/* Указываем box sizing */

*,
*::before,
*::after {
	box-sizing: border-box;
}


/* Убираем внутренние отступы */

ul[class],
ol[class] {
	padding: 0;
}

#menu ul {
	list-style-type: none;
}

.button.callback {
	cursor: pointer;
	text-align: center;
	background: #ff9900;
	padding: 10px 5px;
	border-radius: 5px;
	border: 1px solid #ff9900;
	color: white;
	margin: 0 20px;
	transition: 0.4s;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: max-content;
}

.button.callback:hover {
	color: #ff9900;
	background: none;
}

form#contact-form-2 {
	color: #fff);
	width: -webkit-fill-available;
	max-width: 480px;
	margin: auto;
}

/*
form#contact-form-2 input {
	width: 80%;
}
*/
form#contact-form-2 textarea {}

form#contact-form-2 #contactform-name, form#contact-form-2 input#contactform-email.form-control {
	height: 36px !important;
	width: -webkit-fill-available;
}
}

form#contact-form-2 #contactform-name, form#contact-form-2 #contactform-email {
	width: -webkit-fill-available;
}

.formstatic {
	display: block !important;
	background: none !important;

}

.button.callback-n2 {
	width: 400px;
	background: black;
	color: white;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	margin: auto;
	cursor: pointer;
}

.contact-form-2 input {
	width: 360px !important;
}

.site-contact-form, {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000ba;
}

.close:before {
	content: '+';
	display: block;
	transform: rotate(45deg);
	font-size: 35px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 6px;
}

.close {
	right: 0;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 0;
}

form#contact-form {
	display: none;
	width: 85%;
	min-width: 200px;
	max-width: 400px;
	height: 462px;
	overflow: auto;
	left: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: #0f2332;
	padding: 40px;
	backdrop-filter: blur(3px);
	border-radius: 3px;
	box-shadow: 0 0 10px;
	color: white;
}

.site-contact-form .btn.btn-primary {
	background: #ff9900;
}

#contact-form input, textarea {
	outline: none !important;
	border-radius: 3px;
	padding: 3px;
	margin: 2px;

	width: -webkit-fill-available;
	height: 36px;
}

#contact-form button {
	width: -webkit-fill-available;
	padding: 10px;
	color: #fff;
	font-weight: 600;
}

.form-group {
	position: relative;
	padding: 18px 0 5px 0px;
}

.form-group label {
	position: absolute;
	top: 0;
	font-size: 12px;
	padding-left: 3px;
}

.container.top {
	width: 100%;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

html,
body {
	height: 100%;
	max-width: 1920px;
	font-family: sans-serif;
	font-weight: 400;
	margin: auto;
}

.wrap {
	margin: auto;
}

a {
	color: #000000;
	text-decoration: none;
}

.layout {
	max-width: 1300px;
	margin: auto;
}

h1,
h2,
h3,
h4 {
	padding: 15px 0;
	font-weight: 400;
}


/***/

header .layout {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
	align-items: center;
	padding: 10px 0;
}

header .logo a {
	font-family: fantasy;
	font-size: x-large;
}

header .logo span {
	color: #0f2332;
}

header .logo .xxl {
	color: #c72745;
}

.text-top,
.top-phone,
.custom-viber {
	color: #20112b;
	margin: auto;
}

.top-phone {
	display: block;
}

.top-phone a,
.logo a {
	text-decoration: unset;
}

.col-sm .viber img {
	width: 100%;
}

.top-1t {
	font-size: 18px;
	font-weight: 600;
	color: #20112b;
}

.top-2t {
	font-size: 24px;
	font-weight: 600;
	white-space: nowrap;
	color: #4e3661;
}

.custom-viber {
	padding-top: 4px;
}

.onlain-tel {
	padding-top: 4px;
}

.callme__content {
	border-radius: inherit !important;
	font-size: 16px;
	padding: 10px 20px;
	overflow: hidden;
	padding-top: 4px;
}

.callme__icon {
	width: 155px !important;
	background: #c72745 !important;
}

.z-callme-widget.callme.callme--default .callme__content {
	background: #c72745 !important;
	box-shadow: #364656 !important;
}

.callme__icon__text {
	font: 100% "PT Sans Narrow", sans-serif !important;
	font-weight: 600;
}

#myZadarmaCallmeWidget8087 {
	transition: min-width 0s !important;
}


/***/

#menu {
	background: #0f2332;
}

