/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    border: 0;

    vertical-align: baseline;
}
body {
    line-height: 1;

    word-wrap: break-word;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
    content: none;
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font: 16px/1.5  " Helvetica", Open Sans, Arial, sans-serif;
    color: #111;
    /*background: url('img/bg.jpg') repeat-x top center #1e2329;*/

    letter-spacing: 0.005em;
}
.container {
    margin: auto;
    background: #fff;

    max-width: 1185px;
}



/* section
------------------------------------ */
.section {
    padding: 10px 24px;
}
.section-black {
    color: #fff;
    padding: 20px 24px;
    background: #232323;
}
.section-cream {
    padding: 40px 0;

    background: #fdeddd;
}
.section-cream .title {
    color: #f07d10;
}
.section-slider {
    position: relative;
    color: #fff;

    background: url("img/slider.jpg") center no-repeat;
}
.section-content {
    padding: 12px 0 47px;
}
.section-partners {
    padding: 33px 0 67px;
}
.my-3{
margin:1em 0 1em 0;		
}


/* cols
------------------------------------ */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col {
    margin-left: 2.12766%;
}
.col:first-child {
    margin-left: 0;
}
.col-9 {
    width: 894px;
}
.col-1 {
    width: 6.38298%;
}
.col-2 {
    width: 14.89362%;
}
.col-3 {
    width: 23.40426%;
}
.col-3:nth-child(4n + 1) {
    margin-left: 0;
}
.col-4 {
    width: 31.91489%;
}
.col-4:nth-child(3n + 1) {
    margin-left: 0;
}
.col-5 {
    width: 40.42553%;
}
.col-6 {
    width: 48.93617%; 
}
.col-6:nth-child(2n + 1) {
    margin-left: 0;
}
.col-7 {
    width: 57.44681%;
}
.col-8 {
    width: 65.95745%;
}
.col-9 {
    width: 74.46809%;
}
.col-10 {
    width: 82.97872%;
}
.col-11 {
    width: 91.48936%;
}
.col-12 {
    width: 100%;
}
.cm3{
  position: relative;
  width: 100%;
}
  
@media (min-width: 768px) {
  .cm3 {
    flex: 0 0 25%;
    width: 25%; }
}

/* img
------------------------------------ */
img {
    height: auto;

    max-width: 100%;
}
.aligncenter {
    margin: 0 auto 11px;
}
.alignleft {
    float: left;
    margin: 0 18px 18px 0;
}
.alignright {
    float: right;
    margin: 0 0 18px 18px;
}
/* btn
------------------------------------ */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    font-family: inherit;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;

    background: #697581;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.btn-small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    padding: 6px 8px;

    min-width: 100px;
}
.btn-large {
    min-width: 220px;
	background: #f58214;
}
.btn:hover.btn-large {
    color: #fff;
    background: #ef8f64;
}

.btn-full {
    width: 100%;
}
.btn:hover {
    color: #fff;

    background: #30353b;
}

/* field
------------------------------------ */
.field,
.nf-field-element .field {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 38px;
    font-family: inherit;
    border: 1px solid #232323;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product-id-container {
    display: none;
}

