

/*----------------------------------------------------------------------------------------------------------------------
    Box Sizing | https://css-tricks.com/box-sizing/
----------------------------------------------------------------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/*----------------------------------------------------------------------------------------------------------------------
    normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
----------------------------------------------------------------------------------------------------------------------*/

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: inherit; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    height: 90px;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.formfield2 {
    display: none !important;
    visibility: hidden;
}

.tinymce_body {
    margin: 0;
    padding: 0 10px;
    text-align: left;
    background: #fff;
    min-width: inherit;
    min-height: inherit;
    max-width: none;
    max-height: none;
}

.error {
    color: #c66;
}

/* Module: compare */

.compare-wrapper {
    max-width: 100%;
    overflow: auto;
}

.compare-tbl td {
    padding: 7px 5px;
}

.compare-tbl tr:hover td {
    background: #f2ede9;
}

.compare-tbl tr:first-child:hover td {
    background: none;
}

.compare-tbl .products-card {
    float: none;
}

/* Module: photo */
.photo-item {
    display: inline-block;
    margin: 0 2% 20px 0;
    height: auto;
    vertical-align: top;
    overflow: hidden;
    width: 32%;
}

.photo-item:nth-of-type(3n){
    margin-right: 0;
}

.photo-item img{
    width: 100%;
}


.photo-item:hover {
    opacity: .9;
}

.photo-title {
    display: block;
    margin: 5px 0 0;
    color: #1c1c1c;
    line-height: 1em;
    text-align: center;
}

.photo-catalog-item {
    display: inline-block;
    margin: 0 50px 50px 0;
    padding: 165px 0 0;
    width: 210px;
    height: 30px;
    line-height: 1em;
    vertical-align: top;
    position: relative;
}

.photo-catalog-1 img, .photo-catalog-2 img, .photo-catalog-3 img {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.photo-catalog-1, .photo-catalog-2, .photo-catalog-3 {
    position: absolute;
    top: -5px;
    left: -5px;
    transition: all .1s;
}

.photo-catalog-2 {
    top: 0;
    left: 5px;
    opacity: .7;
}

.photo-catalog-3 {
    top: 5px;
    left: 15px;
    opacity: .5;
}

.photo-catalog-item:hover .photo-catalog-1 {
    top: -10px;
    left: -10px;
}

.photo-catalog-item:hover .photo-catalog-3 {
    top: 10px;
    left: 20px;
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    position: absolute;
    bottom: 5px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    list-style: none;
    z-index: 2;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 14px;
}

.rslides_tabs a {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, .1);
    border-radius: 7px;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(0, 0, 0, .5);
}

.rslides_nav {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
    display: block;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    z-index: 2;
}

.rslides_nav:after {
    content: '‹';
    position: absolute;
    top: -2px;
    left: 50%;
    display: block;
    margin-left: -10px;
    font-size: 60px;
    color: #000;
    text-indent: 0;
    opacity: .4;
}

.rslides_nav.next:after {
    content: '›';
}

.rslides_nav:hover:after {
    opacity: .7;
}

.rslides_nav.next {
    left: auto;
    right: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    /*cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;*/
}

