

html, body {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, ul, ol, p {
    margin: 0;
    padding: 0;
    line-height: 1.4
}

a, button {
    line-height: 1 !important;
    transition: .4s
}

:focus {
    outline: none !important
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.text-center, .block-centered-content, .block-page-title p, .home-page .slide-1, .home-page .slide-2, .home-page .slide-3, .home-page .slide-8, .home-page .slide-9, .product-page .slide-2 .berry-one, .product-page .slide-2 .block-modal-link p, .block-mobile-accordeon .card-header, .documents-page .block-top > p, .production-page .block-top > p, .page-404 .wrapper-404 .inner-block, .page-404 .wrapper-404 .block-pic {
    text-align: center
}

.align-center, .block-menu-icon, .block-menu-wrapper, .slider .slide-item, .slider .slide-inner, .home-page .slide-2 .block-categories-list .categories-list ul, .contacts-page .block-text, .about-page .block-text, .product-page .block-text, .about-page .block-text .block-inner, .product-page .modal-0 .berry-value-text, .product-page .modal-3 .block-row, .product-page .modal-4 .block-row, .product-page .modal-5 .block-row, .page-404 .wrapper-404 {
    display: flex;
    align-items: center;
    justify-content: center
}

.block-center, .block-img > img, .block-line, .block-arrow-down, footer .footer, .home-page .slide-inner, .home-page .slide-1 .block-moto, .home-page .slide-1 .block-aim, .home-page .slide-3 .block-process-steps ul li .block-img, .home-page .block-detailed-item .block-desc .desc-img, .about-page .block-text .block-inner, .product-page .slide-1 .berry-man, .product-page .slide-1 .block-bg-line, .documents-page .block-top > p, .documents-page .documents-page-desc, .production-page .block-top > p, .page-404 .wrapper-404, .page-404 .wrapper-404 .btn-default {
    width: 90%;
    margin-right: auto;
    margin-left: auto
}

.block-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer
}

.block-img {
    display: block;
    width: 100%
}

.block-img > img {
    display: block;
    width: 100%
}

.image-cover {
    height: 100%
}

.image-cover img {
    height: 100%;
    object-fit: cover
}

.block-centered-content > a, .block-centered-content > button {
    display: inline-block
}

.block-map, .block-video {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden
}

.block-map .map, .block-map .video, .block-video .map, .block-video .video {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto
}

.block-map .map iframe, .block-map .video iframe, .block-video .map iframe, .block-video .video iframe {
    width: 100%;
    height: 100%
}

@media (min-width: 576px) {
    .block-map, .block-video {
        height: 100%
    }
}

.block-video-fluid {
    width: 100vw;
    height: 100vh;
    max-width: 100%
}

.btn-default {
    padding: 10px 15px;
    color: #fffefe !important;
    font-size: 14px;
    line-height: 1 !important;
    background-color: #d8636f !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    font-weight: 300;
    letter-spacing: .8px
}

.btn-default:hover, .btn-default:focus, .btn-default.active {
    color: #fff !important;
    background-color: #b8555e !important;
    border: 1px solid transparent !important;
    box-shadow: none !important
}

.btn-default:active, .btn-default:active:hover {
    color: #fff !important;
    background-color: #96454d !important;
    border: 1px solid transparent !important;
    box-shadow: none !important
}

@media (min-width: 1300px) {
    .btn-default {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 30px;
        padding-left: 30px;
        font-size: 16px
    }
}

html, body {
    font-family: "Comfortaa", cursive;
    line-height: 1.4
}

.block-menu {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 90vw
}

.block-menu .block-logo {
    position: relative;
    margin-bottom: 10px
}

.block-menu-icon {
    position: relative;
    align-items: start;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    background: linear-gradient(to right, #c35fa5, #ff8679);
    border-radius: 50%
}

.block-menu-icon:hover, .block-menu-icon:focus, .block-menu-icon:active {
    cursor: pointer
}

@media (min-width: 576px) {
    .block-menu-icon {
        width: 60px;
        height: 60px;
        padding-top: 18px
    }
}

.menu-icon {
    color: #fff;
    position: absolute;
    margin-top: 10px;
    width: 20px;
    height: 2px;
    background-color: currentColor
}

.menu-icon:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor
}

.menu-icon:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor
}

@media (min-width: 576px) {
    .menu-icon {
        width: 28px
    }

    .menu-icon:before {
        top: -8px
    }

    .menu-icon:after {
        top: 8px
    }
}

.block-menu-wrapper {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 90px;
    padding-top: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .block-menu-wrapper {
        max-width: 143px
    }
}

@media (min-width: 1300px) {
    .block-menu-wrapper {
        left: 2%
    }
}

nav {
    display: block;
    margin-left: 55%;
    padding-top: 20px;
    border: none;
    background-color: transparent;
    transition: display .25s ease-in-out
}

nav ul {
    list-style: none
}

nav .block-social {
    position: absolute;
    top: 30%;
    left: -30%;
    display: flex;
    flex-direction: column;
    align-items: center
}

nav .block-social > a {
    margin-left: 0;
    margin-bottom: 3vh
}

@media (min-width: 992px) {
    nav {
        margin-left: 50%
    }
}

.block-lang ul {
    display: flex
}

.block-lang ul li .lang-menu-link {
    position: relative;
    display: block;
    height: 20px;
    margin-right: 25px;
    padding-top: 7px;
    padding-left: 35px;
    color: #869dca
}

.block-lang ul li .lang-menu-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid transparent
}

.block-lang ul li .lang-menu-link:hover, .block-lang ul li .lang-menu-link:focus, .block-lang ul li .lang-menu-link:active, .block-lang ul li .lang-menu-link.active {
    color: #ffe451;
    text-decoration: none
}

.block-lang ul li .lang-menu-link:hover:before, .block-lang ul li .lang-menu-link:focus:before, .block-lang ul li .lang-menu-link:active:before, .block-lang ul li .lang-menu-link.active:before {
    border: 1px solid #7e8274
}

.block-lang ul li .lang-menu-link.ru:before {
    /*background: url(../images/flags/ua.png) no-repeat;*/
    background-size: 20px 20px;
    background-position: center
}

.block-lang ul li .lang-menu-link.en:before {
    /*background: url(../images/flags/en.png) no-repeat;*/
    background-size: 20px 20px;
    background-position: center
}

.block-lang ul li .lang-menu-link.az:before {
    /*background: url(../images/flags/de.png) no-repeat;*/
    background-size: 20px 20px;
    background-position: center
}

.block-menu-list {
    margin-top: 10vh
}

.block-menu-list a {
    padding-bottom: 2vh
}

.block-menu-list a:hover, .block-menu-list a:focus, .block-menu-list a:active, .block-menu-list a.active {
    color: #ffe451;
    text-decoration: none
}

.block-menu-list .menu-link {
    display: block;
    margin-bottom: 1vh;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1.2 !important;
    letter-spacing: 1.5px
}

.block-menu-list .submenu-list {
    margin-top: 2vh;
    margin-bottom: 3vh
}

.block-menu-list .submenu-link {
    position: relative;
    display: block;
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 1.2 !important;
    letter-spacing: 1px
}

.block-menu-list .submenu-link:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #8fdeff;
    border-radius: 50%
}

@media (min-width: 576px) {
    .block-menu-list .menu-link {
        font-size: 14px;
        letter-spacing: 2.7px
    }

    .block-menu-list .submenu-link {
        font-size: 13px;
        letter-spacing: 2px
    }
}

@media (min-width: 992px) {
    .block-menu-list .menu-link {
        font-size: 16px;
        letter-spacing: 2.7px
    }

    .block-menu-list .submenu-link {
        font-size: 14px;
        letter-spacing: 2px
    }
}

@media (min-width: 1664px) {
    .block-menu-list .menu-link {
        font-size: 28px;
        letter-spacing: 2.7px
    }

    .block-menu-list .submenu-link {
        font-size: 20px;
        letter-spacing: 2px
    }
}

.hide {
    display: none;
    opacity: 0
}

.showmenu {
    display: block;
    color: #fff;
    transform: translate(-50%, 0%);
    opacity: 1
}

.open {
    width: 0;
    height: 0;
    transform: translate(-20%, -20%);
    position: fixed;
    opacity: 0;
    border-radius: 50%;
    transition: all 1s ease-in-out
}

