body {
	font: normal 16px 'Open Sans';
}

a {color: #1f86c8; text-decoration: none;}
a:hover {color: #2bacff;}

.wrap-width {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

header,
section,
nav,
footer,
.row {
	width: 100%;
	float: left;
	clear: both;
}
header {
	padding: 5px 10px 8px 10px;
	box-sizing: border-box;
}
#main, footer {
	padding: 0px 10px;
	box-sizing: border-box;
}

.scrollup {
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	background: #1f86c8;
	border-radius: 30px;
	font: 700 35px/45px 'Segoe UI';
	color: #fff;
	text-decoration: none;
	text-align: center;
	z-index: 9999;
}
.scrollup:hover {
	background: #2bacff;
	color: #fff;
}

.ekran {}
.mobile {display: none!important}

/*  */


/* HEADER */
a.logo {
	display: block;
	height: 50px;
}
a.logo-right {
	float: right;
	width: 235px;
}
a.logo img, a.logo-right img {
	display: block;
	max-width: 100%;
}
a#cart {
	float: right;
	width: 120px;
	height: 40px;
	padding-left: 39px;
	padding-right: 10px;
	margin-right: 5px;
	box-sizing: border-box;
	background: url(../images/cart-gray.png) 9px center no-repeat;
	border-radius: 4px;
	color: #cccccc;
	font: normal 16px/16px 'Open Sans';
	text-decoration: none;
	text-align: left;
}
a#cart #cart-total {
	float: left;
	margin: 3px 0px 0px 7px;
}
a#cart.fullcart {
	color: #1f86c8;
	background: url(../images/cart-blue.png) 5px center no-repeat;
}



/* SEARCH */
.search {
	float: left;
	width: 100%;
	height: 31px;
	margin: 5px 0px;
}
.search_result {display: none;}
#poisk_txt {
	float: left;
	width: calc(100% - 125px);
	height: 31px;
	padding: 0px 0px 0px 12%;
	background: url(../images/search.png) 5% center no-repeat;
	box-sizing: border-box;
	border: solid 1px #cccccc;
	border-radius: 4px 0px 0px 4px;
	font: normal 15px 'Open Sans';
}
#poisk_txt::placeholder {color: #cccccc; opacity: 1}
#sub {
	float: left;
	width: 75px;
	height: 31px;
	padding: 0;
	background: #cccccc;
	color: #fff;
	border: none;
	border-radius: 0px 4px 4px 0px;
	font: normal 15px 'Open Sans';
	cursor: pointer;
}
#sub:hover {background-color: #1f86c8;}
#clear {
	float: right;
	width: 45px;
	height: 31px;
	background: #cccccc url(../images/clear.png) center center no-repeat;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
#clear:hover {background-color: #f24841;}

.navigator_menu_BreadcrumbList {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #1f86c8;
	border-radius: 4px;
	font: normal 13px 'Open Sans';
}
.navigator_menu_BreadcrumbList li {
	display: inline;
	margin: 5px 0px;
}
.navigator_menu_BreadcrumbList li::after {
	content: '—';
	padding: 0px 5px;
	color: #fff;
}
.navigator_menu_BreadcrumbList ol li:last-child::after {
	display: none;
}
.navigator_menu_BreadcrumbList a {
	display: inline;
	color: #fff;
}

.navigator_menu_BreadcrumbList a:hover {
	text-decoration: underline;
}



