body{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Roboto", sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    /* color: #000000; */
    color: #ffffff;
    padding-top: 90px;
    line-height: 1.42;
    /* background-image: url("/img/back/sea.webp"); */
    background-color: #0080c2;
    background-repeat: repeat;
    position: relative;
}

p, div, ul, h1, h2, h3, h4{
    margin-bottom: 0;
}

header{
    background-color: #ffffff;
}
img{
    max-width: 100%;
}

h1, h2, h3, h4{
    /* color: #0080c2; */
    color: #ffffff;
    font-weight: bold;
}

h1{
    font-size: 48px;
}
h2{
    font-size: 28px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}

.rose-color{
    color: #ecacce;
}


.logo{
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}

.logo_img{
    max-height: 70px;
    margin-right: 7px;
}
.near-logo-nail{
    /* transform: rotate(90deg); */
    /* margin-top: 7px; */
    margin-left: 10px;
}

/* .menu-wrapper{
    width: 100%;
} */
.navigation{
    padding: 6px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* background: #fff; */
    /* backdrop-filter: blur(6px); */
    transition: top 0.3s ease, box-shadow 0.3s ease;
    /* background-color: #557abc; */
    background-color: #015cb8;
}
.navigation.fixed {
    position: fixed;
    top: 0;
    width: 100%;
     /* backdrop-filter: blur(6px); */
     /* background-color: #0080c2; */
    /* background-color: #557abc; */
    background-color: #015cb8;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.menu-item{
    text-align: center;
}

.menu-link{
    text-decoration: none;
    color: #0080c2;
    /* color: #ffffff; */

    padding: 8px 15px;
    transition: 1ms all ease;
}
/* .menu-link:hover{
    color: #ecacce;
} */

.navigation.fixed .menu-link{
    /* color: #ffffff; */
    color: #0080c2;
}
/* .navigation.fixed .menu-link:hover{
    color: #ecacce;
} */

.navigation.fixed .menu-link.buy_link{
    color: #ecacce;
}

/* .navigation.fixed .menu-link.buy_link:hover{
    color: #ffffff;
} */

.menu-wrapper.active .menu-link:hover{
    color: #0080c2;
}

.buy_link, .menu-link{
    background-color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
    transition: 1ms all ease;
}

.buy_link{
    color: #ecacce;
    font-weight: 900;
    font-size: 20px;
    padding: 7px 15px;
}


/* .buy_link:hover{
    background-color: #ecacce;
    color: #ffffff;
} */

.light-shadow{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

section{
    padding-bottom: 50px;
    scroll-margin-top: 90px;
}

.buy_block{
    text-align: center;
}
.buy_block .buy_link{
    padding: 12px 15px;
}

h3{
    margin-bottom: 24px;
}
p, h4{
    margin-bottom: 18px;
}
h2{
    margin-bottom: 28px;
}

ul li{
    margin-bottom: 1rem;
}


.burger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.burger span {
    display: block;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: 0.3s;
}

.burger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.menu-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menu-close::before,
.menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #333; /* м'якший чорний */
    transform-origin: center;
}

.menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-close:hover::before,
.menu-close:hover::after {
    background: #000;
}

.menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* background: rgba(255, 255, 255, 0.95); */
}

body.no-scroll {
    overflow: hidden;
}

.about-preparat-section{
    padding: 36px 0;
}
.about-preparat{
    background-color: #ffffff;
    border-radius: 15px;
    padding: 18px 0;
    position: relative;
    color: #0080c2;
}
.about-preparat h1{
    margin-bottom: 24px;
    color: #0080c2;
}
.about-preparat h2{
    color: #0080c2;
}

.shadow-block{
    box-shadow: 5px 1px 16px 0 rgba(0, 0, 0, 0.5);
}


footer{
    background-color: #ffffff;
}
.footer__description{
    /* color: #000000; */
    color: #0080c2;
    padding: 50px 0 15% 0;
    text-align: center;
}
.footer__description p{
    margin-bottom: 1rem;
}

.footer__description p:last-child{
    margin-bottom: 0;
}

ul li.menu-item{
    margin-bottom: 0;
}
p.notes{
    font-size: 10px;
}

