<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 : 1199px) {
	.poisk_site input[type="text"] {width: 205px;}
	.korzina_cont {width: 270px;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.poisk_site input[type="text"] {
		width: 125px;
	}
	.korzina_cont {
		width: 215px; 
		height: 40px;
	}
	.korzina_cont img {
		width: 55px; 
		margin: -3px 0 0 -1px;
	}
	.korzina_cont div {
		max-width: 155px;
	}
	.korzina {
		padding: 3px 0 0 6px; 
		line-height: 1;
	}
	
	
	/*нижнее меню*/
	.botmenu {
		width: 49% !important;
	}
	.catimg img {
		width: 300px !important;
	}
	.MagicZoomBigImageCont {
		display: none;
	}
	.MagicZoomPup {
		background: transparent; 
		border: none;
	}
	.size_all input[type="radio"] + label {
		font-size: 16px;
	}
	#cart span{
		font-size: 15px; 
		padding: 7px 13px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	.cat_item_chpt {
		height: auto;
	}
	.poisk_site_cont {
		display: none;
	}
	.botmenu {
		width: 99% !important;
	}
	.foot_cont li {
		font-size: 13px;
	}
	.logo {
		text-align: center;
	}
	.logo_txt {
		width: 100%; 
		text-align: center;
	}
	.content_left {
		padding: 10px 0;
	}
	
	/* горизонтальное меню */
	.navbar-gorizont__nav {
		display: none;
	}
	.navbar-gorizont__div-title {
		display: inline-block;
	}
	.navbar-gorizont__div-list {
		width: 100%;
	}
	.navbar-gorizont__div-a &gt; br {
		display: none;
	}
	.navbar-gorizont__div-list-2 {
		left: 0; 
		position: static;
		width: 100%;
	}

	/*вертикальное меню*/
	.menuleft-top li {
	    display: inline-block;
	    vertical-align: middle;
	    vertical-align: top;
	    width: 49%;
	}
	.menuleft-top li:last-child a {
		padding: 1px 7px 2px;
	}
	.gorizont,
	.select_cont,
	.poisk_kod {
		display: none;
	}
	.menuleft {
	    padding: 1px;
	    margin: 5px 0 10px;
	}
	.menuleft-chpt {
		display: none;
	}
	.menuleft ul {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 99;
		background: #f2f2f2;
	}

	/*подразделы в шахматном порядке*/
	.layer-chess__div-img {
		height: 300px;
		background-size: cover;
		background-position: center;
	}
	
	
	/*Карточка товара*/
	#position td {
		display: inline-block; 
		width: auto;
	}
	#position td:first-child {
		padding-right: 0px;
	}

	/*товары - спутники */
	.carousel-sputnik__div-item-border {
		border: 0px solid gray;
	}
	
	
	.order_table tr {
		display: block;
	}
	.order_table tr:nth-child(2n+1) {
		background: #f8f8f8;		
	}
	table.order_table tr:last-child {
		background: transparent;
	}
	.order_table td {
		display: block; 
		padding: 5px 0px; 
		margin-left: -.36em;
	}
	.order_table_header td {
		display: none !important;
	}
	.order_table td:nth-child(3),
	.order_table td:nth-child(4),
	.order_table td:nth-child(5),
	.order_table td:nth-child(6) {
		display: inline-block;
		width: 25.4%;
		vertical-align: top;
		height: 70px;
		text-align: left;
		margin-left: -.36em;
	}
	.order_table td:nth-child(3) {
		width: 20.4%
	}
	.order_table td:nth-child(4) {
		width: 28.4%
	}
	a.button {
		margin-top: 15px; 
		padding: 0 8px;
	}
	.order_cost {
	    font-size: 16px;
	    padding: 0 2px;
	}
	.all_cost {
		text-align: right;
	}
	.korz_mob {
		display: inline-block; 
		color: #898888;
	}
	.order_table_kontakt td {
		display: block; 
		text-align: left !important; 
		font-weight: normal !important; 
		padding: 3px 6px;
	}
	.info_dost p {
	    margin: 10px 0;
	}
	label.error {
        display: block;
        margin-top: 5px;
    }
    .er_mail label.error {
	    float: none;
	}

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

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 526px) {
	/*Фиксирование верхней шапки*/
	.fixed-header__div {
		position: static;
	}

	.logo_txt_mob {
		display: none;
	}
	.content_left {
		padding: 10px 0 0;
	}
	.tropa {
		height: auto;
	}
	.tropa a {
		font-size: 12px;
	}
	h1 {
		margin-top: 0;
	}
	h1.chapter {
		display: none;
	}
	h1.chapter_mod {
		display: block;
	}
	.korzina_cont {
		width: 219px;
		height: 33px;
		position: absolute; 
		top: 0; 
		right: 0; 		
		z-index: 99;
		border: none;
		font-size: 13px;
	}
	.korzina_cont div {
		max-width: 158px;
	}
	.korzina_cont img {
		width: 50px; 
		margin: -6px 0 0 -1px;
	}
	.korzina {
		padding: 6px 0 0 2px;
	}
	.head_tel p {
		font-size: 18px;
	}
	.head_tel p span {
		font-size: 14px !important;
	}
	.catimg img {
		width: 100% !important;
	}
	.footer2 .container p {
		font-size: 12px;
	}

	/*Корзина заказов*/
	/*Общий div корзин*/
	#basket {
		border: 0px solid gray;
	}
	#basket div.row {
		margin-bottom: 0.5rem;
	}
	/*первая строка заголовков таблицы*/
	#basket div.row:first-child {
		display: none;
	}
	/*Ячейки таблицы*/
	#basket div.row &gt; div {
		border-right: 0;
	}
	/*описание подраздела на темном фоне*/
	.layer-chess__div-description {
		width: 92%; 
		height: 200px; 
		line-height: 1.0rem;
		color: #f5f5f5;
		background-color: black; 
		opacity: 0.8;
		font-size: 0.9rem;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.inpstyle {
	     width: 32px;
	}
	.logo img {
		width: 200px;
	}
	.menuleft-top {
		display: none;
	}
	.logo {
		padding: 7px 0 6px;
	}
	.head_tel p {
		margin: 5px 0;
	}
	.korzina_cont {
		width: 55px;
	}
	.korzina,
	#minicart,
	#item_in_cart {display: none;}
}


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

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

}

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

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}</pre></body></html>