:root {
    --mcolor_old: linear-gradient(1deg, #1a3f67, #1390e3);
    --mcolor: linear-gradient(1deg, #5a001f, #8c0000);
    --inputSize: 300px;
}

body {
    background: url(/src/assets/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    /* max-width: max-content; */
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: white;
}

.lpage::before {
    content: "•";
    position: relative;
    top: 0px;
}

.pagen {
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    right: 5px;
    text-align: center;
}

.lpage,
.rpage {
    display: flex;
    font-size: 14px;
    gap: 10px;
    margin: 11px 0;
    cursor: pointer;
}

h1.smmlogin {
    margin: 12px 0;
    font-size: 1.4em;
    color: white;
    font-weight: 400;
}

._header {
    justify-content: center;
    display: flex;
    position: fixed;
    background: #0000009c;
    /* box-shadow: 0px 0px 1px 0px #ffffff70; */
    width: 100%;
    z-index: 2;
    top: 0;
}

.footer.x {
    background: unset;
}

.footer {
    justify-content: center;
    display: flex;
    background: #0000009c;
    /* box-shadow: 0px 0px 1px 0px #ffffff70; */
    width: 100%;
    z-index: 2;
    color: white;
}

._vFootmenu.start {
    border: unset;
    width: 250px;
}

._vFootmenu.end {
    width: 100%;
    font-size: 15px;
}

._vFootmenu {
    width: 226px;
    border-left: 1px solid #f0f8ff17;
    padding: 13px 11px;
    /* text-align: center;*/
}

.site.v.info.text {
    padding: 5px;
    font-size: 13px;
    /* padding-top: 40px; */
}

.freetop2 {
    margin-top: 50px;
}

.mgsg_goo {
    padding: 20px 25px;
}

ul {
    list-style-type: disc;
    padding-inline-start: 0px;
}

p {
    margin: 10px 0;
    font-size: 15px;
}

img.m.ig.social {
    position: relative;
    top: 4px;
    width: 18px;
}



.note {
    border-radius: 10px;
    background-color: #eaf2f81c;
    border-left: 4px solid #3498db;
    padding: 10px 15px;
    margin: 15px 0;
}

.highlight {
    color: #3498db;
    font-weight: bold;
}

.mission,
.vision {
    border-radius: 10px;
    background-color: #eaf2f81c;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 20px 0;
}

._vHeadmenu,
._mHeadmenu,
._vFoot {
    justify-content: center;
    display: flex;
    gap: 60px;
    padding: 9px 24px;
}

._mHeadmenu {
    display: none;
}

._vFoot {
    padding: 0 0px;
    gap: unset;
    border-radius: 20px 25px 0 0;
    background: #0a1128a6;
    backdrop-filter: blur(10px);
    border-left: solid 1px #f5f5f51f;
    border-top: solid 1px #f5f5f51f;
    border-right: solid 1px #f5f5f51f;
}

._vmenu:hover {
    background: #00000059;
}

._vmenu.contact {
    background: var(--mcolor_old);
}

._vmenu {
    padding: 4px 19px;
    color: white;
    cursor: pointer;
    border-radius: 11px;
    ;
}


._menu.v2,
._wmenu.v2 {
    width: auto;
    background: #0a1128a6;
    padding: unset;
    backdrop-filter: blur(10px);

}

._menu.x {
    margin-top: unset;
    width: 300px;
    padding: 0px 0;
    padding-top: 10px;
    box-shadow: 0px 0px 9px 1px #ffffff1c;
}

._menu.x2 {
    margin-top: unset;
    background: unset;
    backdrop-filter: url();
    border: unset;
    width: 300px;
    padding-top: unset;
    padding-bottom: unset;
}

.comm.are.user {
    position: relative;
    right: 10px;
    justify-self: anchor-center;
}

span.comm.user.w {
    background-image: url(/src/assets/woman.png);
}

span.comm.user {
    background-image: url(/src/assets/user.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 6px;
    border: solid 1px #0a112830;
    border-radius: 40px;
}

.comm.text {
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    align-content: center;
    padding: 12px 5px 12px 5px;
    margin-top: 5px;
    border-top: 1px solid #ffffff0d;
    background: #ffffff0a;
    border-radius: 0 0 20px 20px;
}



._menu,
._wmenu {
    background: #0a1128a6;
    width: 380px;
    backdrop-filter: blur(10px);
    text-align: center;
    border-radius: 20px;
    /* box-shadow: 0px 0px 10px 0px #ffffff61; */
    border: solid 1px #ffffff0f;
    margin-top: 80px;
    color: white;
    padding: 10px 0;
}

img._serviceIcon {
    width: 18px;
    position: relative;
    top: 4px;
}

._center.v3 {
    text-align: -webkit-center;
    /* margin-right: 180px; */
    align-content: center;
}



._service.g32t {
    border-bottom: solid 1px #c2c2c20d;
    padding: 10px 30px;
    text-align: left;
}

._center {
    text-align: -webkit-right;
    /* height: 700px; */
    /* margin-right: 180px; */
    align-content: center;

}

input.inputarea_v1 {
    background: #cb000000;
    backdrop-filter: blur(50px);
    border: 1px solid transparent;
    outline: unset;
    padding: 13px 12px;
    margin: 13px 0;
    border-radius: 20px;
    width: var(--inputSize);
    color: #e6e3e3;
    font-size: 1em;
    cursor: pointer;
}



button.but-send {
    background: var(--mcolor_old);
    border: unset;
    outline: unset;
    padding: 13px 12px;
    margin: 13px 0;
    border-radius: 20px;
    width: var(--inputSize);
    color: white;
    font-size: 1em;
    cursor: pointer;
}

button.but-send:hover {
    background: linear-gradient(1deg, #145293, #1390e3);
}

.passw_toggle {
    background-image: url(/src/assets/lock.png?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 50px;
    margin-top: 27px;
    z-index: 2;
    cursor: pointer;
}

input::placeholder {
    color: #dddddd;
}



.twg.oag {
    /*     display: flex;
    justify-content: space-between; */
    display: flex;
    /* justify-content: space-between; */
    gap: 30px;
    justify-content: center;
    margin-top: 40px;

}

._gty {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    margin: 0px 0;
}

.signBut {
    cursor: pointer;
}

.msv {
    text-transform: uppercase;
    padding: 10px 0;
}

.fsv {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* 
._center._flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 10px;
    margin-left: 100px;
} */

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff24;
    border-top-style: none;
    border-top-width: 0;
    border-right-style: none;
    border-right-width: 0;
    border-left-style: none;
    border-left-width: 0;
}



._ban_st {
    cursor: pointer;
    width: 240px;
    height: 250px;
    box-shadow: 0px 0px 9px 2px #ffffff1c;
    border-radius: 13px;
    background-image: url(/src/assets/ban/instagram.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.o {
    padding: 10px;
}

._ban_st.tiktok {
    background-image: url(/src/assets/ban/tiktok.png);
}

._ban_st.x {
    background-image: url(/src/assets/ban/x.png);
}

._ban_st.fb {
    background-image: url(/src/assets/ban/fb.png);
}

._ban_st.yt {
    background-image: url(/src/assets/ban/yt.png);
}

span.order::before {
    content: "Sifaris et";
}


span.order {
    color: #ffffff;
    position: absolute;
    bottom: 7px;
    background: var(--mcolor_old);
    border-radius: 6px;
    margin-left: -16px;
    padding: 4px 9px;
    font-size: 15px;
    display: none;
}

span.offer.v {
    animation: unset;
    cursor: pointer;
    bottom: unset;
    z-index: 1;
    /* font-size: 14px; */
    padding: 7px 14px;
    right: 0px;
    background: var(--mcolor);
    top: 80px;
    float: right;
    border-radius: 0px 15px 0px 15px;
}



span.offer.g {
    cursor: pointer;
    animation: unset;
    bottom: unset;
    z-index: 1;
    /* font-size: 14px; */
    padding: 7px 14px;
    right: 0px;
    background: linear-gradient(1deg, #204800, #498d47);
    top: 80px;
    float: right;
    border-radius: 0px 15px 0px 15px;
}

span.offer {
    color: #ffffff;
    float: left;
    position: relative;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: var(--mcolor);
    border-radius: 3px 15px 15px 15px;
    font-size: 15px;
    padding: 5px 7px;
    animation: beat 1s infinite;
}

span.offer.com {
    cursor: pointer;
    animation: unset;
    z-index: 1;
    padding: 7px 14px;
    right: -1px;
    background: var(--mcolor_old);
    bottom: 11px;
    float: right;
    border-radius: 0px 15px 1px 15px;
}

span.offer.com.x {
    left: 20%;
    display: block;
    background: #0000002b;
    border-bottom: solid 1px #f0f8ff17;
    border-right: solid 1px #f0f8ff17;
    border-left: solid 1px #f0f8ff17;
    width: 110px;
    bottom: 13px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    float: unset;
}

span.offer.com.x2 {
    background: linear-gradient(1deg, #204800, #498d47);
    right: 11px;
    bottom: 13px;
    border-radius: 18px 1px 18px 1px;
    float: left;
}

.vsffa.fre {
    background: unset;
}

.vsffa.fre2x {
    background: #0a1128a6;
    backdrop-filter: blur(10px);
    margin: unset;
    padding: unset;
    border-top: 1px solid #f0f8ff17;
    color: white;
}

.vsffa {
    background: #ffffff0a;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    padding: 20px 0;
}

.paymethods {
    background: #ffffff30;
    padding: 10px 10px 8px 10px;
    border-radius: 9px;
    display: flex;
    gap: 15px;
}

.bottom.navigate.blocks {
    display: none;
}

.lines {
    display: none;
}

.vto {
    display: none;
}

hr.sp2f {
    margin: 0 -26px;
}

.inputarea_v1._oab.cont {
    width: 300px;
}

@keyframes beat {

    0%,
    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.08);
    }

    40% {
        transform: scale(1);
    }

    55% {
        transform: scale(1.03);
    }

    70%,
    100% {
        transform: scale(1);
    }
}