@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap");

:root {
    --c0: #b1dcf2;
    --c1: #0f638d;
    --c2: #e6f2b1;
    --c3: #e4e9eb;
    --c4: #777777;
    --c5: #eb9f11;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.mobileshow {
    display: none;
}

.p-norm {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.p-norm2 {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
}

html {
    height: 100vh;
}

a {
    color: var(--c1);
}

a:hover {
    color: var(--c4);
}

.contentpage {
    padding-top: 80px;
}

.myprice {
    background: #00b386;
    color: #ffffff;
    display: inline-block;
    padding: 7px 20px;
    font-size: 1rem;
}

.glass {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#header {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    transition: all 1.1s;
}

#subheader {
    overflow: hidden;
}

.msngrs {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
}

.msngrs span,
.msngrs i {
    margin-right: 3px;
    margin-left: 3px;
    transition: all 0.4s;
}

.msngrs span:hover,
.msngrs i:hover {
    transform: scale(1.15);
}

.cont {
    text-align: right;
    font-weight: 400;
}

.maintel {
    color: #333;
    font-weight: 700;
    font-size: 1.3em;
}

#mainmenu a {
    display: block;
    float: left;
    padding: 5px 3%;
    color: var(--c4);
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 0.9em;
    font-weight: 600;
}

#mainmenu a:hover {
    color: #fff;
    background-color: var(--c5);
    text-decoration: none;
}

#main {
    background: url("/images/main2.jpg") no-repeat var(--c0);
    background-size: cover;
    background-position: bottom left 30%;
    min-height: 100vh;
    overflow: hidden;
    clear: both;
    position: relative;
}

#maininfo {
    margin-top: 9vh;
    margin-bottom: 10vh;
    width: 100%;
    clear: both;
    position: relative;
}

.logo {
    height: 18vh;
    margin-bottom: 30px;
    display: block;
    opacity: 0.9;
}

#maininfo h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.7em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

#maininfo h3 {
    color: var(--c4);
    font-weight: 400;
}

.thprice {
    min-width: 130px;
}

.flare-input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: var(--c5);
    padding: 12px 15px 0;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s;
}

.flare-input:hover {
    background: #222;
}

.flare-input__wrapper {
    width: 100%;
    max-width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 3px #be8316;
}

.flare-input__wrapper:after {
    content: "";
    display: block;
    width: 20px;
    height: 200px;
    margin-left: 50px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    animation: movingFlare 3s ease-in-out 0.05s infinite;
}

.faded-h {
    font-size: 2.4em;
    color: #748791;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.usluga {
    padding: 4%;
    margin: 1%;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 40px;
    background-color: #fcfcfc;
    transition: all 0.4s ease-in;
    padding-bottom: 90px;
    min-height: 590px;
    position: relative;
}

.usluga:hover {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 1px 8px 0px rgba(34, 60, 80, 0.2);
    transform: translateY(-4px);
}

.plimg {
    width: 94%;
    margin: 3%;
    margin-bottom: 38px;
    border: 1px solid #eee;
}

.usluga h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
}

.podrbutton {
    background: var(--c1);
    color: #fff;
    padding: 8px 28px;
    display: block;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.4s ease;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 25px;
}

.podrbutton:hover {
    background: var(--c0);
    color: var(--c1);
    text-decoration: none;
}

#opit {
    background: url("/images/opit.jpg") no-repeat #17394b;
    background-size: cover;
    font-size: 1.9em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

#process {
    background-color: #f2f2f2;
}

#prices {
    background-color: var(--c3);
}

#pricetable th,
#pricetable td {
    padding: 7px 22px;
    font-weight: 600;
    border: 1px solid #ccc;
}

#pricetable th {
    background-color: #47768f;
    color: #fff;
}

#pricetable p {
    padding-top: 10px;
}

#pricetable tr {
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

#pricetable tr:hover {
    background-color: var(--c3);
}

.tbl {
    width: 100%;
    clear: both;
    margin-bottom: 45px;
    border: none;
}

.tblnum {
    vertical-align: top;
    font-size: 3.4rem;
    line-height: 3.4rem;
    color: var(--c5);
    font-weight: 800;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.tblbuf {
    width: 10%;
}

.tbltxt {
    font-size: 0.9rem;
    vertical-align: top;
}

#footer {
    border-bottom: 6px solid #eee;
    background: #17394b;
    color: rgb(130, 186, 231);
}

#footer a {
    color: var(--c0);
}

#webmetka {
    background: #17394b;
    color: #fcfcfc;
    text-align: center;
    font-size: 0.8em;
    padding: 15px 5px;
}

