html {
    box-sizing: border-box;
}

/*,
*::after,
*::before{
    box-sizing: inherit;
} */


a {
    text-decoration: none;
    color:#000000;
}
.container {
    max-width: 1220px; 
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
body {
    color: #000000;
    background-image: url(img/site.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
   }
   /*font-family: 'Red Hat Display', sans-serif;
   font-family: 'Roboto', sans-serif;
   font-family: 'Roboto Condensed', sans-serif;*/
.header {
    width: 100%;
    height: 120px;
    background-color: white;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    color: #000000;
}
.header__inner {
    display: flex; 
    justify-content:space-between;
    
}
.header__info {
    position:absolute;
    right: 58px;
    top: 18px;
}
.menu__list {
    display: flex;
    list-style-type: none;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 25px;
    position: absolute;
    right: 45px;
    bottom: -23px;
}

.menu__item {
    margin: 10px 15px;
}

.phone {
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif;
}
.phone:hover {
    color:#BB0202; 
}

.language__ua {
    font-size: 20px;
    margin: 0 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color:#BB0202;
    border-bottom: 1px solid #BB0202;
}
.language__en {
    font-size: 20px;
    margin: 0 1px;
    font-family: 'Roboto Condensed', sans-serif;
}
.language__en:hover {
    color:#BB0202;
}
.logo__link {
    width: 135;
    height: 110;
}
.menu__list-link__pressed {
    border-bottom: 1px solid #BB0202;
    color: #BB0202;
}

.menu__list-link:hover{
    color:#BB0202;
    transition: all 0.7s;
}

.phone__photo {
    width: 16px;
    height: 16px;
}

.services {
    font-family: 'Roboto', sans-serif;
    color:#000000;

}

.services__title {
    color: #BB0202;
    font-size: 48px;
    line-height: 57px;
    margin-left: 23px;
    margin-right: 23px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    margin-top: 65px;
}

.services__inner {
    margin-left: 23px;
    margin-right: 23px;
}

.services__inner-photo1 {
    justify-content: space-between;
    display: inline-block;
    padding-bottom: 16px;
    text-align: center;

}


.services__photo_1::before{
    content:'';
    filter:blur(2px)
}

.services__photo_1 {
    width: 365px;
    height: 230px;
    border-radius: 10px; 
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);
    background: url(img/accident__blur-test.png);
    background-size: cover;
    display: inline-block;
    margin: 10px;
}

.services__photo_1:hover {
    background: url(img/accident__blur-test-hover.png);
    transition: all 0.5s;
    background-size: cover;
}

.services__photo_2 {
    width: 365px;
    height: 230px;
    border-radius: 10px;
    background: url(img/finance__blur-test.png);
    background-size: cover;
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);
    display: inline-block;
    margin: 10px;
}

.services__photo_2:hover {
    background: url(img/finance__blur-test-hover.png);
    transition: all 0.5s;
    background-size: cover;
}

.services__photo_3 {
    width: 365px;
    height: 230px;
    border-radius: 10px;
    background: url(img/management__blur-test.png);
    background-size: cover;
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);
    display: inline-block;
    margin: 10px;
}

.services__photo_3:hover {
    background: url(img/management__blur-test-hover.png);
    transition: all 0.5s;
    background-size: cover;
}

.services__photo_4 {
    width: 365px;
    height: 230px;
    border-radius: 10px;
    background: url(img/supervising__blur-test.png);
    background-size: cover;
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);
    display: inline-block;
    margin: 10px;
}

.services__photo_4:hover {
    background: url(img/supervising__blur-test-hover.png);
    transition: all 0.5s;
    background-size: cover;
}

.services__photo_5 {
    width: 365px;
    height: 230px;
    border-radius: 10px;
    background: url(img/checking__blur-test.png);
    background-size: cover;
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);
    display: inline-block;
    margin: 10px;
}

.services__photo_5:hover {
    background: url(img/checking__blur-test-hover.png);
    transition: all 0.5s;
    background-size: cover;
}

.services__photo_6 {
    width: 365px;
    height: 230px;
    border-radius: 10px;
    background: url(img/tech__blur-test.png);
    background-size: cover;
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);
    display: inline-block;
    margin: 10px;
}

