/*
	Theme Name: Mario Theme
	Version: 1.0
	Author: Тарасов Андрей
*/




/*--------------------------------------------------------------
>>> СОДЕРЖАНИЕ:
----------------------------------------------------------------
	CSS RESET
	ОБЩИЕ СТИЛИ
		Текстовый контент
		Кнопки
		Формы
		Хлебные крошки
	ШАПКА
		Мобильное меню
	ГЛАВНАЯ
	СТРАНИЦА ТОВАРА
	СТРАНИЦА КАТЕГОРИИ
	СТРАНИЦА ОФОРМЛЕНИЯ ЗАКАЗА
	СТРАНИЦА БЛАГОДАРНОСТИ
	СТРАНИЦА АЛФАВИТНЫЙ ПЕРЕЧЕНЬ
	СТРАНИЦА "О НАС"
	СТРАНИЦА "ЗАКАЗАТЬ РАЗРАБОТКУ ГСО"
	СТРАНИЦА "УСЛУГИ"
	СТРАНИЦА "СЕРТИФИКАТЫ"
	СТРАНИЦА "НОВОСТИ"
	СТРАНИЦА РУБРИКИ НОВОСТЕЙ
	СТРАНИЦА ОТЗЫВЫ
	СТРАНИЦА НОВИНКИ
	СТРАНИЦА КОНТАКТЫ
	ПОДВАЛ
	АДАПТИВ
--------------------------------------------------------------*/



/* ==========================================================================
	CSS RESET
========================================================================== */

body { margin: 0; }
main { display: block; }
hr { height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; margin: 0; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template, [hidden] { display: none; }
figure { margin: 0; }



/* ==========================================================================
	ОБЩИЕ СТИЛИ
========================================================================== */

*:not(.ab-icon):not(.ab-item):not(.dashicons):not(.fa):not(ymaps),
*:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font: 400 14px/1.3 "Golos Text", sans-serif;
	color: #000;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}
body.admin-bar { padding-top: 32px; }
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 40px;
}
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 20px;
	font-weight: 500;
	color: #005DB8;
}

a { transition: 0.3s; text-decoration: none; }
a img { vertical-align: bottom; }
em { font-style: italic; }
blockquote {
	border: dotted #666 1px;
	border-left: solid #ff5a00 5px;
	margin: 10px 40px;
	padding: 15px;
	color: #333;
	font-style: italic;
	background: #fcfcfc;
}
blockquote p { margin: 0; }
p { margin: 0;}
ul { margin: 0; padding: 0; list-style: none; }
ol { list-style: decimal inside; }
ol li { margin: 1rem 0; }
input[type='submit'] { cursor: pointer; }
*:focus {
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
img {max-width: 100%; max-height: 100%; height: auto; border-style: none; }
iframe { display: block; max-width: 100%; border: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
input, textarea { max-width: 100%; }
textarea { display: block; }
div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
	padding-top: 32px !important;
}
@media screen and ( max-width: 782px ) {
	div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
		padding-top: 46px !important;
	}
}

