/* *************
   Normalize
************* */
/* Custom normalize */
html,
body {
    padding: 0;
}

ul {
    margin: 0;
}

button {
    background: 0 0;
    padding: 0;
    border: none;
    outline: none;
}

select:focus {
    outline: none;
}

a:focus,
a:visited,
button,
button:focus,
button:visited {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


/* Body Styles */

body {
    min-width: 320px;
    font: 400 1rem/1.4 "Futura PT", sans-serif;
    color: #00182e;
    background-color: #fff;
}

/* Bootstrap add */
.list-unstyled {
    padding-left: 0;
    list-style: none; }
.list-unstyled li {
    margin-bottom: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none; }

.list-inline-item {
    display: inline-block; }
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
.m-6 {
    margin: 4.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4.5rem !important;
}

.m-7 {
    margin: 6rem !important;
}

.mt-7,
.my-7 {
    margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 6rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 6rem !important;
}

.p-6 {
    padding: 4.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4.5rem !important;
}

.p-7 {
    padding: 6rem !important;
}

.pt-7,
.py-7 {
    padding-top: 6rem !important;
}

.pr-7,
.px-7 {
    padding-right: 6rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
    padding-left: 6rem !important;
}

@media (min-width: 576px) {
    .m-sm-6 {
        margin: 4.5rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4.5rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4.5rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4.5rem !important;
    }

    .m-sm-7 {
        margin: 6rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 6rem !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 6rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 6rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 6rem !important;
    }

    .p-sm-6 {
        padding: 4.5rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4.5rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4.5rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4.5rem !important;
    }

    .p-sm-7 {
        padding: 6rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 6rem !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 6rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 6rem !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 6rem !important;
    }
}

@media (min-width: 768px) {
    .m-md-6 {
        margin: 4.5rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 4.5rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 4.5rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 4.5rem !important;
    }

    .m-md-7 {
        margin: 6rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 6rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 6rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 6rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 6rem !important;
    }

    .p-md-6 {
        padding: 4.5rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 4.5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 4.5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 4.5rem !important;
    }

    .p-md-7 {
        padding: 6rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 6rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 6rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 6rem !important;
    }
}

@media (min-width: 992px) {
    .m-lg-6 {
        margin: 4.5rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4.5rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4.5rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4.5rem !important;
    }

    .m-lg-7 {
        margin: 6rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 6rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 6rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 6rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 6rem !important;
    }

    .p-lg-6 {
        padding: 4.5rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4.5rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4.5rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4.5rem !important;
    }

    .p-lg-7 {
        padding: 6rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 6rem !important;
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 6rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 6rem !important;
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 6rem !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-6 {
        margin: 4.5rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4.5rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4.5rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4.5rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4.5rem !important;
    }

    .m-xl-7 {
        margin: 6rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 6rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 6rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 6rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 6rem !important;
    }

    .p-xl-6 {
        padding: 4.5rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4.5rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4.5rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4.5rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4.5rem !important;
    }

    .p-xl-7 {
        padding: 6rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 6rem !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 6rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 6rem !important;
    }
}
.w-100 {
    width: 100%;
}

/*--------------------------------------------------------------
Styles elements
--------------------------------------------------------------*/
:root {
    --primary: #004685;
    --secondary: #2c94b8;
    --text: #00182e;
    --grey: #676767;
    --lgrey: #eee;
    --wgrey: #f2f4f8;
    --line-height: 1.4;
    --default-fonts: "Futura PT", sans-serif;
    --transition-base: all .25s ease-in-out;
    --old-hover: #ce1c25;
}

/* *************
   Typography
************* */
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.footer-title {
    display: block;
    font-family: "Futura PT", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .25px;
    color: #00182e;
}


h1,
.h1,
h2,
.h2 {
    margin-bottom: 2rem;
}
h3,
.h3 {
    margin-bottom: 2.5rem;
}

h1,
.h1,
.sec h2,
.sec .h2 {
    font-size: 3rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

.article h2,
.article .h2 {
    font-size: 1.5rem;
}
h3,
.h3 {
    font-size: 1.25rem;
}

.article h3,
.article .h3 {
    font-size: 1.25rem;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 1.5rem;
}
h4,
.h4 {
    font-size: 1.5rem;
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1.125rem;
}

.article h2,
.article .h2,
.article h3,
.article .h3,
.article h4,
.article .h4,
.article h5,
.article .h5,
.article h6,
.article .h6 {
    font-weight: 500;
}

.title-over,
.title-under {
    position: relative;
}
.title-over:after,
.title-under:after {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 2rem;
    background-color: #004685;
}
.footer .title-over:after,
.footer .title-under:after {
    background-color: #2c94b8;
}
.title-over:after {
    margin-top: -.5rem;
    top: 0;
}
.title-under:after {
    margin-bottom: -1rem;
    bottom: 0;
}

/* Body text */
p {
    margin: 0 0 1.5rem;
}

b,
strong {
    font-weight: 700;
}

/* Lists */
ul,
ol {
    list-style-position: inside;
    margin: 0 0 2rem;
    padding: 0;
}

ul li,
ol li {
    margin-bottom: 1rem;
}

/* Links */
a {
    color: #000;
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}

a:hover,
a:focus {
    color: #004685;
}

a[href^="tel:"],
a[href^="mailto:"] {
    white-space: nowrap;
    user-select: none;
}

.article a {
    text-decoration: underline;
}

/* Figure */
figure {
    margin: 2rem 0;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Horizontal rules */
hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #d1d1d1;
}

/* Abbreviation */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #e0e0e0;
    text-decoration: none;
}


/* Tables */
table,
th,
td {
    border: 1px solid #eee;
}

table {
    /*table-layout: fixed;*/
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    border: none;
    margin-bottom: 1rem;
}

tr {
    border: none;
}

th,
td {
    vertical-align: baseline;
    padding: .5rem .75rem;
}

th {
    font-weight: 700;
}

/* Tables Custom */
table.spitznas_sheet {
	border: 1px solid #000;
} 
table.spitznas_sheet tr.tr_head, table.spitznas_sheet tr.tr_head:hover {
	text-align: center;
	border: 1px solid #fff;
	color: #000;
	background-color: #A9D79A;
} 
table.spitznas_sheet tr.tr_foot, table.spitznas_sheet tr.tr_foot:hover {
	text-align: center;
	border: 1px solid #fff;
	color: #000;
	background-color: #939598;
} 
table.spitznas_sheet tr.tr_gray {
	background-color: #CDE6C0;
} 
table.spitznas_sheet td {
	vertical-align: middle;
	padding: 0.3em;
}

table.unigrind_sheet {
	border: 1px solid #000;
} 
table.unigrind_sheet tr.tr_head, table.unigrind_sheet tr.tr_head:hover {
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	background-color: #A31218;
} 
table.unigrind_sheet tr.tr_foot, table.unigrind_sheet tr.tr_foot:hover {
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	background-color: #909691;
} 
table.unigrind_sheet tr.tr_gray {
	background-color: #E9EAE9;
} 
table.unigrind_sheet td {
	vertical-align: middle;
	padding: 0.3em;
}

/* Definition Lists */
dt {
    font-weight: 400;
    color: #00182e;
}

dd {
    margin: 0 0 1rem;
}

/*--------------------------------------------------------------
  Buttons
  --------------------------------------------------------------*/

input[type='submit'],
.woocommerce div.product form.cart .button,
.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem;
    margin: 0;
    border: 1px solid #004685;
    font-weight: 400;
    letter-spacing: .5px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.3;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    background-color: #004685;
    transition: all 0.3s ease;
    cursor: pointer;
}

.woocommerce div.product form.cart .button,
.btn:focus,
.btn:hover {
    background-color: #2c94b8;
    border-color: #2c94b8;
    color: #fff;
}

.btn-icon>* {
    display: inline-block;
    vertical-align: middle;
}
.btn-icon svg {
    margin-right: .6rem;
}
.btn-icon span + svg {
    margin-right: 0;
    margin-left: .6rem;
}

.woocommerce div.product form.cart .button,
.btn-animate {
    position: relative;
}
.woocommerce div.product form.cart .button:after,
.btn-animate:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #2c94b8;
    transition: transform .3s ease;
    transform-origin: 0 0 0;
    transform: scale(1, 0);
}
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .button:hover,
.btn-animate:focus,
.btn-animate:hover {
    background-color: #004685;
    border-color: #004685;
}
.woocommerce div.product form.cart .button:focus:after,
.woocommerce div.product form.cart .button:hover:after,
.btn-animate:focus:after,
.btn-animate:hover:after {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-border {
    background-color: transparent;
    color: #004685;
}
.btn-border:focus,
.btn-border:hover {
    background-color: #004685;
    border-color: #004685;
    color: #fff;
}
.form-inv .btn,
.btn-border-inv {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.form-inv .btn:hover,
.form-inv .btn:focus,
.btn-border-inv:focus,
.btn-border-inv:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00182e;
}

.wrapper .btn-link {
    position: relative;
    display: inline-block;
    font-weight: 400;
    line-height: 1.8;
    white-space: nowrap;
}
.wrapper .btn-link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    right: 0;
    bottom: 0;
    background: #00182e;
    transition: all 0.3s ease;
}
.wrapper .btn-link:focus,
.wrapper .btn-link:hover {
    color: #00182e;
}
.wrapper .btn-link:focus:after,
.wrapper .btn-link:hover:after {
    width: 100%;
    left: 0;
}