.mfp-zoom {
    /*cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;*/
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* animation */
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup {
}

/*----------------------------------------------------------------------------------------------------------------------
    Sitemap module
----------------------------------------------------------------------------------------------------------------------*/

.sitemap, .sitemap ul {
    list-style: none;
}

.sitemap > ul {
    margin: 0;
    padding: 0;
}

.sitemap li {
    background: none;
}

.sitemap1 {
    font-size: 1.3em;
    line-height: 1.8em;
}

/*----------------------------------------------------------------------------------------------------------------------
    Accordion block
----------------------------------------------------------------------------------------------------------------------*/

.user-accordion {
    margin: 0 0 1em;
}

.user-accordion-a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.user-accordion-text {
    display: none;
}

/*----------------------------------------------------------------------------------------------------------------------
    Guestbook module
----------------------------------------------------------------------------------------------------------------------*/

.gbook {
    background: #f3f3f3;
}

.gbook .gbook_head {
    font-weight: bold;
}

/*----------------------------------------------------------------------------------------------------------------------
    Specs module
----------------------------------------------------------------------------------------------------------------------*/

.spec-item {
    position: relative;
}

.spec-text1 {
    font-size: 22px;
    font-weight: bold;
}

.spec-texts {
    position: absolute;
    top: 90px;
    left: 490px;
    width: 420px;
}

.spec-item, .spec-item * {
    color: #000;
}

/*----------------------------------------------------------------------------------------------------------------------
    News module
----------------------------------------------------------------------------------------------------------------------*/

.news-item {
    display: block;
    margin: 0 0 3em;
    padding: 0 0 0 220px;
    min-height: 150px;
    position: relative;
}

.news-title, .news-date, .news-img, .news-anons, .news-text {
    display: block;
}

.news-img {
    position: absolute;
    top: 0;
    left: 0;
}

.news-title {
}

.news-date {
    margin: 0 0 1em;
    font-size: .8em;
}

.news-hr {
    margin: 3em 0 0;
    padding: 0 0 3em;
    border-top: 1px solid #000;
    clear: both;
}

.news_years {
    margin: 0 0 .9em;
}

.news_years span {
    padding: 3px;
    background: #ccc;
}

/*----------------------------------------------------------------------------------------------------------------------
    Search module
----------------------------------------------------------------------------------------------------------------------*/

ol.search_results li {
    margin-bottom: 12pt;
}

ol.search_results span {
    font-size: 8pt;
}

/*----------------------------------------------------------------------------------------------------------------------
    Opros module
----------------------------------------------------------------------------------------------------------------------*/

table.mod_opros_tbl td {
    padding: 0 60px 60px 0;
    text-align: left;
    vertical-align: top;
}

table.mod_opros_tbl .opros_head {
    font-weight: bold;
}

/*----------------------------------------------------------------------------------------------------------------------
    Product module
----------------------------------------------------------------------------------------------------------------------*/

.products-item {
    display: inline-block;
    margin: .5em 2em;
    width: 200px;
    height: 260px;
    text-align: center;
}

.products-img, .products-title, .products-price {
    display: block;
}

.products-img {
    width: 200px;
    height: 200px;
    line-height: 200px;
}

.product {
    padding: 0 0 0 220px;
    min-height: 240px;
    position: relative;
}

.product .product-img-box {
    position: absolute;
    top: 0;
    left: 0;
}

.product-img2 {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.product-img2 img {
    width: 95px;
}

table.tbl_prod {
    margin: 0 0 1em;
    width: 100%;
}

table.tbl_prod td {
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
}

table.tbl_prod td.td_center {
    text-align: center;
}

table.tbl_prod tr.prod_head td, table.tbl_prod td.prod_head {
    padding: 10px;
    font-weight: bold;
}

table.tbl_prod tr.prod_head td img {
    margin: 0 5px;
}

table.tbl_prod td.prod_img {
    width: 150px;
}

table.tbl_prod .in_basket, table.tbl_prod2 .in_basket {
    font-size: 7pt;
}

table.tbl_prod2 {
    width: 100%;
}

table.tbl_prod2 td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}

table.tbl_prod2 td.prod2_txt img.prod2_img {
    margin: 15px;
    float: right;
}

table.tbl_prod2 td.prod2_txt {
    width: 100%;
}

table.tbl_prod2 td.prod2_txt div.prod2_name {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_price {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_add {
    position: relative;
    top: 2px;
    left: 3px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_col {
    width: 50px;
    text-align: center;
}

table.tbl_prod2 td.prod2_txt div.prod2_descr {
    padding: 15px 0 0;
}

/*----------------------------------------------------------------------------------------------------------------------
    Basket module
----------------------------------------------------------------------------------------------------------------------*/

.tbl_basket {
    width: 100%;
}

.tbl_basket thead td {
    padding: 0 20px 10px;
    font-weight: normal;
}

.tbl_basket tbody td {
    padding: 20px;
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
}

.tbl_basket a {
    color: #000;
}

.tbl_basket a:hover {
    text-decoration: underline;
}

.basket-itogo {
    padding: 20px 0;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.basket-order-tbl {
    width: 100%;
}

.basket-order-tbl td {
    padding: 10px 20px;
    vertical-align: top;
}

.basket-order-tbl td > :first-child {
    margin-top: 0;
}

.basket-order-tbl tr > td:first-child {
    width: 170px;
    color: #4b4b4b;
}

.bas_add_add {
    position: relative;
    margin: 10px 0 15px 0;
}

.bas_add_col {
    text-align: center;
    width: 50px;
}

.basket_img {
    max-width: 100px;
}

/*----------------------------------------------------------------------------------------------------------------------
    Forms
----------------------------------------------------------------------------------------------------------------------*/

.form-row {
    margin: 0 0 1em;
}

.form-row-required .form-label:after {
    content: '*';
    color: #c66;
}

.form-form input.inp, .form-form textarea.inp {
    width: 35%;
}

.inp {
    padding: 5px;
    line-height: 1em;
}

.form-desk {
    padding-bottom: 20px;
}

.form-label{
    font: 16px 'Roboto Regular', sans-serif;
    color: #000;
    font-weight: 100;
    margin: 0 0 13px 0;
}

.form-form input.inp, .form-form textarea.inp {
    width: 100%;
}

.form-location {
    float: right;
}

.inp {
    color: #000;
    width: 490px;
    font: 16px 'Roboto Regular', sans-serif;
    outline: none;
    text-align: left;
    padding: 9px 10px;
    border: solid 1px #cf2819;
}

/*.inp:focus {}*/
.inp_but {
    display: inline-block;
    padding: 5px;
    min-width: 160px;
    line-height: 1em;
    text-align: center;
}

/*.inp_but:focus {}*/
.inp_but, button, .img_captcha {
    cursor: pointer;
}

.page_nav {
    text-align: center;
    margin: 0 0 .9em;
    float: left;
    width: 100%;
    font-size: 32px;
}

.page_nav a{
    font-size: 32px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.page_nav a{
    font-size: 32px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.page_nav a:hover{
    color: #cf2919;
}

.page_nav span {
    padding: 1px 4px;
    font-weight: normal;
    color: #cf2919;
}

.page_sort {
    margin: 0 0 .9em;
    text-align: right;
}

/*----------------------------------------------------------------------------------------------------------------------
    Base grid
----------------------------------------------------------------------------------------------------------------------*/

.row {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

.col {
    flex: 1;
    display: block;
    padding-right: 10px;
    vertical-align: top;
    position: relative;
}

.col:last-child {
    padding-right: 0;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33%;
}

.col-6 {
    width: 50%;
}

.col-8 {
    width: 66%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.content-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 940px;
    position: relative;
}

.content-block1 {
    background: #ccc 50% 50% no-repeat;
    background-size: cover;
    border-top: 1px solid #b5be9e;
    border-bottom: 1px solid #b5be9e;
}

.content-block1 .content-wrapper {
    margin: 54px 0;
}

/* Content table */
.table {
    width: 100%;
}

.table td {
    padding: 10px 14px;
}

.table tr:nth-child(2n){
    background-color: rgba(0,0,0,.192);
}

.table .table-th, .table th {
    font-weight: bold;
    padding: 10px 14px;
}



a:focus {
    outline: 0;
}

li{
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.7em 0 .5em;

    font-weight: normal;
}

h1 {
    margin: 0 0 1em;
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
    color: #97c0f0;
}

blockquote {
    margin: 0 0 1em;
    padding: 1px 85px;
    font-size: 20px;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
}

.site-bg{
    background: #fff url('../file/site/site_bg.jpg') no-repeat 50% 50%;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body, td, select, input, textarea {
    color: #000;
    font: 16px/1.3 "Roboto Light", Helvetica, Arial, sans-serif;
}

a {
    color: #cf2819;
    text-decoration: underline;
}

/*, a:focus, a:visited*/
a:hover {
    color: #81221e;
    text-decoration: none;
}

.page-header {
    font: 30px 'Roboto Medium', sans-serif;
    color: #000;
    margin: 0 0 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.page-comp {
    color: #fff;
}

.breadcrumb {
    margin: 0 0 20px;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
    margin: 0;
    list-style: none;
    font-size: .85em;
}

.breadcrumb li:before {
    display: inline-block;
    margin: 0 5px;
    content: '/';
}

.breadcrumb li:first-child:before {
    margin: 0;
    content: '';
}


/*----------------------------------------------------------------------------------------------------------------------
    Template styles
----------------------------------------------------------------------------------------------------------------------*/



#header {
    width: 100%;
    height: 200px;
    background: #fff;
    box-shadow: 0 .7px 5px #2b2b2b;
    position: relative;
    z-index: 10;
}

#header .header_2 {
    width: 100%;
    float: left;
    background: #c3302a;
}

.header_2 a{
    font: 21px 'Roboto Regular', sans-serif;
    text-decoration: none;
    color: #fff;
    padding: 11px 22px;
}

.header_2 a:hover, .header_2 a.active{
    color: white;
    text-decoration: none;
    background-color: #a52924;
}


/*-----------------------------------------*/

.header_2 > .header_2_2 {
    max-width: 1220px;
    margin: 0 auto;
    /* height: 50px; */
    background: #c3302a;
    display: flow-root;
}

.tren {
    display: inline-block;
    padding: 9px 0;
    color: #fff;
    font: 21px 'Roboto Regular', sans-serif;
}


.menu-conteiner {
    float: right;
    right: -20px;
    display: inline-block;
}

.wl {
    display: inline-block;
    float: right;
    padding: 15px 0;
    margin: 0 15px;
    color: #fff;
}

.language {
    margin: 0 0 0 15px;
    display: inline-block;
    float: right;
    padding: 15px 0;
    color: #fff;
}

.header_2 .header_2_2 .menu {
    float: right;
    display: block;
    padding: 9px 0 12px 0;
    margin: 0;
}

.menu li {
    display: inline-block;
    padding-right: 0;
    margin: 0;
    position: relative;
}

.menu li  .top_submenu{
    position: absolute;
    display: none;
    padding: 0;
    border: 1px solid #e3dff6;
    background: #fff;
    width: 255px;
    margin: 11px 0 0 0;
}

.menu li  .top_submenu li{
    display: block;
}

.menu li  .top_submenu li a{
    color: #5e5a5a;
    font-size: 18px;
    width: 100%;
    display: block;
    padding: 8px 10px;
}

.menu li  .top_submenu li a:hover{
    color: #fff;
    background: #a52924;
}

.menu li:nth-child(5n) {
    padding: 0;
}

.logo {
    float: left;
    display: inline-block;
    position: relative;
    padding: 60px 11% 0 0;
}

.logo a {
    font: 29px 'Roboto', sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.logo a span {
    color: #c3302a;
}

.logo_ {
    height: 145px;
}

#header > .menu1 {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
    height: 150px;
}

.menu1_1 {
    display: inline-block;
    list-style-type: none;
    padding: 42px 0 0;
    margin: 0;
    text-align: right;
}

.menu1_1{
    float: left;
    margin: 0;
    color: #000;
    font: 29px 'Roboto', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.menu1_1 i {
    padding: 0 10px 0 0;
    color: #c3302a;
}

.button-send-message {
    display: inline-block;
    float: right;
    margin: 49px 0 0 0;
}

#content .middle2 {
    max-width: 1220px;
    margin: 0 auto;
    background: #fff;
}

.slide .slide-text {
    padding-top: 300px;
    display: block;
    width: 820px;
    padding-left: 100px;
    padding-bottom: 40px;
}

.slide-text h1 {
    font-size: 50px;
    text-transform: uppercase;
}

.slide-text p {
    font-size: 17px;
    font-weight: 100;
    width: 84%;
}

.slider__url {
    padding-top: 65px;
}

.button {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 40px;
    border: solid 3px #cf2819;
    font: 20px 'Roboto Medium', sans-serif;
    color: #000;
    background-color: #d1d1d1;
    cursor: pointer;
}

.button:hover {
    opacity: 0.78;
    color: #000;
}

.cont {
    padding: 11px 85px;
    color: #fff;
    font-weight: 100;
}

#content .start .block {
    display: block;
    background-color: #cecece;
    margin: 0 auto;
    padding-bottom: 35px;
}

.block .menu2 {
    float: left;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 45px 0 37px 0;
    line-height: 0;
}

.menu2 ul {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #000;
}

.menu2 ul li {
    display: inline-block;
    color: #000;
}

.menu2 ul li a {
    margin: 0 auto;
    float: left;
    color: #000;
    font-size: 26px;
    font-family: 'Roboto Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 35px;
    text-decoration: none;
}

.menu2 ul li a:hover, .menu2 ul li a.active {
    text-decoration: underline;
}

.block > .tovar {
    display: block;
    float: left;
    padding: 0 7px 20px 7px;
    width: 100%;
}

.tovar > .product {
    display: block;
    float: left;
    padding: 0 10px 10px 10px;
    width: 25%;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.tovar .product a{
    font-family: 'Roboto Medium', sans-serif;
    text-decoration: none;
    color: #000;
}

.product:hover a, .product a:hover, .product .name a:hover{
    color: #ba2516;
    text-decoration: none;
}

.tovar > .product img{
    width: 100%;
}

.tovar > .product .start-sale-name{
    margin: 15px 0 10px 0;
}


.block > .button1 {
    text-transform: uppercase;
    padding: 15px 60px;
    border: solid 3px #cf2819;
    font: 20px 'Roboto Medium', sans-serif;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    display: table;
    margin: 0 auto;
}

a.button1{
    text-decoration: none;
}

.button1:hover {
    opacity: 0.78;
}

#content .start .block2 {
    display: block;
    padding: 30px 0;
    width: 100%;
}

.block2 > .info1, .info2, .info3, .info4, .info5, .info6, .info8  {
    background-color: rgb(195, 48, 42);
    width: 70%;
    position: relative;
    margin: 10px auto;
    display: block;
    margin-bottom: 2em;
    padding-top: 35px;
    padding-left: 30px;
    padding-bottom: 45px;
}

.block2-info-text {
    display: inline-block;
    width: 56%;
}

.block2-info-text p{
    margin: 0;
}

.info1 {
    background: url(../file/site/shkpog.png) 87% 47% no-repeat;
    background-position: 98%;
}
.start-cat-item a{
    text-decoration: none;
}

.start-cat-item a:hover{
    text-decoration: underline;
}


.block2-info-text .start-cat-item-header {
    font-size: 26px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family: 'Roboto Medium', sans-serif;
    color: #fff;
    text-decoration: none;
}

.block2-info-text p {
    position: relative;
    font-family: 'Roboto Medium', sans-serif;
    padding-top: 16px;
    font-size: 16px;
    color: #fff;
}

.block2-info-text p a{
    color: #fff;
}

.info2 {
    background-image: url(../file/site/shstpog.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

.info3 {
    background-image: url(../file/site/prob.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

.info4 {
    background-image: url(../file/site/svob.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

.info5 {
    background-image: url(../file/site/.png);
    background-repeat: no-repeat;
    background-position: 91%;
}

.info6 {
    background-image: url(../file/site/raz.png);
    background-repeat: no-repeat;
    background-position: 105%;
}

.info8 {
    background-image: url(../file/site/shkmetal.png);
    background-repeat: no-repeat;
    background-position: 98%;
}

#content .start .block3 {
    display: block;
    border: 0;
    background-color: #cecece;
    text-align: center;
    width: 100%;
}

.block3 iframe {
    margin-top: 30px;
    padding: 0 12px;
}

.block3 .button2 {
    align-items: center;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 80px;
    border: solid 3px #cf2819;
    font-size: 26px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 40px auto 15px auto;
    display: table;
}

.button2:hover {
    opacity: 0.78;
}

.block3 .tex0 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 30px;
}

.tex0 a {color: #fff;}

#content .tex {
    width: 775px;
    padding: 55px 0 50px;
    margin: 0 auto;
}

#content .block4 {
    display: block;
    background-color: rgba(0,0,0,.192);
    margin: 0 4px;
    text-align: center;
}

.block4 .tex2 {
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 25px;
}

.block4 .game {
    display: block;
    padding-bottom: 50px;
}

.game a {
    display: inline-block;
    width: 12%;
    text-align: center;
    margin: 0 0 15px 0;
    transition: .3s all;
}

.game a:hover{
    transform: scale(1.2);
    transition: all 0.3s ease-out;
    opacity: 0.8;
}

#content .block-2 {
    display: block;
    background-color: rgba(0,0,0,.192);
    margin: 0;
    float: left;
    width: 100%;
}

.block2-2 > .info-katalog  {
    background-color: rgb(35, 65, 106);
    border-radius: 20px;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 35px;
    padding-bottom: 20px;
}

.block2-info2-text {
    display: inline-block;
    width: 77%;
}

.block2-info2-text h1{
    margin-bottom: 0;
    text-transform: uppercase;
}

.info-katalog {
    transition: 0.3s all;
}

.info-katalog.info-katalog3{
    background-image: none;
    padding-top: 22px;
}

.info-katalog.info-katalog7{
    background-image: url(../file/site/kat_2.png);
    background-repeat: no-repeat;
    background-position: 102% 44%;
}

.info-katalog.info-katalog8{
    background-image: url(../file/site/igr.png);
    background-repeat: no-repeat;
    background-position: 107% 44%;
}

.info-katalog.info-katalog9{
    background-image: url(../file/site/vr.png);
    background-repeat: no-repeat;
    background-position: 99% 44%;
}

.info-katalog.info-katalog10{
    background-image: url(../file/site/ofp.png);
    background-repeat: no-repeat;
    background-position: 103% 44%;
}

.info-katalog.info-katalog11{
    background-image: url(../file/site/sin.png);
    background-repeat: no-repeat;
    background-position: 99% 44%;
}

.info-katalog.info-katalog12{
    background-image: url(../file/site/raz.png);
    background-repeat: no-repeat;
    background-position: 106% 44%;
}

.info-katalog.info-katalog30{
    background-image: url(../file/site/gotovij_biznes.png);
    background-repeat: no-repeat;
    background-position: 106% 44%;
}


a.info-katalog:hover,a.info-katalog:active{
    color: #fff;
    transform: scale(1.02);
    transition: all 0.3s ease-out;
}

.block2-info2-text span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.block2-info2-text > .replacing {
    display: none;
    font-size: 26px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.block2-info2-text p {
    position: relative;
    font-family: 'Roboto', sans-serif;
    padding-top: 0;
}

.info-katalog > i.fa-chevron-left {
    font-size: 21px;
    float: left;
    padding: 10px 40px 0 40px;
}

.block-2 > .tovar-katalog {
    display: inline-block;
    padding: 0 0 45px 20px;
}

.product > .photo {
    display: inline-block;
}

.name {
    display: block;
    width: 246px;
    margin: 0 auto;
    padding-top: 13px;
}


.tovar-katalog > .shab {
    display: inline-block;
}

.product, .product-none {
    text-align: center;
    text-transform: uppercase;
}

#content .product-catalog {
    display: inline-block;
    padding: 35px 10px 55px 10px;
    margin: 0;
    width: 100%;
    background-color: #cecece;
}

.gtr {
    padding: 0 20px 55px 20px;
    clear: both;
}

.product-catalog .product  {
    display: inline-block;
    width: 295px;
    height: 405px;
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0 10px;
}

.product-catalog .product:hover a{
    color: #ba2516;
}

.product-catalog .product img{
    width: 100%;
}

#content .product-catalog.product-card{
    width: 100%;
}

#content .page {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
}

.page span {
    color: #cf2919;
}

.page a{
    font-size: 32px;
    text-transform: uppercase;;
}

#content .tex {
    width: 775px;
    padding: 45px 0 50px;
    margin: 0 auto;
    display: block;
    text-align: -webkit-left;
    color: #000;
    font-family: 'Roboto Regular', sans-serif;
}


#content .block4-2 {
    display: block;
    background-color: rgba(0,0,0,.192);
    margin: 0 4px;
    height: 40px;
}

#content .block-3 {
    display: block;
    background-color: rgb(195, 48, 42);
}

#content .block2-3 {
    display: -webkit-inline-box;
    padding: 17px 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    height: 125px
}

.block2-3 > .info-katalog-2, .info-katalog-3, .info-katalog-4 {
    width: 128px;
    position: relative;
    display: inline-block;
    float: left;
}

.info-katalog-2 {
    height: 126px;
    transition: all 0.3s;
}

.info-katalog-2 i.fa-chevron-left{
    font-size: 25px;
    float: left;
    padding: 50px 0 0 20px;
}

.info-katalog-2:hover{
    color: #fff;
    transform: scale(1.05);
    transition: all 0.3s ease-out;
}


.info-katalog-2.card-info7{
    background: url('../file/site/shkpog.png') 0 0 no-repeat;
    background-size: 100%;
}

.info-katalog-2.card-info8{
    background: url('../file/site/shstpog.png') 0 0 no-repeat;
    background-size: 100%;
}

.info-katalog-2.card-info9{
    background: rgb(35, 65, 106) url('../file/site/prob.png') 0 0 no-repeat;
    background-size: 100%;
}

.info-katalog-2.card-info10{
    background: rgb(35, 65, 106) url('../file/site/svob.png') 0 0 no-repeat;
    background-size: 100%;
}

.info-katalog-2.card-info30{
    background: rgb(35, 65, 106) url('../file/site/shkmetal.png') 0 0 no-repeat;
    background-size: 100%;
}



.info-header {
    font-size: 30px;
    color: #fff;
    padding-left: 20px;
    text-align: center;
    width: 83%;
    padding-bottom: 0;
    padding-top: 0;
    display: table;
    float: left;
    height: 93px;
    position: relative;
    top: 0;
}

.katalog-tovar {
    display: inline-block;
    width: 100%;
}

.distance {
    padding-bottom: 50px;
}


.fon-contact {
    background-color: inherit;
}

.katalog-tovar .card-left {
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 44%;
}

.card-left > i {
    padding: 0;
    font-size: 30px;
    float: none;
    color: #cf2819;
    vertical-align: top;
}

.card-left > .min-photo {
    padding-top: 8px;
    text-align: center;
}

.card-left-text {
    font: 16px 'Roboto Medium', sans-serif;
    color: #000;
    line-height: 1.5;
}

.card-img{
    width: 100%;
}

.card-img img{
    width: 100%;
}

.min-photo img {
    padding: 0 8px 8px 0;
    width: 80px;
    transition: all 0.1s;
}

.min-photo img:hover{
    transform: scale(1.1);
    transition: all 0.1s ease-out;
}

.katalog-tovar .card-right {
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    width: 55%;
    text-align: left;
}

.katalog-tovar .fon-right {
    padding-top: 0;
    padding-left: 40px;
    width: 45%;
}

.katalog-tovar .fon-left {
    width: 55%;
}

.katalog-tovar .half-left {
    width: 50%;
}

.katalog-tovar .half-right {
    width: 50%;
    padding-left: 20px;
}

.katalog-tovar .half-right img {
    width: 100%;
}

.advantages {
    display: block;
    padding: 45px 20px;
}

.advantages-text {
    font: 30px 'Roboto Medium', sans-serif;
    color: #000;
    padding-bottom: 40px;
}

.advantages-block {
    display: block;
    justify-content: space-between;
}

.advantages-desk {
    display: inline-block;
    font: 16px 'Roboto Regular', sans-serif;
    color: #000;
    padding-right: 120px;
    padding-bottom: 110px;
    vertical-align: top;
}

.advantages-desk:nth-child(3n) {
    padding-right: 0;
}

.advantages-desk img {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
}

.advantages-desk p {
    display: inline-block;
    width: 225px;
    margin: 0;
}

/*-------------------------------------------------------------------*/

.form-row-required .form-label:after {
    content: '*';
    color: rgb(195, 48, 42);
}

.form-form input.inp, .form-form textarea.inp {
    width: 350px;
    border: 1px solid #c3302a;
}

/*-------------------------------------------------------------------*/

.stock, .number {
    display: block;
    font: 16px 'Roboto Regular', sans-serif;
    padding-bottom: 10px;
}

.con {
    font: 20px 'Roboto Medium', sans-serif;
    font-weight: bold;
}

.text-add {
    padding-bottom: 30px;
}

.number {
    padding-bottom: 10px;
}

.card-right .price {
    display: block;
    padding: 5px 0 14px 0;
    font-size: 40px;
    font-weight: bold;
}

.card-right > .value {
    display: inline-block;
    padding-bottom: 10px;
}

.value input {
    background-color: #fff;
    text-align: center;
    color: #000;
    height: 50px;
    width: 275px;
    font: 16px 'Roboto Regular', sans-serif;
    outline: none;
    border: 1px solid #9a9a9a;
}

.card-right > .button-2, .btn, .blue-button, .inp_but{
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 13px 30px;
    border: solid 4px #fff;
    font-size: 20px;
    color: #fff;
    background: #cf2819;
    margin-bottom: 30px;
    float: none;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.form-but {
    border: solid 0;
    font: 16px 'Roboto Medium', sans-serif;
    padding: 18px 22px;
    margin: 0;
}

.form-buttons {
    text-align: -webkit-center;
    padding-top: 40px;
}

.button-2{
    text-decoration: none;
}

.button-2:hover, .btn:hover, .blue-button:hover, .inp_but:hover {
    opacity: 0.85;
    text-decoration: none;
    color: white;
}

.card-right > .factory {
    display: block;
    padding-bottom: 15px;
}

.factory {
    font: 16px 'Roboto Medium', sans-serif;
}

.factory p {
    font-family: 'Roboto Medium', sans-serif;
}

.factory p span {

}

.card-right > .text {
    display: block;
}

.text p {
    font-family: 'Roboto Medium', sans-serif;
}

.text ol {
    padding: 0;
}

.text ol li {
    list-style: none;
    margin-bottom: 9px;
    font-family: 'Roboto Regular', sans-serif;
}

.example {
    display: block;
}

.example > iframe {
    display: block;
    width: 480px;
    padding-bottom: 30px;
}

.gtr > .block3-3 {
    display: block;
    background-color: rgba(0,0,0,.192);
    margin-top: 20px;
    margin-bottom: 55px;
    float: left;
    width: 100%;
}

.block-3-4 {
    display: block;
    padding-top: 50px;
    padding-left: 40px;
    word-wrap: break-word;
}

.block-3-4 p {
    font: 30px 'Roboto Medium', sans-serif;
    color: #000;
    margin: 0;
}

.tovar-katalog {
    display: block;
    padding-top: 30px;
    float: left;
    padding-left: 20px;
    width: 100%;
}

.tovar-katalog > .product {
    display: block;
    padding: 0 20px 0 0;
    float: left;
}

.card-random-products .product{
    width: 25%;
    height: auto;
}

.tovar-katalog > .product-none {
    display: block;
    float: left;
}

.product > .photo {
    display: inline-block;
}

.product .name a{
    text-decoration: none;
    text-transform: none;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 20px;
    color: #000;
}

.name {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 13px;
    float: left;
}

.product > .name > .price {
    display: block;
    padding-top: 11px;
}

.tovar-katalog > .shab {
    display: inline-block;
}

.product, .product-none {
    text-align: center;
    text-transform: uppercase;
}

.info-katalog-3 {
    font-size: 22px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s;
}

.info-katalog-3:hover{
    transform: scale(1.05);
    transition: all 0.3s ease-out;
    color: #fff;
}

.info-katalog-3 i.fa-chevron-left {
    font-size: 25px;
    float: left;
    padding: 50px 0 0 20px;
}

.next {
    display: block;
    padding: 30px 0 30px 60px;
}

.info-header-2, .info-header-3 {
    display: block;
    font-size: 30px;
    color: #fff;
    padding-top: 35px;
    padding-left: 20px;
    text-align: center;
    width: 65%;
}

#content .merchandise {
    display: block;
    padding: 30px 20px 0 20px;
    margin-bottom: 233px;
}

.content{
    padding: 20px 20px 40px 20px;
}

.nomination {
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}

.nomination ul {
    float: right;
    display: inline-block;
    margin: 0;
    width: 630px;
}

.nomination ul li {
    display: inline-block;
    font: 16px "Roboto", sans-serif;
    color: #fff;
    width: 32%;
    text-align: center;
}

.goods {
    display: block;
    position: relative;
}

.goods-product {
    display: block;
    background-color: rgba(0,0,0,.192);
    vertical-align: middle;
    margin-bottom: 11px;
}

.goods-product img {
    margin: 20px;
    width: 87px;
}

.goods-product a{
    text-decoration: none;
}

.goods-product > .goods-name {
    display: inline-block;
    width: 32.9%;
    vertical-align: top;
    padding: 39px 0 0 0;
}

.goods-name, .goods-price span {
    font: 18px "Roboto", sans-serif;
    font-weight: bold;
    color: #fff;
}

.goods-price {
    display: inline-block;
    vertical-align: top;
    padding-top: 40px;
    width: 630px;
    float: right;
    margin: 0 0px 0 0;
}

.goods-price ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

.goods-price ul li {
    display: inline-block;
    font: 18px "Roboto", sans-serif;
    color: #fff;
    width: 32%;
    text-align: center;
}

.goods-price ul li .value input {
    width: 165px;
    height: 45px;
}

.result {
    display: block;
    text-align: right;
    padding-bottom: 0;
}

.result ul {
    display: inline-block;
}

.result ul li {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding-left: 30px;
}

.button-2 {
    padding: 15px 55px;
    border: solid 4px #fff;
    font: 20px 'Roboto Medium', sans-serif;
    color: #fff;
    background: #cf2819;
    display: inline-block;
}

.button-2:hover {
    opacity: 0.85;
}

.info-katalog-4 {
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,.192);
    border-radius: 20px;
    float: left;
    position: relative;
    top: 7px;
}

.info-katalog-4:hover{
    color: #fff;
    opacity: 0.8;
}

.info-katalog-4 > i.fa-chevron-left {
    padding: 28px 0 0 29px;
    font-size: 24px;
    color: #fff;
}

.info-header-3 {
    width: 79%;
    padding-bottom: 10px;
    padding-top: 20px;
}

#content .lining {
    display: block;
    width: 560px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 200px;
}