.open-menu {
    width: 200vw;
    height: 250vw;
    margin-top: -50%;
    margin-left: -50%;
    background: #1c325e;
    transform: translate(6%, 2%);
    /*border-radius: 50%;*/
    position: absolute;
    opacity: .95;
    transition: all 1s cubic-bezier(.075, .82, .165, 1)
}

@media (min-width: 576px) {
    .open-menu {
        width: 130vw;
        height: 180vw
    }
}

@media (min-width: 1100px) {
    .open-menu {
        width: 120vw;
        height: 120vw
    }
}

@media (min-width: 1300px) {
    .open-menu {
        width: 110vw;
        height: 110vw
    }
}

.open-menu::after {
    content: '';
    width: 150vw;
    height: 150vw;
    background: #000;
    transform: translate(-20%, -20%);
    opacity: .9;
    border-radius: 50%;
    transition: all 1s ease-in-out
}

.open::after {
    content: '';
    width: 50vw;
    height: 50vw;
    background: #000;
    transform: translate(-20%, -20%);
    opacity: 0;
    border-radius: 50%;
    transition: all 1s cubic-bezier(.075, .82, .165, 1)
}

.open::before {
    content: '';
    width: 150vw;
    height: 150vw;
    background: #000;
    transform: translate(-20%, -20%);
    border-radius: 50%;
    opacity: 0;
    transition: all 1s cubic-bezier(.075, .82, .165, 1)
}

.form-group input {
    display: block;
    color: #fff;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #ced4da;
    border-radius: 0
}

.form-group input:focus, .form-group input:hover, .form-group input:active {
    color: #fff;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #fff;
    outline: 0;
    box-shadow: none
}

.form-group textarea {
    display: block;
    color: #fff;
    background-color: transparent;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0
}

.form-group textarea:focus, .form-group textarea:hover, .form-group textarea:active {
    color: #fff;
    background-color: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    outline: 0;
    box-shadow: none
}

.block-page-title {
    position: absolute;
    z-index: 99;
    top: 3vh;
    left: 0;
    right: 0
}

