*, 
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333; 
}

body {
    background: #eff7f8;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    display: block;
    max-width: 847px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 20px;
}

section:first-child {
    margin-top: 30px;
}

.content__sections__block h2 {
    margin-left: 20px;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 19px;
}

a {
    text-decoration: none;
}

.box-shadowed {
    box-shadow: 0px 4px 7px 1px rgb(175 175 175 / 10%);
}
/* Header */

.header {
    width: 100%;
    display: block;
    border-bottom: 1px solid #aaaaaa58;
    background: #fff;
}

.header .header__items {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}

.header .header__item-title {
    text-align: center;
}

.header .header__item-title h2 {
    color: #7d7d7d;
    font-size: 13px;
}

.header__item-link {
    display: block;
}

.header .header__item-img img {
    max-width: 58px;
    max-height: 61px;
}

.language__switcher, .select-styled {
    position: relative;
}

.language__current {
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.language__current:before {
    content: '';
    position: absolute;
    bottom: -10px;
    background: #089bab;
    height: 2px;
    width: 100%;
    border-radius: 2px;
}

.section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section__lastpage {
    padding: 15px 15px;
    border: 1px solid #33333363;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    background: #33333305;
}

.section__lastpage img{
    margin-right: 10px;
}

.language__list, .language__switcher .list {
    list-style-type: none;
    position: absolute;
    top: 70px;
    background: #fff;
    left: -15px;
    z-index: 1000;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #33333333;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out;
}

.language__list-active, .language__switcher .language__list-active{
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.language__list li {
    position: relative;
}

.language__list li:first-child:before, .wpglobus-selector-link:first-child:before {
    content: '';
    position: absolute;
    top: 45px;
    background: #089bab;
    height: 2px;
    width: 80%;
    left: 5px;
    border-radius: 2px;
}

.language__list li a, .wpglobus-selector-link {
    display: inline-block;
    padding: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wpglobus-selector-link .code, .wpglobus-selector-link img {
    display: none;
}

/* Index */

.main {
    width: 100%;
}

.main-content {
    width: 73.4177215%;
}

.main__sectors {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content {
    width: 100%;
    display: block;
}

.content h2 {
    margin-top: 30px;
}

.content__service__items {
    display: flex;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.content__service__item {
    width: 186px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #333;
    font-size: 12px;
    border-radius: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 7px 1px rgb(175 175 175 / 10%);
}

.content__service__item:nth-child(3n+1) {
    margin-left: 0px;
}

.content__service__item:nth-child(1n+4) {
    margin-bottom: 0;
}

.content__service__item-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 12px;
    width: 100%;
    height: 100%;
    border-radius: 80px 7px 7px 7px;
    padding: 5px 10px;
}

.content__service__item-block img {
    width: 35px;
}

.content__service__item:nth-child(6) .content__service__item-block img {
    margin-left: 5px;
}

.content__service__item-block span {
    font-size: 12px;
    color: #333;
}

.service-color-1 {
    background: #ceebee;
}

.service-color-2 {
    background: #fae9dd;
}

.service-color-3 {
    background: #fcecec;
}

.content__serivce__item-block-img {
    padding: 20px;
    width: 75px;
    height: 75px;
    border-radius: 60px;
    text-align: center;
    margin: 0px auto 20px;
}

.content__service__item:nth-child(5) .content__serivce__item-block-img {
    margin: 10px auto 20px;
}

.service-color-1 .content__serivce__item-block-img{
    background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
}

.service-color-2 .content__serivce__item-block-img {
    background: linear-gradient(to right, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
}

.service-color-3 .content__serivce__item-block-img {
    background: linear-gradient(to right, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%)
}

.news {
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.news__blocks {
    width: 100%;
    display: flex;
}

.news__block {
    width: 50%;
}


.news__block:last-child {
    padding: 20px;
}

.news__block:last-child {
    padding: 0px 0 0px 25px;
}

.news__block__title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news__block__title span {
    font-size: 16px;
    font-weight: 200;
}

.news__block__img {
    width: 100%;
    margin-bottom: 20px;
}

.news__block__last__new {
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px;
    box-shadow: 0px 4px 7px 1px rgb(175 175 175 / 10%);
}

.news__block__img img {
    max-width: 100%;
}

.news__block__descr {
    width: 100%;
}

.news__block__descr h3{
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 70%;
}

.news__block__descr h3 a{
    font-size: 18px;
}

.news__block:first-child {
    background: #fff;
    overflow: hidden;
    border-radius: 25px;
}

.news__block:last-child .news__block__title {
    margin: 0;
}

.news__block__other {
    display: block;
    padding: 21px 28px;
    background-color: #fff;
    min-height: 165px;
    border-radius: 25px;
    margin-bottom: 24px;
    position: relative;
}

.news__block__other span {
    position: relative;
    font-size: 14px;
}

.news__block__other span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #089bab;
    bottom: -15px;
    border-radius: 2px;
}

.news__block__other h3 {
    font-size: 24px;
    margin: 18px 0 11px;
    line-height: 13px;
}

.news__block__other:last-child {
    margin-bottom: 0;
}

.news__block__other span {
    margin-top: 25px;
    color: #44c7a4;
}

.news__block__other p {
    font-size: 11px;
}

.partners-section {
    overflow: hidden;
}

.partners {
    display: flex;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}

.partners-slide {
    height: 106px;
    display: flex;
    align-items: center;
    animation: slideshow 30s linear infinite;
}

.partners-slide img{
    width: 290px !important;
    height: 95px !important;
    padding: 0 10px 0 10px;
}

.partners-slide a {
    pointer-events: none;
}

.partners::before, .partners::after{
    height: 200px;
    width: 300px;
    position: absolute;
    content: "";
    background: linear-gradient(to right white 0%, rgba(255,255,255,0) 100%);
    z-index: 2;  
}
.partners-slide::before{
    left: 0;
    top: 0;
}
.partners-slide::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
@keyframes slideshow{
    0%{transform: translateX(0);}
    100%{transform: translateX(-100%);}
}

.partners img:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
}

.map {
    padding: 25px;
    background: #fff;
    border-radius: 25px;
}

.aside {
    width: 25%;
}

.managment__block,
.time__block,
.weather__block,
.contacts__block {
    width: 100%;
    max-height: 150px;
    height: 150px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    margin-top: 20px;   
}

.weather__block {
    margin-top: 30px;
}

.weather__block .ww-informer2547-cont {
    padding: 9px 11px
}

.weather__block a.ww-informer2547 {
    height: 150px !important;
    min-width: 206px !important; 
}

.weather__block .ww-informer2547-icon-svg-box {
    width: 48px;
    height: 48px;
}

.weather__block .ww-informer2547-sign {
    font-size: 26px;
}

.weather__block .ww-informer2547-temp {
    font-size: 34px;
}

.weather__block .ww-informer2547-degree {
    font-size: 22px;
}

.managment__personel {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    max-height: 200px;

}

.managment__item {
    flex-wrap: wrap;
}

.managment__item-img {
    width: 30%;
}

.managment__personnel-descr {
    margin-top: 30px;
}

.managment__item-rating {
    width: 100%;
    margin-top: 30px;
}

.managment__item-rating__title {
    font-size: 16px;
}

.managment__item-time-desktop .managment__item-primetime{
    display: grid;
}

.managment__item-time {
    display: none;
}

@media (max-width: 550px) {
    .managment__item-time-desktop .managment__item-primetime{
        display: none;
    }

    .managment__item-time-desktop h5 {
        display: none;
    }
    
    .managment__item-time {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

.comment-form, .comment-rating {
    width: 100%;
}

.comment-form .comment-rating {
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.your__recent {
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    margin-left: 15px;
}

.your__recent .required__star {
    color: #f00;
    margin: 0 0 0 3px;
}

.comment-form .comment-rating .rating__star {
    width: 130px;
    font-family: 'Font Awesome 5 Free';
}

.comment-form .comment-rating .rating__star .star {
    display: inline-block;
    font-size: 0px;
    height: 16px;
    padding: 0 2px;
}

.comment-form .comment-rating .rating__star .star:before {
    content: "";
    color: #333;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../img/icons/my-icons/star-regular.svg);
    transition: .3s ease-in-out;
}

.comment-form .comment-rating .rating__star .star:hover:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../img/icons/my-icons/star-solid.svg);
}

.comment-form .comment-form-comment {
    margin-top: 15px;
}

.comment-form-comment .your__recent, .comment-form-input .your__recent {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.comment-form-comment textarea {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    outline: none;
    border: 1px solid #33333354;
}

.comment-form .comment-form-inputs {
    display: flex;
    justify-content: space-between;
}

.comment-form .comment-form-input {
    width: 50%;
    margin-top: 10px;
}

.comment-form-input .your__recent {
    margin-left: 10px;
}

.comment-form .comment-form-input:first-child {
    padding-right: 5px;
}

.comment-form .comment-form-input:last-child {
    padding-left: 5px;
}

.comment-form .comment-form-input input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #33333354;
}

.comment-form .form-submit {
    margin-top: 10px;
}

.submit {
    cursor: pointer;
}

.comment-form .form-submit input[type="submit"]{
    padding: 15px 15px;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    background: #089bab;
    outline: none;
    color: #fff;
}

.managment__item-primetime {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.managment__descr {
    width: 100%;
    padding: 3px 11px;
}

.managment__descr h2 {
    font-size: 12px;
    margin-bottom: 4px;
}

.managment__descr span {
    font-size: 10px;
    color: #44c7a4;
}

.managment__photo {
    width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 3px;
}

.managment__photo img {
    width: 64px;
    height: 64px;
    border-radius: 50px;
}

.managment__link {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #33333322;
    padding: 7px 0;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.time__item, .weather__item, .contacts__item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.time__item {
    padding: 45px 10px;
    text-align: left;
}

.time__date, .weather__degree{
    font-size: 22px;
    margin: 10px 0;
}

.time__current, .weather__descr {
    font-size: 28px;
}

.time__city {
    font-size: 14px;
}

.time__region {
    font-size: 12px;
    color: #777;
}

.time__clocks {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.time__clocks img{
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.ww-informer2547 {
    pointer-events: none;
}

.contacts__block, .time__block {
    height: 165px;
    max-height: 165px;
}

.contacts__block {
    margin-top: 24px;
}

.contacts__title {
    font-size: 16px;
    margin-bottom: 11px;
}

.contacts__descr {
    position: relative;
    margin-bottom: 12px;
    text-align: left;
    padding: 0 20px 0 35px;
}

.contacts__descr:before{
    content: "";
    position: absolute;
    background: url(../img/icons/phone-call.png);
    width: 16px;
    height: 16px;
    left: 14px;
}

.contacts__descr:nth-child(4):before {
    background: url(../img/icons/mail.png);
}

.contacts__descr:nth-child(5):before {
    background: url(../img/icons/pin.png);
}

.weatherInformer21 .weatherInformer21-cont .weatherInformer21-cont-line {
    height: 20px !important;
    padding: 5px 0;
}

.ww-informer2547-sign,
.ww-informer2547-temp,
.ww-informer2547-degree,
.ww-informer2547-info-item {
    color: #fff;
}

.ww-informer2547-cont {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: #33333325 !important;
}

/* Managment */

.section__header, .managment__item, .freeservices__item, .osms__item, .documents__item, .news__item {
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 25px;
    padding: 25px;
}

.managment__item, .documents__item-suptitle, .freeservices__item-suptitle, .osms__item-suptitle {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #33333333;
    
}

.freeservices__item-suptitle, .osms__item-suptitle, .documents__item-suptitle {
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.managment__item h2, .freeservices__item h2, .osms__item h2, .documents__item h2 {
    font-size: 16px;
}

.paginate-wordpress {
    justify-content: center;
}

.news__item-img {
    width: 50%;
}

.managment__item-img img, .news__item-img img{
    border-radius: 25px;
}

.managment__item-img img {
    max-height: 199px;
}

@media (max-width: 550px) {
    .managment__item-img img {
        max-height: 100%;
        max-width: 100%;
    }
}

.managment__appointment-img img{
    width: 100%;
    max-height: 100%;
}

.news__item-info {
    width: 50%;
}

.news__item-img img{
    width: 100%;
}

.freeservices__item-fms, .documents__item-tab {
    width: 100%;
}

.managment__item-info, .freeservices__item-info, .osms__item-info, .documents__item-info, .news__item-info {
    margin-left: 20px;
}

.managment__item-info {
    width: calc(70% - 20px);
}

.managment__item-descr {
    color: #44c7a4;
    margin-top: 11px;
}

.managment__item-descr p, .freeservices__item p, .osms__item p, .documents__item p {
    margin-top: 15px;
    line-height: 1.5;
    text-align: justify;
}

.managment__item-descr h5 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.managment__item-primetime p{
    width: 100%;
    margin-bottom: 3px;
    margin-top: 5px;
}

.managment__appointment {
    width: 100%;
}

.apm-cashed-fa {
    left: -1000%;
}

.ays-poll-main {
    margin: 0 auto;
}

.news__header {
    display: flex;
}

.news__item-title {
    margin-top: 15px;
}

.news__item-descr {
    margin-top: 20px;
}

.news__item-text {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #33333333;
}

.news__item-text p {
    margin-bottom: 20px;
    line-height: 1.3;
}

.news__item-text p:last-child {
    margin-bottom: 0px;
}

.page-numbers {
    font-weight: 600;
    background: #ceebee;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #33333308;
    margin-right: 15px;
    padding: 7px;
    width: 32px;
    font-size: 14px;
}

.page-numbers.dots {
    background: transparent;
    border: 0;
}

.page-numbers.next, .page-numbers.prev {
    width: auto;
    background: transparent;
    border: 0;
}

.page-numbers.current {
    background: #089bab;
    color: #fff;
}

.managment__appointment h2{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}

.managment__form-group {
    width: 100%;
    margin-bottom: 30px;
}

.managment__form-group:last-child {
    margin-bottom: 0px;
}

.managment__form-group input, .managment__form-group textarea{
    width: 100%;
}

.managment__form-group input, .managment__form-group textarea {
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #33333333;
}

.managment__form-btn {
    width: 100%;
}

.managment__form-btn input {
    width: 100%;
    padding: 20px;
    border: 1px solid #33333333;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    background: #089bab;
}

.managment__item-link, .freeservices__item-link, .osms__item-link, .documents__item-link {
    padding: 11px 15px;
    border: 1px solid #33333363;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-flex;
    background: #33333305
}

.managment__item-link {
    margin-right: 10px;
}

.freeservices__section h2.freeservices__item-title, .osms__section h2.osms__item-title, .documents__section h2.documents__item-title, h2.news__item-title {
    margin-bottom: 0;
}

.freeservices__item:first-child, .osms__item:first-child, .documents__item:first-child {
    align-items: center;
    margin: 40px 0 40px;
}

.freeservices__item-fms p, .osms__item-osms p, .documents__item-osms p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.freeservices__item-fms p:first-child, .osms__item-osms p:first-child, .documents__item-osms p:first-child {
    margin-top: 0px;
}

.freeservices__item-fms p:last-child, .osms__item-osms p:last-child, .documents__item-osms p:last-child {
    margin-bottom: 0px;
}

.documents__item-tab {
    width: 100%;
    max-height: 62px;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.documents__item-btn {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 15px 20px;
    border: 1px solid #33333334;
    font-weight: 600;
    background: #ceebee;
    transition: .4s ease-in-out;
    border-radius: 15px;
}

.documents__item-btn img{
    margin-right: 20px;
}

.documents__item-docs {
    margin-bottom: 30px;
}

.documents__item-docs:last-child {
    margin-bottom: 0;
}

.document-active {
    max-height: 800px;
}

.document-btn-active {
    border-bottom: 0;
    background: #089bab;
    color: #fff;
}

.documents__modal {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.question__modal {
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.wpcf7 {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    max-width: 350px;
}

.wpcf7-form p{
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.wpcf7-form p label {
    font-weight: 600;
}

.wpcf7-form p:last-child{
    margin-bottom: 0px;
}

.wpcf7-submit {
    width: 100%;
    padding: 10px;
    border: 1px solid #33333363;
    border-radius: 10px;
    font-weight: 600;
    background: #33333305;
    font-size: 14px;
    text-align: center;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
    width: 100%;
    padding: 15px;
    border: 1px solid #33333354;
    border-radius: 15px;
    margin-top: 8px;
    font-size: 14px;
}

.managment__appointment .wpcf7{
    width: 100%;
    background: #fff;
    padding: 5px 0;
    border-radius: 20px;
    max-width: 100%;
}

.managment__appointment .wpcf7-form {
    width: 100%;
}

.managment__appointment .wpcf7-form p{
    width: 100%;
    margin-bottom: 30px;
}

.managment__appointment .wpcf7-form p:last-of-type{
    margin-bottom: 0px;
}

.managment__appointment .wpcf7-submit {
    width: 100%;
    padding: 20px;
    border: 1px solid #33333333;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    background: #089bab;
    text-align: center;
}

.managment__appointment .wpcf7-form-control-wrap input, .managment__appointment .wpcf7-form-control-wrap textarea{
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #33333333;
}

.active-modal {
    z-index: 1003;
    opacity: 1;
    visibility: visible
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333333a3;
    z-index: 1000;
    top: 0;
    z-index: 0;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.close__modal {
    display: block;
    position: fixed;
    font-size: 16px;
    padding: 10px 15px;
    top: -45px;
    cursor: pointer;
    z-index: 1005;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}

.active-overlay {
    z-index: 1000;
    opacity: 1;
    visibility: visible
}



@media (max-width: 550px) {
    .main__sectors {
        flex-direction: column;
    }

    h2 {
        font-size: 15px;
    }

    .main-content,
    .aside {
        width: 100%;
    }
    
    .content__service__items {
        gap: 15px;
    }

    .content__service__item {
        width: calc(50% - 8px);
        margin-left: 0;
        margin-bottom: 0px;
    }

    .content__service__item:nth-child(1n+4) {
        margin-bottom: 0px;
    }
    
    .content__service__item-block span {
        font-size: 11px;
    }

    .news__blocks {
        flex-direction: column;
        gap: 15px;
    }

    .news__block {
        width: 100%;
    }

    .news__block:last-child {
        padding: 0;
    }

    .news__block__other {
        margin-bottom: 15px;
    }

    .weather__block {
        margin-top: 0;
    }

    .partners {
        margin-top: 15px;
    }

    .header .header__item-title h2 {
        font-size: 12px;
    }

    .contacts__block {
        margin-top: 15px;
    }

    .time__block {
        margin-top: 15px;
    }

    .managment__block {
        margin-top: 15px;
    }

    h1 {
        font-size: 16px;
    }

    .managment__item-img {
        width: 135px;
    }
    
    .managment__item-info, 
    .freeservices__item-info, 
    .osms__item-info, 
    .documents__item-info, 
    .news__item-info {
        margin-left: 20px;
    }

    .managment__item-info {
        width: calc(100% - 155px);
    }

    .managment__item h2, .freeservices__item h2, .osms__item h2, .documents__item h2 {
        font-size: 14px;
    }

    .section__lastpage {
        padding: 10px;
        margin-left: 10px;
    }
    
    .managment__item-descr p, .freeservices__item p, .osms__item p, .documents__item p {
        text-align: left;
    }

    .managment__appointment-img img {
        max-height: auto;
        max-width: 100%;
    }

    .next.page-numbers,
    .prev.page-numbers {
        display: none;
    }

    .page-numbers {
        margin-right: 15px;
        padding: 7px;
        width: 32px;
        font-size: 14px;
    }

    .question__modal {
        width: 80%;
    }

    .wpcf7 {
        width: 100%;
        max-width: 100%;
    }
}

.managment__item-img img {
    width: 86%;
    object-fit: cover;
    height: 100%;
}