.lining > .hint {
    font-size: 20px;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 35px;
}

.initials {
    display: block;
    padding-bottom: 15px;
}

.initials span {
    font: 16px "Roboto", sans-serif;
    color: #fff;
    font-weight: 100;
}

.initials .value {
    padding-top: 5px;
}

.initials .value input {
    width: 560px;
    height: 40px;
    text-align: left;
    font-size: 14px;
}

.choice {
    display: flex;
    padding-top: 40px;
}

.choice input {
    margin-right: 15px;
}

.choice span {
    font: 16px "Roboto", sans-serif;
    color: #fff;
}

.cleek {
    display: flex;
    padding-top: 40px;
}

.cleek > .button {
    padding: 11px 100px;
    margin-right: 15px;
    margin-top: 0;
}

.cleek > .button-2 {
    padding: 11px 44px;
    border: solid 3px #fff;
}

.speech {
    display: block;
    padding: 35px 0 40px 0;
    margin: 0 auto;
    width: 80%;
}

.speech > .paragraph, .paragraph3 {
    margin: 0 auto;
    width: 940px;
    padding-bottom: 65px;
}

#footer {
    width: 100%;
    background: #c3302a;
}

.footer-menu {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}

.footer-menu > .footer-menu-2 {
    padding: 60px 0 40px 0;
    width: 99%;
    display: -webkit-box;
}