/* 								   Обтекание картинки текстом
------------------------------------------------------------- */
.aligncenter, [align="center"] {
	display: block;
	margin: 5px auto;
}
.alignright, [align="right"] {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft, [align="left"] {
	float:left;
	margin: 5px 20px 20px 0;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
	padding: 5px 3px 0;
	margin: 0 0 15px;
	background: #fff;
	border: 1px solid #f0f0f0;
}
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* 											Текстовый контент
------------------------------------------------------------- */
.text_content {
	font-size: 16px;
}
.text_content p, .text_content h2, .text_content h3,
.text_content h4, .text_content h5, .text_content h6 {
	margin: 0 0 30px;
}
.text_content table {
	margin: 0 0 30px;
}
.text_content td {
	padding: 0 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #DEDEDE;
}
.text_content ul {
	list-style: disc inside;
	margin: 0 0 30px 30px;
}
.text_content ul li {
	margin: 0 0 5px;
}
.text_content ol {
	margin: 0 0 30px 30px;
	padding: 0;
}
.text_content ol li {
	margin: 0 0 5px;
}

/* 													   Кнопки
------------------------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	padding: 0 20px;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	background: #005DB8;
	border-radius: 3px;
	border: none;
}

.scrollTop {
	display: none;
	z-index: 999999;
	transition: 0s;
	position: fixed;
	bottom: 30px;
	right: 2%;
	width: 59px;
	height: 59px;
	background: url(img/scroll-up.png);
}

/* 														Формы
------------------------------------------------------------- */
.wpcf7-form-control-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}
form .placeholder {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #9299a2;
	transition-duration: .1s;
	transition-property: top,font-size;
	transition-timing-function: ease-in-out;
	pointer-events: none;
	white-space: nowrap;
}
form .placeholder_replace:focus + .placeholder,
form .placeholder_replace.not_empty + .placeholder {
	top: 5px;
	font-size: 12px;
}
.wpcf7-text.placeholder_replace {
	height: 50px;
	font-size: 16px;
	padding-top: 5px;
}
form *.placeholder_replace::-webkit-input-placeholder {
	color: transparent;
}
form *.placeholder_replace:-moz-placeholder {
	color: transparent;
}
form *.placeholder_replace::-moz-placeholder {
	color: transparent;
}
form *.placeholder_replace:-ms-input-placeholder {
	color: transparent;
}
form *::-webkit-input-placeholder {
	font-size: 13px;
}
form *:-moz-placeholder {
	font-size: 13px;
}
form *::-moz-placeholder {
	font-size: 13px;
}
form *:-ms-input-placeholder {
	font-size: 13px;
}
form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
   color: transparent !important;
}
form input:focus:-moz-placeholder,
form textarea:focus:-moz-placeholder {
    color: transparent !important;
}
form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
    color: transparent !important;
}
form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
.wpcf7-text {
	height: 35px;
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    border: 1px solid #ddd;
}
.wpcf7-textarea {
	height: 150px;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    border: 1px solid #ddd;
}
.wpcf7-list-item {
	margin: 0;
}
form label {
	cursor: pointer;
}
[data-name="acceptance_1"], [data-name="acceptance_2"] {
	margin: 0 0 10px;
}
[data-name="acceptance_1"] .wpcf7-list-item-label,
[data-name="acceptance_2"] .wpcf7-list-item-label {
	position: relative;
	margin: 0 0 0 4px;
	top: -1px;
}
.submit_wrp {
	position: relative;
	margin: 15px 0 0;
}
.wpcf7-spinner {
	position: absolute;
	margin: 0;
}
.wpcf7-not-valid {
	background: #ffe3e3;
}
.wpcf7-not-valid-tip {
	display: none !important;
}

/* 											   Хлебные крошки
------------------------------------------------------------- */
.breadcrumbs {
	margin: 0 0 20px;
}
.breadcrumbs a, .breadcrumbs span {
	font-size: 13px;
	font-weight: 500;
	color: #005DB8;
}
.breadcrumbs a {
	text-decoration: underline;
}

/* 													   Прочее
------------------------------------------------------------- */
.clearfix:after {
	clear: both;
    content: "";
    display: block;
    height: 0;
}
.justify { text-align: justify; line-height: 0;  font-size: 0; }
.justify:after { content: ''; display: inline-block; width: 100%; }
.justify > * { line-height: 1.2; display: inline-block; vertical-align: top; font-size: initial; }
.mobile { display: none; }
.scroltable-nav {
	display: none !important;
}



/* ==========================================================================
	ШАПКА
========================================================================== */

/* 											   Мобильное меню
------------------------------------------------------------- */
.tamm_open { overflow: hidden; }
.ta_mobile_menu_toggle {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 50px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	padding: 0 15px;
	cursor: pointer;
	outline: none !important;
	background: #005DB8;
}
.hamburger {
	padding: 0 !important;
	line-height: 1 !important;
	float: left;
	width: 30px;
	margin: 3px 15px 0 0 !important;
	background: none !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 30px !important;
	background: #fff !important;
}
.ta_mobile_menu {
	position: fixed;
	z-index: 999;
	left: -100%;
	top: 90px;
	bottom: 0;
	width: 80%;
	max-width: 400px;
	padding: 25px 15px 0;
	margin: 0 !important;
	overflow: auto;
	transition: .3s;
	background: #ddefff;
}
.ta_mobile_menu ul {
	list-style: none;
	margin: 0; padding: 0;
}
.ta_mobile_menu li {
	font-size: 18px;
	margin: 0 0 14px;
	list-style: none;
}
.ta_mobile_menu li a {
	color: #005DB8;
}