.wrapper .btn-underline {
    position: relative;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
}
.wrapper .btn-underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    right: 0;
    bottom: 0;
    background: #00182e;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.wrapper .btn-underline:hover:after {
    background-color: #004685;
}
.wrapper .btn-narrow {
    padding: .5rem 1rem;
}

.wrapper .btn-rect {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #004685;
    background-color: transparent;
    color: #004685;
    transition: border-color .3s ease, background-color .3s ease, color .3s ease;
}
.wrapper .btn-rect svg {
    padding: .5rem;
    width: 1.125rem;
    height: 1.125rem;
    box-sizing: content-box;
}
.wrapper .btn-rect:hover {
    color:#fff;
}
.wrapper .btn-rect span {
    display: none;
}
.wrapper .btn-rect.btn-animate svg {
    position: relative;
    z-index: 2;
}
.wrapper .btn-rect.btn-animate:after {
    z-index: 1;
}

.wrapper .form-inv .btn-animate:after {
    display: none;
}

/*--------------------------------------------------------------
  Forms
  --------------------------------------------------------------*/

input:not([type='submit']),
textarea {
    margin-bottom: 0;
    padding: .25rem 0;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    background: transparent;
    color: #00182e;
    font-weight: 300;
    transition: .3s;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
    padding: .25rem 0;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    background: transparent url("/wp-content/themes/indservice/assets/images/icons/icon-chevron-down.svg") 98% 50% no-repeat;
    color: #00182e;
    font-weight: 300;
    transition: .3s;
}

input:not([type='submit']):focus,
textarea:focus {
    outline: none;
    border-color: #004685;
}

textarea {
    height: 6rem;
    resize: none;
}