.menu-foot {
    display: block;
    width: 31.5%;
    margin: 0 1%;;
}

.menu-foot ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-foot ul li{
    margin: 0;
}

.menu-foot ul li a {
    font: 19px 'Roboto Light', sans-serif;
    font-weight: 100;
    color: #fff;
    line-height: 2em;
    text-decoration: none;
    display: block;
}

.menu-foot ul li a:hover{
    text-decoration: underline;
}

span.menu-foot-header {
    font: 25px 'Roboto Regular', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 2em;
    min-height: 47px;
    display: inline-block;
}

span.red {
    color: #c3302a;
    padding: 1px;
}
.red-star{
    color: #c3302a;
}

.footer2 {
    width: 100%;
    background: #ededed;
    color: #000;
}

.footer2 a, .footer2 p{
    color: black;
    font-family: 'Roboto Regular',sans-serif;
    margin: 0;
}

.footer2 a{
    text-decoration: underline;
}

.foot {
    max-width: 1220px;
    padding: 20px 0;
    margin: 0 auto;
    display: block;
}

.mail, .razr {
    font: 13px 'Roboto Regular', sans-serif;
    padding-top: 0px;
    display: inline-block;
    width: 50%;
}

.razr {
    float: right;
    text-align: right;
}

.foot .button4 {
    display: none;
    text-transform: uppercase;
    padding: 11px 110px;
    font: 22px 'Roboto', sans-serif;
    color: #fff;
    background: #ba2516;
    margin: 0 auto;
    text-decoration: none;
}


