@media (min-width: 1370px){
.container {
    max-width: 1370px;
}
}
@media(max-width: 1369px){
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 1199px){
	.container{
        max-width: 960px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
 }
}
@media(max-width:959px){
	.container{
   		max-width: 720px;
		padding-left: 10px;
    	padding-right: 10px;
    	margin-left: auto;
   	    margin-right: auto;
	}
    .custom-logo-link{
        width: 100px !important;
    }
    .header-nav-item {
        color: #070707 !important;
        font-size: 15px;
        font-weight: 600;
        line-height: 50px;
        padding: 10px;
        transition: all .35s;
    }
    header .container {
        display: flex;
        flex-direction: row;
        column-gap: 50px;
        align-items: center;
        height: 80px;
    }
    .avtor {
        color: #070707 !important;
        font-size: 10px;
        font-weight: 400;
    }
    .footer-market-link {
        color: #070707 !important;
        font-size: 15px;
        font-weight: 400;
        line-height: 40px;
        padding: 5px 10px;
        transition: all .4s;
    }
}

@media(max-width:719px){
	.container{
   		max-width: 480px;
		padding-left: 10px;
    	padding-right: 10px;
    	margin-left: auto;
   	    margin-right: auto;
	}
    .menu{
		display:block;	
	}
    .header-nav-menu {
        display: none;
    }
    header .container {
        justify-content: space-between;
    }
    .footer-market-link {
        color: #070707 !important;
        font-size: 10px;
        font-weight: 400;
        line-height: 40px;
        padding: 5px 0px;
        transition: all .4s;
    }
    .avtor {
        color: #070707 !important;
        font-size: 8px;
        font-weight: 400;
    }
}

@media(max-width:479px){
    #breadcrumbs span span{
        font-size: 10px;
    }
	.container{
   		max-width: 320px;
		padding-left: 10px;
    	padding-right: 10px;
    	margin-left: auto;
   	    margin-right: auto;
	}
    footer {
        height: 65px;
    }
    footer .container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    
}