html {
    font-size: 16px;
}

@media (max-width: 1439px) {
    html {
        font-size: calc(100vw / 85.375);
    }
}

@media (max-width: 1365px) {
    html {
        font-size: calc(100vw / 64);
    }
}

@media (max-width: 1024px) {
    html {
        font-size: calc(100vw / 48);
    }
}

@media (max-width: 767px) {
    html {
        font-size: calc(100vw / 20);
    }
}

.first-screen {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    padding-top: 3.4375rem;
    padding-left: 5.1875rem;
    padding-bottom: 6.25rem;
    margin-bottom: 6.25rem;
}

.first-screen .title {
    margin-top: 11.5625rem;
    margin-bottom: 4.0625rem;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
}

.first-screen .title::after {
    content: '';
    position: absolute;
    left: -2.5rem;
    top: -0.9375rem;
    height: 16rem;
    width: 0.0625rem;
    background-color: #333;
}

.first-screen .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.25rem;
    height: 0.0625rem;
    width: 4.375rem;
    background-color: #333;
}

.first-screen .title .bold {
    font-size: 3.125rem;
    line-height: 4.6875rem;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.first-screen .text {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
}

.first-screen img {
    position: absolute;
    right: 0;
    top: 3.4375rem;
    z-index: -1;
}

.hello {
    padding-bottom: 8.75rem;
    padding-top: 3.75rem;
    background: url("../img/hello-bg.svg") no-repeat center top/contain;
    max-width: 52.5rem;
    margin: 0 auto 5.625rem auto;
}

.hello .title {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 1.875rem;
}

.hello .text {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #4F4F4F;
    margin-bottom: 2.5rem;
}

.hello .text.small {
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.3125rem;
    text-align: center;
    color: #828282;
    margin-bottom: 0;
}

.about-company {
    position: relative;
    margin-bottom: 4.375rem;
}

.about-company .title {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EB5757;
    margin-bottom: -0.9375rem;
    position: relative;
    z-index: 3;
}

.custom-pagination {
    position: absolute;
    right: -3.125rem;
    top: 3.125rem;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-right: 4.6875rem;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    letter-spacing: 0.1em;
}

.custom-pagination .current {
    color: #EB5757;
}

.custom-pagination::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.75rem;
    height: 0.0625rem;
    background-color: #333;
}

.about-company .swiper-container {
    margin-right: 1.875rem;
}

.about-company .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-company .swiper-slide-active .info {
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.about-company .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    flex-shrink: 0;
}

.about-company .swiper-button-next {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-company .swiper-button-next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-company .swiper-button-prev {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.25rem;
}

.about-company .swiper-pagination {
    position: absolute;
    margin-top: -25px;
    margin-bottom: 25px;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: 3.75rem;
}

.about-company .swiper-pagination-bullet {
    height: 0.4375rem;
    width: 0.4375rem;
    border-radius: 0;
    background: #E0E0E0;
    margin-right: 0.8125rem;
    opacity: 1;
}

.about-company .swiper-pagination-bullet:nth-last-of-type(1) {
    margin-right: 0;
}

.about-company .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EB5757;
}

.about-company .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
    margin-right: 12.8125rem;
}

.about-company .slide-title {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #333333;
    margin-top: 2.8125rem;
}

.about-company .slide-title .bold {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 3rem;
    line-height: 3.4375rem;
    color: #333333;
}

.about-company .slide-title .text-arrow {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 4.25rem;
    color: #333333;
}

.about-company .slide-title .number-bold {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: normal;
    /*font-size: 72px;*/
    font-size: 3.75rem;
    line-height: 5.125rem;
    text-transform: uppercase;
    color: #333333;
}

.about-company .number {
    font-family: 'Garamond', arial;
    font-style: normal;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 2.125rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
}

.about-company .slide-text {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #4F4F4F;
    margin-bottom: 4.0625rem;
}

.about-company .slide-text.description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #828282;
}