.ta_mobile_menu form {
	margin: 30px 0 0;
}
.ta_mobile_menu [name="s"] {
	height: 30px;
	width: 65%;
	padding: 0 10px;
	font-size: 16px;
	vertical-align: middle;
}
.ta_mobile_menu [type="submit"] {
	height: 30px;
	vertical-align: middle;
}

body.admin-bar .ta_mobile_menu_toggle { top: 82px; }
body.admin-bar .ta_mobile_menu { top: 122px; }
.tamm_open .ta_mobile_menu { left: 0; }

/* 														 Верх
------------------------------------------------------------- */
#header .top {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 65px;
}
#header .top a {
	color: #000;
}

#search_form {
	position: relative;
	width: 29.4%;
	border-bottom: 1px solid #D5D5D5;
}
#search_form [name="s"] {
	width: 100%;
	height: 35px;
	padding: 0 40px 0 0;
	border: none;
}
#search_form [type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35px;
	height: 100%;
	font-size: 0px;
	color: transparent;
	border: none;
	background: url(img/search.svg) no-repeat right 5px top 50%;
}

.header_phone {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	padding: 5px 0 5px 30px;
	background: url(img/phone.svg) no-repeat 0 50%;
}
.header_phone:hover {
	text-decoration: underline;
}
.header_email {
	font-size: 15px;
	line-height: 1;
	padding: 5px 0 5px 32px;
	background: url(img/mail.svg) no-repeat 0 50%;
}
.header_email:hover {
	text-decoration: underline;
}

.mini_cart, #header .email_link {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	font-size: 15px;
	height: 34px;
}
.mini_cart {
	position: relative;
	padding: 0 20px 0 50px;
	background: url(img/cart.svg) no-repeat 0 50%;
	border-right: 1px solid #CDCDCD;
}
.mini_cart .num {
	position: absolute;
	left: 26px;
	top: -2px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	width: 15px;
	height: 15px;
	background: #FF2525;
	border-radius: 50%;
}
#header .email_link {
	padding-left: 60px;
	background: url(img/mail2.svg) no-repeat 20px 50%;
}

/* 														  Низ
------------------------------------------------------------- */
#header .bottom {
	padding: 0 65px;
	background: #005DB8;
}
#header .bottom ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
#header .bottom a {
	color: #fff;
	font-size: 18px;
}
#header .bottom a:hover {
	text-decoration: underline;
}



/* ==========================================================================
	ГЛАВНАЯ
========================================================================== */

/* 													  Слайдер
------------------------------------------------------------- */
.home_slider {
	position: relative;
	padding: 0 60px;
	margin-bottom: 40px;
}
.home_slider .owl-nav button {
	position: absolute;
	top: calc( 50% - 10px );
}
.home_slider .owl-prev {
	left: 10px;
}
.home_slider .owl-next {
	right: 10px;
}
.home_slider .owl-nav button span {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: transparent;
	font-size: 0;
}
.home_slider .owl-prev span {
	background: url(img/arrow-left.svg) no-repeat 50% 50% / cover;
}
.home_slider .owl-next span {
	background: url(img/arrow-right.svg) no-repeat 50% 50% / cover;
}
.home_slider .wrp {
	display: block;
	position: relative;;
	padding-top: 32.3%;
}
.home_slider .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding-left: 108px;
	color: #fff;
	font-weight: 700;
}
.home_slider h3 {
	font-size: 47px;
	margin-bottom: 20px;
}
.home_slider p {
	font-size: 36px;
	margin-top: 10px;
}
.home_slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -30px;
}
.home_slider .owl-dots button {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #005DB8;
}
.home_slider .owl-dots button.active {
	background: #005DB8;
}
.home_slider .owl-dots button:not(:last-child) {
	margin-right: 13px;
}

