html,
body {
    min-height: 100vh;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map iframe {
    min-height: 480px;
}

.single-page.contacts {
    margin-bottom: 0px;
}

.map-contacts {
    margin-top: 30px;
    position: relative;
}

.map-contacts iframe {
    min-height: 480px;
}

.contacts-items {
    padding: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    transform: translateY(30%);
}

.contacts-item {
    margin-bottom: 20px;
}

.contacts-item label {
    font-size: 13px;
    opacity: .75;
    display: block;
    margin-bottom: 5px;
}

.contacts-item div {
    font-size: 16px;
    line-height: 1.2;
}

.contacts-item div a {
    font-size: 16px;
    color: inherit;
    display: block;
}

.contacts-item div a:hover {
    text-decoration: underline;
}

.contacts-items .iron-btn {
    font-size: 15px;
    height: 40px;
    border-radius: 5px;
}

@media (max-width: 600px) {
    .contacts-items {
        transform: translateY(15%);
    }
    .map-contacts iframe {
        min-height: 650px;
    }
}

.mdl {
    display: none;
    padding: 0px;
    border-radius: 10px;
}

.fancybox-container .errors span {
    color: red;
}

#thx h4 {
    text-align: center;
}

.content {
    margin-top: 30px;
}

.content p {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 140%;
}

.content p strong {
    font-size: 16px;
    line-height: 140%;
    font-weight: bold;
}

.content p a {
    font-size: 16px;
    line-height: 140%;
    color: inherit;
    text-decoration: underline;
}

.lift-top-row {
    margin-top: 50px;
    display: flex;
}

.lift-top-desc {
    margin-bottom: 30px;
}

.lift-top-desc * {
    font-size: 16px;
    line-height: 1.2;
}

ul.numbered-list-lg {
    margin: 30px 0px;
    padding: 0;
    counter-reset: li;
    list-style-type: none;
    font-size: 16px;
    line-height: 27px;
}

ul.numbered-list-lg li {
    position: relative;
    padding: 0 35px 0 50px;
    font-size: 16px;
}

ul.numbered-list-lg li b {
    font-size: 16px;
}

ul.numbered-list-lg li:not(:last-child) {
    margin-bottom: 10px;
}

ul.numbered-list-lg li:before {
    position: absolute;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    content: counter(li);
    counter-increment: li;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: 5px;
    top: -2px;
    background-color: #6c7678;
}

.lift-middle-row {
    margin: 50px 0px 30px;
    display: flex;
}

.lift-middle-info {
    width: 100%;
}

.doctor-page-table {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}

.doctor-page-table td {
    padding: 8px 14px;
    vertical-align: top;
    /*border-top: 1px solid #e6e6e6;*/
    background-color: #fff;
    font-size: 16px;
}

.doctor-page-table tr:nth-child(odd) td {
    background-color: #f6f6f6;
}

.dop_specifications {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    border-bottom: #000 dashed 1px;
    font-size: 18px;
    font-weight: bold;
}

.dop_specifications:hover {
    border-bottom-color: transparent;
}

@media (max-width:580px) {
    .lift-top-row {
        flex-direction: column;
    }
    .lift-top-img img {
        display: inline-block;
        width: 100%;
    }
    .lift-middle-row {
        flex-direction: column;
    }
}

.productList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.productList .swiper-slide {
    /* max-width: 275px;
    margin: 15px 30px 15px 0px;*/
}

.productList .swiper-slide .items-slider__block img {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:580px) {
    .productList {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .productList .swiper-slide {
        width: 100%;
        max-width: 100%;
    }
}

.portfolio-text p {
    color: #000;
}

.project-img {}

.project-img img {
    display: block;
    width: 100%;
}

.privacy-checkbox {
    width: 100%;
    margin-top: 28px;
}

.modal-overlay form .privacy-checkbox {
    width: 100%;
    margin-top: 0px;
}

.privacy-checkbox span,
.privacy-checkbox span a {
    font-size: 13px;
}

.offer-form form input,
.modal-inputs input {
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 28%);
}

.privacy-checkbox input[type=checkbox]:checked+label:before,
.privacy-checkbox input[type=checkbox]:not(:checked)+label:before,
.privacy-checkbox input[type=radio]:checked+label:before,
.privacy-checkbox input[type=radio]:not(:checked)+label:before {
    box-shadow: inset 2px 2px 4px rgb(0 0 0 / 28%);
}

#cookie-notification {
    background-color: #AFAFAF !important;
}

.cookie-notification-text {
    font-size: 14px;
}

#cookie-close-button {
    font-size: 14px;
    background-color: #617174 !important;
}

.cookie-close {
    font-size: 14px;
}

@media (max-width:600px) {
    .item-slider .items-pagination {
        width: 10px;
        overflow: hidden;
    }
    .certificate-block {
        min-height: 185px;
    }
    .header-container navbar li:hover ul {
        margin-left: 10px;
    }
}

.content ul li {
    list-style-type: square;
    margin: 10px 50px;
    font-size: 16px;
    line-height: 140%;
}

#map {
    min-height: 480px;
}

.swiper-pagination-bullet {
    min-width: 16px;
}

.iron-btn.portfolio-btn {
    font-size: 15px;
    height: 40px;
    border-radius: 5px;
    width: 200px;
    margin: 0 auto;
}

.works-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width:600px) {
    .works-list {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.catalogs {
    margin-top: 25px;
}

.catalogs-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.catalogs-item svg {
    width: 48px;
}

.catalogs-item span {
    display: inline-block;
    margin-left: 15px;
    text-decoration: underline;
    color: #000;
    font-size: 16px;
}

@media (max-width:600px) {
    .catalogs-item span {
        font-size: 14px;
        line-height: 1.2;
    }
}