picture{
    max-width: 100%;
    max-height: 100%;
}
img{
    max-width: 100%;
    height: auto;
}
#desc-header{
    max-height: 92px;
}

body{margin:0;padding:0;line-height:1.25;    font-family: "Roboto", Sans-serif !important;font-size:16px;position:relative;}
html{overflow-x:hidden !important;}
*{outline:0 !important;}
h2{font-size:25px;}
.w100{width:100%;   }
.f14{font-size: 14px;}
.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mt100{margin-top:100px;}
.mt-20{margin-top:-20px;}
.mt-40{margin-top:-40px;}
.mt-60{margin-top:-60px;}
.mt-80{margin-top:-80px;}
.nopadding{padding:0px;}
.nopr{padding-right:0px;}
.nopl{padding-left:0px;}
.pinside10{padding:10px;}
.pinside20{padding:20px;}
.pinside30{padding:30px;}
.pinside40{padding:40px;}
.pinside50{padding:50px;}
.pinside60{padding:60px;}
.pinside80{padding:80px;}
.pinside130{padding:130px;}
.pdt10{padding-top:10px;}
.pdt20{padding-top:20px;}
.pdt30{padding-top:30px;}
.pdt40{padding-top:40px;}
.pdt60{padding-top:60px;}
.pdt80{padding-top:80px;}
.pdb10{padding-bottom:10px;}
.pdb20{padding-bottom:20px;}
.pdb30{padding-bottom:30px;}
.pdb40{padding-bottom:40px;}
.pdb60{padding-bottom:60px;}
.pdb80{padding-bottom:80px;}
.pdl10{padding-left:10px;}
.pdl20{padding-left:20px;}
.pdl30{padding-left:30px;}
.pdl40{padding-left:40px;}
.pdl60{padding-left:60px;}
.pdl80{padding-left:80px;}
.pdr10{padding-right:10px;}
.pdr20{padding-right:20px;}
.pdr30{padding-right:30px;}
.pdr40{padding-right:40px;}
.pdr60{padding-right:60px;}
.pdr80{padding-right:80px;}
.tac{text-align:center;}