/* 											 Основной контент
------------------------------------------------------------- */
.container {
	max-width: 1520px;
	margin: 90px auto 0;
	padding-bottom: 140px;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.left_menu_wrp {
	flex-shrink: 0;
	width: 320px;
	margin-right: 90px;
}
.left_menu {
	border: 1px solid #EAE9E9;
	background: #F3F5F6;
}
.left_menu a {
	display: block;
	padding: 15px 30px;
	color: #005DB8;
	font-size: 18px;
}
.left_menu a:not(:last-child),
.left_menu li {
	border-bottom: 1px solid #EAE9E9;
}
.left_menu .download {
	background: url(img/download.svg) no-repeat right 20px top 50%;
}
.main_content {
	width: calc( 100% - 320px - 90px );
}

.front_page h1 {
	font-size: 36px;
}

/* 													Категории
------------------------------------------------------------- */
.front_page_cats p:not(:last-child) {
	margin-bottom: 25px;
}
.front_page_cats p a {
	font-size: 20px;
	font-weight: 500;
	color: #005DB8;
}
.front_page_cats p a:hover {
	text-decoration: underline;
}

/* 												 Преимущества
------------------------------------------------------------- */
.front_page .our_advantages {
	margin-top: 80px;
}

/* 														Текст
------------------------------------------------------------- */
.front_page_text {
	margin: 80px 0 0;
	font-size: 16px;
}

/* 										   География поставок
------------------------------------------------------------- */
.front_page .geo {
	margin: 80px 0 0;
}
.front_page .geo .wrp {
	overflow: hidden;
}
.front_page .geo .flex {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	padding: 3px;
}
.front_page .geo .item {
	flex-basis: calc(25% - 30px);
	margin: 15px;
	display: flex;
	align-items: center;
}
.front_page .geo .img {
	width: 30%;
	flex-shrink: 0;
	padding-top: 23%;
	margin-right: 5%;
}
.front_page .geo .text {
	font-size: 24px;
	font-weight: 500;
}



/* ==========================================================================
	СТРАНИЦА ТОВАРА
========================================================================== */

.product_top_wrp {
	display: flex;
	align-items: flex-start;
	margin: 0 0 50px;
}

/* 													 Картинка
------------------------------------------------------------- */
.product_img {
	width: 493px;
	margin-right: 45px;
	padding-top: 48%;
}

/* 											   Характеристики
------------------------------------------------------------- */
.product_spec {
	width: 485px;
	font-size: 20px;
}
.product_spec .field {
	margin: 0 0 25px;
}
.product_spec .title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 15px;
}
.product_spec .values_wrp {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
}
.product_spec label {
	display: block;
	cursor: pointer;
	margin: 0 0 15px;
}
.product_spec label input {
	display: none;
}
.product_spec label span {
	max-width: 100%;
	position: relative;
	display: inline-block;	
}
.product_spec .checkbox span {
	padding: 4px 0 4px 43px;
}
.product_spec .checkbox span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 27px;
	height: 27px;
	background: url(img/checkbox1.png);
}
.product_spec .checkbox :checked + span:before {
	background-position: 0 -27px;
}
.product_spec .radio span {
	padding: 4px 0 4px 37px;
	font-size: 16px;
}
.product_spec .radio span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 23px;
	height: 23px;
	background: url(img/radio.png);
}
.product_spec .radio :checked + span:before {
	background-position: 0 -23px;
}
body.admin-bar > span.select2-container {
	margin-top: -32px !important;
}
@media screen and ( max-width: 782px ) {
	body.admin-bar > span.select2-container { margin-top: -46px !important; }
}
.single-products .select2-results__option {
	font-size: 20px;
}
.product_spec .select2-selection--single {
	height: 50px !important;
	border-color: #BFBFBF !important;
}
.product_spec .select2-selection__rendered {
	line-height: 50px !important;
}
.product_spec .select2-selection__arrow {
	height: 50px !important;
	width: 45px !important;
}
.product_spec [name='special_field'] {
	height: 50px;
	width: 100%;
	font-size: 20px;
	padding: 0 10px;
	border: 1px solid #aaa;
}

.product_spec .amount_wrp {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.product_spec .amount {
	position: relative;
	margin-right: 20px;
}
.product_spec .amount span {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	cursor: pointer;
}
.product_spec .amount .plus {
	right: 0;
	background: url(img/plus.png) no-repeat 50% 50%;
}
.product_spec .amount .minus {
	left: 0;
	background: url(img/minus.png) no-repeat 50% 50%;
}
.product_spec .amount input {
	width: 187px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
}
.product_spec .amount_wrp .btn {
	width: 272px;
	white-space: nowrap;
}
.product_spec .amount_wrp .btn i {
	width: 21px;
	height: 19px;
	margin-right: 17px;
	background: url(img/cart2.svg) no-repeat 50% 50% / contain;
}

/* 													  Вкладки
------------------------------------------------------------- */
.product_tabs label {
	display: inline-block;
	padding: 17px 30px;
	color: #005DB8;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}
.product_tabs label.active {
	color: #000;
	background: #F3F5F6;
}
.product_tabs_content section {
	display: none;
	padding: 20px 30px;
	background: #F3F5F6;
}
.product_tabs_content section.active {
	display: block;
}

/* 							 Окно добавления товара в корзину
------------------------------------------------------------- */
#modal_add_to_cart {
	display: none;
	width: 700px;
	text-align: center;
}
#modal_add_to_cart p {
	font-size: 30px;
}
#modal_add_to_cart .btn {
	width: 250px;
	height: 75px;
	margin: 40px 0;
	font-size: 24px;
}
#modal_add_to_cart .close {
	text-decoration: underline;
	color: #333;
	font-size: 22px;
}



