body{
    font-family: Ubuntu, sans-serif;
    line-height: 1.4;
    color: #333;
}

.header{
    height: 550px;
    background-image: url(../images/main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

@media screen and (max-width: 767.98px) { 
    .header{
        height: auto;
    }
}

.header__wrapper{
    background-color: rgba(10, 13, 14, 0.66);
    padding-top: 30px;
    padding-bottom: 100px;
    height: 100%;
}

@media screen and (max-width: 767.98px) { 
    .header__wrapper{
        padding-top: 10px;
    }
}

.header__logo{
    font-size: 20px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767.98px) { 
    .header__logo{
        font-size: 16px;
    }
}

.header__logo svg{
    width: 50px;
    margin-right: 10px;
}

.header__logo svg .st0 {
    fill: rgb(255, 255, 255);
}

.header__address{
    text-align: right;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 767.98px) { 
    .header__address{
        display: none;
    }
}

.header__address big{
    font-size: 18px;
    text-decoration: underline;
}

.header__phone{
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (max-width: 767.98px) { 
    .header__phone{
        display: none;
    }
}

.header__phone big{
    font-size: 24px;
}

.header__slogan{
    padding-top: 100px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) { 
    .header__slogan{
        padding-top: 60px;
        font-size: 36px;
    }
}

.header__subslogan{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 2;
}

.header__btn-readmore{
    display: block;
    width: fit-content;
    margin: 0 auto;
    background-color: rgb(55, 71, 79);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: rgb(44, 57, 63);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.header__btn-readmore:hover,
.header__btn-readmore:active,
.header__btn-readmore:focus{
    text-decoration: none;
    background-color: rgb(50, 64, 71);
    border-color: rgb(35, 45, 51);
    color: rgb(255, 255, 255);
}

.section{
    padding: 75px 0 80px 0;
}

@media screen and (max-width: 767.98px) { 
    .section{
        padding: 50px 0 60px 0;
    }
}

.section--dark{
    background-color: rgb(233, 237, 240);
}

.section__h2{
    font-size: 34px;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    color: rgb(55, 71, 79);
}

@media screen and (max-width: 767.98px) { 
    .section__h2{
        font-size: 30px;
    }
}

.services{
   
}

.services__first-col{
    margin-left: 12.5%;
}

@media screen and (max-width: 767.98px) { 
    .services__first-col{
        margin-left: 0;
    }
}

.services__item{
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;
    border-radius: 4px;
    background-color: rgb(233, 237, 240);
    color: #333;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 237, 240);
    box-shadow: 0px 2px 8px 0px rgba(166, 184, 193, 0.2);
    text-align: center;
    min-height: 220px;
}

@media screen and (max-width: 767.98px) { 
    .services__item{
        margin-bottom: 20px;
    }
}

.services__item svg{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.services__item svg path{
    fill: rgb(55, 71, 79);
}

.services__item-title{
    margin-bottom: 12px;
    font-weight: bold;
}

.prices__text{
    margin-top: 50px;
    
    margin-left: auto;
    margin-right: auto;
}

.prices__table{

}

@media screen and (max-width: 767.98px) { 
    .prices__table{
        font-size: 14px;
    }
}

@media screen and (max-width: 321px) { 
    .prices__table{
        font-size: 12px;
    }
}

.prices__table th{
    background-color: rgb(233, 237, 240);
    padding: 7px 5px;
    text-align: center;
}

@media screen and (max-width: 767.98px) { 
    .prices__table th{
        padding: 7px 3px;
    }
}

.prices__table td{
    padding: 7px 5px;
    background: white;
    border-bottom: 1px solid rgb(233, 237, 240);
    text-align: center;
}

@media screen and (max-width: 767.98px) { 
    .prices__table td{
        padding: 7px 3px;
    }
}

.prices__table td:first-child{
    text-align: left;
}

.features__item{
    margin-bottom: 40px;
}

@media screen and (max-width: 767.98px) { 
    .features__item{
        display: flex;
        flex-wrap: wrap;
    }
}

.features__item svg{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) { 
    .features__item svg{
        margin-right: 5px;
    }
}

.features__item svg path{
    fill: rgb(55, 71, 79);
}

.features__item-title{
    font-weight: bold;
    margin-bottom: 12px;
}

@media screen and (max-width: 767.98px) { 
    .features__item-title{
        margin-top: 8px;
    }
}

.features__item-desc{
    font-size: 14px;
}

.features__image{
    padding-left: 40px;
}

@media screen and (max-width: 767.98px) { 
    .features__image{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.features__image img{
    max-width: 100%;
}

.contacts__first-col{
    margin-left: 12.5%;
}

@media screen and (max-width: 767.98px) { 
    .contacts__first-col{
        margin-left: 0%;
    }
}

.contacts__item{
    font-size: 18px;
}

@media screen and (max-width: 767.98px) { 
    .contacts__item{
        margin-bottom: 20px;
    }
}

.contacts__item-title{
    font-weight: bold;
}

.images img{
    max-width: 100%;
}

.images .row{
    margin-left: 0;
    margin-right: 0;
}

.images .row .col-sm-3{
    padding-left: 0;
    padding-right: 0;
}

.footer{
    background-color: rgb(28, 31, 29);
    color: #FFF;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
}

.footer .col-md-3{
    padding-bottom: 20px;
}