#mob-header{
	display: none;
}
.top-line{
	background: #f9f9f9;
}
.line-row-top{
	display: flex;
	justify-content: space-between;
	padding-left: 300px;
	padding: 10px 0px 10px 300px;
	align-items: center;
}
.line-row-top a, .line-row-top p{
	margin-bottom: 0px;
	transition: .4s;
	color: #444;
}
.line-row-top a i, .line-row-top p i{
	color: #0066ff;
}
.line-row-top a:hover{
	color: #0066ff;
	text-decoration: none;
}
.line-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
	align-items: center;
}
#desc-header{
        box-shadow: 0px 5px 5px #f1f1f1;
    z-index: 3;
    background: #fff;
        position: sticky;
    top: 0;
    z-index: 3;
}
.menu-button{
	display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: calc(100% - 300px);
}
#desktop_menu{
	display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px -8px;
}
#desktop_menu li{
	    padding: 10px 8px;
    position: relative;
}
#desktop_menu li a{
    transition: .4s;
    font-weight: bold;
    font-size: 17px;
    color: #222222;
}
#desktop_menu li a:hover, #desktop_menu li.current-menu-item a{
	color: #0066ff;
	text-decoration: none;
}
.for-head-phone{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.for-head-phone a{
	    text-decoration: none !important;
    transition: .4s;
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: bold;
        color: #06f;
}
.for-head-phone a span{
	    font-size: 16px;
    font-weight: bold;
}
.for-head-phone a:hover{
	color: #0066ff;
}
.for-head-phone button{
    color: #fff;
    background: #ff8c00;
    font-weight: bold;
    border: 1px solid #ff8c00;
    border-radius: 5px;
    padding: 8px 20px;
    transition: .4s;
}
.for-head-phone button:hover{
	text-decoration: none;
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
}
.for-head-logo p, .for-head-logo a{
	margin-bottom: 0px;
	z-index: 1;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
        position: absolute;
    left: 30px;
    top: -45px;
    transition: .4s;
}
.for-head-logo p img, .for-head-logo a img{
    transition: .4s;
        height: 100px;
    width: auto;
}
.scrolling .for-head-logo p, .scrolling .for-head-logo a{
    bottom: 0px;
    top: auto;
}
.scrolling .for-head-logo p img, .scrolling .for-head-logo a img{
    height: 80px;
    width: auto;
}
.for-head-logo{
	position: relative;
    width: 200px;
    height: 70px;
}
.for-head-logo:before {
content: '';
    right: -35px;
    bottom: -11px;
    height: 140px;
    position: absolute;
    transform: skewX(-33deg);
    -webkit-transform: skewX(-33deg);
    box-shadow: 1px 1px 10px #e5e5e5;
    width: 50vw;
    background: #fff;
    z-index: 0;
}
#breadcrumbs{
	    margin-bottom: 0px;
    padding: 15px 0;
    padding-left: 8px;
}
#breadcrumbs a{
	color: #444;
}
.hero-block{
	    position: relative;
    color: #444;
}
.hero-block .container{
    position: relative;
    z-index: 1;
}
.hero-block .container.flex-wrap{
    align-items: flex-end;
}
.first-img{
    
    position: relative;
}
.first-img img{
    max-height: 400px;
    width: auto;
    height: auto;
}
.hero-block h1{
	    font-weight: bold;
    color: #0a0a0a;
    font-size: 42px;
    width: 900px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.pretty{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.2;
}
h2.pretty, h2{
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.pretty span {
    position: relative;
    font-style: normal;
}

.fotter-h{
    text-align: center;
        text-align: center;
    min-height: 80px;
}
.fotter-h p{
    font-size: 24px;
    line-height: 33px;
    color: #444;
    font-weight: bold;
}
.fotter-h img,.head-logo img{
    max-width: 150px;
}
footer{
        background: #f9f9f9;
    padding: 25px 0;
}
.footer-content p{
    color: #444;
    font-size: 12px;
    text-align: center;
}
.footer-content{
    display: flex;flex-direction: column;
    align-items: center;
}
.footer-content form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-content input{
        padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    width: 100%;
    border: 1px solid;
}
.footer-content input[type="submit"]{
    color: #fff;
    background: #ff8c00;
    border: 1px solid #ff8c00;
    border-radius: 5px;
    padding: 8px 20px;
    transition: .4s;
    width: max-content;
    font-weight: bold;
}
.footer-content input[type="submit"]:hover{
	text-decoration: none;
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
}
footer a{
    color: #444;
    transition: .4s;
}

footer .top-adres i{
    color: #0066ff;
}
.border-footer{
    border-left:2px solid #0066ff;
    border-right: 2px solid #0066ff;
}
.beat{animation:heartbeat 2s infinite;margin:0 5px;}
@keyframes heartbeat{0%{transform:scale(1);}
10%{transform:scale(1.2);}
20%{transform:scale(1);}
30%{transform:scale(1.2);}
40%{transform:scale(1);}
100%{transform:scale(1);}
}
.footer-copyr{
    padding-top: 10px;
    background: #333333;
}
.copyr{
    width: 100%;
    display: flex;flex-wrap: wrap;
    justify-content: space-between;

}
.copyr a{
    text-decoration: none;
    color:#FAFAFA !important;
}
.copyr p{
    min-width: 290px;
        font-size: 12px;
    color: #FAFAFA;
}
.icon-flex{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icon-flex a{
    display: flex;
    margin: 5px;
    font-size: 20px;
    padding: 5px;
    text-decoration: none !important;
    transition: .4s;
    border-radius: 5px;
    background: #0066ff;
    color: #444;
}
.icon-flex a i{

}
.icon-flex a:hover{
    box-shadow: 0 4px 11px rgba(255, 211, 3, 0.39);
    transform: translateY(-3px);
    
}
.mail-footer{
    margin: 10px 0;
    display: flex;
    justify-content: center;
}
.mail-footer a{
    font-size: 13px;
    padding: 5px;
    border: 1px solid #0066ff;
    border-radius: 5px;
    transition: .4s;
    text-decoration: none !important;
}
.mail-footer a:hover{
    box-shadow: 0 4px 11px rgba(255, 211, 3, 0.39);
    transform: translateY(-3px);

}
.cont-info-half .phones a span{
    font-size: 12px;
}
footer .phones {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-position: 13px center;
        background-size: 20px;
    width: 230px;
}
footer .phones a{
	padding-left: 30px;
    background-size: contain;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}
footer .phones a span{
	font-size: 12px;
}
footer .top-adres {
    width: 230px;
    display: flex;
    padding: 10px 15px;
    padding-left: 40px;
    background: url(../img/map.svg);
    background-repeat: no-repeat;
    background-position: 13px center;
}
.amo-new-etaps{
    display: flex;flex-direction: column;
    position: relative;
}
.amo-new-etap{
        display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;

}

.amo-prices.ppc-price .amo-price-func.dev-p{
    width: 500px;
    max-width: 100%;
}
.amo-type-price.dev{
    width: 230px;
}
.amo-price-func p{
    font-size: 14px;
line-height: 17px;
text-align: center;
margin-bottom: 0px;

color: #464646;
}
.amo-price-tag span.normal{
    font-weight: normal;
        font-size: 15px;
}
.amo-new-etap:nth-child(even){
    flex-direction: row-reverse;
}
.amo-new-etap:nth-child(even) img{
    margin-left: 20px;
}
.amo-new-etap .amo-new-text{
        width: calc(50% - 175px);
    margin: 0;
    min-width: 190px;
}
.amo-new-etap:nth-child(even) .amo-new-text{
    text-align: right;
}
.amo-new-etap .new-etap-number{
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    background: #0066ff;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #f7f7f7;
}
.amo-new-etaps:before{
    content: '';
    height: calc(100% - 140px);
    width: 2px;
    background: #0066ff;
    position: absolute;
    left: calc(50% - 1px);
    top: 70px;
}
.amo-new-header{
    font-size: 24px;
    line-height: 28px;
    color: #464646;
}
.amo-new-block{
    font-size: 14px;
    line-height: 17px;
    color: #464646;
}
.amo-integ{
    display: flex;flex-wrap: wrap;
    justify-content: center;
}
.amo-integ img{
    border-radius: 10px;
        margin: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15), 0px -5px 15px rgba(0, 0, 0, 0.15);
}
.amo-new-etap .for-etap-img{
    width: 120px;
    height: 120px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    border-radius: 50%;
    background: #f9f9f9;
    box-shadow: 2px 2px 15px #d8d8d8ad;
}
.amo-new-etap .for-etap-img img{
    max-width: 100%;
    max-height: 100%;
    margin: 0px !important;
}
.main-sldie{
    height: 400px;
    position: relative;
    /*margin-bottom: 50px;*/
    background: #FAFAFA;
}
.main-sldie .slider-header{
    color: #494D52;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.main-sldie .desc-slider{
    color: #4F4F4F;
    font-size: 20px;
}
.main-sldie .main-slider-img{
    position: absolute;
    right: 0;
    top: 0;
    max-width: calc(50% - 45px);
    max-height: 100%;
}
.main-sldie .slide-link{
    margin: 20px 0;
    background: #ff8c00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    border: 1px solid #ff8c00;
    transition: .4s;
}
.main-sldie .slide-link:hover{
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
    text-decoration: none;
}
.main-sldie .container, .main-sldie .row, .main-sldie .col-xs-12{
    height: 100%;
}
.main-sldie .col-xs-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: flex-start;
}
.box-arrow-prev{
position: absolute;
    width: 40px;
    height: 40px;
    font-size: 7px;
    display: flex !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #0066ff;
    color: #0066ff;
    left: 10px;
    top: calc(50% - 20px);
    z-index: 3;
}
.box-arrow-next{
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 7px;
    display: flex !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #0066ff;
    color: #0066ff;
    right: 10px;
    top: calc(50% - 20px);
}
.main-slider .slick-dots{
    display: flex !important;
    list-style: none;
    justify-content: center;
    padding: 0;
}
.main-slider .slick-dots li{
        width: 10px;
    height: 14px;
    border: 2px solid #494D52;
    margin:5px;
    border-radius: 50px;
}   
.main-slider .slick-dots li button{
    opacity: 0

}
.main-slider .slick-dots li.slick-active{
    background: #494D52;
}
.main-slider .slick-dots li.slick-active button{
    
}
.main-slider{
   overflow: hidden;
    transition: .4s;
    margin:0 -15px;
    max-height: 400px;
}
.main-slider.slick-initialized{
    opacity: 1;
    max-height: inherit;
    overflow: auto;
}
.more-news {
    display: flex;
    width: fit-content;
    border: 2px solid #0066ff;
    background: #0066ff;
    color: #fafafa;
    transition: .4s;
    text-decoration: none !important;
    padding: 8px 15px;
    border-radius: 5px;
}
.more-news:hover {
    color: #0066ff;
    background: transparent;
}
.block-form{
 padding: 20px;
border-radius: 20px;
background:#f8f8f8;
margin:20px 0;
}
.main-info-form{
        width: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 105px;
    flex-wrap: wrap;
}
.main-info-form input{
        padding: 10px 14px 10px 40px;
    border-radius: 10px;
    border: 1px solid #0066ff;
    transition: .4s;
    margin: 0px 10px 10px 0;
    width: 250px;
}
#front-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.half-form{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-between;
    max-width: 510px;
}
.project{
    width: 190px;
}
.file-input{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.file-input input {
        opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file-input span{
        color: #9A9A9A;
    font-size: 16px;
    font-weight: normal;
        padding: 10px 13px 10px 40px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #0066ff;
    transition: .4s;
     background-image:url('../img/input/download.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}
#front-form input[type="checkbox"]{
        position: relative;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #0066ff;
    margin-right: 5px;
    margin-top: 0px;
}
#front-form input[type="checkbox"]:after{
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    display: flex;
    background: #fff;
    border: 1px solid #0066ff;
}
#front-form input[type="checkbox"]:checked:after{
    background-image: url(../img/chec.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.for-label{
    display: flex;
    align-items: center;
        margin-bottom: 10px;
}
p.doh-h{
        color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.vid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 550px);
    min-width: 300px;
}
.for-vid{
    position: relative;
    padding-left: 25px;
    width: 115px;
    margin: 0px 15px 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.for-vid input{
        position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    margin: 0;
}
.for-vid span{
    font-size: 12px;
}
.for-vid img{
        max-width: 100%;
    height: auto;
    vertical-align: top; 
    width: 70px;
}
.for-vid span:before{
   content: '';
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #0066ff;
    display: flex;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.for-vid span:after{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    border: 1px solid #0066ff;
    display: flex;
    position: absolute;
    left: 3px;
    background: #0066ff;
    top: calc(50% - 7px);
    opacity: 0;
    transition: .4s;
}
.for-vid  input:checked~span:after{
    opacity: 1;
}
.for-sub{
    display: flex;
    align-items: center;
    margin-top: 5px;
    width: 100%;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
    text-align: center;
}
.for-sub input{
    color: #3D3D3D;
    display: flex;
    padding: 8px 20px;
    background-color: #0066ff;
    
    border-radius: 5px;
    transition: .4s;
    font-weight: bold;
    text-decoration: none !important;
    border: none;

}
.for-sub input:hover{
    transform: translateY(-3px);
    box-shadow: 0px 0px 20px rgba(255, 180, 5, 0.5);
}
#front-form input[name="floar"]{
    background-image:url('../img/input/location.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
        background-size: 20px;
}
#front-form input[name="squear"]{
    background-image:url('../img/input/squear.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}
#front-form input[name="user-name"], #from-contacty input[name="user-name"], #rassrochki-form input[name="user-name"]{
    background-image:url('../img/input/user.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}
#front-form input[name="user-phone"], #from-contacty input[type="tel"], #rassrochki-form input[type="tel"]{
    background-image:url('../img/input/phone.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
}
.counters{
        display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
}
.counter-block{
        display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 25%;
    width: 180px;
    flex-wrap: wrap;
    max-width: 50%;
}
.od-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 35px;
    align-items: center;
}
.od-block p.od-tag{
    color: #0066ff;
    margin-left: 5px;
}
.counter-text{
    text-align: center;
}
.smm-circle{
    display: flex;flex-wrap: wrap;
    background: url('../img/smm/renovation.svg');
        background-repeat: no-repeat;
    background-position: center;
        justify-content: space-between;
     margin:30px 0;
     background-size: 120px;
}
.smm-circle .smm-sector{    width: 50%;
    height: 100px;
    position: relative;
}
.smm-circle .smm-sector:nth-child(4),.smm-circle .smm-sector:nth-child(3){
    height: 160px;
}
.smm-circle p{
    margin-bottom: 0px;
    padding: 5px 50px;
    font-size: 24px;
    line-height: 28px;
    color: #464646;
}
.smm-circle .smm-sector span{
    transition: .4s;
    opacity: 0;
}
.smm-circle .smm-sector:hover span{
    opacity: 1;
}
.smm-circle .smm-sector:nth-child(even) p,.smm-circle .smm-sector:nth-child(even) span{
    text-align: right;

}
.smm-circle .smm-sector:nth-child(1){
    background-image:url('../img/smm/trust-lt-a.png'); 

}
.smm-circle .smm-sector:nth-child(2){
    background-image:url('../img/smm/trust-rt.png'); 
}
.smm-circle .smm-sector:nth-child(3){
    background-image:url('../img/smm/trust-lc-a.png'); 
    background-position: 25px 4px;
}
.smm-circle .smm-sector:nth-child(4){
    background-image:url('../img/smm/trust-rc.png'); 
    background-position: 20px 7px;
}
.smm-circle .smm-sector:nth-child(5){
    background-image:url('../img/smm/trust-lb.png'); 
}
.smm-circle .smm-sector:nth-child(6){
    background-image:url('../img/smm/trust-rb.png'); 
}
.smm-circle .smm-sector:nth-child(1),.smm-circle .smm-sector:nth-child(2){
    width: 540px;
    margin: 0;
}
.smm-circle .smm-sector:nth-child(3), .smm-circle .smm-sector:nth-child(4){
    width: 450px;
    margin: 0;
        padding-top: 30px;
}
.smm-circle .smm-sector:nth-child(5),.smm-circle .smm-sector:nth-child(6){
     width: 540px;

    margin: 0;
}
.smm-circle .smm-sector{
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    filter: grayscale(100%) opacity(0.5);
    transition: .4s;
    cursor: pointer;
}
.smm-circle .smm-sector:nth-child(even){
    align-items: flex-end;
}
.smm-circle .smm-sector:hover{
    filter: none;
}
.smm-sector span{
margin-bottom: 0px;
    padding: 5px 50px;
    font-size: 14px;
    line-height: 18px;
    color: #464646;
    margin-top: 15px;
    display: flex;
    width: 355px;
}
.news-block{
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
}
.new-block{
        width: 350px;
    margin: 10px 15px;
    position: relative;
    max-width: 100%;
        background: #494D52;
        text-decoration: none !important;
        transition: .4s;
        color: #fff !important;
        padding-bottom: 32px;
}
.for-new-img{

}
.for-new-img img{
        max-width: 100%;
        filter: brightness(0.7);
        transition: .4s;
}
.new-block:hover img{
    filter:none;
}
.info-new-block{
    padding: 15px;
}
.new-block button{
        color: #222;
        font-weight: bold;
    background: #0066ff;
    border: 1px solid #0066ff;
    border-radius: 5px;
    padding: 8px 20px;
    transition: .4s;
    position: absolute;
    bottom: 15px;
}
.new-desk{
    font-size: 14px;
}
.new-block button:hover{
    text-decoration: none;
    box-shadow: 0 4px 11px rgba(255, 211, 3, 0.39);
    transform: translateY(-3px);
}
.my-new{
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    padding: 5px 10px;
    background: #0066ff;
    color: #222;
    font-weight: bold;
    z-index: 1;
}
.pretty-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:10px 0 40px;
}
.pretty-button a{
        color: #444;
    background: #0066ff;
    border: 1px solid #0066ff;
    border-radius: 5px;
    padding: 8px 20px;
    transition: .4s;
    bottom: 15px;
    text-decoration: none !important;
    font-weight: bold;
}
.pretty-button a:hover{
    text-decoration: none;
    box-shadow: 0 4px 11px rgba(255, 211, 3, 0.39);
    transform: translateY(-3px);
}
#menu21+label  div {
    left: 0px;
  }
#menu21+label  div:nth-child(2):before {
    content: "";
    opacity: 0;
  }


#menu21:checked+label  div:first-child {
    top: 10px;
    left: 0px;
    transform: rotate(-45deg);
  }
#menu21:checked+label  div:nth-child(2) {
    top: 10px;
    left: 40px;
    width: 22px;
  }
