@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;600&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: 'Saira', sans-serif;
    color: #000000;
    height: 100%;
    width: 100%;
    max-width: 1920px;
}

.cMarg {
    margin: 0 auto;
    width: 96%;
}

.content_view {
    margin: 0 auto;
    width: 96%;
    max-width: 900px;
    line-height: 1.5em;
    margin-bottom: 3em;
}

#scroller {
    position: fixed;
    /**position the scroller**/
    bottom: 15px;
    right: 15px;
    /**arrow image**/
    background-image: url(../images/_body/top.svg);
    background-size: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    /**hide it first**/
    display: none;
}

strong,
b {
    font-weight: 600;
}

ul {
    margin: 2em;
}

ul li {
    margin: .5em;
    list-style: circle;
    margin-bottom: 5px;
}

input,
textarea,
select {
    font-family: 'Saira', sans-serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #ddd;
    padding: 1em;
    font-size: .8em;
}

.responsive-nav {
    display: none;
}

.panel {
    display: none;
}

a {
    color: #000;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #000 !important;
    text-decoration: none;
}

h1 {
    margin: 0 0 1em 0;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.2em;
}

.breaker {
    text-align: center;
    width: 100%;
    margin: 2em 0;
    font-weight: 300;
}

.breaker strong {
    font-weight: 400;
    background-color: white;
    padding: .5em 1.5em;
}

h2 {
    margin: 1em 0 1.3em 0;
    font-size: 1.8em;
    line-height: 1.2em;
}

h3 {
    margin: 1em 0 1.3em 0;
    font-size: 1.5em;
    line-height: 1.2em;
}

h4 {
    margin: 1em 0 1.3em 0;
    font-size: 1.2em;
    line-height: 1.2em;
}


/*FORMS*/

.inputF {
    width: 100%;
    height: 50px;
    border: 1px solid black;
    font-size: 1em;
}

.area-field {
    width: 100%;
    border: 1px solid black;
    font-size: 1em;
}

.form-place {
    margin-top: 2em;
    font-size: .8em;
}

.form-place label {
    font-weight: 700;
    font-size: .9em;
}


/*header*/

.topLine {
    width: 100%;
    display: flex;
    background-color: black;
    padding: 0 2%;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    height: auto;
}

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

.topLine a:hover {
    color: #aeaeae !important;
    text-decoration: none;
}

.up {
    margin-left: auto;
    font-size: .9em;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.moto {
    display: flex;
    align-items: center;
}

.sIcon {
    float: left;
    background-image: url("../images/_body/delivery.svg");
    background-position: 8px center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #07a0dc;
    height: 35px;
    width: 35px;
    margin-right: 10px;
}

.sBag {
    display: flex;
    background-image: url("../images/_body/shopping-bag-top.svg");
    background-position: 8px center;
    background-size: 15px;
    background-repeat: no-repeat;
    background-color: #07a0dc;
    height: 35px;
    width: 50px;
    padding-right: 10px;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}

.header {
    width: 100%;
    display: flex;
    padding: 15px 2%;
    align-items: center;
    justify-content: center;
    color: black;
    z-index: 100;
}

.header a {
    color: black;
    text-decoration: none;
}

.header a:hover {
    color: #07a0dc !important;
}

.logo {
    margin-right: auto;
    flex-basis: 300px;
}

.lgn-link {
    display: inline-block;
    margin-right: 30px;
}

.logo img {
    height: 40px;
}

.navigation {
    list-style: none;
    font-size: 1em;
    text-align: center;
    margin: 0 0;
    font-weight: 600;
}

.navigation li {
    display: inline-block;
    margin: 0 10px;
}

.navigation .act a {
    color: #07a0dc;
}

.navigation li a {
    color: black;
    text-decoration: none;
}

.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
    margin-top: 0;
}

.main-navi ul ul {
    position: absolute;
    display: none;
    z-index: 10000;
    margin: 0 0 0 -10px;
    padding: 0;
    opacity: 0;
    text-align: left;
    font-size: .9em;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
    text-transform: initial;
}

.submenuHover {
    min-width: 200px;
    height: auto;
    background-color: #000;
    border: 5px solid black;
}

.submenuHover li {
    margin: 0 !important;
    padding-bottom: 0 !important;
    font-size: .8em;
}

