/*   
Theme Name: Pro-acoustic
Theme URI: https://bitbucket.org/splun/
Version: 1.0
Description: Special template 
Author: A/Solomaha
Author URI: https://plus.google.com/u/0/118412234453024192274
*/


@font-face {
	font-family: 'OpenSans';
	src: url('assets/fonts/OpenSans-Regular.eot');
	src: url('assets/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/OpenSans-Regular.woff') format('woff'),
		url('assets/fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansSemiBold';
	src: url('assets/fonts/OpenSans-SemiBold.eot');
	src: url('assets/fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/OpenSans-SemiBold.woff') format('woff'),
		url('assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('assets/fonts/OpenSans-Bold.eot');
	src: url('assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/OpenSans-Bold.woff') format('woff'),
		url('assets/fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.eot');
    src: url('assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Regular.woff') format('woff'),
        url('assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('assets/fonts/Roboto-Medium.eot');
    src: url('assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Medium.woff') format('woff'),
        url('assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('assets/fonts/Roboto-Bold.eot');
    src: url('assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Roboto-Bold.woff') format('woff'),
        url('assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.42;
	font-family: 'OpenSans', sans-serif !important;
	font-size: 16px !important;
	color: #282828 !important;
	background-color: #fff;
}
ul,div.list1 ul {
	list-style: none;
}
div.list1 ul{
	padding-left:0px;
}
.content_wrap ul{
	list-style:disc;
	padding-left:20px;
}
.tabs ul.nav-tabs{
	padding-left:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover, a:focus {
	text-decoration: none !important;
}
input, button, select {
	outline: none !important;
}
p {
	margin-bottom: 10px;
}

.clearfix {clear:both;}
.content {
	min-height: calc(100vh - 420px);
}
.content p {
	line-height: 1.6;
}
.link {
	color: #7994D1;
	border-bottom: 1px solid #7994D1;
	outline: none;
}
.link:hover, .link:focus {
	color: #7994D1;
}
.list ul li::before {
	content: "\25E6";
	color: red;
	display: inline-block;
	width: 1em;
	margin-left: -0em;
}
.list1 ul li::before {
	content: '';
	background: url(assets/images/line.png)no-repeat;
	width: 10px;
	height: 1px;
	display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.list1 ul li {
	padding-top: 5px;
}
.list ol {list-style: none; counter-reset: li}
.list ol li {counter-increment: li}
.list ol li::before {
	content: counter(li);
	color: red;	 
    display: inline-block;
    width: 1em;
    margin-left: -0.5em;
    margin-right: 0.5em;
    text-align: right; direction: rtl;
}

.table th {
	font-family: "RobotoBold",sans-serif;
}
.table-hover>tbody>tr:hover {
    background-color: #eaeaea !important;
}

h1 {
	font-family: 'RobotoBold', sans-serif !important;
	font-size: 50px !important;
	text-transform: uppercase;
	color: #5d5d5d;
	margin-bottom: 10px;
}

h2 {
	font-family: 'RobotoBold', sans-serif !important;
	font-size: 50px !important;
	text-transform: uppercase;
	color: #5d5d5d;
	margin-bottom: 10px;
}

h3 {
	font-family: 'RobotoBold', sans-serif !important;
	font-size: 44px !important;
	color: #5d5d5d;
}

h4 {
	font-family: 'RobotoBold', sans-serif !important;
	font-size: 36px !important;
	color: #5d5d5d;
}

h5 {
	font-family: 'RobotoBold', sans-serif !important;
	font-size: 30px !important;
	text-transform: uppercase;
	color: #5d5d5d;
	margin: 10px 0;
}

h6 {
	font-family: 'OpenSansBold', sans-serif !important;
	font-size: 18px !important;
	color: #5d5d5d;
	text-transform: uppercase;
	margin: 10px 0;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */
.effect::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.effect::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.effect:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.effect:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.effect:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.effect:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.effect:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.effect:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


.blue {
	color: #0d5e8b;
}



/*************header**************/

.float_r {
	float: right;
}
.float_l {
	float: left;
}
.navbar_top {
	background-color: #f6f6f6;
	min-height: 40px !important;
}
.navbar_top .social {
	text-align: center;
	padding: 6px 0 12px;
}
.navbar_top .social ul li {
	display: inline-block;
	margin: 0 6px;
}
.navbar_top .social ul li a {
	display: block;
	color: #8b8b8b;
}
.navbar_top .social ul li a i {
	font-size: 12px;
    width: 22px;
    text-align: center;
}
.navbar_top .menu_top {
	padding: 6px 0 12px;
}
.navbar_top .menu_top ul li {
	display: inline-block;
	margin: 0 15px;
}
.navbar_top .menu_top ul li a {
	font-size: 12px;
	font-family: 'OpenSansSemiBold', sans-serif;
	color: #0d5e8b !important;
}
.navbar_top .menu_top ul li a:hover {
	text-decoration: underline !important;
	color: #0d5e8b !important;
}
.navbar_top .reg {
	padding: 6px 0 12px;
}
.navbar_top .reg ul li {
	display: inline-block;
	margin: 0 15px;
}
.navbar_top .reg ul li a {
	font-size: 12px;
	font-family: 'OpenSansSemiBold', sans-serif;
	color: #0d5e8b !important;
}
.navbar_top .reg ul li a:hover {
	text-decoration: underline !important;
	color: #0d5e8b !important;
}
.navbar_top .reg ul li .dropdown {
	top: 2px;
}
.navbar_top .reg ul li .dropdown a:hover {
	text-decoration: none !important;
}
.navbar_top .reg ul li .dropdown i {
    vertical-align: text-top;
    font-size: 14px;
    margin-left: 2px;
}
.navbar_top .reg ul li .dropdown .dropdown-menu {
	margin: 0;
    min-width: auto;
    padding: 5px 0 1px;
    border-radius: 0;
}
.navbar_top .reg ul li .dropdown .dropdown-menu li {
	margin: 0;
}
.navbar_top .reg ul li .dropdown .dropdown-menu a {
	padding: 5px;
    display: inline-block;
}
.navbar_top .reg ul li .dropdown .dropdown-menu a:hover {
	background-color: #fff;
}
.navbar_top .reg .fa-user-circle {
	margin-right: 10px;
    vertical-align: middle;
    color: #8b8b8b;
}
.navbar_middle .logo, .navbar_middle .callback_blk, .navbar_middle .search, .navbar_middle .cart {
	border-right: 1px solid #e7e7e7;
	margin: 10px 0;
}
.navbar_middle .heads {
	font-size: 12px;
	font-family: 'OpenSansSemiBold',sans-serif;
	display: inline-block;
	margin-bottom: 0;
}
.custom-select, .sticky-select {
	border: 0;
	outline: none;
	font-size: 12px;
	font-family: 'OpenSansSemiBold',sans-serif;
	color: #0d5e8b;
	background: transparent;
	cursor: pointer;
}
.navbar_middle .phone {
	margin-bottom: 0;
}
.navbar_middle .phone a {
	font-size: 24px;
	font-family: 'OpenSansSemiBold',sans-serif;
	color: #000 !important;
	padding: 3px 0;
	display: block;
}
.navbar_middle .callback {
	font-size: 12px;
	color: #0d5e8b;
	padding-bottom: 1px;
	margin-bottom: 0;
}
.navbar_middle .callback a {
	color: #0d5e8b;
}
.navbar_middle .callback a:hover {
	text-decoration: underline !important;
	color: #0d5e8b;
}
.navbar_middle .searchform {
	position: relative;
	padding: 6px 0 2px;
}
.navbar_middle .searchform input {
	width: 100%;
	font-size: 12px;
	height: 28px;
	border: 1px solid #e6e6e6;
	outline: none;
	padding-left: 10px;
}
.navbar_middle .searchform button {
    position: absolute;
    top: 6px;
    right: 0;
    border: 0;
    padding: 3px 6px;
    background: transparent;
    color: #0d5e8b;
    outline: none;
}
.navbar_middle .demo {
	font-family: 'OpenSans',sans-serif;
}
.navbar_middle .demo span {
	color: #0d5e8b;
}
.navbar_middle .cart {
	border-right: 0;
}
.navbar_middle .cart .cart_blk {
    padding: 6px 0 2px;
}
.navbar_middle .cart .cart_blk img {
	float: left;
	padding-right: 10px;
}
.navbar_middle .cart .cart_blk p {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-family: 'OpenSansSemiBold',sans-serif;
	display: table;
	margin-bottom: 0;
}
.navbar_middle .cart .demo a {
	color: #fc5252 !important;
}
.navbar_middle .cart .demo a:hover {
	text-decoration: underline !important;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    font-size: inherit;
    line-height: normal;
    display: table;
}
.navmenu .nav li a {
	text-transform: uppercase;
	text-align: center;
}
.navmenu .nav>li>a {
    padding: 20px 25px !important;
    color: #fff;
    font-family: 'RobotoMedium',sans-serif;
}
.navmenu .nav>li>a:hover {
	color: #fff;
}
.navmenu .nav>li:hover {
	background-color: #0a4f75;
}
.navmenu .nav>li.active a, .navmenu .nav>li.active a:hover {
	background-color: #0a4f75;
	color: #fff !important;
}
.navbar {
    min-height: 60px !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #0d5e8b;
}
.bgred {
	background-color: #fc5252;
}
.navmenu .nav>li.bgred:hover {
	background-color: #c83535;
}
.submenu {
	display: none;
	position: absolute;
	background-color: #0a4f75;
	width: 250px;
	z-index: 99999;
}
.nav li:hover .submenu {
	display: block;
}
.nav .submenu li a {
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
	padding: 10px 25px;
	text-align: left;
	font-size: 14px;
	font-family: 'RobotoMedium',sans-serif;
	width: 100%;
}
.nav .submenu li a:hover {
	background-color: #054061 !important;
}
.nav .submenu li a::before {
    content: '';
    background: url(assets/images/line.jpg)no-repeat left;
    width: 10px;
    height: 1px;
    margin-top: 8px;
    padding-right: 20px;
}

/*************end header**************/



/*************footer**************/

.footer_middle p, .footer_middle a, .footer_bottom p, .footer_bottom a {
	color: #fff;
}
.footer_middle {
	padding: 20px 0;
	background-color: #262626;
}
.footer_middle .fhead {
	font-size: 14px;
	font-family: 'OpenSansSemiBold',sans-serif;
}
.footer_middle .f_info a {
	font-size: 24px;
	font-family: 'OpenSansSemiBold',sans-serif;
}
.footer_middle .ftext {
	font-size: 14px;
	padding-top: 18px;
    margin-bottom: 0;
}
.footer_middle .messager li {
	display: inline-block;
	margin-right: 15px;
}
.footer_middle .messager li:last-child {
	margin-right: 0;
}
.footer_middle .messager li a {
	font-size: 22px;
}
.footer_middle .messager li a:hover {
	color: #c6c6c6;
}
.footer_bottom {
	padding: 29px 0;
	background-color: #1a1a1a;
}
.footer_bottom .f_social li {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
}
.footer_bottom .f_social li:last-child {
	margin-right: 0;
}
.footer_bottom .f_social li a:hover {
	color: #c6c6c6;
}
.footer_bottom .menu_footer li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
.footer_bottom .menu_footer li:last-child {
	margin-right: 0;
}
.footer_bottom .menu_footer li a:hover {
	text-decoration: underline !important;
}
.footer_bottom .copyright p {
	font-size: 14px;
	margin-bottom: 0;
}
.footer_top {
	background: url(assets/images/bigmenu_bg.png)repeat-y center;
	padding: 30px 0 40px;
	display: none;
}
.footer_top li a {
	color: #fff;
}
.footer_top .menu_head a {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'OpenSansSemiBold',sans-serif;
	display: inline-block;
	margin: 10px 0 15px;
}
.footer_top .menu_head ul li a {
	text-transform: none;
	font-size: 14px;
	font-family: 'OpenSans',sans-serif;
	margin: 5px 0;
	display: inline-block;
}
.footer_top .menu_head a:hover {
	text-decoration: underline !important;
}
.step1 {
	padding-top: 20px;
}
.footer_top .menu_head i {
	display: none;
}

/*************end footer**************/



/*************main**************/

.row_block {
	padding: 50px 0;
}
.cube_blk {
	padding-top: 30px;
}
.cube_info p {
	font-size: 12px;
    font-family: 'OpenSansSemiBold',sans-serif;
    padding-top: 15px;
    max-width: 170px;
}
.cube_info p a, .text_product a {
	color: #0d5e8b !important;
}
.cube_info p a:hover {
	color: #c83535 !important;
}
.btn_red, .btn_blue{
	padding: 6px 15px;
	border: 1px solid #fc5252;
	color: #fc5252 !important;
	display: inline-block;
	font-size: 12px;
	font-family: 'OpenSans',sans-serif;
	text-transform: uppercase;
}
.btn_red:hover, .btn_blue:hover {
	border-color: #c83535;
	background-color: #c83535;
	color: #fff !important;
}
.btn_blue {
	font-size: 14px !important;
	padding: 10px 30px !important;
	border: 1px solid #0a4f75 !important;
	color: #0a4f75 !important;
}
.btn_blue:hover {
	border-color: #0a4f75 !important;
	background-color: #0a4f75 !important;
}
.gray_bg {
	background-color: #f6f6f6;
}
.text_product {
	/*padding-top: 10px;*/
	margin-bottom: 0;
}
.text_product a:hover, .name_prod a:hover {
	text-decoration: underline !important;
}
.product_blk {
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
	margin: 0 auto 10px;
	max-width: 255px;
}
.name_prod {
	line-height: 1.2 !important;
	margin-bottom: 0;
	padding: 21px 15px;
	background-color: #fff;
	display: block;
	min-height: 106px;
    max-height: 106px;
    overflow: hidden;
}
.name_prod a {
	font-size: 14px;
	color: #0d5e8b !important;
	display: table;
	min-height: 48px;
}
.name_prod a span {
	display: table-cell;
	vertical-align: middle;
}
.prod_btn_blk {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 255px;
	background-color: #f6f6f6;
}
.prod_price {
	align-self: center;
	padding-right: 0;
}
.prod_price p {
	margin-bottom: 0;
	font-size: 17px;
	font-family: 'OpenSansBold',sans-serif;
	line-height: 1.2;
}
.prod_btn {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
}
.addtc_btn {
	background-color: #fc5252;
    padding: 11px 0;
    display: block;
}
.addtc_btn:hover {
	background-color: #c83535;
}
.addtc_btn i {
	vertical-align: middle;
	font-size: 24px;
	color: #fff !important;
}
.row_block_owl {
	padding-top: 50px;
	padding-bottom: 30px;
}
#owl-products, #owl-kits, #owl-featured, #owl-manufacturers,#owl-jobs {
	margin-bottom: 50px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0 !important;
}
.next-slide {
	background: url(assets/images/arrow_sprite.png)no-repeat 67%;
    height: 60px;
    width: 25px;
}
.next-slide:hover {
	background-position: 100%;
}
.prev-slide {
	background: url(assets/images/arrow_sprite.png)no-repeat 33%;
    height: 60px;
    width: 25px;
}
.prev-slide:hover {
	background-position: 0%;
}
.owl-prev {
	margin: 0 !important;
	padding: 0 !important;
    position: absolute;
    left: -30px;
    top: 32%;
}
.owl-next {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
    right: -30px;
    top: 32%;
}
.ctalogue_blk img, .services img {
	margin: 30px auto 0;
}
.cat_btn a {
	display: block;
	position: relative;
}
.cat_btn a:hover img {
    filter: brightness(.4);
}
.cat_btn span {
	position: absolute;
	left: 0;
	color: #fff !important;
	font-family: 'RobotoBold',sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.cat_top span, .cat_btm span {
	font-size: 30px;
	top: 43%;
}
.cat_btm span {
	top: 40%;
}
.cat_mid span {
	font-size: 60px;
	top: 45%;	
}
.images_blk {
	padding-top: 20px;
}
.image {
    height: 45px;
    width: 45px;
    display: inline-block;
}
.sprite_blk {
	display: inline-block;
	margin: 15px 0;
}
.sprite_blk a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.sprite_blk a:hover .image {
	background-position: 0%;
}
.clk {
	align-self: center;
	line-height: 1.2;
}
.clk span {
	color: #363636;
}
.sprite_blk a:hover .clk span {
	color: #c83535;
}
.img1 {
	background: url(assets/images/img1.png)no-repeat 100%;
}
.img2 {
	background: url(assets/images/img2.png)no-repeat 100%;
}
.img3 {
	background: url(assets/images/img3.png)no-repeat 100%;
}
.img4 {
	background: url(assets/images/img4.png)no-repeat 100%;
}
.img5 {
	background: url(assets/images/img5.png)no-repeat 100%;
}
.img6 {
	background: url(assets/images/img6.png)no-repeat 100%;
}
.img7 {
	background: url(assets/images/img7.png)no-repeat 100%;
}
.img8 {
	background: url(assets/images/img8.png)no-repeat 100%;
}
.img9 {
	background: url(assets/images/img9.png)no-repeat 100%;
}
.img10 {
	background: url(assets/images/img10.png)no-repeat 100%;
}
.img11 {
	background: url(assets/images/img11.png)no-repeat 100%;
}
.img12 {
	background: url(assets/images/img12.png)no-repeat 100%;
}
.img13 {
	background: url(assets/images/img13.png)no-repeat 100%;
}
.img14 {
	background: url(assets/images/img14.png)no-repeat 100%;
}
.img15 {
	background: url(assets/images/img15.png)no-repeat 100%;
}
.img16 {
	background: url(assets/images/img16.png)no-repeat 100%;
}
.discounts {
	background: url(assets/images/discounts_bg.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.big_red {
	font-family: 'RobotoBold',sans-serif;
	font-size: 80px;
	color: #fc5252;
	text-transform: uppercase;
    line-height: 1 !important;
}
.small_white {
	font-size: 16px;
	line-height: 1 !important;
	color: #fff;
	margin-bottom: 0;
}
.big_red_btn a {
	font-size: 32px;
    font-family: 'RobotoMedium',sans-serif;
    color: #fff;
    background-color: #fc5252;
    padding: 20px 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.big_red_btn a:hover {
	background-color: #c83535;
}
.discounts .big_red_btn {
	margin: 10px 0;
}
.cat_middle span {
    font-size: 30px;
    top: 36%;
}
.about_bg {
	background: url(assets/images/about_bg.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.about_blk p {
	padding-top: 24px;
	padding-bottom: 24px;
}
#owl-manufacturers img {
	filter: grayscale(1);
	max-width: 246px;
	margin: auto;
}
#owl-manufacturers img:hover {
	filter: grayscale(0);
}
#owl-manufacturers .owl-prev {
    top: 9%;
}
#owl-manufacturers .owl-next {
    top: 9%;
}
.questions {
	background: url(assets/images/questions_bg.jpg)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.questions .big_red {
	font-size: 50px;
}
.submit {
    font-size: 16px;
    font-family: 'RobotoMedium',sans-serif;
    color: #fff;
    background-color: #fc5252;
    padding: 10px 0;
    border: 0;
    text-transform: uppercase;
    width: 100%;
}
.submit:hover {
	background-color: #c83535;
}
.phones input {
	font-size: 18px;
    height: 45px;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    background: transparent;
    padding: 0;
    color: #fff;
}
.phones input:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tips {
	padding-top: 20px;
	display: inline-block;
}
.tips li {
	margin-bottom: 20px;
	display: block;
}
.tips li a {
	color: #0d5e8b !important;
}
.tips li a:hover {
	text-decoration: underline !important;
}
.tips .btn_blue {
    margin-top: 20px;
    display: inline-block;
}
.tips p {
	line-height: 1.3;
	color: #0d5e8b;
	padding-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0d5e8b !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin: 5px 5px !important;
}



.special {
    position: fixed;
    bottom: 0;
    background: #FAFAFA;
    width: 100%;
    text-align: center;
    z-index: 99999;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
}
.special ul {
	margin-bottom: 0;
}
.special li {
    float: left;
    border-right: 1px solid #ececec;
    width: 25%;
}
.special li:last-child {
	border-right: 0;
}



.window {
  position: relative;
  display: block;
  width: 360px;
  height: 100px;
  margin: 100px auto 0;
  /*overflow: hidden;*/
  border-radius: 3px;
  background: #F1F1F1;
}
.window .header {
  position: absolute;
  display: block;
  top: 40px;
  left: 0;
  height: 60px;
  width: 100%;
  background: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 1;
}
.window .header .burger-containermob {
  position: relative;
  display: inline-block;
  float: right;
  height: 60px;
  width: 60px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.window .header .burger-containermob #burgermob {
    width: 25px;
    height: 8px;
    position: relative;
    display: block;
    margin: -9px auto 0px;
    top: 50%;
}
.window .menu-opened .burger-containermob #burgermob {
	margin: -6px auto 0px;
}
.window .header .burger-containermob #burgermob .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #fc5353;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.window .header .burger-containermob #burgermob .thd {
    margin-top: 6px !important;
}
.menu-opened #burgermob .thd {
    display: none !important;
}
.window .header.menu-opened .burger-containermob #burgermob .bar {
	/*background: #FFF !important;*/
}
.window .header .burger-containermob #burgermob .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.window .header .burger-containermob #burgermob .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.window .header .icon {
    display: inline-block;
    width: 60px;
    height: auto;
    margin: 0;
    position: relative;
    float: left;
}
.window .header .buttons_blk {
    display: inline-block;
    left: calc(50% - 160px);
    position: relative;
}
.window .header .icon-logo {
	margin: 10px;
}
.window .header .icon-login {
	display: inline-block;
	float: right;
}
.window .header .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.window .header .icon.icon-apple img {
    display: block;
    max-width: 100%;
    height: auto;
}
.window .header .icon.icon-apple a {
	display: block;
}
.window .header ul.menu {
  position: relative;
  display: inline-block;
  padding: 10px 15px 125px;
  list-style: none;
  float: none;
  overflow: auto;
  height: 100%;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.window .header ul.menu li.menu-item {
  float: none;
  margin-top: 8px;
  -webkit-transform: scale(1.15) translateY(0px);
          transform: scale(1.15) translateY(0px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.window .header ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}
.window .header ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.window .header ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.window .header ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.window .header ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.window .header ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.window .header ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.window .header ul.menu li.menu-item:nth-child(8) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.window .header ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #0d5e8b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'RobotoMedium',sans-serif;
  width: 100%;
  padding: 0; 
}
.window .header ul.menu li.menu-item a:hover {
	text-decoration: underline !important;
}
.window .header ul.menu li.color_orange, .window .header ul.menu li.color_green {
	padding-bottom: 20px;
}
.window .header ul.menu li.color_orange a, .window .header ul.menu li.color_green a {
	font-size: 24px;
}
.window .header.menu-opened {
  z-index: 10;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.window .header.menu-opened .cls-1 {
	fill: #fff;
}
.window .header.menu-opened .burger-containermob {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.window .header.menu-opened .burger-containermob #burgermob .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.window .header.menu-opened .burger-containermob #burgermob .bar.topBar {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.window .header.menu-opened .burger-containermob #burgermob .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.window .header.menu-opened ul.menu li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}
.window .header.menu-opened ul.menu li.menu-item:nth-child(8) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#menu .menu-item.no-sub {
	padding-bottom: 10px;
}
#menu .menu-item.no-sub:after {
	content: "";
}

@media (max-width: 992px) {
  .window {
  	z-index: 13;
    width: 100%;
    margin: 0;
    border-radius: 0px;
  }
  .window .header {
    position: fixed;
    /*box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);*/
  }
  .window .header .menu .sub-menu {
  	position: relative;
  	top: 0;
  	min-width: auto;
  	padding: 0 0 0 10px;
  	background-color: transparent;
  	-webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .window .header .menu .sub-menu li:last-child {
  	border-bottom: 0;
  }
  .window .header .menu .sub-menu li a {
  	font-size: 16px !important;
    padding: 3px 0 !important;
  }
  .window .header.menu-opened ul.menu > li.menu-item::after {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .window .header.menu-opened ul.menu > li.menu-item.is-active::after {
	content: "\f107";
	font-family:'Font Awesome 5 Pro';
	font-size: 20px;
	font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    z-index: 9999;
  }
}

/*************End main**************/



/*************Products**************/


.products_blk {
	padding-top: 30px;
}
.prod_head {
	font-size: 16px;
	font-family: 'RobotoMedium',sans-serif;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    color: #0d5e8b;
    padding: 15px 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.prod_head:hover {
	background-color: #f6f6f6;
}
.prod_head .fa-chevron-down {
	float: right;
    font-size: 16px;
    display: inline-block;
    padding: 3px 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product_submenu {
	background-color: #f6f6f6;
	padding: 15px 20px;
	display: none;
}
.product_submenu .product_submenu {
	display:block !important;
	padding: 0 0 0 15px;
}
.product_submenu li a {
	font-size: 13px;
	font-family: 'Roboto',sans-serif;
	display: block;
	padding: 8px 0;
	color: #0d5e8b;
}
.product_submenu li a:hover, .product_submenu .product_submenu li a:hover {
	text-decoration: underline !important;
}
.product_submenu li.current>a {
	font-weight: bold;
	color: #5d5d5d;
	cursor: default;
	pointer-events: none;
}
.product_submenu .current a:hover {
	text-decoration: none !important;
}
.prod_head.fa_rotate {
	background-color: #0d5e8b;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.prod_head.fa_rotate .fa-chevron-down {
	-ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.menu_product li.opened .product_submenu {
	display: block;
}
.filter_text p {
	font-size: 14px;
    margin-bottom: 0;
    padding: 16.5px 20px;
    display: inline-block;
}
.jq-selectbox__select {
    height: 40px !important;
    padding: 0 44px 0 10px !important;
    border: 1px solid #e6e6e6 !important;
    border-bottom-color: #B3B3B3;
    border-radius: 0  !important;
    background: none  !important;
    box-shadow: none  !important;
    font: 14px/32px OpenSans, sans-serif !important;
}
.filter_text .jq-selectbox__select-text {
	width: 100% !important;
}
.jq-selectbox__select-text {
    width: 120px !important;
    padding: 3px 0;
    text-align: left;
}
.jq-selectbox__trigger {
    border-left: 0 !important;
}
.jq-selectbox__trigger-arrow {
    top: 16px !important;
}
.jq-selectbox__dropdown {
	text-align: left;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font: 14px/18px OpenSans, sans-serif !important;
}
.jq-selectbox li:hover {
    background-color: #0d5e8b;
}
.prod_wrap {
	padding-top: 20px;
}
.breadcrumb_bg {
	background-color: #f6f6f6;
}
.breadcrumb {
    padding: 8px 15px 11px !important;
	margin-bottom: 0 !important;
	background-color: #f6f6f6 !important;
}
ol.breadcrumb.no_pad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #282828 !important;
    content: "-\00a0" !important;
}
.breadcrumb-item {
	font-size: 14px;
}
.breadcrumb-item a {
	color: #0d5e8b !important;
}
.breadcrumb-item a:hover {
	text-decoration: underline !important;
}
.breadcrumb-item.active {
	color: #282828 !important;
}


/*************End Products**************/


/*************About**************/


.content_wrap p {
	margin-bottom: 20px;
	display: inline-block;
}
.content_wrap img {
	margin: 10px 0 20px;
	display: inline-block;
}
.content_wrap {
	padding-top: 10px;
}
.content_wrap a {
	color: #0d5e8b !important;
}
.content_wrap a:hover {
	text-decoration: underline !important;
}
strong {
	font-family: 'OpenSansSemiBold',sans-serif;
}
.info_head {
	padding-top: 30px;
}
.info_blk {
	padding: 15px 0;
}
.info_blk img {
	margin: auto;
}
.info_blk p {
	margin-bottom: 0;
	padding: 0 20px;
}

/*************End About**************/



/*************Services**************/



.serv_page {
	padding: 20px 0;
}
.serv_page .cat_middle span {
    font-size: 30px;
    top: 40%;
}
.serv_page .cat_middle a {
	display: inline-block;
}
.descr .btn_blue {
	display: inline-block;
}
.content_wrap .btn_blue:hover {
	text-decoration: none !important;
}


/*************End Services**************/



/*************Tips**************/


.tips_blk {
	padding-bottom: 20px;
}
.question {
	font-size: 18px;
	font-family: 'OpenSansSemiBold',sans-serif;
	color: #0d5e8b;
}
.answer {

}
.pagination {
	padding-top: 20px;
}
.pagination li {
	display: inline-block !important;
	margin: 0 8px;
}
.pagi_blk .pagination li:first-child a, .pagi_blk .pagination li:last-child a {
	border-color: transparent !important;
	background-color: transparent !important;
	color: #b8b8b8 !important;
}
.pagi_blk .pagination li:first-child a:hover, .pagi_blk .pagination li:last-child a:hover {
	color: #0d5e8b !important;
}
.pagi_blk .pagination>li>a,.pagi_blk .pagination>li>span  {
	background-color: #fff;
	border-color: #b8b8b8;
	color: #b8b8b8 !important;
	font-size: 18px;
	padding: 6px 13px;
	border-radius:0px !important;
}
.pagi_blk .pagination>li>a:hover, .pagi_blk .pagination>.active>a, .pagi_blk .pagination>.active>a:focus, .pagi_blk .pagination>.active>a:hover,.pagi_blk .pagination>.active>span {
	background-color: #fc5252;
	border-color: #fc5252;
	color: #fff !important;
	text-decoration: none !important;
}


/*************End Tips**************/



/*************Video**************/


.video_wrap .frame {
	margin-bottom: 20px;
}
.frame iframe {
	width: 100% !important;
	min-height:200px;
}
.video_wrap p {
	min-height: 70px;
	max-height: 70px;
	overflow: hidden;
}


/*************End Video**************/



/*************Work**************/


.work_blk {
	padding-bottom: 20px;
}
.work_blk p {
	padding-right: 20px;
	line-height: normal;
	min-height: 66px;
	max-height: 66px;
	overflow: hidden;
	margin-bottom: 0;
}


/*************End Work**************/



/*************Contacts**************/


.inform h5 {
	margin-bottom: 20px;
}
.inform i {
    font-size: 16px;
    width: 16px;
    text-align: center;
    margin-right: 20px;
    vertical-align: baseline;
    color: #8b8b8b;
}
.inform h6 {
	margin-bottom: 15px;
}
.inform .messengers li {
	display: inline-block;
	margin-right: 20px;
}
.inform .messengers i {
	font-size: 24px;
	width: 24px;
	margin-right: 0;
}
.phons a {
	color: #282828 !important;
}
.mails a {
	color: #0d5e8b !important;
}
.phons a:hover, .mails a:hover {
	text-decoration: underline !important;
}
.map {
	margin-top: 18px;
}
.contacts_wrap .row_contacts {
	padding-bottom: 40px;
}
.inform .socials i {
	font-size: 30px;
	width: 30px;
}
.callbackform {
	padding-top: 10px;
}
.callbackform input {
	height: 38px;
	border-radius: 0;
	font-size: 12px;
	border-color: #e6e6e6;
	box-shadow: none;
}
.callbackform textarea {
	height: 91px;
	font-size: 12px;
	border-radius: 0;
	resize: none;
	border-color: #e6e6e6;
	box-shadow: none;
}
.callbackform .btn_submit {
	height: auto;
	font-size: 16px;
	font-family: 'RobotoMedium',sans-serif;
	text-transform: uppercase;
	width: 100%;
    border: 0;
    background: #fc5252;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.callbackform .btn_submit:hover {
	background-color: #c83535;
}
.callbackform .btn_reset {
	color: #282828;
	background: transparent;
}
.callbackform .btn_reset:hover {
	background: transparent;
}
.callbackform .wc_btn button {
	/*font-size: 24px;*/
	padding: 10px 20px;
}
.callbackform .wc_btn.wc_btn_reset {
	padding-top: 20px !important;
}
.callbackform .wc_btn {
	padding: 0 !important;
	margin: 0 !important;
}
.check_box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.check_box .checkbox {
	margin: 0;
	display: inline-block;
}
.forms2 textarea {
	height: 144px;
}
.discount {
	padding-bottom: 30px;
}
.discount a {
	display: inline-block;
}
.discount img {
	margin-bottom: 0;
}
.discount h6 {
	padding-top: 10px;
}
.personal {
	padding-bottom: 10px;
}
.personal label {
	margin-bottom: 10px;
}
/*.btn_left .btn_submit {
	font-size: 24px !important;
}*/
/*.btn_left .check_box {
    padding-top: 20px;
}*/
.btn_right a {
    padding: 10px 0px;
    display: inline-block;
    font-size: 15px;
}


/*************End Contacts**************/




/*************Cabinet**************/


.primary_menu li a {
    padding: 15px 25px;
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: 'RobotoMedium',sans-serif;
    color: #0d5e8b !important;
    text-transform: uppercase;
}
.primary_menu li a.selected_menu, .primary_menu li.is-active a{
	background-color: #0d5e8b;
	color: #fff !important;
	pointer-events: none;
}
.primary_menu li a.selected_menu:hover {
	background-color: #0d5e8b;
}
.primary_menu li a:hover {
	text-decoration: none !important;
	background-color: #f6f6f6;
}
.primary_info p {
	margin-bottom: 20px;
}


/*************End Cabinet**************/



/************Cart************/


.table td {
	vertical-align: middle !important;
}
.blk_cart {
	padding-top: 20px;
}
.blk_cart th {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "OpenSansSemiBold",sans-serif;
	padding-bottom: 15px !important;
}
.blk_cart td {
    padding: 20px 20px 20px 0 !important;
}
.blk_cart tr {
	border-color: #d1d1d1;
}
.blk_cart .cart_img {
    width: 15%;
}
.blk_cart .cart_prod, .blk_cart .quant_prod {
    padding-left: 10px !important;
    padding-right: 30px !important;
}
.blk_cart .text_prod {
	font-size: 18px;
	margin-bottom: 0;
}
.blk_cart .price {
	font-size: 26px;
	font-family: "OpenSansBold",sans-serif;
	margin: 0;
	white-space: nowrap;
	margin-bottom: 0 !important;
}
.blk_cart .quantity .input-quantity {
	width: 55px !important;
}
.blk_cart .remove i {
	font-size: 23px;
	color: #dadada;
	position: relative;
	top: 2px;
}
.blk_cart .remove i:hover {
	color: #fc5252;
}
.blk_cart .table {
	margin-bottom: 0;
}
.cart_info hr {
	border-color: #e6e6e6;
	margin: 0;
}

.cart_info input::-webkit-input-placeholder {color:#2A2A2A;}
.cart_info input::-moz-placeholder          {color:#2A2A2A;}/* Firefox 19+ */
.cart_info input:-moz-placeholder           {color:#2A2A2A;}/* Firefox 18- */
.cart_info input:-ms-input-placeholder      {color:#2A2A2A;}

.cart_info .form_btn {
	border: 1px solid #0d5e8b;
	background-color: #fff;
	color: #0d5e8b;
	outline: none !important;
	font-size: 16px;
	font-family: "RobotoMedium",sans-serif;
	padding: 6px 30px 4px;
	border-radius: 0 !important;
	text-transform: uppercase;
}
.cart_info .form_btn:hover {
	background-color: #0d5e8b;
	color: #fff;
}
.cart_info .form-group {
	margin: 20px 0;
}
.cart_info .form-control {
	border-color: #e6e6e6;
	border-radius: 0;
	box-shadow: none;
	outline: none !important;
}
.cart_info .form-control:focus {
    border-color: #e6e6e6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.cart_info .cart_price {
	margin: 16px 0;
}
.cart_info .cart_price p {
	font-size: 26px;
	font-family: "OpenSansBold",sans-serif;
	margin-bottom: 0;
	color: #0d5e8b;
}
.cart_info .cart_price p strong{
	font-size: 26px;
	font-family: "OpenSansBold",sans-serif;
	margin-bottom: 0;
	color: #0d5e8b;
}
.cart_info .cart_price p span {
	font-size: 26px;
	color: #282828;
}
.cart_buttons {
	margin: 40px 0 10px;
	display: inline-block;
}
.cart_buttons .but_orange a, .cart_buttons .but_blue a{
	border: 1px solid #fc5252;
	background-color: #fff;
	color: #fc5252;
	display: block;
	font-size: 18px;
	font-family: "RobotoMedium",sans-serif;
	text-transform: uppercase;
	padding: 15px 0;
	max-width: 330px;

}
body .return-to-shop .wc-backward {
	border: 1px solid #fc5252;
	background-color: #fff;
	color: #fc5252;
	font-size: 18px;
	font-family: "RobotoMedium",sans-serif;
	text-transform: uppercase;
	padding: 15px;
	max-width: 330px;
	display:inline-block;
	font-weight:normal;
}
body .return-to-shop .wc-backward:hover{
	background:none !important;
	color:#fc5252;
}
.cart_buttons .but_blue a {
	border: 1px solid #0d5e8b;
	color: #fff;
	background-color: #0d5e8b;
}
.cart_buttons .but_orange a:hover {
	background-color: #fc5252;
	color: #fff;
}
.cart_buttons .but_blue a:hover {
	background-color: #fff;
	color: #0d5e8b;
}
.cart_buttons .information p {
	font-size: 14px;
	margin-bottom: 0;
}
.cart_buttons .information {
	margin: 7px 0 6px;
	display: inline-block;
}
.quantity {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	float: left;
}
.quantity .plus, .quantity .minus, .quantity .chick {
	display: inline-block;
}
.quantity .chick {
    margin: 0;
    border: 1px solid #e6e6e6;
    height: 40px;
}
.quantity .chick input {
	height: 38px !important;
}
.quantity input[type='text'] {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: #9e9e9e;
    text-align: center;
    width: 25px;
    box-shadow: none;
    text-indent: 0;
    padding: 0;
    background-color: transparent;
}
.quantity .q_up, .quantity .q_down {
    display: block;
    padding: 10px 14px 8px;
    color: #C6C5C4 !important;
    font-size: 14px;
}
.quantity .q_up {
	margin-left: -1px;
	border: 1px solid #F0EFEF;
	background-color: #fc5252;
	color: #fff !important;
}
.quantity .q_down {
	margin-right: -1px;
	border: 1px solid #F0EFEF;
	background-color: #e6e6e6;
	color: #9e9e9e !important;
}
.quantity .q_up:hover i {
	color: #fff !important;
}
.quantity .q_up:hover {
	background-color: #c83535;
}
.quantity .q_down:hover {
	background-color: #d1d1d1;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top-color: #e6e6e6 !important;
}
.table>thead>tr>th {
    border-bottom-color: #e6e6e6 !important;
}


/************End Cart************/



/*************Checkbox**************/

/*input[type=checkbox] {
	display: none;
}*/

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
    height: 20px;
}
.checkbox_text {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.checkbox_text:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 0;
    background: #fff;
    transition: .2s;
    border: 1px solid #cdcdcd;
}
.checkbox_text:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #0d5e8b;
    transition: .2s;
    opacity: 0;
}
.checkbox input:checked + .checkbox_text:before {
  background: #fff;
  border-color: #0d5e8b;
}
.checkbox input:checked + .checkbox_text:after {
  opacity: 1;
}

/*.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  font-weight: normal;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #cdcdcd;
    background: #fff;
}
.checkbox + label:after {
    content: '\2714';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    font-size: 0;
    text-shadow: 1px 1px 0px #000;
    transition: .1s;
}
.checkbox:checked + label:before {
  	background: #fff;
}
.checkbox:checked + label:after {
	content: '\2714';
  	top: -12px;
  	font-size: 27px;
  	transition: .1s;
}*/


/*************End Checkbox**************/




/*************Radio**************/

.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #0d5e8b;
    border-radius: 50%;
    background: #FFF;
}
.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0d5e8b;
    opacity: 0;
    transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}

/*************End Radio**************/



/*************Services template**************/


.rooms a:hover {
	text-decoration: none !important;
}
.product_template {
	text-align: center;
	padding-bottom: 15px;
}
.product_template .prod_wrap {
    padding-top: 20px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
.product_template .name_prod {
	display: block;
}
.product_template .prod_wrap img, .product_template .name_prod, .product_template .prod_wrap .prod_price p {
	margin: 0;
}
.product_template .prod_wrap .name_prod, .product_template .prod_wrap .prod_price {
	text-align: left;
}
.blk_property {
	max-width: 540px;
	display: block;
}
.blk_property {
	font-size: 12px;
	font-family: 'OpenSansBold',sans-serif;
}
.blk_property th {
	background-color: #0d5e8b;
	color: #fff;
}
.blk_property th, .blk_property td {
	padding: 10px 15px !important;
}
.blk_property .one {
	vertical-align: top !important;
}
.blk_property .first, .blk_property .second {
	text-align: center;
}
.blk_property .second {
	background-color: #f6f6f6;
}


/*************End Services template**************/



/*************Single**************/


.single_text {
	margin-bottom: 10px !important;
}
.str {
	font-size: 14px;
	font-family: 'OpenSansBold',sans-serif;
	display: block !important;
	margin-bottom: 10px !important;
}
.up {
	font-size: 14px;
	color: #46ba3c;
	display: block !important;
	margin-bottom: 10px !important;
}
.price {
	color: #5d5d5d;
	font-size: 15px;
	font-family: OpenSansBold,sans-serif;
	margin-bottom: 10px !important;
}
.price span:not(.woocommerce-Price-amount, .woocommerce-Price-currencySymbol) {
	font-size: 35px;
	color: #0d5e8b;
	margin-bottom: 10px !important;
}
.single_quant_prod .quantity .input-quantity {
	width: 55px !important;
}
.single_quant_prod .quantity .q_up, .single_quant_prod .quantity .q_down {
    padding: 10px 14px 9px;
}
.single_quant_prod .incart_btn, .single_info .oneclick {
    padding: 9px 20px;
    display: inline-block;
    font-family: RobotoMedium,sans-serif;
    text-transform: uppercase;
    background-color: #fc5252;
    color: #fff !important;
    margin-left: 30px;
    border:0px;
}
.single_info .oneclick {
	border: 1px solid #0d5e8b;
	background-color: #0d5e8b;
	margin-left: 0;
}
.single_quant_prod .incart_btn:hover {
	text-decoration: none !important;
	background-color: #c83535;
}
.single_info .oneclick:hover {
	text-decoration: none !important;
	background-color: #fff;
	color: #0d5e8b !important;
}
.incart_btn i, .single_info .oneclick i {
	margin-right: 10px;
}
.single_info hr {
	border-top-color: #9f9f9f;
}
.btn_blk {
	display: inline-block;
}
.soc_right {
	float: right;
	padding: 7px 0;
}
.soc_right li {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
.soc_right li a {
	color: #9f9f9f !important;
}
.tabs {
	padding-top: 5%;
	padding-bottom: 20px;
}
.nav-tabs {
    border-bottom: 2px solid #0d5e8b;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #0d5e8b;
	color: #fff !important;
	border: 1px solid #0d5e8b;
	text-decoration: none !important;
}
.nav-tabs>li>a{
	margin-right:0px;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    text-decoration: none !important;
}
.nav-tabs>li {
    width: 25%;
    margin-bottom: 0;
}
.nav-tabs>li>a {
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    font-family: RobotoBold,sans-serif;
    text-transform: uppercase;
    padding: 15px;
    background-color: #f6f6f6;
}
.tab-content {
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
	padding: 20px 30px;
}
.semi {
	font-family: OpenSansSemiBold,sans-serif;
	margin-bottom: 0 !important;
}
#owl-thumbs {
	/*max-width: 445px;*/
	display: inline-block;
    /*float: right;
    margin-right: 15px;*/
}
.owl-thumbs {
    display: inline-block;
    max-width: 100px;
    float: left;
    position: absolute;
    top: 10px;
    left: -110px;
}
.owl-thumb-item {
	/*max-width: 100px;*/
	max-height: 100px;
    padding: 0px;
    border: 0;
    margin-bottom: 10px;
    opacity: .5;
    outline: none !important;
    background: transparent;
}
.owl-thumb-item.active {
	opacity: 1;
}
.owl-thumb-item img {
	width: 100%;
	max-height: 100px;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
}


/*************End Single**************/



/*************Sticky menu**************/


.sticky_menu {
	min-height: 60px;
	max-height: 60px;
	background-color: #f6f6f6;
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: -140px;
	width: 100%;
	z-index: 99999;
}
.sticky_logo {
	padding-top: 7px;
	padding-bottom: 7px;
}
.sticky_logo a {
	display: block;
}
.sticky_nav_menu {
    border-right: 1px solid #b8b8b8;
    display: inline-block;
    padding-right: 10px;
    float: left;
}
.sticky_nav_menu li.stick>a {
	text-transform: uppercase;
	padding: 20px 10px;
    font-size: 16px;
    font-family: RobotoMedium,sans-serif;
    color: #0d5e8b;
}
.sticky_nav_menu li.stick:hover>a {
	background-color: #0a4f75;
	color: #fff;
}
.sticky_nav_menu li.stick:last-child:hover>a {
	background-color: transparent;
	color: #0a4f75;
}
.sticky_nav_menu li.stick>a i {
	margin-left: 5px;
}
.sticky_menu .callback_blk {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	padding: 16px 15px;
	float: left;
}
.sticky_menu .callback_blk p {
	margin-bottom: 0;
}
.sticky_menu .callback_blk a {
	font-size: 20px;
	font-family: OpenSansSemiBold,sans-serif;
	color: #282828;
	margin-left: 9px;
}
.sticky_cart_blk {
	float: left;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.sticky_cart_blk a {
    display: block;
    padding: 14px 45px;
    background-color: #fc5252;
}
.sticky_cart_blk .count {
    position: absolute;
    top: 26px;
    right: 36px;
    background-color: #0d5e8b;
    color: #fff;
    font-size: 11px;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 20px;
    height: auto;
    text-align: center;
    line-height: 16px;
    z-index: 10;
}


/*************End Sticky menu**************/
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: #f6f6f6 !important;
}
.woocommerce-message, .woocommerce-info{
	display: inline-block;
    width: 100%;
    /*border-color:#fc5252 !important;*/
}
.woocommerce-message::before{
	/*color: #fc5252;*/
}
.woocommerce-info{
	border-color:#0d5e8b !important;
}
.woocommerce-info::before{
	color: #0d5e8b;
}
/******************Заказ***************/
.woocommerce-additional-fields h3{
	display:none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background:none;
}
#awooc-custom-order-button{
	display:none;
}
.woocommerce .form-row {
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce-billing-fields__field-wrapper input {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 15px !important;
}
.woocommerce-checkout-payment button, .woocommerce-address-fields button {
    height: auto !important;
    font-size: 16px !important;
    font-family: 'RobotoMedium',sans-serif !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #fc5252 !important;
    padding: 15px 20px !important;
    text-align: center !important;
    color: #fff !important;
    font-weight: normal !important;
}
.woocommerce-address-fields button {
	margin-top: 10px;
}
.woocommerce-checkout-payment button:hover, .woocommerce-address-fields button:hover {
    background-color: #c83535 !important;
}
.w100 {
	width: 100% !important;
}
.leg {
	font-weight: bold !important;
	padding: 10px 0;
}
.edit-acc .btn_submit {
	padding: 15px 20px !important;
	margin-top: 15px;
}
.edit-acc em {
	font-size: 12px;
}
.primary_info .woocommerce-address-fields p {
	margin-bottom: 15px !important;
}
.primary_info .woocommerce-address-fields .jq-selectbox__select-text, .woocommerce-billing-fields__field-wrapper .jq-selectbox__select-text {
	width: auto !important;
}
.woocommerce-billing-fields__field-wrapper .jq-selectbox__select {
	margin-bottom: 15px;
}
.woocommerce table.shop_table, .woocommerce .woocommerce-customer-details address {
	border-radius: 0 !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 2.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	line-height: 1.5;
}



/*************Modal**************/

#addtocat-popup{
	margin-top:10%;
}
.modal-header {
	border-bottom: 0;
}
.modal-header .close, .awooc-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 4px 9.5px 5px !important;
    background-color: #fc5252;
    color: #fff;
    opacity: 1;
    margin-top: -1px;
    margin-right: -1px;
    text-shadow: none;
}
.modal-header .close:hover, .awooc-close:hover {
	background-color: #c83535;
}
.modal-title {
    margin: 10px 0;
}
.modal-text {
	margin-bottom: 0;
}
.modal-content {
	border-color: #5d5d5d;
	border-radius: 0;
}
.modal-backdrop.in {
    opacity: .7;
    background-color: #fff;
}
.modal-header, .modal-body {
	background-color: #fff;
}
.modal-body {
	padding-bottom: 30px;
}
.modal-body .container {
	width: 100% !important;
}
.modal-button a {
	width: 100%;
	font-size: 18px;
	padding: 15px 0;
}
#callback .modal-dialog {
    width: 450px;
}
.modal-form .callbackform {
	padding-top: 0;
}
.modal-form .callbackform input, .modal-form .callbackform button {
	width: 300px;
    margin: auto;
}
.modal-form .callbackform button,.modal-form .callbackform input[type=submit] {
	margin-top: 20px;
	display:block;
}
.awooc-close {
	margin: 0 !important;
	padding: 1px 9.5px 1px !important;
	width: auto !important;
	height: auto !important;
	font-size: 23px !important;
	transition: none !important;
}
body .blockUI.blockOverlay {
	opacity: .7 !important;
    background-color: #fff !important;
}
.awooc-custom-order-wrap {
	border: 1px solid #5d5d5d !important;
	border-radius: 0 !important;
}
.awooc-custom-order-wrap h2 {
    font-family: 'RobotoBold',sans-serif !important;
    font-size: 30px !important;
}
#awooc-form-custom-order .awooc-form-custom-order-title {
	font-family: OpenSans,sans-serif !important;
	font-size: 16px !important;
}
#awooc-form-custom-order .wpcf7-form-control-wrap input {
	border-radius: 0 !important;
}
.wpcf7-form-control.btn_submit {
	height: auto;
    font-size: 16px;
    font-family: 'RobotoMedium',sans-serif;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    background: #fc5252;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.wpcf7-form-control.btn_submit:hover {
    background-color: #c83535;
}
.woocommerce-Price-amount.amount, .awooc-form-custom-order-qty span {
	font-family: OpenSansBold,sans-serif;
	font-size: 16px;
}
.awooc-form-custom-order-price {
    margin: 10px 0;
    display: inline-block;
}
.awooc-custom-order-wrap {
    padding: 30px 15px 20px;
}
.questions .ajax-loader{
	display:none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:none !Important;
}
.dg-wrapper a span, .dg-wrapper a button {
	visibility: hidden;
}
.dg-wrapper a.dg-center span, .dg-wrapper a.dg-center button {
	visibility: visible;
}
.dg-wrapper a.dg-center span {
	font-family: OpenSansSemiBold,sans-serif;
	font-size: 16px;
	color: #282828;
	display: block;
	margin: 15px 0;
}
.dg-wrapper a.dg-center button {
	display: block;
    margin: 0 auto;
    background-color: #fff;
}
.dg-container {
	margin-bottom: 20px;
}
#owl-jobs .owl-item a {
	display: block;
	text-align: center;
}
#owl-jobs .owl-item a span {
	font-family: OpenSansSemiBold,sans-serif;
	color: #282828;
	display: block;
	margin-top: 10px;
}
.btn_wrap button {
	background-color: #fff;
	margin-bottom: 50px;
}
#owl-jobs {
	margin-bottom: 30px !important;
}
.rooms .sprite_blk p{
	display:none;
}
.sprite_blk a{
	cursor:default;
	pointer-events: none;
}
#panel2 p{
	display:block;
}
.product_blk img{
	max-height:185px;
	min-height: 185px;
	width:100%;
}
.woocommerce-product-gallery__image img{
	max-height:360px;
}
.woocommerce-product-gallery__image{
	pointer-events: none;
}
.tab-content .tab-pane table td {
	padding: 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0 !important; 
    border-bottom-right-radius: 0 !important; 
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #0d5e8b;
    border-color: #0d5e8b;
}
.pagination>li>a, .pagination>li>span {
    color: #0d5e8b;
}

/*carousel thumbnail*/
#owl-thumbs1 .owl-item img {
	margin: 0;
}
#owl-thumbs1 .owl-item {
	opacity: .5;
}
#owl-thumbs1 .owl-item.current {
	opacity: 1 !important;
}
#owl-thumbs1 .owl-item.active:first-child {
	opacity: 1;
}