.block-page-title p {
    font-family: "Amatic SC", cursive;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (min-width: 576px) {
    .block-page-title p {
        font-size: 42px;
        letter-spacing: 4px
    }
}

@media (min-width: 1300px) {
    .block-page-title p {
        font-size: 60px;
        letter-spacing: 9.97px
    }
}

.block-line {
    width: 90px;
    height: 3px;
    margin-top: 3vh;
    margin-bottom: 3vh;
    background-color: #fff
}

.block-wave-line {
    width: 69px;
    height: 16px;
    margin-top: 3vh;
    margin-bottom: 3vh;
    background: url(../images/wave_line.png) no-repeat;
    background-size: cover
}

.block-arrow-down {
    content: '';
    width: 25px;
    height: 25px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.slider .slide-item {
    position: relative;
    min-height: 400px
}

@media (min-width: 576px) {
    .slider .slide-item {
        height: 100vh
    }
}

.slider .slide-inner {
    flex-direction: column
}

.color-green, .about-page .block-text .title {
    color: #c9e391
}

.mail {
    display: block;
    color: #d8636f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-decoration: none
}

.mail:hover, .mail:focus, .mail:active {
    color: #d8636f;
    text-decoration: underline
}

@media (min-width: 992px) {
    .mail {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .block-hidden-xs {
        display: none !important
    }

    .block-visible-xs {
        display: block !important
    }
}

@media (min-width: 768px) {
    .block-hidden-xs {
        display: block !important
    }

    .block-visible-xs {
        display: none !important
    }
}

.block-contacts .adress {
    display: flex;
    margin-bottom: 4%;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.8px
}

.block-contacts .adress .fas {
    margin-right: 10px;
    color: #8a8a8a;
    font-size: 16px
}

.block-contacts .block-phone-list {
    width: 100%;
    /*margin-bottom: 6vh;*/
}

.block-contacts .block-phone-list .block-phone {
    display: flex;
    align-items: flex-end
}

.block-contacts .block-phone-list .phone-department {
    font-family: "Amatic SC", cursive;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.block-contacts .block-phone-list .middle {
    display: flex;
    flex: 1;
    padding-top: 26px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden
}

.block-contacts .block-phone-list .middle p {
    display: inline;
    vertical-align: bottom;
    color: #bdc1c2;
    line-height: 1
}

.block-contacts .block-phone-list .phone {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px
}

@media (min-width: 1300px) {
    .block-contacts .adress {
        font-size: 16px;
        letter-spacing: 1.8px
    }

    .block-contacts .block-phone-list .phone-department {
        font-size: 28px;
        letter-spacing: 3px
    }

    .block-contacts .block-phone-list .phone {
        font-size: 16px;
        letter-spacing: 2px
    }
}

@media (min-width: 1400px) {
    .block-contacts .adress {
        font-size: 18px;
        letter-spacing: 1.8px
    }

    .block-contacts .block-phone-list .phone-department {
        font-size: 32px;
        letter-spacing: 3px
    }

    .block-contacts .block-phone-list .phone {
        font-size: 18px;
        letter-spacing: 3.6px
    }
}

.block-social {
    margin-bottom: 14px
}

.block-social > a {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    color: #d8636f;
    font-size: 20px
}

.block-social > a .fa {
    vertical-align: middle
}

.block-social > a:hover, .block-social > a:focus, .block-social > a:active {
    color: #b9545f
}

.block-social > a:first-child {
    margin-left: 0
}

@media (min-width: 576px) {
    .block-social > a {
        font-size: 30px
    }
}

@media (min-width: 1300px) {
    .block-social > a {
        font-size: 36px
    }
}

.block-contact-us .contact-us-title {
    font-family: "Amatic SC", cursive;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.31px
}

@media (min-width: 992px) {
    .block-contact-us .contact-us-title {
        font-size: 28px;
        letter-spacing: 1.31px
    }
}

@media (min-width: 1300px) {
    .block-contact-us .contact-us-title {
        font-size: 40px;
        letter-spacing: 1.31px
    }
}

.copyright {
    display: flex;
    align-items: flex-end;
    color: #b2b2b2;
    font-size: 11px;
    letter-spacing: 4.4px
}

footer {
    padding-top: 10vh;
    background: url(../images/bg_grey.png) repeat
}

footer .footer {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap
}

footer .footer .block-contacts {
    width: 100%;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    background-color: #dce0e2;
    border: 3px solid #fff
}

footer .footer .block-form {
    width: 100%;
    padding: 3%;
    background-color: #fff
}

@media (min-width: 576px) {
    footer .footer .block-contacts {
        width: 55%
    }

    footer .footer .block-form {
        width: 45%
    }
}

@media (min-width: 1400px) {
    footer .footer {
        max-width: 1300px
    }
}

footer .copyright {
    padding-top: 5vh;
    padding-bottom: 5vh;
    justify-content: center;
    color: #000;
    /*display:flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}

footer .form-group input {
    display: block;
    color: #000;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #000;
    border-radius: 0
}

footer .form-group input:focus, footer .form-group input:hover, footer .form-group input:active {
    color: #000;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #000;
    outline: 0;
    box-shadow: none
}

footer .form-group textarea {
    display: block;
    color: #000;
    background-color: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0
}

footer .form-group textarea:focus, footer .form-group textarea:hover, footer .form-group textarea:active {
    color: #000;
    background-color: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    outline: 0;
    box-shadow: none
}

.home-page .slide-inner {
    max-width: 1054px
}

.home-page .slide-1 {
    /*background: url() bottom no-repeat, url(../../content/index/slide-1-bg.jpg) no-repeat;*/
    background-size: 100% auto, cover
}

.home-page .slide-1 .block-moto {
    font-family: "Amatic SC", cursive;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 3vh;
    letter-spacing: 4.19px;
    text-shadow: 1px 4px 10px rgba(0, 0, 0, .57)
}

.home-page .slide-1 .block-img {
    max-width: 62px;
    margin-bottom: 3vh
}

.home-page .slide-1 .block-aim {
    max-width: 775px;
    text-shadow: 1px 4px 23px #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.96px
}

.home-page .slide-1 .block-video {
    filter: brightness(.7)
}

@media (min-width: 576px) {
    .home-page .slide-1 .block-moto {
        font-size: 60px;
        letter-spacing: 4.19px
    }

    .home-page .slide-1 .block-img {
        max-width: 100px
    }

    .home-page .slide-1 .block-aim {
        font-size: 18px;
        letter-spacing: 1.96px
    }
}

@media (min-width: 992px) {
    .home-page .slide-1 .block-moto {
        font-size: 90px;
        letter-spacing: 4.19px
    }

    .home-page .slide-1 .block-img {
        max-width: 141px
    }

    .home-page .slide-1 .block-aim {
        font-size: 22px;
        letter-spacing: 1.96px
    }
}

.home-page .slide-2 {
    /*background: url(../../content/index/slide_2.jpg) no-repeat;*/
    background-size: auto 120%;
    background-position: center -25px
}

.home-page .slide-2 .block-categories-list {
    display: flex;
    align-items: center;
    flex-direction: column
}

.home-page .slide-2 .block-categories-list .categories-list-title {
    margin-top: -26vh;
    margin-bottom: 9vh;
    color: #40652c;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.05px
}

.home-page .slide-2 .block-categories-list .categories-list ul {
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.home-page .slide-2 .block-categories-list .categories-list ul li a {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 1vh;
    font-family: "Amatic SC", cursive;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .88px;
    text-decoration: none
}

.home-page .slide-2 .block-categories-list .categories-list ul li a:hover, .home-page .slide-2 .block-categories-list .categories-list ul li a:focus {
    text-decoration: underline
}

@media (min-width: 576px) {
    .home-page .slide-2 {
        background-position: center
    }

    .home-page .slide-2 .slide-inner {
        justify-content: start;
        width: 95%;
        max-width: 1700px;
        min-height: 95vh
    }

    .home-page .slide-2 .block-categories-list .categories-list-title {
        margin-top: 20vh;
        margin-bottom: 3vh;
        color: #cae8b9;
        font-size: 32px;
        letter-spacing: 1.05px
    }

    .home-page .slide-2 .block-categories-list .categories-list ul li a {
        font-size: 25px;
        letter-spacing: .88px
    }
}

@media (min-width: 992px) {
    .home-page .slide-2 {
        background-size: cover
    }

    .home-page .slide-2 .block-categories-list .categories-list-title {
        margin-top: 22vh;
        margin-bottom: 3vh;
        color: #cae8b9;
        font-size: 40px;
        letter-spacing: 1.05px
    }

    .home-page .slide-2 .block-categories-list .categories-list ul li a {
        font-size: 30px;
        letter-spacing: .88px
    }
}

@media (min-width: 1300px) {
    .home-page .slide-2 .block-categories-list .categories-list-title {
        margin-top: 22vh;
        margin-bottom: 3vh;
        color: #cae8b9;
        font-size: 47px;
        letter-spacing: 1.05px
    }

    .home-page .slide-2 .block-categories-list .categories-list ul li a {
        font-size: 35px;
        letter-spacing: .88px
    }
}

.home-page .slide-3 {
    /*background: url(../../content/index/slide_3.jpg) no-repeat;*/
    background-size: cover
}

.home-page .slide-3 .block-company-aim {
    padding-top: 15vh;
    color: #fefeff;
    font-size: 12px;
    letter-spacing: 1.12px
}

.home-page .slide-3 .block-company-aim .company-aim {
    margin-bottom: 40px;
    padding-top: 30px;
    color: #c4f3fd;
    font-family: "Amatic SC", cursive;
    font-size: 31px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 1.42px
}

.home-page .slide-3 .block-process-desc .process-desc-text {
    margin-bottom: 20px;
    color: #e1ffcf;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.44px
}

.home-page .slide-3 .block-process-steps {
    margin-bottom: 5vh
}

.home-page .slide-3 .block-process-steps ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none
}

.home-page .slide-3 .block-process-steps ul li {
    width: 40%;
    max-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px
}

.home-page .slide-3 .block-process-steps ul li .block-img {
    max-width: 40px;
    height: 60px;
    margin-bottom: 10px
}

.home-page .slide-3 .block-process-steps ul li p {
    color: #c1f8ff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.home-page .slide-3 .block-process-steps ul li:nth-child(1) .block-img {
    max-width: 67px
}

.home-page .slide-3 .block-process-steps ul li:nth-child(2) .block-img {
    max-width: 59px
}

.home-page .slide-3 .block-process-steps ul li:nth-child(3) .block-img {
    max-width: 67px
}

.home-page .slide-3 .block-process-steps ul li:nth-child(4) .block-img {
    max-width: 77px
}

.home-page .slide-3 .block-more {
    font-family: "Amatic SC", cursive;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2.93px
}

.home-page .slide-3 .block-more .block-arrow-down {
    margin-top: 10px
}

@media (min-width: 576px) {
    .home-page .slide-3 .block-company-aim {
        font-size: 16px;
        letter-spacing: 1.12px
    }

    .home-page .slide-3 .block-company-aim .company-aim {
        margin-bottom: 15px;
        padding-top: 0;
        color: #c4f3fd;
        font-size: 40px;
        letter-spacing: 1.42px
    }

    .home-page .slide-3 .block-process-desc .process-desc-text {
        font-size: 14px;
        letter-spacing: 1.44px
    }

    .home-page .slide-3 .block-process-steps ul {
        flex-wrap: nowrap
    }

    .home-page .slide-3 .block-process-steps ul li {
        width: auto;
        max-width: 150px
    }

    .home-page .slide-3 .block-process-steps ul li .block-img {
        max-width: 150px;
        margin-bottom: 25px
    }

    .home-page .slide-3 .block-process-steps ul li p {
        font-size: 13px
    }
}

@media (min-width: 1300px) {
    .home-page .slide-3 .block-company-aim {
        font-size: 20px;
        letter-spacing: 1.12px
    }

    .home-page .slide-3 .block-company-aim .company-aim {
        margin-bottom: 15px;
        padding-top: 0;
        color: #c4f3fd;
        font-size: 60px;
        letter-spacing: 1.42px
    }

    .home-page .slide-3 .block-process-desc .process-desc-text {
        font-size: 30px;
        letter-spacing: 1.44px
    }

    .home-page .slide-3 .block-process-steps ul {
        flex-wrap: nowrap
    }

    .home-page .slide-3 .block-process-steps ul li {
        width: auto
    }

    .home-page .slide-3 .block-process-steps ul li p {
        font-size: 16px
    }

    .home-page .slide-3 .block-more {
        font-size: 36px
    }
}

@media (min-width: 1400px) {
    .home-page .slide-3 .block-company-aim {
        font-size: 20px;
        letter-spacing: 1.12px
    }

    .home-page .slide-3 .block-company-aim .company-aim {
        margin-bottom: 15px;
        padding-top: 0;
        color: #c4f3fd;
        font-size: 60px;
        letter-spacing: 1.42px
    }

    .home-page .slide-3 .block-process-desc .process-desc-text {
        font-size: 30px;
        letter-spacing: 1.44px
    }

    .home-page .slide-3 .block-process-steps ul {
        flex-wrap: nowrap
    }

    .home-page .slide-3 .block-process-steps ul li {
        width: auto
    }

    .home-page .slide-3 .block-process-steps ul li .block-img {
        max-width: 150px;
        height: 70px;
        margin-bottom: 25px
    }

    .home-page .slide-3 .block-process-steps ul li p {
        font-size: 16px;
        letter-spacing: 1.3px
    }
}

.home-page .block-detailed-item .block-desc {
    position: relative;
    padding-top: 2vh
}

.home-page .block-detailed-item .block-desc:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -50px;
    width: 47px;
    height: 38px
}

.home-page .block-detailed-item .block-desc .desc-text {
    margin-bottom: 1vh;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16px
}

.home-page .block-detailed-item .block-desc .desc-text .desc-title {
    font-family: "Amatic SC", cursive;
    color: #fffbd0;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2vh;
    text-transform: uppercase;
    letter-spacing: .12px
}

.home-page .block-detailed-item .block-desc .desc-img {
    display: none;
    width: 80%;
    max-height: 30%;
    margin-top: 7vh
}

@media (min-width: 576px) {
    .home-page .block-detailed-item {
        display: flex
    }

    .home-page .block-detailed-item .block-desc:before {
        top: 13px;
        left: -100px;
        width: 77px;
        height: 68px
    }

    .home-page .block-detailed-item .block-desc .desc-text {
        font-size: 16px;
        letter-spacing: .16px
    }

    .home-page .block-detailed-item .block-desc .desc-text .desc-title {
        font-size: 50px;
        letter-spacing: .12px
    }
}

@media (min-width: 1300px) {
    .home-page .block-detailed-item .block-desc .desc-text {
        font-size: 18px;
        letter-spacing: .16px
    }

    .home-page .block-detailed-item .block-desc .desc-text .desc-title {
        font-size: 70px;
        letter-spacing: .12px
    }

    .home-page .block-detailed-item .block-desc .desc-img {
        display: block
    }
}

.home-page .block-left {
    padding-left: 20%;
    padding-right: 5%
}

@media (min-width: 576px) {
    .home-page .block-left {
        width: 60%;
        padding-top: 5vh;
        padding-left: 15%;
        padding-right: 10%
    }
}

.home-page .block-right {
    width: 80%;
    margin-left: auto
}

@media (min-width: 576px) {
    .home-page .block-right {
        width: 40%;
        max-height: 90vh
    }

    .home-page .block-right .block-img {
        height: 100%
    }

    .home-page .block-right .block-img img {
        width: auto;
        max-width: 100%;
        height: 100%;
        margin-right: 0;
        object-fit: contain
    }
}

.home-page .slide-4 {
    /*background:url(../../content/index/process/sbor_lesnykh_yagod_bg.jpg)no-repeat;*/
    background-size: cover
}

.home-page .slide-4 .block-detailed-item .block-desc {
    position: relative
}

.home-page .slide-4 .block-detailed-item .block-desc:before {
    min-width: 67px;
    max-height: 60px;
    /*background: url(../images/icons/index/icons-color/sbor_lesnykh_yagod.png) no-repeat;*/
    background-size: contain
}

.home-page .slide-4 .block-detailed-item .block-desc .desc-text .desc-title {
    color: #e2ff88
}

.home-page .slide-4 .block-detailed-item .block-desc .desc-img {
    max-width: 544px
}

.home-page .slide-5 {
    /*background: url(../../content/index/process/kontrol_kachestva_bg.jpg) no-repeat;*/
    background-size: cover
}

.home-page .slide-5 .block-detailed-item .block-desc {
    position: relative
}

.home-page .slide-5 .block-detailed-item .block-desc:before {
    min-width: 59px;
    max-height: 68px;
    /*background: url(../images/icons/index/icons-color/kontrol_kachestva.png) no-repeat;*/
    background-size: contain
}

.home-page .slide-5 .block-detailed-item .block-desc .desc-text .desc-title {
    color: #d5c8ff
}

.home-page .slide-5 .block-detailed-item .block-desc .desc-img {
    max-width: 628px
}

.home-page .slide-6 {
    /*background: url(../../content/index/process/zamorozka_yagod_bg.jpg) no-repeat;*/
    background-size: cover
}

.home-page .slide-6 .block-detailed-item .block-desc {
    position: relative
}

.home-page .slide-6 .block-detailed-item .block-desc:before {
    min-width: 67px;
    max-height: 65px;
    /*background: url(../images/icons/index/icons-color/zamorozka_yagod.png) no-repeat;*/
    background-size: contain
}

.home-page .slide-6 .block-detailed-item .block-desc .desc-text .desc-title {
    color: #cff0ff
}

.home-page .slide-6 .block-detailed-item .block-desc .desc-img {
    max-width: 756px
}

.home-page .slide-7 {
    /*background: url(../../content/index/process/postavka_produktsii_bg.jpg) no-repeat;*/
    background-size: cover
}

.home-page .slide-7 .block-detailed-item .block-desc {
    position: relative
}

.home-page .slide-7 .block-detailed-item .block-desc:before {
    min-width: 77px;
    max-height: 66px;
    /*background: url(../images/icons/index/icons-color/postavka_produktsii.png) no-repeat;*/
    background-size: contain
}

.home-page .slide-7 .block-detailed-item .block-desc .desc-text .desc-title {
    color: #fffbd0
}

.home-page .slide-7 .block-detailed-item .block-desc .desc-img {
    max-width: 548px
}

.home-page .dzerelo-zdorovja, .home-page .smak-jakist {
    display: flex;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%
}

.home-page .dzerelo-zdorovja .block-desc .desc-text, .home-page .smak-jakist .block-desc .desc-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .16px
}

.home-page .dzerelo-zdorovja .block-desc .desc-text .desc-title, .home-page .smak-jakist .block-desc .desc-text .desc-title {
    font-family: "Amatic SC", cursive;
    color: #68789b;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2vh;
    letter-spacing: .89px
}

.home-page .dzerelo-zdorovja .block-desc .block-line, .home-page .smak-jakist .block-desc .block-line {
    background-color: #00aef0
}

@media (min-width: 576px) {
    .home-page .dzerelo-zdorovja, .home-page .smak-jakist {
        padding-top: 0;
        padding-left: 45%;
        padding-right: 15%
    }

    .home-page .dzerelo-zdorovja .block-desc .desc-text, .home-page .smak-jakist .block-desc .desc-text {
        font-size: 16px;
        letter-spacing: .16px
    }

    .home-page .dzerelo-zdorovja .block-desc .desc-text .desc-title, .home-page .smak-jakist .block-desc .desc-text .desc-title {
        font-size: 45px;
        letter-spacing: .89px
    }
}

@media (min-width: 992px) {
    .home-page .dzerelo-zdorovja .block-desc .desc-text, .home-page .smak-jakist .block-desc .desc-text {
        font-size: 18px;
        letter-spacing: .16px
    }

    .home-page .dzerelo-zdorovja .block-desc .desc-text .desc-title, .home-page .smak-jakist .block-desc .desc-text .desc-title {
        font-size: 55px;
        letter-spacing: .89px
    }
}

@media (min-width: 1300px) {
    .home-page .dzerelo-zdorovja, .home-page .smak-jakist {
        padding-left: 15%;
        padding-right: 10%
    }

    .home-page .dzerelo-zdorovja .block-desc .desc-text, .home-page .smak-jakist .block-desc .desc-text {
        font-size: 20px;
        letter-spacing: .16px
    }

    .home-page .dzerelo-zdorovja .block-desc .desc-text .desc-title, .home-page .smak-jakist .block-desc .desc-text .desc-title {
        font-size: 70px;
        letter-spacing: .89px
    }
}

@media (min-width: 576px) {
    .home-page .dzerelo-zdorovja {
        padding-left: 5%;
        padding-right: 60%
    }

    .home-page .smak-jakist {
        padding-left: 50%;
        padding-right: 15%
    }
}

.home-page .slide-8 {
    align-items: flex-start;
    padding-top: 2vh;
    background-size: auto 60%;
    background-position: right 110%
}

@media (min-width: 576px) {
    .home-page .slide-8 {
        align-items: center;
        padding-top: 0;
        background-size: cover;
        background-position: center
    }
}

.home-page .slide-9 {
    align-items: flex-start;
    padding-top: 2vh;
    /*background: url(../../content/index/slide_9.jpg) no-repeat;*/
    background-size: auto 60%;
    background-position: right 100%
}

@media (min-width: 576px) {
    .home-page .slide-9 {
        padding-top: 10vh;
        background-size: cover;
        background-position: center
    }
}

.contacts-page .slide-inner, .about-page .slide-inner, .product-page .slide-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.contacts-page .block-wrapper, .about-page .block-wrapper, .product-page .block-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

@media (min-width: 576px) {
    .contacts-page .block-wrapper, .about-page .block-wrapper, .product-page .block-wrapper {
        flex-direction: row
    }

    .contacts-page .block-left, .contacts-page .block-right, .about-page .block-left, .about-page .block-right, .product-page .block-left, .product-page .block-right {
        width: 50%
    }
}

.contacts-page .block-text, .about-page .block-text, .product-page .block-text {
    padding-top: 3vh;
    padding-bottom: 3vh;
    /*background: url(../images/bg.jpg) no-repeat;*/
    /*background-image: url(../images/about_company/bg_text.jpg);*/
    background-size: cover;
}

@media (min-width: 576px) {
    .contacts-page .block-text, .about-page .block-text, .product-page .block-text {
        padding-right: 5%;
        padding-left: 5%
    }
}

.about-page .block-text .block-inner {
    flex-direction: column;
    max-width: 500px
}

.about-page .block-text .block-line {
    margin-bottom: 5vh;
    margin-left: 0;
    background-color: #c9e391
}

.about-page .block-text p {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: .95px
}

.about-page .block-text .title {
    margin-bottom: 5vh;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .52px
}

.about-page .block-text .text {
    position: relative;
    margin-bottom: 2vh;
    padding-left: 48px
}

.about-page .block-text .text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 35px
}

.about-page .block-text .text .moto {
    margin-top: 7vh
}

@media (min-width: 1300px) {
    .about-page .block-text p {
        font-size: 18px;
        letter-spacing: .95px
    }

    .about-page .block-text .title {
        font-size: 36px;
        letter-spacing: .52px
    }

    .about-page .block-text .text {
        padding-left: 82px
    }

    .about-page .block-text .text:before {
        width: 62px;
        height: 62px
    }
}

.about-page .block-picture {
    max-height: 300px
}

@media (min-width: 576px) {
    .about-page .block-picture {
        max-height: 100%
    }
}

.about-page .slide-1 .block-text {
    padding-top: 10vh
}

@media (min-width: 576px) {
    .about-page .slide-1 .block-text {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .about-page .slide-2 .block-text, .about-page .slide-4 .block-text {
        order: 1
    }

    .about-page .slide-2 .block-picture, .about-page .slide-4 .block-picture {
        order: 2
    }
}

.about-page .slide-2 .block-text .text:before {
    /*background: url(../../content/about_company/map.png) no-repeat;*/
    background-size: cover
}

.about-page .slide-3 .block-text .text-1:before {
    /*background: url(../../content/about_company/iso.png) no-repeat;*/
    background-size: cover
}

.about-page .slide-3 .block-text .text-2:before {
    /*background: url(../../content/about_company/organic.png) no-repeat;*/
    background-size: cover
}

.about-page .slide-4 .block-text .text:before {
    /*background: url(../../content/about_company/quality.png) no-repeat;*/
    background-size: cover
}
.about-page {
    background-image:url("../images/frutamin_color.jpg");
}
.about-page .slide-5 .block-text .text:before {
    /*background: url(../../content/about_company/export.png) no-repeat;*/
    background-size: cover
}

.contacts-page .block-text {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15vh;
    padding-bottom: 3vh;
    padding-right: 5%;
    padding-left: 5%;
    /*background: url(../images/bg.jpg) no-repeat;*/
    background-size: cover;
    overflow: auto
}
.contacts-page {
    background: url(../images/bg.jpg) no-repeat;

}
.contacts-page .block-text.block-contacts .adress {
    color: #fff
}

.contacts-page .block-text.block-contacts .block-phone-list .phone-department {
    color: #93b1cd
}

.contacts-page .block-text.block-contacts .block-phone-list .middle p {
    color: #455c76
}

.contacts-page .block-text.block-contacts .block-phone-list .phone {
    color: #fff
}

.contacts-page .block-text .copyright {
    flex: 1
}

@media (min-width: 576px) {
    .contacts-page .block-text {
        height: 100%;
        max-height: 100vh;
        padding-top: 240px
    }
}

@media (min-width: 992px) {
    .contacts-page .block-text .block-contact-us {
        display: block;
        width: 100%
    }
}

.contacts-page .block-text .block-contact-us .contact-us-title {
    color: #93b1cd
}

.product-page .block-page-title p {
    color: #2d698d
}

.product-page .container {
    position: relative
}

@media (max-width: 991px) {
    .product-page .block-page-title {
        top: -6vh
    }

    .product-page .container {
        width: 100%
    }
}

.product-page .slide-1 {
    padding-top: 10vh;
    background: url(../images/header.png) no-repeat;
    background-size: 100% auto
}

.product-page .slide-1 .berry-man {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1500px;
    overflow: hidden
}

.product-page .slide-1 .berry-man > .block-img {
    position: relative;
    z-index: 2
}

@media (max-width: 575px) {
    .product-page .slide-1 .berry-man > .block-img > img {
    }
}

.product-page .slide-1 .block-bg-line {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1300px
}

.product-page .slide-1 .berry-info {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding-bottom: 5vh
}

.product-page .slide-1 .berry-info .berry-info-left {
    margin-bottom: 8vh
}

.product-page .slide-1 .berry-info .berry-name {
    margin-bottom: 10px;
    padding-left: 40px;
    background: url(../images/header_1.png) no-repeat;
    background-position-y: 10px
}

.product-page .slide-1 .berry-info .berry-name p {
    font-family: "Amatic SC", cursive;
    color: #383e5c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 3.2px
}

.product-page .slide-1 .berry-info .berry-desc {
    padding-left: 40px
}

.product-page .slide-1 .berry-info .berry-desc p {
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
    font-weight: 700
}

.product-page .slide-1 .berry-info .bez-gmo {
    position: relative;
    padding-left: 25%
}

.product-page .slide-1 .berry-info .bez-gmo:before {
    content: '';
    position: absolute;
    top: -45px;
    left: 40px;
    display: block;
    width: 200px;
    height: 200px;
    background: url(../images/header_2.png) no-repeat;
    background-size: cover
}

.product-page .slide-1 .berry-info .bez-gmo p {
    font-family: "Amatic SC", cursive;
    color: #ff6000;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    letter-spacing: 3px
}

@media (min-width: 576px) {
    .product-page .slide-1 .block-page-title p {
        font-size: 50px
    }

    .product-page .slide-1 .berry-man {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0
    }

    .product-page .slide-1 .block-bg-line {
        top: 15%
    }

    .product-page .slide-1 .berry-info {
        display: flex;
        justify-content: space-between;
        padding-top: 10vh;
        padding-bottom: 10vh
    }

    .product-page .slide-1 .berry-info .berry-info-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        height: 100%;
        margin-bottom: 0
    }

    .product-page .slide-1 .berry-info .berry-name p {
        font-size: 32px
    }

    .product-page .slide-1 .berry-info .berry-desc p {
        font-size: 14px
    }

    .product-page .slide-1 .berry-info .bez-gmo {
        width: 30%;
        padding-left: 0
    }

    .product-page .slide-1 .berry-info .bez-gmo:before {
        top: -40px;
        left: -40px;
        width: 200px;
        height: 200px
    }

    .product-page .slide-1 .berry-info .bez-gmo p {
        font-size: 30px;
        letter-spacing: 7px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .product-page .slide-1 .container {
        max-width: 90%
    }
}

@media (min-width: 992px) {
    .product-page .slide-1 {
        padding-top: 5vh
    }

    .product-page .slide-1 .block-page-title p {
        font-size: 70px
    }

    .product-page .slide-1 .berry-man {
        position: absolute
    }

    .product-page .slide-1 .berry-info {
    }
}

@media (min-width: 1300px) {
    .product-page .slide-1 .berry-info {
        display: flex;
        justify-content: space-between
    }

    .product-page .slide-1 .berry-info .berry-info-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        height: 100%;
        margin-bottom: 0
    }

    .product-page .slide-1 .berry-info .berry-name p {
        font-size: 45px
    }

    .product-page .slide-1 .berry-info .berry-desc p {
        font-size: 18px
    }

    .product-page .slide-1 .berry-info .bez-gmo {
        width: 30%;
        padding-left: 0
    }

    .product-page .slide-1 .berry-info .bez-gmo:before {
        top: -60px;
        left: -60px;
        width: 294px;
        height: 277px
    }

    .product-page .slide-1 .berry-info .bez-gmo p {
        font-size: 45px;
        letter-spacing: 7px
    }
}

@media (min-width: 1400px) {
    .product-page .slide-1 .block-page-title p {
        font-size: 90px
    }

    .product-page .slide-1 .berry-info {
        padding-bottom: 18vh
    }
}

.product-page .slide-2 {
    /*background: url(../../content/berry/bg_blackberries.jpg) no-repeat;*/
    background-size: contain;
    background-position: center
}

.product-page .slide-2 .berry-one {
    width: 100%;
    height: 80%
}

.product-page .slide-2 .berry-smak {
    margin-top: -5vh
}

.product-page .slide-2 .berry-smak p {
    color: #2d3f58;
    font-size: 20px;
    line-height: 1.1
}

.product-page .slide-2 .block-modal-link {
    display: none;
    position: absolute;
    max-width: 160px
}

.product-page .slide-2 .block-modal-link p {
    font-family: "Amatic SC", cursive;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px
}

.product-page .slide-2 .block-vlastyvosti {
    top: 52%;
    left: 15%
}

.product-page .slide-2 .block-zberigannia {
    top: 78%;
    left: 25%
}

.product-page .slide-2 .block-partnerstvo {
    top: 72%;
    left: 50%
}

.product-page .slide-2 .block-prygotuvannia {
    top: 58%;
    left: 73%
}

.product-page .slide-2 .block-kontrol {
    top: 30%;
    left: 80%
}

.product-page .slide-2 .block-tsinnist {
    top: 30%;
    left: 80%
}

@media (max-width: 767px) {
    .product-page .slide-2 .berry-one > div {
        display: block;
        width: 100%
    }

    .product-page .slide-2 .berry-one > div > img {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .product-page .slide-2 .block-modal-link {
        display: block;
        width: 15%
    }

    .product-page .slide-2 .berry-one > div {
        height: 100%
    }

    .product-page .slide-2 .berry-one > div img {
        height: 100%;
        object-fit: cover
    }

    .product-page .slide-2 .berry-smak {
        position: absolute;
        top: 0;
        right: 0;
        width: 25%;
        margin-top: 0
    }

    .product-page .slide-2 .berry-smak p {
        font-size: 22px
    }

    .product-page .slide-2 .block-modal-link p {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .product-page .slide-2 .block-modal-link {
        display: block;
        width: 13%
    }

    .product-page .slide-2 .block-modal-link p {
        font-size: 20px
    }
}

@media (min-width: 1300px) {
    .product-page .slide-2 .berry-smak p {
        font-size: 28px
    }

    .product-page .slide-2 .block-modal-link {
        display: block;
        width: 15%
    }

    .product-page .slide-2 .block-modal-link p {
        font-size: 30px
    }

    .product-page .slide-2 .block-vlastyvosti {
        top: 47%;
        left: 10%
    }

    .product-page .slide-2 .block-zberigannia {
        top: 75%;
        left: 20%
    }

    .product-page .slide-2 .block-partnerstvo {
        top: 70%;
        left: 45%
    }
}

.product-page .block-modal .block-row {
    position: relative;
    z-index: 1;
    display: flex;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%
}

.product-page .block-modal .block-left p:not(.title), .product-page .block-modal .block-right p:not(.title) {
    display: block;
    margin-bottom: 3vh;
    color: #383b5c;
    font-size: 13px;
    letter-spacing: .24px
}

.product-page .block-modal .text-orange {
    color: #ff8a00;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: .47px
}

@media (min-width: 576px) {
    .product-page .block-modal {
        height: 100vh
    }

    .card .modal-0 {
        height: auto !important
    }

    .product-page .block-modal .block-row {
        padding-top: 0;
        padding-right: 10%;
        padding-left: 10%
    }

    .product-page .block-modal .modal-inner, .product-page .block-modal .block-wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .product-page .block-modal .block-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .product-page .block-modal .block-bg > div {
        display: block;
        width: 100%
    }

    .product-page .block-modal .block-bg > div > img {
        display: block;
        width: 100%
    }
}

@media (min-width: 576px) and (min-width: 576px) {
    .product-page .block-modal .block-bg > div {
        height: 100%
    }

    .product-page .block-modal .block-bg > div img {
        height: 100%;
        object-fit: cover
    }
}

@media (min-width: 576px) {
    .product-page .block-modal .block-left p:not(.title), .product-page .block-modal .block-right p:not(.title) {
        font-size: 14px
    }

    .product-page .block-modal .block-left {
        width: 40%;
        margin-right: auto
    }

    .product-page .block-modal .block-right {
        width: 40%;
        margin-left: auto
    }

    .product-page .block-modal.modal-1 .title, .product-page .block-modal.modal-2 .title, .product-page .block-modal.modal-4 .title {
        color: #455189
    }

    .product-page .block-modal.modal-1 .block-left p, .product-page .block-modal.modal-1 .block-right p, .product-page .block-modal.modal-2 .block-left p, .product-page .block-modal.modal-2 .block-right p, .product-page .block-modal.modal-4 .block-left p, .product-page .block-modal.modal-4 .block-right p {
        color: #000
    }

    .product-page .block-modal.modal-3 .title {
        color: #86bcff
    }

    .product-page .block-modal.modal-3 .block-left p, .product-page .block-modal.modal-3 .block-right p {
        color: #fff
    }

    .product-page .block-modal.modal-5 .title {
        color: #fff
    }

    .product-page .block-modal.modal-5 .block-left p, .product-page .block-modal.modal-5 .block-right p {
        color: #fff
    }
}

@media (min-width: 1300px) {
    .product-page .block-modal .block-left p:not(.title), .product-page .block-modal .block-right p:not(.title) {
        font-size: 18px
    }
}

.product-page .title {
    font-family: "Amatic SC", cursive;
    color: #455189;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (min-width: 576px) {
    .product-page .title {
        margin-bottom: 5vh;
        font-size: 35px;
        letter-spacing: 3.75px
    }
}

@media (min-width: 1300px) {
    .product-page .title {
        font-size: 65px;
        letter-spacing: 3.75px
    }
}

.product-page .modal-0 .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.product-page .modal-0 .title {
    font-family: "Amatic SC", cursive;
    color: #455189;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px
}

.product-page .modal-0 .title span {
    display: inline;
    font-family: "Amatic SC", cursive;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-page .modal-0 .berry-value-text {
    order: 2;
    align-items: flex-start;
    flex-direction: column;
    width: 100%
}

.product-page .modal-0 .berry-value-text .block-line {
    width: 51px;
    background-color: #000
}

.product-page .modal-0 .berry-value-text .nutricious-list {
    width: 100%
}

.product-page .modal-0 .berry-value-text .nutricious-list .nutricious-item {
    display: flex;
    margin-bottom: 20px;
    padding-left: 15px
}

.product-page .modal-0 .berry-value-text .nutricious-list .nutricious-item:nth-child(1) {
    border-left: 3px solid #74a8ca
}

.product-page .modal-0 .berry-value-text .nutricious-list .nutricious-item:nth-child(2) {
    border-left: 3px solid #71cb7e
}

.product-page .modal-0 .berry-value-text .nutricious-list .nutricious-item:nth-child(3) {
    border-left: 3px solid #b47ebf
}

.product-page .modal-0 .berry-value-text .nutricious-list .name {
    color: #000;
    font-size: 16px;
    letter-spacing: 1.14px
}

.product-page .modal-0 .berry-value-text .nutricious-list .middle {
    flex: 1;
    max-height: 25px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    overflow: hidden
}

.product-page .modal-0 .berry-value-text .nutricious-list .middle p {
    color: #909090;
    letter-spacing: 3px;
    font-size: 13px
}

.product-page .modal-0 .berry-value-text .nutricious-list .value {
    color: #000;
    font-size: 17px;
    letter-spacing: 1.21px
}

.product-page .modal-0 .berry-value-diagram {
    order: 1;
    width: 100%;
    height: 100% !important
}

.product-page .modal-0 .berry-value-diagram .chart-wrap {
    width: 100%;
    height: 100%
}

.product-page .modal-0 .berry-value-diagram .chart-wrap > div {
    width: 100%;
    height: 100%
}

.product-page .modal-0 .berry-value-diagram .chart-wrap > div canvas {
    position: relative;
    top: 30%
}

@media (min-width: 576px) {
    .product-page .modal-0 .container {
        flex-direction: row
    }

    .product-page .modal-0 .title {
        font-size: 50px;
        letter-spacing: 4px
    }

    .product-page .modal-0 .title span {
        font-size: 30px;
        letter-spacing: 2px
    }
}

@media (min-width: 768px) {
    .product-page .modal-0 .berry-value-text {
        order: 1;
        width: 45%
    }

    .product-page .modal-0 .berry-value-diagram {
        order: 2;
        width: 55%
    }
}

@media (max-width: 767px) {
    .product-page .modal-0 .berry-value-text {
        order: 1;
        width: 100% !important
    }

    .product-page .modal-0 .berry-value-diagram {
        order: 2;
        width: 0%
    }
}

@media (min-width: 1300px) {
    .product-page .modal-0 .title {
        font-size: 65px;
        letter-spacing: 6px
    }

    .product-page .modal-0 .title span {
        font-size: 40px;
        letter-spacing: 2px
    }
}

@media (min-width: 576px) {
    .product-page .modal-1 .block-row, .product-page .modal-2 .block-row {
        padding-top: 10vh
    }
}

.product-page .modal-1 .wrapper-modal-1 {
    position: relative;
    z-index: 1;
    width: 100%
}

.product-page .modal-1 .wrapper-modal-1 .title {
    margin-bottom: 0;
    padding-right: 10%;
    padding-left: 10%
}

.product-page .modal-1 .block-row {
    flex-wrap: wrap
}

.product-page .modal-1 .block-temperature {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 15%;
    padding-left: 65px;
    /*background: url(../../content/berry/icons/temperature.png) no-repeat;*/
    background-size: 65px 66px;
    background-position-y: 20px
}

.product-page .modal-1 .block-temperature p {
    color: #000;
    font-size: 14px;
    letter-spacing: .2px
}

.product-page .modal-1 .block-temperature span {
    color: #758ad6;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .54px
}

.product-page .modal-1 .block-zbegigannia {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 65px;
    /*background: url(../../content/berry/icons/time.png) no-repeat;*/
    background-size: 55px 66px;
    background-position-y: 20px
}

.product-page .modal-1 .block-zbegigannia p {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px
}

.product-page .modal-1 .block-zbegigannia .termin {
    color: #ff5400;
    font-size: 20px
}

.product-page .modal-1 .block-zbegigannia .termin-month {
    color: #ff5400;
    font-size: 16px
}

.product-page .modal-1 .block-zbegigannia .note {
    padding-left: 10px;
    color: #ff5400;
    font-size: 14px;
    letter-spacing: .24px;
    border-left: 2px solid #ff5400
}

@media (min-width: 576px) {
    .product-page .modal-1 .wrapper-modal-1 {
        padding-top: 10vh
    }

    .product-page .modal-1 .block-temperature {
        width: 55%
    }

    .product-page .modal-1 .block-temperature p {
        font-size: 18px;
        letter-spacing: .2px
    }

    .product-page .modal-1 .block-temperature span {
        font-size: 40px;
        letter-spacing: .54px
    }

    .product-page .modal-1 .block-zbegigannia {
        width: 45%
    }

    .product-page .modal-1 .block-zbegigannia p {
        font-size: 18px;
        letter-spacing: 1px
    }

    .product-page .modal-1 .block-zbegigannia .termin {
        font-size: 40px
    }

    .product-page .modal-1 .block-zbegigannia .termin-month {
        font-size: 22px
    }

    .product-page .modal-1 .block-zbegigannia .note {
        font-size: 18px
    }
}

.block-mobile-accordeon .card {
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none
}

.block-mobile-accordeon .card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    display: block;
    width: 70%;
    height: 1px;
    background-color: silver
}

.block-mobile-accordeon .card-header {
    padding: 0 .5rem;
    border-bottom: none;
    background: #fff
}

.block-mobile-accordeon .card:not(:first-child) .card-header {
    background: #fff url(../images/shadow.png) top center no-repeat
}

.block-mobile-accordeon .card-body {
    padding: 0
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none
}

.documents-page {
    position: relative;
    background: url(../images/bg_grey.png) repeat
}

.documents-page .block-page-title p {
    color: #000
}

.documents-page .block-top {
    padding-top: 15vh;
    padding-bottom: 8vh
}

.documents-page .block-top > p {
    max-width: 800px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .95px
}

.documents-page .documents-page-desc > p {
    display: block;
    margin-bottom: 20px
}

.documents-page .swiper-container {
    width: 100%
}

.documents-page .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 280px;
    height: 392px
}

@media (min-width: 576px) {
    .documents-page .block-top > p {
        font-size: 20px
    }

    .documents-page .documents-page-desc {
        display: flex;
        justify-content: space-between;
        max-width: 1180px
    }

    .documents-page .documents-page-desc > p {
        width: 48%
    }

    .documents-page .swiper-slide {
        width: 400px;
        height: 560px
    }
}

@media (min-width: 992px) {
    .documents-page .swiper-slide {
        width: 450px;
        height: 630px
    }
}

@media (min-width: 1300px) {
    .documents-page .swiper-slide {
        width: 500px;
        height: 700px
    }
}

.production-page {
    position: relative;
    background: url(../images/bg_grey.png) repeat
}

.production-page .block-top {
    padding-top: 15vh;
    padding-bottom: 8vh;
    background: url(../images/bg.jpg) repeat-x
}

.production-page .block-top > p {
    max-width: 800px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .95px
}

.production-page .wrapper-slider {
    width: 100%
}

.production-page .block-inner {
    width: 100%
}

.production-page .slider-text-1 {
    position: relative;
    padding: 3%;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .26px;
}

.production-page .slider-text-1:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(.5);
    background: url(../images/bg.jpg) repeat
}

.production-page .slider-text-1 p {
    position: relative;
    z-index: 3
}

.production-page .slider-text-2 {
    position: relative;
    padding: 3%;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .76px;
    background: url(../images/bg_grey.png) repeat
}

@media (min-width: 576px) {
    .production-page .block-inner {
        position: relative
    }

    .production-page .block-top > p {
        font-size: 20px
    }

    .production-page .slider-text-1 {
        font-size: 20px
    }

    .production-page .slider-text-2 {
        font-size: 16px
    }
}

@media (min-width: 1300px) {
    .production-page .slider-text-1 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 30%;
        padding: 3%
    }

    .production-page .slider-text-2 {
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        width: 30%;
        padding: 3%
    }
}

