@import url("https://pochta.foryou.uz/font/stylesheet.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    font-family: "Gilroy";
}

a:hover {
    text-decoration: underline !important;
}

.container {
    max-width: 636px;

    padding: 0 16px;
    margin: 95px auto 0;
}

.image-box {
    position: relative;
    padding-top: 68px;
    max-width: 636px;
}
@media (max-width: 700px) {
    .image-box {
        padding-top: 0;
    }
}

.image-box__text {
    height: 279px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        rgba(239, 236, 254, 1) 0%,
        rgba(252, 234, 239, 1) 100%
    );
    z-index: -1;
    background-repeat: no-repeat;
    padding: 0 10px 0 31px;
}
@media (max-width: 700px) {
    .image-box__text {
        padding: 0 31px;
    }
}

@media (max-width: 700px) {
    .image-box__text {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (min-width: 701px) {
    .image-box__text img {
        display: none;
    }
}

.image-box__text-wrapper {
    max-width: 274px;
    padding: 28px 0px 20px 0;
}
@media (max-width: 700px) {
    .image-box__text-wrapper {
        max-width: none;
    }
}

@media (min-width: 701px) {
    .image-box::before {
        content: "";
        position: absolute;
        width: 340px;
        height: 100%;
        bottom: 0;
        right: 0;
        background-image: url(/public/001.png);
        z-index: 1;
        background-repeat: no-repeat;
    }
}

.image-box h1 {
    line-height: 42px;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 35px;
}

.image-box p {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.image-box__text-wrapper a {
    text-decoration: none;
}

.heading-box {
    margin-top: 50px;
    margin-bottom: 40px;
}

.heading-box h1 {
    text-align: center;
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 10px;
}

.heading-box p {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
}

.heading-box p span {
    font-size: 20px;
}

.features {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.features > div {
    display: flex;
    align-items: center;
    gap: 26px;
}

.features div p {
    font-size: 20px;
    line-height: 24px;
}

.features div a {
    display: inline-flex;
    width: max-content;
    align-items: center;
    font-size: 17px;
    color: #8052de;
    text-decoration: none;
}
@media (max-width: 700px) {
    .features div p {
        font-size: 18px;
        line-height: 22px;
    }
    .features div a {
        font-size: 16px;
    }
}

.features__link-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.features svg {
    min-width: 16px;
    max-width: 16px;
    min-height: 5px;
    max-height: 5px;
    stroke: #8052de;
}

.companies {
    margin-top: 35px;
}

.companies h1 {
    text-align: center;
    line-height: 36px;
    font-size: 30px;
    margin-bottom: 10px;
    margin-bottom: 36px;
}

.companies__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.companies__grid div {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 700px) {
    .companies__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 435px) {
    .companies__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer {
    text-align: center;
    margin: 78px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.footer div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer div a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
}

.footer p {
    font-size: 16px;
    color: #666666;
}
