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

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

.images-jagodova-1 {
    width: 100%;
    padding: 0rem 0 2.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}
.images-jagodova-1.dark-mode {
    background-color: #161B1D;
}
.images-jagodova-1 .overlay {
    background-color: white;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}
.images-jagodova-1 .overlay .upper-part {
    padding: 1.5rem 3.25rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.images-jagodova-1 .overlay .upper-part .left-side {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.images-jagodova-1 .overlay .upper-part .left-side .arrow-button {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.images-jagodova-1 .overlay .upper-part .left-side .arrow-button > img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    object-position: center;
}
.images-jagodova-1 .overlay .upper-part .left-side .signature {
    height: 3.25rem;
    object-fit: contain;
}
.images-jagodova-1 .overlay .upper-part .close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #3d6d8f;
    border-radius: 50%;
    cursor: pointer;
}
.images-jagodova-1 .overlay .upper-part .close-button > img {
    width: 0.75rem;
    height: 0.75rem;
}
.images-jagodova-1 .overlay .content-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 0 3.25rem 3rem;
}
.images-jagodova-1 .overlay .content-wrapper .info {
    width: 33%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}
.images-jagodova-1 .overlay .content-wrapper .info .name {
    width: 80%;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #161b1d;
}
.images-jagodova-1 .overlay .content-wrapper .info .params {
    justify-content: space-between;
    display: flex;
    width: 80%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2d3438;
}
.images-jagodova-1 .overlay .content-wrapper > img {
    width: 33%;
    object-fit: cover;
}
.images-jagodova-1 .overlay .content-wrapper .description {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.images-jagodova-1 .overlay .content-wrapper .description > p {
    width: 80%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #2d3438;
}
.images-jagodova-1 .hidden {
    display: none;
}
.images-jagodova-1 .image-carousel {
    position: relative;
    align-items: center;
    padding: 0 25rem;
    width: auto;
    display: flex;
    gap: 8px;
    transition: 0.7s;
    left: 0px;
    min-height: 50.25rem;
}
.images-jagodova-1 .image-carousel .image-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}
.images-jagodova-1 .image-carousel .image-container .info {
    display: none;
    flex-direction: column;
    gap: 0.25rem;
    position: absolute;
    width: 100%;
    bottom: 0%;
    z-index: 15;
    transition-duration: 0.5s;
}
.images-jagodova-1 .image-carousel .image-container .info .name {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #161b1d;
}
.images-jagodova-1.dark-mode .image-carousel .image-container .info .name {
    color: #c9cdcf;
}
.images-jagodova-1 .image-carousel .image-container .info .params {
    display: flex;
    justify-content: space-between;
}
.images-jagodova-1 .image-carousel .image-container .info .params > span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #2d3438;
}
.images-jagodova-1.dark-mode .image-carousel .image-container .info .params > span {
    color: #c9cdcf;
}
.images-jagodova-1 .image-carousel .image-container > img {
    height: 12.5rem;
    transition: 0.9s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    z-index: 20;
}
.images-jagodova-1 .image-carousel .image-container .description {
    display: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #2d3438;
    width: 66%;
    position: absolute;
    top: 0%;
    z-index: 15;
    transition-duration: 0.7s;
}
.images-jagodova-1.dark-mode .image-carousel .image-container .description {
    color: #c9cdcf;
}
.images-jagodova-1 .image-carousel .active .info {
    display: flex;
}
.images-jagodova-1 .image-carousel .active > img {
    height: 37.5rem;
    object-fit: cover;
}
.images-jagodova-1 .image-carousel .active .description {
    display: flex;
}
.images-jagodova-1 .control-panel {
    display: flex;
    justify-content: space-between;
}
.images-jagodova-1 .control-panel .arrow-button {
    width: 8rem;
    height: 3.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.images-jagodova-1 .control-panel .arrow-button > img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    display: none;
}