.using{
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-color: #ffffff;
    color: #0080c2;
    padding-bottom: 20px;
}
.using h2{
    padding-top: 20px;
    color: #0080c2;
}
.using, .fungal-nail-infections{
    position: relative;
}
.using ol{
    border-left: 4px solid #ecacce;
    list-style-position: inside;
    margin-bottom: 20px;
}
.using ol li:not(:last-child){
    margin-bottom: 1rem;
}
.using p.notes{
    margin-bottom: 0;
}

.white-transporent-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.6;
    z-index: -1;
}


.actions{
    position: relative;
}

.prevention-block, .actions-block, .onychomycosis{
    text-align: center;
}
.prevention-block img{
    max-height: 120px;
    margin-bottom: 20px;
}

.wd100{
    width: 100%;
}
.active-substance{
    padding-top: 50px;
}
.substance-schedule{
    padding-bottom: 20px;
}

.substance-name{
        text-align: center;
    background-color: #ffffff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin-bottom: 18px;
}
.substance-name h3{
    margin-bottom: 0;
    color: #0080c2;
}

.nowrap{
    white-space: nowrap;
}

.rose-list{
    list-style-image: url("/img/content/rose-dot.png");
}

.onychomycosis-section{
    border-top: 4px solid #ffffff;
}
.onychomycosis-prevention{
    padding-top: 20px;
}

.back-light-blue{
    background-color: #ddf0fa;
}
/* .act-in-time-top-block, .act-in-time-two-block, .act-in-time-three-block{
    margin-bottom: 18px;
}  */
.link_instruction {
    text-decoration: underline;
    /* color: #000000; */
    color: #0080c2;
}

.action-in-time-wrapper{
    overflow-y: hidden;
}

.text-time-block{
    padding: 12px 18px;
    color: #0080c2;
}

.daily-application-block-first{
    position: relative;
}

.daily-application-block, .daily-application-block-first, .daily-application-second-head{
    text-align: center;
    padding: 20px 30px;
}
.daily-application-block-first{
    background-color: rgba(255, 255, 255, 0.6);
}
.daily-application-block-first h3{
    color: #ecacce;
}