/* CONTACTS */
a#a-contacts {
	float: right;
	width: 104px;
	height: 40px;
	margin-right: 5px;
	background: url(../images/tel.png) left center no-repeat;
	cursor: pointer;
}
a#a-contacts span {
	float: right;
	width: 70px;
	margin-top: 3px;
	color: #cccccc;
	font: normal 16px/16px 'Open Sans';
	text-decoration: none;
	text-align: left;
}
a#a-contacts:hover {background: url(../images/tel-blue.png) left center no-repeat;}
#contacts {
	display: none;
}
#contacts.active {
	display: block;
}
#contacts {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	box-sizing: border-box;
	border: solid 2px #1f86c8;
	background: #fff;
}
.contacts-head {
	float: left;
	width: 100%;
	height: 55px;
}
a#a-contacts-close {
	float: left;
	width: 50px;
	height: 40px;
	margin: 5px 0px 5px 130px;
	background: #1f86c8 url(../images/close.png) center center no-repeat;
	border-radius: 4px;
}
.contacts-form {
	margin-top: 50%;
}
a.tel, a.tel-zakaz, input.tel-client {
	display: block;
	width: 250px;
	margin: 0 auto 20px auto;
	text-align: center;
	font: normal 26px 'Open Sans';
}
a.tel-zakaz {
	height: 40px;
	font: normal 16px/40px 'Open Sans';
	background: url(../images/tel.png) left 10px center no-repeat;
	border: solid 1px #aaa;
	border-radius: 20px;
	color: #aaa;
}
a.tel-zakaz.deactive,
a.tel-zakaz:hover {
	border-color: #1f86c8;
	color: #1f86c8;
	background-image: url(../images/tel-blue.png);
}
a.tel-zakaz.deactive {cursor: not-allowed;}
input.tel-client {
	border: none;
	border-bottom: solid 1px #ccc;
	margin-top: 40px;
}
input.deactive {color: #aaa;}
input.tel-client::placeholder {
	font: italic 15px/28px 'Open Sans';
}




/* MAIN MENU */
#a-menu-main {
	float: right;
	box-sizing: border-box;
	width: 45px;
	height: 40px;
	background: url(../images/menu.png) center center no-repeat;
	cursor: pointer;
	border-radius: 4px;
}
#a-menu-main:hover {
	border-color: #1f86c8;
	background: #1f86c8 url(../images/menu-white.png) center center no-repeat;
}
#menu-main {
	display: none;
}
#menu-main.active {
	display: block;
}
#menu-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background: #1f86c8;
}
.menu-head {
	float: left;
	width: 100%;
	height: 55px;
}
a#a-menu-close {
	float: right;
	width: 45px;
	height: 40px;
	margin: 5px 10px;
	background: url(../images/close.png) center center no-repeat;
	border-radius: 4px;
}
#menu-main ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#menu-main ul li.current {
	background: #f00;
}
#menu-main ul li#all-tovars {
	display: block;
}
#menu-main ul li:hover {
	background: #2bacff;
}
#menu-main ul li a, #menu-main ul li span {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0px 22px;
	color: #fff;
	cursor: pointer;
}
#menu-main ul li a.ext {
	background: url(../images/external.png) right 10px center no-repeat;
}
#menu-main ul li:hover a {
	color: #fff;
}


/* MENU KATALOG */
nav.menu {
	position: relative;
}
#a-menu-tov, a#a-menu-tov-home, a#a-menu-go {
	float: left;
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	padding-left: 45px;
	background: #1f86c8 url(../images/cart-menu.png) left 10px center no-repeat;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 44px;
}
#a-menu-tov:hover, a#a-menu-tov-home:hover, a#a-menu-go:hover {
	background-color: #2bacff;
}
#menu-tov {
	display: none;
	position: absolute;
	z-index: 998;
	width: 100%;
	height: calc(100vh - 94px);
	box-sizing: border-box;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
	border-left: solid 2px #1f86c8;
	border-right: solid 2px #1f86c8;
}
.menu-tov-head {
	float: left;
	width: 100%;
	height: 44px;
	background: #1f86c8;
}
a#a-menu-tov-home {
	width: calc(100% - 100px);
	height: 44px;
	margin-left: -2px;
}
a#a-menu-tov-clear,
a#a-menu-tov-close {
	float: right;
	width: 50px;
	height: 44px;
	border-left: dotted 1px #2bacff;
}
a#a-menu-tov-clear {
	background: #1f86c8 url(../images/clear.png) center center no-repeat;
}
a#a-menu-tov-close {
	background: #1f86c8 url(../images/close.png) center center no-repeat;
}
a#a-menu-tov-clear:hover,
a#a-menu-tov-close:hover {
	background-color: #2bacff;
}
.menu-tov-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: #1f86c8;
}
a#a-menu-go {
	padding: 0px 10px;
	background: #1f86c8 url(../images/go.png) right 10px center no-repeat;
}
#magazin_left_menu_category {
	float: left;
	width: 100%;
	height: calc(100vh - 182px);
	overflow-y: scroll;
}
#menu-tov ul.ul_uroven_0 {
	padding: 10px;
}
#menu-tov ul li {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
}
#menu-tov ul.ul_uroven_0 > li {
	padding-left: 0;
}
#menu-tov ul li a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 25px 10px 0px;
	box-sizing: border-box;
	color: #222;
	font: normal 13px/16px 'Open Sans';
	border-bottom: 1px solid #eee;
}
#menu-tov ul li a:hover {
	text-decoration: underline;
}
#menu-tov ul li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	height: 19px;
	margin-top: -9px;
	background: url(../images/check.png) 0px 0px no-repeat;
}
#menu-tov ul li.current > a {
	color: #1f86c8;
}
#menu-tov ul li.current-nav > a:after {
	background-position: 0px -19px;
}