#menu21:checked+label  div:nth-child(2):before {
    content: "";
    opacity: 1;
    transform: rotate(45deg);
    background: none;
    border-bottom: 5px solid #0066ff;
    border-left: 5px solid #0066ff;
    border-radius: 0px;
    height: 15px;
    width: 15px;
    top: -5px;
  }
#menu21:checked+label  div:nth-child(3) {
    top: 10px;
    left: 0px;
    transform: rotate(45deg);
  }

.burger input {
  display: none;
}
.burger b{
    display: none;
}
#menu21:checked ~ #for-mobile-block{
    left: 0;
}
label.mob-menu {
  position: relative;
  width: 50px;
  height: 40px;
  display: flex;
  cursor: pointer;
  margin: 1.7em;
  transition: all .5s;
  text-align: left;
  margin:0px;
}

label.mob-menu div,
label.mob-menu div:before,
label.mob-menu div:after {
  background: #0066ff;
  position: absolute;
  height: 5px;
  width: 50px;
  border-radius: 4px;
  transition: all .5s;
}
label.mob-menu  div:first-child {
    top: 0px;
  }
 label.mob-menu  div:nth-child(2) {
    top: 15px;
  }
 label.mob-menu  div:nth-child(3) {
    top: 30px;
  }

#for-mob-menu{
    position: fixed;
    top: 0;
    z-index: 20;
    left: -100%;
    width: calc(100% - 100px);
    background: #fafafa;
    padding: 0px 0px;
    box-shadow: 0px 0px 10px #bebebe;
    bottom: 0;
    overflow-y: scroll;
    transition: .4s;
    display: none;
}
#for-mob-menu.open{
    left: 0;
}
#mob_menu{
    width: 100%;
}
#mobile_menu{
    padding: 0;
    margin: 0;
}
#mobile_menu .sub-menu{
    display: none;
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #bebebe;
    margin-top: 10px;
    width: 100%;
    margin-bottom: -10px;
}
#mobile_menu>li{
    padding: 10px 0;
    border-bottom: 1px solid #bebebe;
}
#mobile_menu>li a{
    width: 100%;
    padding: 0 15px;
    flex-wrap: wrap;
    display: flex;
    color: #222;
}
#mobile_menu>li.menu-item-has-children{
    display: flex;
    flex-wrap: wrap;
}
#mobile_menu>li.menu-item-has-children>a{
    width: calc(100% - 50px);
    
}
#mobile_menu>li.menu-item-has-children .toggle-sub{
width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #bebebe;

}
#mobile_menu>li.menu-item-has-children .toggle-sub i{
    transition: .4s;
}
#mobile_menu>li.menu-item-has-children .toggle-sub.active i{
    transform: rotate(180deg);
}
#mobile_menu .sub-menu a{
        padding: 5px 15px;
    border-bottom: 1px solid #e1e1e1;
}
#mobile_menu .sub-menu li:last-child a{
    border-bottom: 0px;
}
.cont-info-half>div{
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 15px;
}
.cont-info-half {
    width: 300px;
    margin-bottom: 20px;
}
.contacts .cont-header {
    font-size: 18px;
    line-height: 27px;
    color: #4f4f4f;
    font-weight: bold;
    margin-bottom: 10px;
}
.contacts .cont-header i{
    color:#0066ff;
}
.contacts .col-lg-7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-form{
    width: 400px;
    padding: 25px;
    max-width: 100%;
    border: 2px solid #0066ff;
    border-radius: 5px;
}
.cont-form p{
    color: #4F4F4F;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}
.cont-form span.input-header{

}
.cont-form input{
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #0066ff;
}
.cont-form input[type="submit"]{
        width: fit-content;
    margin: 0 auto;
    padding: 8px 15px;
    background: #0066ff;
    border: 1px solid #0066ff;
    border-radius: 5px;
    color: #fff;
    transition: .4s;
    font-weight: bold;
}
.cont-form input[type="submit"]:hover{
    background: #fff;
    color: #0066ff;
}
#map {
    width: 100%;
    height: 500px;
    border: 2px solid #0066ff;
    border-radius: 5px;
    margin: 50px 0;
}
.nav-links a,.nav-links{ display: flex;flex-wrap: wrap;align-items: center; }
.nav-links a i{
        font-size: 20px;
    color: #0066ff;
    margin: 0 5px;
}
.nav-links a, .nav-links a:hover{
    text-decoration: none !important;
}
.nav-links>a,.nav-links>span{
        margin: 5px;
        font-size: 13px;
}
.nav-links>span{
    font-size: 20px;
    font-weight: bold;
}
.nav-links a{
    color: #222;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.aic{
    align-items: center;
}
.jcc{
    justify-content: center;
}
.phones a{
    color:#222 !important;

}
.cont-info-full{
    width: 600px;
    max-width: 100%;
}
.projects{
    box-shadow: 0 0px 0px 5px #0066ff;
    border: 5px solid #fff;
    background: #fff;
    color: #222 !important;
    border-radius: 5px;
}
.projects img,.projects .my-new{
    border-radius: 5px;
}
.project-desc{
   margin: 10px 0;
    padding: 10px 10px 0;
    border: 2px solid #0066ff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bebebe;
}
.project-desc p{

}
.project-desc p span{
    font-weight: bold;
}
.project-desc p i{
    color: #0066ff;
    width: 20px;
}
.slider-project{
    margin-bottom: 20px;
    opacity: 0;
    transition: .4s;
}
.slider-project.slick-initialized{
    opacity: 1;
}
.slider-project a{
    text-align: center;
    padding: 10px 30px;
}   
.slider-project a img{
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bebebe;
}
.slider-project .box-arrow-next,.slider-project .box-arrow-prev{
    color: #fff;
    background: #0066ff;
}
.slick-dots li.slick-active button:before{
    color: #0066ff;
}
.slick-dots li button:before{
    font-size: 30px;
}
.slick-dots{
    bottom: -8px;
}
.slick-dots li{
    width: 10px;
    height: 10px;
}
.category-list {
    display: flex;
    flex-wrap: wrap;
    margin:40px 0;
    width: 100%;
}
.section-margin{
    margin-bottom: 120px !important;
}
.category-list .podcat-block {
    width: 250px;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background: #FAFAFA;
    max-width: 100%;
    text-decoration: none !important;
    align-items: center;
    position: relative;
}
.podcat-block .thrumb {
    width: 100px;
    height: 100px;
    padding: 0 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.podcat-block .thrumb img {
    max-height: 100%;
    width: auto;
    height: auto;
    max-width: 90px;

    max-height: 100px;
}
.podcat-block .next-cat {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.category-list .podcat-block.new-podcat-block{
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 170px;
    max-width: calc(100% - 20px);
}
.podcat-block.new-podcat-block .next-cat{
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.next-cat span label{
color: #777;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: -20px;
    opacity: 0 !important;
}
.podcat-block .next-cat span{
    font-size: 16px;
    color: #222;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.podcat-block .next-cat .button {
    background: transparent;
    border-radius: 5px;
    padding: 5px 10px;
    border: none;
    transition: .4s;
    color: #ff8c00;
    font-weight: normal;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: 1px solid;
    font-size: 14px;
}
.podcat-block .next-cat .button:hover{
    text-decoration: none;
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
}
#desktop_menu>.menu-item-has-children>.sub-menu {
    position: absolute;
    min-width: max-content;
    flex-direction: column;
    padding: 0 10px;
    list-style: none;
    background: #fff;
    border: 3px solid #0066ff;
    color: #fff !important;
    top: 37px;
    left: 0;
    z-index: 999999;
    justify-content: space-between;
    box-shadow: 3px 4px 6px #bebebe;
    display: none;
}
#desktop_menu .sub-menu>li {
    padding-left: 0px;
    margin-bottom: 15px;
    max-width: 370px;
}
#desktop_menu .sub-menu li .select-item-menu {
    width: 40px;
    height: 40px;
    margin-right: 25px;
}
#desktop_menu .menu-item-has-children:after {
        content: "\f107";
        font-family: ;
        font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 5px;
    top: calc(50% - 5px);
    display: flex;
}
#desktop_menu li.menu-item-has-children{
    padding-right: 15px;
}
#desktop_menu>.menu-item-has-children:hover .sub-menu {
    display: flex;
}
.select-item-menu img{
    max-width: 100%;
}
#desktop_menu .menu-item-has-children li a{
    display: flex;
    align-items: center;
}
#desktop_menu .menu-item-has-children li a span{
    width: calc(100% - 50px);
}
#desktop_menu .menu-item-has-children li{
    margin-bottom: 0px;
}
.pop_up_container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 999999;
}
.call_pop_up{    border: 2px solid #0066ff;position:fixed;left:0;right:0;top:50%;transform:translateY(-50%);margin:auto;min-width:320px;max-width:420px;background-color:#fff;padding:15px 15px 15px;animation:opacityOut 1s forwards;display:none;z-index:9991000;border-radius: 5px;}
.zakaz_pop_up{position:fixed;left:0;right:0;top:50%;transform:translateY(-50%);margin:auto;min-width:300px;max-width:340px;background-color:#f9f9f9;padding:0px 15px 5px;animation:opacityOut 1s forwards;display:none;z-index:9991000;border-radius:10px;font-size:15px;}
.close_pop_up{
  position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    height: 30px;
    
}
.call_pop_up .formajax input[type="text"], .call_pop_up .formajax input[type="tel"]{
    background: #FFFFFF;
border: 1px solid #0066ff;
box-sizing: border-box;
border-radius: 10px;
padding: 14px 20px;
}
.call_pop_up .formajax input[type="submit"]{
    background: #0066ff;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    border:none;
    padding: 8px 20px;
    transition: .4s;
    border:2px solid #0066ff;
    margin-bottom: 0px;

}
.call_pop_up .formajax input[type="submit"]:hover{
    text-decoration: none;
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
}
form.formajax .thanks{
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: normal;
}
.price{
        font-size: 20px;
    font-weight: bold;
}
.single-prod{
    width: 250px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    text-decoration: none !important;
    margin: 10px auto;
    align-items: center;
    transition: .4s;
    background: #FAFAFA;
    padding-bottom: 40px;
    position: relative;
    border: 2px solid #0066ff;
    overflow: hidden;
}

.catalog-thumb{
        width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
        position: relative;
    height: 200px;
    overflow: hidden;

}
.catalog-thumb img{
        max-height: 100%;

        max-width: 100%;
    filter: brightness(0.8);
    transition: .4s;
        position: absolute;
    top: -200%;
    bottom: -200%;
    left: -200%;
    right: -200%;
    max-width: none;
    margin: auto;
    vertical-align: top;
    max-height: 100%;
}
.single-prod:hover img{
    filter: none;
}
.catalog-top-info{
    width: 100%;
}
.catalog-sep{
        width: 100px;
    border: 1px solid #0066ff;
    display: flex;
    margin: 10px auto;
}
.catalog-nalichie{
      font-weight: bold;
    color: #222;
    padding: 5px 10px;
    background: #fff;
    width: fit-content;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #bebebe;
    position: absolute;
    right: 5px;
    top: 5px;

}
.catalog-title{
        font-size: 16px;
        font-weight: bold;
        margin:10px 0;
        color: #222;
        padding: 0 10px;
}
.single-prod button{
background: #0066ff;
    border-radius: 5px;
    padding: 4px 10px;
    color: #222;
    border: 2px solid #0066ff;
    transition: .4s;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
}
.single-prod button:hover{
    text-decoration: none;
    box-shadow: 0 4px 11px rgba(255, 211, 3, 0.39);
    transform: translateY(-3px);
}
.mess-list {
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.mess-list li {
    margin-bottom: 2px;
}
.mess-list li img {
    border-radius: 5px;
    width: 25px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.form-line:nth-child(odd) .wpcf7-form-control {
    border-radius: 5px;
}

.wpcf7-form-control {
    height: 40px;
    padding: 0 15px;
    width: 100%;
    font-size: 13px;
    color: #5b6c72;
    border: 1px solid #5b6c72;
    border-radius: 5px;
    font-weight: normal;
}
.wpcf7-form-control.wpcf7-textarea{
    min-height: 80px;
    resize: none;
    line-height: 30px;
}
.wpcf7-form-control-wrap .demo-text {
    position: absolute;
    top: 13px;
    right: 20px;
    left: 16px;
    line-height: 1;
    color: #5b6c72;
    font-size: 13px;
    display: block;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: text;
    background: #fff;
    font-weight: normal;
}
.have_demo .wpcf7-form-control-wrap .wpcf7-form-control:focus, .have_demo .wpcf7-form-control-wrap .wpcf7-form-control.active {
    padding-top: 10px;
}
.have_demo .wpcf7-form-control-wrap .wpcf7-form-control:focus + .demo-text, .have_demo .wpcf7-form-control-wrap .wpcf7-form-control.active + .demo-text {
    top: 2px;
    font-size: 10px;
    opacity: .8;
}
.skupkaform-photos {
    height: 40px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    color: #5b6c72;
    font-size: 13px;
    line-height: 40px;
    width: 100%;
    display: block;
}
.skupkaform-photos:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAAkFBMVEVHcEzvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DvU1DM103WAAAAL3RSTlMAxg/aJfPb5uneASZSeBgJKILL4hWTe00G2D5aRR3u/Mixv0rD0znQo21yjTGppj7BGbkAAACfSURBVAjXNY1XEoMwEENlmguEjukJNZDK/W8Xg8P7kDSa2RWgEBdGKZMCB75rye0gslwf8EhZbn/KsqvBdb5etXOw3WzZpg97TwxU6U0CRpSYqkqOgoZIB+JVeb/Rs3jFRrEWQW/rkycWL6h4U4yJfsqi5f5xbL5W3Tm7NWnDRyM3UcfccRyTDoH4ioBkQBsq3Pc0qZWJpDjxszmeMx8/PcwVC1IjSMcAAAAASUVORK5CYII=);
    width: 16px;
    height: 14px;
    margin-right: 5px;
}
.skupkaform-photos * {
    cursor: pointer;
}
.skupkaform-photos .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.vikup-form .wpcf7{
        width: 400px;
    margin: 0px auto 20px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #bebebe;
    max-width: 100%;
}

.wpcf7-form-control:focus, .wpcf7-form-control:active {
    border: 1px solid #ff8c00;
}
.have_demo{
    width: 100%;
}
.add_photos{
    width: 135px;
    border-radius: 5px;
    border: 1px solid #0066ff;
    margin-top: -5px;
    margin-bottom: 15px;
}
.wpcf7-form-control.wpcf7-select{
    padding: 0 10px;
}
.vikup-form input[type="submit"]{
    color: #fff;
    background: #ff8c00;
    border: 1px solid #ff8c00;
    border-radius: 5px;
    padding: 8px 20px;
    transition: .4s;
    width: max-content;
    font-weight: bold;
    font-size: 16px;
}

.vikup-form input[type="submit"]:hover{
        text-decoration: none;
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
}
.pretty-desc{
        background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    text-align: left;
}
.pretty-desc h2:first-child{
    margin-top: 0px !important;
}
.pretty-text{
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    margin: 10px -5px 30px;
    box-shadow: 4px 4px 10px #e5e5e5;
    display: flex;
    flex-wrap: wrap;
}
.sticky-mob {
    position: sticky;
    z-index: 3;
    background: #fff;
    bottom: 0;
    padding: 15px;
    box-shadow: 3px -8px 10px #e3e3e3b8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sticky-mob> a{
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #222;
    margin-bottom: 10px;
}
.sticky-mob>button {
    color: #fff;
    background: #ff8c00;
    font-weight: bold;
    border: 1px solid #ff8c00;
    border-radius: 5px;
    padding: 5px 20px;
    transition: .4s;
    margin-bottom: 10px;
}
.footer-cont-a{
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    color: #222;
    position: relative;
    padding-top: 15px;
}
.footer-cont-a:before{
        content: attr(data-info);
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #0066ff;
}

#desktop_menu #menu-item-34>.sub-menu{
    flex-direction: column;
    flex-wrap: wrap;
    width: 1150px;
    max-width: 100vw;
    max-width: calc(100vw - 55px);
    height: 305px;
    justify-content: flex-start;
    padding: 10px;
    left: -290px;
    padding-bottom: 0px;
}
#desktop_menu #menu-item-34>.sub-menu>li{
    padding-left: 0px;
    margin-bottom: 15px;
    max-width: 370px;
}
#desktop_menu #menu-item-34>.sub-menu>li img{
    max-width: 35px;
    max-height: 35px;
}
#desktop_menu #menu-item-34>.sub-menu>li a{
        display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    color: #222;
    transition: .4s;
}
#desktop_menu #menu-item-34>.sub-menu>li a:hover{
    color: #0066ff;
}
#desktop_menu #menu-item-34>.sub-menu>li>a{
    flex-direction: row;
}
#desktop_menu #menu-item-34 .sub-menu li::before{
    display: none;
}
#desktop_menu #menu-item-34 .sub-menu li .select-item-menu{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#desktop_menu #menu-item-34 .sub-menu li{
    padding: 0px;
}
#desktop_menu #menu-item-34 .sub-menu li .sub-menu{
    flex-direction: column;
    padding-left: 50px;
}
#desktop_menu #menu-item-34 .sub-menu li .sub-menu li{
    padding-left: 0px;
}
#desktop_menu #menu-item-34 .sub-menu li .sub-menu li a{
    font-size: 12px;
    color: #4F4F4F;
    font-weight: normal;
}
.text-rec{
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.adv-blocks{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px;
    width: calc(100% + 10px);
}
.adv-block{
    margin: 5px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 210px;
    padding: 10px 5px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background: #FAFAFA;
}
.adv-block .adv-img {
    width: 35px;
    margin-right: 10px;
}
.adv-block .adv-desc {
    width: calc(100% - 50px);
    font-size: 14px;
}
.rating_1ilyp{
    display: flex;
    flex-wrap: wrap;
}
.rating_1ilyp svg {
  display: block;
  max-width: 100%;
}
.full_2SX6w svg path {
  fill: #ff8c00;
}
.gold_1XIG8 {
  margin-right: 3px;
}
.gold_1XIG8:last-child {
  margin-right: 0;
}
.full_2SX6w.gold_1XIG8 svg path {
  fill: #F8DD53;
}
.empty_1EsQT svg path {
  fill: var(--light_gray_9);
}
.emptyNonFilled_3nYlQ {
  fill: none;
  stroke: #D9DDE2;
}

.main_2olMx {
  background: var(--white_1);
}
.container_1VHPH {
  width: 100%;
  max-width: 1280px;
  padding: 30px 1rem 80px;
  margin: 0 auto;
}
.title_2FmBg {
  margin-bottom: 24px;
  text-align: center;
}
.row_3KZDA {
  display: flex;
  flex-wrap: wrap;
}
.row_3KZDA:first-child {
  height: 78px;
  display: none;
}
.row_3KZDA:nth-child(2) .cell_2O_nX:first-child {
  border-radius: 8px 8px 0 0;
}
.row_3KZDA:last-child .cellMobile_cne-b:nth-last-child(2) {
  border-bottom-left-radius: 8px;
}
.row_3KZDA:last-child .cell_2O_nX:last-child {
  border-bottom-right-radius: 8px;
}
.cell_2O_nX,
.cellMobile_cne-b {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-top: -1px;
  box-sizing: border-box;
  width: 50%;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid #000;
}
.cell_2O_nX {
  justify-content: center;
  color: var(--black_900);
}
.cell_2O_nX:first-child {
  width: 100%;
  font-weight: bold;
  background: #f4f6f9;
}
.cellMobile_cne-b {
  border-right-color: transparent;
}
.cellMobile_cne-b i {
  display: inline-flex;
}
.cellMobile_cne-b:nth-child(2),
.cell_2O_nX:nth-child(3) {
  background: var(--active_color_primary_lightest);
}
.cellWithLogo_1jeBM {
  flex-wrap: wrap;
}
.label_4x6Nm {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #ff8c00;
}
.full_2SX6w svg path {
    fill: #ff8c00;
}
@media screen and (min-width: 700px) {
  .row_3KZDA:first-child {
    display: flex;
  }
  .row_3KZDA:first-child .cell_2O_nX {
    font-weight: bold;
    color: #000;
  }
  .row_3KZDA:first-child .cell_2O_nX:nth-child(2) {
    border-top-color: #ff8c00;
    border-left-color: #ff8c00;
    border-right-color: #ff8c00;
    border-radius: 16px 16px 0 0;
  }
  .row_3KZDA:first-child .cell_2O_nX:nth-child(3) {
    border-color: transparent;
  }
  .row_3KZDA:nth-child(even) {
    border-radius: 16px;
    background: #f4f6f9;
  }
  .row_3KZDA:last-child .cell_2O_nX:nth-child(3) {
    border-bottom-color: #ff8c00;
    border-radius: 0 0 16px 16px;
  }
  .cell_2O_nX {
    padding: 16px;
    width: 25%;
    font-size: 18px;
    line-height: 26px;
    border-color: transparent;
  }
  .cell_2O_nX:first-child {
    width: 25%;
    justify-content: flex-start;
    font-weight: normal;
    color: var(--text_secondary);
    background: transparent;
  }
  .cell_2O_nX:nth-child(3) {
    background: transparent;
    border-left-color: #ff8c00;
    border-right-color: #ff8c00;
  }
  .cellMobile_cne-b {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .container_1VHPH {
    padding: 30px 30px 80px;
  }
  .title_2FmBg {
    margin-bottom: 48px;
  }
  .row_3KZDA:first-child .cell_2O_nX {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .container_1VHPH {
    padding: 30px 5rem 120px;
  }
}
.new-feed-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 20px;
}
.new-feed-buttons a {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 10px;
    border: 2px solid #06f;
    width: fit-content;
    margin: 0 10px 10px 0;
    transition: .4s;
    align-items: center;
    color: #06f;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
}
.new-feed-buttons a:hover {
    color: #fff;
    background: #06f;
}
.new-feed-buttons a:hover svg, .new-feed-buttons a:hover svg path {
    fill: #fff!important;
}
.new-feed-buttons a:hover img {
    filter: grayscale(12) brightness(999);
}
.new-feed-buttons a svg {
    width: 25px;
    height: 25px;
    transition: .4s;
    margin-right: 10px;
}
.new-feed-buttons a img {
    width: 25px;
    transition: .2s;
    margin-right: 10px;
}
.otz-w {
    display: flex!important;
    width: 350px;
    flex-wrap: wrap;
    margin: 40px 10px;
    max-width: 100%;
    align-items: flex-start;
    padding: 10px;
    box-shadow: 0 0 20px #bebebe61;
}
.text-feed {
    width: 100%;
}
.name-logo-feed {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feed-from {
    text-align: center;
    color: #371b4a;
}
.desc-feed {
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
}
.img-feed a {
    color: #06f;
    text-decoration: underline;
    font-size: 18px;
}
.name-feed {
    display: flex;
    flex-direction: column;
}
.name-feed span:first-child {
        font-size: 16px;
    color: #371b4a;
    line-height: 1;
    margin-bottom: 5px;
}
.name-feed span.data-feed{
    font-size: 14px;
}
.feed-sep {
    width: 3px;
    background: #06f;
    height: 30px;
}
.otz-w .stars {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.otz-w .stars span {
    color: #371b4a;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}
.block-stars {
    height: 20px;
    display: flex;
    justify-content: center;
}
.block-stars .fa.active {
    color: #06f;
}
.block-stars .fa {
    margin: 0 1px;
}
.otziv-s svg, .otziv-s img{
    width: 25px;
    margin-left: 10px;
}
.otziv-s{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    padding: 5px 10px;
    border: 1px solid #06f;
    width: fit-content;
    color: #06f;
    border-radius: 50px;
}
#frm .star.star-hover g{    fill: #f8b805;}
#frm .star-hovers g{    fill: #f8b805;}
#frm .stars{
    display: flex;
    flex-wrap: wrap;
}
#frm input[type="submit"]{
        color: #fff;
    background: #ff8c00;
    border: 1px solid #ff8c00;
    border-radius: 5px;
    padding: 8px 20px;
    transition: .4s;
    width: max-content;
    transition: .4s;
}
#frm input[type="submit"]:hover{
    text-decoration: none;
    box-shadow: 0 4px 11px #b5b5b5;
    transform: translateY(-3px);
}
.proof{
    position: relative;
    display: flex;
    
    margin-bottom: 10px;
}
.proof input{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    opacity: 0;
    z-index: 3;
}
.proof div{
    width: calc(100% - 30px);
    font-size: 12px;
}
.proof div:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid;
    left: 0;
    top: 2px;
}
.proof input:checked~div:after{
content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #06f;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    border: 1px solid #333;
}
footer .proof div{

}
footer .proof input:checked~div:after{
  
}
.last-buy{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    position: relative;
}
.buy-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 20px;
    width: 330px;
    padding: 15px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background: #FAFAFA;
    max-width: 100%;
    text-decoration: none !important;
}
.last-buy .box-arrow-prev{
 bottom: 0px;
    right: 60px;
    border-radius: 5px;
    border-color: #0066ff;
    color: #fff;
    background: #0066ff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    left: auto;
        top: auto;
        transition: .4s;
}
.last-buy .box-arrow-next{
    bottom: 0px;
    right: 0px;
    border-radius: 5px;
    border-color: #0066ff;
    color: #fff;
    background: #0066ff;
    font-size: 20px;
    width: 50px;
    height: 50px;
        top: auto;
        transition: .4s;
}
.last-buy .box-arrow-next:hover, .last-buy .box-arrow-prev:hover{
    transform: translateY(-3px);
}
.for-buy-img{
    width: 300px;
    max-width: 100%;
    height: 175px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #dedede;
    margin-bottom: 15px;
}
.for-buy-img img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    max-width: initial;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: auto;
}
.buy-title{
        font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.buy-sost{
    font-size: 18px;
}
.desc{
    margin-bottom: 10px;
}
.buy-price{
    text-align: center;
    font-size: 20px;
    color: #0066ff;
    border: 1px solid;
    width: max-content;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 5px;
}

.faq-blocks{
    margin-bottom: 35px;
}
.faq-block{

}
.faq-block .faq-question{
    background: linear-gradient(90deg, #f1f1f1, #fbfbfb);
    box-shadow: 0px 12px 17px 4px rgb(217 219 231 / 22%);
    margin-bottom: 20px;
        padding: 25px 90px 25px 30px;
        position: relative;
        cursor: pointer;
}
.faq-block .faq-question span.faq-number{
    font-weight: 600;
font-size: 28px;
line-height: 27px;
/* identical to box height, or 96% */
padding-left: 24px;
margin-right: 15px;

/* голуб */
position: relative;
color: #057DFF;
}
.faq-block .faq-question span.faq-number:before{
    content: '';
    background: #ff8c00;
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-block .faq-question span.faq-text{
    font-weight: 400;
font-size: 18px;
line-height: 24px;
/* identical to box height, or 112% */


/* Черный */

color: #292929;
}
.faq-block .faq-question i{
    transition: .4s;
    position: absolute;
    right: 30px;
    height: 45px;
    width: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: calc(50% - 22px);
    background: #efedef;
    color: #333;
    border-radius: 50px;
    font-size: 24px;
    padding-bottom: 2px;
}
.faq-block.active .faq-question i{
    transform: rotate(180deg);
}
.faq-answer{
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 12px 17px 4px rgba(217, 219, 231, 0.22);
    margin-bottom: 20px;
    padding: 40px 80px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #6A6A6A;
}
.faq-block.active .faq-answer{
    
}
.table-checks tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0.5em;
}
.table-checks td:first-child {
    padding-right: 0.5em;
}
.table-checks td {
    border: none;
    padding: 0;
}
.table-checks{
    margin: 20px auto;
    font-size: 20px;
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    box-shadow: 0px 0px 10px #a2a2a2;
    border-radius: 5px;
    background: #f4f6f9;
}
span.radio-367{
    display: flex;
    flex-direction: column;
}
.wpcf7-radio{
   margin-top: 0px;
    padding: 15px;
    height: auto;
}
.wpcf7-radio .wpcf7-list-item{
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
}
.wpcf7-form-control-wrap.radio-367 .demo-text{
        top: -5px;
    padding: 0 5px;
    width: max-content;
    left: 11px;
}
.wpcf7-radio .wpcf7-list-item input{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0px;
}
.wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label{
    font-size: 0px;
    width: 28px;
    height: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    transition: .4s;
    border-radius: 50px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
}
.wpcf7-radio .wpcf7-list-item input:checked ~ span.wpcf7-list-item-label{
        box-shadow: 0px 0px 10px #06f;
}
.wpcf7-radio .wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label{
    background-image: url(/wp-content/themes/skupka-theme/img/phone.svg);
}
.wpcf7-radio .wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label{
    background-image: url(/wp-content/themes/skupka-theme/img/viber.svg);
}
.wpcf7-radio .wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label{
    background-image: url(/wp-content/themes/skupka-theme/img/telegram.svg);
}
.wpcf7-radio .wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label{
    background-image: url(/wp-content/themes/skupka-theme/img/whatsapp.svg);
}
.contact-widget{
        position: fixed;
    right: 125px;
    bottom: 65px;
    z-index: 1000;
    color: #fff;
    width: 56px;
    height: 56px;
    font-size: 30px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
        background: #0000005e;
    box-shadow: 0px 0px 10px #bebebe;
    cursor: pointer;
    transition: .4s;
}
.contact-widget .main-button{
 width: 56px;
 height: 56px;
position: absolute;
    transition: .4s;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 50px;
}
.contact-widget .main-button:after {
    opacity: 0;
    transition: .4s;
    z-index: -100;
    content: attr(data-tooltiper);
    position: absolute;
    width: 220px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #bebebe;
    top: -40px;
    right: -5px;
    font-size: 13px;
    line-height: 15px;
    color: #222;
}
.contact-widget .main-button:before {
opacity: 1;
    transition: .4s;
    z-index: 2;
    content: attr(data-toolbot);
    position: absolute;
    width: 145px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #bebebe;
    top: -40px;
    right: -5px;
    font-size: 13px;
    line-height: 15px;
    color: #222;
    text-align: center;
}
.contact-widget .main-button img{
    max-width: 56px;
    max-height: 56px;
        border-radius: 50px;
        border: 1px solid #a1a1a1;
}

.contact-widget .main-button:hover:after{
        z-index: 33;
    opacity: 1;
}
.contact-widget .main-button:hover:before{
    z-index: -200;
    opacity: 0;
}

.contact-widget.active{
        width: 180px;
}
.contact-widget.active ul{
    display: flex;
}
.contact-widget ul{
    display: none;
    list-style: none;
    transition: .4s;
    margin-bottom: 0px;
    padding-left: 0px;
}
.contact-widget ul span{
    display: none;
}
.contact-widget ul li{
list-style: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 5px;
    overflow: hidden;
}
.contact-widget ul li.whatsapp a{
    width: 30px;
    height: 30px;
    background: #de0025;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.contact-widget ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}
.contact-widget .main-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-widget.active .main-button{
        position: absolute;
    top: -60px;
    right: 0;
}
.contact-widget .main-button i{
    font-size: 20px;
}
.b-popover.js-act, .l-container-btn-doctors.js-act {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.b-popover {
  right: 25px;
  width: 440px;
    bottom: 25px;
  padding: 12px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 101;
  box-shadow: 0 5px 10px 2px rgba(34,60,80,.1);
  transform: translateY(10px);
  left: 20px;
  transition: .25s opacity,.25s visibility,.25s transform;
  position: fixed;
    display: flex;
    visibility: hidden;
opacity: 0;
}
.b-popover__content{
    margin-bottom: 0px;
    font-size: 14px;
}
.b-popover a{
    outline: none;
    font-size: 18px;
    margin-bottom: 28px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    margin-top: 28px;
    background: -o-linear-gradient(333.69deg,#8c33fb 0%,#ff15ff 100%);
    background: #1b112b;
    border-radius: 12px;
    border: none;
    padding: 10px 20px;
    display: flex;
    color: #fff;
    text-decoration: none!important;
    transition: .4s;
    margin: 0px;
    margin-left: 10px;
}
.b-popover a:hover{
    transform: translateY(-3px);
}
.fast-etaps{
display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    margin: 0 -15px 35px;
}
.fast-etaps:before{
        content: '';
    position: absolute;
    width: 67%;
    display: flex;
    height: 1px;
    background: darkorange;
    left: 15px;
    top: 27px;
    z-index: 0;
}
.fast-etap{
    display: flex;
    flex-direction: column;
    margin: 15px;
    width: calc(33.33% - 30px);
    align-items: flex-start;
}
.fast-etap-number{
    width: 25px;
    height: 25px;
    background: darkorange;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    line-height: 1;
    padding-top: 2px;
    margin-bottom: 10px;
    z-index: 3;
}
.fast-etap-header{
font-size: 20px;
    font-weight: bold;
}
.fast-etap-desc{
    font-size: 14px;
}
.spin-img{
    position: relative;
}
.spin-img:after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 200px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 10px 8px #494949;
    background: transparent;
    animation: hideo 4s infinite 0s;
}
.spin-img img{
   /* animation: spin 4s infinite 0s; */
   max-height: 400px;
   width: auto;
}
.specialist-list{
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 50px;
}
.specialist-block{
    display: flex;
    flex-wrap: wrap;
    width: calc(25% - 30px);
    margin: 0 15px 15px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fafafa;
}
.specialist-cat{
    padding: 15px;
        font-size: 20px;
    text-align: center;
}
.cat-content .wpb_row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cat-content .wpb_column{
    padding: 0 15px;
}
.cat-content  .vc_col-sm-6{
    width: 50%;
}
.hero-block{
    position: relative;
    overflow: clip;
}
.hero__bg{
position: absolute;
    z-index: 0;
    left: 0px;
    transform: translateY(-50%);
    width: 60vw;
    top: 50%;
}
.adv-hero{
    display: flex;
    flex-wrap: wrap;
}
.adv-hero-block{
  width: calc(33.33% - 10px);
    padding-right: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
        border-right: 1px solid #ddd;
}
.adv-hero-block:last-child{
    border-right: 0px;
}
.adv-hero-img {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #ff8c00;
    margin-bottom: 5px;
}
.adv-hero-img img{
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
}
.adv-hero-header{
font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 18px;
}
.adv-hero-subheader{
    font-size: 14px;
}

.eeat {
  padding: 60px 0 0;
  background: #fff;
}

.eeat__author {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    background: #fafafa;
    border: 1px solid #eee;
    width: max-content;
    max-width: 100%;
}

.eeat__avatar img {
  width: 140px;
  object-fit: cover;
  border-radius: 15px;
}

.eeat__label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff3e8;
  color: #ff7a00;
  font-size: 14px;
  font-weight: 600;
}

.eeat__name {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.eeat__position {
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
}

.eeat__stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.eeat__stat {
  min-width: 150px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.eeat__stat strong {
  display: block;
  font-size: 24px;
  margin-bottom: 6px;
}

.eeat__stat span {
  color: #666;
  font-size: 14px;
}

.eeat__text {
  font-size: 16px;
  line-height: 1.2;
  color: #444;
  margin-bottom: 10px;
  max-width: 700px;
}

.eeat__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  border-radius: 5px;
  background: #0A66C2;
  color: #fff !important;
  text-decoration: none;
  transition: .4s;
  text-decoration: none !important;
}

.eeat__linkedin:hover {
  transform: translateY(-3px);
}










@keyframes hideo {
    0% {
        opacity: 0;
    }
  50% {
        opacity: 1;
  }
  100% {
        opacity: 0;
    }
}



@keyframes spin {
    0% {
        transform: translateY(0px);
    }
  50% {
        transform: translateY(-20px);
  }
  100% {
        transform: translateY(0px);
    }
}


@media(max-width: 1199px){
    #desktop_menu #menu-item-34>.sub-menu{
        left: -200px;
        width: 900px;
    }
    #desktop_menu li a{
        font-size: 14px;
    }
    .smm-circle{
        background: none;
    }
    .smm-circle .smm-sector{
        background: none !important;
        width: 400px !important;
        justify-content: flex-start;
        align-items: flex-start !important;
        padding: 10px !important;
        box-shadow: 0px 0px 10px #bebebe;
        margin: 10px !important;
        filter: none;
        border-radius: 5px;
        max-width: calc(100% - 20px) !important;
        height: auto !important;
    }
    .smm-circle .smm-sector p{
        padding: 0px;
    }
    .smm-circle .smm-sector span{
            opacity: 1;
        padding: 0;
        text-align: left !important;
        max-width: 100%;
    }
}
@media(min-width: 1023px){

    .desk-hidden{
        display: none;
    }
}
@media(max-width: 1023px){
    .contact-widget{
        right: 15px;
        bottom: 15px;
    }
    .mob-conts{
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .mob-conts>a{
        color: #222;
        display: flex;margin-bottom: 10px;
        font-weight: bold;
    }
    .menu-button{
        min-width: auto;
    }
    .main-sldie .slider-header{
        margin-top: 15px;
    }
    .for-head-logo p, .for-head-logo a{
        left: inherit;
        top: inherit;
    }
    .for-head-logo:before{
            right: 55px;
        bottom: -50px;
        height: 140px;
    }
    #breadcrumbs {
        margin-bottom: 0px;
        padding: 15px 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 23px;
        font-size: 14px;
    }
    .table-hidden{
        display: none;
    }
    #desc-header{
        background: #fff;
        position: sticky;
        z-index: 9;
        top: 0;
        
    }
    #wpadminbar{
        display: none;
    }
    html.vc_mobile{
        margin-top: 0px !important;
    }
    .menu-button{
        justify-content: flex-end;
    }
    #for-mob-menu{
        display: flex;
            flex-direction: column;
    justify-content: space-between;
        overflow-y: scroll;
    }
    .main-sldie .main-slider-img {
        display: none !important;
    }
    .main-info-form{
        height: auto;
        flex-direction: row;
        justify-content: flex-start;
    }
    .half-form{
        max-height: inherit;
    }
    #front-form{
        align-items: flex-start;
    }
    .news-block{
        justify-content: center;
    }
}
@media(max-width: 768px){
    .adv-hero-block{
        width: calc(50% - 5px);
    }
    .hero-block .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
    }

      .eeat__author {
    flex-direction: column;
    padding: 24px;
  }

  .eeat__name {
    font-size: 28px;
  }

  .eeat__stats {
    flex-direction: column;
  }
    .hero__bg {
        top: 0;
        min-width: 1000px;
    }
    .adv-hero{
        justify-content: space-between;
    }
    .adv-hero-block {
    padding-right: 0px;
    margin-right: 0px; 

    border-right: 0px;
}
.adv-hero-block:last-child{
    width: 100%;
}
    .hero-block h1{
        font-size: 28px;
    }
    .section-margin{
        margin-bottom: 60px !important;
    }
    .podcat-block .next-cat span{
        text-align: center;
    }
    .category-list .podcat-block{
        flex-direction: column;
        justify-content: space-between;
    }
    .podcat-block .thrumb{
        padding: 0px;
    }
    .first-img img{
        max-height: 50vh;
    }
    .spin-img{
        margin-bottom: 20px;
    }
    .amo-new-etap .new-etap-number {
        position: initial;
        margin: 0;
    }
    .amo-new-etap .amo-new-text {
        width: 100%;
    }
    .amo-new-etaps:before{
        display: none;
    }
    .amo-new-etap:nth-child(even) {
        flex-direction: row;
    }
    .amo-new-etap:nth-child(even) .amo-new-text{
        text-align: left;
    }
    .vid,.half-form{
        width: 100%;
        max-width: initial;
        justify-content: flex-start;
    }
    .main-sldie{
        height: auto;
        padding: 20px 0;
    }
    .box-arrow-next{
        top:calc(100% - 75px);
    }
    .box-arrow-prev{
        top:calc(100% - 75px);
        left: calc(100% - 100px);
    }
    .faq-block .faq-question span.faq-number{
        font-size: 20px;
    }
    .faq-block .faq-question span.faq-text{
        font-size: 16px;
    }
    .faq-block .faq-question{
        padding: 25px 65px 25px 15px;
    }
    .faq-block .faq-question i{
            right: 15px;
        height: 30px;
        width: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        top: calc(50% - 15px);
    }
    .faq-answer{
        padding: 20px 15px;
    }
    .b-popover__content{
        font-size: 12px;
    }
    .b-popover a{
        font-size: 12px;
        padding: 7px 20px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .b-popover{
        width: 200px;
        flex-direction: column;
        align-items: center;
        bottom: 15px;
    }
    .fast-etaps:before{
        display: none;
    }
    .fast-etap{
            width: calc(33.33% - 30px);
    }
    .cat-content  .vc_col-sm-6{
        width: 100%;
    }
}
@media(max-width: 600px){
    .category-list .podcat-block{
            width: calc(50% - 20px);
    }
    .podcat-block .next-cat{
        width: 100%;
        align-items: center;
    }
    .podcat-block .next-cat .button{
        display: none;
    }
    .for-head-logo{
        width: 125px;
    }
    .for-head-logo:before{
        right: -20px;
    }
	.adv-block{
		width: 100%;
	}
    .table-checks{
        font-size: 14px;
        padding: 10px;
    }
}
@media(max-width: 460px){
    .for-head-logo:before {
        right: 5px;
        transform: none;
        display: none;
    }
    .for-head-logo p, .for-head-logo a{
       position: relative;
       width: auto;
       left: auto;
       top: auto;
    }
    .fast-etap{
            width: calc(50% - 30px);
    }
    .fotter-h img, .head-logo img{
        max-height: 70px;
        width: auto;
    }
    .for-head-logo{
        width: auto;
    }

}
@media(max-width: 374px){
    .mob-conts>a{
        display: none;
    }
}