.daily-application-block img, .daily-application-block-first img{
    margin-bottom: 24px;
}
.daily-application{
    padding-top: 40px;
    border-bottom: 4px solid #ffffff;
}
.prevention_section{
    padding-top: 36px;
}
.prevention_section h2{
    margin-bottom: 90px;
}
.fungal-nail-infections{
    padding-top: 18px;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.jewellry-block{
    text-align: center;
    background-color: #ffffff;
    padding: 24px 40px;
    position: relative;
    color: #0080c2;
}
.jewellry-block img{
    margin-bottom: 34px;
}
.fungal-nail-infections p.notes{
    margin-bottom: 0;
}
.jewellry-block .bottom-ok-img{
    margin-bottom: 0;
}
.bottom-ok-img{
    position: absolute;
    left: 0;
    /* bottom: -20px; */
    bottom: 0;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0080c2;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease,
                visibility 0.3s ease,
                transform 0.3s ease;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top:hover {
    background: #ecacce;
    transform: translateY(-5px);
}

.scroll-top svg {
    /* fill: currentColor; */
    fill: #ecacce;
    transition: fill 0.3s ease;
}

.scroll-top:hover svg {
    fill: #0080c2;
}

.scroll-top{
    bottom: calc(15% + 20px);
}

/* instruction */
.instruction_wrapper{
    /* background-color: rgba(255, 255, 255, 0.6); */
    background-color: #ffffff;
    color: #0080c2;
    padding: 30px 20px;
}
.instruction_wrapper a{
    color: #0080c2;
}
.instruction_wrapper a:hover{
    color: #ecacce;
}
.table_wrapper{
    margin-bottom: 1rem;
}
.table_wrapper tr th, .table_wrapper tr td{
    border: 1px solid #000;
    padding: 4px;
}

/* .reg{
    color: #ffffff;
    text-decoration: none;
} */
.act-in-time-top-block h3{
    color: #0080c2;
}

.daily-application-pic{
    display: flex;
    /* align-items: flex-end; */
    align-items: flex-start;
    justify-content: center;
}
.daily-application-pic img{
    max-height: 90px;
}

.about-preparat-heading{
    margin-bottom: 0;
}

/* Samolikuvannya */
.self-medication.fixed-block {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}
.daily-application-block p{
    margin-bottom: 0;
}

.self-medication {
    font-family: 'Myriad Pro Cond', Helvetica, Arial, sans-serif;
    letter-spacing: .01em;
}

.self-medication>.uk-container {
    background-color: #015cb8;
}

.uk-container {
    min-height: 15vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.self-medication .block-danger {
    min-height: 10vh;
    font-size: 1.65rem;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

/*  */

@media (min-width: 1900px) {
    span.self-medication-description {
        transform: scaleX(2.13) scaleY(6.5);
    }
}

@media (min-width: 1800px) and (max-width: 1899px) {
    span.self-medication-description {
        transform: scaleX(2.03) scaleY(6.5);
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    span.self-medication-description {
        transform: scaleX(1.89) scaleY(5.9);
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    span.self-medication-description {
        transform: scaleX(1.62) scaleY(5.45);
    }
}


@media(min-width:1400px){
    .using-list{
        min-height: 539px;
    }
    /* .action-in-time-wrapper{
        max-height: 610px;
    } */
    .two-time-block .text-time-block{
        padding: 36px 18px;
    }
    .three-time-block .text-time-block{
        padding: 48px 18px;
    }
    .one-time-block .text-time-block{
        padding: 18px 18px 18px 18px;
    }
    .threating-nails-one{
        height: 425px;
    }
    .daily-application h2, .prevention_section h2{
        font-size: 44px;
    }
    .jewellry-block{
        height: 390px;
    }
    .bottom-ok-img{
        width: 416px;
        /* bottom: -24px; */
        bottom: 0;
    }
    .abs-crab{
        left: 40px;
    }
    .act-in-time-top-block{
        height: 510px;
    }
    .abs-crab{
        max-height: 151px;
    }
    .about-preparat-heading{
        padding-left: 230px;
    }
}
@media(max-width:1399px){
    .threating-list, .threating-nails-one  p{
        font-size: 16px;
    }
    .threating-list li{
        margin-bottom: 12px;
    }
}

@media(min-width: 1300px) and (max-width:1399px){
    /* samolik */
    span.self-medication-description {
        transform: scaleX(1.4) scaleY(6.9);
    }
    /*  */
}

@media(min-width: 1200px) and (max-width:1299px){
    /* samolik */
    span.self-medication-description {
        transform: scaleX(1.35) scaleY(6.9);
    }
    /*  */
}

@media(min-width: 1200px) and (max-width:1399px) and (max-height:850px){
    span.self-medication-description {
        transform: scaleX(1.40) scaleY(5.4);
    }
}

@media(min-width: 1200px) and (max-width:1399px){
    .action-in-time-wrapper{
        max-height: 706px;
    }
    .one-time-block .text-time-block{
        padding: 18px 18px 18px 18px;
    }
    .one-time-block p{
        margin-bottom: 12px;
    }
    .two-time-block .text-time-block{
        padding: 36px 18px 36px 18px;
    }
    .three-time-block .text-time-block{
        padding: 36px 18px 260px 18px;
    }
    .threating-nails-one {
        height: 364px;
    }
    .action-in-time-blocks:nth-child(1), .action-in-time-blocks:nth-child(2), .action-in-time-blocks:nth-child(3) {
        margin-bottom: 18px;
    }
    .daily-application h2, .prevention_section h2{
        font-size: 40px;
    }
    .jewellry-block{
        height: 425px;
    }
    .abs-crab{
        /* max-width: 120px; */
        left: 20px;
        max-height: 178px;
    }
    .using-list{
        min-height: 590px;
    }

    h1{
        font-size: 42px;
    }
    .about-preparat-heading {
        padding-left: 325px;
    }
    .footer__description{
        padding: 50px 0 calc(15% + 20px) 0;
    }
}
@media(min-width:1200px){

    .daily-application-block{
        padding: 20px 40px;
    }
}


@media(max-width:1199px){
    h1{
        font-size: 32px;
    }
    .about-preparat h1{
        margin-bottom: 18px;
    }
}

@media(min-width:992px) and (max-width:1399px){
    .menu-link{
        display: flex;
        align-items: center;
        height: 67px;
    }
}



@media(min-width:992px) and (max-width:1199px){
    .action-in-time-wrapper{
        max-height: 900px;
    }
    .one-time-block .text-time-block{
        padding: 6px;
    }
    .threating-list, .threating-nails-one p{
        font-size: 14px;
    }
    .two-time-block .text-time-block{
        padding: 36px 18px 270px 18px;
    }
    .three-time-block .text-time-block{
        padding: 36px 18px 260px 18px;
    }
    .threating-nails-one{
        height: 302px;
    }
    .action-in-time-wrapper .threating-nails-one p, .action-in-time-wrapper .threating-list li{
        margin-bottom: 8px;
    }
    .daily-application-block{
        padding: 20px 20px;
    }
    .daily-application h2, .prevention_section h2{
        font-size: 36px;
    }
    .prevention_section h2{
        margin-bottom: 70px;
    }
    .jewellry-block{
        height: 452px;
        padding: 24px 24px;
    }
    .jewellry-block img{
        margin-bottom: 24px;
    }
    .abs-crab{
        /* max-width: 100px; */
        left: 20px;
        max-height: 160px;
    }
    .about-preparat-heading{
        padding-left: 310px;
    }
    .using-list{
        min-height: 693px;
    }
    .footer__description{
        padding: 50px 0 calc(15% + 30px) 0;
    }
    .menu-link{
        line-height: 1.1;
    }

    /* samolik */
        span.self-medication-description {
        transform: scaleX(1.13) scaleY(4.8);
    }
    /*  */
}

@media(min-width:992px) and (max-width:1199px) and (max-height:700px){
        span.self-medication-description {
        transform: scaleX(1.13) scaleY(4.0);
    }
}

@media(min-width:992px){
    .menu-wrapper{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-item{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .substance-schedule img{
        width: 90%;
    } */
    .mini-white-transporent-overlay{
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #ffffff;
        opacity: 1;
        z-index: -1;
        top: 145px;
    }
    .daily-application-blocks{
        display: flex;
        /* align-items: center; */
        align-items: flex-start;
        justify-content: space-between;
    }
    .jewellry-block{
        margin-bottom: 56px;
    }
    .menu-item:not(:last-child) .menu-link{
        margin-right: 16px;
    }
    .daily-application-pic{
        height: 141px;
    }
    /* .daily-application-pic img{
        max-height: 120px;
    } */

    .about-preparat-heading h2{
        margin-bottom: 0;
    }
    .abs-crab{
        position: absolute;
        bottom: 0px;
    }
    .substance-name{
        height: 97px;
    }
}

@media(max-width:991px){
    .menu{
        list-style-type: none;
    }
    .menu-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: 0.3s;
        z-index: 999;
        padding-top: 80px;
        background-color: #ecacce;
        /* background-image: url("/img/back/sea.webp"); */
    }

    .menu-wrapper.active {
        right: 0;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-left: 0;
    }

    ul li.menu-item {
        font-size: 24px;
        margin-bottom: 2rem;
        
    }
    ul li.menu-item a.menu-link{
        min-width: 316px;
    }

    .menu-link, .buy_link{
        display: block;
    } 

    .buy_link{
        display: block;
        padding: 8px 15px;
        font-size: 24px;
    }

    .actions-block{
        position: relative;
    }
    .mini-white-transporent-overlay-mob-one {
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #ffffff;
        opacity: 1;
        z-index: -1;
        top: 145px;
    }
    .mini-white-transporent-overlay-mob-two{
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #ffffff;
        opacity: 1;
        z-index: -1;
        top: 515px;
    }
    .mini-white-transporent-overlay-mob-three{
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #ffffff;
        opacity: 1;
        z-index: -1;
        top: 845px;
    }
    .daily-application h2, .prevention_section h2{
        font-size: 32px;
    }
    .prevention_section h2{
        margin-bottom: 50px;
    }
    .jewellry-block:last-child{
        margin-bottom: 36px;
    }
    .onychomycosis-section h2, .onychomycosis-section h3{
        text-align: center;
    }
    .using-list.first{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    .about-preparat h1{
        font-size: 28px;
    }
    h2{
        font-size: 24px;
    }
    .about-preparat-heading h2{
        margin-bottom: 18px;
    }
    .abs-crab{
        display: block;
        margin: 0 auto;
    }
    .footer__description{
        padding: 50px 0 calc(15% + 90px) 0;
    }
}

@media (min-width: 900px) and (max-width: 991px) and (min-height: 1000px) {
    span.self-medication-description {
        transform: scaleX(1.02) scaleY(7.5);
    }
}

@media (min-width: 800px) and (max-width: 899px) {
    span.self-medication-description {
        transform: scaleX(1.05) scaleY(2.95);
    }
}




@media(min-width:768px){
 
}

@media(min-width:768px) and (max-width:991px){
    .jewellry-block{
        height: 440px;
    }
    .two-time-block .text-time-block, .three-time-block .text-time-block{
        padding: 36px 18px 330px 18px;
    }
    .one-time-block .text-time-block{
        padding: 10px 10px 10px 10px;
    }
    .threating-nails-one{
        height: 343px;
    }
    .threating-nails-one p{
        margin-bottom: 8px;
    }
    .threating-list{
        font-size: 16px; 
    }
    .threating-list li{
        margin-bottom: 10px;
    }
    .action-in-time-wrapper{
        max-height: 668px;
    }
    .scroll-top {
        right: 20px;
        bottom: calc(15% + 15px);
        width: 40px;
        height: 40px;
    }
    .abs-crab{
        /* max-width: 100px; */
        left: 20px;
        max-height: 230px;
    }
    /* .about-preparat-heading{
        padding-left: 300px;
    } */
}

@media (min-width: 768px) and (max-width: 799px) {
    span.self-medication-description {
        transform: scaleX(1.02) scaleY(2.6);
    }
}


@media(min-width:768px) and (max-width:1199px){
    .act-in-time img{
        width: 100%;
    }
    .action-in-time-blocks:nth-child(1), .action-in-time-blocks:nth-child(2) {
        margin-bottom: 18px;
    }
}

@media(max-width:767px){
    h1{
    font-size: 24px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    p{
        font-size: 16px;
    }
    .act-in-time img{
        width: 100%;
    }
    .act-in-time h3, .act-in-time p{
        text-align: center;
    }
    .action-in-time-blocks{
        margin-bottom: 18px;
    }
    /*  */
    .scroll-top {
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
    .table_wrapper{
        overflow-x: scroll;
    }
    .bottom-ok-img{
        width: 100%;
    }
    .active-substance p, .onychomycosis-prevention p{
        text-align: center;
    }
    .order-top{
        order: 1;
    }
    .order-two{
        order: 2;
    }
    .order-three{
        order: 3;
    }
    .order-four{
        order: 4;
    }
    .abs-crab{
        display: block;
        margin: 0 auto;
    }
    h1{
        font-size: 28px;
    }
    h3{
        font-size: 24px;
    }
    .jewellry-block img{
        margin-bottom: 18px;
    }
    .jewellry-block p{
        padding-bottom: 36px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    span.self-medication-description {
        transform: scaleX(1.09) scaleY(1.75);
    }
}


@media(min-width:577px) and (max-width:767px){
        .jewellry-block {
        height: 320px;
    }
}

@media (min-width: 576px) and (max-height:449px){
   span.self-medication-description {
        transform: scaleX(1) scaleY(1.00);
    } 
    .scroll-top{
        bottom: calc(15% + 15px);
    }
    .navigation{
        max-height: 20vh;
    }
    .navigation img{
        max-height: 18vh;
    }
}

@media (max-width: 576px) {
    span.self-medication-description {
        transform: scaleX(1) scaleY(1.63);
    }
}



@media(max-width:450px){
    .scroll-top {
        right: 8px;
        /* bottom: 15px; */
        bottom: calc(15% + 10px);
        width: 36px;
        height: 36px;
    }

     span.self-medication-description {
        transform: scaleX(1.03) scaleY(1.38);
    }
}
@media(max-width: 415px){
      span.self-medication-description {
        transform: scaleX(1.00) scaleY(1.18);
    }
}


@media(max-width:400px){
     span.self-medication-description {
        transform: scaleX(1.20) scaleY(1.28);
    }
    .about-preparat-heading{
        padding: 0 5px;
    }
}

@media(max-width:380px){

     span.self-medication-description {
        transform: scaleX(1.16) scaleY(1.14);
    }
}

@media(max-width:360px){

     span.self-medication-description {
        transform: scaleX(1.12) scaleY(1.16);
    }
    .near-logo-nail{
        margin-left: 0;
    }
}