.page-404 .wrapper-404 {
    flex-direction: column;
    max-width: 1000px;
    padding: 3vh
}

.page-404 .wrapper-404 .inner-block {
    order: 2;
    max-width: 300px
}

.page-404 .wrapper-404 .block-pic {
    order: 1;
    max-width: 583px;
    padding-bottom: 20px
}

.page-404 .wrapper-404 .title {
    font-family: "Amatic SC", cursive;
    color: #383b5c;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2.58px
}

.page-404 .wrapper-404 .b-404 {
    font-family: "Amatic SC", cursive;
    color: #383b5c;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px
}

.page-404 .wrapper-404 .text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    color: #383b5c;
    font-size: 13px;
    letter-spacing: .24px
}

@media (max-width: 575px) {
    .page-404 .wrapper-404 .block-pic .block-img {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 576px) {
    .page-404 .wrapper-404 {
        height: 100vh;
        flex-direction: row
    }

    .page-404 .wrapper-404 .inner-block {
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 55%;
        max-width: 400px
    }

    .page-404 .wrapper-404 .title {
        font-size: 80px;
        letter-spacing: .24px
    }

    .page-404 .wrapper-404 .b-404 {
        font-size: 250px;
        letter-spacing: 4px
    }

    .page-404 .wrapper-404 .text {
        font-size: 18px;
        letter-spacing: .3px
    }

    .page-404 .wrapper-404 .block-pic {
        order: 2;
        width: 45%;
        padding-left: 2vw
    }

    #canvas, #canvas1 {
        height: 300px !important;
        width: 600px !important;
        margin-left: -25%
    }
}

