.btn-pro {
    z-index: 0;
    color: black;
}

.btn-pro .btn-arrow {
    background-image: url("../img/malva/black-arrow.svg");
}

.btn-pro:hover {
    color: black;
}

.text-spacegray-light {
    color: black !important;
}

.bg-malva > main {
    font-size: 18px;
    color: #252b2f;
}

.bg-malva > main a {
    color: inherit;
    font-size: inherit;
}

.row {
    position: relative;
}

.bg-malva {
    background-color: #f7f4f4;
    background-image: linear-gradient(to bottom, #fff 0%, #f3f1f4 100%);
}

.bg-malva .modal-content {
    color: white !important;
}

.bg-malva .modal-content .btn-pro {
    color: white !important;
}

.navbar-bg-malva a {
    color: #333;
}

footer {
    background-color: #f3f1f4;
}

footer .border-foot {
    border-color: #848484 !important;
}

ul.task-list li {
    padding-bottom: 1em;
}

section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #f7f4f4;
}

section > .content_wrapper {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: auto;
}

.background__wrapper:first-child {
    padding-bottom: 40px !important;
}

.background__wrapper {
    background-image: url("../img/malva/firstBlock-backgroundImage.png");
    background-size: 100%;
    position: relative;
    padding-bottom: 80px;
}

.background__wrapper::before, .background__wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 170px;
    max-height: 50%;
    z-index: 1;
    left: 0;
}