.start-slider{
    position: relative;
    margin: 0 auto;
    height: 595px;
    border-left: 4px solid #ba2516;
    border-right: 4px solid #ba2516;
}

#content .start {
    border-left: 4px solid #ba2516;
    border-right: 4px solid #ba2516;
}

.owl-stage-outer{
    width: 100%;
}

.slider-item{
    height: 595px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.slider-item .button{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 11px 85px;
    color: #fff;
    font-weight: normal;
}

.start-slider .slider__texts {
    padding-top: 175px;
    display: block;
    width: 820px;
    padding-left: 120px;
    color: #fff;
    font-family: 'Arial Regular', sans-serif;
}

.slider__texts .content-wrapper{
    margin: 0;
}


.start-slider .slider__text1 {
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.start-slider .slider__text2 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 100;
}


.start-slider .btn{
    width: 280px;
}

.start-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.start-slider .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}

.start-slider .owl-dot.active{
    background: #c3302a;
}

.start-cat-item{
    /*transition: .3s all;*/
    min-height: 170px;
}

.start-cat-item:hover{
    /*transform: scale(1.05);*/
    /*transition: all 0.3s ease-out;*/
    color: #fff;
}

.padd {
    padding-top: 45px;
    padding-bottom: 55px;
}

.h2_templates{
    margin-top: 0;
}