@media (min-width: 992px) {
    #canvas, #canvas1 {
        height: 400px !important;
        width: 800px !important;
        margin-left: -25%
    }
}

@media (min-width: 1300px) {
    #canvas, #canvas1 {
        top: 25%;
        height: 450px !important;
        width: 900px !important;
        margin-left: -25%
    }
}

.home-page, .production-page {
    overflow-x: hidden
}

.production-page .swiper-slide {
    background: url(../images/bg_grey.png) repeat
}

@media (max-width: 1299px) {
    .production-page .swiper-slide {
        flex-direction: column
    }
}

.production-page .swiper-button-next, .production-page .swiper-button-prev {
    top: 25% !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 20px 30px, cover !important;
    background-position: center, center !important;
    background-repeat: no-repeat, repeat !important
}

@media (min-width: 576px) {
    .production-page .swiper-button-next, .production-page .swiper-button-prev {
        top: 33% !important;
        width: 80px !important;
        height: 80px !important;
        background-size: 27px 44px, cover !important
    }
}

@media (min-width: 1300px) {
    .production-page .swiper-button-next, .production-page .swiper-button-prev {
        top: 50% !important
    }
}

.production-page .swiper-button-prev {
    left: 0 !important;
    background-image: url(../images/prev.svg), url(../images/carousel-arrow-bg.jpg) !important
}