.background__wrapper::before {
    top: -85px;
    background: linear-gradient(-180deg, rgba(239, 241, 247, 0), #f4f2f4 50%, rgba(239, 241, 247, 0) 100%);
}

.background__wrapper::after {
    bottom: -85px;
    background: linear-gradient(180deg, rgba(239, 241, 247, 0), #f4f2f4 50%, rgba(239, 241, 247, 0) 100%);
}

.background__wrapper > * {
    position: relative;
    z-index: 1;
}

.background__wrapper2 {
    background-size: 100%;
    position: relative;
    padding-left: 6%;
    padding-right: 6%;
}

.background__wrapper2::before, .background__wrapper2::after {
    content: "";
    position: absolute;
    width: auto;
    height: 230px;
    max-height: 50%;
    z-index: 1;
    left: 5%;
    right: 5%;
}

.background__wrapper2::before {
    top: -30px;
    background: linear-gradient(-180deg, rgba(239, 241, 247, 0), #f4f2f4 50%);
}

.background__wrapper2::after {
    top: 80px;
    left: 5%;
    right: 5%;
    bottom: 5vw;
    background: #f4f2f4;
    min-height: 796px;
    height: initial;
    z-index: 0;
    width: auto;
}

.background__wrapper2 > * {
    position: relative;
    z-index: 1;
}

a {
    color: inherit;
    font-size: inherit;
}

a.anchor::before {
    content: "";
    background: url("../img/malva/chain.svg");
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: 0.2em;
    margin-right: 0.3em;
    background-size: contain;
    background-repeat: no-repeat;
}

.powder1 {
    position: absolute;
    width: 25vw;
    max-width: 360px;
    height: 26vw;
    left: -7vw;
    top: 0;
    margin-top: -11vw;
    z-index: 1;
    background-image: url("../img/malva/zeroBlock-powder.png");
    background-repeat: no-repeat;
    background-size: 148%;
    background-position-y: 60%;
}

.leaf_r {
    background-image: url("../img/malva/firstBlock-leaf.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 300.797px;
    height: 432.391px;
    position: absolute;
    right: -22px;
    top: 90px;
    z-index: 1;
}

h1.context1,
.h1.context1,
h2.context1,
.h1.context1 {
    color: #ccb876;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    line-height: 1.5;
}

.number-marker {
    color: #ccb876;
}

.number-marker::before, .number-marker::after {
    content: "";
    height: 0.13em;
    width: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.number-marker::before {
    background: linear-gradient(-87.65deg, #ccb876 7.52%, rgba(255, 255, 255, 0) 125.15%);
    margin-right: 0.3em;
}

.number-marker::after {
    background: linear-gradient(87.65deg, #ccb876 7.52%, rgba(255, 255, 255, 0) 125.15%);
    margin-left: 0.3em;
}

.stack {
    height: 480px;
    width: 635px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.stack > * {
    position: absolute;
    width: 100%;
    top: -150px;
    opacity: 0;
    transition: top 500ms ease-in, opacity 900ms ease-in;
    background-size: contain;
}

.stack__layer1 {
    z-index: 1;
    background-image: url(../img/malva/stack1.png);
    background-repeat: no-repeat;
    height: 69%;
    transition-delay: 0ms;
    position: relative;
    top: -200px;
}

.stack__layer2 {
    z-index: 2;
    background-image: url(../img/malva/stack3.png);
    background-repeat: no-repeat;
    background-position-x: 83%;
    height: 37%;
    transition-delay: 250ms;
}

.stack__layer3 {
    z-index: 3;
    background-image: url(../img/malva/stack2.png);
    background-repeat: no-repeat;
    background-position-x: 35%;
    height: 61%;
    transition-delay: 500ms;
}

.stack__layer4 {
    z-index: 4;
    background-image: url(../img/malva/secondBlock-powder3D.png);
    background-repeat: no-repeat;
    background-position-x: 32%;
    height: 44%;
    transition-delay: 750ms;
}

.stack.activated > * {
    opacity: 1;
}

.stack.activated .stack__layer1 {
    top: 32% !important;
}

.stack.activated .stack__layer2 {
    top: 43% !important;
}

.stack.activated .stack__layer3 {
    top: 9% !important;
}

.stack.activated .stack__layer4 {
    top: 0 !important;
}

.pages {
    max-height: 100%;
    height: calc(100vw * 0.65);
    min-width: 100%;
    position: relative;
    overflow: hidden;
}

.pages .pages-page {
    display: table;
    position: absolute;
    height: auto;
    width: 35%;
    opacity: 0;
    transition: top 400ms ease-in, bottom 400ms ease-in, opacity 480ms ease-in;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.19);
    top: 60%;
}

.pages .pages-page img {
    width: 100%;
    height: auto;
}

.pages .pages-page:nth-child(1) {
    transition-delay: 0ms;
    background: #5d5f77;
    left: 0;
    right: 0;
    margin: auto;
}

.pages .pages-page:nth-child(2) {
    transition-delay: 400ms;
    background: #575877;
    left: 24px;
}

.pages .pages-page:nth-child(3) {
    transition-delay: 800ms;
    background: #667770;
    right: 24px;
}

.pages .pages-page:nth-child(4) {
    transition-delay: 1600ms;
    background: #77596a;
    width: 43%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.pages .pages-page:nth-child(5) {
    transition-delay: 1200ms;
    background: #5a7767;
    left: 5%;
    top: initial;
    bottom: -50%;
}

.pages .pages-page:nth-child(6) {
    transition-delay: 2000ms;
    background: #257577;
    margin-left: auto;
    margin-right: auto;
    left: 25%;
    right: 0;
    top: initial;
    bottom: -50%;
}

.pages.activated .pages-page {
    opacity: 1;
}

.pages.activated .pages-page:nth-child(1) {
    top: 24px;
}

.pages.activated .pages-page:nth-child(2) {
    top: 13%;
}

.pages.activated .pages-page:nth-child(3) {
    top: 12%;
}

.pages.activated .pages-page:nth-child(4) {
    bottom: 0;
    top: 0;
}

.pages.activated .pages-page:nth-child(5) {
    bottom: 10%;
}

.pages.activated .pages-page:nth-child(6) {
    bottom: 24px;
}

.comparsion {
    height: 662.391px;
    width: 1305.23px;
    margin-left: -1.5%;
    margin-right: -1.5%;
    margin-bottom: 50px;
    position: relative;
}

.comparsion-text-black-bold {
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 18px;
    color: #252b2f;
}

.comparsion-text-black-small {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #343434;
}

.comparsion-first-details-width {
    width: 30%;
    margin-right: 70px;
}

.comparsion-second-details-width {
    width: 42%;
}

.comparsion_monitor {
    position: relative;
    z-index: 2;
    height: 100%;
    background-image: url("../img/malva/monitor.png");
    background-repeat: no-repeat;
    background-size: 108% auto;
    background-position-x: 100%;
}

.comparsion_monitor:before {
    content: "";
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url("../img/malva/cup.png");
    background-repeat: no-repeat;
    background-size: 108%;
    background-position-x: 100%;
}

.comparsion_wrapper {
    position: absolute;
    z-index: 1;
    top: 12%;
    right: 28.3%;
    margin: auto;
    width: 52.4%;
    height: 64.5%;
    background-size: 684px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.comparsion_switcher {
    width: 50%;
    min-width: 3px;
    max-width: calc(100% - 2px);
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 684px auto;
}

.comparsion_switcher:before {
    content: "";
    border-right: 2px solid white;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: calc(50% - 15px);
}

.comparsion_switcher:after {
    content: "";
    border-right: 2px solid white;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    height: calc(50% - 15px);
}

.comparsion_switcher_thumb {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -15px;
    z-index: 3;
}

.comparsion_switcher_thumb:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: -8px;
    right: 0;
    margin: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid white;
    border-bottom: 5px solid transparent;
}

.comparsion_switcher_thumb:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: -8px;
    margin: auto;
    border-top: 5px solid transparent;
    border-left: 5px solid white;
    border-bottom: 5px solid transparent;
}

.comparsion_switcher .temp_shadow {
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
}

div.mouse_scroll--malva-main-screen {
    z-index: 5 !important;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.mouse--black {
    border-color: #000 !important;
}

.wheel--black {
    border-color: #000 !important;
}

.m_scroll_arrows {
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 12px;
    height: 12px;
}

.m_scroll_arrows--black {
    border-color: #000 !important;
}

.mouse_scroll {
    height: 60px !important;
}

.navbar {
    z-index: 100 !important;
}

.malva-main-screen {
    background-color: #f3f1f4;
    background-image: linear-gradient(to bottom, #fff 0%, #f3f1f4 100%);
    height: 100vh;
}

.malva-main-screen__img {
    position: absolute !important;
    z-index: 1;
    top: 119px;
    right: 45px;
    width: 705px;
}

.malva-main-screen__title {
    position: absolute;
    z-index: 4;
    top: 563px;
    left: 30px;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    color: #252b2f;
    text-align: left !important;
}

.malva-main-screen__title--gold {
    color: #ccb876;
}

.malva-main-screen__title--gold br {
    display: none;
}

.malva-main-screen__wrapper {
    position: relative;
}

.malva-main-screen__background {
    width: 100%;
    height: 60vw;
    max-height: 878.391px;
}

.malva-main-screen__background:before {
    display: none;
}

.malva-main-screen__background_item1 {
    position: absolute;
    width: 38.4%;
}

.malva-main-screen__background_item2 {
    position: absolute;
    right: 0;
    top: 62px;
    width: 60.4%;
}

.malva-main-tasks__item {
    color: #343434;
}

.malva-main-tasks__item-img {
    overflow: hidden;
}

.style-selection {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #252b2f;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.style-selection__card {
    border: 4px solid #ccb876;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 459px;
    transition: left 540ms ease-in, opacity 1200ms ease-in;
    left: -40%;
    opacity: 0;
    position: relative;
    margin-top: 6%;
}

.style-selection__card.activated {
    left: 0;
    opacity: 1;
}

.style-selection__card-wrapper {
    width: 100%;
    margin: 6px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    padding: 17px 0 31px 31px;
    border: 2px solid #ccb876;
}

.style-selection__card-title {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 31px;
    color: #343434;
}

.style-selection__card-img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.style-selection__card-text {
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    font-size: 12px;
    max-width: 260px;
    color: #252b2f;
}

.style-selection__card-caption {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #252b2f;
    margin-top: 30px;
    margin-bottom: 12px;
}

.style-selection__font-weight {
    font-size: 12px;
    margin-top: 35px;
    margin-right: 55px;
    font-weight: 400;
}

.style-selection__font-weight--bold {
    display: inline-block;
    margin-left: 50px;
    font-weight: bold;
}

.style-selection__color-palette {
    height: 425px;
    max-width: 540px;
    margin: auto;
    position: relative;
}

.style-selection__color-palette-item {
    position: absolute;
    height: 250px;
    width: 250px;
    transition: opacity 1s ease-in;
    opacity: 0;
}

.style-selection__color-palette-item.activated {
    opacity: 1;
}

.style-selection__color-palette-item-img {
    position: absolute;
    margin: auto;
    width: auto;
}

.style-selection__color-palette-item-name {
    width: 138px;
    margin: auto;
    position: absolute;
    font-weight: bold;
}

.style-selection__color-palette-item-name--regular {
    font-weight: 400;
}

.style-selection__color-palette-item--1 .style-selection__color-palette-item-img {
    top: 0;
    left: -18%;
    height: 94.4%;
}

.style-selection__color-palette-item--1 .style-selection__color-palette-item-name {
    top: 27%;
    left: 43%;
}

.style-selection__color-palette-item--2 {
    right: 0;
}

.style-selection__color-palette-item--2 .style-selection__color-palette-item-img {
    top: -15%;
    left: -38%;
    height: 138%;
}

.style-selection__color-palette-item--2 .style-selection__color-palette-item-name {
    top: 70%;
    left: 45%;
}

.style-selection__color-palette-item--3 {
    bottom: 0;
    left: 15%;
}

.style-selection__color-palette-item--3 .style-selection__color-palette-item-img {
    top: -10%;
    left: -23%;
    height: 118%;
}

.style-selection__color-palette-item--3 .style-selection__color-palette-item-name {
    top: 50%;
    left: 51%;
}

.block-separator {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gradient-to-white {
    background: linear-gradient(0, #fff 7.25%, rgba(255, 255, 255, 0) 106.17%);
}

.gradient-from-white {
    background: linear-gradient(180deg, #fff 7.25%, rgba(255, 255, 255, 0) 106.17%);
}

.gold-line-left {
    background: linear-gradient(87.65deg, #ccb876 7.52%, rgba(255, 255, 255, 0) 70%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 3px;
    width: 35px;
    margin-right: 8px;
}

.gold-line-right {
    background: linear-gradient(87.66deg, #ccb876 7.8%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 129.9%);
    height: 3px;
    width: 35px;
    margin-left: 8px;
}

.text-gold {
    font-style: normal;
    font-weight: normal;
    line-height: 60px;
    font-size: 24px;
    color: #ccb876;
}

.text-black {
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    color: #343434;
    border-radius: 4.65144px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.text-black-small {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #343434;
    padding-left: 15px;
    padding-right: 15px;
}

.fourthBlock img {
    max-width: 95%;
}

.fourthBlock-border-inside-catalog-card {
    display: flex;
    flex-direction: column;
}

.fourthBlock-mobile-width {
    display: block;
    margin: auto;
}

.fourthBlock--card-0, .fourthBlock--card-1, .fourthBlock--card-2, .fourthBlock--card-3, .fourthBlock--card-4 {
    opacity: 0;
    transition: opacity 300ms ease-in;
}

.fourthBlock.activated .fourthBlock--card-0 {
    opacity: 1;
}

.fourthBlock.activated .fourthBlock--card-1 {
    opacity: 1;
    transition-delay: 270ms;
}

.fourthBlock.activated .fourthBlock--card-2 {
    opacity: 1;
    transition-delay: 570ms;
}

.fourthBlock.activated .fourthBlock--card-3 {
    opacity: 1;
    transition-delay: 870ms;
}

.fourthBlock.activated .fourthBlock--card-4 {
    opacity: 1;
    transition-delay: 1170ms;
}

.fourthBlock-bg-padding-top {
    padding-top: 50px;
}

.fourthBlock-border-inside-card {
    border: 4.15176px solid #e8e8e8;
    box-sizing: border-box;
    width: 140px;
    height: 140px;
    display: flex;
    margin: 15px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.fourthBlock-card-with-shadow {
    box-shadow: 8.30353px 8.30353px 25.9485px rgba(0, 0, 0, 0.15);
    width: 170px;
    height: 170px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 48px;
}

.fourthBlock-card-text-gold {
    line-height: 28px;
    font-size: 48px;
    color: #ccb876;
    margin-top: 10px;
}

.fourthBlock-card-text-bold {
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    color: #252b2f;
    margin-top: 16px;
}

.fourthBlock-card-text {
    font-style: normal;
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    color: #252b2f;
}

.fourthBlock-catalog-card-with-border {
    border: 4.15176px solid #ccb876;
    box-shadow: 8.30353px 8.30353px 25.9485px rgba(0, 0, 0, 0.15);
    height: 250px;
    width: 190px;
    margin-top: 60px;
    display: inline-block;
    margin-right: 28px;
}

.fourthBlock-inside-catalog-card {
    border: 2.07588px solid #ccb876;
    width: 175px;
    height: 234px;
    margin: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.fifthBlock-position-relative {
    padding-top: 100px;
    position: relative;
}

.fifthBlock-separator-absolute {
    width: 100%;
    position: absolute;
    text-align: center;
}

.fifthBlock-text-margin-bottom {
    margin-bottom: 30px;
}

.fifthBlock-text-width {
    width: 620px;
    display: inline-block;
}

.fifthBlock-comparison-monitor {
    width: 100%;
    padding-left: 60px;
}

.fifthBlock-details {
    display: flex;
    justify-content: center;
    padding-top: 70px;
}

.fifthBlock-main-page-presentation {
    height: 1600px;
    position: relative;
}

.fifthBlock-background-for-main-page {
    display: table;
    position: relative;
    margin-bottom: 76px;
    left: -100%;
    opacity: 0;
    transition: left 800ms ease-in, opacity 1400ms ease-in;
}

.fifthBlock-background-for-main-page img {
    width: calc(100% - 36px);
    max-width: 727px;
    position: relative;
    top: 36px;
    left: 36px;
    box-shadow: 8px -2px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.fifthBlock-background-for-main-page:before {
    position: absolute;
    background-color: #fff;
    content: "";
    width: calc(100% - 36px);
    height: 100%;
    box-shadow: 8px -2px 20px rgba(0, 0, 0, 0.15);
}

.fifthBlock-background-for-main-page:after {
    position: absolute;
    background-color: #fff;
    content: "";
    width: calc(100% - 36px);
    height: 100%;
    top: 18px;
    left: 18px;
    box-shadow: 8px -2px 20px rgba(0, 0, 0, 0.15);
}

.fifthBlock-background-for-main-page.activated {
    left: 0;
    opacity: 1;
}

.fifthBlock-second-background-block-for-main-page {
    position: absolute;
    width: 727px;
    height: 1411px;
    background-color: #fff;
    top: 11px;
    left: 13px;
    box-shadow: 8px -2px 20px rgba(0, 0, 0, 0.15);
}

.fifthBlock-third-background-block-for-main-page {
    position: absolute;
    top: 15px;
    left: 18px;
}

.fifthBlock-description-for-main-page {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    left: 15px;
    transition: opacity 800ms ease-in;
}

.fifthBlock-description-for-main-page img {
    display: none;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
}

.fifthBlock-description-for-main-page-header {
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 18px;
    color: #252b2f;
    padding-left: 4px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bebebe;
}

.fifthBlock-description-for-main-page-text {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #343434;
    margin-top: 10px;
    margin-left: 4px;
}

.fifthBlock-description-for-main-page-ball {
    width: 12px;
    height: 12px;
    border: 1px solid #bebebe;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: -12px;
}

.fifthBlock-description-margin-for-banners {
    position: absolute;
    opacity: 0;
    top: 14%;
}

.fifthBlock-description-margin-for-banners.activated {
    opacity: 1;
}

.fifthBlock-description-margin-for-add-banners {
    position: absolute;
    opacity: 0;
    top: 28.8%;
}

.fifthBlock-description-margin-for-add-banners.activated {
    opacity: 1;
}

.fifthBlock-description-margin-for-top-sellers {
    position: absolute;
    opacity: 0;
    top: 42%;
}

.fifthBlock-description-margin-for-top-sellers.activated {
    opacity: 1;
}

.fifthBlock-description-margin-for-new-content {
    position: absolute;
    opacity: 0;
    top: 58%;
}

.fifthBlock-description-margin-for-new-content.activated {
    opacity: 1;
}

.fifthBlock-description-margin-for-blog {
    position: absolute;
    opacity: 0;
    top: 73%;
}

.fifthBlock-description-margin-for-blog.activated {
    opacity: 1;
}

.eighthBlock {
    position: relative;
    overflow: hidden;
}

.eighthBlock .container > .row:nth-child(2) {
    height: 800px;
}

.eighthBlock-left-dots {
    position: absolute;
    top: 45px;
    left: -45px;
    min-width: 316.797px;
    z-index: 0;
}

.eighthBlock-left-dots > img {
    width: 100%;
}

.eighthBlock-right-dots {
    position: absolute;
    top: 30%;
    right: -13%;
    min-width: 316.797px;
    z-index: 0;
}

.eighthBlock-right-dots > img {
    width: 100%;
    z-index: 1;
}

.eighthBlock-ipad {
    position: absolute;
    top: 11%;
    width: 63%;
    left: 0;
    z-index: 1;
}

.eighthBlock-ipad > img {
    position: relative;
    z-index: 2;
    max-width: 97%;
}

.eighthBlock-pencil {
    position: absolute;
    top: 25%;
    left: 61%;
    width: 4.2%;
    z-index: 1;
}

.eighthBlock-pencil > img {
    max-width: 100%;
}

.eighthBlock-iphone {
    position: absolute;
    top: 37%;
    right: 5%;
    width: 23%;
    z-index: 2;
}

.eighthBlock-iphone > img {
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.eighthBlock-site-ipad, .eighthBlock-site-iphone {
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.eighthBlock-site-ipad {
    left: 10%;
    top: 8.5%;
    width: 79.7%;
    height: 83.5%;
}

.eighthBlock-site-ipad > img {
    width: 100%;
}

.eighthBlock-site-ipad:not(.scrolled)::before {
    content: "";
    background: #000000d1;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.eighthBlock-site-ipad.scrolled .scroll__sh_top,
.eighthBlock-site-ipad.scrolled .scroll__sh_bot {
    display: none;
}

.eighthBlock-site-ipad:not(.scrolled)::after {
    content: "Прокрути";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1em;
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.eighthBlock-site-iphone {
    left: 16%;
    top: 15%;
    width: 75.7%;
    height: 70.5%;
}

.eighthBlock-site-iphone > img {
    width: 100%;
}

.eighthBlock-site-iphone:not(.scrolled)::before {
    content: "";
    background: #000000d1;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.eighthBlock-site-iphone.scrolled .scroll__sh_top,
.eighthBlock-site-iphone.scrolled .scroll__sh_bot {
    display: none;
}

.redirectionBlock-with-buttons {
    display: flex;
    justify-content: space-between;
}

.btn-black-text {
    color: black !important;
}

.btn-right-arrow-black {
    background: url("../img/malva/right-arrow-black.png") no-repeat center;
    width: 14px;
    height: 11px;
    margin-left: 10px;
}

.btn-left-arrow-black {
    background: url("../img/malva/left-arrow-black.png") no-repeat center;
    width: 14px;
    height: 11px;
    margin-right: 10px;
}

.btn-redirect {
    background-color: transparent;
}

.interface-details {
    margin: 0 auto;
    position: relative;
}

.interface-details__leaf {
    position: absolute;
    z-index: 1;
    top: -100px;
    left: -45px;
}

.interface-details .leaf_r {
    top: initial !important;
    bottom: -280px;
}

.product-card-overview {
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
}

.product-card-overview__detail {
    width: 200px;
    position: relative;
    margin-bottom: 15px;
}

.product-card-overview__detail-price {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #ccb876;
}

.product-card-overview__about-detail {
    position: absolute;
    top: -67%;
    left: 260px;
    width: calc(100% + 24px);
    max-width: 165px;
    text-align: right;
    font-family: Roboto;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
}

.product-card-overview__about-detail--img-fix {
    top: 50%;
}

.product-card-overview__about-detail::after {
    position: absolute;
    top: 15px;
    left: -35px;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #bebebe;
    border-radius: 50%;
}

.product-card-overview__about-detail::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -24px;
    width: inherit;
    height: 1px;
    background: #bebebe;
}

.product-card-overview__detail-name {
    font-size: 12px;
    color: #343434;
}

.malva-catalog-overview {
    position: relative;
}

.malva-catalog-overview__img {
    position: absolute;
    z-index: 8;
    max-width: 119%;
}

.useful-functional {
    margin-top: 25px;
    margin-bottom: 35px;
    position: relative;
}

.useful-functional__arrow {
    position: absolute;
    right: 8px;
    top: 64px;
}

.useful-functional__content {
    margin-right: -20px;
}

.useful-functional__title {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #343434;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 40px;
}

.useful-functional__text {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    position: relative;
    max-width: 265px;
}

.useful-functional__text::after {
    position: absolute;
    bottom: calc(-1rem - 5.5px);
    left: 359px;
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #bebebe;
    border-radius: 50%;
    z-index: 7;
}

.useful-functional__text::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: -10px;
    width: 370px;
    height: 1px;
    background: #bebebe;
    z-index: 7;
}

.malva-catalog-overview--notebook {
    margin-bottom: 500px;
    margin-top: 50px;
}

.malva-catalog-overview__img {
    left: 0;
}

.useful-functional__product {
    padding: 12px;
    width: 250px;
    height: 370px;
    border: 1px solid #e8e8e8;
    background: #fff;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 6;
}

.useful-functional__product-img {
    height: 97%;
}

.useful-functional__product-wrapper {
    width: 100%;
    height: 100%;
    border: 4px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.choose-color__context {
    color: #5d5c5f;
}

.choose-color__text {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 280px;
}

.choose-color__text--light {
    top: 97px;
    right: 380px;
    font-size: 12px;
}

.choose-color__text--bold {
    font-weight: bold;
    right: -13px;
}

.choose-color label[for="01"] {
    background: #ea8080;
}

.choose-color label[for="02"] {
    background: #f67da5;
}

.choose-color label[for="03"] {
    background: #f57d87;
}

.choose-color label[for="04"] {
    background: #f4647d;
}

.choose-color label[for="05"] {
    background: #fe2d3d;
}

.choose-color label[for="06"] {
    background: #fe6b77;
}

.choose-color label[for="07"] {
    background: #fe4189;
}

.choose-color label[for="08"] {
    background: #e68092;
}

.choose-color label[for="09"] {
    background: #ff3769;
}

.choose-color label[for="10"] {
    background: #ff2e7b;
}

.choose-color label[for="11"] {
    background: #ff7971;
}

.choose-color label[for="12"] {
    background: #d84452;
}

.choose-color__items {
    width: 410px;
    margin-left: 270px;
    margin-top: 120px;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.choose-color__color {
    cursor: pointer;
    width: 64px;
    height: 64px;
    flex-grow: 1;
}

.choose-color__number {
    flex-grow: 1;
    align-self: flex-end;
    padding: 0 10px 0 5px;
    font-size: 14px;
    color: #5d5c5f;
    margin-bottom: 0.5rem;
}

.choose-color__item {
    display: flex;
}

.choose-color__item input {
    display: none;
}

.choose-color__item input:checked + label {
    position: relative;
}

.choose-color__item input:checked + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccb876;
    background-image: url(../img/malva/selected.png);
    background-repeat: no-repeat;
    background-position-x: 3px;
    background-position-y: 4px;
}

.choose-color__item--selected {
    width: 380px;
    height: 250px;
}

@media (max-width: 1440px) {
    .background__wrapper {
        background-size: auto;
    }
}

@media (max-width: 1440px) { {
    overflow: hidden;
}

    .background__wrapper {
        background-size: auto;
    }

    .malva-main-screen__img {
        top: 8vw;
        right: 3%;
        width: 49vw;
    }

    .malva-main-screen__title {
        top: 38vw;
    }
}

@media (min-width: 1441px) {
    .pages {
        height: 1000px;
    }
}

@media (max-width: 1199px) {
    .stack {
        height: 432px;
        width: 571.5px;
    }

    .stack > * {
        top: -432px;
    }

    .stack__layer1 {
        top: -180px;
    }
}

@media (max-width: 1024px) {
    .leaf_r {
        top: 190px;
    }

    .malva-main-screen__title {
        top: 48vw;
    }

    .malva-main-screen__background {
        height: 63vw;
    }
}

@media (max-width: 991.98px) {
    .navbar-bg-malva a {
        color: #fff;
    }

    p > br {
        display: none;
    }

    ul.task-list {
        width: 80%;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .drop-down__menu-box {
        background-color: #f2f2f2;
    }

    .drop-down__menu-box:before {
        border-bottom: 8px solid #f2f2f2;
    }

    .drop-down__item {
        border-bottom: 1px solid #f2f2f2;
    }

    .heads_wrapper {
        display: table;
    }
}

@media (max-width: 768px) {
    .powder1 {
        width: 210.707px;
        height: 300.216px;
        margin-top: -136px;
    }

    .leaf_r {
        width: 247.8px;
        height: 357px;
        top: 209px;
    }

    .malva-main-screen__background {
        min-height: 566px;
    }

    .malva-main-screen__background_item1 {
        top: 30px;
    }
}

@media (max-width: 575px) {
    .stack {
        height: 50vw;
        width: 66vw;
    }

    .stack > * {
        top: -50vw;
    }

    .stack__layer1 {
        top: -36vw !important;
    }
}

@media (max-width: 425px) {
    .powder1,
    .leaf_r {
        display: none;
    }
}

@media (max-width: 1199px) {
    .eighthBlock-right-dots {
        right: -21%;
    }
}

@media (max-width: 1024px) {
    .mouse_scroll {
        height: 60px !important;
    }

    .useful-functional__text {
        max-width: 510px;
    }

    .eighthBlock .container > .row:nth-child(2) {
        height: 750px;
    }

    .eighthBlock-site-iphone {
        max-width: 198.75px;
        width: 79.7%;
        left: 13%;
    }
}

@media (width: 1024px) {
    .powder1 + .leaf_r {
        top: 215px;
        width: 220.797px;
        height: 324.391px;
    }
}

@media (max-width: 768px) {
    .eighthBlock-site-iphone {
        width: 77.7%;
        left: 15%;
    }
}

@media (max-width: 991px) {
    .style-selection__card {
        margin: 0 auto 100px auto;
    }

    .eighthBlock-ipad {
        width: 100%;
    }

    .eighthBlock-iphone {
        right: initial;
        left: 70%;
        width: 35%;
    }

    .eighthBlock-pencil {
        display: none;
        width: 5.2%;
    }
}

@media (max-width: 767.98px) {
    .style-selection__color-palette {
        padding-left: 0;
    }

    .eighthBlock {
        height: 767px !important;
    }

    .malva-main-screen__background_item1 {
        display: none;
    }

    .malva-main-screen__background_item2 {
        right: initial;
        left: 0;
        width: 98%;
    }
}

@media (max-width: 575.98px) {
    .style-selection__color-palette {
        max-width: 430px !important;
    }
}

@media (max-width: 425px) {
    .style-selection__card {
        width: 300px;
        margin-bottom: 50px;
    }

    .style-selection__card-wrapper {
        width: 280px;
        padding: 17px 25px 31px 31px;
    }

    .style-selection__card-img {
        display: none;
    }

    .style-selection__font-weight {
        margin-top: 25px;
    }

    .style-selection__card-caption {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .style-selection__color-palette {
        height: 660px !important;
    }

    .style-selection__color-palette-item {
        position: relative;
        left: initial;
        top: initial;
        bottom: initial;
        right: initial;
        margin: auto;
    }
}

@media (max-width: 1199px) {
    .malva-catalog-overview--notebook {
        margin-bottom: 350px;
    }

    .product-card-overview__wrapper {
        padding-left: 0;
    }

    .malva-catalog-overview__img {
        left: 110px;
        max-width: 80%;
    }

    .malva-catalog-overview__img {
        margin-left: 30px;
    }

    .useful-functional__text::after {
        display: none;
    }

    .useful-functional__text::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .interface-details__leaf {
        z-index: -2;
        max-width: 40%;
    }

    .malva-catalog-overview__img {
        position: static;
        margin-left: 0;
        max-width: 100%;
    }

    .product-card-overview {
        max-height: 300px;
    }

    .product-card-overview__wrapper {
        padding-left: 130px;
    }

    .malva-catalog-overview--notebook {
        margin-bottom: 0;
        height: 370px;
    }
}

@media (max-width: 767.98px) {
    .product-card-overview__wrapper {
        padding-left: 25px;
    }

    .malva-catalog-overview--notebook {
        height: 270px;
    }

    .useful-functional__text::after {
        display: none;
    }

    .useful-functional__text::before {
        display: none;
    }

    .malva-main-screen__background {
        background-size: 160% auto !important;
        height: 96vw;
    }

    .malva-main-screen__img {
        top: 12vw;
        right: 6%;
        width: 77vw;
    }

    .malva-main-screen__title {
        top: 80vw;
        font-size: 30px;
    }

    .h2, h2 {
        font-size: 30px !important;
    }

    .h4, h4 {
        font-size: 20px !important;
    }
}

@media (max-width: 575px) {
    .product-card-overview__detail {
        margin: 0 auto;
    }

    .product-card-overview__about-detail {
        text-align: left;
        left: 230px;
        display: none;
    }

    .product-card-overview__about-detail::after {
        position: absolute;
        top: 15px;
        left: -15px;
        content: "";
        width: 11px;
        height: 11px;
        border: 1px solid #bebebe;
        border-radius: 50%;
    }

    .product-card-overview__about-detail::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -4px;
        width: inherit;
        height: 1px;
        background: #bebebe;
    }

    .malva-catalog-overview--notebook {
        height: 50vw;
    }
}

@media (max-width: 1199px) {
    .useful-functional__product {
        left: 20px;
    }

    .useful-functional__title {
        display: block;
    }

    .useful-functional__arrow {
        right: 16%;
        bottom: 23%;
        top: initial;
    }
}

@media (max-width: 1199px) {
    .choose-color__items {
        width: 410px;
        margin-left: 300px;
        margin-top: 220px;
    }

    .useful-functional__product {
        top: 125px;
    }

    .choose-color__text {
        top: 120px;
        right: 460px;
    }

    .choose-color__text--bold {
        right: 144px;
    }

    .choose-color__text--light {
        top: 197px;
        right: 544px;
    }
}

@media (max-width: 992px) {
    .choose-color__text {
        top: 50px;
        left: 316px;
        width: 20em;
    }

    .useful-functional__product {
        top: 20px;
    }

    .choose-color__text--bold {
        display: none;
        right: -96px;
    }

    .choose-color__text--light {
        top: 100px;
    }

    .choose-color__items {
        margin-top: 123px;
    }

    .useful-functional__arrow {
        display: none;
        right: -125px;
        top: 284px;
    }

    .fifthBlock-background-for-main-page {
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        display: block;
        margin: 0 !important;
    }

    .fifthBlock-details-description > * {
        position: static !important;
    }

    .fifthBlock-description-for-main-page img {
        display: block;
        width: 100%;
        height: auto !important;
    }

    .fifthBlock-description-for-main-page-ball {
        display: none;
    }
}

@media (max-width: 575px) {
    .useful-functional__product {
        top: 0;
        margin: 0 auto;
        position: static;
    }

    .choose-color {
        width: auto;
        margin: auto;
        display: table;
    }

    .choose-color__text {
        width: 100%;
        position: static;
        margin-top: 3em;
    }

    .choose-color__text--light {
        margin-top: 1em;
    }

    .choose-color__item {
        font-size: 14px;
    }

    .choose-color__items {
        width: 286px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3px !important;
        color: #000;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        z-index: 10;
    }

    .choose-color__text--light {
        right: 304px;
        top: 435px;
    }

    .product-card-overview__wrapper {
        padding-left: 0;
    }

    .useful-functional {
        margin-bottom: 0;
    }

    .useful-functional__content {
        text-align: center;
    }

    .useful-functional__title {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .fourthBlock-pages-top-margin {
        margin: 0;
    }

    .fourthBlock-shop-mobile-margin {
        margin-top: 50px;
    }

    .fourthBlock-catalog-card-with-border {
        margin-right: 0;
    }

    .eighthBlock {
        height: 116vw;
    }

    .eighthBlock-left-dots {
        left: -21px;
        top: 0;
    }

    .eighthBlock-ipad {
        top: 15px;
        left: 0;
        z-index: 1;
    }

    .eighthBlock-pencil {
        top: 29%;
        left: 97%;
        z-index: 1;
    }

    .eighthBlock-right-dots {
        bottom: 30px;
        right: 0;
    }

    .eighthBlock-iphone {
        left: 52%;
        top: 154px;
    }

    .interface-details .leaf_r {
        bottom: -248px;
    }

    .bg-malva header .nav-link,
    .bg-malva header .btn-pro {
        color: white !important;
    }
}

@media (max-width: 767.98px) {
    .eighthBlock-right-dots {
        display: none;
    }

    .eighthBlock-iphone {
        left: 52%;
    }

    .eighthBlock-pencil {
        top: 23%;
        left: 98%;
    }

    .eighthBlock-left-dots {
        left: -51px;
    }

    .choose-color__items {
        width: 300px;
    }

    .choose-color__text {
        top: 33px;
    }

    .choose-color__text--light {
        top: 70px;
    }

    .choose-color__items {
        margin-top: 95px;
    }

    .interface-details .leaf_r {
        display: none;
    }
}

@media (max-width: 1199px) {
    .style-selection__color-palette {
        height: 399px;
    }

    .style-selection__color-palette-item {
        height: 220px;
        width: 220px;
    }
}

@media (max-width: 991px) {
    .style-selection__color-palette {
        max-width: 480px;
    }
}

@media (max-width: 425px) {
    .fourthBlock-mobile-width {
        width: 70%;
    }

    .fifthBlock-text-width {
        width: 90%;
    }

    .fifthBlock-comparison-image {
        padding-left: 10px;
        padding-top: 250px;
    }

    .fifthBlock-details {
        flex-direction: column;
        padding-left: 10px;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .fifthBlock-first-details-width {
        width: 100%;
    }

    .fifthBlock-second-details-width {
        width: 100%;
    }

    .fifthBlock-main-page-presentation {
        padding-top: 0;
        height: 800px;
    }

    .fifthBlock-first-background-block-for-main-page {
        width: 90%;
        height: 740px;
    }

    .fifthBlock-second-background-block-for-main-page {
        width: 90%;
        height: 740px;
        top: 5px;
        left: 5px;
    }

    .fifthBlock-third-background-block-for-main-page {
        width: 92%;
        top: 10px;
        left: 10px;
    }

    .eighthBlock {
        height: 613px !important;
    }

    .eighthBlock-site-iphone {
        top: 9.5vw;
        height: 47.8vw;
    }

    .eighthBlock-left-dots {
        display: none;
    }

    .eighthBlock-pencil {
        display: none;
    }

    .eighthBlock-iphone {
        left: 52%;
        top: 15%;
        bottom: 0;
    }

    .eighthBlock-right-dots > img {
        width: 100%;
    }

    .eighthBlock-right-dots {
        bottom: 210px;
    }

    .background__wrapper {
        padding-bottom: 0 !important;
    }

    .interface-details__leaf {
        display: none;
    }

    .pages {
        height: calc(100vw * 0.85);
    }

    .malva-main-screen__title {
        top: 88vw;
        left: 0;
        right: 0;
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .malva-main-screen__title--gold {
        text-align: center;
        display: flex;
    }

    .malva-main-screen__title--gold br {
        display: block;
    }

    .useful-functional__title {
        margin-bottom: 30px;
    }

    .useful-functional__product {
        height: 48vh;
        width: 32vh;
        min-width: 195px;
        min-height: 284.5px;
        max-height: 350px;
        max-width: 234px;
    }

    .choose-color {
        width: 34vh;
        max-width: 248px;
        min-width: 219px;
    }

    .choose-color__items {
        width: 100% !important;
        height: calc(50vh - 130px);
        min-height: 196px;
        max-height: 235px;
    }

    .choose-color__item {
        width: 33.333%;
        height: 25%;
    }

    .choose-color__text {
        margin-top: 2em;
    }

    .choose-color__color {
        width: 7vh;
        height: 7vh;
        min-width: 40px;
        min-height: 40px;
        max-width: 50px;
        max-height: 50px;
    }
}

@media (max-width: 375px) {
    .fifthBlock-main-page-presentation {
        height: 700px;
    }

    .fifthBlock-first-background-block-for-main-page {
        height: 660px;
    }

    .fifthBlock-second-background-block-for-main-page {
        height: 660px;
    }

    .stack {
        height: 72vw;
        width: 98vw;
    }

    .choose-color__items {
        min-height: 183px;
        max-height: 203px;
    }

    .choose-color__color {
        max-width: 44px;
        max-height: 44px;
        min-width: 40px;
        min-height: 40px;
    }
}

@media (max-width: 320px) {
    .fifthBlock-main-page-presentation {
        height: 600px;
    }

    .fifthBlock-first-background-block-for-main-page {
        height: 550px;
    }

    .fifthBlock-second-background-block-for-main-page {
        height: 550px;
    }

    .malva-main-screen__title {
        font-size: 24px;
    }

    .malva-main-screen__background {
        min-height: 490px;
    }

    .style-selection__card {
        width: 285px;
    }

    .choose-color__text {
        margin-top: 1em;
    }

    .choose-color {
        min-width: 200px;
        max-width: 200px;
    }

    .choose-color__color {
        max-height: 33px;
        max-width: 33px;
        min-height: 33px;
        min-width: 33px;
    }

    .product-card-overview__detail > img {
        height: auto;
        width: 70%;
    }

    .choose-color__items {
        height: 154px;
    }

    .useful-functional__product {
        max-width: 195px;
        max-height: 284px;
    }
}

@media (max-width: 1440px) {
    .background__wrapper2::after {
        min-height: initial;
        max-height: initial;
        height: auto;
    }

    .comparsion {
        width: 103%;
        height: 46vw;
        max-height: 662.391px;
        max-width: 1305.23px;
    }

    .comparsion_wrapper {
        background-size: 47.5vw auto;
    }

    .comparsion_switcher {
        background-size: 47.5vw auto;
    }
}

@media (max-width: 991px) {
    .comparsion-first-details-width {
        width: 46%;
        margin-right: 20px;
    }

    .comparsion-second-details-width {
        width: 51%;
    }
}

@media (max-width: 768px) { {
    font-size: 14px;
}

    .background__wrapper2::after {
        bottom: 9vw;
    }

    .comparsion {
        height: 67vw;
    }

    .comparsion_monitor {
        background-size: 152% auto;
        background-position-x: 49%;
    }

    .comparsion_monitor:before {
        display: none;
    }

    .comparsion_wrapper {
        background-size: 67.2vw auto;
        top: 11.6%;
        right: 13.2%;
        width: 74%;
        height: 62.5%;
    }

    .comparsion_switcher {
        background-size: 67.2vw auto;
    }

    .comparsion-first-details-width {
        font-size: 14px;
        line-height: 1.4;
        width: 40%;
        margin: 0;
    }

    .comparsion-second-details-width {
        font-size: 14px;
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .comparsion-first-details-width {
        width: 100%;
        margin-bottom: 1em;
        padding-left: 15px;
        padding-right: 15px;
    }

    .comparsion-second-details-width {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 425px) {
    .background__wrapper2::after {
        bottom: 9.5vw;
    }
}
