ul li {
    list-style-type: none;
}

h1 {
    font-family: "Bounded", sans-serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1C1C1D;
}

h2 {
    font-family: "Bounded", sans-serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1C1C1D;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

h3 {
    font-family: "Bounded", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1C1C1D;
}

h4 {
    font-family: "Bounded", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #1C1C1D;
}

p,
a,
span,
button {
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #1C1C1D;
    text-decoration: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 26px;
    }

    h3,
    h4 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    a,
    span,
    button {
        font-size: 14px;
    }
}

div.bread_crumb p {
    color: #c8def9;
    font-size: 15px;
}

.catalog_new .btn-new {
    display: block;
    width: fit-content;
    padding: 16px 32px;
    border-radius: 4px;
    background-color: #0015B5;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.catalog_new .btn-new:hover {
    background-color: #FE4E41;
    border-color: #FE4E41;
}

.catalog_new .btn-new.border {
    background-color: transparent;
    border: 1px solid #0015B5;
    color: #0015B5;
}

.catalog_new .btn-new.border:hover {
    border-color: #FE4E41;
    background-color: #FE4E41;
    color: #fff;
}

.catalog_new .btn-new.white {
    background-color: #fff;
    color: #2873D3;
    border: none;
}

.catalog_new .btn-new.white:hover {
    background-color: #FE4E41;
    color: #fff;
}

.background-hero {
    position: relative;
    background-color: #2873D3;
}

.hero-block {
    display: flex;
    justify-content: space-between;
}

.hero-block-container {
    width: 50%;
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 40px;
    background-color: #2873D3;
    display: flex;
    flex-direction: column;
}

.hero-img {
    object-fit: cover;
    object-position: center;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}

