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%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
  scroll-behavior: smooth;
}

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;
}

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

.footer-jagodova-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-jagodova-1 .content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 3.25rem 3rem;
    gap: 3rem;
}
.footer-jagodova-1 .content-wrapper .title-phone {
    display: none;
}
.footer-jagodova-1 .content-wrapper .top-line {
    width: 100%;
    height: 1px;
    background-color: #e0e6eb;
}
.footer-jagodova-1 .content-wrapper .main-content {
    display: flex;
    width: 100%;
}
.footer-jagodova-1 .content-wrapper .main-content .left-side {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-jagodova-1 .content-wrapper .main-content .left-side > h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #2d3438;
    font-weight: 500;
}
.footer-jagodova-1 .content-wrapper .main-content .left-side > a {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #b5afa9;
    font-weight: 500;
    width: fit-content;
    margin-top: 8rem;
}
.footer-jagodova-1 .content-wrapper .main-content .left-side .socials-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 75%;
    margin-top: 4.5rem;
    gap: 3rem;
    row-gap: 1rem;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .left-side
    .socials-wrapper
    > a {
    width: 2.25rem;
    height: 2.25rem;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .left-side
    .socials-wrapper
    > a
    > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-jagodova-1 .content-wrapper .main-content .right-side {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.footer-jagodova-1 .content-wrapper .main-content .right-side > h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    color: #2d3438;
    font-weight: 500;
}
.footer-jagodova-1 .content-wrapper .main-content .right-side .contact-form {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 1.5rem;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .inputs-line {
    display: flex;
    gap: 0.5rem;
    width: 66%;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .inputs-line
    > input {
    width: 100%;
    height: 2.25rem;
    padding: 0;
    border: none;
    border-bottom: solid 1px #8c7f73;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .inputs-line
    > input:focus {
    outline: none;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line
    .left-part {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line
    .left-part
    .submit-button {
    background-color: white;
    border-radius: 1.5rem;
    height: 3rem;
    border: solid 1px #3d6d8f;
    color: #3d6d8f;
    padding: 0 3rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line
    .left-part
    .agree-container {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line
    .left-part
    .agree-container
    > label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #565756;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line
    .left-part
    .agree-container
    > label
    > a {
    color: #b5afa9;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line
    .to-top-button {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #3d6d8f;
    cursor: pointer;
}
.footer-jagodova-1
    .content-wrapper
    .main-content
    .right-side
    .contact-form
    .bottom-line
    .to-top-button
    > img {
    height: 1rem;
    width: 1rem;
    object-fit: contain;
}
.footer-jagodova-1 .bottom-part {
    display: flex;
    width: 100%;
    border-top: 1px solid #e0e6eb;
    padding: 1rem 3.25rem 1.5rem;
    justify-content: space-between;
    color: #565756;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
.footer-jagodova-1 .bottom-part .right-links-group {
    display: flex;
    gap: 1.5rem;
}
.footer-jagodova-1 .bottom-part .right-links-group > a {
    text-decoration: none;
    color: #565756;
}

@media (max-width: 96.5rem) {
    .footer-jagodova-1 {
        width: 100%;
        padding: 1.5rem 2.25rem;
    }
    .footer-jagodova-1 .content-wrapper {
        padding: 0;
        gap: 1.5rem;
    }
    .footer-jagodova-1 .content-wrapper .top-line {
        width: 100%;
        height: 1px;
        background-color: #e0e6eb;
    }
    .footer-jagodova-1 .content-wrapper .title-phone {
        display: flex;
        margin-bottom: 4.5rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 500;
        color: #2d3438;
    }
    .footer-jagodova-1 .content-wrapper .main-content {
        flex-direction: column;
        gap: 9rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .left-side {
        width: 100%;
        order: 2;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin-bottom: 6rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .left-side > h3 {
        display: none;
    }
    .footer-jagodova-1 .content-wrapper .main-content .left-side > a {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 0;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .left-side
        .socials-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        width: 100%;
        margin-top: 0;
        gap: 3rem;
        row-gap: 1rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .left-side
        .socials-wrapper
        > a {
        width: 2.25rem;
        height: 2.25rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .right-side {
        width: 100%;
        gap: 6rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .right-side > h2 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form {
        align-items: center;
        gap: 2.25rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .inputs-line {
        display: flex;
        gap: 0.5rem;
        width: 100%;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .inputs-line
        > input {
        width: 100%;
        height: 3rem;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #2d3438;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line {
        margin-top: 3.75rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line
        .left-part {
        max-width: 80%;
        gap: 0.5rem;
        align-items: center;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line
        .left-part
        .submit-button {
        margin-right: 1rem;
        border-radius: 2rem;
        height: 4rem;
        padding: 0 3rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line
        .to-top-button {
        display: flex;
    }
    .footer-jagodova-1 .bottom-part {
        padding: 1rem 0 0;
        justify-content: space-between;
    }
    .footer-jagodova-1 .bottom-part .right-links-group {
        order: 1;
    }
}
@media (max-width: 43.75rem) {
    .footer-jagodova-1 {
        padding: 1rem 2.5rem 2rem;
    }
    .footer-jagodova-1 .content-wrapper {
        gap: 1rem;
    }
    .footer-jagodova-1 .content-wrapper .title-phone {
        margin-bottom: 2rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content {
        gap: 7.5rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .left-side {
        justify-content: unset;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 4rem;
        gap: 1.5rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .left-side > a {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 0;
        order: 1;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .left-side
        .socials-wrapper {
        order: 0;
        justify-content: left;
        gap: 2rem;
        row-gap: 1rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .left-side
        .socials-wrapper
        > a {
        width: 1.5rem;
        height: 1.5rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .right-side {
        width: 100%;
        gap: 4rem;
    }
    .footer-jagodova-1 .content-wrapper .main-content .right-side > h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form {
        gap: 1.5rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .inputs-line {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        width: 100%;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .inputs-line
        > input {
        width: 100%;
        height: 2.25rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line {
        margin-top: 0.875rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line
        .left-part {
        max-width: 100%;
        flex-direction: column;
        gap: 1.5rem;
        align-items: baseline;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line
        .left-part
        .submit-button {
        border-radius: 1.625rem;
        margin-right: 0;
        height: 3.25rem;
        padding: 0 2.25rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line
        .to-top-button {
        display: flex;
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
        margin-top: 0.625rem;
    }
    .footer-jagodova-1
        .content-wrapper
        .main-content
        .right-side
        .contact-form
        .bottom-line
        .to-top-button
        > img {
        width: 0.875rem;
        height: 0.875rem;
    }
    .footer-jagodova-1 .bottom-part {
        flex-direction: column;
        padding: 1rem 0 0;
        justify-content: space-between;
        gap: 1rem;
    }
    .footer-jagodova-1 .bottom-part .right-links-group {
        order: -1;
    }
}