@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/poppins-v15-latin-ext_latin-regular.woff2') format('woff2'),
        url('../fonts/poppins-v15-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local(''),
        url('../fonts/poppins-v15-latin-ext_latin-500.woff2') format('woff2'),
        url('../fonts/poppins-v15-latin-ext_latin-500.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('../fonts/poppins-v15-latin-ext_latin-600.woff2') format('woff2'),
        url('../fonts/poppins-v15-latin-ext_latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/poppins-v15-latin-ext_latin-700.woff2') format('woff2'),
        url('../fonts/poppins-v15-latin-ext_latin-700.woff') format('woff');
}

.img {
    display: block;
}

.page,
h2 .default-txt {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625;
    color: #544837;
}

h2 .default-txt {
    display: block;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1110px;
    padding: 0 15px;
    margin: 0 auto;
}

.row {
    margin: 0 -7.5px;
}

.col-1 {
    width: 25%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 75%;
}

.col-4 {
    width: 100%;
}

[class*="col-"] {
    padding: 0 7.5px;
    box-sizing: border-box;
}

.col-2_padding-50:first-child {
    padding-right: 50px;
}

.col-2_padding-50:last-child {
    padding-left: 50px;
}

h1,
h2,
h3 {
    color: #2F281E;
    font-weight: 700;
}

h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 30px;
}

h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 22px;
}

h3 {
    margin: 25px 0 12px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.main__section {
    padding: 50px 0;
}

.main__section_bk {
    background: url(../images/image-bk.png) center bottom no-repeat;
}

.ul-list {
    list-style: none;
}

.ul-list li {
    margin-top: 30px;
    padding-left: 65px;

}

.ul-list li::before {
    content: url(../images/tick.svg);
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #FF9900;
    border-radius: 13.85px;
    margin-left: -65px;
    margin-right: 30px;
}

.align-center {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
}

.card_margin {
    margin-top: 30px;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_violet {
    background-color: #7752BE;
}

.icon_yellow {
    background-color: #FAB005;
}

.icon_red {
    background-color: #F03E3D;
}

.icon_blue {
    background-color: #4DADF7;
}

.btn {
    display: inline-block;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 4px;
}

.btn-wrap-center {
    margin: 35px 0 20px;
    text-align: center;
}

.btn_orange {
    background-color: #FF9900;
    color: #fff;
}

.btn_white {
    border: 1px solid rgba(188, 208, 229, 0.5);
    color: #173A56;
    margin-left: 30px;
}

.hero__txt {
    padding-top: 80px;
}

.hero__p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 460px;
}

.hero__btn-wrapper {
    margin-top: 45px;
}

.hero__link {
    color: #FF9900;
    font-weight: 600;
    margin-left: 30px;
    position: relative;
}

.hero__link::before {
    content: url(../images/triangle.svg);
    margin-right: 8.5px;
    position: relative;
    top: 3px;
}

.header__flex {
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu li {
    font-size: 14px;
    margin-left: 30px;
}

.main-menu__a {
    color: #2F281E;
}

.logo-wrap {
    width: 186px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page__footer {
    padding-top: 100px;
    padding-bottom: 83px;
}

.border-top {
    padding-top: 100px;
    border-top: 1px solid rgba(188, 208, 229, 0.5);
}

.footer-menu {
    flex-grow: 1;
    padding: 0 100px;
    list-style: none;
    font-weight: 400;
    column-count: 2;
    column-gap: 30px;
    align-self: flex-end;
}

.footer-menu a {
    color: #544837;
}

.footer__form input {
    display: block;
    margin-bottom: 30px;
    border: 1px solid rgba(188, 208, 229, 0.5);
    border-radius: 4px;
    width: 325px;
    height: 48px;
}

.footer__form button {
    outline: none;
    border: none;
    cursor: pointer;
}

.footer__form button:hover {
    text-decoration: underline;
}