.htmledit-block-3{
    float: left;
    width: 33%;
    padding: 0 1% 15px 1%;
}

.htmledit-block-imgleft, .htmledit-block-textleft{
    float: left;
    width: 50%;
    padding: 0 2% 0 0;
}

.htmledit-block-textright, .htmledit-block-imgright{
    float: left;
    width: 50%;
    padding: 0 0 0 2%;
}

.htmledit-block-4{
    padding: 0 1% 0 1%;
    margin: 0 0 15px 0;
    width: 25%;
    float: left;
}

.htmledit-block-2{
    padding: 0 2% 15px 0;
    width: 50%;
    float: left;
}

.prev-page-button{
    cursor: pointer;
}

.owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
}

.owl-nav i.fa-chevron-left {
    position: absolute;
    font-size: 30px;
    color: #cf2819;
    left: 15px;
    margin-top: -11px;
}

.owl-nav i.fa-chevron-right {
    position: absolute;
    font-size: 30px;
    color: #cf2819;
    right: 15px;
    margin-top: -11px;
}

.top-min-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #dbdee2;;
    z-index: 11;
    display: none;
}

.top-min-menu-header{
    background: #c3302a;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid black;
    padding: 15px 0;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
}

.top-min-menu-header .fa-close{
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 28px;
    top: 10px;
}