.production-page .swiper-button-next {
    right: 0 !important;
    background-image: url(../images/next.svg), url(../images/carousel-arrow-bg.jpg) !important
}

.contacts-page .adress .far {
    margin-right: 10px;
    color: #8a8a8a
}

.block-contacts__item {
    display: flex;
    flex-direction: column;
    align-items: baseline !important;
    margin-bottom: 10px
}

.block-contacts__tel {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1vh;
    width: 100%
}

.block-contacts__email {
    display: flex
}

.block-contacts__email .far {
    margin-right: 10px
}

.far--gray {
    color: #8a8a8a
}

.far--dark {
    color: #000
}

.form__section {
    margin-bottom: 2rem
}

@media screen and (max-width: 576px) {
    .form__section {
        margin-bottom: 1rem
    }
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #b7b7b7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    transition: opacity .25s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    opacity: .65
}

.slick-slider .slick-prev {
    left: 0;
    transform: rotate(180deg)
}

.slick-slider .slick-next {
    right: 0
}

.slick-prev, .slick-next {
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: .3 !important;
    cursor: default
}

.articles-page {
    background: url(../images/bg_grey.png) repeat
}

.articles-page .block-page-title p {
    color: #000
}

.articles-page__content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 12px
}

.articles-page__header {
    height: 160px
}

