.logo-img
{
    height: 100%;
}

.first-item {
    /*background: url(/images/head1.jpg) no-repeat center center fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.second-item {
    /*background: url(/images/head2.jpg) no-repeat center center fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.thrid-item {
    /*background: url(/images/head3.jpg) no-repeat center center fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*Редактирую текст на слайдах*/
.carousel.carousel-slider .carousel-item p {
    font-size: 20px;
}
.carousel.carousel-slider .carousel-item h2 {
    font-size: 40px;
}
.carousel .indicators .indicator-item {
    width: 12px;
    height: 12px;
}
.txt {
    margin-top: 30vh;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
}

.btn-round {
    border-radius: 30px;
}
.zvonok:hover {
    background-color: #1a540a;
    filter: invert(1);
}
.zvonok:active {
    background-color: #0b2805;
}

.size-small {
    /*height: 50% !important;*/
    width: 30%;
}