    html {
        box-sizing: border-box;
    }
    
    *,
    *::after,
    *::before {
        box-sizing: inherit;
    }
    
    body {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #000000;
        font-size: 20px;
        line-height: 23px;
        background: #FFFFFF;
    }
    
    a {
        text-decoration: none;
        display: inline-block;
    }
    
    .container {
        max-width: 1160px;
        padding: 0 10px;
        margin: 0 auto;
    }
    
    ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .logo {
        margin: 20px auto;
        display: table;
    }
    
    .header_inner {
        background-color: #855114;
        width: 100%;
        height: 50px;
    }
    
    .menu__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 7px;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
    }
    
    .menu__list-link {
        color: #FFFFFF;
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
        border-bottom: 2px solid transparent;
        transition: all .4s;
        cursor: pointer;
    }
    
    .menu__list-link:hover {
        border-bottom: 2px solid #FFFFFF;
    }
    
    .top__inner {
        background-image: url('../images/bg.jpg');
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* margin-top: 20px; */
        position: relative;
    }
    
    .title {
        text-align: center;
        text-transform: uppercase;
        margin-top: 40px;
        font-weight: bold;
        font-size: 87px;
        line-height: 102px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.52);
    }
    
    .subtitle {
        font-style: normal;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 46px;
        line-height: 54px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.52);
    }
    
    .about__box {
        border: 1px solid #855114;
        /* height: 296px; */
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .about__title {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #855114;
    }
    
    .about__text {
        margin: 30px;
        font-weight: normal;
        font-size: 20px;
        line-height: 23px;
        color: #855114
    }
    
    .bg1 {
        background-image: url('../images/bg1.jpg');
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .cooperation__box {
        border: 1px solid #855114;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .cooperation__title {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #855114;
    }
    
    .cooperation__text {
        margin: 30px;
        font-weight: normal;
        font-size: 20px;
        line-height: 23px;
        color: #855114
    }
    
    .icons__box {
        display: flex;
        justify-content: space-between;
    }
    
    .icons__box-inner {
        max-width: 32%;
        border: 1px solid #855114;
        margin-bottom: 30px;
        padding: 20px;
    }
    /* поставить иконки по центру */
    
    .icon_box-img {
        display: block;
        margin: auto;
    }
    /* иконки по-центру ! */
    
    .icons__box-title {
        margin-top: 30px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #855114;
    }
    
    .icons__box-text {
        margin-top: 30px;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        color: #855114
    }
    
    .partners__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /* отцентрировать логотипы */
    
    .logo__partners-link {
        display: block;
        /* align-content: center; */
        margin: 30px auto;
    }
    
    .bg2 {
        background-image: url('../images/bg2.jpg');
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .market__box {
        border: 1px solid #855114;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .market__title {
        margin-top: 30px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #855114;
    }
    
    .market__text {
        margin: 30px;
        font-weight: normal;
        font-size: 20px;
        line-height: 23px;
        color: #855114
    }
    
    .market__icons {
        display: flex;
        justify-content: space-between;
    }
    
    .market__icons-box {
        max-width: 360px;
        border: 1px solid #855114;
        margin-bottom: 30px;
        padding: 20px;
    }
    
    .market__box-title {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #855114;
    }
    
    .contacts__border {
        border: 1px solid #855114;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .contacts__title {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        color: #855114;
    }
    
    .contacts__box {
        display: flex;
        justify-content: space-between;
    }
    
    .contacts__adress {
        max-width: 450px;
        margin: 30px;
    }
    
    .address__title {
        margin-left: 30px;
        font-weight: bold;
        font-size: 24px;
        line-height: 25px;
        color: #855114;
    }
    
    .number__text {
        margin-left: 30px;
        margin-top: 10px;
        font-size: 20px;
        line-height: 20px;
        color: #855114;
        /* align-items: center; */
    }
    
    .telephon {
        margin-top: 10px;
        font-size: 20px;
        line-height: 23px;
        color: #855114;
        align-items: center;
    }
    
    .telephon::before {
        content: url('../images/icon-phone.svg');
        margin-right: 10px;
        align-content: center;
        float: left;
    }
    
    .email {
        margin-top: 20px;
        font-size: 20px;
        line-height: 23px;
        color: #855114;
        align-items: center;
    }
    
    .email::before {
        content: url('../images/icon-mail.svg');
        margin-right: 10px;
        float: left;
    }
    
    .post {
        margin-top: 20px;
        font-size: 20px;
        line-height: 23px;
        color: #855114;
        align-items: center;
        position: relative;
    }
    /* выровнять иконку по центру */
    
    .post::before {
        content: url('../images/icon-point.svg');
        margin-right: 10px;
        margin-top: 10px;
        float: left;
    }
    
    .form {
        max-width: 500px;
        margin: 30px;
    }
    
    .name {
        min-width: 250px;
        margin-left: 20px;
    }
    
    .button {
        min-width: 500px;
        background: #855114;
        color: #E5E5E5;
        padding: 5px 100px;
    }
    
    iframe {
        margin: 15px;
    }
    
    input {
        width: 49%;
    }
    
    .footer {
        margin-top: 10px;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        line-height: 15px;
        color: #855114;
    }