/* ******************************
          G L O B A L N O
   ****************************** */
.site-header .container {
    max-width: 1460px;
}
.home_cat .heading {
    padding-top: 50px;
}
.site-main {
    padding-top: 0;
    padding-bottom: 350px;
}
@media (max-width:1600px){
    .site-main {
        padding-bottom: 270px;
    }
}
@media (max-width:767px){
    .site-main {
        padding-bottom: 200px;
    }
}
.container{
    max-width: 1800px;
}

/* **************************************
        S E K C I J A  1  -  H E R O
   ************************************** */
#home_slider .splide__list li {
    position: relative;
}
#home_slider .container {
    position: relative;
    height: 100%;
    max-width: 1460px;
    display: flex;
    align-items: stretch;
}
#home_slider .container > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}
#home_slider .splide__slide a{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
#home_slider .slider_desc {
    color: #fff;
    text-align: center;
    align-self: center;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 50%;
    padding: 80px 0;
}
#home_slider .slider_desc p {
    text-align: center;
}
#home_slider .slider_desc h1,
#home_slider .slider_desc h2 {
    font-family: "Cormorant-Regular", sans-serif;
    font-size: 100px;
    line-height: 1;
    font-weight: normal;
}

#home_slider .slider_desc h2 {
    font-size: 70px;
}

#home_slider .slider_desc span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    display: inline-block;
}
#home_slider .slider_desc p {
    margin: 0 0 20px;
}
#home_slider .slider_desc p:last-of-type{
    font-size: 12px;
    line-height: 1.42;
}
#home_slider .splide__list picture {
    width: 50%;
    height: auto;
    padding-left: 3%;
}
#home_slider .splide__list picture img{
    width: 100%;
    height: auto;
}
#home_slider .slide_button {
    background-image: url(../img/slide_btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    padding: 11px 36px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
}
@media (max-width:1400px){
    #home_slider .slider_desc h1{
        font-size: 80px;
    }
    #home_slider .slider_desc h2 {
        font-size: 60px;
    }
}
@media (max-width:1200px){
    #home_slider .slider_desc h1,
    #home_slider .slider_desc h2{
        max-width: 300px;
    }
}

@media (max-width:767px){
    #home_slider .slider_desc h1,
    #home_slider .slider_desc h2 {
        font-size: 48px;
        max-width: 200px;
        line-height: 1.2;
    }
    #home_slider .slider_desc h2 {
        font-size: 38px;
        max-width: 100%;
    }
    #home_slider .container > a {
        justify-content: start;
        flex-flow: column nowrap;
    }
    #home_slider .splide__slide{
        aspect-ratio: 0.6;
    }
    #home_slider .slider_desc {
        width: 100%;
        height: 100%;
        padding: 30px 0 40px;
        z-index: 2;
    }
    #home_slider .slider_desc p:has(span){
        margin-bottom: 0;
    }
    #home_slider .slider_desc p:first-of-type{
        margin-bottom: 0;
    }
    #home_slider .slider_desc p span{
        font-weight: 800;
        font-size: 14px;
        line-height: 1.43;
    }
    #home_slider .slider_desc p:last-of-type{
        font-size: 10px;
        line-height: 1.42;
        max-width: 340px;
        margin-bottom: 0;
        order: 5;
    }
    #home_slider .slide_button{
        margin-top: auto;
        order: 4;
        margin-bottom: 32px;
    }
    #home_slider .splide__slide picture{
        position: absolute;
        width: 78%;
        padding-left: 0;
        bottom: calc(100vw * 0.45);
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ******************************************************
          S E K C I J A  2  -  K A T E G O R I J E
   ****************************************************** */