.services__photo_6:hover {
    background: url(img/tech__blur-test-hover.png);
    transition: all 0.5s;
    background-size: cover;
}

.services__photo-button1 {
    display: flex;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    justify-content: center;
    margin: auto;
    padding-bottom: 87px;
    padding-top: 87px;
    -webkit-text-stroke: 0.5px #797979;
}

.services__photo-button2 {
    display: flex;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    justify-content: center;
    margin: auto;
    padding-bottom: 87px;
    padding-top: 87px;
    -webkit-text-stroke: 0.5px #797979;

}
.services__photo-button3 {
    display: flex;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    justify-content: center;
    margin: auto;
    padding-bottom: 87px;
    padding-top: 87px;
    -webkit-text-stroke: 0.5px #797979;
}


.services__photo-button4 {
    display: flex;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    justify-content: center;
    margin: auto;
    padding-bottom: 87px;
    padding-top: 87px;
    -webkit-text-stroke: 0.5px #797979;
}
.services__photo-button5 {
    display: flex;
    text-align: center;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 27px;
    justify-content: center;
    margin: auto;
    padding-bottom: 87px;
    padding-top: 87px;
    -webkit-text-stroke: 0.5px #797979;

}
.services__photo-button6 {
    display: flex;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    justify-content: center;
    margin: auto;
    padding-bottom: 87px;
    padding-top: 87px;
    -webkit-text-stroke: 0.5px #797979;
}
























.footer {
    width: 100%;
    background-color: #BB0202;
    margin-top: 200px;
    flex: 0 0 auto;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: normal;
}
.footer__inner {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.footer__inner-text {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    align-items: center;
    margin-top: 10px;
}


.footer__inner-contact {
    margin-top: 8px;
}

.footer__inner-contact-text {
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    color: #fff;

}

.footer__inner-contact-link {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-right: 9px;
}

.footer__inner-contact-link:hover {
    color: #000;
    transition: all 0.7s;
}

.footer__icon-mail {
    width: 16px;
}

.footer__icon-phone {
    height: 16px;
}

.footer__inner-feedback-text {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 2px;
    margin-right: 40px;
}

.footer__inner-feedback-text:hover {
    color: #BB0202;
    background: #fff;
    transition: all 1s;
    border: 1px solid #A90000;
}

.footer__lower {
    width: 100%;
    height: 30px;
    background-color: #A90000;
    flex: 0 0 auto;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: normal;
}

.footer__lower-inner{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer__inner-links{
    margin-top: 6px;
}

.footer__inner-links-logo-photo{
    width: 10px;
}

.footer__inner-links-logo-photo-ld{
    width: 16px;
}

.footer__inner-text {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 5px auto;  
}

.footer__inner-title {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}


.footer__inner-created {
    text-align: right;
    margin-top: 9px;
    margin-right: 40px;
}

.footer__inner-created-link {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: right;
    margin-top: 9px;
    margin-right: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer__inner-created-link:hover {
    color: #000;
    transition: all 0.7s;
}







@media screen and (max-width: 1130px)  {
    body {
    color: #000000;
    background-image: url(img/site.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    }
    .container{
        width: 90%;
        position: relative;
    }
    .menu__list {
    position: absolute;
    right: 25px;
    bottom: -23px;
    }
    .header__info {
        position:absolute;
        right: 38px;
    }
    .menu__list {
        font-size: 30px;
    }
    .language__ua{
        font-size: 24px;
    }
    .language__en{
        font-size: 24px;
    }
    .phone{
        font-size: 22px;
    }
    .footer {
        margin-top: auto;
    }
        .services__photo_1{
        width: 390px;
        height: 255px;
    }
    .services__photo_2{
        width: 390px;
        height: 255px;
    }
    .services__photo_3{
        width: 390px;
        height: 255px;
    }
    .services__photo_4{
        width: 390px;
        height: 255px;
    }
    .services__photo_5{
        width: 390px;
        height: 255px;
    }
    .services__photo_6{
        width: 390px;
        height: 255px;
    }
}