@charset "UTF-8";
/*@import url('fonts.css');*/

body {
	/*font: 14px RobotoRegular !important;*/
	margin: 0px !important;
	padding: 0px !important;
	background: #f4f4f5 !important;
	font-size: 14px !important;
}
a {
    outline: none !important; 
}
input {
	background: #f4f4f5 !important;
	height: 40px !important;
	font-size: 18px !important;
}
select {
	height: 40px !important;
	font-size: 18px !important;
}
.btn {
	cursor: pointer;
}
.container {
	padding-top: 55px;
	padding-bottom: 55px;
}
.modal-lg {
    max-width: 80% !important;
}
.color_grey {
    color: #797e8b !important;
    font-size: 12px !important;
}
.color_red {
    color: red !important;
    font-size: 12px !important;
}
.agreement {
	line-height: 1;
}
.main-menu {
	background-color: #fff !important;
	width: 100%;
	height: 50px;
	position: fixed;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2),0 0 1px rgba(0,0,0,0.1);
	z-index: 10;
}
.locker{
	background-color: #000 !important;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: 1000;
}
.cw{
	position: fixed;
	top: 40%;
	left: 50%;
	opacity: 1 !important;
	z-index: 1001;
	color: #fff !important;
	background-color: #000 !important;
	padding: 30px 20px;
	margin-left: -215px;
}
.main-menu .logo {
	float: left;
}
.hrefs {
	float: right;
	padding-top: 4px;
}
.hrefs a{
	font-size: 18px !important;
	color: black;
}
.hrefs a:hover{
	opacity: 0.8;
}

.small-size {
	font-size: 14px !important;
}

@media (max-width: 750px) {
    .href-description, .agreement {
        display: none;
    }
	.cw{ 
		left: 15px;
		margin-left: 0;
	}
}

.autorization-form {
    width: 400px;
    height-min: 400px;
	margin: 20px auto;
	z-index: 5;
}

@media (max-width: 600px) {
    .autorization-form {
    width: 95%;
	margin: 0px auto;
    }
}
.card{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 0.5rem;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
	z-index: 10;
	border-top: 2px solid rgba(16, 24, 40, 0.05);
}

.phone {
	font-size: 1.5rem;
    line-height: 1.5rem;
}

.news {
	margin-bottom: 14px;
	-webkit-transition: -webkit-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in;
    -ms-transition: -ms-transform 0.2s ease-in;
}
.news-date {
	position: absolute;
	bottom: 2px;
	right: 5px;
}
.news .card-title {
	font-size: 1.2rem;
}
.news:hover {
	-ms-transform: translate(-7px);
    -moz-transform: translate(-7px);
    -webkit-transform: translate(-7px);
    -o-transform: translate(-7px);
}
.actions {
	cursor: pointer;
}
.ls-btn {
	position: absolute;
	bottom: 2px;
	right: 2px;	
}

.contact-cards { display: flex; flex-wrap: wrap; gap: 16px; margin: 24px 0 8px; }
.max-contact { display: flex; flex: 1 1 360px; align-items: center; gap: 24px; max-width: 570px; margin: 0; padding: 20px 22px; background: linear-gradient(135deg, #f5f0ff 0%, #fff 65%); border: 1px solid #dfd2ff; border-radius: 14px; box-shadow: 0 8px 24px rgba(104, 57, 190, 0.12); }
.max-contact__content { display: flex; flex: 1; align-self: stretch; flex-direction: column; align-items: flex-start; }
.max-contact__eyebrow { display: block; margin-bottom: 4px; font-size: 12px; font-weight: bold; letter-spacing: 0.06em; text-transform: uppercase; color: #7044d1; }
.max-contact h3 { margin: 0 0 6px; font-size: 21px; }
.max-contact p { margin: 0 0 14px; color: #555; }
.max-contact__link { display: inline-block; margin-top: auto; padding: 9px 14px; border-radius: 8px; background: #7044d1; color: #fff; font-weight: bold; text-decoration: none; }
.max-contact__link:hover, .max-contact__link:focus { background: #5832aa; color: #fff; text-decoration: none; }
.max-contact__qr { flex: 0 0 116px; padding: 6px; background: #fff; border-radius: 10px; box-shadow: 0 3px 12px rgba(44, 24, 83, 0.14); }
.max-contact__qr img { display: block; width: 104px; height: 104px; }
.app-contact { background: linear-gradient(135deg, #eef8eb 0%, #fff 65%); border-color: #cfe7c7; box-shadow: 0 8px 24px rgba(54, 123, 48, 0.12); }
.app-contact .max-contact__eyebrow { color: #347a32; }
.app-contact .max-contact__link { background: #347a32; }
.app-contact .max-contact__link:hover, .app-contact .max-contact__link:focus { background: #275f26; }
.about-details { min-width: 0; overflow-wrap: break-word; }
.about-details > div { line-height: 1.45; }
@media (max-width: 480px) {
    .max-contact { flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
    .max-contact__content { width: 100%; }
    .max-contact__qr { flex: 0 0 auto; align-self: center; }
    .max-contact__qr img { width: 74px; height: 74px; }
    .max-contact h3 { font-size: 19px; }
    .max-contact p { line-height: 1.45; }
    .about-details { flex: 0 0 100%; max-width: 100%; margin: 0; padding: 0; }
    .about-details > div { margin-bottom: 3px; padding-right: 15px; padding-left: 15px; }
}

/* Anton кнопка звонок начало*/
.callbutton {
    position: fixed;
    bottom: 63px;
    right: 25px;
    cursor: pointer;
    font-size: 2rem;
    width: 7rem;
    height: 8rem;
    z-index: 999;
}

.back-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0;
    border-radius: 100%;
    animation: back 2s infinite;
    animation-delay: 0.3s;
}

.callbutton .button {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 75px;
    background-color: #000;
    animation: ring 2s infinite;
}


.callbutton .phone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #ffffff;
}

.front-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0.2;
    border-radius: 100%;
    width: 0px;
    height: 0px;
    animation: breath 2s infinite;
}

@keyframes ring {
    0% {
    }
    50% {
        height: 115px;
        width: 115px;
    }
}

@keyframes back {
    0% {
        height: 0px;
        width: 0px;
    }
    50% {
        height: 50px;
        width: 50px;
        opacity: 0.4;
    }
    70% {
        height: 150px;
        width: 150px;
        opacity: 0.1;
    }
    100% {
        height: 155px;
        width: 155px;
        opacity: 0;
    }
}

@keyframes breath {
    0% {
        width: 60px;
        height: 60px;
    }
    50% {
        width: 120px;
        height: 120px;
    }
    100% {
        width: 60px;
        height: 60px;
    }
}

/* max-width:686px */
.callbutton-small {
    position: fixed;
    bottom: 10%;
    right: 5%;
    cursor: pointer;
    height: 40px;
    width: 40px;
    z-index: 999;
    display:none;
}
.callbutton-small .button-small {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 55px;
    background-color: #000;
    animation: ring-small 2s infinite;
}
.front-circle-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0.2;
    border-radius: 100%;
    width: 0px;
    height: 0px;
    animation: breath-small 2s infinite;
}
.callbutton-small .phone-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
}
@keyframes breath-small {
    0% {
        width: 30px;
        height: 30px;
    }
    50% {
        width: 40px;
        height: 40px;
    }
    100% {
        width: 30px;
        height: 30px;
    }
}
@keyframes ring-small {
    0% {
    }
    50% {
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width:686px){
  .callbutton{
    display:none !important;    
  }
  .callbutton-small{
    display:block !important;    
  }
}


/* кнопка звонок конец*/
