.wrapper>header {
    padding: 18px 0;
}

header .block_top .t1 {
    margin-bottom: 12px;
}

.socials-header-block {
    display: inline-block;
    margin-left: 8px;
}

.socials-header-block a {
    display: inline-block;
    margin-left: 10px;
}

.socials-header-block a img {
    position: relative;
    height: 28px;
    top: -2px;
}

.block_top .language-block {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -16px;
}

header .block_top button {
    font-size: 15px;
    width: 200px;
    text-align: center;
}

.row.team {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-bottom-bar {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

.h1name.prices-head {
    margin-bottom: 54px;
}

.imgblock img {
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    section.page.prices-section .ceni .yellow {
        height: auto;
    }
    section.page.prices-section .ceni .name.center {
        display: none;
    }
    section.page.prices-section .ceni .cena.center {
        text-align: left;
    }
}

.s3 .team .block .img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffd901;
}

.s3 .team .block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_home .forhomet {
    margin-top: 100px;
}

.slider_home .forhomet span {
    text-transform: none;
    font-style: italic;
    margin-bottom: 50px;
}

body>.wrapper {
    position: relative;
    min-height: 100vh;
}

body>.wrapper>footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.cena_subtitle {
    display: block;
    line-height: 32px;
    color: #898989;
    font-size: 20px;
    font-weight: 300;
}

.contact-info-item {
    position: relative;
    padding-left: 25px;
}

.contact-info-item i {
    position: absolute;
    top: 3px;
    left: 0;
}

.contact-info-item i.fa.fa-envelope {
    left: -1px;
}

.contact-info-item i.fa.fa-map-marker {
    left: 1px;
}