.osbg,
.fbbg {
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.osbg_inside,
.fbbg_inside {
    width: 94%;
    max-width: 480px;
    min-height: 25vh;
    overflow: hidden;
    margin: 6% auto;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #ffffff;
    position: relative;
    color: #333;
    font-weight: 400;
    font-size: 1.1em;
}

.osbg_inside input,
.osbg_inside textarea,
.fbbg_inside input,
.fbbg_inside textarea {
    background: none;
    border: 1px solid darkgray;
    padding: 5px;
    color: #333;
    font-weight: 200;
    width: 98%;
    max-width: 350px;
    margin: 1%;
    border-radius: 7px;
    margin-bottom: 12px;
}

.osbg_inside textarea,
.fbbg_inside textarea {
    font-size: 0.8em;
    height: 100px;
}

.osbg_inside input:focus,
.osbg_inside textarea:focus,
.fbbg_inside input:focus,
.fbbg_inside textarea:focus {
    outline: none;
    border: 1px solid #2ea5cc;
    box-shadow: 0 0 2pt 2pt #2ea5cc;
}

.hide_os,
.hide_fb {
    position: absolute;
    top: 0;
    right: 15px;
    color: darkgray;
    font-size: 1.8em;
    cursor: pointer;
    transition: all 0.5s;
}

.hide_os:hover,
.hide_fb:hover {
    color: #333;
    transform: scale(1.05);
}

.send_os,
.send_fb {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    background: #00b386;
    border: 2px solid #00b386;
    padding: 10px 32px;
    transition: all 0.4s;
}

.send_os:hover,
.send_fb:hover {
    background: #4882da;
    color: #fff;
    border: 2px solid #4882da;
}

.os_result,
.fb_result {
    width: 98%;
    margin: 1%;
    clear: both;
    color: #333;
    padding-top: 8px;
    font-size: 0.9em;
    font-weight: 300;
}

.os_progress,
.fb_progress {
    display: none;
}

#os {
    background: url("/plugins/os.png") no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 9999;
    bottom: 130px;
    right: 22px;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 70px;
    transition: all 0.45s;
    cursor: pointer;
    outline: none;
}

#ospanel {
    background: none;
    position: fixed;
    z-index: 9999;
    bottom: 70px;
    right: -222px;
    width: 70px;
    min-height: 50px;
    transition: 0.45s;
    cursor: pointer;
    border: none;
    padding-bottom: 20px;
}

#os:hover #ospanel {
    right: -3px !important;
}

#os:hover {
    transform: scale(1.2);
}

.osicon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 5px;
    font-size: 1.5em;
    text-align: center;
    padding: 13px 3px;
    background: var(--c1);
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(16, 25, 32, 0.2);
    -moz-box-shadow: 0px 0px 10px -3px rgba(16, 25, 32, 0.2);
    box-shadow: 0px 0px 10px -3px rgba(16, 25, 32, 0.2);
}

.osicon:hover {
    transform: scale(1.2);
}

#dopparam {
    display: none;
}

.pulse::after,
.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #4eba3e;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.pulse::after {
    animation-delay: 1.25s;
}

#feedbacks {
    background: #f1f1f1;
}

.feedslide {
    background: #fff;
    border-radius: 7px;
    font-size: 1.1em;
    padding: 6.5%;
}

.feedslide h4 {
    font-weight: 700;
    color: var(--c5);
}

.fbcity {
    color: var(--c1);
}

.fbdate {
    font-size: 0.7em;
    color: var(--c4);
    display: block;
}

.owl-nav {
    display: none !important;
}

.fbprev,
.fbnext {
    font-size: 1.1em;
    padding: 5px 2px;
    background-color: var(--c5);
    z-index: 20;
    display: block;
    cursor: pointer;
    width: 40%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.2s ease-in;
}

.fbprev:hover,
.fbnext:hover {
    transform: scale(1.1);
    background-color: #0f638d;
    -webkit-box-shadow: -1px 1px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 1px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 1px 8px 0px rgba(34, 60, 80, 0.2);
}

.fbprev {
    float: left;
}

.fbnext {
    float: right;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes movingFlare {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@media only screen and (max-width: 991px) {
    #mainmenu {
        display: none;
    }

    .msngrs {
        text-align: left;
    }

    .usluga:hover {
        transform: none;
        box-shadow: none;
    }

    .p-norm {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    #os {
        width: 60px;
        height: 60px;
    }

    #os:hover {
        transform: scale(1.05);
    }

    .osbg_inside,
    .fbbg_inside {
        margin: 4% auto;
    }

    #os:hover #ospanel {
        right: -8px !important;
    }

    .osicon,
    .fbicon {
        font-size: 1.6em;
        padding: 15px 2px;
    }

    .usluga {
        min-height: auto;
        height: auto;
    }
}

@media only screen and (max-width: 450px) {
    body {
        font-size: 0.8em;
    }

    .thprice {
        min-width: 120px;
    }

    .mobilehide {
        display: none !important;
    }

    .mobileshow {
        display: block !important;
    }

    #maininfo h1 {
        font-size: 2.3em;
    }

    .p-norm2 {
        padding-top: 10px !important;
        padding-bottom: 35px !important;
    }

    .usluga {
        min-height: auto !important;
        height: auto;
    }
}