/* ==========================================================================
	СТРАНИЦА КАТЕГОРИИ
========================================================================== */

.cat_page .links p {
	margin: 0 0 15px;
}
.cat_page .links a {
	font-size: 20px;
	font-weight: 500;
	color: #005DB8;
}
.cat_page .description {
	font-size: 16px;
	margin: 80px 0 0;
}

/* 													  Фильтры
------------------------------------------------------------- */
.filter {
	margin: 30px 0 0;
	background: #F3F5F6;
	border: 1px solid #EAE9E9;
}
.filter .title {
	position: relative;
	padding: 15px 15px 15px 30px;
	font-size: 20px;
	color: #005DB8;
	cursor: pointer;
}
.filter .title:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 26px;
	width: 14px;
	height: 8px;
	background: url(img/arrow-up.svg) no-repeat 50% 50%;
}
.filter.closed .title:after {
	transform: rotate(180deg);
}
.filter .inner {
	padding: 12px 0;
}
.filter label {
	display: block;
	font-size: 18px;
	cursor: pointer;
	padding: 12px 15px 12px 30px;
}
.filter label input {
	display: none;
}
.filter label span {
	position: relative;
	display: inline-block;
	padding: 4px 0 4px 43px;
}
.filter label span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 27px;
	height: 27px;
	background: url(img/checkbox1.png);
}
.filter label :checked + span:before {
	background-position: 0 -27px;
}



/* ==========================================================================
	СТРАНИЦА ОФОРМЛЕНИЯ ЗАКАЗА
========================================================================== */

.page_order .order_sent {
	font-size: 16px;
}

/* 											  Таблица товаров
------------------------------------------------------------- */
.cart_table {
	margin: 0 0 40px;
}
.cart_table.wait {
	position: relative;
	height: 100px;
}
.cart_table.wait:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #eeeeee80 url(img/ajax-loader-blue.png) no-repeat 50% 50%;
}
.cart_table th {
	text-align: left;
}
.cart_table td, .cart_table th {
	padding: 7px 10px;
	border: 1px solid #ddd;
}
.cart_table .img {
	width: 160px;
	text-align: center;
}
.cart_table .img img {
	height: 100px;
	width: auto;
}
.cart_table .title a {
	display: inline-block;
	color: #005DB8;
	font-size: 18px;
	margin: 0 0 7px;
}
.cart_table .title a:hover {
	text-decoration: underline;
}
.cart_table .title .param {
	padding-left: 20px;
}

.cart_table .amount {
	width: 160px;
	text-align: center;
	white-space: nowrap;
}
.cart_table .amount i {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	cursor: pointer;
	opacity: .7;
}
.cart_table .amount i:hover {
	opacity: 1;
}
.cart_table .amount .minus {
	background: url(img/minus.png) no-repeat 50% 50%;
}
.cart_table .amount .plus {
	background: url(img/plus.png) no-repeat 50% 50%;
}
.cart_table .amount input {
	width: 60px;
	height: 35px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.cart_table .del {
	width: 160px;
	text-align: center;
}
.cart_table .del span {
	display: inline-block;
	cursor: pointer;
}
.cart_table .del img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .7;
}
.cart_table .del span:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	opacity: 1;
}

/* 												 Форма заказа
------------------------------------------------------------- */
.order_form_wrp {
	display: flex;
	margin: 0 0 20px;
}
.order_form_wrp .left {
	width: 50%;
	margin-right: 30px;
}
.order_form_wrp .right {
	width: 50%;
	margin-left: 30px;
}
.order_form_wrp .row:nth-of-type(2) {
	margin: 20px 0;
}
.order_form_wrp .row:not(.note) {
	display: flex;
}
.order_form_wrp label {
	font-size: 18px;
}
.order_form_wrp .row:not(.note) label {
	width: 130px;
	flex-shrink: 0;
}
.order_form_wrp .row:not(.note) span {
	width: calc( 100% - 130px );
}
.page_order .submit_wrp {
	position: relative;
}
.page_order .wpcf7-spinner {
	left: 150px;
	top: 13px;
}



