<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */



@media only screen and (max-width : 1200px) {
	
	iframe#window {
	    width: 100%!important;
	    border:  none;
	}

	.maian_mnu {
		background: none;
	}
	.mainmenu3 {
	   display: -webkit-flex;
	   display: -moz-flex;
	   display: -ms-flex;
	   display: -o-flex;
	   display: flex;
	    justify-content:  space-around;
	    flex-wrap:  wrap;
	    align-items:  center;
	}
	
	.hormenu1 img {
		display: none;
	}

	.mainmenu3 ul {
	    padding-left:  0;
	    text-align:  center;
	}

	.mainmenu3 .hormenu2 {
	    display:  none;
	}

	.left_sidebar {
	    padding: 10px 10px 10px 20px;
	}

	.responsive_block {
		display: block;
	}
	.maian_mnu ul{
		display: none;
	    /* position: absolute; */
	    background-color: #0058ba;
	    width: 100%;
	    text-align: center;
	    box-shadow: 0px 10px 11px 0px #00000080;
	}

	.maian_mnu ul img {
		display: none;
	}
	.maian_mnu ul li{
		display: block;
		margin-left: 0!important;
	    border-bottom: 1px solid #a3a2a230;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	.sell_right .button{
		float: none;
		margin: 15px auto;
	}
	.sell_descr {
		text-align: center;
	}

	.aboutlist2, .aboutlist2li {
		margin-left: 10px;
		padding-left: 10px;
	}

	.rightimg2 {
		float: 0;
		margin: 10px!important;
	}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top_links {
		/*background-color: #585d61;*/
		/*position:absolute;*/
		/*display: none;*/
		width: 100%;
		margin-top: 15px;
		padding: 14px;
		vertical-align: middle;
		
	}

	.top_links img {
		height: auto!important;
	}

	.order-form .title {
		display: none;
	}

	.order-form .callback img {
    	margin-left: 25px;
	}

	.windowbt {
		padding-top: 10px;
    	margin-right: 10px;
    	margin-left: 10px;
	}

	.window1 {
		margin-right: 10px;
    	margin-left: 10px;
	}
}

@media only screen and (max-width : 600px) {
	.rightimg4, .rightimg, .rightimg5, .rightimg3 {
		display: block;
		margin: 10px auto;
		float: none;
	}
	.spaceview ul {
		padding-left: 0;
	}

	.aboutlistviz {
		margin-left: 0;
	}

	ul.col {
    	min-width: 200px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.top_links {
		display: inline-block !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.hormenubt{
		display:none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {
.hormenubt{
	display: block !important	;
}</pre></body></html>