.hero-block-container-text {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-block-container-text h1 {
    color: #fff;
}

.hero-block-container-text p {
    color: #fff;
}

.hero-block-container-labels {
    margin-bottom: 0;
    margin-top: 180px;
    display: flex;
    justify-content: space-between;
}

.hero-block-container-labels-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-block-container-labels-item span {
    color: #fff;
}

/* Слайдер */

.slider-block .slick-slider {
    padding-top: 100px;
}

.slider-block p {
    color: #4F4F4F;
}

.slick-arrow {
    position: absolute;
    top: 30px !important;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #9F9E9E80;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    z-index: 5;
}

.slick-arrow:before {
    display: none;
}

.slick-prev {
    background-image: url(./images/left-arr.svg);
}

.slick-prev:hover {
    background-image: url(./images/hover-left-arr.svg);
    background-color: #FE4E41;
    border-color: #FE4E41;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next {
    left: auto;
    right: 0;
    background-image: url(./images/right-arr.svg);
}

.slick-next:hover {
    background-image: url(./images/hover-right-arr.svg);
    border-color: #FE4E41;
    background-color: #FE4E41;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-dots {
    position: absolute;
    top: 10px;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.slick-slide {
    display: flex !important;
    gap: 30px;
}

.slick-dots li {
    width: 400px;
}

.slick-dots li button:before {
    content: '';
    border-bottom: 2px solid #4F4F4F;
    width: 100%;
}

.slider-block .slide-item {
    background-color: #F3F5F5;
    padding: 30px;
}

.slick-slide img {
    margin-bottom: 48px;
}

.slick-slide h3 {
    margin-bottom: 16px;
}

/* Каталог */

.production {
    margin-top: 150px;
    overflow: hidden;
}

.catalog-wrapper {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.catalog-wrapper-item,
.catalog-slider-item {
    position: relative;
    padding: 30px;
    background-color: #D3E4FA;
    min-height: 350px;
}

.catalog-wrapper-item:hover {
    background-color: #FE4E41;
}

.catalog-wrapper-item:hover h3 {
    color: #fff;
}

.catalog-wrapper-item h3,
.catalog-slider-item h3 {
    position: relative;
    z-index: 5;
}

.catalog-wrapper-item img,
.catalog-slider-item img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-bottom: 0;
}

.catalog-wrapper-item.new,
.catalog-slider-item.new {
    top: 0;
    bottom: auto;
}

.catalog-wrapper-item.new img,
.catalog-slider-item.new img {
    height: 100%;
}

.catalog-slider {
    display: none;
}

/* Популярные товары */

.popular {
    margin-top: 150px;
}

.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn.mobile {
    display: none;
}

.product-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

.product-item {
    display: flex;
    border: 1px solid #E0E0E0;
}

.product-item:hover {
    border-color: #FE4E41;
    box-shadow: 0px 4px 11px 0px #2379E81F;
}

.product-item-image {
    max-width: 330px;
    width: 25%;
}

.product-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

.product-item-info {
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 45%;
}

.product-item-info p {
    color: #4F4F4F;
}

.product-type {
    display: flex;
    gap: 10px;
}

.product-type span {
    font-size: 13px;
    color: #29519D;
    padding: 8px 12px;
    background-color: #F3F5F5;
    border-radius: 30px;
}

.product-benefits {
    display: flex;
    justify-content: space-between;
}

.product-benefits li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-benefits li span {
    color: #4F4F4F;
}

.product-item-price-buy {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 30%;
}

.banner {
    display: flex;
    margin-top: 150px;
}

.banner-container {
    background-color: #2379E8;
    width: 100%;
}

.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container:first-child {
    padding: 60px;
}

.banner-container span {
    color: #fff;
}

.banner-container h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.banner-container p {
    color: #fff;
}

.banner-container .btn {
    margin-top: 30px;
}

/* Сертификаты */

.certificaty {
    margin-top: 150px;
    background-color: #F3F5F5;
}

.certificaty .container {
    padding: 150px 0;
}

.certificaty-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.certificaty-left {
    max-width: 740px;
}

.certificaty-left ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.certificaty-left ul li {
    display: flex;
    gap: 20px;
}

.certificaty-left ul li span {
    color: #4F4F4F;
}

.certificaty-left ul li img {
    height: fit-content;
}

.certificaty-left .btn {
    margin-top: 60px;
}

.certificaty-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.certificaty-slider {
    max-width: 400px;
    width: 100%;
    padding-bottom: 80px;
}

.certificaty-slider .slick-arrow {
    top: auto !important;
    bottom: -25px;
}

.certificaty-slider .certificaty-slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 0;
}

.certificaty-slider .slick-dots {
    top: auto;
    bottom: 20px;
}

.certificaty-slider .slick-dots li {
    width: 70px;
}

/* О производстве */

.about {
    margin-top: 150px;
}

.about-text {
    display: flex;
    gap: 60px;
}

.about-text-left {
    width: 50%;
}

.about-text-left span {
    color: #4F4F4F;
}

.about-text-left h2 {
    margin-top: 20px;
}

.about-text-right {
    width: 50%;
}

.about-text-right p,
.about-text-right span {
    color: #4F4F4F;
    display: block;
}

.about-text-right .year {
    font-family: "Bounded";
    font-weight: 900;
    font-size: 160px;
    color: #2379E8;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.year-wrapper {
    display: flex;
    margin-top: 60px;
}

.year-slider {
    display: none;
}

.year-wrapper-item {
    width: 100%;
}

.year-wrapper-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 30px;
    padding-top: 30px;
    height: 100%;
}

.year-wrapper-item-info span {
    color: #4F4F4F;
}

.year-wrapper-item-date {
    padding-bottom: 12px;
    border-bottom: 2px solid #0015B5;
}

.year-wrapper-item img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

/* Наши преимущества */

.our-benefits-background {
    background-color: #F3F5F5;
    padding: 150px 0;
    margin-top: 150px;
}

.our-benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    margin-top: 60px;
}

.our-benefits-wrapper-item {
    background-color: #fff;
    padding: 30px;
}

.our-benefits-wrapper-item h3 {
    margin-top: 60px;
}

.our-benefits-wrapper-item span {
    margin-top: 18px;
    display: block;
    color: #4F4F4F;
}