/* ==========================================================================
	СТРАНИЦА БЛАГОДАРНОСТИ
========================================================================== */

.page_thanks p {
	line-height: 1.5;
	font-size: 20px;
}



/* ==========================================================================
	СТРАНИЦА АЛФАВИТНЫЙ ПЕРЕЧЕНЬ
========================================================================== */

.abc {
	-webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 1px solid #cfcfcf;
    -moz-column-rule: 1px solid #cfcfcf;
    column-rule: 1px solid #cfcfcf;
}
.abc div {
	break-inside: avoid;
	padding: 0 20px 30px;
}
.abc h4 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.abc ul {
	list-style-type: none;
	margin: 0;
}
.abc li:not(:last-child) {
	margin-bottom: 12px;
}
.abc a {
	font-size: 18px;
    font-weight: 500;
    color: #005DB8;
}
.abc a:hover {
	text-decoration: underline;
}



/* ==========================================================================
	СТРАНИЦА "О НАС"
========================================================================== */

.page_about .owl-carousel {
	margin-bottom: 80px;
}


/* ==========================================================================
	СТРАНИЦА "ЗАКАЗАТЬ РАЗРАБОТКУ ГСО"
========================================================================== */

.gso_order_form .wrp {
	display: flex;
	flex-wrap: wrap;
}
.gso_order_form .wrp > span {
	width: 48%;
	margin-bottom: 2%;
}
.gso_order_form .wrp > span:nth-of-type(odd) {
	margin-right: 1%;
}
.gso_order_form .wrp > span:nth-of-type(even) {
	margin-left: 1%;
}
.gso_order_form .wpcf7-spinner {
	left: 150px;
	top: 13px;
}



/* ==========================================================================
	СТРАНИЦА "УСЛУГИ"
========================================================================== */

.page_services .product_tabs_content {
	margin-bottom: 60px;
}



/* ==========================================================================
	СТРАНИЦА "СЕРТИФИКАТЫ"
========================================================================== */

