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;
}

/*
.about {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    margin: 100 0;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

.about__text__title {
    font-size: 30px;
    margin-bottom: 39px;
}

.about__text {
    font-size: 22px;
}

.about__main {
    max-width: 600px;
    max-height: 383px;
    text-align: center;
    margin-left: 15px;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.25);
}
.about__photo {
    margin-left: 72px;
    margin-right: 50px;
    pointer-events: none; 
}
.about__photo__inner {
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);   
    max-width: 457px;
    max-height: 610px;
    pointer-events: none; 

}
.about__content {
    display: flex;
    justify-content: center;
}

.benefits {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    line-height: 27px;
    padding-top: 100px;
    position: relative;
}

.benefits__title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}

.tables {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    justify-content: space-between;
    display: flex;
    margin-left: 200px;
    margin-right: 200px;
}
.tables__block {
    width: 218px;
    height: 200px;
    border: 3px solid #BB0202;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    pointer-events: none; 
    margin: auto;
}

.tables__title {
    font-size: 22px;
    margin-top: 23px;
    margin-bottom: 16px;
}

.tables__images {
    max-height: 102px;
    max-width: 102px;
}

.tables__angle {
    max-height: 70px;
    max-width: 70px;
    display: flex;
    margin: auto;
}

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

.plan__text {
    justify-content: space-between;
    display: flex;
    margin-left: 200px;
    margin-right: 185px;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.25);
}

.plan__text-inner {
    max-width: 240px;
}
*/

.about {
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.25);
    display: flex;
    justify-content: space-around;
}

.about__inner{
    max-width: 860px;
}

.about__global {
    display: flex;
    justify-content: space-around;
}


.about__title {
    color:#BB0202;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 37px;
    margin-top: 50px;
    margin: 50 auto auto auto;
    text-align: center;
}

.about__paragraph-who{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: left;
}

.about__paragraph-title-who{
    color:#BB0202;
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    margin: 50px auto 30px auto;
}

.about__paragraph-why{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: right;
    margin-right: 40px;
}

.about__paragraph-title-why{
    color:#BB0202;
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    margin: 50px auto 30px auto;
    text-align: right;
}

.about__paragraph-exp{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: left;
}

.about__paragraph-title-exp{
    color:#BB0202;
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    margin: 50px auto 30px auto;
}

.about__photo {
    margin-top: 140px;
}


.about__photo-inner{
    box-shadow: -4px 4px 4px rgba(0,0,0,0.25);   
    max-width: 510px;
    max-height: 675px;
    pointer-events: none; 
}














.footer {
    width: 100%;
    height: 110px;
    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)  {
    .about__global {
        flex-direction: column;
    }
    .container{
        width: 90%;
        position: relative;
    }
    .about__inner {
        font-size: 28px;
    }
    .about__photo {
        align-items: center;
        text-align: center;
        margin-top: 50px;
    }
    .about__photo-inner {
        align-items: center;
        margin: 0 auto;
        width: 600px;
        height: 800px;
    }
    .about__paragraph-why {
        margin-right: 0;
    }
    .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__inner-feedback-text {
        margin-right: 30px;
    }
}