.top-min-menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top-min-menu ul li{
    margin: 0;
}

.top-min-menu ul li a{
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    padding: 15px 0 15px 21px;
    display: block;
    border-bottom: 1px solid #a7a7a7;
}

.top-min-menu ul li a:hover, .top-min-menu ul li a:active{
    background: -webkit-linear-gradient(bottom, #d1d1d1 0%, #ECECEC 100%);
}

.top_min_submenu{
    display: none;
}

.top-min-menu .top_min_submenu li a{
    padding-left: 44px;
    font-size: 20px;
}

.bas-item-del{
    position: absolute;
    top: 0;
    right: 0;
    color: #1c334e;
    font-size: 22px;
    padding: 7px 11px;
    cursor: pointer
}

.bas-item-del:hover, .bas-item-del:active{
    color: #fff;
}


.fp_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    z-index: 1000;

}

.popup_window_call_order,
.popup_window_send_quest,
.popup_window_call_order_product{
    background-color: #f8f8f8;
    padding: 30px 50px 3px 50px;
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 9999;
    display: none;
    min-height: 200px;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 3px 14px #000;
    width: 450px;
    margin-left: -225px;
}


#close_window {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.pop-window-header{
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 0 0 25px 0;
}

.btn.btn-to-catalog{
    float: left;
}