/* 												 Преимущества
------------------------------------------------------------- */
.our_advantages {
	margin: 0 0 80px;
}
.our_advantages h2 {
	text-align: center;
	margin: 0 0 40px;
}
.our_advantages .wrp {
	overflow: hidden;
}
.our_advantages .flex {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.our_advantages .item {
	flex-basis: calc(33.33% - 30px);
	margin: 15px;
	text-align: center;
}
.our_advantages img {
	max-width: 100px;
	max-height: 70px;
}
.our_advantages p {
	max-width: 270px;
	margin: 5px auto 0;
}

/* 												  Сертификаты
------------------------------------------------------------- */
.page_serts .serts {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.page_serts .serts a {
	width: 20%;
	padding: 15px;
	text-align: center;
	color: #005DB8;
}
.page_serts .serts a:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.page_serts .serts img {
	width: 50px;
}
.page_serts .serts span {
	display: block;
	margin: 10px 0 0;
}



/* ==========================================================================
	СТРАНИЦА "НОВОСТИ"
========================================================================== */

.news_item {
	display: flex;
	margin: 0 0 80px;
	color: #000;
}
.news_item .img {
	width: 200px;
	height: 200px;
	flex-shrink: 0;
	margin-right: 40px;
}
.news_item .title {
	font-size: 24px;
	font-weight: 500;
}
.news_item p {
	margin: 30px 0 10px;
}

.page_news .news_cats_wrp {
	overflow: hidden;
}
.page_news .news_cats {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.page_news .news_cats a {
	position: relative;
	flex-basis: calc(33.33% - 30px);
	margin: 15px;
	padding-top: 23%;
}
.page_news .news_cats a:hover {
	box-shadow: 4px 4px 4px 0 rgba(14, 42, 72, .4);
}
.page_news .news_cats span {
	position: absolute;
	left: 10px;
	bottom: 20px;
	padding: 7px 20px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	background: #fff;
}



/* ==========================================================================
	СТРАНИЦА РУБРИКИ НОВОСТЕЙ
========================================================================== */

.news_list {
	margin: 60px 0 0;
}
.news_list a:hover {
	-webkit-box-shadow: 0px 0px 18px 22px rgba(34, 60, 80, 0.11);
	-moz-box-shadow: 0px 0px 18px 22px rgba(34, 60, 80, 0.11);
	box-shadow: 0px 0px 18px 22px rgba(34, 60, 80, 0.11);
}



/* ==========================================================================
	СТРАНИЦА ОТЗЫВЫ
========================================================================== */

.reviews_wrp {
	overflow: hidden;
	margin: 59px 0 0;
}
.reviews_wrp .reviews {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	padding: 4px;
}
.reviews_wrp .review {
	flex-basis: calc(25% - 30px);
	margin: 15px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.reviews_wrp .review a {
	display: block;
	padding-top: 130%;
	position: relative;
	overflow: hidden;
}
.reviews_wrp .review span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.reviews_wrp .review a:hover span {
	transform: scale(1.2, 1.2);
    transition: all 0.3s ease-in-out;
}
.reviews_wrp .review .text {
	text-align: center;
	font-size: 18px;
	margin: 20px 0 0;
	padding: 0 10px 10px;
}



/* ==========================================================================
	СТРАНИЦА НОВИНКИ
========================================================================== */

.page_new_items .links {
	margin: 60px 0 0;
}
.page_new_items .bottom_text {
	margin: 80px 0 0;
	font-size: 16px;
}



/* ==========================================================================
	СТРАНИЦА КОНТАКТЫ
========================================================================== */

.page_contacts .map {
	height: 380px;
}
.page_contacts .info {
	display: flex;
	font-size: 18px;
	margin: 40px 0 80px;
}
.page_contacts .info p {
	margin: 0;
	line-height: 1.6;
}
.page_contacts .info a {
	color: #005DB8;
	text-decoration: underline;
}
.page_contacts .info .left {
	width: 50%;
	margin-right: 30px;
}
.page_contacts .info .right {
	width: 50%;
	margin-left: 30px;
}
.page_contacts .form_title {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 30px;
}
.page_contacts form {
	max-width: 570px;
}
.page_contacts .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}
.page_contacts [data-name="acceptance_1"] {
	margin-top: 30px;
}
.page_contacts .submit_wrp {
	position: relative;
}
.page_contacts .wpcf7-spinner {
	top: 14px;
	left: 155px;
}





/* ==========================================================================
	ПОДВАЛ
========================================================================== */

#footer {
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 40px 65px;
	background: #005DB8;
}
#footer a {
	color: #fff;
}
#footer .block1 {
	flex-shrink: 0;
}
#footer .block1 p {
	margin: 35px 0 0;
}

#footer ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 130px;
}
#footer ul a {
	font-size: 16px;
	font-weight: 600;
}
#footer ul a:hover {
	text-decoration: underline;
}

#footer .block2 {
	flex-shrink: 0;
}
#footer .block2 a {
	display: block;
}
#footer .block2 a:hover {
	text-decoration: underline;
}
#footer .phone {
	font-size: 18px;
	margin: 0 0 25px;
	line-height: 1;
	padding: 5px 0 5px 30px;
	background: url(img/phone2.svg) no-repeat 0 50%;
}
#footer .email {
	font-size: 15px;
	line-height: 1;
	padding: 5px 0 5px 32px;
	background: url(img/mail3.svg) no-repeat 0 50%;
}



/* ==========================================================================
	АДАПТИВ
========================================================================== */

@media screen and (max-width: 1600px) {
	#search_form { width: 20%; }
}

@media screen and (max-width: 1500px) {
	.container { padding-left: 15px !important; padding-right: 15px !important; }
}
@media screen and (max-width: 1400px) {
	#header .top { padding: 0 15px; }
	#header .bottom { padding: 0 15px; }
	#footer { padding: 30px 15px; }
}

@media screen and (max-width: 1300px) {
	#header .email_link { width: 60px; overflow: hidden; }
	.front_page .geo .text { font-size: 20px; }
}

@media screen and (max-width: 1200px) {
	#header .logo { max-width: 150px; }
	.front_page .geo .item { flex-basis: calc(33.33% - 30px); }
	.product_spec { width: 380px; }
	.cart_table .del { width: 75px; }
}