.our-benefits-wrapper-item.span2 {
    position: relative;
    grid-column: span 2;
    background-color: #2379E8;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.our-benefits-wrapper-item.span2 h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.our-benefits-wrapper-item.span2 p {
    color: #fff;
}

.our-benefits-wrapper-item.span2 .btns {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    gap: 20px;
}

.our-benefits-wrapper-item.span2 .btns .btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.our-benefits-wrapper-item.span2 .btns .btn.border {
    border-color: #fff;
    color: #fff;
}

.our-benefits-wrapper-item.span2 .btns .btn:hover {
    background-color: #FE4E41;
    border-color: #FE4E41;
}

.our-benefits-wrapper-item.span2 .btns .btn:hover svg path {
    stroke: #fff;
}

.our-benefits-wrapper-item.span2 img {
    position: absolute;
    bottom: 0;
    right: -30px;
    max-height: 330px;
}

/* Как сделать заказ */

.order {
    margin-top: 150px;
}

.order-list {
    width: 50%;
}

/* Стиль для каждого блока */
.order-list-item {
    border-top: 1px solid #BDBDBD;
    margin-bottom: 5px;
    overflow: hidden;
}

.order-list-item:nth-child(3) {
    border-bottom: 1px solid #BDBDBD;
}

/* Заголовок */
.order-list-item .header {
    cursor: pointer;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

/* Стрелка справа */
.order-list-item .arrow {
    display: inline-block;
    background-color: #0015B5;
    padding: 16px 16px;
    border-radius: 4px;
}

.order-list-item .arrow img {
    transition: transform 0.3s ease;
}

/* Контейнер для содержимого */
.order-list-item .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease-in-out;
    padding-right: 75px;
}

/* Когда активен — показываем содержимое */

/* Используем :target для открытия нужного блока */

.order-list-item .content p {
    color: #4F4F4F;
}

.order.category-page .order-wrapper .order-list .content p {
    margin-bottom: 0;
}

.order-list-item .content p a {
    color: #2873D3;
}

/* Для каждого блока зададим уникальный id и ссылку в заголовке */

#q1:target .content {
    max-height: 300px;
    /* или больше, чтобы вместить содержимое */
    padding-bottom: 20px;
}

#q2:target .content {
    max-height: 300px;
    padding-bottom: 20px;
}

#q3:target .content {
    max-height: 300px;
    padding-bottom: 20px;
}

#q4:target .content {
    max-height: 300px;
    padding-bottom: 20px;
}

/* Поворот стрелки при открытии */
#q1:target .arrow img,
#q2:target .arrow img,
#q3:target .arrow img,
#q4:target .arrow img {
    transform: rotate(180deg);
}