/* typography
------------------------------------ */
.title,
.single-text h1,
.single-text h2,
.single-text h3,
.single-text h4,
.single-text h5,
.single-text h6 {
    display: block;
    line-height: 1.2;
	color: #5D6B77;
	font-weight: 700;
	/*letter-spacing: 0,1px;
    text-transform: uppercase;*/
}
.title.is-1,
.single-text h1 {
    /*font-weight: normal;*/
    font-size: 38px;
	margin: 20px 0 20px 0;
	text-align: centr;
}
.title.is-2,
.single-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.title.is-3,
.single-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.title.is-4,
.single-text h4 {
    font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.title.is-5,
.single-text h5 {
    font-size: 16px;
    text-transform: none;
}
.title.is-6,
.single-text h6 {
    font-size: 13px;
	text-transform: none;
}
.title.is-7,
.single-text h7 {
    font-size: 12px;
	text-transform: none;
}

strong {
    font-weight: 800;
}
a {
    /*text-decoration: none;*/
    color: #364147;
}
a:hover {
    color: #697581;
}
.header a:hover {
    color: #30353b;
}
.link {
    display: inline-block;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.2;
    color: #f07d10;

    border-bottom: 1px dashed currentcolor;
    margin-bottom: 16px;
}
.single-text table {
    width: 100%;
    margin: 0 0 38px;
}
.single-text table th {
    text-align: left;
    text-transform: uppercase;
    color: #fff;

    background: #697581;
}
.single-text table tr:nth-child(odd) {
    background: #eaecee;
}
.single-text table th,
.single-text table td {
    padding: 10px 20px;
}
.single-text table td:nth-child(1),
.single-text table th:nth-child(1) {
    font-weight: bold;
}
.single-text table td:nth-child(2),
.single-text table th:nth-child(2) {
    width: 31.91489%;
}
.single-text blockquote,
.page-content blockquote {
    margin: 0 0 16px;
    padding: 16px 16px 16px 32px;

    border-left: 5px solid #697581;
}
.single-text ul,
.page-content ul {
    margin: 18px 0;
}
.single-text ul ul,
.page-content ul ul {
    margin: 0 0 0 20px;
}
.single-text ul li,
.page-content ul li {
    position: relative;
    margin: 8px 0 0px 24px;
    padding: 0 0 0 10px;
}
.single-text ul li:before,
.page-content ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100px;

    background: #697581;
    content: "";
}
.single-text ol,
.page-content ol {
    margin: 18px 0;
}
.single-text ol ol,
.page-content ol ol {
    margin: 0 0 0 20px;
}
.single-text ol li,
.page-content ol li {
    /*margin: 10px 0;
    padding: 0 0 0 4px;*/
    position: relative;
    margin: 8px 0 0px 20px;
    padding: 0 0 0 10px;
    list-style: decimal inside;
}
.category-description,
.page-content {
    font-size: 14px;
    line-height: 1.27;

    margin-bottom: 16px;
}
.category-description p,
.page-content p {
    margin-bottom: 16px;
}
.feedback-link {
    font-weight: 800;
    font-size: 13px;
    text-decoration: underline;
}
a.link-back {
    position: relative;
    padding: 0 20px;
    line-height: 30px;

    margin-left: 16px;
    margin-top: 18px;
}
a.link-back:before {
    position: absolute;
    left: -30px;

    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #697581;
    border-top: 15px solid transparent;
    content: "";
}
a.link-back:hover:before {
    border-right: 15px solid #30353b;
}
.single {
    margin-bottom: 72px;
}
.single-text,
.page-content {
    font-size: 14px;
    line-height: 1.27;
}
.single-text p,
.page-content p {
    margin-bottom: 16px;
}
.notice {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;

    margin-bottom: 8px;
}

/* contacts
------------------------------------ */
.contacts-item {
    position: relative;
    display: block;
    margin: 10px 0px 10px 0px;
    padding: 20px 0 10px 0;
    text-align: center;
}