#menu .layout {
	max-width: 1300px;
	margin: auto;
	padding: 20px 0;
}

#menu a {
	color: #fff;
	padding: 6px;
}


/***/


/***/

div.list-group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
}

.header.top>div>a,
.nav-li>li>a {
	color: #ffffff;
	text-decoration: none;
	display: inline;
}

.nav-div>ul {
	display: flex;
	list-style: none;
	padding: 0;
	width: 1000px;
	margin: auto;
}

.nav-li>li {
	margin: 15px;
}

.nav-li {
	margin-bottom: 0;
}

.brand>img {
	height: 36px;
}

div.summary {
	display: none;
}

.container {
	max-width: 1440px;
	margin: auto;
}


/*
.promo-img {
	float: left;
}
*/

.promo-img img {
	height: 200px;
	width: 100%;
	object-fit: scale-down;
}

.list-group-item {
	display: grid;
}

.list-group-item img {
	height: 150px;
	margin: auto;
}

.badge {
	background-color: #fffc00;
	border-radius: initial;
}

.agile_top_brands_grids,
.col-md-3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-column-gap: 10px;
	grid-row-gap: 1em;
}

.snipcart-thumb h4 a,
.snipcart-thumb div a {
	text-decoration: none;
}

.container h3 {
	font-size: 1.5em;
	/*margin: 2em;*/
}

.snipcart-thumb img {
	width: 250px;
	height: auto;
}

footer {
	background: #0f2332;
	padding: 30px 0;
	margin-top: 30px;
}

footer ul li {
	display: inline;
	/* Отображать как строчный элемент */
	margin-right: 5px;
	/* Отступ слева */
	border: 1px solid #fff;
	/* Рамка вокруг текста */
	padding: 3px;
	/* Поля вокруг текста */
	text-decoration: none;
}

footer ul li>a {
	color: #ffffff;
}

footer ul {
	padding: 0;
}

footer a:hover,
a:focus {
	color: #fff0ff;
	text-decoration: none;
}

.list-start {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 10px;
}

hr {
	border-top: 3px solid #b80b08;
}

span.numeral {
	border: 3px solid #d80606;
	padding: 6px;
	border-radius: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	line-height: 40px;
	font-size: xx-large;
	float: left;
	margin-right: 10px;
}

.label-success {
	background-color: #fffc00 !important;
	margin-right: 5px !important;
	border: 1px solid rgb(0, 0, 0) !important;
	padding: 3px;
	line-height: 3em;
}

.label-default,
.container>a.btn.btn-default {
	background-color: #efefef;
	margin-right: 5px;
	border: 1px solid rgb(0, 0, 0);
	padding: 3px;
	border-radius: 5px;
	line-height: 2.0;
}

.text-right {
	width: 107px;
	float: right;
	margin: 0;
	border: 1px solid rgb(0, 0, 0);
	padding: 5px 14px;
	text-align: center;
}

.breadcrumb>li {
	display: inline-block;
	margin: 10px;
}

.breadcrumb {
	padding: 8px 15px;
	margin: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

div.snipcart-details.agileinfo_single_right_details {
	padding: 10px 15px;
	background-color: gold;
	width: 120px;
	text-align: center;
	border-radius: 11px;
}

#menu.topmenu ul {
	list-style: none;
	display: contents;
}

#menu.topmenu ul li {
	display: inline !important;
}

#menu.topmenu ul {
	display: inline !important;
}

.category-top {
	margin: 0 auto;
}

.layout>.container>img {
	max-width: 150px;
	float: left;
	padding-right: 20px;
	display: none;
}

footer {
	color: #ffffff;
}

div.footer h3 {
	padding-bottom: 15px;
}

footer .pull-left {
	padding-top: 15px;
}

.block-img-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 1em;
}

.block-img-2 img {
	max-width: 100%;
}

div.blok.button {
	background: #0f2332;
}

.blok.button h2 {
	color: #ffffff;
}

div.button8 {
	background: #0f2332;
	padding: 0.5em 5px;
}

a.button8 {
	display: inline-block;
	color: white;
	font-weight: 700;
	text-decoration: none;
	user-select: none;
	padding: 0.5em 2em;
	outline: none;
	border: 2px solid;
	border-radius: 1px;
	transition: 0.2s;
	width: 100%;
	height: 57px;
}

a.button8:hover {
	background: rgba(255, 255, 255, 0.2);
}

a.button8:active {
	background: white;
}