@media screen and (max-width: 1100px) {
	#header .bottom, #footer .block1, #footer .block2, #footer ul, .mini_cart .text { display: none; }
	#header { position: fixed; z-index: 9999; left: 0; right: 0; top: 0; width: 100%; margin: 0 auto; height: 50px; background: #fff; }
	body.admin-bar #header { top: 32px; }
	body { padding-top: 90px; }
	body.admin-bar { padding-top: 122px; }
	#header .top { height: 50px; }
	.ta_mobile_menu_toggle { display: flex; justify-content: space-between; }
	.ta_mobile_menu_toggle a { color: #fff; }
	.ta_mobile_menu_toggle .header_phone { margin-right: 30px; background-image: url(img/phone3.svg); }
	.ta_mobile_menu_toggle .header_email{ background-image: url(img/mail4.svg); }
	.home_slider { margin: 50px 0 40px; }
	#footer .mobile { display: flex; justify-content: space-between; width: 100%; align-items: flex-start; flex-wrap: wrap; }
	#footer .logo { max-width: 150px; }
}

@media screen and (max-width: 1000px) {
	.left_menu_wrp { margin-right: 40px; }
	.main_content { width: calc(100% - 320px - 40px); }
	.mini_cart { padding: 0 20px 0 28px; }
	#header .email_link { background: url(img/mail2.svg) no-repeat 0 50%; padding-left: 30px; width: 30px; margin-left: 10px; }
	.container { display: block; padding-bottom: 0; overflow: hidden; }
	.main_content { width: 100%; }
	.left_menu_wrp { width: 100%; margin: 80px -15px 0; width: 100vw; }
}

@media screen and (max-width: 900px) {
	.front_page .geo .item { flex-basis: calc(50% - 30px); }
	.ta_mobile_menu_toggle .mobile { display: block; }
	#header .header_phone, #header .header_email { display: none; }
	#search_form { width: 35%; }
}

@media screen and (max-width: 800px) {
	.reviews_wrp .review .text { font-size: 14px; }
}

@media only screen and (max-width: 782px) {
	body.admin-bar #header { top: 46px; }
	body.admin-bar { padding-top: 136px; }
	body.admin-bar .ta_mobile_menu_toggle { top: 96px; }
	body.admin-bar .ta_mobile_menu { top: 136px; }
}

@media screen and (max-width: 700px) {
	h1 { font-size: 24px; }
	.front_page h1 { font-size: 30px; }
	.home_slider .owl-nav button span { width: 25px; height: 25px; }
	.container { margin: 35px auto 0; }
	.product_top_wrp { display: block; }
	.product_img { display: block; width: 100%; margin: 0 0 40px; padding-top: 102%; }
	.product_spec { width: 100%; }
	.cart_table .img { width: 110px; }
	.cart_table .amount input { width: 45px; }
	.cart_table .amount { width: 120px; }
	.order_form_wrp { display: block; margin: 30px 0 0; }
	.order_form_wrp .left, .order_form_wrp .right { width: 100%; margin: 0; }
	.order_form_wrp .left { margin: 0 0 20px; }
	.reviews_wrp .review { flex-basis: calc(33.33% - 30px); }
}

@media screen and (max-width: 600px) {
	#search_form, .ta_mobile_menu_toggle .header_email { display: none; }
	.home_slider { padding: 0; }
	#header .logo { max-width: 200px; }
	.page_news .news_cats a { flex-basis: calc(50% - 30px); padding-top: 29%; }
	.page_news .news_cats span { font-size: 14px; }
	.page_contacts .info { display: block; }
	.page_contacts .info .left { width: 100%; margin: 0 0 20px; }
	.page_contacts .info .right { width: 100%; margin: 0; }
	.our_advantages .item { flex-basis: calc(50% - 30px); }
	.our_advantages img { height: 65px; }
}

@media screen and (max-width: 500px) {
	.front_page .geo .text { font-size: 18px; }
	.product_spec .amount input { width: 125px; }
	.product_tabs label { font-size: 16px; }
	.btn { font-size: 18px; }
	.gso_order_form .wrp { display: block; margin: 0 0 30px; }
	.wpcf7-form-control-wrap { width: 100% !important; }
	.reviews_wrp .review { flex-basis: calc(50% - 30px); }
	.news_item { display: block; }
	.news_item .img { margin: 0 0 20px; }
}

@media screen and (max-width: 400px) {
	.front_page .geo .text { font-size: 16px; }
	.our_advantages p { font-size: 14px; }
}



/* == IN CODE WE TRUST == */