::-webkit-input-placeholder {
    font-family: "Futura PT", sans-serif;
    color: #999999;
    transition: color .25s ease-in-out;
}

:-ms-input-placeholder {
    font-family: "Futura PT", sans-serif;
    color: #999999;
    transition: color .25s ease-in-out;
}

::-ms-input-placeholder {
    font-family: "Futura PT", sans-serif;
    color: #999999;
    transition: color .25s ease-in-out;
}

::placeholder {
    font-family: "Futura PT", sans-serif;
    color: #999999;
    transition: color .25s ease-in-out;
}

.form-inv input:not([type='submit']),
.form-inv textarea {
    border-color: #d1d1d1;
    color: #fff;
}

.form-inv input:not([type='submit']):focus,
.form-inv textarea:focus {
    outline: none;
    border-color: #fff;
}


.form-inv input:not([type='submit'])::-webkit-input-placeholder {
    color: #d1d1d1;
}

.form-inv input:not([type='submit']):-ms-input-placeholder {
    color: #d1d1d1;
}

.form-inv input:not([type='submit'])::-ms-input-placeholder {
    color: #d1d1d1;
}

.form-inv input:not([type='submit'])::placeholder {
    color: #d1d1d1;
}

.form-inv textarea::-webkit-input-placeholder {
    color: #d1d1d1;
}

.form-inv textarea:-ms-input-placeholder {
    color: #d1d1d1;
}

.form-inv textarea::-ms-input-placeholder {
    color: #d1d1d1;
}

.form-inv textarea::placeholder {
    color: #d1d1d1;
}

.form-inv .wpcf7 form.sent .wpcf7-response-output {
    color: #c1c1c1;
}
.form-inv select {
    color: #fff;
    background-image: url("/wp-content/themes/indservice/assets/images/icons/icon-chevron-down-w.svg");
}

.form-side label {
    width: 100%;
}
.form-side .btn {
    width: 100%;
}
.form-side--narrow {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/* Contact Form 7 */
.wpcf7 label {
    width: 100%;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
    border-color: #ff8888;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
    border-color: #ff8888;
    color: #ff8888;
}

.wpcf7 span.wpcf7-not-valid-tip {
    margin-top: .25rem;
    color: #ff8888;
    font-size: .875rem;
}

/* cf7 loader */
div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0.125rem;
    left: 50%;
    margin-left: -.5rem;
}

.wpcf7 div.wpcf7-response-output {
    padding: 0.5em 1em;
    line-height: 1.3;
    margin: 1rem 0 0;
    border-width: 1px;
    font-size: .875rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff8888;
    color: #ff8888;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #2D6A00;
}
/*.wpcf7 div.wpcf7-mail-sent-ok {*/
    /*border-color: #1f124e;*/
    /*color: #1f124e;*/
/*}*/

/*.input-target-click {*/
    /*display: none;*/
/*}*/

/*.wpcf7 .form-notes {*/
    /*margin-bottom: 1rem;*/
    /*text-align: center;*/
    /*color: #959595;*/
/*}*/

/*.rating-input-wrap {*/
    /*display: none;*/
/*}*/

/*.wpcf7 .cf7-star-rating a {*/
    /*font-size: 1.5rem;*/
    /*color: #004685;*/
/*}*/

/*--------------------------------------------------------------
WP styles
--------------------------------------------------------------*/
/* Accessibility */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.screen-reader-text:active,
.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.alignright,
a img.alignright {
    float: right;
    margin: .75rem 0 1rem 1rem;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: .75rem 1rem 1rem 0;
}

.aligncenter,
a img.aligncenter {
    display: block;
    margin: .75rem auto 1rem;
}

.alignnone,
a img.alignnone {
    margin: .75rem 0 1rem;
    width: 100%;
}

.alignnone,
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 auto 2.5rem;
}

.gallery .gallery-item {
    float: left;
    position: relative;
    width: auto;
    margin: 0;
    padding-right: 0;
    /* margin: 0 0 .5rem;
    padding-right: .5rem;  */
}

