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

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.container2 {
    max-width: 100%;
    margin: 0 auto;
}

.--inline-block {
    display: inline-block;
}

.block {
    display: inline-block;
    height: 97px;
}

.--p {
    font-size: 16px;
    font-weight: 500;
    color: #544837;
    line-height: 26px;
}

.--title-h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.--long-button {
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    color: white;
    background-color: #FF9900;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    transition: all 1s;
}

.section1__long-button {
    padding: 15px 43.5px;
}

.section2__long-button {
    padding: 15px 39px; 
    margin-left: 10px;
}

.logo-block {
    min-height: 32px;
    position: relative;
}

.logo-block:first-of-type {
    top: 9px;
}

.logo__icon:first-of-type {
    margin-right: 12px;
}

.logo__icon:last-of-type {
    position: relative;
    top: 2px;
}

.header {
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.3) 140% );
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.64);
    position: sticky;
    top: 0;
    margin-bottom: 70px;
    margin-top: -76px;
}

.header__nav__item {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #2F281E;
    padding: 0 10px;
    line-height: 83px;
    transition: all 1s;
}

.header__nav__item:hover {
    color: #FF9900;
}

.header__nav-wrapper {
    margin: 0 15.7%;
}

.header__button {
    text-decoration: none;
    font-size: 16px;
    padding: 12.5px 22px;
    display: inline-block;
    font-weight: 600;
    border-radius: 4px;
    width: 110px;
    text-align: center;
    transition: all 1s;
}

.link-hw {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    position: sticky;
    width: 76px;
    top: 80vh;
    left: 90vw;
    height: 76px;
    background-color: #FF9900;
    border-radius: 25px;
    transition: all 1s;
}

.link-hw a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    
}

.header__button:first-of-type {
    color: #2F281E;
    border: 1px solid #BCD0E5;
    background-color: white;
    margin-right: 32px;
}

.header__button:first-of-type:hover {
    background-color: lightgrey;
}

.header__button:nth-of-type(2) {
    color: white;
    background-color: #ff9900;
}

.hover-button:hover {
    background-color: #ff6f1c;
}

.section1 {
    margin-bottom: 100px;
    display: table;
}

.section1__title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px;
}

.section1__text-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 55px;
}

.section1__img-wrapper {
    text-align: right;
    
}

.section1__p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
}

.section2__button-wrapper {
    text-align: center;
}

.section2__title {
    text-align: center;
    margin-bottom: 32px;
}

.section2__ul {
    width: 1200px;
    margin: 0 auto;
}

.section2__ul__li{
    margin-bottom: 70px;
}

.section2__ul__li__item {
    max-width: 270px;
}

.section2__ul__li:not(:last-of-type) {
    margin-right: 40px;
}

.section2__ul__smal-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 16px;
}

.section2__ul__li__item__img {
    margin-bottom: 30px;
}

.section2__background {
    background: linear-gradient(0deg, rgba(255, 229, 210, 0.629261) 0.33%, rgba(255, 244, 229, 0.0001) 99.67%);
    padding: 19px 0 74px 0;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
}






