main {
    /* margin: 50px 0px; */
    /* margin: 70px 0px 100px; */
    margin: 0 !important;
    flex: 1 0 auto;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: flex-start;
    align-items: normal;
}
.home main {
    align-items: flex-start;
    justify-content: center;
}
.container-top-first {
    z-index: 2;
}
.main-top-h {
    /* z-index: 102; */
    z-index: 100;
}
h1 {
    color: #3B62FF;
    font-family: Helvetica;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}
.header-top-menu ul {
    display: flex;
    gap: 14px;
}

.photoviewer img:after{
    content: " ";
    background: url(../img/lupa.png);
    background-repeat: no-repeat;
    position: absolute;
	width:100px;
	height:100px;
}

.notranslate {
	position: relative;
}

.burger{
	cursor: pointer;
}

header {
    /* padding-top: 20px;
    padding-bottom: 20px; */
    padding-top: 10px;
    padding-bottom: 10px;
    background: #3B62FF;
    /* z-index: 101; */
    z-index: 99;
    position: relative;
}

header .container{
    width: 1160px;
    margin: 0 auto;
}

 header .container article{
    display: flex;
    justify-content: space-between;
}

 header .container article .logo {
    /* height: 53px; */
    height: 40px;
}

 header .container article aside{
    display: flex;
    justify-content: space-between;
    width: 378px;
    width: auto;
    align-items: center;
    gap: 20px;
}
 header .container article aside menu{
    /* width: 289px; */
    width: 315px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-end;
}

 header .container article aside menu li{

}

 header .container article aside menu li a{
    color: #FFF;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 header .container article aside  nav{
    /* width: 94px; */
    display: flex;
    justify-content: space-between;
    width: auto;
}

 header .container article aside nav img{
    cursor: pointer;
}
.burger {
    display: none;
}

.baner-items{

    position: relative;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.baner-item {
    width: calc(50% - 10px);
    position: relative;
    height: 0;
    padding-top: 35%;
}

.baner-item a {
    position: absolute;
    top: 0;
    width: 100%;
}

.baner-item  a {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.baner-item  .text {
    position: absolute;
    z-index: 10;
    color: #fff;
    bottom: 35px;
    text-align: center;
    margin: 0 10px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.baner-item img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
@media only screen and (max-width: 1315px){

    header{

    }

    header .container{
		width: 90%;
		margin: 0 auto;
    }

     header .container article{
      
    }

    header .container article aside{
    }

   header .container article aside menu{
      
    }

     header .container article aside menu li{

    }

    header .container article aside menu li a{
        color: #FFF;
        font-family: Helvetica;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media only screen and (max-width: 600px){

	h1 {
		font-size: 24px;
	}
    /* header .container article .logo-group a {
        display: flex;
        align-items: center;
    } */
    header .container article .logo {
		width: 87px;
		height: unset;
		position: absolute;
		top: 10px;
    }
    header {
        padding-top: 11px;
        padding-bottom: 11px;
        background: #3B62FF;
    }
    header .container article img {
        width: 22px;
    }
    header .container article aside nav {
        width: unset;
        gap: 8px;
    }
    .burger{
        display: unset !important;
    }
    .active{
        transition-duration: 1s;
    }
    .header-top-menu {
        position: absolute;
        left: 0;
        text-align: left;
        top: 50px;
        background: #3B62FF;
        width: 100% !important;
        /*padding: 0 0 10px;*/
        transition-duration: 1s;
        height: 0px;
        z-index: 99;
        overflow: hidden;
    }

     header .container article aside {
        width: unset;
    } 
    
    .header-top-menu li {
        padding: 10px 0px;
        display: none;
    }
    .active li {
        display: block;
    }
	

    header .container{
        /* max-width: 290px; */
        margin: 0 auto;  
    }


    .best_options .container{
        width: 290px;
    }

    .best_options .container h2{
        color: #000;
        font-family: Helvetica;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.36px;
    }

    .best_options .container section aside:nth-child(1){
        margin-bottom: 20px;
    }

    .best_options .container section aside img{
        width: 288px;
    }

    footer{

    }

    footer .container{
        width: 290px;
    }

    footer .container section{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .container section menu{
        margin-bottom: 25px;
    }

    footer .container section menu:nth-child(3){
        margin-bottom: 32px;
    }

    footer .container section menu h5{
        color: var(--White, #FFF);
        font-family: Helvetica;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26.4px; /* 188.571% */
        margin-bottom: 24px;
    }

    footer .container section menu li{

    }

    footer .container section menu li a{
        color: #E2E2E2;
        font-family: Helvetica;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
    }

    footer .container div{

    }

    footer .container div h4{
        color: var(--White, #FFF);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px; /* 188.571% */
    }

    footer .container div p{
        color: var(--White, #FFF);
        font-family: Helvetica;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 325% */
    }

    header .container article aside menu li {
        width: 290px;
        margin: auto;
    }
	section .container h1 {
		font-size: 26px;
	}
	.mb-5 {
		margin-bottom: 35px !important;
	}
	.main-photo {
		margin: auto;
		margin-bottom: -10px;
	}
	.main-filter {
		overflow: hidden;
	}	
    .d-burger {
        display: none;
    }
}

.imagephotoviewer{
    width: max-content;
	position:relative;
    max-width: 100%;
    overflow: auto;
}

.imagephotoviewer img{
    width: 100px;
    border: 2px solid;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.imagephotoviewer:after {
    content: " ";
    background: url(/local/templates/main/images/lupa.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    background-position: center;
    left: 0;
}

img.bigimg {
    width: 100%;
    position: relative;
    z-index: 9;
}