/* Контакты */
#contacts.container {
    /*display: flex;*/
}

#contacts {
    font-size: 16px;
}

#to-contacts {
    cursor: pointer;
}

@media (max-width: 450px) {
    #contacts .item {
        margin-bottom: 20px;
    }
}

#contacts .item {
    /*box-shadow: 0px -4px 16px rgb(0 0 0 / 7%);*/
    padding: 5px 15px;
    border-radius: 6px;
}

#contacts .title {
    font-size: 1.5em;
}

.yandex-map {
    margin-top: 35px;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contacts .item .list-unstyled li {
    margin: 7px 0;
}

/*****************************************************************************/
#anonce .text {
    color: #fff;
    padding-top: 10%;
    font-size: 2em;
    text-align: right;
    font-weight: 500;
}

#work-time {
    display: none;
}

.custom-logo-link {
    text-align: center;
    width: 100%;
}
.custom-logo-link img {
    width: 180px;
}

@media (max-width: 450px) {
    #site-navigation {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    #site-navigation .toggle-btn {
        border: none;
    }

    #anonce .text {
        color: #fff;
        font-size: 1.3em;
        text-align: left;
        font-weight: 500;
    }

}


@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1440px;
    }
    #work-time {
        display: block;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1650px;
    }
}

.entry-content {
    font-size: 18px;
}

#bg-main {
    background: url(../images/km/bgg.jpg);
    width: 100%;
    height: 440px;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.site-title a,
.site-description {
    color: #fff;
}

.contact-block {
    color: #FFF;
}

.main-navigation ul li {
    font-weight: normal;
    font-size: 0.88em;
}

#anonce {
    height: 450px;
}


#anonce .button {
    float: right;
}

#anonce .button button {
    color: #fff;
    border-radius: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

h2 {
    font-weight: 400;
}

#ruslan-video, #main-video, #lstk-main-item-1, #lstk-main-item-2 {
    opacity: 0;
}


#contacts #mkala,
#contacts #izberg,
#contacts #derbent,
#contacts #stavropol {
    cursor: pointer;
}

#advantages {
    /*margin-top: 100px;*/
    opacity: 0;
}

#advantages .advantage {
    box-shadow: 0px 13px 24px rgb(0 0 0 / 9%);
    padding: 18px 10px;
    border-radius: 10px;
    background: rgb(91, 170, 0);
    color: #000;
}

#page {
    height: 100%;
    display: block;
    padding: 0;
}

#advantages .advantage .title {
    text-transform: uppercase;
    height: 70px;
}

#advantages .advantage .title-text {
    font-size: 14px;
    padding-left: 70px;
    padding-top: 20px;
}

#advantages .advantage .title .img {
    float: left;
}

#advantages .advantage .title img {
    width: 60px;
}

#advantages .advantage .text {
    padding-top: 10px;
}

#advantages-bg {
    background: url(../images/km/advantages-bggg.jpg);
    padding-top: 0;
    padding-bottom: 30px;
}

#advantages-title {
    margin: 25px auto;
}

@media (max-width: 1025px) {
    #advantages .advantage {
        margin-top: 25px;
    }
}

@media (min-width: 450px) {

    #advantages .advantage {
        height: 250px;
    }

    #advantages-bg {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (min-width: 1440px) {
    #advantages .advantage .title-text {
        font-size: inherit;
        padding-left: 90px;
    }
}

/** Линия прогресса */
.services-line {
    color: #fff;
}

.services-line .item-title {
    text-shadow: 1px -1px 3px #000;
    font-size: 0.9em;
}

.items {
    margin-top: 15px;
}

.items .item {
    width: 33%;
    float: left;
    text-align: center;
}

.services-line .make-title, .services-line .build-title {
    opacity: 0;
}

.items .icon {
    width: 90px;
    height: 90px;
    margin: 15px auto;
    border-radius: 100px;
    border: 2px solid #fff;
    background: #fff;
    position: relative;
    z-index: 2;
}

.items .line {
    width: 150px;
    height: 3px;
    background: #fff;
    float: left;
    margin-top: 35px;
}

.items .item .icon img {
    border-radius: 100px;
    display: block;
    width: 100%;
    opacity: 0.2;
}

.line {
    width: 69%;
    height: 4px;
    background: #fff;
    position: absolute;
    margin: 0 auto;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#services-line-container {
    margin-top: -40px;
}

@media (max-width: 450px) {
    #services-line-container {
        opacity: 0;
    }
}

#services-line-container {
    display: none;
}

@media (min-width: 750px) {
    #services-line-container {
        display: block;
    }
}

@media (min-width: 1050px) {
    #services-line-container {

    }
}

@media (min-width: 1440px) {
    .services-line .item-title {
        font-size: 1.15em;
    }

    .line {
        top: 130px;
    }
}

header.page-header {
    padding-top: 20px;
}