@font-face {
    font-family: "Inter";
    src: url("../../fonts/Inter-Medium.woff2") format("woff2"), url("../../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../../fonts/Inter-Light.woff2") format("woff2"), url("../../fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../../fonts/Inter-Bold.woff2") format("woff2"), url("../../fonts/Inter-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../../fonts/Inter-Regular.woff2") format("woff2"), url("../../fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../../fonts/Inter-SemiBold.woff2") format("woff2"), url("../../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

body {
    font-size: 16px;
    font-family: "Regular"
}

body {
    background: #f1f1f1;
    padding: 20px;
    color: #272a2d;
    font-family: "Inter", sans-serif
}

.main {
    background: #fff;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 440px
}

.container {
    width: 100%;
    padding: 0 20px
}

a {
    text-decoration: none;
    color: #272a2d;
    cursor: pointer
}

.title {
    font-weight: 600;
    font-size: 26px
}

.header {
    padding: 53px 0 26px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.header_title {
    padding-top: 10px;
    font-weight: 700;
    font-size: 32px;
    text-align: center
}

.header_img {
    /*width: 100px;*/
    /*height: 100px;*/
    /*max-width: 100px;*/
    max-height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.contacts {
    padding-top: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.contacts_item {
    padding-bottom: 26px
}

.contacts_item-descr {
    font-weight: 400;
    font-size: 16px;
    color: rgba(39, 42, 45, .25);
    padding-bottom: 6px
}

.contacts_item-text {
    font-weight: 400;
    font-size: 22px
}

.contacts_item-img {
    display: inline-block;
    margin: 4px 16px 0 0
}

.contacts_item-img:hover .wa:first-child {
    transition: .3s;
    fill: #2ef177
}

.contacts_item-img:hover .telegram:first-child {
    transition: .3s;
    fill: #069eeb
}

.contacts_item-links {
    margin-top: 4px
}

.contacts_item-link {
    font-weight: 500;
    font-size: 22px
}

/*.contacts_item-link:hover {*/
/*    border-bottom: 1px solid #272a2d;*/
/*    transition: .3s*/
/*}*/

/*.contacts_item-link:active {*/
/*    color: #595f66;*/
/*    border-bottom: 1px solid #595f66;*/
/*    transition: .3s*/
/*}*/

.contacts_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px
}

.contacts_link {
    border-radius: 10px;
    padding: 20px 0;
    width: 100%;
    background: #e99631;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

.contacts_link:hover {
    transition: .3s;
    background: #ffa73c
}

.contacts .top {
    padding-top: 26px
}

.company {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 26px 0
}

.company_text {
    padding-top: 26px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%
}

.buy {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 26px 0
}

.buy_item {
    padding-top: 20px;
    display: flex;
    gap: 20px
}

.buy_item-text {
    font-weight: 700;
    font-size: 22px;
    align-self: center
}

.buy_item-img {
    width: 30px;
    height: 30px;
}

.buy .top {
    padding-top: 26px
}

.point {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 26px 0
}

.point_item {
    padding-top: 26px;
    display: flex;
    gap: 10px
}

.point_item svg {
    margin-top: 4px
}

.services {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 26px 0
}

.services_item {
    padding-top: 26px
}

.services_item-title {
    font-weight: 600;
    font-size: 20px
}

.services_item-text {
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    padding-top: 10px
}

@media(max-width: 390px) {
    body {
        padding: 10px
    }

    .title {
        font-size: 18px
    }

    .header {
        padding: 63px 0 20px 0
    }

    /*.header_img {*/
    /*    width: 100px;*/
    /*    height: 100px*/
    /*}*/

    .header_title {
        font-size: 20px
    }

    .contacts {
        padding-top: 20px
    }

    .contacts_item {
        padding-bottom: 20px
    }

    .contacts_item-descr {
        font-size: 12px
    }

    .contacts_item-text {
        font-size: 16px
    }

    .contacts_item-img {
        width: 45px;
        height: 45px;
        margin-right: 10px
    }

    .contacts_item-img svg {
        width: 45px;
        height: 45px
    }

    .contacts_item-link {
        font-size: 16px
    }

    .contacts_link {
        font-size: 16px
    }

    .contacts .top {
        padding-top: 16px
    }

    .company {
        padding: 20px 0
    }

    .company_text {
        padding-top: 20px;
        font-size: 14px
    }

    .buy {
        padding: 20px 0
    }

    .buy_item-text {
        font-size: 16px
    }

    .buy .top {
        padding-top: 20px
    }

    .point {
        padding: 20px 0
    }

    .point_item {
        padding-top: 20px
    }

    .point_item svg {
        width: 12px;
        height: 16px
    }

    .services {
        padding: 20px 0
    }

    .services_item {
        padding-top: 20px
    }

    .services_item-title {
        font-size: 14px
    }

    .services_item-text {
        font-size: 12px
    }
}