.heading svg {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}
/* Pojedinacna kategorija */
.home_categories li {
    background: linear-gradient(180deg, #F3F8F9 24.2%, #5B7980 344.25%);
    border: 1px solid #F3F8F9;
    aspect-ratio: 1;
    position: relative;
}
.home_categories li a {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home_categories li img {
    aspect-ratio: 1;
    max-width: 65%;
    object-fit: contain;
}
.home_categories li h2 {
    position: relative;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #5B7980;
    width: 100%;
    margin-top: 10px;
}
.home_categories li::before {
    content: '';
    background: url(../img/cat_icon.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    left: -1px;
    top: 50%;
    transform: translate(-50%);
    opacity: 0;
}
.home_categories li::after {
    content: '';
    background: url(../img/cat_icon.svg);
    position: absolute;
    width: 11px;
    height: 11px;
    right: -11px;
    top: 50%;
    transform: translate(-50%);
    opacity: 0;
}
.home_categories li:hover {
    border: 1px solid #A7C5CC;
    background: #fff;
}
.home_categories li:hover::before,
.home_categories li:hover::after {
    opacity: 1;
}
@media(min-width:768px) {
    .home_categories.splide__list {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-gap: 15px;
        margin-top: 70px !important;
    }
}
@media(max-width: 767px){
    .heading {
        padding-top: 40px;
    }
    .heading h2 {
        font-size: 18px;
        width: 100%;
    }
    .heading h2::before {
        margin-top: 20px;
        left: 0;
    }
    .heading h2::after {
        bottom: -27px;
    }
    .heading svg {
        max-width: 38px;
    }
    .home_categories.splide__list {
        margin-top: 40px !important;
        align-items: start;
    }

    /* Pojedinacna kategorija */
    .home_categories li {
        aspect-ratio: 0.93;
    }
    .home_categories li h2 {
        font-size: 12px;
        margin-top: 5px;
    }
}


/* ***********************************************************************
          S E K C I J E  3  I  5  -  I Z D V O J E N I   B R E N D
   *********************************************************************** */


.popular_products_section .splide__list {
    align-items: center;
}   


.home_products_section {
    padding-top: 100px;
}
.popular_products_section #popular_products {
    padding-bottom: 0;
    padding-top: 60px;
}
#popular_products .splide__slide{
    height: 100%;
}
.home-brend-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: auto;
    align-items: stretch;
    padding: 0 5px;
}
.home-brend-wrap .home-brend-img,
.home-brend-wrap #home_product{
    width: 100%;
    position: relative;
}
.home-brend-wrap .home-brend-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-brend-wrap #home_product{
    position: relative;
    padding: 50px 16% 70px;
    max-width: 100%;
    /*background: #F0F0F0;*/
    background: linear-gradient(180deg, #F3F8F9 24.2%, #5B7980 229.57%);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
#home_product .logo-item {
    text-align: center;
    margin-bottom: 30px;
    min-height: 70px;
}
#home_product .logo-item img{
    width: 100%;
    max-width: 170px;
    height: fit-content;
    max-height: 70px;
    object-fit: contain;
}
#home_product .splide{
    width: 100%;
}
#home_product .splide__slide {
    text-align: center;
    background: #fff;
    padding: 20px 20px 24px;
    border: 1px solid #D7E9ED;
    position: relative;
}
#home_product .splide__slide:hover {
    border: 1px solid #A7C5CC;
}
#home_product .splide__slide img {
    aspect-ratio: 1;
    max-width: 70%;
    object-fit: contain;
    height: auto;
    display: block;
    margin: auto;   
}
#home_product .splide__slide .woocommerce-loop-product__title{
    margin: 20px auto 0;
    max-width: 100%;
}
#home_product .splide__slide .product-short-description{
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.42;
    min-height: 2.84em;
    text-align: center;
    color: #88A7AF;
    margin-bottom: 20px;
}
#home_product .splide__slide .price{
    margin: 0;
}
#home_product .splide__slide span:not([aria-hidden="true"]) {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}
#home_product li.splide__slide .woocommerce-Price-amount.amount,
#home_product .woocommerce-Price-currencySymbol {
    display: inline !important;
    margin: 0;
}
#home_product .woocommerce-LoopProduct-link{
    flex: 1;
}
#home_product .splide__slide .woocommerce-LoopProduct-link span:last-child{
    margin-top: auto;
}
#home_product .add_to_cart_button{
    display: none;
}
#home_product .home-brend-link {
    text-align: center;
    margin-top: 50px;
}
#home_product .home-brend-link a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
#home_product .splide__arrow svg {
    display: none;
}
#home_product_slide .splide__arrow--prev,
#home_product_slide_1 .splide__arrow--prev,
#two_brands_slide_1 .splide__arrow--prev,
#two_brands_slide_2 .splide__arrow--prev {
    content: '';
    background: url(../img/left_product_arrow.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: -35px;
    background-size: 27px 27px;
}
#home_product_slide .splide__arrow--next,
#home_product_slide_1 .splide__arrow--next,
#two_brands_slide_1 .splide__arrow--next,
#two_brands_slide_2 .splide__arrow--next {
    content: '';
    background: url(../img/right_product_arrow.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: -35px;
    background-size: 40px 28px;
}
.home_products_section .products li.product a.button {
    background-color: #D7E9ED !important;
    background-image: url(../img/dugme-ukras-levo.svg), url(../img/dugme-ukras-desno.svg) !important;
}
.home_products_section .products li.product:hover a.button{
    background-color: #5B7980 !important;
}
.home_products_1 #home_product {
   background: linear-gradient(180deg, #F3F8F9 24.2%, #5B7980 229.57%);
}
.home_products .two_brands #home_product {
    padding: 0;
    position: relative;
}
.home-brend-wrap .brend_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
}
.home-brend-wrap .brend_wrap .top_text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 4px 74px #000000BF;
}
.home-brend-wrap .brend_wrap .bottom_text p {
    font-size: 40px;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 4px 74px #000000BF;
    line-height: 46px;
    margin-top: 5px;
}
@media (max-width:767px){ 
    .home-brend-wrap .brend_wrap .bottom_text p {
        font-size: 30px;
        line-height: 36px;
    }
}
.home-brend-wrap .brend_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
}
.home-brend-wrap .home-brend-link.brend-link {
    position: absolute;
    margin: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    bottom: 13%;
}
.two_brands #home_product .home-brend-link.brend-link a,
.two_brands #home_product .home-brend-link.brend-link a:hover,
.two_brands .home-brend-wrap:last-child #home_product .home-brend-link.brend-link a {
    background-color: transparent !important;
    background-image: url(../img/white_btn.svg) !important;
    color: #5B7980;
}
@media (max-width:991px){
    .home-brend-wrap {
        grid-template-columns: minmax(0,1fr);
        align-items: stretch;
        padding: 0;
    }
    .home-brend-wrap .home-brend-img,
    .home-brend-wrap #home_product{
        width: 100%;
        position: relative;
    }
    .home-brend-wrap .home-brend-img img {
        height: auto;
        aspect-ratio: 1.65;
    }
}
@media (max-width:767px){
    .home_products_section {
        padding-top: 50px;
    }
    .home_products_section .container{
        padding: 0;
    }
    .home-brend-wrap #home_product{
        padding: 40px 0 60px 20px;
        background: linear-gradient(180deg, #F3F8F9 24.2%, #5B7980 344.25%);
    }
    #home_product .logo-item {
        margin-bottom: 40px;
        margin-right: 20px;
        min-height: 50px;
    }
    #home_product .logo-item img {
        max-height: 50px;
    }
    #home_product .splide .splide__pagination{
        max-width: calc(100vw - 40px);
        align-self: start;
    }
    #home_product .splide__slide .woocommerce-loop-product__title{
        max-width: 65%;
    }
    #home_product .splide__track::before,
    #home_product .splide__track::after{
        display: none;
    }
    #home_product .home-brend-link{
        margin-top: 50px;
        margin-right: 20px;
    }
    .home_cat .splide__track {
        margin-right: -20px;
    }
}
/* *****************************************************************************
          S E K C I J E  4  I  6  -  P O P U L A R N I  P R O I Z V O D I
   ***************************************************************************** */
