.contact-description{
    font-weight: 500;
}

.contact-item-adress-block {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background: #FAF9F7;
    border-radius: 8px;
}


.contact-adress-pin {
    width: 14px;
    height: 18px;
    float: left;
    margin-right:10px;
}

.contact-adress a{
    color:#1B1B1B;
    text-decoration: none;
    border-bottom: 1px dashed #939393;
}

.contact-howfind{
    margin-top: 25px;
}

.contact-howfind-icon{
    width: 26px;
    height: 27px;
    float: left;
    margin-right:10px;
}

.contact-howfind a{
    color:#1B1B1B;
    text-decoration: none;
    border-bottom: 1px dashed #939393;
}



.catalog-map-anchor{
    margin-top:150px;
}

.contact-map{
    margin-bottom:70px;
}

.contact-time{
    margin-top:25px;
}

.contact-time-warning {
    color:#E22730;
}

.contact-time-warning2 {
    color:#939393;
}

.contact-time-warning3 {
    color:#939393;
}

.contact-navigation{
    margin-top:20px;
}

a.btn-map {
    display: inline-block;

    color:#1B1B1B;
    font-weight: 500;
    line-height: 36px;
    font-size: 14px;

    border-radius: 20px;
    height: 36px;
    width: 180px;
    padding-left: 40px;

    background-color: rgba(224, 224, 224, 0.5);
    background-position: 18px 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

a.btn-yandex {
    margin-right: 15px;
    background-image: url(/static3/img/svg-icon/y-maps.svg);
}

a.btn-google {
    background-image: url(/static3/img/svg-icon/g-maps.svg);
    padding-left: 35px;
}

@media only screen and (max-width: 500px) {
    a.btn-google {
        margin-top:25px;
    }

    .contact-item-adress-block {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 30px;
        border-radius: 8px;
    }

    .contact-howfind{
        margin-bottom: 25px;
    }

    .contact-map{
        width: 100vw;
        margin-top: -40px;
        margin-bottom: -64px;
        margin-left: -15px;
        margin-right: -15px;

    }

    .video-preview .icon-video-play2 {
        bottom: 140px;
        left:180px;
    }


}