.order-list .btn {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.order-wrapper {
    display: flex;
    gap: 60px;
}

.order-text {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 50%;
}

.order-text p {
    color: #4F4F4F;
}

.certificaty-right {
    overflow: hidden;
}

@media (max-width: 1280px) {
    .hero-block {
        flex-direction: column;
    }

    .hero-block-container {
        width: 100%;
    }

    .hero-block-container:nth-child(1) {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-block-container-labels {
        margin-top: 80px;
    }

    .container {
        max-width: 1320px;
        margin: 0 20px;
    }

    .background-hero {
        background-color: transparent;
    }

    .background-hero .container {
        margin: 0;
    }

    .hero-img {
        position: relative;
        width: 100%;
    }

    .about-text {
        flex-direction: column;
        gap: 48px;
    }

    .about-text-left,
    .about-text-right {
        width: 100%;
    }

    .year-wrapper {
        display: none;
        margin-top: 48px;
    }

    .year-slider {
        display: block !important;
    }

    .year-slider .slick-slide {
        display: block !important;
    }

    .year-slider .slick-dots {
        top: auto;
        bottom: 0;
    }

    .year-slider .slick-arrow {
        display: none !important;
    }

    .year-wrapper-item-info {
        gap: 30px;
    }

    .our-benefits-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .our-benefits-wrapper-item.span2 .btns {
        margin-top: 130px;
    }

    .our-benefits-wrapper-item.span2 img {
        max-height: 360px;
    }
}

@media (max-width: 991px) {

    .production,
    .order,
    .popular,
    .banner,
    .certificaty,
    .our-benefits-background {
        margin-top: 120px;
    }

    .certificaty .container,
    .our-benefits-background {
        padding-top: 120px;
    }

    .slick-slide {
        flex-direction: column;
    }

    .slick-dots {
        width: 100%;
    }

    .slick-dots li {
        width: 100%;
    }

    .slick-arrow {
        display: none !important;
    }

    .catalog-wrapper {
        gap: 20px;
    }

    .catalog-wrapper-item {
        min-height: 300px;
    }

    #toggleBtn {
        width: 100%;
    }

    .btn.desktop {
        display: none;
    }

    .btn.mobile {
        display: block;
        margin-top: 48px;
        width: 100%;
        text-align: center;
    }

    .product-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 48px;
    }

    .product-item {
        flex-direction: column;
        border: none;
        border-top: 1px solid #E0E0E0;
        padding-top: 20px;
    }

    .product-item-image {
        max-width: none;
    }

    .product-item-info {
        padding: 20px;
        gap: 20px;
        border: none;
    }

    .product-benefits {
        display: none;
    }

    .product-item-price-buy {
        padding: 0 20px;
        gap: 30px;
        flex-direction: row;
        align-items: center;
    }

    .product-item-price-buy p {
        width: fit-content;
        flex-shrink: 0;
    }

    .product-item-price-buy .btn {
        width: 100%;
        text-align: center;
    }

    .banner {
        flex-direction: column;
    }

    .banner-container:first-child {
        padding: 48px;
    }

    .banner-container h4 {
        margin-top: 12px;
    }

    .banner-container img {
        max-height: 450px;
    }

    .certificaty-wrapper {
        flex-direction: column;
        gap: 48px;
    }

    .certificaty-left {
        max-width: none;
    }

    .certificaty-right {
        display: flex;
        justify-content: center;
    }

    .certificaty-slider .slick-arrow {
        display: block !important;
    }

    .year-wrapper {
        display: none;
    }

    .year-wrapper-item-info {
        padding-right: 20px;
        justify-content: space-between;
        gap: 30px;
    }

    .year-wrapper-item-info img {
        margin-bottom: 0;
    }

    .year-slider {
        margin-top: 48px;
        padding-bottom: 20px;
    }

    .year-slider .slick-dots {
        top: auto;
        bottom: 0;
    }

    .year-slider .slick-slide {
        height: 100%;
        gap: 0;
    }

    .about-text-right .year {
        font-size: 100px;
    }

    .our-benefits-wrapper {
        grid-template-columns: 1fr;
    }

    .our-benefits-wrapper-item {
        padding: 20px;
    }

    .our-benefits-wrapper-item h3 {
        margin-top: 48px;
    }

    .our-benefits-wrapper-item.span2 {
        grid-column: 1;
        padding-bottom: 0;
        padding-top: 48px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-benefits-wrapper-item.span2 img {
        position: relative;
        object-fit: contain;
        right: auto;
    }

    .our-benefits-wrapper-item.span2 h4 {
        font-size: 16px;
    }

    .our-benefits-wrapper-item.span2 .btns {
        margin-top: 30px;
        flex-direction: column;
    }

    .our-benefits-wrapper-item.span2 .btns .btn {
        width: 100%;
        justify-content: center;
    }

    .order-wrapper {
        flex-direction: column;
        gap: 48px;
    }

    .order-text,
    .order-list {
        width: 100%;
    }

    .order-text {
        gap: 48px;
    }
}

@media (max-width: 640px) {

    .production,
    .order,
    .popular,
    .banner,
    .certificaty,
    .our-benefits-background {
        margin-top: 90px;
    }

    .certificaty .container,
    .our-benefits-background {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .hero-block-container-text {
        gap: 30px;
    }

    .hero-block-container-labels {
        margin-top: 60px;
        flex-direction: column;
        gap: 20px;
    }

    .slider-block .slide-item {
        padding: 20px;
    }

    .catalog-wrapper {
        display: none;
    }

    #toggleBtn {
        display: none;
    }

    .catalog-slider {
        display: block;
        margin-top: 48px;
        padding-bottom: 20px;
    }

    .catalog-slider .slick-dots {
        top: auto;
        bottom: 0;
    }

    .catalog-wrapper-item img,
    .catalog-slider-item img {
        height: 100%;
        object-fit: contain;
    }

    .catalog-wrapper-item.new img,
    .catalog-slider-item.new img {
        object-fit: cover;
    }

    .product-list {
        grid-template-columns: 1fr;
    }

    .banner-container:first-child {
        padding: 48px 20px;
    }

    .about-text-right .year {
        font-size: 80px;
    }

    .order-list-item .arrow {
        margin-left: 30px;
    }
}

/* Страница "Каталог" */

@media (max-width: 991px) {
    .catalog-wrapper.catalog-page {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .catalog-wrapper.catalog-page .catalog-wrapper-item img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 640px) {
    .catalog-wrapper.catalog-page {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* Страница "Категория товара" */
.big-text {
    margin-top: 150px;
}

.big-text p {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0px;
    text-align: center;
}

.big-text p span {
    font-family: "OpenSans";
    font-weight: 900;
    font-style: ExtraBold;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #0015B5;
}

.step-wrapper {
    margin-top: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.step-wrapper-item {
    height: 300px;
    background-color: #F3F5F5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.step-wrapper-item h3 {
    color: #2873D3;
}

.step-wrapper-item-text h3 {
    color: #1C1C1D;
    margin-bottom: 16px;
}

.step-wrapper-item p {
    color: #4F4F4F;
}

.order.category-page .order-wrapper {
    flex-direction: row-reverse;
    gap: 30px;
}

.order.category-page .order-wrapper .order-list h2 {
    margin-bottom: 30px;
}

.order.category-page .order-wrapper .order-list p {
    color: #4F4F4F;
    margin-bottom: 70px;
}

.order.category-page .order-list-item:nth-child(3) {
    border-bottom: none;
}

.order.category-page .order-wrapper .order-list {
    border-bottom: 1px solid #BDBDBD;
}

.sfery-background {
    margin-top: 150px;
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(./images/sfery.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sfery-background h2 {
    margin-bottom: 60px;
}

.sfery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sfery-wrapper-item {
    background-color: #2873D3;
    padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sfery-wrapper-item h3 {
    color: #fff;
}

.sfery-wrapper-item p {
    color: #E0E0E0;
}

.sfery-wrapper-item.no-background {
    background-color: transparent;
    align-items: center;
    justify-content: center;
}

.sfery-wrapper-item.no-background p {
    color: #4F4F4F;
    text-align: center;
}

.sfery-slider {
    display: none;
}

@media (max-width: 991px) {

    .big-text p,
    .big-text p span {
        font-size: 32px;
    }

    .big-text,
    .step-wrapper,
    .sfery-background {
        margin-top: 120px;
    }

    .sfery-background {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .order.category-page .order-wrapper {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .sfery-wrapper {
        display: none;
    }

    .sfery-slider {
        display: block;
        padding-bottom: 20px;
    }

    .sfery-slider .slick-slide {
        padding-right: 20px;
    }

    .sfery-slider .slick-dots {
        top: auto;
        bottom: 0;
    }
}

@media (max-width: 640px) {

    .big-text p,
    .big-text p span {
        font-size: 22px;
    }

    .big-text,
    .step-wrapper,
    .sfery-background {
        margin-top: 90px;
    }

    .sfery-background {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .step-wrapper {
        grid-template-columns: 1fr;
    }

    .step-wrapper-item {
        height: 280px;
    }
}