<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.callback-bt {
        position: fixed;
        right: calc(0px + 40px);
        bottom: 5%;

        background:#;
        background:rgba();
        /*border:2px solid #38a3fd;*/
        border-radius:6px;
        box-shadow:0 0 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:58px;
        text-align:center;
        width:58px;
        
        
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;

}

.callback-bt[hide] {
	opacity:0;
	right:-50px;
}


.callback-bt:active {
	transform:translate3d(1px,1px,0px);
}

.fa-phone:before {
	content: "";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(../images/phone.svg);
	background-size:50% 50%;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.callback-bt .text-call{
        display:block;
        height:100%;
        width:100%;        
        border-radius:0%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;

    text-align: center;
    color:#38a3fd;
    color:white;
    background-color:#;
    opacity: 0;
        position:absolute;
        left:0px;
        top: 0px;
    line-height: 140%;
    font-weight: 600;
    /*text-transform: uppercase;*/
    transition: opacity .3s linear;

    font-size:13px;
    border-radius:6px;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}
.callback-bt:hover i {
    opacity:0;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        color:#;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

[cb-shadow] {
	position:fixed;
	left:0px;
	top:0px;
	z-index:9998;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

[cb-shadow][move] {
	opacity:1;
}


[cb-wrapper] {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	transition:opacity 0.5s ease-in-out;

	display:flex;
	justify-content:center;
	align-items:center;
        z-index:9999;
}

[cb-wrapper][move] {
	opacity:1;
}

[cb-form] {
        position:relative;
	width:320px;
        background-color:white;
	border-radius:16px;
}

[cb-form-ok] {
	
}


[cb-content] {
	background-color:white;
	width:100%;
	border-radius:16px;

	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	transition:opacity 0.5s ease-in-out;
}

[cb-content][hide] {
	opacity:0;
}

[cb-content] &gt; div {
	flex:0 0 280px;
}


[cb-input] {
	dislay:block;
	position:relative;
	height:52px;
	margin:10px 0px 0px 0px;
}

[cb-input] input {
	position: relative;
    width: 100%;
    height: 52px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: none;
    outline: none;
    padding: 20px 0px 0px 10px;
    border: 1px solid #f1f3f8;
    margin: 0px 0px 8px 0px;
}


[cb-input] label {
	font-size: 13px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: calc((52px - 24px)/2);
    transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    color: rgba(18, 18, 18, 1);
}


[cb-req] {
	color:red;
	font-size:11px;
	display:inline-block;
	transform:translate3d(0px,-5px,0px);
        -moz-transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
}


[cb-input] input:focus ~ label, [cb-input] input:valid ~ label {
	top: 4px;
	left:11px;
	font-size:11px;
	color:rgba(112, 112, 112, 1);

}

[cb-input] input:focus ~ label [cb-req], [cb-input] input:valid ~ label [cb-req] {
	color:grey;
}

[cb-title] {
	margin:40px 0px 20px 0px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	line-height:150%;

}

[cb-do] {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    margin: 30px 0px 30px 0px;
    cursor: pointer;
    color: white;
    background-color:#;
    user-select:none;

}

[cb-do]:active {
	transform:translate3d(1px,1px,0px);
}


@media screen and (max-width: 500px) {

[cb-form] {
	width:320px;
	width:calc( (100vw - 320px)/(500 - 320) * (320 - 304) + 304px);
}

}


[cb-form] [ftype][err] {
	background-color:#f8dada;
}


[cb-close] {
	position:absolute;
	width:16px;
	height:16px;
	right:10px;
	top:10px;
	transform:rotate(45deg);
	cursor:pointer;
}

[cb-close]:before, [cb-close]:after {
        content:"";
	position:absolute;
	background-color:#505050;
}

[cb-close]:before {
	width:100%;
	height:2px;
	top:calc((100% - 2px)/2);
	left:0px;

}

[cb-close]:after{
	width:2px;
	height:100%;
	left:calc((100% - 2px)/2);
	top:0px;
}



[cb-ok] {
        width:100%;
        height:100%;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;

	flex-wrap:wrap;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

[cb-ok][show] {
	opacity:1;
}

[cb-ok] &gt; span:nth-of-type(1) {
	flex:0 0 100%;
	text-align:center;
	font-size:22px;
	font-weight:600;
	text-transform:uppercase;
	color:#;
	margin:0px 0px 20px 0px;

}

[cb-ok] &gt; span:nth-of-type(2) {
	font-size:14px;
	font-weight:500;
}

[cb-logo] {
	flex:0 0 190px;
	height:40px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin:40px 0px 0px 0px;

}

[cb-param="poselok"] ~ [cb-wrapper] [cb-logo] {
	background-image:url(../images/medug_poselok_logo_small.svg);
}

[cb-param="baza"] ~ [cb-wrapper] [cb-logo] {
	background-image:url(../images/medug_baza_logo_small.svg);
}


[k-cb] {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    margin: 0px 0px 0px 20px;
    cursor: pointer;
    color: white;
    background-color:#;
    user-select:none;

}

[k-cb]:active {
	transform:translate3d(1px,1px,0px);
}

@media screen and (max-width: 500px) {

[k-cb] {
    font-size: calc( (100vw - 320px)/(500 - 320) * (13 - 11) + 11px);
}


}

</pre></body></html>