.submenuHover li:hover {
    transition: all 0.5s;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover a {
    color: white !important;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 10px !important;
}

.submenuHover a:hover {
    text-decoration: none;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        y
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.basketPanel {
    background-color: #fff;
    position: fixed;
    top: 35px;
    right: -320px;
    width: 320px;
    height: 100%;
    min-height: 100%;
    transition: all 0.5s ease;
    padding: 1em;
    overflow: scroll;
    border-left: 8px solid black;
    z-index: 1000;
}

.bakset-flex {
    display: flex;
    flex-direction: column;
}

.close-side {
    font-size: 2em !important;
    position: absolute;
    right: 15px;
    top: 0;
    border: none !important;
    outline: none;
    cursor: pointer;
}

.side-items {
    border: 1px solid #000;
    padding: .7em;
    color: #000;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.side-items img {
    max-height: 70px;
    margin-right: 10px;
}

.basketPanel h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 .3em 0;
}

.basketPanel div h5 {
    font-size: .8em;
    font-weight: 400;
    margin: 0 0 .3em 0;
}

.basketPanel h2 {
    font-size: 1.8em;
    text-align: center;
    margin: 1em 0 1em 0;
}

.remove-item {
    margin-left: auto;
    cursor: pointer;
}

.remove-item img {
    margin-right: 0 !important;
}

.remove-item img {
    height: 15px !important;
}

.basketVis {
    right: 0;
    transition: all 0.5s ease;
}

.bakset-flex a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #717171;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    color: white;
    transition: all 0.5s ease;
    display: block;
    cursor: pointer;
    margin-bottom: 15px;
}

.sideBtn {
    font-size: .8em !important;
    background-color: #717171;
    color: white;
}

.cta {
    background-color: #07a0dc !important;
    font-weight: 700;
    color: white !important;
    font-size: .9em !important;
    border: 2px solid black;
}

.cta:hover {
    background-color: white !important;
    color: black;
}

main {
    float: left;
    width: 100%;
}

.featured-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.pointer {
    cursor: pointer;
}

.feautred-img {
    width: 100%;
    display: flex;
    align-items: center;
    color: black;
    height: auto;
    justify-content: flex-start;
    line-height: 0;
}