.label-success {
	border-radius: 5px;
}

/*
div.container.content {
	display: grid;
	grid-template-columns: 75% 25%;
	grid-column-gap: 10px;
}
*/

/* Responsive */


/* Responsive */


/* 1270 */

@media screen and(max-width: 1270),
only screen and (max-device-width: 1270px) {
	#menu a {
		padding: 5px;
	}
}


/* 1180 */

@media screen and(max-width: 1180),
only screen and (max-device-width: 1180px) {
	#menu a {
		font-size: 0.9em;
	}
}


/* 1080 */

@media screen and(max-width: 1080),
only screen and (max-device-width: 1080px) {
	#menu .layout {
		padding: 10px 0;
	}

	#menu a {
		font-size: 0.8em;
	}

	div.list-group {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 1em;
	}
}


/* 1024 */

@media screen and(max-width: 1024),
only screen and (max-device-width: 1024px) {
	.layout {
		width: 960px;
	}

	#menu a {
		font-size: 0.75em;
	}

	header .layout {
		display: grid;
		grid-template-columns: 23% 23% 23% 10% 1fr;
		grid-column-gap: 5px;
		grid-row-gap: 1em;
	}

	div.content {
		font-size: 14px;
		padding: 0 5px;
	}

	div.list-group {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 1em;
	}
}


/* 920 */

@media screen and(max-width: 920),
only screen and (max-device-width: 920px) {
	#menu a {
		font-size: 0.7em;
	}

	div {
		padding: 5px 0;
	}
}


/* 870 */

@media screen and (max-width: 870px) {
	div.container.content {
		grid-template-columns: 1fr;
	}
}

@media screen and(max-width: 870),
only screen and (max-device-width: 870px) {
	.layout {
		width: 100%;
	}

	.logo-small {
		display: none;
	}

	header .layout {
		display: grid;
		grid-template-columns: 14% 26% 27% 10% 1fr;
	}

	#menu.topmenu {
		height: 2.5em;
		background: #0f2332 url(../images/menuicon.png) no-repeat center left 2% !important;
		cursor: pointer;
	}

	#menu.topmenu ul {
		display: none !important;
		width: 80%;
		padding: 0 0 0 8%;
	}

	#menu.topmenu li {
		display: inline;
	}

	#menu.mobilemenu {
		background: #0f2332 url(../images/menuicon.png) no-repeat top 1em left 2% !important;
		cursor: pointer;
		/*transition: 1s;*/
	}

	.list-start {
		grid-template-columns: repeat(1, 1fr);
	}

	.col-sm.text-top {
		display: none;
	}
}


/* 690 */

@media screen and(max-width: 690),
only screen and (max-device-width: 690px) {
	header .layout {
		grid-template-columns: 10% 29% 30% 10% 1fr;
	}

	header .text-top {
		font-size: 0.8em;
	}

	.list-group {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}


/* 555 */

@media screen and(max-width: 555px),
only screen and (max-device-width: 555px) {

	header .text-top,
	header .online {
		display: none;
	}

	header .layout {
		grid-template-columns: 15% 59% 1fr;
	}

	.top-phone {
		text-align: center;
	}

	.viber img {
		float: right;
	}

	.list-group {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 5px;
		padding: 5px;
	}

	.label-default,
	.container>a.btn.btn-default {
		line-height: 33px;
	}

	.label-success,
	.label-default,
	.container>a.btn.btn-default {
		border-radius: 7px;
	}

	.block-img-2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 5px;
	}
}


/* 430 */

@media screen and(max-width: 430px),
only screen and (max-device-width: 430px) {
	.blok.button .list-group {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.tag-top img,
.hom-img img {
	max-width: 150px;
	height: 100px;
	object-fit: contain;
	align-items: flex-start;
}


/**/

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

th,
td {
	text-align: left;
	padding: 16px;
}

tr:nth-child(even) {
	background-color: #f2f2f2
}

.btn.btn-primary.contact-button-2 {
	padding: 10px 40px;
	background: #ff9900;
	color: #fff;
}

form#contact-form-2 {
	background: #0f2332 !important;
	padding: 40px;
	margin: 10px auto;
	color: #fff;
	font-size: 12px;

}

.form-group input#contactform-email.form-control, #contact-form-2 #contactform-subject {
	height: 36px !important;
	width: -webkit-fill-available;
}

.form-group #contactform-body {
	width: -webkit-fill-available;
	height: auto;
}