.articles-page__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.article-page {
    background: url(../images/bg_grey.png) repeat
}

.article-page__header {
    height: 160px
}

.article-page .block-page-title p {
    color: #000
}

.article-page__content {
    max-width: 1324px;
    margin: 0 auto;
    padding: 0 12px
}

.articles {
    display: flex;
    flex-wrap: wrap;
    gap: 46px
}

.article {
    flex: 0 calc(33% - 28px);
    background-color: #fff;
    padding: 12px;
    border-radius: 8px
}

.article:hover {
    text-decoration: unset !important
}

.article:hover .article__title {
    color: #d8636f
}

.article:hover .article__img {
    transform: scale(1.1)
}

.index-articles {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative
}

.index-articles__header {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    text-decoration: none !important
}

.index-articles__header:hover .index-articles__header-title {
    color: #d8636f
}

.index-articles__header:hover .index-articles__header-icon {
    fill: #d8636f
}

.index-articles__header-icon {
    margin-right: 12px
}

.index-articles__header-title {
    font-size: 14px;
    color: #000
}

.index-articles__slider {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden
}

.article__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    max-width: 535px;
    max-height: 206px;
    min-height: 180px;
    height: 100%;
    padding: 0 16px 16px 16px
}

.article__content {
    margin-bottom: 16px
}