.gallery .gallery-caption {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    background-color: #00182e;
    color: #ffffff;
    user-select: none;
    pointer-events: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery .gallery-item {
    opacity: .95;
    transition: opacity .3s ease-in-out;
}

.gallery .gallery-item:hover {
    opacity: 1;
}

.gallery img {
    display: block;
    width: 100%;
    height: auto;
}


/* Pagination */
.pagination .pagination {
    margin-top: 1rem;
}

.pagination .pagination-links {
    margin-top: 1rem;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers,
.pagination .pagination-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.pagination .pagination-links li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 .15rem .5rem;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.pagination .pagination-links ul li a,
.pagination .pagination-links ul li span {
    text-align: center;
    display: block;
    height: 3rem;
    width: 3rem;
    padding: 0;
    color: #00182e;
    font-weight: 400;
    line-height: 3rem;
    background-color: #f2f4f8;
    border: 1px solid #f2f4f8;
    text-decoration: none;
    letter-spacing: .5px;
    transition: all .25s ease-out;
    border-radius: 4px;
    outline: none;
    user-select: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.pagination .pagination-links ul li a:hover {
    background-color: #00182e;
    border: 1px solid #00182e;
    color: #fff;
}

/*.pagination .pagination-links svg {*/
    /*width: 10px;*/
    /*height: 16px;*/
/*}*/

.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next,
.pagination .pagination-links ul li a.prev,
.pagination .pagination-links ul li a.next {
    background-color: #fff;
    border-color: #d1d1d1;
    color: #676767;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.next:hover,
.pagination .pagination-links ul li a.prev:hover,
.pagination .pagination-links ul li a.next:hover {
    border-color: #00182e;
    color: #00182e;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current,
.pagination .pagination-links ul li span.current {
    background-color: #004685;
    border-color: #004685;
    color: #fff;
}

/*--------------------------------------------------------------
Elements
  --------------------------------------------------------------*/
.woocommerce-Tabs-panel ul li,
.woocommerce-Tabs-panel ol li,
.woocommerce-product-details__short-description ol li,
.woocommerce-product-details__short-description ul li,
.article ol li,
.article ul li {
    margin-bottom: .75rem;
}
.woocommerce-Tabs-panel ul,
.woocommerce-product-details__short-description ul,
.article ul,
ul.list {
    list-style: none;
}
.woocommerce-Tabs-panel ul li,
.woocommerce-product-details__short-description ul li,
.article ul li,
ul.list li {
    position: relative;
    padding-left: 1.25rem;
}
.woocommerce-Tabs-panel ul li:before,
.woocommerce-product-details__short-description ul li:before,
.article ul li:before,
ul.list li:before {
    content: '';
    position: absolute;
    top: .325rem;
    left: 0;
    width: .5rem;
    height: .5rem;
    background-color: #004685;
}

.article p + ol,
.article p + ul {
    margin-top: -.75rem;
}

.article a:not('.btn') {
    color: #004685;
}
.article a:not('.btn'):hover {
    color: #2c94b8;
}

.article img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

/* Video responsive container */
.responsive-video {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Breadcrumbs*/
.breadcrumbs {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
    color: #676767;
    font-size: .875rem;
    line-height: 1.2;
}

.breadcrumbs>span>span>* {
    display: inline;
    opacity: .75;
}

.breadcrumbs-sep:before {
    content: "\2014";
    color: #c4c4c4;
}

.breadcrumbs a {
    text-decoration: none;
    color: #00182e;
    transition: all .3s ease;
}

.breadcrumbs a:hover {
    color: #004685;
}
.breadcrumbs-sep {
    margin: 0 .5rem;
}

.header-intro .breadcrumbs,
.header-intro .breadcrumbs a {
    color: #fff;
    opacity: .9;
    transition: opacity .3s ease-out;
}
.header-intro .breadcrumbs a:hover {
    opacity: 1;
}
.header-intro .breadcrumbs-sep:before {
    color: #fff;
}

.scroll-text {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 2rem;
}
/* Scroll */
.scroll-text::-webkit-scrollbar {
    background: #fff;
    width: .25rem;
    padding-right: .25rem;
}

.scroll-text::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: .5rem;
}

.scroll-text::-webkit-scrollbar-thumb {
    background: #676767;
    border-radius: .5rem;
}

/*Dropdown*/
.dropdown-items {
    position: relative;
}

.dropdown-item .fa-angle-down {
    margin-right: 0;
    padding: 0 .25rem;
    font-size: .8em;
}
.dropdown-items>.dropdown-item {
    padding-right: .75rem;
}
.dropdown-items>.dropdown-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    width: .25rem;
    height: .25rem;
    background-color: #004685;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dropdown-items>.dropdown-item a,
.dropdown-items>.dropdown-item span {
    white-space: nowrap;
}

.dropdown-items-sub {
    position: absolute;
    z-index: 100;
    left: -1rem;
    top: 100%;
    width: calc(100% + 1.25rem);
    display: none;
    padding: 0;
    border-bottom: 3px solid #004685;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.dropdown-items-sub .dropdown-item a,
.dropdown-items-sub .dropdown-item span {
    display: block;
    padding: .8rem 1rem;
}

.dropdown-items-sub .dropdown-item:last-child {
    margin-bottom: 0;
}

.dropdown-items-sub a:hover {
    color: #fff;
    background-color: #004685;
}

.dropdown-items-sub a:hover i {
    color: #fff;
}
.dropdown-items-sub.open {
    display: block;
}

.contact-item svg {
    font-style: normal;
    margin-right: .3rem;
}

.site-header .dropdown-items>.dropdown-item {
    color: #004685;
    font-weight: 700;
    cursor: default;
}
.box-contacts {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
    background-color: #f2f4f8;
}

/*Ajax Search*/
.aws-container .aws-search-form {
    height: 38px;
}
.aws-container .aws-search-field {
    font-size: 13px;
}
.aws-container .aws-search-field,
.aws-container .aws-search-field:focus,
.aws-container .aws-search-form .aws-form-btn {
    background: transparent;
    border: none;
    border-bottom: 1px solid #676767;
    transition: border-color .3s ease-out;
}
.aws-container .aws-search-form .aws-search-btn {
    width: 38px;
}
.aws-container .aws-search-form .aws-form-btn:hover {
    background: transparent;
    color: #004685;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    transition: color .3s ease-out;
    width: 100%;
    text-align: right;
}
.aws-container .aws-search-form .aws-search-btn svg {}
.aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon {
    color: #004685;
}
.aws-container:hover .aws-search-field,
.aws-container:hover .aws-search-form .aws-form-btn {
    border-bottom-color: #004685;
}
.aws-search-result {
    border-color: #eee;
}
.aws-search-result .aws_search_more a,
.aws-search-result .aws_result_title {
    color: #004685;
}

/*Soc links*/
.social-links {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
}
.social-links li {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}
.social-links a {
    color: #004685;
}
/*Slick*/
.slick-slide:focus,
.slick-slider .slick-prev:active,
.slick-slider .slick-prev:active,
.slick-slider .slick-next:focus,
.slick-slider .slick-next:focus,
.slick-slider a {
    outline: none !important;
}

.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .4rem .4rem;
}

.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: block;
    width: .75rem;
    height: .75rem;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 0 0 transparent;
    background: #cacaca;
    overflow: hidden;
    text-indent: -9999px;
    box-sizing: content-box;
    transition: all .3s ease;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #fff;
    box-shadow: 0 0 0 3px #004685;
}

.slider-control .slick-arrow {
    position: relative;
    z-index: 3;
    cursor: pointer;
    transition: color .25s ease-out;
}
.slider-control .slick-arrow svg {
    width: 2.5rem;
    height: auto;
}
.slider-control .slick-next {
    margin-left: 1.5rem;
}
.slider-control .slick-arrow:hover {
    color: #004685;
}
.slider-control .slick-disabled,
.slider-control .slick-disabled:hover {
    color: #ddd;
    cursor: default;
}

.slider-control.slick-initialized {
    padding-bottom: 2rem;
}
.slider-control .slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
}
.slider-control .slick-prev {
    left: 1rem;
}
.slider-control .slick-next {
    left: 3rem;
}
.slider-control .slick-dots {
    padding-top: 1rem;
}

/*Accord*/
.accord {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.accord li {
    position: relative;
    margin-bottom: 1rem;
}

.accord p {
    margin-bottom: 0;
}

.accord-title {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1.1rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all .25s ease-in-out;
    background-color: #f0fafe;
}
.accord-title.active,
.accord-title:hover {
    background-color: #004685;
    color: #fff;
}
.accord-title:before,
.accord-title:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -.125rem;
    right: 1rem;
    width: 1.25rem;
    height: .25rem;
    background-color: #000000;
    transition: all .3s ease-in-out;
}

.accord-title:after {
    transform: rotate(-90deg);
}

.accord-title.active:before,
.accord-title:hover:before,
.accord-title.active:after,
.accord-title:hover:after {
    background-color: #fff;
}

.accord-title.active:after {
    transform: rotate(0);
}

.accord-content {
    display: none;
    padding: 1rem;
    background-color: #fbfbfb;
    border-radius: 0 0 4px 4px;
}

.accord.open-first li:first-child .accord-content {
    display: block;
}

/*sitemap*/
.post-sitemap-products>li>a,
.post-sitemap__subcats>li>a {
    text-transform: uppercase;
}
.post-sitemap__subcats,
.post-sitemap-pages ul,
.post-sitemap__products {
    margin-top: 1rem;
}

/* Back to top */
button.back-top {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    bottom: 1rem;
    left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border: 1px solid #004685;
    color: #004685;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}
button.back-top:hover {
    background-color: #004685;
    border-color: #004685;
    color: #fff;
}

/*Price table*/
table.table-price {
    margin-bottom: 3rem;
}

table.table-price th {
    font-weight: 500;
    font-size: 1.125rem;
}

table.table-price th,
table.table-price td {
    vertical-align: middle;
    padding: .75rem 1rem;
    border: none;
}
table.table-price tr:nth-child(odd) td {
    background-color: #fff6e8;
}

.grecaptcha-badge {visibility: hidden;}

/*Custom styles*/
.text-normalcase {
    text-transform: none;
}

.text-underline {
    text-decoration: underline;
}
.no-underline {
    text-decoration: none;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-700 {
    font-weight: 700;
}
.text-xs {
    font-size: .875rem;
}
.text-sm {
    font-size: 
}
.text-md {
    font-size: 1rem;
}
.text-lg {
    font-size: 1.125rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-g {
    font-size: 1.5rem;
}
.lh-5 {
    letter-spacing: .5px;
}

.hidden {
    display: none;
}

.color-primary {
    color: #004685;
}
.color-secondary {
    color: #dc1e27;
}
.color-lgrey {
    color: #999999;
}
.color-grey {
    color: #676767;
}
.color-black {
    color: #00182e;
}
.color-white {
    color: #fff;
}
.bg-grey {
    background-color: #F2F5F8;
}
.bg-red {
    background-color: #004685;
}
.bg-dgrey {
    background-color: #676767;
}
.bg-dark {
    background-color: #00182e;
}
.bg-white {
    background-color: #fff;
}

.text-white,
.text-white .title{
    color: #fff;
}
.text-white a {
    color: #fff;
    transition: opacity .3s ease;
}
.text-white a:hover {
    opacity: .8;
}

/*--------------------------------------------------------------
  Header
--------------------------------------------------------------*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: transform 0.4s ease;
}

.scroll-down .site-header {
    transform: translate3d(0, -68px, 0);
}

.scroll-up .site-header {
    transform: none;
}

.logo svg {
    width: 230px;
    height: auto;
}

.site-header-top {
    position: relative;
    height: 68px;
    padding: .5rem 0;
    border-top: 2px solid #004685;
    background-color: #f2f4f8;
}

.site-header__phones {
    display: inline-block;
    order: 1;
    padding: .85rem 0;
}
.site-header__search {
    order: 2;
}
.site-header-top .btn-order {
    padding-left: .5rem;
    padding-right: .05rem;
    border: none;
    border-radius: 18px;
    font-size: 1rem;
    background-color: transparent;
    color: #00182e;
}
.site-header-top .btn-order:hover {
    color: #004685;
}
.site-header__btns {
    order: 3;
}
.lang-toggle {
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.lang-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    width: .25rem;
    height: .25rem;
    background-color: #00182e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: background-color .3s ease;
}

.lang-toggle select {
    position: relative;
    z-index: 1;
    padding: .85rem;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    color: #00182e;
    transition: color .3s ease;
}
.lang-toggle:hover:after {
    background-color: #004685;
}
.lang-toggle:hover select{
    color: #004685;
}
.site-header__lang {
    display: none;
    order: 4;
}
.site-header-bot {
    background-color: #606c76;
}
.site-header-bot .logo-w {
    display: none;
}
.menu-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3rem;
    height: 3rem;
    line-height: 3.1rem;
    padding: 0;
    margin: -0 -10px 0 20px;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    display: none;
}

.menu-toggle i {
    display: block;
}

.menu-toggle span {
    position: relative;
    top: 0;
    left: 8px;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: background-color .3s ease-in-out, width .3s ease-in-out;
}

.menu-toggle span:after,
.menu-toggle span:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    transition: top .3s ease-in-out, transform .3s ease-in-out, background-color .3s ease-in-out;
}

.menu-toggle span:after {
    top: 10px;
}

.menu-toggle.active {
    border-radius: 50%;
}

.menu-toggle.active span:after,
.menu-toggle.active span:before {
    background-color: #fff;
}

.menu-toggle.active span {
    background-color: transparent;
    width: 0;
}

.menu-toggle.active span:after,
.menu-toggle.active span:before {
    top: 0;
}

.menu-toggle.active span:before {
    transform: rotate(45deg);
}

.menu-toggle.active span:after {
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------
    Navigation
  --------------------------------------------------------------*/
.site-main-menu {
    display: none;
}
/*--------------------------------------------------------------
    Mob Navigation
  --------------------------------------------------------------*/
.is-menu-open {
    overflow: hidden;
}
.nav-mob {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    will-change: opacity, transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    contain: paint;
}
.nav-mob.is-open {
    -webkit-transform: none;
    transform: none;
    opacity: 1 !important
}

.nav-mob:focus {
    outline: none;
}

.nav-mob__wrap {
    height: 100%;
    width: 370px;
    background-color: #f2f4f8;
}

.nav-mob__top {
    background-color: #004685;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.nav-mob__content {
    height: calc(100% - 57px);
    overflow-y: auto;
}
.nav-mob__content::-webkit-scrollbar {
    width: 0;
}

.site-mob-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.mob-menu ul,
.mob-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mob-menu li {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.mob-menu li a {
    display: block;
    padding: .75rem 1rem;
}
.mob-menu>li>a {
    text-transform: uppercase;
    font-weight: 400;
}
.mob-menu .menu-item-has-children>a {
    margin-right: 3.5rem;
}
.mob-menu>li>a:focus,
.mob-menu a:focus{
    color: #004685;
}
.mob-menu li.current_page_item>a {
    color: #004685;
    font-weight: 700;
}
.mob-menu .sub-menu {
    position: relative;
    display: none;
    background-color: rgba(0, 0, 0, .04);
}
.mob-menu>li>.sub-menu>li>a {
    padding-left: 1.25rem;
}
.mob-menu .sub-menu .sub-menu a {
    padding-left: 1.5rem;
}
.mob-menu .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3.5rem;
    height: 2.6875rem;
    text-align: center;
    cursor: pointer;
    color: #00182e;
}
.mob-menu .submenu-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: .25rem;
    height: .25rem;
    background-color: #004685;
    border-radius: .125rem;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
}
.mob-menu .submenu-toggle.is-open:after {
    width: .75rem;
}
.nav-header::-webkit-scrollbar {
    width: 0;
}
.overlay-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background-color: #778192;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    will-change: opacity;
}
.overlay-bg--show {
    visibility: visible;
    opacity: .5;
}
.overlay-bg--blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
}
.close-nav {
    position: relative;
    height: 2.75rem;
    width: 2.75rem;
    margin-right: -15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    box-shadow: none;
    color: #fff;
}
/*--------------------------------------------------------------
    Sidebar
--------------------------------------------------------------*/
.sidebar-content {
    padding: 2rem 1.5rem;
    background: #f2f4f8;
}
.sidebar__menu-toggle {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    width: 100%;
    background-color: #999999;
    /*border: 2px solid #00182e;*/
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sidebar__menu-toggle .minus {
    display: none;
}
.sidebar__menu-toggle.is-show .minus {
    display: block;
}
.sidebar__menu-toggle.is-show .plus {
    display: none;
}
.sidebar-links i,
.sidebar-cats i {
    display: inline-block;
    min-width: 1.25rem;
    padding: 0 .15rem;
    height: 1.25rem;
    margin-left: .25rem;
    font-style: normal;
    font-size: .75rem;
    border: 1px solid #b1b1b1;
    color: #999;
    text-align: center;
    line-height: 1.25rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sidebar-content ul,
.service-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-content li {
    padding: 0;
    margin: 0;
}
.sidebar-content .current_page_item a,
.sidebar-content a {
    display: block;
    margin-bottom: .5rem;
}
.sidebar-content .current_page_item a,
.sidebar-content a.active {
    font-weight: 400;
    color: #004685;
}


    /*--------------------------------------------------------------
        Sections
    --------------------------------------------------------------*/
.page-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.header-intro-sec {
    padding: 1.5rem 0 1rem;
    background-color: #00182e;
}
.header-intro .title {
    color: #fff;
    margin-bottom: .5rem;
    font-size: 2rem;
}
.title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
}
.title-wrap .title {
    width: calc(100% - 200px);
    margin-bottom: 0;
}
/*.page-content {*/
    /*padding-top: 4.5rem;*/
    /*padding-bottom: 3rem;*/
/*}*/
/*.sec {*/
    /*padding-top: 4.5em;*/
    /*padding-bottom: 4.5rem;*/
/*}*/
/*.bg-sec {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*background-position: 100% 20%;*/
    /*background-repeat: no-repeat;*/
/*}*/


/*Main slider*/
.mainslider {
    position: relative;
    /*padding-bottom: 2rem;*/
}
.mainslider:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent url("/wp-content/themes/indservice/assets/images/section-dots.svg") 0 0 repeat;
    opacity: .03;
}
.mainslider-items {
    position: relative;
    z-index: 2;
}
.mainslider-item {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 7rem;
    height: auto;
}
.mainslider-bg {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.mainslider-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(23,26,28,.5);
}
.mainslider-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.mainslider .date>* {
    display: inline-block;
    vertical-align: middle;
}
.mainslider .date i {
    width: 1.25rem;
    height: 1px;
    margin: 0 .5rem;
    background-color: #00182e;
}
.mainslider .title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.05;
    color: #fff;
}
.mainslider .title span {
    /*color: #004685;*/
    color: #fff;
}
.mainslider .subtitle {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    color: #fff;
}

.mainslider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.mainslider .slick-arrows-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 6rem;
}

.mainslider .slick-slider li.slick-slide {
    padding: 0;
    background: none;
    margin-bottom: 0;
}

.mainslider  .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    line-height: 1;
    margin-top: -1.5rem;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .3);
    transition: background-color .25s ease, color .25s ease;
    cursor: pointer;
}
.mainslider  .slick-slider .slick-arrow:hover {
    background-color: #0056b3;
    color: #fff;
}
.mainslider  .slick-slider .slick-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
}
.mainslider  .slick-slider .slick-prev {
    left: 0;
}
.mainslider  .slick-slider .slick-prev svg {
    margin-left: -4px;
}
.mainslider  .slick-slider .slick-next {
    right: 0;
}
.mainslider  .slick-slider .slick-next svg {
    margin-right: -4px;
}
.mainslider  .slick-slider .slick-disabled,
.mainslider  .slick-slider .slick-disabled:hover {
    color: #d6d6d6;
    cursor: default;
}