.about-company .img-container img {
    height: 23rem;
    width: 41.875rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-story {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.our-story .swiper-button-next {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 0.0625rem solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    margin-left: 2.8125rem;
}

.our-story .swiper-button-prev {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 0.0625rem solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    margin-left: 2.8125rem;
}

.our-story .swiper-container {
    margin-left: 0;
    height: 18.75rem;
    margin: 0.625rem 0;
}

.our-story .swiper-slide {
    padding-left: 4.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-story .swiper-slide-next .year {
    font-family: 'Georgia';
    margin-left: 5.3125rem;
    font-style: normal;
    font-weight: normal;
    font-size: 2.25rem;
    line-height: 2.5625rem;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0;
    margin-right: 1.875rem;
    max-width: 5.625rem;
    padding-left: 0;
    word-wrap: break-word;
}

.our-story .swiper-slide-next .year::after {
    left: -8.125rem;
    width: 7.1875rem;
}

.our-story .swiper-slide-next .year::before {
    content: '';
    height: 1.5625rem;
    width: 0.0625rem;
    background-color: #333;
    position: absolute;
    left: -1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-story .title-container {
    position: relative;
    margin-right: 1.875rem;
    margin-bottom: 5.625rem;
}

.our-story .title-container::after {
    content: '';
    position: absolute;
    left: -2.1875rem;
    top: 0.625rem;
    height: 5.9375rem;
    width: 0.0625rem;
    background-color: #333;
}

.our-story .title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    margin-bottom: 0.9375rem;
}

.our-story .tagline {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #828282;
}

.our-story .year {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #BDBDBD;
    padding-left: 1.75rem;
    margin-left: -0.875rem;
    cursor: pointer;
}

.our-story .year::after {
    content: "";
    width: 0.875rem;
    height: 0.0625rem;
    background-color: #333;
    position: absolute;
    left: 0.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-story .line {
    position: relative;
    height: 100%;
    width: 0.0625rem;
    background-color: #333;
}

.our-story .line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0px;
    width: 0px;
    border-radius: 50%;
    background: #E0E0E0;
    z-index: 2;
}

.our-story .swiper-slide-next .line::after {
    height: 1.625rem;
    width: 1.625rem;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.our-story .line::before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0px;
    width: 0px;
    border-radius: 50%;
    background: #F2F2F2;
    border: 0.125rem solid #000;
    z-index: 3;
}

.our-story .swiper-slide-next .line::before {
    opacity: 1;
    height: 1.1875rem;
    width: 1.1875rem;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.our-story .content {
    padding: 2.8125rem 2.5rem;
    background: #F2F2F2;
    opacity: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 41.875rem;
    margin-bottom: 3.75rem;
    position: absolute;
    top: 5.625rem;
    right: 2rem;
}

.our-story .content.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.our-story .swiper-slide-next .content {
    opacity: 1;
    -webkit-transition: all 2.5s;
    transition: all 2.5s;
}

.our-story .icon {
    position: relative;
    margin-right: 3.75rem;
    flex-shrink: 0;
}

.our-story .text {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #333333;
    margin-bottom: 0;
}

.our-story .text::after {
    content: '';
    position: absolute;
    left: -1.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4.1875rem;
    width: 0.0625rem;
    background-color: #333;
}

.principle {
    padding-top: 5.3125rem;
}

.principle .title {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 2.9375rem;
    text-align: center;
    letter-spacing: 0.05px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 0;
    margin-bottom: 4.6875rem;
}

.principle .swiper-container {
    padding: 1.5625rem 0;
    margin-top: -2.8125rem;
}

.principle .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: all 1.5s !important;
    transition: all 1.5s !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.principle .swiper-slide-active {
    opacity: 1 !important;
    -webkit-transition: all 1.5s !important;
    transition: all 1.5s !important;
}

.principle .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -4.375rem;
    margin-right: 10.3125rem;
}

.principle .swiper-button-prev {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 0.0625rem solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
    margin-bottom: 1.25rem;
}

.principle .swiper-button-next {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 0.0625rem solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0;
}

.principle .content {
    background-color: #fff;
    padding: 70px 55px 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 440px;
    height: 480px;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    margin-left: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.low-prices {
    padding-top: 1.25rem;
}

.principle .img-other {
    cursor: pointer;
    width: 8.75rem;
    height: 20rem;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}

.principle .img-other_prev {
    -o-object-position: right;
    object-position: right;
}

.principle .img-other_next {
    -o-object-position: left;
    object-position: left;
}

.principle .slide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.principle .slide-container img {
    height: 24.125rem;
    width: 24.125rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.principle .slide-title {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 5rem;
}

.principle .slide-title::after {
    content: '';
    position: absolute;
    bottom: -1.875rem;
    left: 0;
    width: 3.875rem;
    height: 0.0625rem;
    background-color: #333;
}

.principle .text {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    color: #4F4F4F;
}

.principle .swiper-scrollbar {
    display: none;
}

.quality .swiper-scrollbar {
    display: none;
}

.low-prices {
    margin-bottom: 9.375rem;
}

.low-prices .title {
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.875rem;
    line-height: 2.9375rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 3.4375rem;
}

.low-prices .title br.mob{
    display: none;
}

.low-prices .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.25rem;
}

.low-prices .item {
    width: 20rem;
    list-style: none;
}

.low-prices .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.625rem;
}

.low-prices .icon {
    margin-right: 1.5625rem;
}

.low-prices .item-title {
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
}

.low-prices .text {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    color: #4F4F4F;
    margin-bottom: 0;
}

.quality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 9.0625rem;
}

.quality .title-container {
    padding-left: 2.1875rem;
    margin-right: 0px;
}

.quality .title {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333333;
    margin-top: 0;
    margin-bottom: 2.8125rem;
}

.quality .title::after {
    content: '';
    position: absolute;
    left: -2.1875rem;
    top: 0;
    height: 5.3125rem;
    width: 0.0625rem;
    background-color: #333;
}

.quality .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quality .swiper-button-next {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 0.0625rem solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 0;
    margin-right: 1.25rem;
}

.quality .swiper-button-prev {
    position: static;
    background-image: none;
    height: 2.5rem;
    width: 2.5rem;
    border: 0.0625rem solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0;
}

.quality .wrapper .icon {
    margin-bottom: 1.625rem;
}

.quality .iso {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    text-align: center;
    color: #333333;
}

.quality-slider {
    position: relative;
    width: 52.1875rem;
    margin-top: 3.125rem;
    padding: 0 1.25rem;
}

.quality-slider::after {
    content: "";
    position: absolute;
    top: -3.125rem;
    left: 0;
    height: 8.125rem;
    width: 100%;
    background: #E0E0E0;
    z-index: -1;
}

.quality .swiper-container {
    width: 100%;
    padding: 7.5rem 0;
    margin-top: -7.8125rem;
}

.quality .swiper-slide {
    position: relative;
    border: 0.0625rem solid #E0E0E0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12.5rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quality .hover-block {
    position: relative;
}

.quality .hover-block .wrapper {
    position: absolute;
    top: 5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16.5625rem;
    height: 23.125rem;
    padding: 1.5625rem 1.3125rem 2.1875rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    border-bottom: 0.125rem solid #cc0001;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none;
}

.quality .hover-block .wrapper-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.quality .hover-block .wrapper-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.quality .swiper-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
}

.quality .swiper-slide:hover::after {
    background-color: rgba(255, 255, 255, 0);
}

.quality .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.quality .swiper-slide:hover .wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16.5625rem;
    height: 23.125rem;
    padding: 1.5625rem 1.3125rem 2.1875rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #cc0001;
    z-index: 10;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.quality .slide-title {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
    color: #333333;
    margin-top: 0;
    margin-bottom: 1.5625rem;
}

.quality .slide-title.uppercase {
    text-transform: uppercase;
}

.quality .text {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    color: #4F4F4F;
    margin: 0;
}

.quality .text .bold {
    font-style: normal;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    color: #4F4F4F;
}

.quality .btn {
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #333333;
    width: 100%;
    padding: 0.625rem 0;
    margin-top: auto;
    margin-bottom: 0;
}

.principle .title br.mob {
    display: none;
}

@media (max-width: 1439px) {
    .first-screen {
        padding-top: 0.9375rem;
        padding-left: 7.5rem;
        margin-bottom: 9.375rem;
    }
    .first-screen img {
        right: 4.0625rem;
        top: 5.3125rem;
        max-width: 43.125rem;
    }
    .first-screen .title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
    }
    .first-screen .title::after {
        left: -2.5rem;
        top: 0;
        height: 13.4375rem;
    }
    .first-screen .title .bold {
        font-size: 2.5rem;
        line-height: 4.5625rem;
    }
    .first-screen .title::before {
        bottom: -0.75rem;
    }
    .first-screen .text {
        font-size: 0.9375rem;
        line-height: 1.5625rem;
        max-width: 25rem;
    }
    .first-screen .text br {
        display: none;
    }
    .hello .title {
        font-size: 1.625rem;
        line-height: 133.21%;
    }
    .hello .text {
        font-size: 1rem;
        line-height: 1.75rem;
    }
    .hello .text.small {
        font-size: 0.75rem;
        line-height: 1.3125rem;
    }
    .hello {
        padding-top: 4.6875rem;
        padding-bottom: 10rem;
        margin: 0 auto 8.4375rem auto;
    }
    .hello .text {
        margin-bottom: 1.875rem;
    }
    .about-company {
        padding-left: 7.1875rem;
        padding-top: 0.9375rem;
        height: 23rem;
    }
    .about-company .swiper-container {
        margin-right: 3.125rem;
        margin-top: -2.8125rem;
        height: 100%;
    }
    .about-company .title {
        margin-bottom: 0;
    }
    .about-company .slide-title {
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
    .about-company .img-container {
        height: 20.9375rem;
    }
    .about-company .img-container img {
        width: 38.125rem;
        height: 20.875rem;
    }
    .about-company .slide-title {
        margin-top: 4.0625rem;
    }
    .about-company .slide-title .number-bold{
        font-size: 3.6rem;
    }
    .about-company .slide-title .bold{
        font-size: 1.8rem;
    }
    .about-company .slide-text.description{
        font-size: 0.8rem;
    }
    .about-company .number{
        font-size: 1.5rem;
    }
    .about-company .slide-text {
        margin-bottom: 3.125rem;
    }
    .about-company .arrow {
        margin-top: -1rem;
        margin-right: 14.0625rem;
    }
    .about-company .swiper-button-prev {
        height: 2.1875rem;
        width: 2.1875rem;
    }
    .about-company .swiper-button-next {
        height: 2.1875rem;
        width: 2.1875rem;
    }
    .about-company .swiper-pagination {
        margin-bottom: 1.25rem;
        position: relative;
        z-index: 2;
    }
    .about-company {
        margin-bottom: 10.8125rem;
    }
    .our-story .title-container {
        margin-right: 1.25rem;
        margin-bottom: 3.4375rem;
    }
    .our-story {
        padding-left: 7.1875rem;
    }
    .our-story .content {
        width: 34.0625rem;
        padding: 2.8125rem 3.125rem;
        right: 3rem;
    }
    .our-story .swiper-container {
        height: 20.3125rem;
    }
    .our-story .swiper-button-prev {
        height: 2.1875rem;
        width: 2.1875rem;
        margin-left: 3rem;
    }
    .our-story .swiper-button-next {
        height: 2.1875rem;
        width: 2.1875rem;
        margin-left: 3rem;
    }
    .principle {
        padding-top: 9.6875rem;
    }
    .principle .title {
        font-size: 1.625rem;
        line-height: 169.5%;
        margin-bottom: 6.875rem;
    }
    .principle .slide-title {
        font-size: 1.25rem;
        line-height: 157.3%;
    }
    .principle .text {
        font-size: 0.875rem;
        line-height: 1.4375rem;
    }
    .principle .slide-container img {
        width: 19.6875rem;
        height: 20rem;
    }
    .principle .slide-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 4.5rem;
        margin-right: 4.5rem;
    }
    .principle .content {
        height: 23.75rem;
        padding: 15px 55px 15px 65px;
    }
    .principle .slide-title::after {
        bottom: -1.25rem;
    }
    .principle .slide-title {
        margin-bottom: 2.8125rem;
        margin-top: 0;
    }
    .principle .arrow {
        margin-top: -3.75rem;
        margin-right: 11.9rem;
    }
    .principle .swiper-button-prev {
        height: 2.1875rem;
        width: 2.1875rem;
        margin-bottom: 0.625rem;
    }
    .principle .swiper-button-next {
        height: 2.1875rem;
        width: 2.1875rem;
    }
    .low-prices {
        padding-top: 5rem;
    }
    .low-prices .title {
        font-size: 1.625rem;
        line-height: 169.5%;
        margin-bottom: 4.0625rem;
    }
    .quality {
        padding-bottom: 0;
    }
    .quality .title-container {
        padding-left: 7.8125rem;
        padding-top: 0px;
    }
    .quality .title::after {
        left: -2.1875rem;
        top: 0.625rem;
        height: 3.125rem;
    }
    .quality .title {
        margin-bottom: 1.875rem;
    }
    .quality .arrow {
        margin-left: 0.3125rem;
    }
    .quality .swiper-button-next {
        height: 2.1875rem;
        width: 2.1875rem;
    }
    .quality .swiper-button-prev {
        height: 2.1875rem;
        width: 2.1875rem;
    }
    .quality-slider {
        position: relative;
        width: 42.5rem;
        margin-top: 2.5rem;
        margin-right: 4.375rem;
        padding: 0 2.5rem;
    }
    .quality-slider::after {
        height: 6.5625rem;
    }
    .quality .swiper-container {
        margin-top: -10rem;
        padding: 8.125rem 0px;
    }
    .quality .swiper-slide {
        height: 9.375rem;
    }
    .quality .slide-title {
        margin-bottom: 0.9375rem;
    }
    .quality .hover-block .wrapper {
        top: 3.125rem;
    }
}