.btn.btn-to-basket{
    float: right;
}

.btn.btn-to-basket, .btn.btn-to-catalog{
    width: 280px;
    text-align: center;
    padding: 9px 33px;
}

#close_window {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 26px;
    right: 15px;
    cursor: pointer;
    display: block;
    font-size: 28px;
}

.bas-order-button{
    float: right;
}

.width_60{
    margin: 0 auto 20px auto;
    width: 60%;
}

i.fa-bars {
    display: none;
}

.top-phone-mobile{
    display: none;
}

.question-form-row{
    margin: 0 20px 0 20px;
    padding: 45px 45px;
    background-color: #ededed;
}


#frm-quest .page-header{
    font: 30px 'Roboto Medium', sans-serif;
    padding: 0 0 15px 19px;
    width: 100%;
    display: block;
}

#frm-feedback{
    margin: 40px 0 0 0;
}

#frm-feedback .form-row-required, #frm-quest .form-row-required{
    display: inline-block;
}

#frm-feedback .page-header{
    display: block;
    padding: 0 0 15px 21px;
}

a.piece {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 1% 35px 1%;
    width: 31%;
    position: relative;
}


a.piece > span {
    display: block;
    margin-top: 15px;
    color: #082a6e;
    text-align: center;
}



.piece_img{
    overflow: hidden;
    transition: .3s all;
}

a.piece:hover .piece_img{
    transform: scale(1.05);
    transition: all 0.3s ease-out;
    opacity: 0.8;
}

.piece_img div{
    width: 99%;
    border: 1px solid #fff;
    line-height: 0;
}

.piece_img img{
    width: 100%;
}


p > img.dops {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
}


.tabletop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    width: 100%;
}

.tabletop >.tabletop-text {
    font-size: 22px;
    padding-left: 35px;
}

.tabletop-text .services-header {
    font-size: 40px;
    margin: 0 0 15px 0;
    font-weight: bold;
}



.tabletop-text a {
    text-decoration: none;
}

.tabletop .services-img {
    width: 33%;
}

.tabletop .services-img img{
    width: 100%;
}

#contact-map-container{
    height: 400px;
}