.popular_products_section .splide {
    padding: 60px 0 100px;
}
.popular_products_section .splide .splide__pagination {
    margin: 0;
    margin-top: 30px;
}
.popular_products_section .splide__slide .product-short-description{
    display: none;
}
@media (max-width:767px){
    .popular_products_section .splide .splide__pagination {
        margin: 25px 0 0;
    }
    .popular_products_section .splide {
        padding: 50px 0 65px;
    }
    .popular_products_section .container{
        padding: 0 0 0 20px;
    }
    .popular_products_section .heading{
        margin-right: 20px;
    }
    .popular_products_section .splide .splide__pagination,
    .home_selected_brend .splide .splide__pagination{
        max-width: calc(100vw - 40px);
        align-self: start;
    }
}

/* *****************************************************************************
          I Z D V O J E N I   P R O I Z V O D I  -  D V A   U   R E D U
   ***************************************************************************** */
.two_brands {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: auto;
    column-gap: 20px;
    align-items: stretch;
}
.two_brands .home-brend-wrap {
    width: 100%;
    display: block;
}
.two_brands .home-brend-wrap #home_product {
    width: 100%;
    height: 100%;
}
.two_brands .home-brend-wrap:first-child #home_product {
    background: transparent;
}
.two_brands .home-brend-wrap:last-child #home_product {
    background: transparent;
}
.two_brands .home-brend-wrap:first-child .splide__track::before,
.two_brands .home-brend-wrap:first-child .splide__track::after {
    background-image: linear-gradient(90deg, rgba(243, 248, 249, 0) 0%, rgba(243, 248, 249, 0) 0%, rgba(243, 248, 249, 1) 51%, rgba(243, 248, 249, 1) 100%) !important;
}
.two_brands .home-brend-wrap:last-child .splide__track::before,
.two_brands .home-brend-wrap:last-child .splide__track::after {
    background-image: linear-gradient(90deg, rgba(255, 248, 242, 0) 0%, rgba(255, 248, 242, 0) 0%, rgba(255, 248, 242, 1) 51%, rgba(255, 248, 242, 1) 100%) !important;
}
#two_brands_slide_1 .splide__arrow--prev,
#two_brands_slide_2 .splide__arrow--prev {
    left: -15px;
}
#two_brands_slide_1 .splide__arrow--next,
#two_brands_slide_2 .splide__arrow--next {
    right: -10px;
}
.two_brands #home_product .home-brend-link a{
    display: block;
    padding: 11px 30px;
    background-color: #D7E9ED !important;
    background-image: url(../img/dugme-ukras-levo-plava.svg), url(../img/dugme-ukras-desno-plava.svg) !important;
    background-size: auto 100%, auto 100%;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-clip: border-box;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    opacity: 1 !important;
    max-width: 240px;
    width: 100%;
    color: #5B7980;
    text-decoration: none;
    margin: auto;
}
.two_brands .home-brend-wrap:last-child #home_product .home-brend-link a  {
    background-image: url(../img/dugme-ukras-levo-pink.svg), url(../img/dugme-ukras-desno-pink.svg) !important;
}
.two_brands #home_product .home-brend-link a:hover {
    background-color: #5B7980 !important;
    color: #fff;
}
@media (max-width:1400px){
    .two_brands .home-brend-wrap #home_product {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width:991px){
    .two_brands {
        grid-template-columns: minmax(0,1fr);
        row-gap: 20px;
    }
}
@media (max-width:767px){
    .two_brands .home-brend-wrap #home_product {
        padding-right: 0;
    }
}