.featured-img a {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.feautred-img img {
    width: 100%;
}

.feautred-summary {
    /*background-color: white;*/
    width: auto;
    max-width: 600px;
    padding: 0;
    background-color: rgba(255, 255, 255, .3);
    margin-left: 2%;
}

.feautred-summary h1 {
    font-size: 2.2em;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 600;
}

.feautred-summary h3 {
    color: #07a0dc;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.blogSection {
    width: 100%;
    text-align: center;
    margin: 0 0;
    padding: 0 2%;
}

.blogSectionDefault {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blogSectionDefault .blog-item {
    flex-basis: 100%;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}

.blogSectionDefault .blog-item img {
    width: 150px;
    margin-right: 20px;
    height: auto;
}

.blog-item-summary h3 {
    font-size: 1.1em;
    margin: 10px 0 0 0;
    height: 50px;
    font-weight: 600;
}

.blogSectionDefault .blog-item-summary h3 {
    font-weight: 600;
    margin-bottom: 10px !important;
    height: auto;
}

.blog-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-item {
    flex-basis: 25%;
    overflow: hidden;
    margin-bottom: 2em;
    border: 10px solid #fff;
}

.blog-item img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .50s;
    -moz-transition: all .50s;
    -ms-transition: all .50s;
    -o-transition: all .50s;
}

.blog-item-image {
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.blog-item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.blog-item small {
    font-size: .9em;
    display: block;
    margin: 10px 0;
}

.izpostava {
    float: left;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    margin: 0 0 4em 0;
    font-size: 1.4em;
    padding: 35px 0;
}

.izpostava a {
    display: inline-block;
    color: white;
    border: 2px solid white;
    padding: .5em 1em;
    text-decoration: none;
    font-size: .8em;
    margin-top: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.izpostava a:hover {
    background-color: white;
    color: black;
}

.izpostava h4 {
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 1.7em;
}

.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}

.product-item {
    flex-basis: 23%;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}

.product-item-image {
    line-height: 0;
    overflow: hidden;
    text-align: center;
}

.product-item-image img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .50s;
    -moz-transition: all .50s;
    -ms-transition: all .50s;
    -o-transition: all .50s;
}

.product-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-price {
    padding-top: .5em;
    font-size: 1.5em;
    color: #07a0dc;
    font-weight: 700;
    background-image: url("../images/_body/split.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.old-price {
    font-weight: 400;
    text-decoration: line-through;
    color: #4d4d4d;
    margin-right: 10px;
    font-size: 0.8em;
}

.s12 {
    background-color: #000;
}

.s14 {
    background-color: #000;
}

.status {
    position: absolute;
    left: 0;
    padding: 0.5em 1em;
    width: auto;
    top: 20px;
    left: 10px;
    text-align: left;
    color: white;
    font-size: 0.8em;
    z-index: 10;
    font-weight: 700;
}

.statusMain {
    position: absolute;
    left: 0;
    padding: .8em;
    width: auto;
    top: 20px;
    left: 0;
    text-align: left;
    color: white;
    font-size: 1em;
    z-index: 10;
    font-weight: 700;
}

.disc {
    position: absolute;
    display: flex;
    top: -0;
    right: -0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #07a0dc;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8em;
    font-weight: 700;
    z-index: 10;
}

.product-item-details h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.product-item small {
    color: #777777;
    padding: 0;
}

.product-title-info a {
    text-decoration: none;
}

.product-title-info a:hover {
    color: #07a0dc !important;
}

.product-title-info {
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button-min {
    padding: .5em 1em;
    display: inline-block;
    margin: 1em 0 0;
    text-decoration: none;
    color: black;
    border: 2px solid black;
    font-size: .8em;
    font-weight: 700 !important;
}

.button-min:hover {
    background-color: black;
    color: white !important;
}

.back {
    text-align: center;
    margin-top: 3em;
}

.breadCrumbs {
    width: 100%;
    text-align: center;
    margin: 15px 0 35px 0;
    font-size: .8em;
    color: #717171;
}

.breadCrumbs a {
    text-decoration: none;
    color: #717171;
}

.footer {
    display: flex;
    width: 100%;
    background-color: black;
    color: #717171;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 0;
    font-size: .9em;
    margin-top: 1px;
    flex-wrap: wrap;
}

.cInfo p {
    font-size: 1.3em;
    color: white;
}

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

.footer a:hover {
    color: #717171 !important;
    text-decoration: none;
}

.fNavi {
    font-size: 1em;
    margin: 0 80px;
}

.pgEnd a {
    color: #717171 !important;
    text-decoration: none;
}

.social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.social a {
    display: flex;
    align-items: center;
    margin: 0 0 0 8px;
}

.social img {
    height: 25px;
    margin-right: 7px;
}

.pgEnd {
    width: 100%;
    font-size: .9em;
    flex-basis: 100%;
    text-align: center;
    margin-top: 30px;
}

table {
    width: auto;
    border-spacing: 0;
    max-width: 100%;
}

tr:nth-child(even) {
    background: #f2f2f2
}

td {
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #1e232a;
    color: #07a0dc;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-weight: 600;
}

.imgCover {
    float: left;
    width: 100%;
    height: 35vh;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgCenter {
    float: left;
    width: 100%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 0;
}

.imgCenter img {
    width: 100%;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 1em 0 1em 1em;
}

.imgRight img {
    width: 100%;
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 1em 1em 0;
}

.imgLeft img {
    width: 100%;
}

.userGgallery {
    padding: 1em;
    background-color: #f2f2f2;
    margin: 1em 0;
    line-height: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}

.userGgallery img {
    width: 100%;
}

blockquote {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 30px 1em 30px 1em;
    margin: 30px 0 30px 0;
    background-color: #000;
    color: white;
    font-weight: 700;
}

blockquote p {
    margin: 0;
}

.categories {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
}

.category-item {
    flex-basis: 25%;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding: 0;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid white;
}

.category-item a {
    color: black;
    text-decoration: none;
}

.cat-item-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.category-item h3 {
    position: absolute;
    z-index: 10;
    color: white;
    font-weight: 600;
    font-size: 1.1em;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-item a:hover {
    color: white !important;
}

.category-item:hover .cat-item-img {
    transform: scale(1.2);
}

.product-show {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
}

.showImg {
    flex-basis: 600px;
    margin: 0 20px;
    line-height: 0;
    position: relative;
}

.showImg img {
    width: 100%;
}

.showDesc {
    flex-basis: 700px;
    margin: 0 20px;
}

.showDesc h1 {
    margin-bottom: 10px;
}

.showDesc .benefits {
    padding: 1em 1em 0 1em;
    margin: 2em 0;
}

.showDesc .benefit {
    flex-basis: 50%;
    margin-bottom: 1em;
}

.showDesc .benefit h3 {
    font-size: .9em;
    margin: 0 0 0 10px;
}

.showDesc .benefit img {
    height: 30px;
}

.showDesc span {
    color: #717171;
    display: inline-block;
    width: 110px;
}

.showDesc-price {
    background-image: url(../images/_body/price.svg);
    background-size: 0.6em;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1em;
    font-size: 2em;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.form-add {
    display: flex;
    align-items: center;
}

.form-add img {
    height: 10px;
    line-height: 0;
}

.form-add span {
    cursor: pointer;
    padding: 0 0.5em;
}

.cFld {
    display: flex;
    align-items: center;
}

.kolFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.add,
.minus {
    cursor: pointer;
}

.product-details-qty {
    width: 40px;
    height: 45px;
    text-align: center;
    font-size: 1.2em;
    padding: 0 !important;
    background-color: black;
    color: white;
    border: none;
}

.product-details-add-btn {
    background-image: url("../images/_body/shopping-bag-top.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 1em 0 35px;
    height: 45px;
    text-align: center;
    font-size: .9em;
    background-color: #07a0dc;
    color: white;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-weight: 600 !important;
    border: none;
}

.product-options {
    margin: .8em 0 1em 0;
    order: 4;
}

.product-options h4 {
    margin: 0 0 10px 0;
    font-size: 1em;
    color: #07a0dc;
    font-weight: 400;
}

.product-options span {
    font-size: .8em;
}

.product-options a {
    margin: 0;
    background-color: white;
    border: 1px solid #ddd;
    padding: .5em 1em;
    font-size: .8em;
    margin-right: .7em;
    text-decoration: none;
    font-weight: 700;
}

.product-options a:hover {
    background-color: #eeeeee !important;
    color: black !important;
}

a.actOpt {
    background-color: #07a0dc;
    color: white;
}

a.actOpt:hover {
    background-color: #07a0dc !important;
    color: white !important;
}

.product-details-add-btn:hover {
    background-color: #000;
    color: white;
}

.no-stock {
    width: 100%;
    font-size: .9em;
    color: #a7a7a7;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1em;
}

.on-stock {
    color: #07a0dc;
}

.tJust {
    width: 100%;
    margin-top: 2em;
}

.tJust h3 {
    margin: 1em 0 .5em 0;
    font-size: 1.2em;
}

.product-details-gallery {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    line-height: 0;
    margin-top: 20px;
    flex-wrap: wrap;
}

.product-details-gallery a {
    border: 2px solid #fff;
    flex-basis: 25%;
}

.product-details-gallery img {
    width: 100%;
}

.default-form-btn {
    background-color: #fff;
    border: 2px solid #000;
    color: black;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-width: 200px;
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
    font-weight: 700 !important;
}

.default-form-btn:hover {
    background-color: #000;
    color: white;
}


/*FORMS*/

.inputF {
    width: 100%;
    height: 50px;
    border: 1px solid black;
    font-size: 1em;
}

.area-field {
    width: 100%;
    border: 1px solid black;
    font-size: 1em;
}

.form-place {
    margin-top: 2em;
    font-size: .8em;
}

.form-place label {
    font-weight: 700;
    font-size: .9em;
}

.form-place {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    margin-bottom: 0 !important;
}

.full-row {
    grid-column: -1/1;
    margin: 0 0 1em 0;
}

.form-place div {
    margin: 0 0 1em 0;
}

.check-option {
    display: flex;
    font-size: .9em;
    ;
}

.check-option label {
    margin-left: 10px;
    font-weight: 400 !important;
    line-height: 1.2em;
}

.thank-you-page {
    margin: 2em auto;
    max-width: 870px;
    width: 100%;
    padding: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.lost-links a {
    display: inline-block;
    margin: .5em;
}

.thank-you-page img {
    max-width: 30%;
    margin-bottom: 1em;
}

.sharethis-inline-share-buttons img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.press-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.press-img img {
    /*max-width: 350px;*/
    border: 5px solid black;
    margin: 5px;
    max-height: 300px;
    max-width: 100%;
}

.benefits {
    width: 100%;
    display: flex;
    background-color: #ebebeb;
    align-items: center;
    justify-content: center;
    padding: 20px 2%;
    flex-wrap: wrap;
}

.benefit {
    flex-basis: 25%;
    display: flex;
    align-items: center;
}

.benefit h3 {
    font-size: 1em;
    margin: 0 0 0 15px;
}

.benefit img {
    height: 40px;
}

.halfSection {
    width: 100%;
    display: flex;
    margin-top: 3em;
}

.halfSection>div {
    flex-basis: 50%;
    padding: 2em 2%;
}

.nogavicnina {
    background: rgb(7, 160, 220);
    background: linear-gradient(45deg, rgba(7, 160, 220, 1) 0%, rgba(7, 125, 171, 1) 59%, rgba(3, 78, 107, 1) 100%);
    color: white;
}

.nogavicnina h2 {
    font-size: 3em;
    font-weight: 400;
    margin: 0 0 0 0;
}

.nogavicnina h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin: .5em 0;
}

.nogavicnina a {
    display: inline-block;
    padding: .8em 1em;
    background-color: white;
    color: #07a0dc;
    font-weight: 600;
    text-decoration: none;
}

a.btn {
    display: inline-block;
    padding: .6em 1em;
    background-color: #07a0dc;
    color: white;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1em;
}

a.btn:hover {
    background-color: black;
    color: white !important;
}

.filters {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
    flex-wrap: wrap;
}

.filter {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #ddd;
    padding: 5px 8px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
}

.filter:hover {
    background-color: #f2f2f2;
}

.filter a {
    text-decoration: none;
}

.actF {
    background-color: #07a0dc;
    color: white;
}

.actF a {
    color: white !important;
}

.actF:hover {
    background-color: #07a0dc !important;
}