.article__picture {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden
}

.article__img {
    width: 100%;
    height: 300px;
    max-width: 400px;
    max-height: 300px;
    object-fit: cover;
    transition: transform 150ms ease-in-out
}

.article__date {
    font-size: 16px;
    margin-bottom: 12px;
    color: #000
}

.article__title {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 6px
}

.article__action {
}

.article__desk {
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.index-articles__arrow {
    filter: invert(1)
}

.index-articles__arrow--prev {
    left: -40px !important
}

.index-articles__arrow--next {
}

.index-articles .article {
    display: flex;
    background-color: transparent;
    padding: 0
}

.index-articles .article__picture {
    margin-right: 24px
}

.index-articles .article__date {
    font-size: 18px
}

.index-articles .article__title {
    font-size: 23px
}

.index-articles .article__desk {
    -webkit-line-clamp: 7;
    font-size: 16px
}

.index-articles .article__img {
    width: 400px
}

.index-articles .article__body {
    max-height: 100%;
    height: auto
}

.pagination {
    flex-wrap: wrap;
    gap: 12px
}

.pagination__link {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #bdc1c2;
    color: #000;
    transition: all 150ms ease-in-out;
    text-decoration: unset !important;
    padding-top: 1px
}

.pagination__link:hover {
    color: #d8636f;
    border: 1px solid #d8636f;
    fill: #d8636f
}

.pagination__link--active {
    color: #d8636f;
    border: 1px solid #d8636f
}

.pagination__item--default {
    pointer-events: none
}

.article-content {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    gap: 32px
}

.article-content__desk p, .article-content__desk img {
    margin-bottom: 6px
}

.article-content__left {
    flex: 0 50%
}

.article-content__right {
    flex: 1 50%
}

.article-content__title {
    font-size: 18px;
    margin-bottom: 12px
}

.article-content__date {
    margin-bottom: 12px
}

.article-content__body img {
    width: auto;
    height: auto;
    max-width: 100%
}

.body__breadcrumbs {
    margin-bottom: 24px
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px
}

.breadcrumbs__item {
    display: flex;
    align-items: center
}

.breadcrumbs__link {
    margin-right: 6px;
    color: #000;
    font-size: 13px
}

.breadcrumbs__link:hover {
    color: #d8636f
}

.breadcrumbs__link:last-child {
    pointer-events: none
}

.breadcrumbs__icon {
}

.article-content__left {
    max-width: 626px;
    width: 100%
}

.picture-gallery, .thumb-gallery {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.picture-gallery.slick-initialized, .thumb-gallery.slick-initialized {
    visibility: visible;
    opacity: 1
}

.picture-gallery {
}

.picture-gallery__link {
}

.picture-gallery__img {
    width: 100%;
    height: 100%;
    max-width: 626px;
    max-height: 360px;
    object-fit: cover
}

.thumb-gallery {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 12px
}

.thumb-gallery__item {
    cursor: pointer;
    display: flex !important;
    justify-content: center
}

.thumb-gallery__img {
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 80px;
    object-fit: cover
}

.thumb-gallery__arrow--prev {
    left: -36px !important
}

.thumb-gallery__arrow--next {
    right: -36px !important
}

.thumb-gallery__arrow {
}

.go-back {
    display: inline-flex;
    align-items: center
}

.go-back__text {
    color: #000
}

.go-back__icon {
    transform: rotate(180deg);
    margin-right: 12px
}

@media screen and (max-width: 1366px) {
    .articles-page__header {
        height: 140px
    }
}

@media screen and (max-width: 1100px) {
    .index-articles {
        padding-left: 0
    }

    .index-articles .article__body {
        width: 60%
    }

    .index-articles__slider {
        max-width: 700px
    }

    .article__img {
        height: 200px
    }

    .index-articles .article__img {
        width: 300px
    }

    .articles {
        gap: 12px
    }

    .article {
        flex: 0 calc(50% - 6px)
    }

    .article__title {
        font-size: 16px !important
    }
}

@media screen and (max-width: 992px) {
    .article-content__left {
        max-width: 450px
    }
}

@media screen and (max-width: 768px) {
    .index-articles .article__body {
        width: 100%
    }

    .index-articles__slider {
        max-width: 330px
    }

    .article {
        flex-direction: column;
        height: 100%
    }

    .index-articles .article__picture {
        display: flex;
        margin-right: 0;
        justify-content: center
    }

    .index-articles__arrow--prev {
        left: -20px !important
    }

    .index-articles__arrow--next {
        right: -20px !important
    }

    .article__body {
        max-width: 300px;
        margin: 0 auto;
        max-height: 100%;
        height: auto
    }

    .article__date {
        font-size: 14px !important
    }

    .article__title {
        margin-bottom: 12px;
        font-size: 14px !important
    }

    .article__desk {
        margin-bottom: 12px;
        font-size: 13px !important
    }

    .articles-page__header {
        height: 120px
    }

    .article-content {
        flex-direction: column
    }

    .article-content__left {
        max-width: 100%
    }

    .picture-gallery__img {
        max-width: 100%;
        max-height: 210px
    }
}

@media screen and (max-width: 576px) {
    .index-articles__slider {
        max-width: 270px
    }

    .index-articles__arrow--prev {
        left: -17px !important
    }

    .index-articles__arrow--next {
        right: -17px !important
    }

    .article {
        flex: 1 100%
    }

    .picture-gallery__img {
        max-height: 155px
    }

    .slick-prev, .slick-next {
        width: 20px !important;
        height: 20px !important
    }

    .thumb-gallery__arrow {
        top: 58% !important
    }

    .thumb-gallery__arrow--prev {
        left: -18px !important
    }

    .thumb-gallery__arrow--next {
        right: -18px !important
    }
}

.block-contacts {
}

.block-contacts__inner {
    height: 100%;
    width: 100%
}