/* *************************************
        P R I C E  O  Z L A T A R I
   ************************************* */
.an_story {
    margin-top: 100px;
    position: relative;
}
.an_story .container {
    padding: 0 25px;
}
@media (max-width:991px){ 
    .an_story .container {
        padding: 0 20px;
    }
}
.an_story_wrap{
    padding: 75px 20px 75px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.an_story_wrap::before,
.an_story_wrap::after{
    content: '';
    background: url(../img/baner_star.svg);
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
}
.an_story_wrap::before{
    top: 0;
    transform: translate(-50%, -50%);
}
.an_story_wrap::after {
    bottom: 0;
    transform: translate(-50%, 50%);
}
.an_story .an_story_box {
    position: relative;
    background: transparent;
    max-width: 36%;
    width: 100%;
    text-align: center;
    padding: 10px;
}
@media (max-width:1200px){
    .an_story .an_story_box {
        max-width: 60%;
    }
}
.an_story .story_desc {
    border: none;
    padding: 70px 35px;
}
.an_story .story_desc h2 {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin: 20px 0 30px;
}
@media (max-width: 991px){ 
    .an_story .story_desc h2 {
        font-size: 18px;
    }
}
.an_story .story_desc p {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 0;
    color: #fff;
}
.an_story .story_desc a {
    display: block;
    padding: 11px 30px;
    background-color: transparent; !important;
    background-image: url(../img/transparent_button.svg) !important;
    background-size: contain;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-clip: border-box;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    opacity: 1 !important;
    max-width: 248px;
    width: 100%;
    margin: 50px auto 0;
    color: #fff;
}
@media (max-width: 991px){
    .an_story .story_desc {
        border: none;
        padding: 40px 0;
    }
    .an_story .story_desc a{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    .an_story{
        margin-top: 16px;
    }
    .an_story_wrap{
        min-height: 700px;
        padding: 80px 20px;
        flex-flow: column nowrap;
        justify-content: end;
        align-items: center;
    }
    .an_story .an_story_box {
        max-width: 560px;
    }
}

/* **************************
        B R E N D O V I
   ************************** */
.home_selected_brend .container{
    max-width: 1800px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: 70px;
}
.home_selected_brend .home_categories_bottom {
    /*display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;*/
}
.home_selected_brend .home_categories_bottom li {
    /*width: calc((100% - 60px) / 4);*/
    padding: 60px 40px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: center;
    border: 1px solid #D7E9ED;
    row-gap: 5px;
    background: white;
}
@media (max-width:1600px){
    .home_selected_brend .home_categories_bottom li {
        padding: 50px 10px;
    }
}
.home_selected_brend .home_categories_bottom li .bnt_cat_logo {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_selected_brend .home_categories_bottom li .bnt_cat_logo img {
    height: 54px;
    width: auto;
    max-width: 175px;
    object-fit: contain;
}
.home_selected_brend .main_bottom_img img {
    aspect-ratio: 1;
    width: 100%;
    object-fit: contain;
}
.home_selected_brend .home_categories_bottom li:hover .btn {
    background-color: #5B7980 !important;
    color: #fff;
}
.home_selected_brend .home_categories_bottom li .btn {
    display: block;
    padding: 11px 30px;
    background-color: #D7E9ED !important;
    background-image: url(../img/dugme-ukras-levo.svg), url(../img/dugme-ukras-desno.svg) !important;
    background-size: auto 100%, auto 100%;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-clip: border-box;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    opacity: 1 !important;
    max-width: 240px;
    width: 100%;
    color: #5B7980;
    text-decoration: none;
    margin-top: 40px;
}
@media (max-width:991px){
    .home_selected_brend .home_categories_bottom li{
        width: calc((100% - 40px) / 3);
        padding: 30px 20px;
    }
    .home_selected_brend .home_categories_bottom li .bnt_cat_logo {
        height: 40px;
    }
    .home_selected_brend .home_categories_bottom li .bnt_cat_logo img {
        height: 40px;
        max-width: 160px;
    }
}
@media (max-width:767px){
    .home_selected_brend .container{
        gap: 50px;
    }
    .home_selected_brend .home_categories_bottom li{
        width: calc((100% - 20px) / 2);
    }
    .home_categories_slider {
        margin-right: -20px;
    }
}
@media (max-width: 576px){
    .home_selected_brend .home_categories_bottom li .bnt_cat_logo img {
        max-width: 130px;
    }
    .home_selected_brend .home_categories_bottom li{
        padding: 50px 12px 40px;
    }
}

/* *******************************
         P O G O D N O S T I
   ******************************* */
.pogodnosti{
    margin-top: 110px;
}
.pogodnosti .container{
    max-width: 1760px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: start;
    column-gap: 9%;
    row-gap: 60px;
    padding-top: 0;
    padding-bottom: 100px;
    /*border-top: 1px solid #D7E9ED;*/
    border-bottom: 1px solid #D7E9ED;
    position: relative;
}
.pogodnosti .pogodnost{
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: center;
    row-gap: 30px;
    max-width: 240px;
}
.pogodnosti .pogodnost-image{
    height: 44px;
    width:  48px;
    object-fit: contain;
    object-position: bottom center;
}
.pogodnosti .pogodnost-content{
    text-align: center;
}
.pogodnosti .pogodnost-content h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.37;
    text-transform: uppercase;
    margin: 0 0 14px;
}
@media (max-width:767px){
    .pogodnosti{
        margin: 65px 20px 0;
    }
    .pogodnosti .container{
        flex-flow: column nowrap;
        justify-content: start;
        align-items: center;
        padding-top: 55px;
    }
}