/* FOOTER */
footer {
	margin-top: 50px;
	padding-top: 30px;
	border-top: solid 1px #1f86c8;
}
footer .row {
	margin: 5px 0px;
	color: #cccccc;
	font: normal 14px/18px 'Myriad Pro';
}
footer a {
	color: #cccccc;
}

.ico-soc a {
	float: left;
	width: 39px;
	height: 39px;
	margin-right: 6px;
	background: url(../images/icons.png) no-repeat;
	background-position-y: -39px;
}
.ico-soc a:hover {background-position-y: -78px;}
.ico-soc a.facebook {background-position-x: 0px}
.ico-soc a.inst {background-position-x: -39px}
.ico-soc a.vk {background-position-x: -78px}
.ico-soc a.youtube {background-position-x: -117px}


footer form {
	float: left;
	width: 100%;
	margin: 20px 0px;
}
footer form label {
	float: left;
	width: 25%;
	box-sizing: border-box;
	font: normal 15px 'Open Sans';
	color: #444;
}
footer form input[type="text"] {
	float: right;
	width: 75%;
	box-sizing: border-box;
	font: normal 15px 'Open Sans';
	border: solid 1px #cccccc;
    border-radius: 4px;
}
footer form input[type="submit"] {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	font: normal 15px 'Open Sans';
	cursor: pointer;
	border: solid 1px #cccccc;
    border-radius: 4px;
}


