2237 lines
37 KiB
SCSS
2237 lines
37 KiB
SCSS
@import "font-awesome";
|
||
@import 'fonts';
|
||
@import 'bootstrap';
|
||
|
||
@function rem-calc($size) {
|
||
$remSize: $size / 16;
|
||
@return #{$remSize}rem;
|
||
}
|
||
|
||
.rating-widget-star {
|
||
font-size: 2em;
|
||
}
|
||
|
||
#cookie_note {
|
||
display: none;
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
padding: 15px 25px;
|
||
z-index: 999;
|
||
background-color: #48b1b8;
|
||
box-sizing: border-box;
|
||
flex-direction: column;
|
||
gap: 15px;
|
||
}
|
||
|
||
#cookie_note.show {
|
||
display: flex !important;
|
||
}
|
||
|
||
@media (min-width: 576px) {
|
||
#cookie_note {
|
||
flex-direction: row;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
gap: 10px;
|
||
}
|
||
}
|
||
|
||
#cookie_note p {
|
||
margin: 0;
|
||
font-size: 15px;
|
||
line-height: 1.55;
|
||
text-align: left;
|
||
color: #fff;
|
||
}
|
||
|
||
#cookie_note a {
|
||
color: #fff;
|
||
}
|
||
|
||
.btn-white {
|
||
background: #fff;
|
||
}
|
||
|
||
#iframeProtocol {
|
||
width: 100%;
|
||
min-height: 400px;
|
||
}
|
||
|
||
.rating-widget-star .fa-star,
|
||
.rating-widget-star .fa-star-o,
|
||
.rating-widget-star .fa-star-half-o {
|
||
color: green;
|
||
}
|
||
|
||
.banner {
|
||
text-align: center;
|
||
padding: 15px;
|
||
}
|
||
|
||
.crop-message {
|
||
min-height: 112px;
|
||
}
|
||
|
||
.full-message {
|
||
min-height: 162px;
|
||
}
|
||
|
||
.msg-valid {
|
||
color:red;
|
||
}
|
||
|
||
.bg-address {
|
||
height: 40px;
|
||
background: none;
|
||
border: 1px solid #267373;
|
||
border-radius: 10px;
|
||
background: none;
|
||
color: #267373;
|
||
padding: 10px 10px;
|
||
}
|
||
|
||
.space-between {
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.owl-next {
|
||
position: absolute;
|
||
right: 0;
|
||
margin-right: -10px !important;
|
||
}
|
||
.owl-prev {
|
||
position: absolute;
|
||
left: 0;
|
||
margin-left: -10px !important;
|
||
}
|
||
.owl-nav {
|
||
position: absolute;
|
||
top: 45%;
|
||
width: 100%;
|
||
}
|
||
.owl-stage-outer {
|
||
padding-bottom: 0.5rem !important;
|
||
}
|
||
.swiper-button-next, .swiper-button-prev {
|
||
position: absolute;
|
||
width: 48px;
|
||
height: 48px;
|
||
border-radius: 50%;
|
||
color: #fff;
|
||
background: url(https://sovamed.ru/bitrix/templates/sova2020/img/arrow-next.svg) no-repeat;
|
||
background-position: center;
|
||
cursor: pointer;
|
||
}
|
||
|
||
.swiper-button-prev {
|
||
left: -10px !important;
|
||
transform: rotate(180deg);
|
||
}
|
||
|
||
.swiper-button-next {
|
||
right: -10px !important;
|
||
}
|
||
|
||
.owl-theme .owl-nav {
|
||
margin-top: 0px;
|
||
}
|
||
|
||
.owl-theme .owl-nav [class*='owl-']:hover, .owl-theme .owl-nav [class*='owl-'] {
|
||
margin: 0;
|
||
padding: 0;
|
||
background: none;
|
||
}
|
||
|
||
.sort-block {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin-bottom: 15px;
|
||
}
|
||
|
||
.call-back {
|
||
display: flex;
|
||
justify-content: flex-start;
|
||
}
|
||
|
||
.call-back a {
|
||
color: #267373;
|
||
}
|
||
|
||
.bootstrap-select .dropdown-menu li a span.text {
|
||
white-space: normal;
|
||
}
|
||
|
||
.fa-star, .fa-star-o, .fa-star-half-o {
|
||
color: #e3c45a;
|
||
}
|
||
|
||
.register-init .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
|
||
background-color: #267373;
|
||
}
|
||
|
||
.story {
|
||
margin: 0 0 20px 0;
|
||
}
|
||
|
||
.reviews-block__link, .truncate_more_link {
|
||
color: #267373;
|
||
}
|
||
|
||
.count {
|
||
border-radius: 99px;
|
||
background: #8EB7A5;
|
||
color: #267373;
|
||
padding: 0px 9px;
|
||
margin-left: 10px;
|
||
}
|
||
|
||
.border {
|
||
border: 1px #fff solid;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.popup__title {
|
||
height: 50px;
|
||
margin-bottom: 10px;
|
||
font-size: 24px;
|
||
line-height: 26px;
|
||
color: #267373;
|
||
}
|
||
|
||
.popup-staff{
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 36px;
|
||
}
|
||
|
||
.popup-staff__img{
|
||
display: block;
|
||
border-radius: 100%;
|
||
width: 100px;
|
||
height: 100px;
|
||
margin-right: 20px;
|
||
flex-shrink: 0;
|
||
}
|
||
|
||
.popup-staff__info {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
height: 100%;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
}
|
||
|
||
.popup-staff__name{
|
||
color: #444444;
|
||
font-weight: bold;
|
||
text-decoration: none;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.popup-staff__name:hover{
|
||
text-decoration: underline;
|
||
color: #444;
|
||
}
|
||
|
||
.popup-staff__param {
|
||
color: #8E8C8C;
|
||
}
|
||
|
||
.popup-staff__position{
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.popup-inteval{
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
}
|
||
|
||
.popup-inteval__item:not(:last-child){
|
||
margin-bottom: 30px;
|
||
}
|
||
.popup-inteval__date{
|
||
color: #444444;
|
||
margin-bottom: 15px;
|
||
}
|
||
.popup-inteval .intervals-wrap{
|
||
grid-template-columns: repeat(4, 70px);
|
||
}
|
||
.popup-btns{
|
||
display: flex;
|
||
}
|
||
|
||
.justify-content-between {
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.justify-content-end {
|
||
justify-content: end;
|
||
}
|
||
.current-dates {
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #8EB7A5;
|
||
}
|
||
.popup-btn:first-child{
|
||
margin-right: 5px;
|
||
}
|
||
.popup-btn{
|
||
min-width: 170px;
|
||
white-space: nowrap;
|
||
padding: 0 10px;
|
||
}
|
||
/* //модальное окно */
|
||
|
||
.search-btn {
|
||
position: absolute;
|
||
top: 0;
|
||
right: 0;
|
||
}
|
||
|
||
.search-input {
|
||
position: relative;
|
||
}
|
||
.dislike, .like {
|
||
cursor: pointer;
|
||
}
|
||
.search-input .show-content {
|
||
position: absolute;
|
||
z-index: 10;
|
||
width: 95%;
|
||
left: 17px;
|
||
}
|
||
|
||
.search-input input {
|
||
background-color: #f7f5f5;
|
||
border: none;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.search-input select {
|
||
width: 133px;
|
||
height: 37px;
|
||
line-height: 37px;
|
||
text-align: center;
|
||
margin-right: -133px;
|
||
position: relative;
|
||
z-index: 1;
|
||
float: left;
|
||
color: #6b6868;
|
||
background-color: #f7f5f5;
|
||
border: none;
|
||
padding-left: 5px;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.search-input select + input {
|
||
padding-left: 140px;
|
||
}
|
||
|
||
.show-content {
|
||
border-radius: 10px;
|
||
background: #F7F5F5;
|
||
border: 1px solid #267373;
|
||
color: #267373;
|
||
}
|
||
.show-content a {
|
||
color: #165d5c;
|
||
}
|
||
|
||
.search-wrap ul {
|
||
list-style: none;
|
||
padding: 10px 0px;
|
||
}
|
||
|
||
.search-wrap ul > li {
|
||
padding: 0em 1em;
|
||
display: block;
|
||
}
|
||
|
||
.form-control:focus {
|
||
background-color: #f7f5f5;
|
||
}
|
||
|
||
*{
|
||
box-sizing: border-box;
|
||
}
|
||
|
||
html {
|
||
line-height: 1.15; /* 1 */
|
||
-webkit-text-size-adjust: 100%; /* 2 */
|
||
}
|
||
|
||
body {
|
||
margin: 0;
|
||
}
|
||
|
||
main {
|
||
display: block;
|
||
}
|
||
|
||
h1 {
|
||
font-size: 2em;
|
||
margin: 0.67em 0;
|
||
}
|
||
|
||
hr {
|
||
box-sizing: content-box; /* 1 */
|
||
height: 0; /* 1 */
|
||
overflow: visible; /* 2 */
|
||
}
|
||
|
||
pre {
|
||
font-family: monospace, monospace; /* 1 */
|
||
font-size: 1em; /* 2 */
|
||
}
|
||
|
||
a {
|
||
background-color: transparent;
|
||
}
|
||
|
||
abbr[title] {
|
||
border-bottom: none; /* 1 */
|
||
text-decoration: underline; /* 2 */
|
||
text-decoration: underline dotted; /* 2 */
|
||
}
|
||
|
||
b,
|
||
strong {
|
||
font-weight: bolder;
|
||
}
|
||
|
||
code,
|
||
kbd,
|
||
samp {
|
||
font-family: monospace, monospace; /* 1 */
|
||
font-size: 1em; /* 2 */
|
||
}
|
||
|
||
small {
|
||
font-size: 80%;
|
||
}
|
||
|
||
sub,
|
||
sup {
|
||
font-size: 75%;
|
||
line-height: 0;
|
||
position: relative;
|
||
vertical-align: baseline;
|
||
}
|
||
|
||
sub {
|
||
bottom: -0.25em;
|
||
}
|
||
|
||
sup {
|
||
top: -0.5em;
|
||
}
|
||
|
||
img {
|
||
border-style: none;
|
||
}
|
||
|
||
button,
|
||
input,
|
||
optgroup,
|
||
select,
|
||
textarea {
|
||
font-family: inherit; /* 1 */
|
||
font-size: 100%; /* 1 */
|
||
line-height: 1.15; /* 1 */
|
||
margin: 0; /* 2 */
|
||
}
|
||
|
||
button,
|
||
input { /* 1 */
|
||
overflow: visible;
|
||
}
|
||
|
||
button,
|
||
select { /* 1 */
|
||
text-transform: none;
|
||
}
|
||
|
||
button,
|
||
[type="button"],
|
||
[type="reset"],
|
||
[type="submit"] {
|
||
-webkit-appearance: button;
|
||
}
|
||
|
||
button::-moz-focus-inner,
|
||
[type="button"]::-moz-focus-inner,
|
||
[type="reset"]::-moz-focus-inner,
|
||
[type="submit"]::-moz-focus-inner {
|
||
border-style: none;
|
||
padding: 0;
|
||
}
|
||
|
||
button:-moz-focusring,
|
||
[type="button"]:-moz-focusring,
|
||
[type="reset"]:-moz-focusring,
|
||
[type="submit"]:-moz-focusring {
|
||
outline: 1px dotted ButtonText;
|
||
}
|
||
|
||
fieldset {
|
||
padding: 0.35em 0.75em 0.625em;
|
||
}
|
||
|
||
legend {
|
||
box-sizing: border-box; /* 1 */
|
||
color: inherit; /* 2 */
|
||
display: table; /* 1 */
|
||
max-width: 100%; /* 1 */
|
||
padding: 0; /* 3 */
|
||
white-space: normal; /* 1 */
|
||
}
|
||
|
||
progress {
|
||
vertical-align: baseline;
|
||
}
|
||
|
||
textarea {
|
||
overflow: auto;
|
||
}
|
||
|
||
[type="checkbox"],
|
||
[type="radio"] {
|
||
box-sizing: border-box; /* 1 */
|
||
padding: 0; /* 2 */
|
||
}
|
||
|
||
[type="number"]::-webkit-inner-spin-button,
|
||
[type="number"]::-webkit-outer-spin-button {
|
||
height: auto;
|
||
}
|
||
|
||
[type="search"] {
|
||
-webkit-appearance: textfield; /* 1 */
|
||
outline-offset: -2px; /* 2 */
|
||
}
|
||
|
||
[type="search"]::-webkit-search-decoration {
|
||
-webkit-appearance: none;
|
||
}
|
||
|
||
::-webkit-file-upload-button {
|
||
-webkit-appearance: button; /* 1 */
|
||
font: inherit; /* 2 */
|
||
}
|
||
|
||
details {
|
||
display: block;
|
||
}
|
||
|
||
summary {
|
||
display: list-item;
|
||
}
|
||
|
||
template {
|
||
display: none;
|
||
}
|
||
|
||
[hidden] {
|
||
display: none;
|
||
}
|
||
|
||
/* breakpoints */
|
||
$big-desktop: 1600px;
|
||
$desktop: 1200px;
|
||
$small-desktop: 1024px;
|
||
$phone: 768px;
|
||
$small-mobile: 560px;
|
||
$height-notebook: 768px;
|
||
|
||
body{
|
||
font-family: Circe;
|
||
}
|
||
|
||
.login-page{
|
||
margin-top: 5vh;
|
||
height: 90vh;
|
||
width: 100%;
|
||
background: #48b1b8;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.h-md-100 {
|
||
height: 100% !important;
|
||
}
|
||
|
||
@media (max-width: 768px) {
|
||
.h-md-100 {
|
||
height: 80% !important;
|
||
}
|
||
.col-md-4 {
|
||
flex: 0 0 100%;
|
||
max-width: 100%;
|
||
}
|
||
|
||
.login-page {
|
||
margin-top: 0;
|
||
height: 100vh;
|
||
width: 100%;
|
||
background: #48b1b8;
|
||
border-radius: 10px;
|
||
}
|
||
}
|
||
|
||
.с-container{
|
||
width: 100%;
|
||
max-width: 1440px;
|
||
margin: 0 auto;
|
||
}
|
||
.main-container{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
margin-top: 30px;
|
||
min-height: calc(100vh - 60px);
|
||
margin-bottom: 20px;
|
||
padding: 0;
|
||
}
|
||
|
||
.left-sidebar{
|
||
flex: 0 0 21%;
|
||
max-width: 21%;
|
||
position: relative;
|
||
background: #48b1b8;
|
||
border-radius: 10px;
|
||
padding: 30px 40px;
|
||
}
|
||
.left-sidebar .city{
|
||
display: none;
|
||
}
|
||
.center-content-2 {
|
||
flex: 0 0 79%;
|
||
max-width: 79%;
|
||
padding: 0 20px;
|
||
}
|
||
.center-content {
|
||
flex: 0 0 58%;
|
||
max-width: 58%;
|
||
padding: 0 20px;
|
||
}
|
||
.login-page .center-content{
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.right-sidebar{
|
||
flex: 0 0 21%;
|
||
max-width: 21%;
|
||
|
||
}
|
||
.login-page .right-sidebar{
|
||
padding-top: 30px;
|
||
}
|
||
|
||
|
||
.city{
|
||
background: url('../img/place.svg') no-repeat left center;
|
||
padding-left: 20px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
cursor: pointer;
|
||
color: #fff;
|
||
}
|
||
|
||
.auth-btns{
|
||
margin-top: 15px;
|
||
}
|
||
|
||
.auth-btn:hover {
|
||
text-decoration: none;
|
||
}
|
||
|
||
.auth-btn {
|
||
display: inline-flex;
|
||
align-items: center;
|
||
height: 30px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
padding: 5.5px 15px;
|
||
color: #fff;
|
||
border: 1px solid #fff;
|
||
border-radius: 15px;
|
||
text-decoration: none;
|
||
margin-bottom: 15px;
|
||
white-space: nowrap;
|
||
}
|
||
.auth-btn:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
.auth-btn--normal{
|
||
border: none;
|
||
}
|
||
|
||
.auth-btn:not(.auth-btn--normal):hover{
|
||
background: #fff;
|
||
color: #267373;
|
||
}
|
||
.auth-btn--normal:hover {
|
||
background: #fff;
|
||
text-decoration: none;
|
||
color: #267373;
|
||
}
|
||
.hello-text{
|
||
color: #fff;
|
||
font-size: 24px;
|
||
line-height: 26px;
|
||
margin-bottom: 32px;
|
||
}
|
||
|
||
.login-btns:not(:last-child){
|
||
margin-bottom: 30px;
|
||
}
|
||
.login-btn{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 40px;
|
||
border-radius: 20px;
|
||
color: #fff;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
border: 1px solid #FFFFFF;
|
||
text-decoration: none;
|
||
margin-bottom: 10px;
|
||
}
|
||
.login-btn:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
.login-btn:hover{
|
||
color: #267373;
|
||
background: #fff;
|
||
}
|
||
.login-btn--bold-border{
|
||
border: 3px solid #FFFFFF;
|
||
}
|
||
.login-btns--full .login-btn{
|
||
width: 280px;
|
||
}
|
||
|
||
.logo{
|
||
margin-bottom: 50px;
|
||
}
|
||
.mobile-logo{
|
||
display: none;
|
||
}
|
||
|
||
.login-menu{
|
||
position: relative;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
// align-items: center;
|
||
min-height: 42px;
|
||
max-height: 43px;
|
||
margin: 0 -15px 30px;
|
||
color: #fff;
|
||
border: 1px solid #fff;
|
||
padding-left: 22px;
|
||
border-radius: 10px;
|
||
cursor: pointer;
|
||
transition: all 0.125s ease-in;
|
||
}
|
||
.login-menu__name{
|
||
display: flex;
|
||
align-items: center;
|
||
height: 40px;
|
||
}
|
||
.login-menu__name svg{
|
||
margin-right: 8.5px;
|
||
}
|
||
.login-menu__arrow{
|
||
width: 10px;
|
||
height: 7px;
|
||
position: absolute;
|
||
top: 16px;
|
||
right: 15px;
|
||
background: url('../img/select-arrow-down.svg') no-repeat center center;
|
||
}
|
||
.login-menu__wrap{
|
||
display: none;
|
||
margin-bottom: 10px;
|
||
}
|
||
.login-menu__item{
|
||
display: flex;
|
||
align-items: center;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #444;
|
||
padding-left: 26px;
|
||
text-decoration: none;
|
||
height: 30px;
|
||
}
|
||
.login-menu__item:hover{
|
||
text-decoration: underline;
|
||
}
|
||
|
||
.login-menu.active{
|
||
background: #fff;
|
||
min-height: 170px;
|
||
max-height: 170px;
|
||
}
|
||
.login-menu.active .login-menu__wrap{
|
||
display: block;
|
||
}
|
||
.login-menu.active .login-menu__name{
|
||
color: #267373;
|
||
}
|
||
.login-menu.active .login-menu__name svg path{
|
||
fill: #267373;
|
||
}
|
||
.login-menu.active .login-menu__arrow{
|
||
background: url('../img/select-arrow-up.svg') no-repeat center center;
|
||
}
|
||
|
||
|
||
|
||
|
||
.select-login{
|
||
width: 100%;
|
||
background: none;
|
||
border-radius: 10px;
|
||
border: 1px solid #8EB7A5;
|
||
}
|
||
.nice-select:after{
|
||
border-bottom: 2px solid #fff;
|
||
border-right: 2px solid #fff;
|
||
}
|
||
|
||
.select-login > span{
|
||
color: #fff;
|
||
padding-left: 23.5px;
|
||
background: url('../img/user.svg') no-repeat;
|
||
}
|
||
.menu{
|
||
display: block;
|
||
width: 100%;
|
||
float: left;
|
||
}
|
||
.menu ~ .menu{
|
||
margin-top: 30px;
|
||
}
|
||
.menu__item{
|
||
|
||
display: block;
|
||
color: #fff;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
text-decoration: none;
|
||
padding: 10px 20px;
|
||
margin: 0 -20px;
|
||
margin-bottom: 1px;
|
||
border-radius: 10px;
|
||
}
|
||
.menu__item:hover, .menu__item.active {
|
||
background: #267373;
|
||
color: #fff;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.mobile-menu .city{
|
||
display: none;
|
||
width: 240px;
|
||
margin-bottom: 60px;
|
||
}
|
||
|
||
.copyright{
|
||
display: block;
|
||
position: absolute;
|
||
bottom: 10px;
|
||
font-size: 12px;
|
||
line-height: 14px;
|
||
color: #1a5858;
|
||
text-transform: uppercase;
|
||
}
|
||
.top-section{
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 20px;
|
||
}
|
||
.title{
|
||
white-space: nowrap;
|
||
text-align: center;
|
||
font-size: 24px;
|
||
line-height: 26px;
|
||
font-weight: normal;
|
||
color: #444;
|
||
padding: 0 20px;
|
||
margin: 0;
|
||
}
|
||
.search-wrap{
|
||
width: 100%;
|
||
padding-left: 20px;
|
||
}
|
||
|
||
.search-input {
|
||
width: 100%;
|
||
height: 40px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
box-shadow: none;
|
||
border: none;
|
||
border-radius: 10px;
|
||
}
|
||
|
||
.right-sidebar__top{
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 20px;
|
||
justify-content: space-between;
|
||
}
|
||
.right-sidebar__top .button{
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.three-staff{
|
||
margin-right: 20px;
|
||
}
|
||
.mt-mb-3 {
|
||
margin-top: 1rem !important;
|
||
}
|
||
|
||
.button{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 40px;
|
||
padding: 0 12px;
|
||
border-radius: 20px;
|
||
border: 1px solid #267373;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #267373;
|
||
text-decoration: none;
|
||
transition: all .125s ease-in;
|
||
}
|
||
.button:hover{
|
||
background: #267373;
|
||
color: #fff;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.button-revers{
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 40px;
|
||
padding: 0 20px;
|
||
border-radius: 20px;
|
||
background: #267373;
|
||
border: 1px solid #267373;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #fff;
|
||
text-decoration: none;
|
||
transition: all .125s ease-in;
|
||
}
|
||
.button-revers:hover{
|
||
background: #fff;
|
||
color: #267373;
|
||
}
|
||
|
||
.right-sidebar .banners{
|
||
margin-top: 20px;
|
||
}
|
||
.banner-img{
|
||
display: block;
|
||
max-width: 100%;
|
||
margin-bottom: 20px;
|
||
}
|
||
.banner-img:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
.main-blocks{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-between;
|
||
}
|
||
.main-block{
|
||
width: calc(50% - 10px);
|
||
min-height: 280px;
|
||
padding: 20px;
|
||
border: 1px solid #E6F0EC;
|
||
box-shadow: 0px 4px 15px rgba(0, 37, 21, 0.15);
|
||
border-radius: 10px;
|
||
margin-bottom: 20px;
|
||
}
|
||
.main-block__title, .tab-title{
|
||
font-size: 12px;
|
||
line-height: 14px;
|
||
font-weight: bold;
|
||
text-transform: uppercase;
|
||
color: #267373;
|
||
}
|
||
.main-block__tabs-title{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.tab-title{
|
||
text-decoration: none;
|
||
color: #8EB7A5;
|
||
}
|
||
.tab-title:hover{
|
||
color: #267373;
|
||
}
|
||
.tab-title--active{
|
||
color: #267373;
|
||
}
|
||
|
||
.tab-content{
|
||
display: none;
|
||
}
|
||
.tab-content.tab-content--active{
|
||
display: block;
|
||
}
|
||
|
||
.main-block__content, .tabs-content{
|
||
margin-top: 20px;
|
||
}
|
||
|
||
.line-item, .payment-line{
|
||
display: flex;
|
||
align-items: center;
|
||
padding: 10px;
|
||
height: 40px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #444444;
|
||
border: 1px solid #8E8C8C;
|
||
border-radius: 10px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.line-item--active{
|
||
font-weight: bold;
|
||
border: 3px solid #8EB7A5;
|
||
}
|
||
|
||
.payment-line{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.line-item:last-child,
|
||
.payment-line:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.payment-line__price{
|
||
color: #267373;
|
||
font-weight: bold;
|
||
padding-left: 20px;
|
||
background: url('../img/check.svg') no-repeat left center;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.staff-icons-list{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
padding-left: 15px;
|
||
}
|
||
.staff-link{
|
||
display: block;
|
||
width: calc(25% + 15px);
|
||
margin-bottom: 10px;
|
||
margin-left: -15px;
|
||
}
|
||
.staff-link img{
|
||
width: 100%;
|
||
}
|
||
|
||
.favorites-link {
|
||
display: block;
|
||
width: calc(25% + 15px);
|
||
margin-bottom: 10px;
|
||
margin-left: -15px;
|
||
}
|
||
.favorites-link img{
|
||
display: block;
|
||
border-radius: 100%;
|
||
margin-right: 16px;
|
||
width: 40px;
|
||
height: 40px;
|
||
}
|
||
a.sova-bonus-line__text {
|
||
color: white;
|
||
}
|
||
|
||
.sova-bonus-line{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
height: 40px;
|
||
background: #267373;
|
||
padding: 10px 15px 10px 10px;
|
||
border-radius: 10px;
|
||
margin-bottom: 20px;
|
||
color: #fff;
|
||
}
|
||
.sova-bonus-line__text{
|
||
font-size: 12px;
|
||
line-height: 14px;
|
||
text-transform: uppercase;
|
||
}
|
||
.right-sidebar .sova-bonus-line{
|
||
display: inline-flex;
|
||
}
|
||
.top-section .sova-bonus-line{
|
||
display: none;
|
||
}
|
||
.right-sidebar .sova-bonus-line__text{
|
||
font-size: 20px;
|
||
line-height: 22px;
|
||
font-weight: bold;
|
||
text-transform: none;
|
||
}
|
||
|
||
.sort-line{
|
||
display: flex;
|
||
justify-content: flex-end;
|
||
margin-bottom: 15px;
|
||
}
|
||
.sort-line__ico{
|
||
margin-right: 20px;
|
||
}
|
||
.sort-line__ico svg{
|
||
max-width: 20xp;
|
||
}
|
||
.sort-line__item{
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #8EB7A5;
|
||
margin-right: 20px;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
.sort-line__item:hover{
|
||
text-decoration: underline;
|
||
}
|
||
.sort-line__item--active{
|
||
color: #267373;
|
||
}
|
||
|
||
.mobile-actions{
|
||
display: none;
|
||
margin-bottom: 25px;
|
||
}
|
||
|
||
.mobile-filter-btn{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 40px;
|
||
border: 1px solid #267373;
|
||
border-radius: 10px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #267373;
|
||
padding: 0 5px 0 13px;
|
||
text-decoration: none;
|
||
}
|
||
.mobile-filter-btn svg{
|
||
margin-right: 8px;
|
||
}
|
||
.mobile-filter-btn:hover{
|
||
color: #fff;
|
||
background: #267373;
|
||
text-decoration: none;
|
||
}
|
||
.mobile-filter-btn:hover svg path{
|
||
fill: #fff;
|
||
}
|
||
|
||
.sort-select-wrap{
|
||
position: relative;
|
||
}
|
||
/*.sort-select{
|
||
width: 100%;
|
||
height: 40px;
|
||
padding-left: 30px;
|
||
border: 1px solid #267373;
|
||
border-radius: 10px;
|
||
background: #fff;
|
||
color: #267373;
|
||
}*/
|
||
|
||
.sort-select.bootstrap-select > .dropdown-toggle{
|
||
padding-left: 30px;
|
||
}
|
||
.sort-select.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
|
||
width: 251px !important;
|
||
}
|
||
|
||
.sort-select-wrap .sort-line__ico{
|
||
position: absolute;
|
||
z-index: 1;
|
||
top: 50%;
|
||
left: 10px;
|
||
transform: translateY(-50%);
|
||
}
|
||
|
||
.block-title{
|
||
font-size: 12px;
|
||
line-height: 14px;
|
||
font-weight: bold;
|
||
color: #8E8C8C;
|
||
text-transform: uppercase;
|
||
padding-left: 20px;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.block-content{
|
||
background: #fff;
|
||
border: 1px solid #e6f0ec;
|
||
border-radius: 10px;
|
||
box-shadow: 0px 4px 15px rgba(0, 37, 21, 0.15);
|
||
}
|
||
|
||
.staff-block{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
padding: 20px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.staff-block:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
.staff-block__main{
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.staff-block__img{
|
||
display: block;
|
||
border-radius: 100%;
|
||
width: 100px;
|
||
height: 100px;
|
||
margin-right: 20px;
|
||
flex-shrink: 0;
|
||
}
|
||
.staff-info{
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
height: 100%;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
padding-right: 10px;
|
||
width: 280px;
|
||
}
|
||
.staff-info__name{
|
||
color: #444444;
|
||
font-weight: bold;
|
||
text-decoration: none;
|
||
}
|
||
.staff-info__name:hover{
|
||
text-decoration: underline;
|
||
color: #444;
|
||
}
|
||
.staff-info__review{
|
||
color: #8E8C8C;
|
||
text-decoration: none;
|
||
}
|
||
.staff-info__review:hover{
|
||
text-decoration: underline;
|
||
}
|
||
.staff-info__param--dms-no{
|
||
text-transform: uppercase;
|
||
color: #dc3545;
|
||
}
|
||
|
||
.staff-info__time-list{
|
||
max-width: 300px;
|
||
flex-shrink: 0;
|
||
}
|
||
.time-list{
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
}
|
||
.time-list__title{
|
||
color: #444;
|
||
}
|
||
|
||
.grid-none {
|
||
padding: 0px 10px 10px 0px;
|
||
}
|
||
|
||
.grid-list {
|
||
display: grid;
|
||
grid-template-columns: 1fr 1fr 1fr;
|
||
}
|
||
|
||
.intervals-wrap .time{
|
||
display: inline-block;
|
||
font-size: 15px;
|
||
font-weight: 400;
|
||
margin-bottom: 5px;
|
||
margin-right: 10px;
|
||
padding: 6px 11px;
|
||
}
|
||
.intervals-wrap .time.available{
|
||
border: 1px solid #267373;
|
||
border-radius: 20px;
|
||
box-sizing: border-box;
|
||
color: #267373;
|
||
cursor: pointer;
|
||
padding: 5px 10px;
|
||
transition: all 0.125s ease-in;
|
||
}
|
||
.intervals-wrap .time.available:hover{
|
||
background: #267373;
|
||
color: #fff;
|
||
}
|
||
.time-list__intervals{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
align-items: flex-end;
|
||
margin: 30px 0;
|
||
}
|
||
|
||
.btn-show, .btn-show-specialist-detail{
|
||
background: #fff;
|
||
display: block;
|
||
border: 1px solid #267373;
|
||
border-radius: 20px;
|
||
box-sizing: border-box;
|
||
color: #267373;
|
||
cursor: pointer;
|
||
text-decoration: none;
|
||
padding: 5px 10px;
|
||
margin-bottom: 5px;
|
||
transition: all 0.125s ease-in;
|
||
}
|
||
.btn-show:hover, .btn-show-specialist-detail:hover{
|
||
background: #267373;
|
||
color: #fff;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.time-list__bottom{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.time-list__price{
|
||
color: #8E8C8C;
|
||
}
|
||
|
||
.fa-bookmark, .fa-bookmark-o {
|
||
color: #267373;
|
||
}
|
||
|
||
.calendar-btn{
|
||
color: #267373;
|
||
background: url('../img/calendar.svg') no-repeat left center;
|
||
padding-left: 23px;
|
||
}
|
||
.repeat-btn{
|
||
color: #267373;
|
||
background: url('../img/repeat-visit.svg') no-repeat left center;
|
||
padding-left: 23px;
|
||
}
|
||
|
||
.filter{
|
||
background: #DCF3F3;
|
||
padding: 18px;
|
||
border-radius: 10px;
|
||
}
|
||
.filter__close{
|
||
display: none;
|
||
}
|
||
.filter__title{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
height: 30px;
|
||
margin-bottom: 10px;
|
||
color: #267373;
|
||
font-size: 12px;
|
||
line-height: 14px;
|
||
font-weight: bold;
|
||
text-align: center;
|
||
text-transform: uppercase;
|
||
}
|
||
.d-none{
|
||
display: none;
|
||
}
|
||
.filter__input-wrap{
|
||
margin-bottom: 10px;
|
||
}
|
||
.filter__input{
|
||
width: 100% !important;
|
||
height: 40px;
|
||
padding: 0 20px;
|
||
background: none;
|
||
border: 1px solid #267373;
|
||
color: #267373;
|
||
border-radius: 10px;
|
||
}
|
||
.filter__input--date{
|
||
background: url('../img/calendar-input.svg') no-repeat calc(100% - 17px) center;
|
||
}
|
||
.filter__select.show{
|
||
background: #fff;
|
||
border-bottom: none;
|
||
border-radius: 10px 10px 0 0;
|
||
}
|
||
.dropdown-menu{
|
||
width: 100%;
|
||
}
|
||
.dropdown-menu.show{
|
||
width: 100%;
|
||
top: -1px !important;
|
||
margin-top: 0;
|
||
border: 1px solid #267373;
|
||
border-top: 1px solid transparent;
|
||
border-radius: 0 0 10px 10px;
|
||
}
|
||
|
||
.filter__btn{
|
||
cursor: pointer;
|
||
display: block;
|
||
margin: 0 auto;
|
||
border: 1px solid #267373;
|
||
border-radius: 20px;
|
||
box-sizing: border-box;
|
||
color: #267373;
|
||
padding: 10px 20px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
background: none;
|
||
transition: all 0.125s ease-in;
|
||
}
|
||
.filter__btn:hover{
|
||
background: #267373;
|
||
color: #fff;
|
||
}
|
||
.filter__checkbox{
|
||
display: none;
|
||
}
|
||
.filter__checkbox-label{
|
||
position: relative;
|
||
padding-left: 25px;
|
||
background: url('../img/checkbox.svg') no-repeat left center;
|
||
color: #267373;
|
||
}
|
||
|
||
.filter__checkbox:checked ~ .filter__checkbox-label{
|
||
background: url('../img/checkbox_active.svg') no-repeat left center;
|
||
}
|
||
|
||
.staff-detail{
|
||
padding: 34px 30px;
|
||
color: #444444;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.staff-detail h1, .staff-detail h2, .staff-detail h3{
|
||
margin-top: 0;
|
||
}
|
||
.staff-reviews{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
flex-wrap: wrap;
|
||
|
||
}
|
||
|
||
.owl-item {
|
||
background: #fff;
|
||
border: 1px solid #e6f0ec;
|
||
border-radius: 10px;
|
||
box-shadow: 0px 4px 15px rgb(0 37 21 / 15%);
|
||
padding: 20px 15px;
|
||
}
|
||
|
||
.card-item{
|
||
margin-bottom: 20px;
|
||
}
|
||
.card-item__block{
|
||
padding: 20px;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: flex-end;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
}
|
||
.card-item__title{
|
||
color: #444444;
|
||
font-weight: bold;
|
||
min-height: 40px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.card-item__btns{
|
||
display: flex;
|
||
}
|
||
.card-item__btn:not(:last-child){
|
||
margin-right: 10px;
|
||
}
|
||
.pagination{
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
.pagination__item{
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
text-decoration: none;
|
||
color: #267373;
|
||
width: 35px;
|
||
height: 35px;
|
||
}
|
||
.pagination__item:not(.pagination__item--active):hover{
|
||
text-decoration: underline;
|
||
}
|
||
.pagination__item--active{
|
||
background: #E6F0EC;
|
||
border: 1px solid #E6F0EC;
|
||
box-sizing: border-box;
|
||
border-radius: 100%;
|
||
}
|
||
.mobile-tabs{
|
||
display: none;
|
||
height: 40px;
|
||
padding: 0 20px;
|
||
border: 1px solid #267373;
|
||
border-radius: 10px;
|
||
color: #267373;
|
||
background: #E6F0EC;
|
||
margin-bottom: 20px;
|
||
}
|
||
.tabs{
|
||
display: flex;
|
||
margin: 0 0 25px 20px;
|
||
}
|
||
.tab-item{
|
||
display: block;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #267373;
|
||
box-sizing: border-box;
|
||
border-radius: 10px;
|
||
padding: 10.5px 20px;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
.tab-item:not(.tab-item--active):hover,
|
||
.tab-item--active:hover {
|
||
text-decoration: none;
|
||
color: #267373 !important;
|
||
}
|
||
.tab-item--active {
|
||
font-weight: bold;
|
||
background: #DCF3F3;
|
||
color: #267373;
|
||
}
|
||
|
||
.visit{
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
width: 340px;
|
||
}
|
||
|
||
.visit__info{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin-bottom: 50px;
|
||
}
|
||
.visit__time{
|
||
font-weight: bold;
|
||
color: #267373;
|
||
}
|
||
.visit__cancel{
|
||
color: #8E8C8C;
|
||
text-decoration: none;
|
||
}
|
||
.visit__cancel:hover{
|
||
text-decoration: underline;
|
||
}
|
||
.visit__place{
|
||
color: #444444;
|
||
margin-bottom: 15px;
|
||
}
|
||
.visit__btns{
|
||
display: flex;
|
||
float: right;
|
||
}
|
||
.visit__btns .calendar-btn,
|
||
.visit__btns .repeat-btn{
|
||
margin-right: 30px;
|
||
}
|
||
|
||
.finance{
|
||
display: grid;
|
||
grid-template-columns: 1fr 1fr;
|
||
padding: 20px;
|
||
min-height: 180px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
margin-bottom: 12px;
|
||
}
|
||
.finance > *{
|
||
margin-bottom: 10px;
|
||
}
|
||
.finance > *:nth-child(5),
|
||
.finance > *:nth-child(6){
|
||
margin-bottom: 0;
|
||
}
|
||
/*.finance__col{
|
||
width: 50%;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
}
|
||
.finance__row{
|
||
width: 100%;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
margin-bottom: 20px;
|
||
}
|
||
.finance__row:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
.finance__row > *{
|
||
display: flex;
|
||
align-items: center;
|
||
width: 50%;
|
||
}*/
|
||
.finance__date{
|
||
color: #267373;
|
||
font-weight: bold;
|
||
align-items: flex-start;
|
||
}
|
||
.finance__price {
|
||
color: #267373;
|
||
font-weight: bold;
|
||
padding-left: 20px;
|
||
background: url("../img/check.svg") no-repeat left 3px;
|
||
}
|
||
.finance__filial{
|
||
color: #444444;
|
||
align-items: flex-end;
|
||
}
|
||
.finance__name{
|
||
color: #444444;
|
||
}
|
||
.finance__staff{
|
||
color: #444444;
|
||
}
|
||
.finance__btn{
|
||
padding: 0 15px;
|
||
height: 30px;
|
||
}
|
||
|
||
.help-btns{
|
||
margin-bottom: 20px;
|
||
}
|
||
.help-btn{
|
||
display: inline-flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 40px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
color: #267373;
|
||
padding: 10.5px 20px;
|
||
margin-right: 20px;
|
||
border: 1px solid #267373;
|
||
border-radius: 20px;
|
||
text-decoration: none;
|
||
transition: all 0.125s ease-in;
|
||
}
|
||
.help-btn:last-child{
|
||
margin-right: 0;
|
||
}
|
||
.help-btn:hover{
|
||
background: #267373;
|
||
color: #fff;
|
||
}
|
||
|
||
.collapses{
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
padding: 0 20px;
|
||
margin-bottom: 10px;
|
||
}
|
||
.collapses__link{
|
||
position: relative;
|
||
display: block;
|
||
height: 50px;
|
||
padding: 15px 0;
|
||
color: #444;
|
||
font-weight: bold;
|
||
text-decoration: none;
|
||
}
|
||
.collapses__link:hover{
|
||
color: #444;
|
||
}
|
||
.collapses__link:before{
|
||
width: 10px;
|
||
height: 5px;
|
||
content: "";
|
||
position: absolute;
|
||
right: 0;
|
||
top: 50%;
|
||
transform: translateY(-50%);
|
||
background: url('../img/arrow-down.svg') no-repeat right center;
|
||
background-size: cover;
|
||
}
|
||
.collapses__link:not(.collapsed):before{
|
||
transform: translateY(-50%) rotate(180deg);
|
||
}
|
||
|
||
.collapse-item{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
padding: 5px 0;
|
||
}
|
||
.collapse-item--text{
|
||
font-weight: 300;
|
||
}
|
||
.collapse-item__name{
|
||
color: #444;
|
||
}
|
||
.collapse-item__btn{
|
||
padding: 5.5px 15px;
|
||
color: #267373;
|
||
border: 1px solid #8EB7A5;
|
||
border-radius: 15px;
|
||
background: #fff;
|
||
}
|
||
.collapse-item__btn:hover{
|
||
color: #fff;
|
||
background: #8EB7A5;
|
||
}
|
||
.collapse{
|
||
padding-bottom: 25px;
|
||
}
|
||
.collapse:not(.show) {
|
||
display: none;
|
||
}
|
||
|
||
.info{
|
||
padding: 20px;
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
}
|
||
.info__link{
|
||
display: block;
|
||
color: #444444;
|
||
text-decoration: none;
|
||
margin-bottom: 10px;
|
||
min-height: 20px;
|
||
}
|
||
.info__link:hover{
|
||
text-decoration: underline;
|
||
}
|
||
.info__link:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.up-arrow{
|
||
display: none;
|
||
width: 55px;
|
||
height: 55px;
|
||
background: url('../img/up-arrow.svg') no-repeat center center;
|
||
background-size: cover;
|
||
cursor: pointer;
|
||
position: fixed;
|
||
right: 20px;
|
||
bottom: 20px;
|
||
}
|
||
.mobile-copyright{
|
||
display: none;
|
||
}
|
||
|
||
.btn-light,
|
||
.btn-light:hover{
|
||
border-color: transparent;
|
||
}
|
||
.btn-light.focus, .btn-light:focus{
|
||
box-shadow: none;
|
||
border-color: transparent;
|
||
}
|
||
.bootstrap-select > .dropdown-toggle{
|
||
height: 40px;
|
||
background: none;
|
||
border: 1px solid #267373;
|
||
border-radius: 10px;
|
||
background: none;
|
||
color: #267373;
|
||
padding: 0 20px;
|
||
}
|
||
|
||
.bootstrap-select .dropdown-toggle .filter-option{
|
||
padding-top: 6px;
|
||
}
|
||
|
||
.bootstrap-select > .dropdown-toggle,
|
||
.bootstrap-select > .dropdown-toggle:active,
|
||
.bootstrap-select > .dropdown-toggle:focus,
|
||
.bootstrap-select > .dropdown-toggle:hover {
|
||
color: #267373;
|
||
}
|
||
|
||
.bootstrap-select > .dropdown-toggle.bs-placeholder,
|
||
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
|
||
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
|
||
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
|
||
color: #267373;
|
||
}
|
||
|
||
.btn-light:not(:disabled):not(.disabled).active,
|
||
.btn-light:not(:disabled):not(.disabled):active,
|
||
.show > .btn-light.dropdown-toggle{
|
||
border-bottom: 1px solid transparent;
|
||
border-radius: 10px 10px 0 0;
|
||
}
|
||
.btn-light:not(:disabled):not(.disabled).active:focus,
|
||
.btn-light:not(:disabled):not(.disabled):active:focus,
|
||
.show > .btn-light.dropdown-toggle:focus{
|
||
box-shadow: none;
|
||
background: #fff;
|
||
}
|
||
|
||
.bootstrap-select > .dropdown-toggle:active,
|
||
.bootstrap-select > .dropdown-toggle:focus,
|
||
.bootstrap-select > .dropdown-toggle:hover{
|
||
background: none;
|
||
outline: none !important;
|
||
}
|
||
|
||
.btn-light:not(:disabled):not(.disabled).active,
|
||
.btn-light:not(:disabled):not(.disabled):active,
|
||
.show > .btn-light.dropdown-toggle{
|
||
background: #fff;
|
||
border-color: #267373;
|
||
border-bottom: none;
|
||
}
|
||
|
||
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
|
||
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
|
||
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover{
|
||
background: none;
|
||
outline: none !important;
|
||
}
|
||
.dropdown-toggle:after{
|
||
border: none;
|
||
width: 10px;
|
||
height: 7px;
|
||
background: url("../img/arrow-down.svg") no-repeat center center;
|
||
background-size: contain;
|
||
}
|
||
|
||
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||
width: 261px;
|
||
}
|
||
|
||
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
|
||
left: 10px;
|
||
}
|
||
.form-control:focus{
|
||
box-shadow: none;
|
||
border-color: #267373;
|
||
}
|
||
|
||
.ny_top {
|
||
background: url(../img/ny_top.png) repeat-x;
|
||
width: 100%;
|
||
height: 45px;
|
||
}
|
||
|
||
/*@media screen and (max-width: 1024px) and (min-width: 561px) {
|
||
.three-staff{
|
||
margin-right: 10px;
|
||
}
|
||
.button{
|
||
padding: 0 10px;
|
||
white-space: nowrap;
|
||
}
|
||
.left-sidebar{
|
||
padding: 30px 20px;
|
||
}
|
||
.login-menu{
|
||
padding-left: 5px;
|
||
}
|
||
.main-block{
|
||
width: 100%;
|
||
min-height: auto;
|
||
}
|
||
.filter__input--date{
|
||
background: none;
|
||
}
|
||
}*/
|
||
|
||
@media screen and (max-width: 1024px) and (min-width: 561px){
|
||
.staff-block-wrap{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: space-between;
|
||
}
|
||
.staff-block{
|
||
width: calc(50% - 5px);
|
||
}
|
||
}
|
||
|
||
@media screen and (max-width: 1440px) and (min-width: 1024px) {
|
||
.copyright {
|
||
bottom: 10px;
|
||
}
|
||
|
||
.menu ~ .menu {
|
||
margin-top: 15px;
|
||
}
|
||
|
||
.center-content {
|
||
flex: 0 0 58%;
|
||
max-width: 58%;
|
||
padding: 0 10px;
|
||
}
|
||
|
||
.right-content {
|
||
flex: 0 0 22%;
|
||
max-width: 22%;
|
||
}
|
||
|
||
.left-sidebar {
|
||
flex: 0 0 20%;
|
||
max-width: 20%;
|
||
padding: 30px 25px;
|
||
}
|
||
|
||
.staff-info {
|
||
width: 247px;
|
||
}
|
||
|
||
.staff-block {
|
||
padding: 15px 10px;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.staff-block__img {
|
||
margin-right: 10px;
|
||
}
|
||
|
||
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
|
||
width: 100%;
|
||
}
|
||
}
|
||
|
||
@media screen and (max-width: 1024px){
|
||
.btn-pay {
|
||
margin-bottom: 1em;
|
||
}
|
||
.up-arrow{
|
||
display: block;
|
||
}
|
||
.main-container{
|
||
margin-top: 0;
|
||
margin-bottom: 0;
|
||
flex-direction: column;
|
||
}
|
||
.login-page.main-container{
|
||
height: 100vh;
|
||
margin-bottom: 0;
|
||
}
|
||
.login-page .center-content{
|
||
align-items: flex-start;
|
||
}
|
||
|
||
.left-sidebar,
|
||
.center-content,
|
||
.right-sidebar{
|
||
width: 100%;
|
||
flex: 0 0 100%;
|
||
max-width: 100%;
|
||
margin-top: 13px; // отступ для ny
|
||
}
|
||
.center-content{
|
||
min-height: calc(100vh - 142px);
|
||
}
|
||
.right-sidebar__top{
|
||
display: none;
|
||
}
|
||
.filter{
|
||
display: none;
|
||
}
|
||
.filter.active{
|
||
display: block;
|
||
height: 100%;
|
||
position: fixed;
|
||
z-index: 3;
|
||
top: 0;
|
||
right: 0;
|
||
border-radius: 10px 0 0 10px;
|
||
}
|
||
.filter__close{
|
||
display: block;
|
||
position: absolute;
|
||
right: 20px;
|
||
top: 5px;
|
||
cursor: pointer;
|
||
}
|
||
.filter__close svg{
|
||
width: 25px;
|
||
height: 25px;
|
||
}
|
||
|
||
.sort-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
|
||
width: 200px !important;
|
||
}
|
||
|
||
.left-sidebar{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: flex-start;
|
||
padding: 20px;
|
||
border-radius: 0;
|
||
height: 80px;
|
||
z-index: 2;
|
||
}
|
||
.left-sidebar .city{
|
||
display: block;
|
||
margin-top: 10px;
|
||
}
|
||
.left-sidebar.menu-active{
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
justify-content: flex-end;
|
||
}
|
||
.login-menu{
|
||
width: 250px;
|
||
}
|
||
.burger{
|
||
position: relative;
|
||
width: 30px;
|
||
height: 30px;
|
||
cursor: pointer;
|
||
margin-top: 10px;
|
||
}
|
||
.burger.active{
|
||
margin-top: 15px;
|
||
}
|
||
.burger span{
|
||
display: block;
|
||
width: 100%;
|
||
height: 2px;
|
||
background: #fff;
|
||
margin-bottom: 9px;
|
||
// transition: all .25s ease-in;
|
||
}
|
||
.burger span:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.burger.active span:nth-child(1){
|
||
position: absolute;
|
||
top: 5px;
|
||
transform: rotate(45deg);
|
||
}
|
||
.burger.active span:nth-child(2){
|
||
opacity: 0;
|
||
}
|
||
.burger.active span:nth-child(3){
|
||
position: absolute;
|
||
top: 5px;
|
||
transform: rotate(-45deg);
|
||
}
|
||
.mobile-menu{
|
||
display: none;
|
||
width: 100%;
|
||
height: calc(100vh - 66px);
|
||
position: absolute;
|
||
left: 0;
|
||
top: 66px;
|
||
background: #267373;
|
||
}
|
||
.burger.active ~ .mobile-menu{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
flex-direction: column;
|
||
justify-content: flex-start;
|
||
align-items: center;
|
||
}
|
||
.login-menu{
|
||
margin-bottom: 0;
|
||
}
|
||
.login-menu.active{
|
||
position: relative;
|
||
z-index: 1;
|
||
}
|
||
.menu-active .login-menu,
|
||
.menu-active .logo-link{
|
||
display: none;
|
||
}
|
||
.menu{
|
||
max-width: 240px;
|
||
}
|
||
.mobile-menu .city{
|
||
display: block;
|
||
}
|
||
.copyright{
|
||
display: none;
|
||
}
|
||
.logo{
|
||
display: none;
|
||
margin-bottom: 0;
|
||
}
|
||
.login-page .logo{
|
||
display: block;
|
||
}
|
||
.login-page .right-sidebar{
|
||
display: none;
|
||
}
|
||
.mobile-logo{
|
||
display: block;
|
||
}
|
||
|
||
.top-section{
|
||
position: relative;
|
||
flex-direction: column-reverse;
|
||
align-items: flex-start;
|
||
padding-top: 10px;
|
||
}
|
||
.search-wrap{
|
||
margin-bottom: 20px;
|
||
padding-left: 0;
|
||
}
|
||
.title{
|
||
padding: 0;
|
||
}
|
||
.block-title{
|
||
padding: 0;
|
||
}
|
||
.main-block{
|
||
width: 100%;
|
||
min-height: auto;
|
||
}
|
||
.sort-line{
|
||
display: none;
|
||
}
|
||
.mobile-actions{
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.staff-block{
|
||
flex-wrap: wrap;
|
||
}
|
||
|
||
.staff-block__main{
|
||
width: 100%;
|
||
margin-bottom: 25px;
|
||
}
|
||
|
||
.time-list{
|
||
width: 100%;
|
||
}
|
||
.time-list__intervals{
|
||
margin: 15px 0;
|
||
}
|
||
|
||
.staff-review{
|
||
width: 100%;
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.tabs{
|
||
display: none;
|
||
}
|
||
.mobile-tabs{
|
||
display: block;
|
||
}
|
||
|
||
.card-item__block{
|
||
flex-wrap: wrap;
|
||
}
|
||
.card-item__info{
|
||
width: 100%;
|
||
margin-bottom: 20px;
|
||
}
|
||
.card-item__title{
|
||
min-height: auto;
|
||
}
|
||
|
||
.visit__info{
|
||
margin-bottom: 10px;
|
||
}
|
||
.visit{
|
||
width: 100%;
|
||
}
|
||
|
||
.mobile-copyright{
|
||
display: flex;
|
||
width: 100%;
|
||
height: 60px;
|
||
justify-content: center;
|
||
align-items: center;
|
||
font-size: 12px;
|
||
line-height: 14px;
|
||
text-transform: uppercase;
|
||
color: #8EB7A5;
|
||
}
|
||
|
||
.finance{
|
||
grid-template-columns: 1fr;
|
||
}
|
||
.finance > *:nth-child(3){
|
||
margin-bottom: 30px;
|
||
}
|
||
.finance > *:nth-child(5){
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.top-section .sova-bonus-line{
|
||
display: flex;
|
||
position: absolute;
|
||
right: 0;
|
||
bottom: 3px;
|
||
margin-bottom: 0;
|
||
padding: 0;
|
||
height: auto;
|
||
background: none;
|
||
color: #267373;
|
||
}
|
||
.top-section .sova-bonus-line__text{
|
||
font-size: 16px;
|
||
line-height: 19px;
|
||
text-transform: none;
|
||
}
|
||
|
||
.collapse{
|
||
padding-bottom: 0;
|
||
}
|
||
.collapse-item__name{
|
||
margin-bottom: 10px;
|
||
}
|
||
|
||
.help-btns{
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
justify-content: center;
|
||
}
|
||
.help-btn{
|
||
margin-right: 0;
|
||
margin-bottom: 20px;
|
||
}
|
||
.help-btn:last-child{
|
||
margin-bottom: 0;
|
||
}
|
||
.ny_top {
|
||
position: absolute;
|
||
z-index: 3;
|
||
top: 0;
|
||
left: 0;
|
||
}
|
||
} |