.contacts-item a{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.contacts-item2 {
    position: relative;
    display: block;
    margin: 0px 0px 40px 0px;
    padding: 0px 0 30px 0;
    text-align: center;
}

.contacts-item2 a{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	color: #fff;
}

.contacts-ico {
    position: absolute;
    top: 0;
    left: 0;
}
.phone {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
	text-decoration: none;
}
.mail {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}

.grafik {
	color: #fff;
}



/* ico
------------------------------------ */
.ico {
    display: inline-block;
    width: 18px;
    height: 18px;

    fill: #a0a0a0;
    vertical-align: middle;
}
.ico-arrow {
    width: 14px;
    height: 11px;

    background: url("img/icons.png") -32px 0 no-repeat;
    margin-right: 8px;
}
.ico-phone {
    left: 8px;
    width: 15px;
    height: 18px;

    background: url("img/icons2.png") -32px -32px no-repeat;
}
.ico-service {
    width: 32px;
    height: 24px;

    background: url("img/icons2.png") 0 -32px no-repeat;
}
.ico-clock {
    left: 6px;
    width: 21px;
    height: 21px;

    background: url("img/icons2.png") 0 0 no-repeat;
}
.ico-mail {
    left: 8px;
    width: 18px;
    height: 18px;

    background: url("img/icons2.png") 0 -96px no-repeat;
}
.flex-prev,
.flex-next {
    position: absolute;
    top: 45px;
    display: block;
    width: 9px;
    height: 13px;

    background: url("img/icons.png") no-repeat;
}
.flex-prev {
    left: 0;

    background-position: -32px -64px;
}
.flex-next {
    right: 0;

    background-position: -32px -96px;
}

/* crumbs
------------------------------------ */
.crumbs {
    padding: 8px 0 16px;
    font-size: 12px;
    font-size: 0.75rem;
}
.crumbs .sep {
    margin: 0 5px;
}
.crumbs a {
    color: inherit;
    text-decoration: underline;
}
.crumbs .current {
    color: #697581;
    font-weight: bold;
}
/* navigation
------------------------------------ */
.navigation {
    margin: 5px 0;
    text-align: center;
}
.page-numbers {
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    color: inherit;
    border: 2px solid transparent;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 32px;
}
.page-numbers:hover,
.page-numbers.current {
    color: #697581;

    border-color: currentcolor;
}
/* layout
------------------------------------ */
.flexible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar {
    position: relative;
    padding: 8px 24px;
}
.header {
    background: #fff;
}
.footer {
    font-size: 14px;
    font-size: 0.875rem;
    background: #30353b;
    border-top: 1px solid #232323;
    -webkit-box-shadow: 0 2px 0 0 #5e6e7e inset;
    box-shadow: 0 2px 0 0 #5e6e7e inset;
}
.header-cols {
    text-align: right;
	align-items: center;
}

.row-content {
    -webkit-align-items: stretch;
    align-items: stretch;
}
.sidebar {
    margin-left: 0;
    background: #edf0f5;
    -webkit-order: -1;
    order: -1;
    padding: 24px 0;
}
.col.content {
    margin-left: 2.12766%;
    padding: 0 24px 24px 0;
    box-sizing: border-box;
}
.logo {
    display: block;
    width: 164px;
    height: 68px;
    font-size: 0;
    margin: 6px 0 0 0;
    background: url("img/logo.jpg") no-repeat;
    text-indent: -9999px;
}
.copyright {
    color: #fff;
    font-weight: bold;
}
.widget {
    margin-bottom: 42px;
    padding: 0 24px;
}
.widget .phone {
    color: inherit;
}
/* product
------------------------------------ */
.product {
    padding: 5px;
    text-align: center;
    border: 1px solid #acacac;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
}
.product-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-properties {
    font-size: 14px;

    margin: 10px  0 28px 0;
}
.product-properties strong {
    font-weight: bold;
    color: #697581;
}
.product-title {
    color: inherit;
    text-decoration: none;
    margin-bottom: 1px;
}
.product-thumb {
    margin-bottom: 10px;
}
.price {
    margin-bottom: 7px;
}
.price-single {
    margin: 32px 0 8px;
    line-height: 1.3;
}
.price-single .price-field {
    font-size: 26px;
}
.price-field {
    font-weight: 600;
    font-size: 20px;
    color: #697581;
}
.product-dimensions {
    font-size: 14px;

    margin-bottom: 8px;
}


/* categories-cols
------------------------------------ */
.categories-cols {
    margin: 8px 0 4px;
    text-align: center;
}
.categories-cols-item {
    margin-bottom: 40px;
}
.categories-cols-title {
    margin: 0 0 20px;
    padding: 0 20px;
}
/* categories-menu
------------------------------------ */
.categories-menu-container {
    position: relative;
}
.categories-menu {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 -24px;
	text-decoration: none;
}
.categories-menu > li > a {
    padding: 12px 24px 11px;
    font-weight: 800;
	

    border-top: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 1px 0 0 #fff inset;
    box-shadow: 0 1px 0 0 #fff inset;
}
.categories-menu > li > a.categories-menu-current,
.categories-menu > li > a:hover {
    color: #fff;

    background: #697581;
}
.categories-menu a {
    display: block;
    line-height: 1.2;
    color: inherit; 
	text-decoration: none;
}
.categories-submenu {
    background: #eaecee;
}
.categories-submenu > li > a {
    padding: 9px 32px;

    border-top: 1px solid #fff;
}
.categories-submenu > li > a:hover,
.categories-submenu > li > a.current {
    color: #697581;

    background: #eaecee;
}
.categories-toggle-btn {
    position: absolute;
    top: -42px;
    left: 100px;
}
.page-content {
}
/* gallery
--------------------------------------------------- */
.gallery {
    position: relative;
    padding: 0px 10px 0px 0px;
	/*padding: 29px 24px;*/
    font-size: 0;
}
.gallery-item {
    display: inline-block;
    width: 16.65%;
    text-align: center;

    vertical-align: middle;
}
/* flexslider
------------------------------------ */
.flexslider {
    font-size: 18px;
    text-align: center;
    color: #62727f;
    position: relative;
    margin-bottom: 24px;
    background: #edf0f5;  
    padding-bottom: 20px;
    margin-top: 24px;  
}

.flexslider .slides li {
    line-height: 1;
    font-size: 0;
}
.flexslider .title {
    margin-bottom: 16px;
}
.flexslider .flex-control-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 16px;
    line-height: 0;
    text-align: left;
    width: 30%;

}
.flexslider .flex-control-nav li {
    display: inline-block;

    vertical-align: middle;
}
.flexslider .flex-control-nav a {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 6px 0 0;
    font-size: 0;
    border: 1px solid #62727f;
    border-radius: 100px;

    background: #62727f;
}
.flexslider .flex-control-nav a.flex-active {
    background: transparent;
}
.flexslider .slide-content {
    position: relative;
}
.flexslider .slide-title {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 10px;
    line-height: 1.0;
    font-size: 20px;
	text-align: right;
	text-shadow: 
		-0   -1px 0   #4C4C4C,
		 0   -1px 0   #4C4C4C,
		-0    1px 0   #4C4C4C,
		 0    1px 0   #4C4C4C,
		-1px -0   0   #4C4C4C,
		 1px -0   0   #4C4C4C,
		-1px  0   0   #4C4C4C,
		 1px  0   0   #4C4C4C,
		-1px -1px 0   #4C4C4C,
		 1px -1px 0   #4C4C4C,
		-1px  1px 0   #4C4C4C,
		 1px  1px 0   #4C4C4C,
		-1px -1px 0   #4C4C4C,
		 1px -1px 0   #4C4C4C,
		-1px  1px 0   #4C4C4C,
		 1px  1px 0   #4C4C4C;
}

