.reviews-rating__items {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 -10px;
}
.reviews-rating__item {
flex: 0 1 33.333%;
padding: 0 10px;
}
.reviews-rating__item:nth-child(1) {
display: flex;
flex-direction: column;
text-align: center;
padding-top: 30px;
}
.reviews-rating__item-title {
font-size: 34px;
line-height: 40px;
font-weight: 600;
margin-bottom: 5px;
}
.reviews-rating__item-subtitle {
font-size: 14px;
line-height: 20px;
margin-bottom: 6px;
}
.reviews-rating__item-link {
display: inline-block;
margin-bottom: 40px;
cursor: pointer;
color:#30BDF6;
}
.reviews-rating__item-btn {
max-width: 244px;
width: 100%;
min-height: 40px;
border: none;
border-radius: 8px;
background-color: #30BDF6;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #fff;
margin: 0 auto;
transition: all 0.05s;
}
.reviews-rating__item-btn:hover {
background-color: #4fc6f5;
}
.reviews-rating-stars__item {
margin-bottom: 10px;
}
.reviews-rating-stars__link {
display: inline-block;
margin-bottom: 4px;
color: #30BDF6;
cursor: pointer;
}
.reviews-rating-stars__bar {
max-width: 100%;
width: 100%;
height: 24px;
background: #f2f2f2;
border-radius: 8px;
}
.reviews-rating-stars__bar-line {
width: 40%;
height: 100%;
border-radius: 8px;
background-color: #30BDF6;
position: relative;
}
.reviews-rating-stars__bar-title {
font-weight: 600;
color: #fff;
position: absolute;
top: 50%;
left: 8px;
transform: translateY(-50%);
z-index: 2;
}
.rating-quality__list {
list-style-type: square;
margin: 0;
list-style: none;
}
.rating-quality__item {
margin-bottom: 10px;
}
.rating-quality__item-info {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 4px;
}
.rating-quality__item-num {
font-weight: 600;
}
.rating-quality__bar {
max-width: 100%;
width: 100%;
height: 8px;
background: #f2f2f2;
border-radius: 8px;
}
.rating-quality__bar-line {
width: 40%;
height: 100%;
border-radius: 8px;
background-color: #30BDF6;
} .reviews-sorting {
margin-bottom: 25px;
}
.reviews-sorting__inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.reviews-sorting__title {
font-size: 18px;
line-height: 42px;
font-weight: 600;
margin-bottom: 10px;
}
.reviews-sorting__title span:nth-child(2) {
color: #d9d9d9;
} .reviews-sorting-choice__inner {
display: flex;
}
.reviews-sorting-choice__label {
display: flex;
align-items: center;
cursor: pointer;
}
.reviews-sorting-choice__label input {
margin: 0;
}
.reviews-sorting-choice__label span {
margin-left: 5px;
}
.reviews-sorting-choice__label:nth-child(2) {
margin-left: 10px;
} .reviews-sorting-multiselect {
display: flex;
}
.multiselect {
position: relative;
}
.multiselect:nth-child(2n) {
margin: 0 10px;
}
.multiselect-btn {
cursor: pointer;
color: #3c5cae;
position: relative;
}
.multiselect-btn::before {
content: "";
position: absolute;
bottom: 0;
height: 1px;
width: 100%;
background-color: #3c5cae;
}
.multiselect-btn:hover {
color: #915ab7;
}
.multiselect__inner {
border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.08);
background: #fff;
box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16);
white-space: nowrap;
padding: 8px 0;
position: absolute;
top: 100%;
right: 0;
z-index: 100; }
.multiselect__label {
display: flex;
align-items: center;
padding: 8px 8px;
margin-bottom: 0;
cursor: pointer;
}
.multiselect__label:hover {
background-color: #c3eeff;
}
.multiselect__label input {
margin: 0;
}
.multiselect__label span {
margin-left: 5px;
} .reviews-block__inner {
border-top: 1px solid #d9d9d9;
padding: 20px;
} .reviews-block-info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 30px;
}
.reviews-block-info__name {
max-width: 280px;
width: 100%;
font-size: 16px;
line-height: 32px;
font-weight: 600;
padding: 0 10px 10px 0;
word-break: break-all;
}
.reviews-block-info__service {
font-size: 14px;
line-height: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.reviews-block-info__inner {
display: flex;
flex-direction: column;
}
.reviews-block-info__rating {
display: inline-flex;
}
.reviews-block-info__rating-item {
color: #dcdcdc;
font-size: 50px;
line-height: 25px;
}
.reviews-block-info__data {
margin-left: 4px;
} .reviews-block-rating-quality {
margin-bottom: 30px;
}
.reviews-block-rating-quality .rating-quality__list {
display: flex;
flex-wrap: wrap;
}
.reviews-block-rating-quality .rating-quality__item {
display: flex;
flex-direction: column;
justify-content: flex-end;
max-width: 208px;
width: 100%;
padding: 0 10px;
margin-bottom: 10px;
} .reviews-block-answer {
margin-bottom: 16px;
}
.reviews-block-answer__item {
margin-bottom: 15px;
}
.reviews-block-answer__item-title {
font-size: 14px;
line-height: 22px;
font-weight: 600;
margin-bottom: 9px;
} .reviews-block-photo__title {
font-size: 14px;
line-height: 22px;
font-weight: 600;
margin-bottom: 9px;
}
.reviews-block-photo__gallery {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
}
.reviews-block-photo__gallery-img {
width: 100px;
height: 100px;
border-radius: 6px;
overflow: hidden;
}
.reviews-block-photo__gallery-img {
margin: 0 10px 10px 10px;
}
.reviews-block-photo__gallery-img img {
width: 100px;
height: 100px;
object-fit: cover;
object-position: center center;
}  .reviews-pagination {
padding: 20px;
}
.reviews-pagination__inner {
min-height: 52px;
border: solid 1px #f2f2f2;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.reviews-pagination-link {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.reviews-pagination-link a ,.reviews-pagination-link span{
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
font-size: 14px;
line-height: 20px;
font-weight: 600;
text-decoration: none;
color: #000000 !important;
}
.reviews-pagination-link a:visited {
color: #000000 !important;
}
.reviews-pagination-link a:hover {
color: #30BDF6 !important;
background-color: #c3eeff;
}
.reviews-pagination-page-numbers--active {
color: #30BDF6 !important;
position: relative;
}
.reviews-pagination-page-numbers--active::before {
content: "";
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
height: 2px;
background-color: #30BDF6;
}  .modal-reviews { position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1000;
overflow-x: hidden;
}
.modal-reviews__inner {
display: flex;
align-items: center;
justify-content: center;
}
.modal-reviews__content {
max-width: 870px;
width: 100%;
border-radius: 6px;
background-color: #fff;
margin: 25px 0;
position: relative;
padding: 25px;
}  .modal-body-form__group {
margin-bottom: 30px;
} .overall-assessment {
display: flex;
align-items: center;
}
.overall-assessment__title, .parameter-estimates__title, .modal-body-form__title {
font-size: 14px;
line-height: 22px;
}
.modal-body-form__title {
margin-bottom: 9px;
} .parameter-estimates {
display: flex;
}
.overall-assessment__title, .parameter-estimates__title, .recommended__title {
max-width: 170px;
width: 100%;
font-weight: 600;
padding: 0 10px 4px 0;
} .modal-body-form-rating__item {
height: 70px;
}
.rating {
display: inline-flex;
flex-direction: row-reverse;
margin-top: -7px;
}
.rating__item {
color: #e8e8e8;
font-size: 100px;
line-height: 34px;
margin-left: -14px;
cursor: pointer;
transition: 0.12s;
overflow: hidden;
}
.rating__item:hover, .rating__item:hover~.rating__item {
color: #FFA500;
}
.rating[data-total-value="1"] .rating__item:nth-child(n + 5), .rating[data-total-value="2"] .rating__item:nth-child(n + 4), .rating[data-total-value="3"] .rating__item:nth-child(n + 3), .rating[data-total-value="4"] .rating__item:nth-child(n + 2), .rating[data-total-value="5"] .rating__item:nth-child(n + 1) {
color: #FFA500;
} .recommended {
display: flex;
}
.recommended__title {
font-size: 14px;
line-height: 22px;
}
.recommended-toggle {
display: flex;
}
.recommended-toggle__item {
display: inline-block;
}
.recommended-toggle__item input[type=radio] {
display: none;
}
.recommended-toggle__item label {
display: flex;
align-items: center;
justify-content: center;
width: 94px;
height: 36px;
border: 1px solid #cecece;
cursor: pointer;
user-select: none;
padding: 10px;
margin: 0;
}
.recommended-toggle .recommended-toggle__item--1 label {
border-radius: 8px 0 0 8px;
}
.recommended-toggle .recommended-toggle__item--2 label {
border-radius: 0 8px 8px 0;
margin-left: -1px;
}
.recommended-toggle input[type=radio]:checked+label {
border: 1px solid #30BDF6;
background: #30BDF6;
color: #fff;
} .modal-body-form__title--modify {
font-weight: 600;
}
.modal-body-form__textarea {
width: 100%;
height: 180px;
resize: vertical;
} .modal-body-form__btn {
display: block;
max-width: 180px;
width: 100%;
min-height: 45px;
border: solid 1px #f2f2f2;
border-radius: 8px;
background-color: #fff;
font-size: 15px;
line-height: 16px;
font-weight: 600;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
padding: 12px;
margin: 0 auto;
transition: all 0.1s;
}
.modal-body-form__btn:hover {
color: #fff;
border: solid 1px #30BDF6;
background-color: #30BDF6;
} #dropZone {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 80px;
background-color: #f9f9f9;
border: 2px dashed #cecece;
font-size: 15px;
line-height: 24px;
padding: 20px;
transition: all 0.1s;
}
#dropZone.hover {
background-color: #d7f4ff;
border: 2px dashed #30BDF6;
}
#dropZone.error {
background: #faa;
border-color: #f00;
}
#dropZone.drop {
background: #afa;
border-color: #0f0;
} .close-modal {
position: absolute;
top: 12px;
right: 12px;
width: 28px;
height: 28px;
}
.close-modal__inner {
width: 28px;
height: 28px;
position: relative;
cursor: pointer;
}
.close-modal__inner span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 4px;
width: 28px;
border-radius: 20px;
background-color: #287b9c;
transition: all 0.1s;
}
.close-modal__inner span:nth-child(1) {
transform: translate(-50%, -50%) rotate(45deg);
}
.close-modal__inner span:nth-child(2) {
transform: translate(-50%, -50%) rotate(-45deg);
}
.close-modal__inner:hover span {
background-color: #30BDF6;
}
.reviews-block-recomment {
background: #f2f2f2;
border-radius: 8px;
padding: 8px;
}
.reviews-block-recomment_title {
font-size: 14px;
line-height: 22px;
font-weight: 600;
margin-bottom: 9px;
}  .recommended__innertextarea {
width: calc(100% - 165px);
}
.review_answer {
text-align: center;
font-size: 29px;
}
input.reviews_ant_form_submitButton {
max-width: 244px;
width: 100%;
min-height: 40px;
border: none;
border-radius: 8px;
background-color: #30BDF6;
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #fff;
margin: 0 auto;
transition: all 0.05s;
}
@media(max-width: 575px) {
.reviews-rating__items {
flex-direction: column;
}
.reviews-rating__item {
margin-bottom: 23px;
}
}
@media(max-width:515px) {
.reviews-block-rating-quality .rating-quality__item {
max-width: 100%;
padding: 0;
}
}
@media(max-width:442px) {
.modal-reviews__content {
padding: 50px 15px 25px 15px;
}
}
@media(max-width: 432px) {
.reviews-sorting__inner {
flex-direction: column;
}
.reviews-sorting-choice {
margin-bottom: 10px;
}
.reviews-sorting-choice__label input#checkbox1 {
width: 24px;
height: 24px;
}
.reviews-sorting-choice__label span {
font-size: 16px;
line-height: 16px;
margin-left: 8px;
}
.reviews-sorting-multiselect .multiselect__title {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
font-size: 16px;
line-height: 26px;
}
.reviews-sorting-multiselect .multiselect__title span:nth-child(2) {
white-space: nowrap;
}
.reviews-block__inner {
padding: 20px 0;
}
}
@media(max-width:376px) {
.modal-body-form__group {
margin-bottom: 20px;
}
.overall-assessment, .parameter-estimates, .recommended {
flex-direction: column;
align-items: start;
justify-content: start;
}
.overall-assessment__title, .parameter-estimates__title, .recommended__title {
max-width: 100%;
font-size: 15px;
line-height: 24px;
margin-bottom: 10px;
}
.modal-body-form__title {
font-size: 15px;
line-height: 24px;
font-weight: 600;
}
}.sp-wrap {
padding: 0px;
border-style: solid;
border-image: none;
border-width: 1px 1px 1px 2px;
clear: both;
margin-bottom:10px;
}
.sp-head {
cursor: pointer;
display: block;
font-weight: bold;
margin-left: 6px;
padding: 4px 14px 3px;
text-align: left;
}
.sp-body {
padding: 2px 6px;
height:auto;
}
.spdiv {
width: 98%;
margin: 0px auto;
text-align: right;
font-size: 0.8em;
cursor: pointer;
display:block;
}
.sp-wrap-default {
background: none repeat scroll 0% 0% #E9E9E6;
border-color: #C3CBD1;
}
.sp-wrap-default .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-default .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-default .sp-body {
background: #F5F5F5;
border-top:1px solid #C3CBD1;
}
.sp-wrap-default .spdiv {
color: #444;
}
.sp-wrap-green {
background: none repeat scroll 0% 0% #A9D0B3;
border-color: #89BE95;
}
.sp-wrap-green .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-green .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-green .sp-body {
background: #DBEBDF;
border-top:1px solid #89BE95;
}
.sp-wrap-green .spdiv {
color: #444;
}
.sp-wrap-red {
background: none repeat scroll 0% 0% #FFB3B3;
border-color: #FF9999;
}
.sp-wrap-red .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-red .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-red .sp-body {
background: #FFE5E5;
border-top:1px solid #FF9999;
}
.sp-wrap-red .spdiv {
color: #444;
}
.sp-wrap-blue {
background: none repeat scroll 0% 0% #A8C3F5;
border-color: #7CA8EE;
}
.sp-wrap-blue .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-blue .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-blue .sp-body {
background: #D6E3FA;
border-top:1px solid #7CA8EE;
}
.sp-wrap-blue .spdiv {
color: #444;
}
.sp-wrap-yellow {
background: none repeat scroll 0% 0% #F5EEB2;
border-color: #ECE06F;
}
.sp-wrap-yellow .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-yellow .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-yellow .sp-body {
background: #FBF8DF;
border-top:1px solid #ECE06F;
}
.sp-wrap-yellow .spdiv {
color: #444;
}
.sp-wrap-orange {
background: none repeat scroll 0% 0% #FFD39E;
border-color: #FFBC6B;
}
.sp-wrap-orange .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-orange .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-orange .sp-body {
background: #FFEAD1;
border-top:1px solid #FFBC6B;
}
.sp-wrap-orange .spdiv {
color: #444;
}
.sp-wrap-brown {
background: none repeat scroll 0% 0% #E4C6B4;
border-color: #D5A890;
}
.sp-wrap-brown .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-brown .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-brown .sp-body {
background: #F1E2DA;
border-top:1px solid #D5A890;
}
.sp-wrap-brown .spdiv {
color: #444;
}
.sp-wrap-purple {
background: none repeat scroll 0% 0% #FFB3FF;
border-color: #FF80FF;
}
.sp-wrap-purple .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-purple .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-purple .sp-body {
background: #FFE5FF;
border-top:1px solid #FF80FF;
}
.sp-wrap-purple .spdiv {
color: #444;
}
.sp-wrap-cyan {
background: none repeat scroll 0% 0% #99FFFF;
border-color: #4DFFFF;
}
.sp-wrap-cyan .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-cyan .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-cyan .sp-body {
background: #CCFFFF;
border-top:1px solid #4DFFFF;
}
.sp-wrap-cyan .spdiv {
color: #444;
}
.sp-wrap-lime {
background: none repeat scroll 0% 0% #99FF99;
border-color: #66FF66;
}
.sp-wrap-lime .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-lime .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-lime .sp-body {
background: #CCFFCC;
border-top:1px solid #66FF66;
}
.sp-wrap-lime .spdiv {
color: #444;
}
.sp-wrap-steelblue {
background: none repeat scroll 0% 0% #B2CAE0;
border-color: #8EB2D2;
}
.sp-wrap-steelblue .sp-head {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_plus.gif) no-repeat left center;
color: #2A2A2A;
}
.sp-wrap-steelblue .sp-head.unfolded {
background: url(//www.alco-help.ru/wp-content/plugins/bbspoiler/img/icon_minus.gif) no-repeat left center;
}
.sp-wrap-steelblue .sp-body {
background: #D7E4EF;
border-top:1px solid #8EB2D2;
}
.sp-wrap-steelblue .spdiv {
color: #444;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.attachment svg,.widget_media_image svg{max-width:100%;height:auto}.wpcf7-response-output {
color: #333;
}
.custom__h3 {
color: #232323;
font-weight: bold;
font-size: 15px;
}
.custom__h4 {
color: #232323;
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
}
.custom__h3__blue {
font-size: 18px;
font-weight: bold;
width: 100%;
color: #2b51b5;
margin: 0 0 28px;
letter-spacing: 0.04em;
}
.custom__h3__white {
max-width: 460px;
color: white;
font-size: 18px;
font-weight: bold;
width: 100%;
margin-bottom: 20px;
}
.custom__h3__doctors--mini a {
font-size: 18px;
font-weight: 700;
color: #232323;
margin: 0 0 5px;
text-decoration: underline;
transition: all 0.2s linear;
}
.custom__h3__doctors--mini a:focus,
.custom__h3__doctors--mini a:hover {
text-decoration: none;
}
.custom__h3__doctors a {
text-decoration: underline;
color: rgba(35, 35, 35, 0.87);
font-size: 21px;
line-height: 116.2%;
margin-bottom: 0;
font-weight: 700;
transition: all 0.2s linear;
}
.custom__h3__doctors a:focus,
.custom__h3__doctors a:hover {
text-decoration: none;
}
.custom__h2 {
width: 100%;
color: rgba(35, 35, 35, 0.87);
font-weight: bold;
font-size: 28px;
line-height: 32px;
}
.custom__h2--dop {
margin-bottom: 20px;
text-align: center;
}
.advisorybox p {
color: #fff;
}
.doctors-box__body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
}
.doctors-box h3 {
margin-bottom: 0 !important;
}
.doctors-list_spec {
font-weight: 600;
min-height: 40px;
}
.doctors-list_stash span {
font-size: 15px;
font-weight: 700;
}
#scrollToTop {
display: none;
justify-content: center;
align-items: center;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
font-size: 24px;
border: none;
outline: none;
background-color: #5bb547;
color: white;
cursor: pointer;
border-radius: 50%;
padding: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 40px;
height: 40px;
}
#scrollToTop:hover {
background-color: #438435;
}
.payment__title {
font-size: 16px;
font-weight: 700;
}
.payment__inner {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 20px;
margin-top: 20px;
}
.payment__inner img {
display: block;
width: 100%;
max-width: 60px;
height: auto;
object-fit: contain;
}
.reviews {
margin-bottom: 50px;
}
.reviews__inner {
margin-top: 30px;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 30px;
}
.reviews__item {
background: #fff;
padding: 20px;
border-radius: 6px;
transition: all 0.2s linear;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.reviews__item:focus,
.reviews__item:hover {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.reviews__link {
text-decoration: none;
transition: all 0.2s linear;
}
.reviews__link:focus,
.reviews__link:hover {
text-decoration: none;
}
.reviews__icon {
max-width: 145px;
height: 30px;
object-fit: contain;
}
.reviews__num {
margin-top: 15px;
font-size: 20px;
font-weight: 700;
text-decoration: none;
}
.reviews__col {
margin-top: 20px;
text-decoration: none;
}
.reviews__rating {
position: relative;
}
.reviews__icon-start {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
.reviews__icon-full {
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.reviews__full {
margin-top: 50px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
}
.reviews__full-item {
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.reviews__full-review {
display: flex;
flex-direction: column;
gap: 5px;
height: 100%;
}
.reviews__full-comment {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.reviews__full-group {
background: #2b51b5;
padding: 5px 20px 8px;
border-radius: 30px;
color: #fff;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
width: max-content;
}
.comment-full {
display: none;
}
.toggle-comment {
display: block;
width: max-content;
margin-top: 20px;
color: #fff;
background: #5bb547;
text-decoration: none;
padding: 5px 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
transition: all 0.2s linear;
}
.toggle-comment:focus,
.toggle-comment:hover {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.news__pagination {
display: flex;
justify-content: center;
margin-top: 40px;
border: none;
border-radius: 0;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
gap: 10px;
flex-wrap: wrap;
}
.news__pagination .page-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
border: none;
border-radius: 50%;
width: 25px;
height: 25px;
min-width: 25px;
text-align: center;
color: #929292;
background: transparent;
transition: all 0.2s linear;
text-decoration: none;
}
.news__pagination .page-numbers.current {
background: #fff;
color: #2b51b5;
}
.news__pagination .page-numbers:focus,
.news__pagination .page-numbers:hover {
background: #fff;
color: #2b51b5;
}
.reviews__form {
margin-top: 50px;
padding: 30px;
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.reviews__form-title {
}
#review-form {
display: flex;
flex-direction: column;
gap: 20px;
}
.reviews__form-group > .reviews__form-input label {
margin-bottom: 10px !important;
font-size: 16px;
font-weight: 700;
}
.reviews__form-textarea > label,
.reviews__form-raiting > label,
.reviews__form-options > label {
font-size: 16px;
font-weight: 700;
}
.reviews__form-raiting > label {
margin-bottom: 10px !important;
}
.reviews__form-input {
width: 100%;
}
.reviews__form-group {
display: flex;
justify-content: space-between;
gap: 20px;
}
.reviews__form-input input {
width: 100%;
}
.reviews__form-options {
width: 100%;
}
.reviews__form-options #review-service {
outline: none;
-webkit-box-shadow: none;
box-shadow: none; padding: 0 13px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Noto Sans", sans-serif;
font-size: 14px;
color: #929292;
border: 1px solid #d9d9d9;
border-radius: 5px;
width: 100%;
height: 43px;
}
.reviews__form-raiting {
width: 100%;
}
.reviews__form-raiting-row {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 25px;
margin-top: 15px;
}
.reviews__form-raiting-cont input {
width: 25px;
height: 25px;
}
.reviews__form-raiting-cont label {
margin-bottom: 0 !important;
width: max-content;
font-size: 20px;
font-weight: 700;
}
.reviews__form-raiting-cont {
display: flex;
justify-content: flex-start;
gap: 10px;
border-radius: 10px;
border: 2px solid #58b74b;
padding: 10px;
}
.reviews__form-textarea textarea {
min-height: 100px;
padding: 10px;
}
.reviews__form-btn {
display: block;
width: max-content !important;
margin-top: 20px;
color: #fff;
background: #5bb547;
text-decoration: none;
padding: 10px 30px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
transition: all 0.2s linear;
}
.reviews__form-btn:focus,
.reviews__form-btn:hover {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.reviews__filter {
margin-top: 50px;
max-width: 600px;
}
.reviews__filter > form {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 20px;
}
.reviews__filter > form > select {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0 13px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Noto Sans", sans-serif;
font-size: 14px;
color: #929292;
border: 1px solid #d9d9d9;
border-radius: 5px;
width: 100%;
height: 43px;
}
.reviews__filter > form > button {
display: block;
width: max-content !important;
color: #fff;
background: #5bb547;
text-decoration: none;
padding: 10px 30px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
transition: all 0.2s linear;
}
.reviews__filter > form > button:focus,
.reviews__filter > form > button:hover {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.experience {
margin: 40px 0;
}
.experience-block {
padding: 20px;
border: 2px solid #2b51b5;
}
.experience-title {
}
.experience-inner {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 40px;
}
.experience-item:nth-child(1) {
flex: 0 0 162px;
}
.experience-icon {
height: 170px;
object-fit: cover;
}
.experience-name {
text-decoration: underline;
color: rgba(35, 35, 35, 0.87);
font-size: 21px;
line-height: 116.2%;
margin-bottom: 0;
font-weight: 700;
transition: all 0.2s linear;
}
.experience-name:focus,
.experience-name:hover {
text-decoration: none;
}
.experience-prof {
margin-top: 20px;
}
.experience-exp {
margin-top: 20px;
font-weight: 700;
}
.experience-btn {
margin-top: 20px !important;
}
.cfooter {
padding: 40px 0 0;
}
.cfooter-dop__menu {
max-width: 800px;
margin: 0 auto;
border-bottom: 1px solid #686868;
margin-bottom: 30px;
}
.cfooter-menu {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 30px;
}
.cfooter-menu__title {
color: #fff;
font-weight: 700;
min-height: 40px;
}
.cfooter-menu ul {
padding-left: 0;
margin-top: 5px;
}
.cfooter-top {
padding: 20px 0 30px;
}
.cfooter-top__inner {
display: grid;
grid-template-columns: 1.8fr 10fr;
grid-gap: 40px;
}
.cfooter-top__item.phone-adress {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.cfooter-top__item.phone-adress > div {
width: auto;
}
.preview {
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 300px;
margin-bottom: 30px;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
.preview-title {
color: #fff;
max-width: 600px;
}
.preview-title span {
display: block;
font-weight: 400;
max-width: 462px;
} .cookie-banner {
position: fixed;
bottom: 28px;
left: 50%;
width: 100%;
max-width: 800px;
background: #fff;
color: #000;
padding: 20px;
z-index: 10000;
display: none;
font-size: 14px;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
transform: translateX(-50%);
border: 2px solid #2b51b5;
}
.cookie-banner a {
color: #2b51b5;
text-decoration: underline;
display: inline-block;
}
.cookie-content {
max-width: 960px;
margin: auto;
display: flex;
flex-direction: column;
gap: 10px;
}
.cookie-content p {
line-height: 1.5;
}
.cookie-buttons {
display: flex;
gap: 10px;
}
.cookie-buttons button {
padding: 8px 16px;
border: none;
border-radius: 4px;
cursor: pointer;
font-weight: bold;
}
#cookie-accept {
background: #2b51b5;
color: white;
transition: all 0.2s linear;
}
#cookie-accept:focus,
#cookie-accept:hover {
background: #213f8b;
}
#cookie-decline {
background-color: #ffffff;
color: #dcdcdc;
transition: all 0.2s linear;
}
#cookie-decline:focus,
#cookie-decline:hover {
color: #c2bfbf;
} .acceptance-form {
margin-bottom: 20px;
}
.acceptance-form label {
color: #6c757d;
font-size: 13px;
}
.acceptance-form label a {
color: #6c757d;
}
.btn-acceptance .wpcf7-submit.disabled {
opacity: 0.5;
pointer-events: none;
cursor: not-allowed;
}
.custom-label-font {
display: flex !important;
flex-wrap: nowrap !important;
align-items: flex-start !important;
}
.text-links-form {
margin-top: -7px;
}
.price-calc .btn.disabled,
.price-calc.btn:disabled {
pointer-events: none;
}
@media (max-width: 991px) {
.reviews__form-group {
flex-direction: column;
}
.reviews__inner {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
}
.reviews__full {
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.cfooter-menu {
grid-template-columns: 1fr 1fr;
}
.cfooter-top__inner {
grid-template-columns: 1fr;
justify-items: center;
grid-gap: 0;
}
.cfooter-top__item.phone-adress {
display: flex;
flex-direction: column;
gap: 0;
}
}
@media (max-width: 767px) {
.payment__inner {
justify-content: center;
}
.reviews__inner {
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.reviews__full {
grid-template-columns: 1fr;
}
.reviews__form-raiting-row {
gap: 15px;
}
.reviews__form-raiting-cont {
padding: 5px;
}
.reviews__form-raiting-cont label {
font-size: 18px;
line-height: 1;
}
.reviews__form-raiting-cont input {
width: 20px;
height: 20px;
}
.experience-inner {
flex-direction: column;
gap: 20px;
text-align: center;
}
.experience-title {
text-align: center;
}
.cfooter-menu ul {
text-align: left;
}
.cfooter-dop__menu #menu-footer-menu {
margin: 0 0 20px;
}
.preview-title {
text-align: center;
max-width: 410px;
}
.preview-title span {
font-size: 20px;
line-height: 1;
}
}
@media (max-width: 565px) {
.reviews__inner {
grid-template-columns: 1fr;
grid-gap: 10px;
}
.cfooter-menu {
grid-template-columns: 1fr;
}
.cfooter-menu__title {
min-height: auto;
}
}
@media (max-width: 390px) {
.reviews__filter > form {
flex-direction: column;
}
}