/*Card*/
.card-item {
    margin-bottom: 2rem;
}
.card-item.slick-slide {
    margin-top: .5rem;
    margin-bottom: 1rem;
}
.card {
    position: relative;
    min-height: 300px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #f2f4f8;
    transition: all .5s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.card-list {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: #fff;
    transition: top .5s ease;
    /*overflow-y: auto;*/
}
.card-list ul {
    height: calc(100% - 6rem);
    overflow-y: auto;
    margin-bottom: 0;
}
.card-item--notitle .card-list ul {
    height: calc(100% - 3rem);
}
.card-list li {
    margin-bottom: .25rem;
    font-size: 1rem;
}
.card:hover .card-list {
    top: 0;
}
.card-list .btn-wrap {
    text-align: center;
}
/*Producer*/
.card-body {
    background-color: #f2f4f8;
    padding: 1rem;
}
.card-name {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}
.card:hover .card-body .card-name a {
    color: #004685;
}
.card-logo {
    position: absolute;
    top: .5rem;
    right: .5rem;
    max-width: 3.5rem;
    max-height: 3.5rem;
    /*display: none;*/
}
.card-text {
    position: relative;
    z-index: 1;
    font-size: 1.15rem;
}
.card-photo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    width: 100%;
}
.card-photo img{
    height: 250px;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}
