@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
    --c0: #08567a;
    --c1: #1f7eaa;
    --c2: #b2ebf3;
    --c3: #eaefef;
    --c4: #d5d5d5;
    --c5: #777777;
}

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

.gallery-photo3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 0.9;
    z-index: 999999;
    background: #fff;
}

.preloader_ajax {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 999999;
    background: none;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 256px;
    height: 200px;
    margin-top: -150px;
    margin-left: -128px;
    background: url("/images/preloader.gif") no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
}

.preloader__process {
    position: relative;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    margin-top: -60px;
    margin-left: -60px;
    background: url("/images/spinner.gif") no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.gallery-photo2 {
    width: 30.33%;
    margin: 1%;
}

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

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

#top_cart:hover {
    text-decoration: none;
}

#top_cart:hover .cartcount {
    transform: scale(1.1);
}

h1,
h2 {
    font-weight: 800;
    color: #333;
}

body {
    color: #222;
    margin: 0 auto;
    background: url(/images/body.jpg) no-repeat #fff;
    background-position: top center;
    font-weight: 500;
}

.container {
    max-width: 1350px !important;
}

.mobileshow {
    display: none;
}

.contentpage {
    padding-top: 20px;
    padding-bottom: 60px;
    min-height: 900px;
}

.contentpage li {
    list-style-position: inside;
}

.brands img {
    width: 100%;
    transition: all 0.4s;
    border-bottom: 4px solid #fff;
}

.brands img:hover {
    transform: scale(1.05);
    border-bottom: 4px solid var(--c2);
}

.subpnkt {
    display: none;
    min-height: 150px;
    top: 0;
}

.pnktli:hover .subpnkt {
    display: block;
}

.plitka {
    width: 70%;
    display: block;
    margin: 20px auto;
    transition: all 0.4s;
}

.plitka:hover {
    transform: scale(1.05);
}

.gran {
    position: absolute;
    z-index: 2;
    background: url(/images/gran.png) no-repeat;
    background-size: cover;
    background-position: top-left;
    width: 56px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
}

.stikybtn {
    margin-top: 0 !important;
    margin-bottom: 40px;
    width: 100%;
    padding: 15px 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
    color: #fff;
    background: #2f76ac;
    border-radius: 0 0 10px 10px;
}

.stikybtn:hover {
    background: var(--c0);
}

#toplinks {
    background-color: var(--c0);
    color: #fff;
    font-size: 0.9em;
}

#toplinks a {
    color: #fff;
    padding: 12px 12px;
}

.smallmenu {
    transition: all 0.5s;
}

.smallmenu a:hover {
    background-color: var(--c1);
    border-radius: 0 0 10px 10px;
    text-decoration: none;
}

.snetwrks {
    text-align: right;
}

#topheader {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dae2e7;
}

.phones {
    text-align: center;
}

.phones a {
    color: #222;
    font-weight: 700;
    font-size: 1.2em;
    transition: all 0.4s;
}

.phones a:hover {
    text-decoration: none;
    color: var(--c1);
}

.fcontacts {
    font-size: 1.2em;
}

#maincart {
    border: 1px solid var(--c4);
    border-radius: 3px;
    padding: 11px 17px;
    color: #333 !important;
    background: #fcfcfc;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    transition: all 0.4s;
    display: block;
    overflow: hidden;
    float: right;
}

#maincart:hover {
    background: var(--c3);
    color: #777 !important;
    text-decoration: none;
}

#maincart i {
    margin-right: 5px;
    color: #888;
}

#cartcount {
    font-weight: 600;
    font-size: 1.1em;
}

.logo {
    width: 80%;
    max-width: 200px;
}

.headerinfo {
    font-size: 0.9em;
}

#mainmenu {
    border-bottom: 1px solid #dae2e7;
    background: none;
}

.topfix {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98) !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

#submenu {
    display: none;
    background: none;
    min-height: 10px;
    max-height: 900px;
    position: absolute;
    z-index: 500;
    /* width: 965px; */
    top: 64px;
    left: 0;
}

#subsubmenu {
    width: 100%;
    background: #fff;
    position: relative;
    height: auto;
    clear: both;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid var(--c3);
    -webkit-box-shadow: 0px 4px 26px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 26px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 26px 0px rgba(34, 60, 80, 0.2);
}

#submenu a {
    background: none !important;
    color: #333 !important;
}

#submenu .section_sublink {
    font-weight: bold;
    color: var(--c1) !important;
    font-size: 0.8em;
    background: #f5f5f5 !important;
    padding: 5px 10px !important;
}

.discs {
    text-align: center;
    padding-top: 19px !important;
}

.discs a {
    font-size: 0.9em;
    font-weight: 600;
    color: #333;
}

#cat_button .catalogbutton,
.gethelp {
    width: 100%;
    display: block;
    color: #fff;
    background: var(--c1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    margin: 1px;
    padding: 13px 10px;
    border-radius: 4px;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
}

#cat_button:hover a,
.gethelp:hover {
    color: #fff;
    background: var(--c0);
    text-decoration: none;
}

#cat_button:hover #submenu {
    display: block;
}

.gethelp {
    max-width: 350px;
}

.gethelp span {
    margin-right: 7px;
}

.mainslide .owl-dots {
    position: relative;
    padding-bottom: 10px;
}

.s1 {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 1.6em;
}

