* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: linear-gradient(199.43deg, #FA6908 13.04%, #2A333F 100%);
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    z-index: 100;
}

.header.out {
    transform: translateY(-100%);
}

.header .container {
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-info {
    display: flex;
    align-items: center;
}

.header-info-logo {
    margin-right: 52px;
}

.header-info-navigation ul {
    display: flex;
}

.header-info-navigation-item {
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #121232;
    border: 1px solid transparent;
    border-radius: 100px;
    transition: .3s;
}

.header-info-navigation-item.active {
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #F26C29;
    border-radius: 100px;
}

.header-info-navigation ul li:not(:last-child) {
    margin-right: 34px;
}

.header-info-navigation-item:hover {
    color: #F26C29;
    border: 1px solid #F26C29;
    transition: .3s;
}

.header-link {
    display: flex;
    align-items: center;
}

.header-link-email,
.header-link-contact {
    font-weight: 500;
    font-size: 12px;
    color: #121232;
}

.header-link-contact {
    margin-right: 28px;
}

.header-link-email span,
.header-link-contact span {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #F26C29;
    margin-right: 8px;
}

.header-top-navigation-mobile, .bg-blur {
    display: none;
}

.article {
    margin-left: 10px;
    margin-right: 10px;
}

.article .container {
    padding: 103px 20px 78px 20px;
    background: #ffffff;
}

.article-about {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.article-about-image {
    min-width: 351px;
    margin-right: 58px;
}

.article-about-block {
    max-width: 743px;
}

.article-about-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #F26C29;
    margin-bottom: 18px;
}

.article-about-text {
    font-size: 16px;
    line-height: 138%;
    color: #121232;
}

.article-about-text:not(:last-child) {
    margin-bottom: 18px;
}

.article-items {
    max-width: 1023px;
    margin-bottom: 58px;
}

.article-item {
    display: flex;
    align-items: center;
}

.article-item-count {
    min-width: 66px;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 48px;
    color: #F26C29;
    border-radius: 50%;
    border: 1px solid #121232;
    margin-right: 12px;
}

.article-item:nth-child(1) {
    max-width: 370px;
}

.article-item:nth-child(2) {
    max-width: 828px;
}

.article-item:nth-child(3) {
    max-width: 620px;
}

.article-item:nth-child(4) {
    max-width: 593px;
}

.article-item:nth-child(5) {
    max-width: 522px;
}

.article-item:nth-child(7) {
    max-width: 824px;
}

.article-item:not(:last-child) {
    margin-bottom: 38px;
}

.article-products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
}

.article-products-block {
    max-width: 503px;
    margin-right: 10px;
}

.article-products-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #F26C29;
    margin-bottom: 18px;
}

.article-products-title.mob {
    display: none;
}

.article-products-text {
    font-size: 16px;
    line-height: 138%;
    color: #121232;
}

.article-products-text:not(:last-child) {
    margin-bottom: 18px;
}

.article-works-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #F26C29;
    text-align: center;
    margin-bottom: 38px;
}

.article-works .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-works-image {
    margin-right: 10px;
}

.article-works-text {
    max-width: 406px;
    font-size: 16px;
    line-height: 138%;
    color: #121232;
}

.footer {
    padding: 18px 0 5px 0;
}

.footer-link {
    padding: 15px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.footer-link-title {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.footer .wrapper {
    max-width: 753px;
    width: 753px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.footer-link-address {
    display: flex;
    align-items: baseline;
    width: 270px;
}

.footer-link-email {
    display: flex;
    align-items: baseline;
    width: 230px;
}

.footer-link-contact {
    display: flex;
    align-items: baseline;
    width: 165px;
}

.footer span {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: #F26C29;
    margin-right: 12px;
}

.footer-link-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

.pp {
    padding: 5px 0 0 0;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
}

.pp a {
    transition: .3s;
}

.pp a:hover {
    color: #F26C29;
    transition: .3s;
}
