body {
    font-family: 'Ubuntu', sans-serif;
}
.logo {
    padding: 5px;
}

.logo>a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.contacts_top {
    width: 100%;
    text-align: center;
}

.contacts_top>li {
    float: none;
    display: inline-block;
}

#slide {
    background-color: #ffffff;
}

#slide_img {
    text-align: right;
    display: inline-block;
    line-height: 100vh;
}

#slide_img img {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

#promotext ul {
    list-style: circle;
}

#advantages {
    text-align: center;
}

#advantages span {
    font-size: 36px;
}

.goods {
    text-align: center;
}

.good {
    margin: 10px 0;
}
.good img {
    max-width: 100%;
}

.good:hover {
    background-color: #563d7c;
    border-radius: 3px;
}

.totop {
    position: fixed;
    bottom: 30px;
    
}

.content {
	margin-top: 55px;
	min-height: calc(100vh - 80px);
}

.footer {
    background-color: #3da05e;
    color: #333333;
}

footer a {
    color: #333333;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer h5 {
    text-align: center;
}

.footer ul {
    list-style: none;
}

#vkfooter {
    height: 14px;
}

.good:hover a {

    text-decoration: none;
    color: #ffffff;
}

@media (max-width: 992px) {
    .contacts_top {
        text-align: right;
    }
}
@media (max-width: 767px) {
    .contacts_top {
        font-size: 12px;
        text-align: center;
    }
    .contacts_top>li {
        display: inline-block;
    }
    #slide_img img {
        margin: 60px auto 0;
        display: block;
    }

    #promotext {
        text-align: center;
    }
    #promotext ul {
        list-style: none;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 768px) {
    #slide {
        height: 100vh;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    #promotext {
        text-align: left;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