.s2 {
    position: absolute;
    right: 12px;
    top: 17px;
    transform: rotate(-90deg);
    transition: all 0.5s;
}

.s3 {
    position: absolute;
    right: 12px;
    top: 38%;
    color: var(--c1);
    transform: rotate(-90deg);
    transition: all 0.5s;
}

#cat_button:hover .s2 {
    transform: rotate(0deg);
    color: var(--c2);
}

#main_container {
    clear: both;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}

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

.slide img {
    width: 100%;
}

.left_nav {
    position: absolute;
    display: none;
    top: 42%;
    left: -14px;
    width: 40px;
    height: 40px;
    color: var(--c0);
    background-color: var(--c2);
    opacity: 0;
    z-index: 100;
    padding: 8px 14px;
    font-size: 16px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.6s;
}

.right_nav {
    position: absolute;
    display: none;
    top: 42%;
    right: -14px;
    width: 40px;
    height: 40px;
    color: var(--c0);
    background-color: var(--c2);
    opacity: 0;
    z-index: 100;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.6s;
}

.right_nav:hover,
.left_nav:hover,
.ig img:hover {
    transform: scale(1.1);
}

.owly {
    position: relative;
    clear: both;
    padding: 0;
}

.owly:hover .left_nav,
.owly:hover .right_nav {
    display: block;
    opacity: 1;
    cursor: pointer;
}

.ig span {
    font-weight: 600;
    color: #555;
}

.ig img {
    width: 80%;
    max-width: 80px;
    display: block;
    margin: 15px auto;
    transition: all 0.4s;
}

.linkslide {
    font-weight: 800;
    color: #fff !important;
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    border-radius: 15px;
    transition: all 0.4s;
}

.linkslide img {
    width: 250px;
    height: auto !important;
}

.slbg {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.linkslide:hover .slbg {
    background: rgba(0, 0, 0, 0.8);
}

.minidate {
    font-size: 0.8em;
    font-weight: 600;
    color: var(--c2);
    padding-bottom: 5px;
    display: block;
}

.owl-nav {
    display: none;
}

#footer {
    background: url("/images/footer.jpg") no-repeat #f5f5f5;
    background-position: top center;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    clear: both;
    color: rgb(59, 93, 145);
    position: relative;
    display: block;
    font-size: 0.9em;
    padding-bottom: 10px;
    font-weight: 600;
}

#footer a {
    color: var(--c1);
    font-weight: 600;
}

.mobile-menu {
    font-size: 2.3em;
    color: var(--c1);
    cursor: pointer;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    color: #444;
    padding: 5%;
    z-index: 999999;
    padding-top: 30px;
}

.mmenua {
    font-weight: bold;
    font-size: 1.1em;
    padding: 3px 5px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
    margin: 3px 0;
}

.mmenua:hover {
    text-decoration: none;
    background: var(--c2);
    color: #333;
}

.sertif {
    background: #f6fafc;
    padding-top: 90px;
    padding-bottom: 70px;
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

.popular-cat__item {
    display: block;
    text-align: center;
}
.popular-cat__item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.popular-cat__item span {
    display: block;
    padding: 10px 5px;
    font-size: 24px;
}

@media only screen and (max-width: 1320px) {
    #submenu {
        font-size: 0.9em;
    }

    .left_nav {
        left: 14px;
    }

    .right_nav {
        right: 14px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 30px;
        font-size: 0.9em;
    }

    .left_nav {
        position: absolute;
        top: 40%;
        width: 40px;
        height: 40px;
        color: var(--c0);
        background-color: var(--c2);
        opacity: 1;
        z-index: 100;
        padding: 8px 14px;
        font-size: 16px;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.6s;
    }

    .right_nav {
        position: absolute;
        top: 40%;
        width: 40px;
        height: 40px;
        color: var(--c0);
        background-color: var(--c2);
        opacity: 1;
        z-index: 100;
        padding: 8px 16px;
        font-size: 16px;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.6s;
    }

    .logocontainer {
        text-align: center;
    }

    .contentpage {
        padding-top: 20px;
    }

    .subpnkt {
        display: none !important;
        width: 68% !important;
        top: -40px !important;
        font-size: 0.7em;
    }

    .mobileshow {
        display: block;
    }

    .mobilehide {
        display: none !important;
    }
}

@media only screen and (max-width: 450px) {
    body {
        background: url(/images/mobilebody.jpg) no-repeat #fff;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
    }

    .sorter-text,
    .sorter-text label {
        font-size: 1em !important;
    }

    #submenu {
        width: 150%;
    }

    .logo {
        width: 100%;
    }

    .phones {
        padding: 5px !important;
        font-size: 0.8em;
    }

    #mainmenu {
        padding: 0 !important;
        font-size: 0.9em;
    }

    #topheader {
        margin-bottom: 3px;
    }

    .left_nav,
    .right_nav {
        display: block;
    }

    .s3 {
        display: none;
    }

    .block1 {
        font-size: 0.6em !important;
    }

    .sertif {
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: 0;
    }

    #footer {
        background-size: cover;
        padding-bottom: 140px;
    }

    .fcontacts {
        font-size: 1em;
        font-weight: 900;
    }

    #req {
        color: #222;
        font-weight: bold;
        background: #fff;
        opacity: 0.7;
        padding: 4px 10px;
        border-radius: 6px;
    }
}