@media (max-width: 96.5rem) {
    .images-jagodova-1 {
        padding: 4.25rem 0 1.5rem;
        gap: 0.75rem;
    }
    .images-jagodova-1 .overlay {
        overflow-y: auto;
    }
    .images-jagodova-1 .overlay .upper-part {
        padding: 1.5rem 2.25rem 6.5rem;
        width: 100%;
    }
    .images-jagodova-1 .overlay .upper-part .left-side .arrow-button {
        height: 3rem;
        width: 3rem;
    }
    .images-jagodova-1 .overlay .upper-part .left-side .arrow-button > img {
        width: 1rem;
        height: 1rem;
    }
    .images-jagodova-1 .overlay .upper-part .left-side .signature {
        height: 3.25rem;
    }
    .images-jagodova-1 .overlay .upper-part .close-button {
        width: 3rem;
        height: 3rem;
    }
    .images-jagodova-1 .overlay .upper-part .close-button > img {
        width: 1rem;
        height: 1rem;
    }
    .images-jagodova-1 .overlay .content-wrapper {
        flex-direction: column;
        height: auto;
        justify-content: unset;
        padding: 0 2.25rem 4rem;
        gap: 3rem;
    }
    .images-jagodova-1 .overlay .content-wrapper .info {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 1.5rem;
        order: 2;
    }
    .images-jagodova-1 .overlay .content-wrapper .info .name {
        width: 100%;
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .images-jagodova-1 .overlay .content-wrapper .info .params {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .images-jagodova-1 .overlay .content-wrapper > img {
        width: 100%;
        object-fit: cover;
        height: 71.5rem;
        order: 1;
    }
    .images-jagodova-1 .overlay .content-wrapper .description {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: unset;
        order: 3;
    }
    .images-jagodova-1 .overlay .content-wrapper .description > p {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .images-jagodova-1 .variant-2 .content-wrapper .info {
        order: 1;
    }
    .images-jagodova-1 .variant-2 .content-wrapper > img {
        order: 2;
    }
    .images-jagodova-1 .variant-2 .content-wrapper .description {
        order: 3;
    }
    .images-jagodova-1 .image-carousel {
        padding: 0 25vw;
    }
    .images-jagodova-1 .image-carousel .image-container {
        gap: 1.5rem;
    }
    .images-jagodova-1 .image-carousel .image-container .info {
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }
    .images-jagodova-1 .image-carousel .image-container .info .name {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    .images-jagodova-1 .image-carousel .image-container .info .params > span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .images-jagodova-1 .image-carousel .image-container .description {
        font-size: 1rem;
        line-height: 1.5rem;
        width: 75%;
    }
    .images-jagodova-1 .image-carousel .active > img {
        height: 38.5rem;
        max-width: 50vw;
        object-fit: cover;
    }
    .images-jagodova-1 .control-panel {
        display: flex;
        justify-content: space-between;
    }
    .images-jagodova-1 .control-panel .arrow-button {
        width: 5.75rem;
        height: 7.5rem;
    }
    .images-jagodova-1 .control-panel .arrow-button > img {
        width: 1.5rem;
        height: 1.5rem;
        object-fit: contain;
    }
}
@media (max-width: 43.75rem) {
    .images-jagodova-1 {
        padding: 3.5rem 0 1rem;
        gap: 2rem;
    }
    .images-jagodova-1 .overlay .upper-part {
        padding: 1.5rem 2.5rem 2.75rem;
    }
    .images-jagodova-1 .overlay .upper-part .left-side .arrow-button {
        height: 2rem;
        width: 2rem;
    }
    .images-jagodova-1 .overlay .upper-part .left-side .arrow-button > img {
        width: 1rem;
        height: 1rem;
    }
    .images-jagodova-1 .overlay .upper-part .left-side .signature {
        height: 2.25rem;
    }
    .images-jagodova-1 .overlay .upper-part .close-button {
        width: 2rem;
        height: 2rem;
    }
    .images-jagodova-1 .overlay .upper-part .close-button > img {
        width: 0.625rem;
        height: 0.625rem;
    }
    .images-jagodova-1 .overlay .content-wrapper {
        padding: 0 2.5rem 3rem;
        gap: 2.25rem;
    }
    .images-jagodova-1 .overlay .content-wrapper .info {
        margin-top: 0.75rem;
        gap: 0.5rem;
        order: 2;
    }
    .images-jagodova-1 .overlay .content-wrapper .info .name {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .images-jagodova-1 .overlay .content-wrapper .info .params {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .images-jagodova-1 .overlay .content-wrapper > img {
        height: 42.5rem;
        order: 1;
    }
    .images-jagodova-1 .overlay .content-wrapper .description {
        order: 3;
    }
    .images-jagodova-1 .overlay .content-wrapper .description > p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .images-jagodova-1 .variant-2 .content-wrapper .info {
        order: 1;
    }
    .images-jagodova-1 .variant-2 .content-wrapper > img {
        order: 2;
    }
    .images-jagodova-1 .variant-2 .content-wrapper .description {
        order: 3;
    }
    .images-jagodova-1 .image-carousel {
        padding: 0 18vw;
        min-height: 32rem;
    }
    .images-jagodova-1 .image-carousel .image-container {
        gap: 1rem;
    }
    .images-jagodova-1 .image-carousel .image-container .info {
        margin-bottom: unset;
    }
    .images-jagodova-1 .image-carousel .image-container .info .name {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .images-jagodova-1 .image-carousel .image-container .info .params {
        gap: 3rem;
    }
    .images-jagodova-1 .image-carousel .image-container .info .params > span {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .images-jagodova-1 .image-carousel .image-container .description {
        margin-top: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 100%;
    }
    .images-jagodova-1 .image-carousel .active > img {
        height: 22rem;
        max-width: 64vw;
        object-fit: cover;
    }
    .images-jagodova-1 .control-panel .arrow-button {
        width: 6.25rem;
        height: 5.5rem;
    }
    .images-jagodova-1 .control-panel .arrow-button > img {
        width: 1.5rem;
        height: 1.5rem;
        object-fit: contain;
    }
}