@media (max-width: 1365px) {
    .first-screen {
        padding-top: 0;
        margin-bottom: 3.8125rem;
    }
    .first-screen .title {
        margin-top: 11.25rem;
    }
    .first-screen img {
        right: 4.0625rem;
        top: -4.6875rem;
        max-width: 33.125rem;
    }
    .hello {
        padding-top: 3rem;
        padding-bottom: 5rem;
        margin: 0 auto 8.125rem auto;
    }
    .hello .text {
        max-width: 40.625rem;
        margin: 0 auto;
        margin-bottom: 1.875rem;
    }
    .about-company .swiper-container {
        margin-right: 6.25rem;
    }
    .about-company .img-container {
        width: 30.5rem;
        height: 16.9375rem;
    }
    .about-company .img-container img {
        width: 30.5rem;
        height: 16.9375rem;
    }
    .about-company .slide-title {
        margin-top: 3.125rem;
    }
    .about-company .slide-title {
        font-size: 1rem;
        line-height: 2.1875rem;
    }
    .custom-pagination {
        right: 1.25rem;
    }
    .about-company {
        margin-bottom: 11.25rem;
        height: 20rem;
    }
    .about-company .slide-text {
        line-height: 1.5625rem;
        font-size: 0.7rem;
    }
    .about-company .arrow {
        margin-top: -1.375rem;
        margin-right: 13.2rem;
    }
    .about-company .swiper-button-prev {
        margin-right: 0.625rem;
    }
    .about-company .title {
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }
    .about-company .slide-title {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .about-company .swiper-pagination-bullet {
        height: 0.3125rem;
        width: 0.3125rem;
        margin-right: 0.625rem;
    }

    .about-company .slide-title .number-bold {
        font-size: 2rem;
    }

    .about-company .slide-title .bold {
        font-size: 1.5rem;
    }
    .about-company .number{
        font-size: 1rem;
    }
    .about-company .slide-title .text-arrow{
        font-size: 1.5em;
    }
    .about-company .slide-text.description{
        font-size: 0.55rem;
    }
    .our-story {
        position: relative;
        padding-left: 5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .our-story .title br {
        display: none;
    }
    .our-story .title-container {
        margin-right: 0;
        margin-left: 19.0625rem;
        margin-bottom: -3.75rem;
    }
    .our-story .content {
        width: 57%;
        left: 22.0625rem;
        right: auto;
        top: 8.125rem;
    }
    .our-story .title-container::after {
        height: 3.75rem;
        left: -1.875rem;
    }
    .our-story .text {
        font-size: 1rem;
        line-height: 177.18%;
    }
    .our-story .year {
        font-size: 0.875rem;
        line-height: 1.1875rem;
        margin-left: 1.5625rem;
        padding-left: 0;
    }
    .our-story .year::after {
        left: -2rem;
    }
    .our-story .swiper-container {
        margin: 1.25rem 0;
        height: 19.0625rem;
    }
    .our-story .content {
        padding: 2.8125rem 2.1875rem;
    }
    .principle {
        padding-top: 8.4375rem;
    }
    .principle .title {
        font-size: 1.625rem;
        line-height: 169.5%;
        margin-bottom: 4.375rem;
    }
    .principle .text br{
        display: none;
    }
    .principle .content {
        padding: 15px 50px 15px 65px;
    }
    .principle .img-other {
        width: 6.25rem;
        height: 20rem;
    }
    .principle .slide-container {
        margin: 0 1.8125rem;
    }
    .principle .arrow {
        margin-right: 7.8125rem;
    }
    .low-prices {
        padding-top: 8.125rem;
    }
    .low-prices .title {
        font-size: 1.5rem;
        line-height: 169.5%;
        margin-bottom: 3.125rem;
    }
    .low-prices .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4rem;
    }
    .low-prices .item {
        width: 20rem;
        margin-right: 2.8125rem;
        margin-bottom: 3.125rem;
    }
    .low-prices .item:nth-last-of-type(1) {
        width: 22rem;
    }
    .low-prices .icon {
        width: 3.125rem;
        width: 3.125rem;
    }
    .low-prices .row {
        margin-bottom: 1.0625rem;
    }
    .low-prices .item-title br {
        display: none;
    }
    .low-prices .text br {
        display: none;
    }
    .low-prices {
        margin-bottom: 7.1875rem;
    }
    .quality .title {
        font-size: 1.25rem;
        line-height: 157.3%;
        margin-bottom: 1.5625rem;
    }
    .quality .title-container {
        padding-left: 7.8125rem;
        padding-top: 0.9375rem;
        flex-shrink: 0;
        margin-right: 20px;
    }
    .quality .title::after {
        left: -1.875rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .quality .arrow {
        margin-left: 0;
    }
    .quality-slider {
        margin-right: 4.375rem;
        margin-top: 3.125rem;
        width: 36.25rem;
        padding: 0 1.875rem;
    }
    .quality .swiper-slide {
        height: 7.8125rem;
    }
    .quality-slider::after {
        top: -3.4375rem;
        left: 0px;
        height: 6.5625rem;
        width: 100%;
    }
    .quality .swiper-container {
        width: 100%;
        padding: 8.125rem 0;
    }
    .quality .hover-block .wrapper {
        width: 15.625rem;
        top: 1.875rem;
    }
    .quality .iso {
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 0.3125rem;
    }
    .quality .slide-title {
        font-size: 0.9375rem;
        line-height: 1.25rem;
        margin-bottom: 0.625rem;
    }
    .quality .text {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}


@media (max-width: 1200px) {
    .principle .slide-container {
        margin: 0 1.8125rem;
    }

    .quality .title-container {
        margin-right: 0px;
    }

    .low-prices .list {
        padding: 0 6.5rem;
    }

    .about-company .slide-title {
        margin-top: 3.125rem;
    }
    .about-company .slide-title {
        font-size: 1rem;
        line-height: 2.1875rem;
    }
    .custom-pagination {
        right: 1.25rem;
    }

    .about-company .slide-text {
        line-height: 1.5625rem;
        font-size: 0.89rem;
    }
    .about-company .arrow {
        margin-top: -1.375rem;
        margin-right: 13.2rem;
    }
    .about-company .swiper-button-prev {
        margin-right: 0.625rem;
    }
    .about-company .title {
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }
    .about-company .slide-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .about-company .slide-title .number-bold {
        font-size: 2.7rem;
    }

    .about-company .slide-title .bold {
        font-size: 1.5rem;
    }
    .about-company .number{
        font-size: 1.5rem;
    }
    .about-company .slide-title .text-arrow{
        font-size: 1.5em;
    }
    .about-company .slide-text.description{
        font-size: 0.6rem;
    }
}

@media (max-width: 1024px) {

    .about-company{
        height: 43rem;
    }

    .first-screen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5rem;
        padding: 2.5rem 1.875rem 0;
    }
    .first-screen img {
        position: static;
        width: 100%;
        max-width: 100%;
    }
    .first-screen .title {
        margin-top: 0;
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 2.5rem;
        margin-right: 8.75rem;
    }
    .first-screen .title::after {
        left: auto;
        top: 0.3125rem;
        right: -4.5rem;
        height: 4.0625rem;
    }
    .first-screen .title .bold {
        font-size: 1.875rem;
        line-height: 3.4375rem;
    }
    .first-screen .title::before {
        content: none;
    }
    .first-screen .text {
        font-size: 0.875rem;
        line-height: 177.18%;
        max-width: 18.75rem;
    }
    .first-screen .text br {
        display: none;
    }
    .hello {
        padding-top: 2.8125rem;
        padding-bottom: 6rem;
        margin: 0 auto 5rem auto;
    }
    .hello .title {
        margin-bottom: 1.5625rem;
    }
    .about-company {
        padding: 0 1.5625rem;
        margin-bottom: 0;
    }
    .about-company .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .about-company .swiper-container {
        margin-right: 0;
        padding-top: 3.125rem;
        margin-top: -3.125rem;
    }
    .about-company .swiper-button-next {
        height: 2.8125rem;
        width: 2.8125rem;
        background-color: #fff;
    }
    .about-company .swiper-button-prev {
        height: 2.8125rem;
        width: 2.8125rem;
        margin-right: 0.9375rem;
        background-color: #fff;
    }
    .about-company .custom-pagination::after {
        content: none;
    }
    .about-company .slide-title br {
        display: none;
    }
    .about-company .swiper-pagination {
        margin: 0;
        position: absolute;
        top: 1.2rem;
        right: 3.125rem;
        bottom: auto;
        justify-content: flex-end;
        padding-right: 60px;
    }
    .about-company .custom-pagination {
        right: 1.5625rem;
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        padding: 0;
    }
    .about-company .img-container {
        width: 100%;
        height: 24.0625rem;
    }
    .about-company .swiper-slide .img-container img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    .about-company .title {
        margin-top: 0;
        margin-bottom: 1.25rem;
    }
    .about-company .arrow {
        margin-top: -13.75rem;
        margin-bottom: 15.3125rem;
        margin-right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .about-company .slide-title {
        margin-top: 0rem;
        margin-right: 7rem;
    }
    .about-company .slide-text br {
        display: none;
    }
    .about-company .swiper-slide-active .info {
        padding-left: 1.875rem;
    }
    .about-company .slide-text {
        max-width: 19.375rem;
        font-size: 1rem;
    }
    .about-company .slide-title .number-bold {
        margin-right: 0.5625rem;
    }
    .our-story .title-container {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .our-story-slider {
        width: 100%;
        padding-top: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .our-story {
        padding: 0 1.5625rem;
    }
    .our-story .title {
        margin-bottom: 0;
        margin-left: 1.875rem;
    }
    .our-story .title-container::after {
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 1.875rem;
    }
    .our-story .swiper-button-prev {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        height: 2.8125rem;
        width: 2.8125rem;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 6.5625rem;
        margin-right: -2.8125rem;
    }
    .our-story .swiper-button-next {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        height: 2.8125rem;
        width: 2.8125rem;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 6.5625rem;
        margin-left: -2.8125rem;
    }
    .our-story .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .our-story .year::after {
        width: 0.0625rem;
        height: 0.875rem;
    }
    .our-story .line {
        height: 0.0625rem;
        width: 100%;
    }
    .our-story .swiper-slide {
        padding-left: 0;
    }
    .our-story .swiper-container {
        height: auto;
        width: 100%;
        margin: 0 6.875rem;
        padding-top: 8.125rem;
        padding-bottom: 11.25rem;
    }
    .our-story .year {
        margin: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -3.125rem;
        height: 2.375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .our-story .year::after {
        top: 3.125rem;
        left: 0.9375rem;
    }
    .our-story .swiper-slide-active .year {
        margin: 0;
        top: -8.75rem;
        height: 5.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .our-story .swiper-slide-active .year::after {
        left: 50%;
        height: 5.625rem;
        top: 5.9375rem;
        width: 0.0625rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .our-story .swiper-slide-active .year::before {
        content: '';
        height: 1.5625rem;
        width: 0.0625rem;
        background-color: #333;
        position: absolute;
        left: 50%;
        top: 5.9375rem;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .our-story .swiper-slide-next .content {
        margin-top: 3.125rem;
    }
    .our-story-slider {
        position: relative;
    }
    .our-story .swiper-slide-active .line::before {
        opacity: 1;
        height: 1.1875rem;
        width: 1.1875rem;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .our-story .swiper-slide-active .line::after {
        height: 1.625rem;
        width: 1.625rem;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .our-story .swiper-slide-active .year {
        font-family: 'Georgia';
        font-style: normal;
        font-weight: normal;
        font-size: 2.25rem;
        line-height: 2.5625rem;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 0;
        margin-right: 1.875rem;
        max-width: 5.625rem;
    }
    .our-story .swiper-slide-next .year {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 1.1875rem;
        text-transform: uppercase;
        color: #BDBDBD;
        margin: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .our-story .swiper-slide-next .year::after {
        content: "";
        width: 0.0625rem;
        height: 0.875rem;
        background-color: #333;
        position: absolute;
        left: 0.9375rem;
        top: 3.125rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .our-story .swiper-slide-next .year::before {
        content: none;
    }
    .our-story .swiper-slide-next .line::before {
        opacity: 0;
        height: 0;
        width: 0;
        -webkit-transition: all 0ms;
        transition: all 0ms;
    }
    .our-story .swiper-slide-next .line::after {
        opacity: 0;
        height: 0;
        width: 0;
        -webkit-transition: all 0ms;
        transition: all 0ms;
    }
    .our-story .swiper-slide-next .content {
        opacity: 0;
        -webkit-transition: all 0ms;
        transition: all 0ms;
    }
    .our-story .swiper-slide-active .content {
        opacity: 1;
        position: absolute;
        width: 700px;
        top: 5.3125rem;
        left: -8.75rem;
    }
    .our-story .content {
        width: 44rem;
        top: 16.875rem;
        left: 1.5625rem;
        right: 1.5625rem;
    }
    .principle {
        padding-top: 12rem;
    }
    .principle .title {
        font-size: 1.375rem;
        line-height: 169.5%;
        margin-bottom: 5.625rem;
    }
    .principle .img-other {
        display: none;
    }
    .principle .slide-container {
        margin: 0 auto;
    }
    .principle .arrow {
        margin-right: 4.5rem;
        margin-top: 0.3125rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .principle .swiper-button-next {
        height: 2.8125rem;
        width: 2.8125rem;
    }
    .principle .swiper-button-prev {
        margin-bottom: 0;
        margin-right: 0.9375rem;
        height: 2.8125rem;
        width: 2.8125rem;
    }
    .principle .slide-container img {
        width: 15rem;
        height: 15.625rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .principle .content {
        height: 18.75rem;
        margin-left: 0;
        padding: 0.625rem 1.8125rem;
        margin-bottom: 1.25rem;
    }
    .principle .slide-title {
        margin-bottom: 2.5rem;
        font-size: 1.1rem;
    }
    .principle .slide-title br {
        display: none;
    }
    .principle .slide-title::after {
        bottom: -0.9375rem;
    }
    .principle .text {
        font-size: 0.7rem;
        line-height: 163.42%;
    }
    .principle .text br {
        display: none;
    }
    .low-prices {
        padding-top: 4.375rem;
    }
    .low-prices .title {
        font-size: 1.375rem;
        line-height: 169.5%;
        margin-bottom: 3.4375rem;
    }
    .low-prices .list {
        margin-right: 0;
        padding-left: 0;
        padding: 0 6.25rem;
    }
    .low-prices .item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 3.75rem;
    }
    .low-prices .item:nth-last-of-type(1) {
        max-width: 100%;
        width: 100%;
    }
    .low-prices .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .low-prices .item-title {
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.6875rem;
        margin-top: 1.5625rem;
        margin-bottom: 0;
    }
    .low-prices .text {
        text-align: center;
        font-size: 1rem;
        line-height: 163.42%;
    }
    .low-prices .icon {
        margin-right: 0;
        height: 3.75rem;
        width: 3.75rem;
    }
    .quality {
        padding: 0 2.1875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 6.25rem;
    }
    .quality .title-container {
        width: 100%;
        padding: 0;
        padding-left: 1.875rem;
        margin-bottom: 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .quality-slider {
        width: 100%;
        padding: 0 2.5rem;
        margin-right: 0;
    }
    .quality .swiper-container {
        width: 100%;
        padding: 7.8125rem 0 1.875rem;
    }
    .quality .wrapper .icon {
        margin-right: 2.5rem;
        margin-bottom: 0;
    }
    .quality .swiper-slide {
        height: 9.375rem;
    }
    .quality .swiper-slide.active {
        -webkit-box-shadow: 0 0 0.625rem #BDBDBD;
        box-shadow: 0 0 0.625rem #BDBDBD;
    }
    .quality .swiper-slide.active::after {
        content: none;
    }
    .quality .title {
        padding-top: 0.625rem;
    }
    .quality .title::after {
        top: 63%;
        transform: translateY(-50%);
        height: 1.25rem;
    }
    .quality .title br {
        display: none;
    }
    .low-prices {
        margin-bottom: 5.625rem;
    }
    .quality .swiper-button-prev, .quality .swiper-button-next {
        height: 2.8125rem;
        width: 2.8125rem;
    }
    .quality .swiper-button-next {
        margin-right: 0.9375rem;
    }
    .quality .hover-block .wrapper.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .quality-slider {
        padding: 0 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .quality .hover-block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
    .quality .hover-block .wrapper {
        position: static;
        width: 100%;
        height: auto;
        -webkit-transform: none;
        transform: none;
        padding: 3.4375rem 3.75rem 3.625rem 3.75rem;
    }
    .quality .hover-block .wrapper-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5625rem;
    }
    .quality .iso {
        text-align: left;
    }
    .quality .slide-title {
        text-align: left;
    }
    .quality .text {
        text-align: left;
    }
    .quality .text br{
        display: none;
    }
    .quality .btn {
        max-width: 13.6875rem;
        margin-top: 1.25rem;
    }
}

@media (max-width: 800px) {
    .principle .arrow {
        margin-right: 2.1875rem;
    }

    .principle .content {
        padding: 0.625rem 2.6rem;
    }

    .principle .slide-title{
        font-size: 1.25rem;
    }

    .principle .text {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .first-screen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.9375rem 0.625rem 0 0.625rem;
        margin-bottom: 3.125rem;
    }
    .first-screen .title {
        text-align: center;
        margin-right: 0;
        margin-bottom: 1.875rem;
        font-size: 1rem;
        line-height: 1.1875rem;
    }
    .first-screen .title .bold {
        text-align: center;
        font-size: 2.1875rem;
        line-height: 3.4375rem;
    }
    .first-screen .title::after {
        left: 50%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -0.9375rem;
        right: -4.5rem;
        height: 0.0625rem;
        width: 4.375rem;
    }
    .first-screen .text {
        text-align: center;
        font-size: 0.75rem;
        line-height: 175.68%;
        margin-bottom: 1.5625rem;
    }
    .hello {
        padding: 0 1.5625rem;
        margin: 0 -10px 3.75rem;
        background: url(../img/hello-bg.svg) no-repeat center top 5.5625rem/cover;
        max-width: 52.5rem;
        background-size: 135%;
    }
    .hello .title {
        text-align: center;
        font-size: 1.375rem;
        line-height: 133.21%;
        margin-bottom: 1.25rem;
    }
    .hello .text {
        text-align: center;
        font-size: 0.9375rem;
        line-height: 171.04%;
        margin-bottom: 2.8125rem;
    }
    .hello .text.small {
        text-align: center;
        font-size: 0.75rem;
        line-height: 1.3125rem;
        padding: 0 1.25rem;
    }
    .about-company {
        padding: 0;
        margin: 0 -10px;
    }
    .about-company .swiper-slide-active .info {
        padding-left: 0;
    }
    .about-company .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 1.875rem;
    }
    .about-company .info {
        width: 100%;
        height: 17.8125rem;
    }
    .about-company .img-container {
        width: 100%;
        height: 11.0625rem;
    }
    .about-company .img-container img {
        max-width: 100%;
        width: 100%;
    }
    .about-company .slide-text {
        text-align: center;
        max-width: 100%;
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.5625rem;
        margin-bottom: 3.75rem;
    }
    .about-company .arrow {
        margin-top: -0.625rem;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 4.0625rem;
    }
    .about-company .slide-title {
        margin-top: 1.5625rem;
        padding: 0 0.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-company .slide-title br {
        display: none;
    }
    .about-company .slide-title .number-bold {
        margin-right: 0;
        width: 100%;
        text-align: center;
        font-size: 3.125rem;
        line-height: 3.5625rem;
        margin-bottom: 0.625rem;
    }
    .about-company .slide-title span {
        display: inline;
        width: 100%;
        text-align: center;
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
    .about-company .slide-title .text-arrow {
        font-size: 1.875rem;
    }
    .about-company .slide-title .number-bold {
        font-size: 2.5rem;
    }
    .about-company .slide-title .bold {
        font-size: 2.1875rem;
    }
    .about-company .swiper-pagination {
        position: absolute;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: auto;
        margin-bottom: 0;
        padding: 0;
        top: auto;
        bottom: 2.5rem;
    }
    .about-company .custom-pagination {
        position: static;
        text-align: center;
        margin-top: -1.25rem;
    }
    .about-company .swiper-slide {
        height: 26.5625rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .about-company .slide-text.description {
        font-size: 0.75rem;
        padding: 0 0.625rem;
    }
    .principle .swiper-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .principle .slide-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .principle .slide-container img {
        width: 100%;
        height: 15.625rem;
    }
    .principle .content {
        padding: 0;
        padding-top: 1.25rem;
        margin-bottom: 0;
        height: auto;
        /*min-height: 13.75rem;*/
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .principle {
        padding: 0 0.625rem;
    }
    .principle .arrow {
        margin: 0;
        position: absolute;
        padding: 0.625rem;
        right: -0.5rem;
        top: 13.4375rem;
        background-color: #fff;
        z-index: 3;
    }
    .principle .slide-title {
        font-size: 0.875rem;
        line-height: 157.3%;
    }
    .principle .text {
        font-size: 0.75rem;
        line-height: 163.42%;
    }
    .principle .swiper-button-prev {
        margin-right: 0.625rem;
    }
    .principle .slide-title {
        margin-bottom: 1.25rem;
    }
    .principle .slide-title br {
        display: none;
    }
    .principle .slide-title::after {
        bottom: -0.625rem;
    }
    .principle .swiper-scrollbar {
        display: block;
        width: 100%;
        background: rgba(176, 176, 176, 0.1);
        height: 0.3125rem;
        border-radius: 0.78125rem;
        margin-top: 8px;
    }
    .principle .swiper-scrollbar-drag {
        background: #B0B0B0;
        border-radius: 0.78125rem;
    }
    .low-prices .title {
        font-size: 1.375rem;
        line-height: 133.21%;
        margin-bottom: 3.125rem;
    }
    .low-prices .list {
        padding: 0;
    }
    .low-prices .item-title {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
    .low-prices .text {
        font-size: 1rem;
        line-height: 163.42%;
        padding: 0 0.625rem;
    }
    .low-prices .item {
        margin-bottom: 5.9375rem;
        position: relative;
    }
    .low-prices .item:nth-last-of-type(1)::after {
        content: none;
    }
    .low-prices .item:after {
        content: '';
        width: 2.25rem;
        height: 0.0625rem;
        background-color: #333333;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -3.125rem;
    }
    .our-story {
        padding: 4.375rem 0 4rem 0;
        margin: 0 -5px;
    }
    .our-story .title-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .our-story .title {
        margin-left: 0;
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 149.8%;
        margin-bottom: 0.5rem;
    }
    .our-story .tagline {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .our-story .title br {
        display: none;
    }
    .our-story .title-container::after {
        width: 5.625rem;
        height: 0.0625rem;
        top: -0.9375rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .our-story .swiper-container {
        margin: 0;
        padding-top: 6.5625rem;
    }
    .our-story .swiper-button-prev {
        position: absolute;
        bottom: 4.6875rem;
        top: auto;
        left: 1rem;
    }
    .our-story .swiper-button-next {
        position: absolute;
        bottom: 4.6875rem;
        top: auto;
        right: 1rem;
    }
    .our-story .content {
        width: 100%;
        top: 18.75rem;
        left: 5px;
        right: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -8rem;
        z-index: -1;
    }
    .our-story .content.visible{
        width: calc(100% - 10px);
        position: static;
        margin: -8.3rem auto 0 auto;
    }
    .our-story .text {
        text-align: center;
        font-size: 0.875rem;
        line-height: 177.18%;
    }
    .our-story .text::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 4.1875rem;
        height: 0.0625rem;
        top: -0.8125rem;
    }
    .our-story .swiper-slide-active .year {
        font-size: 1.875rem;
    }
    .our-story-slider {
        padding-top: 0.9375rem;
    }
    .our-story .swiper-slide-active .year {
        top: -7.5rem;
    }
    .our-story .swiper-slide-active .year::after {
        height: 5rem;
        top: 5.625rem;
    }
    .our-story .swiper-slide-active .year::before {
        top: 5.625rem;
    }
    .our-story .swiper-slide-next .year::after {
        top: 3.75rem;
    }
    .our-story .icon {
        width: 4rem;
        margin-right: 0;
        margin-bottom: 1.875rem;
    }
    .our-story .year {
        top: -3.75rem;
    }
    .our-story .year::after {
        top: 3.75rem;
    }
    .principle .title {
        padding: 0 1.25rem;
        line-height: 1.9375rem;
        margin-bottom: 4.0625rem;
    }
    .principle .title br {
        display: none;
    }
    .principle .title .dash {
        position: relative;
        font-size: 0;
        display: block;
        margin-bottom: 0px;
    }
    .principle .title .dash::after {
        content: '';
        width: 2.25rem;
        height: 0.0625rem;
        background-color: #333;
        position: absolute;
        top: 0.9375rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .principle .title br.mob {
        display: block;
    }
    .quality {
        padding: 0;
        padding-bottom: 30px;
    }
    .quality .iso {
        text-align: left;
        font-size: 0.75rem;
        line-height: 1rem;
        margin-bottom: 0.3125rem;
    }
    .quality .slide-title {
        text-align: left;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-bottom: 0.625rem;
    }
    .quality .text {
        text-align: left;
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
    .quality .hover-block .wrapper-row {
        margin-bottom: 0;
    }
    .quality-slider::after {
        margin: 0 1.4375rem;
        height: 1.25rem;
        top: -3.75rem;
        width: 16rem;
    }
    .quality .swiper-container {
        padding: 6.5625rem 0 1.25rem;
    }
    .quality .swiper-slide {
        height: 4.375rem;
    }
    .quality .swiper-slide img {
        height: 100%;
        width: 100%;
        padding: 0.9375rem;
    }
    .quality .title-container {
        padding-left: 0.9375rem;
        margin-bottom: 0;
    }
    .quality .title {
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 149.8%;
    }
    .quality .title::after {
        width: 5.3125rem;
        height: 0.0625rem;
        top: -0.125rem;
        left: 0;
    }
    .quality .arrow {
        display: none;
    }
    .quality-slider {
        padding: 0 0.75rem;
    }
    .quality .wrapper .icon {
        display: none;
    }
    .quality .hover-block .wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1.5625rem 0 0.9375rem 0;
    }
    .quality .wrapper-row {
        margin-bottom: 0;
    }
    .quality .swiper-scrollbar {
        display: block;
        width: 100%;
        background: rgba(176, 176, 176, 0.1);
        height: 0.3125rem;
        border-radius: 0.78125rem;
    }
    .quality .swiper-scrollbar-drag {
        background: #B0B0B0;
        border-radius: 0.78125rem;
    }
    .quality .swiper-slide-active.active::after {
        content: none;
    }
    .quality .btn {
        margin-top: 0.9375rem;
        width: 13.6875rem;
    }
    .low-prices .item:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    .low-prices {
        margin-bottom: 5rem;
        padding-top: 3.375rem;
    }

    .low-prices .title br.mob{
        display: block;
    }

    .about-company {
        height: auto;
    }

    .about-company .slide-title{
        margin-right: 0;
    }

    .principle .swiper-container {
        padding-bottom: 0;
    }

    .principle .content {
        width: 17.5rem;
    }
}