/* MAIN */
.big-logo {
	display: none;
	float: left;
	width: 100%;
	height: 70px;
	margin: 15px 0px;
	background: url(../images/big-logo.svg) center center no-repeat;
	background-size: cover;
}
.slider-gl {
	float: left;
	width: 100%;
	margin: 15px 0px 50px 0px;
}
.slider-gl img {
	max-width: 100%;
	height: auto;
}
#main h1 {
	display: none;
}
h1.mobile {
	font: 600 15px/24px 'Open Sans';
	text-align: center;
}
.text-gl {
	display: none;
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-top: 20px;
	border-top: solid 1px #eee;
}
.gl-item {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #1f86c8;
}
.gl-item a.aimg {
	float: left;
	width: 250px;
	padding: 5px;
	border: solid 1px #eee;
}
.gl-item a.aimg:hover {
	border: solid 1px #1f86c8;
}
.gl-item img {
	float: left;
	width: 100%;
	max-width: 250px;
}
.gl-item h3,
.gl-item p {
	float: right;
	width: calc(100% - 280px);
}
.gl-item h3 {
    margin-bottom: 16px;
    font: 600 16px/18px 'Open Sans';
	color: #1f86c8;
	text-transform: uppercase;
}
.gl-item a.readon {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 170px;
	height: 40px;
	padding: 0;
	background: #1f86c8;
	border: none;
	border-radius: 4px;
	color: #fff;
	font: normal 16px/38px 'Open Sans';
	text-align: center;
}
.gl-item a.readon:hover {background-color: #2bacff;}

.cat-block{
	float: left;
	width: 100%;
}
.cat-block a {
	float: left;
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: 100%;
	min-height: 80px;
	padding: 15px 0px;
	border-bottom: solid 1px #eee;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
.cat-block a:first-child {
	border-top: solid 1px #eee;
}
.cat-block a span.cat-ttl {
	float: right;
	width: calc(100% - 120px);
	color: #444;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: 600;
}
.cat-block a:hover span.cat-ttl {
	color: #1f86c8;
}
.cat-block a span.cat-img {
	float: left;
	width: 100px;
}
.cat-block a img {
	display: block;
	max-width: 100px;
	max-height: 80px;
	margin: 0 auto;
}


/* PRODUCT */
a.a-back {
	float: left;
	width: 100%;
	min-height: 40px;
	box-sizing: border-box;
	padding: 2px 0px 2px 45px;
	margin-top: 1px;
	background: #1f86c8 url(../images/back.png) left 10px center no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	font: normal 14px/18px 'Open Sans';
}
a.a-back:hover {
	background-color: #2bacff;
}
h1 {
	padding: 20px 0px;
	font: 600 17px/24px 'Open Sans';
	color: #1f86c8;
	text-transform: uppercase;
}
.product-filtr {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product-filtr input {
	height: 31px;
	box-sizing: border-box;
	border-radius: 4px;
	font: normal 16px 'Open Sans';
}
.product-filtr input[type="text"] {
	width: 87px;
	padding-left: 10px;
	border: solid 1px #cccccc;
}
.product-filtr input[type="text"]::placeholder {
	color: #b1b1b1;
	opacity: 1;
}
.product-filtr input[type="submit"] {
	width: 77px;
	color: #fff;
	background: #cccccc;
	border: none;
	cursor: pointer;
}
.product-filtr input[type="submit"]:hover {
	background-color: #1f86c8;
}
.product-filtr input[type="button"] {
	width: 33px;
	background: #cccccc url(../images/close.png) center center no-repeat;
	border: none;
	cursor: pointer;
}
.product-filtr input[type="button"]:hover {
	background-color: #f24841;
}
.product-cattitle {
	float: left;
	width: 100%;
	padding: 10px 0px;
	background: #1f86c8;
	color: #fff;
	text-align: center;
}
.product-item {
	float: left;
	width: 100%;
	margin-bottom: 8%;
	padding-bottom: 8%;
	border-bottom: solid 1px #d6d6d6;
}
.product-item:first-child {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #d6d6d6;
}
.product-ttl {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 22px;
	color: #1f86c8;
}
.product-desc {
	float: left;
	width: 100%;
	margin-bottom: 4%;
	font-size: 12px;
	line-height: 18px;
	color: #b1b1b1;
}
.product-spec {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}
#product-page .product-spec {
	width: 100%;
	height: auto;
	margin: 10px 0px;
}
.artikul {
	float: left;
	width: 100%;
	margin-bottom: 4%;
}
.product-img,
.product-page-img a.big-img,
.product-page-img a.thumb {
	float: left;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	border: solid 1px #d5d5d5;
	cursor: pointer;
}
.product-img:hover,
.product-page-img a.big-img:hover,
.product-page-img a.thumb:hover {
	border-color: #2bacff
}
.product-img {
	width: 127px;
	height: 127px;
}
.product-page-img a.big-img {
	width: 100%;
	height: 300px;
}
.product-page-img a.thumb {
	width: 45px;
	height: 45px;
	margin: 5px 5px 5px 0px;
}
.product-page-img a.thumb.active {
	border: solid 1px #2bacff;
}
.product-img img,
.product-page-img a.big-img img,
.product-page-img a.thumb img {
	max-width: 95%;
	max-height: 95%;
}
.product-price {
	float: left;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	height: 128px;
	margin-left: 4%;
}
#product-page .product-price {
	width: 100%;
	height: auto;
	margin: 30px 0px 30px 0px;
}
.product-price span {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #1f86c8;
}
.product-price span.usd_old {
	color: #b1b1b1;
	margin-bottom: 10px;
	text-decoration: #1f86c8 line-through;
}
.product-price span.skidka {
	margin-bottom: 2px;
}
.product-price span.rub b {
	font-size: 22px;
}
.product-add {
	float: left;
	width: 100%;
	margin-top: 4%;
}
.product-add .numSave {
	float: left;
	width: 126px;
	height: 29px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
}
.product-add .numSave a {
	display: block;
	width: 30px;
	cursor: pointer;
	margin: -1px;
}
.product-add .numSave a.minus {
	background: #cccccc url(../images/minus.png) center center no-repeat;
	border-radius: 4px 0px 0px 4px;
}
.product-add .numSave a.minus:hover {
	background-color: #f24841;
}
.product-add .numSave a.plus {
	background: #cccccc url(../images/plus.png) center center no-repeat;
	border-radius: 0px 4px 4px 0px;
}
.product-add .numSave a.plus:hover {
	background-color: #1f86c8;
}
.product-add .numSave input {
	width: 60px;
	border: none;
	text-align: center;
	font: normal 16px 'Open Sans';
	color: #b1b1b1;
}
.product-add input[type = "button"] {
	float: left;
	width: 125px;
	height: 31px;
	padding: 0;
	margin-left: 4%;
	background: #1f86c8 url(../images/cart.png) 5px 4px no-repeat;
	border: none;
	border-radius: 4px;
	color: #fff;
	font: normal 16px 'Open Sans';
	text-align: left;
	text-indent: 35px;
	cursor: pointer;
}
.product-add input[type = "button"]:hover {background-color: #2bacff;}
.product-add .readmore {
	float: left;
	width: 30px;
	height: 31px;
	margin-left: 5px;
	background: #1f86c8;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-weight: 900;
	font-size: 28px;
}
.product-add .readmore:hover {background: #2bacff; color: #fff;}

.product-txt {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.product-txt h2 {
	margin-bottom: 10px;
	color: #1f86c8;
	font-size: 24px;
	font-weight: bold;
}


/* KORZINA */
.korzina .product-price span {
	color: #aaa;
}
.korzina .product-price span.usd_old {
	text-decoration: #aaa line-through;
}
.korzina .product-price span.rub {
	color: #666;
}

.korzina .product-add {
	margin-top: 20px;
}
.itogo {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #1f86c8;
}
.itogo span.del-tovar {
	float: left;
	width: 40px;
	cursor: pointer;
}
.itogo span.summa {
	float: left;
	width: 87px;
	margin-right: 4%;
	text-align: right;
	font-size: 18px;
	font-weight: 600;
}
.korzina-itog {
	font-size: 18px;
	color: #1f86c8;
	text-align: center;
}
.korzina-itog span {
	display: block;
}
.korzina-itog span b {
	font-size: 26px;
}

h2.oformlenie_zakaza {
	float: left;
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: #1f86c8;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 44px;
	text-align: center;
}
#contact_form {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.frow {
	float: left;
	width: 100%;
	margin: 5px 0px;
}
.frow label {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font: normal 15px 'Open Sans';
	color: #666;
}
.frow input,
.frow textarea, label.lbl_myfile {
    float: left;
	width: 100%;
    height: 31px;
	box-sizing: border-box;
    padding: 0px 10px;
    border: solid 1px #cccccc;
    border-radius: 4px;
    font: normal 15px/21px 'Open Sans';
}
.frow textarea {
    height: 100px;
	padding: 5px 10px;
}
.frow input[type="submit"] {
    height: 44px;
	margin-top: 20px;
	cursor: pointer;
	background: #1f86c8;
	color: #fff;
	font: normal 17px 'Open Sans';
	border: solid 1px #1f86c8;
}
.frow input[type="submit"]:hover {
    background: #2bacff;
}
input#myfile {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
label.lbl_myfile {height: 44px;}
.lbl_myfile_fake {float: left; line-height: 42px;}
.lbl_myfile_button {
	float: right;
	width: 80px;
	height: 32px;
	margin: 5px 0px;
	cursor: pointer;
	background: #1f86c8;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
}
.lbl_myfile_button:hover {
    background: #2bacff;
}




/* YANDEX-SHARE */
.ya-share2__badge {
    border-radius: 0px;
	height: 39px;
    width: 39px;
	background-color: transparent !important;
	background: url(../images/icons.png) no-repeat;
	background-position-y: 0px;
}
.ya-share2__badge:hover {background-position-y: -39px;}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	display: none;
}
.ya-share2__item_service_vkontakte .ya-share2__badge {background-position-x: -78px}
.ya-share2__item_service_facebook .ya-share2__badge {background-position-x: 0px}
.ya-share2__item_service_whatsapp .ya-share2__badge {background-position-x: -195px}
.ya-share2__item_service_telegram .ya-share2__badge {background-position-x: -156px}



/* TEXT */
.txt {
	font-size: 14px;
	color: #444444;
}
.txt p {
	margin: 16px 0px;
}
.txt strong, .txt b {
	font-weight: 600;
}
.txt em, .txt i {
	font-style: italic;
}
.txt h2 {
	color: #1f86c8;
}
.txt h2, .txt h3 {
	margin: 16px 0px;
	font: 700 16px/20px 'Open Sans';
}
.txt ul li {
	margin: 16px 0px 16px 13px;
	list-style: square;
}
.txt h4 {
	margin: 16px 0px;
	font: 700 14px/18px 'Open Sans';
}
.txt table {
	margin: 32px 0px;
	width: 100%;
	border-collapse: collapse;
}
.txt td {
	padding: 5px 10px;
	box-sizing: border-box;
	border-bottom: dotted 1px #ccc;
}
.txt td img {
	max-width: 100%;
	height: auto;
}

table.tab2 tr {
	display: block;
	margin-bottom: 10px;
}
table.tab2 td {
	display: block;
	width: 100%;
}
table.tab2 td:nth-child(1) {
	font-weight: 600;
}


table.tab-diller {
	margin: 50px auto;
	border: solid 1px #1f86c8;
}
table.tab-diller td {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 10px;
	border: none;
}
table.tab-diller td p {
	margin: 0;
}
table.tab-diller td:nth-child(1) {
	width: 50%;
	font-weight: 600;
}
table.tab-diller td:nth-child(2) {
	width: 50%;
	border-left: solid 1px #ccc;
}
table.tab-diller td:nth-child(3) {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #1f86c8;
}
table.tab-diller tr:last-child td:nth-child(3) {
	border-bottom: none;
}
table.tab-diller tr.tab-diller-ttl td {
	width: 100%;
	font: 500 16px/22px Roboto;
}
table.tab-diller tr.tab-diller-th td {
	padding: 5px 10px;
	background: #1f86c8;
	color: #fff;
}
table.tab-diller tr.tab-diller-th td:nth-child(3) {
	display: none;
}
table.tab-diller a {color: #1f86c8;}
table.tab-diller a:hover {color: #2bacff;}
table.tab-diller sub {
	font-weight: normal;
	color: #777;
}

table.doc {
	border-collapse: collapse;
}
table.doc td {
	padding: 10px 10px;
	border: solid 1px #1f86c8;
	border-top: none;
}
table.doc td:nth-child(1) {
	width: 130px;
	border-right: solid 1px #ccc;
}
table.doc td:nth-child(2) {
	width: 150px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
table.doc tr.doc-ttl td {
	background: #1f86c8;
	color: #fff;
	font: 500 18px/22px Roboto;
}
table.doc tr.doc-th td {
	padding: 5px 10px;
	background: #aaa;
	border-color: #aaa;
	color: #fff;
	font-weight: 600;
}

table.tab {
	border-collapse: collapse;
}
table.tab td,
table.tab th {
	padding: 10px 10px;
	border: solid 1px #ccc;
	border-top: none;
}
table.tab th {
	background: #999;
	color: #fff;
	font-weight: 600;
}


/* CATALOGS */
.catalog-wrap {
	display: flex;
	flex-wrap: wrap;
}
.catalog-wrap .catalog {
	width: 45%;
	margin: 20px auto;
	text-align: center;
}
.catalog-wrap .catalog-iframe {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
	background: #ccc;
}
.catalog-wrap .catalog h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 3px 2px;
	text-align: center;
	height: 50px;
	background: #1f86c8;
	color: #fff;
	font: 500 16px/24px 'Open Sans';
}
.catalog-wrap .catalog p {
	margin: 0;
	padding: 10px 0px;
	background: #1f86c8;
}
.catalog-wrap .catalog p:first-of-type {border-bottom: solid 1px #fff;}
.catalog-wrap .catalog p a {color: #fff;text-decoration: none;}
.catalog-wrap .catalog p a:hover {text-decoration: underline;}




/* AKCII */
.akc {}
.akc a {
	display: block;
	margin: 10px 0px;
	padding: 10px;
	border: solid 1px #ccc;
	border-radius: 10px; 
	text-align: center;
	
}
.product-price .akc a {
	width: 100%;
	font: normal 12px 'Open Sans';
	margin: 10px 0px;
	padding: 5px;
}
.akc a:hover {
	border: solid 1px #1f86c8;
}
.akc a img {
	display: block;
	margin:0 auto;
	max-width: 100%;
	height: auto;
}

.block {
    display: flex;
    flex-wrap: wrap;
}

.block__element {
    width: calc(100% / 2);
	padding: 10px;
}



/* DOP */

.stranica a.a-button {
	display: inline-block;
	height: 30px;
	padding: 8px 30px;
	background: #1f86c8;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer;
}
.stranica a.a-button:hover {
	background: #2bacff;
}

.stranica .error404 p {
	text-align: center;
	margin: 60px 0px;
	font-size: 14px;
}
.stranica .error404 p img {
	max-width: 100%;
}
.stranica .error404 p:first-child {
	margin-top: 80px;
}