.thumb-gallery{
	position:relative;
}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(img/bg_direction_nav2.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 100001; cursor: pointer; text-indent: -9999px; opacity: .8; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; }
.flex-direction-nav .flex-prev {left: 5px;}
.flexslider:hover .flex-next {opacity: 1; right: 5px;}
.flexslider:hover .flex-prev {opacity: 1; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=100); cursor: default;}
.w-100{
	width:100%;
}
/* product-gallery
------------------------------------ */
.product-gallery .slides img {
    width: 100%;
    border: 1px solid #acacac;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-control-thumbs {
    font-size: 0;
}

.counters {
    margin: 6px 0 0;
}

.ots {
	margin: 0 0 40px 0;
}


@media only screen and (max-width: 1000px) {
    .container,
    .popup-form {
        width: 94%;
    }
    .popup-form {
        padding: 35px 36px 15px;
    }
}
@media only screen and (max-width: 920px) {
    .col-md-4 {
        width: 31.91489%;
    }
    .col-md-4:nth-child(3n + 1) {
        margin-left: 0;
    }
    .col-md-6 {
        width: 48.93617%;
    }
    .col-md-6:nth-child(4n+1),
    .col-md-6:nth-child(3n+1) {
        margin-left: 2.12766%;
    }
    .col-md-6:nth-child(2n + 1) {
        margin-left: 0;
    }
    .col-md-8 {
        width: 65.95745%;
    }
    .col-md-12 {
        display: block;
        width: 100%;

        margin-bottom: 24px;
        margin-left: 0;
    }
    .header-cols {
        text-align: center;
    }
    .contacts-item {
        margin-left: -48px;
    }
    .logo {
        margin: 16px auto;
    }
    .footer {
        padding: 42px 24px 24px;
    }
    .menu-toggle-btn {
        display: inline-block;
    }
    .menu {
        position: absolute;
        top: 40px;
        z-index: 999;
        display: none;
        width: 100%;
        border: 1px solid #dcdcdc;

        background: #fff;
        max-width: 250px;
    }
    .menu-item {
        display: block;

        margin-right: 0;
    }
    .menu a,
    .menu span {
        display: block;
        padding: 12px 9px 11px;
        font-weight: 800;

        border-top: 1px solid #dcdcdc;
    }
    .menu a:hover,
    .menu span {
        font-weight: 800;
        color: #fff;

        background: #697581;
    }
    .menu li:first-child a,
    .menu li:first-child span {
        border: 0;
    }
    .ninja-forms-form-wrap .col-field {
        float: none;
        width: 100%;

        clear: both;
        margin-left: 0;
    }
}
@media only screen and (max-width: 630px) {
    .product {
        margin-bottom: 0;
    }
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10 {
        display: block;
        width: 100%;

        margin-bottom: 24px;
        margin-left: 0;
    }
    .col-md-6:nth-child(3n+1),
    .col-md-6:nth-child(4n+1) {
        margin-left: 0;
    }
    .sidebar {
        order: 0;
        margin-bottom: 0;
    }
    .col.content {
        padding: 24px;
        margin-left: 0;
    }
    .share {
        margin: 34px 0 34px;

        min-height: auto;
    }
    .section-slider {
        padding: 0;
    }
}
@media only screen and (max-width: 460px) {
    .alignleft,
    .alignright {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
    .category-item {
        display: block;
        text-align: center;
    }
/* contacts
------------------------------------ */
.footer .contacts-item {
    position: relative;
    display: inline-block;
	margin: 30px 0px 30px 0px;
    padding: 30px 0 30px 0;
    text-align: center;
}
.footer .contacts-ico {
    position: absolute;
    top: 0;
    left: 50px;
}


.yazz {
	display: inline-block;
    margin: 0px 0px 0px 12px; 
}	
	

.flexslider {
   display: none;
}	
	
	
}
.tab3 table th, .tab3 table td {
    padding: 2px 2px 2px 2px;
	max-width: 640px;
	font-size: 11px; 
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #acacac;
}

.konthm {
	margin: 50px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background: #edf0f5;
}

.konth3 {
	margin: 20px 0px 20px 0px; 
}

.konth4 {
	margin: 30px 0px 20px 0px; 
}

select{
border: none;
outline: none;
cursor:pointer;
}
.d-none{
display:none;		
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
.img-fluid {
  max-width: 100%;
  height: auto; }
.m-1{
margin:0.5rem;	
}
.menu-item-has-children{
position:relative;	
cursor:pointer;
}
.sub-menu{
width:120%;
display:none;	
position:absolute;	
padding:1rem;
background:rgba(255,255,255,.9);
}
.sub-menu>.menu-item{
margin-top: 1rem;	
}
.text-center {
  text-align: center !important; }