.producer-cats .card-photo img {
    object-fit: scale-down;

}
.card-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.card-count {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #f8f9fb;
    line-height: 1.75rem;
    font-weight: 400;
    font-size: .875rem;
    text-align: center;
    color: #c1c1c1;
}

/*Wedo*/
.wedo-sec {
    overflow: hidden;
}
.wedo-col {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.wedo-left {
    background-color: #004685;
}
.wedo-left:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 200%;
    background-color: #004685;
}
.wedo-right {
    background-color: #f2f4f8;
}
.wedo-right:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    background-color: #f2f4f8;
}
.wedo-list {
    font-size: 1.25rem;
}
.wedo-list li {
    white-space: nowrap;
}

/*Home text*/
.form-side {
    padding: 3rem 2rem;
}

/*Cats*/
.cats-slider .slick-list {
    padding-right: 3rem;
    margin-right: 1rem;
}

/*News card*/
.news-card-name,
.news-card-text,
.news-card-date {
    display: block;
}
.news-card-name {
    margin-bottom: 0;
    padding-bottom: 1rem;
    transition: color 0.25s ease-out;
}

.news-card:hover .news-card-name {
    color: #004685;
}
/*City*/
.city-sec {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.page-contacts .city-sec  {
    padding-top: 0;
    padding-bottom: 0;
}
.city-item {
    height: 100%;
    padding: 2rem 1.5rem;
}

/*Woocommerce*/
.woocommerce-products-header {
    display: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    position: static;
    border: 0;
    padding: 0;
    background-color: transparent;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    display: none;
}


/*Woocommerce Archive*/
.post-items,
.woocommerce .products ul,
.woocommerce ul.products {
    clear: none;
    margin: 0 -.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 0 .5rem;
    margin: 0 0 1rem !important;
    width: 20%;
}
.woocommerce .with-sidebar ul.products li.product,
.woocommerce-page .with-sidebar ul.products li.product {
    width: 33.33%;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}
.post-item-wrap,
.woocommerce ul.products li.product a {
    display: block;
    height: 100%;
    background-color: #f2f4f8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
}
.post-item-wrap:hover,
.woocommerce ul.products li.product a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.post-item,
.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover {
    border-color: #e5e5e5;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}
.post-item__content,
.woocommerce-loop-product__content {
    padding: 1rem;
}
.woocommerce-loop-product__brand {
    font-size: .75rem;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: .9375rem;
    line-height: 1.2;
    /*font-size: 1rem;*/
    font-weight: 500;
    letter-spacing: .25px;
    color: #00182e;
    transition: color .3s ease-out;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover h3 {
    color: #004685;
}

/*Single Product*/
.woocommerce div.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.woocommerce-product-gallery__image a {
    display: block;
    /*margin-bottom: 1rem;*/
    border: 1px solid #f2f4f8;
}
.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #f2f4f8;
    margin-right: 1%;
    margin-bottom: 2px;
    width: 24%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    clear: none;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    padding: 1.5rem 1rem;
    background-color: #f2f4f8;
    margin-bottom: 1.5rem;
}

.woocommerce-Tabs-panel p,
.woocommerce-product-details__short-description p {
    margin-bottom: 1rem;
}
.woocommerce-product-details__short-description strong {
    font-weight: 500;
}
/*.product-cats a,*/
/*.product_brand a {*/
    /*font-weight: 400;*/
/*}*/
.product_brand,
.sku_wrapper {
    color: #676767;
}
.sku_wrapper .sku {
    color: #00182e;
}
.single-product__title {
    line-height: 1.3;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {

}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    padding: 0;
    margin-bottom: 1rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0 1px 0 0;
    padding: 0;
    border: 0;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-out;
    background-color: #f2f4f8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-color: #004685;
    background-color: #f2f4f8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 1rem;
    font-weight: 500;
    transition: all .3s ease-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #00182e;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: .5rem 1rem;
    margin-bottom: 0;
}

.woocommerce-product-details__short-description {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    color: #676767;
    font-size: .875rem;
}

.product-docs p {
    padding: .25rem 0 .75rem 0;
    margin-bottom: .5rem;
    border-bottom: 1px solid #f2f4f8;
}
.product-docs p:last-child {
    border: none;
}
.woocommerce-Tabs-panel--description img {
    max-width: 100%;
    height: auto;
}

.woocommerce-Tabs-panel--description a {
    text-decoration: underline;
}

.woocommerce-Tabs-panel--description th,
.woocommerce-Tabs-panel--description td {
    padding: .4rem;
}

.woocommerce-Tabs-panel--description th {
    font-weight: 500;
    background-color: #f2f4f8;
}

.woocommerce-Tabs-panel--description table tr:hover {
    background-color: #f2f4f8;
}
.related.products {
    margin-top: 1rem;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}

/*Catalog*/
.catalog-tab {
    display: none;
}
.catalog-tab.active {
    display: block;
}
.catalog-items {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.catalog-item {
    padding: 0 .5rem;
    margin: 0 0 1rem;
}
.catalog-item__link {
    display: block;
    height: 100%;
}
.catalog-item__name {
    display: block;
    padding: 1rem .5rem;
    /*font-size: .9375rem;*/
    line-height: 1.2;
    /*font-weight: 400;*/
    letter-spacing: .25px;
    transition: color .3s ease-out;
}

/*Brand items*/
.brand-item__name svg {
    margin-bottom: 2px;
}
.brand-item__name span {
    font-weight: 300;
    color: #999;
}
.brand-item__text {
    padding-left: 1.1875rem;
}

/*Error404*/
.error404 .page-content {
    background: #f2f4f8;
}
.error404 .page-content:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent url(/wp-content/themes/indservice/assets/images/section-dots.svg) 0 0 repeat;
    opacity: .03;
}
.error404 .article {
    position: relative;
    z-index: 1;
}
.error404 .article .title {
    font-size: 20vw;
    line-height: 1;
    font-weight: 700;
}
.error404 .article p {

}

/*Archive page*/
.post-items {
    margin: 0 -.5rem;
}
.post-item {
    padding: 0 .5rem;
    margin: 0 0 1rem !important;
}
.post-item-wrap {
    border: 1px solid #e5e5e5;
}
.post-item__img a {
    display: block;
}
.post-item__img img {
    width: 100%;
}
.post-item__exc {
    font-size: .875rem;
    color: #676767;
}

/*--------------------------------------------------------------
        Footer
--------------------------------------------------------------*/
.footer {
    background-color: #00182e;
    color: #cacaca;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #cacaca;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer li,
.footer p {
    margin-bottom: .5rem;
}
.footer .logo svg {
    width: 230px;
}
.footer-title {
    margin-bottom: 2.5rem;
    color: #fff;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: .5px;
}
.footer-bottom {
    border-top: 1px solid #676767;
}
/*--------------------------------------------------------------
    Popup
  --------------------------------------------------------------*/
.popup {
    text-align: center;
    max-width: 25rem;
    padding: 3rem 2rem;
    transform: scale(1.1);
    transition: all .5s;
    border-radius: 4px;
}

.popup label {
    width: 100%;
}

.popup-product-title {
    padding: .5rem;
    background-color: #f2f4f8;
    text-align: left;
}

.fancybox-slide--current .popup {
    transform: scale(1);
    transition-duration: .3s;
}

.fancybox-iframe {
    z-index: 0;
}

.fancybox-bg {
    background-color: #676767;
    will-change: opacity;
}

.fancybox-slide--iframe {
    padding: 3rem;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 600px;
    background-color: transparent;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--html .fancybox-close-small {
    z-index: 10000;
    top: 0;
    right: 0;
    height: 3rem;
    width: 3rem;
    color: #676767;
    opacity: 1;
    transition: color .3s ease;
}

.fancybox-slide--iframe .fancybox-close-small:hover,
.fancybox-slide--html .fancybox-close-small:hover {
    color: #00182e;
}

/*Animation*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.s1 {
    padding:0!important; text-align:center!important;
}
.s2 {
    padding:0!important;   text-align:center!important;
}