/*##################################################################
#	Netbike custom adaptive styles
#	17.03.20
##################################################################*/
/*########################## 4x3 SCREEN (1024 - 1280) ###################*/
@media screen and (min-width: 1000px) and (max-width: 1239px){
.container.item-card.product {
    position: relative;
    z-index: 100;
    width: auto;
    margin: 0 auto;
}
	
#header .line_menu li {
    font-size: 12px;
    padding: 20px 0;
}

}
/*########################## BIG TABLET COMPUTER (720 - 1024) ###################*/
@media screen and (max-width: 999px){
input[type='button'], input[type='submit'], a.button:link, a.button:visited {
    padding: 10px 0;
}
	
.container.item-card.product {
    position: relative;
    z-index: 100;
    width: auto;
    margin: 0 auto;
}
#header .line_menu li {
    font-size: 12px;
    padding: 20px 0;
}
	
#header .line_menu li a {
    padding: 10px;
}
#header .line_menu li {
    font-size: 18px;
    padding: 20px 0;
}
	
.container.item-card.product .block-wrapper:nth-child(1) .content .title {
    font-size: 32px;
}
	
.item-card.product .block-wrapper:nth-child(1) .content .button-arrow {
        right: 45px;
	    bottom: 40px;
}
	
.item-card.product .content .title {
    font-size: 18px;
    height: 5em;
    padding-left: 0px;
}
	
.item-card.product.content .descr {
    margin: 10px 0 10px 10px;
}

.container.quote.image-text.small .content {
    width: auto;
}
	
.block-banner.banner-top .content {
	height: 450px;
    line-height: 100px;
}
	
.block-banner.banner-top .body {
	background-image: url(/images/banners/main.jpg);
	padding: 0;
    border: none;
    border-radius: 0;
}
	
.block-banner .block:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
		

.block-banner.banner-top .body p.head {
    width: auto;
	color:#fff;
	font-size:25px;
	display: inline-block;
    vertical-align: middle;
}	

	
}
/*########################## BIG TABLET COMPUTER (480 - 720) ###################*/
@media screen and (max-width: 719px){

	
a.mobile-menu-button {
        background-color:#1575A9;
}
	
#footer .block.footbar .block.right {
        display: block;
        position: relative;
        margin-top: 30px;
        justify-content: center;
}
	
#footer .block.footbar .block.right .nb-service{
        margin: 0 auto;
        width: 100px;
}

#footer .block.menu ul li a {
        border: none;
        padding: 0;
        max-width: 800px;
        margin-bottom: 0;
}
		
	
.item-card.product .content .title {
    font-size: 18px;
    height: 6em;
}
	
.item-card.product .block-wrapper:nth-child(1) .content .button-arrow {
        right: 45px;
	    bottom: 40px;
        width: 10px;
        height: 10px;
}	

	
.container.item-card.product .block-wrapper:nth-child(1) .content .title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
}
	
.item-card.product .content .descr {
    font-size: 18px;
    line-height: 100%;
    font-weight: 300;
    text-align: center;
    padding-left: 0;
    margin: 10px 0 10px 0px;
}
	
h1 {
    font-size: 32px;
}
	
h2 {
    font-size: 24px;
}
	
.content.text p {
    font-size: 18px;
}
	
.content li {
    font-size: 18px;
}
details summary {
    font-size: 18px;
}

.content ol {
    margin-left: 20px;
}
	
.block-banner.banner-top .body p {
    font-size: 14px;
    text-align: left;
}

.container.quote.image-text.small .text {
    padding:20px;
}

}
/*########################## SMARTPHONE (<480) ##############################*/
@media screen and (max-width: 479px){
.item-card.product .block-wrapper:nth-child(1) .content .button-arrow {
    right: 45px;		
}
	


}