/*----------------------------------------------------------------------------------------------------------------------
    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;
    padding: 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.

 * 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 {
    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
   ========================================================================== */

html {
    color: #000;
}

/*
 * 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: #b3ceef;
    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;
}

/* ==========================================================================
   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;
    }
}


/*----------------------------------------------------------------------------------------------------------------------
    Base grid
----------------------------------------------------------------------------------------------------------------------*/

.content-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 940px;
    position: relative;
}

/* Content table */
.table {
    width: 100%;
}

.table td {
    padding: 10px 14px;
    border-bottom: 1px solid #00589b;
}

.table .table-th,
.table th {
    /* font-weight: bold; */
}

a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

blockquote {
    margin: 0 0 1em;
    padding: 1px 25px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-left: 3px solid #00589b;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
}

a,
a * {
    color: #ed1c24;
}

/*, a:focus, a:visited*/
a:hover,
a:hover * {}

ul,
li {
    margin: 0;
    padding: 0;
}

.breadcrumb {
    max-width: 1400px;
    margin: 1rem auto;
    padding: 5px 10px;
}

.breadcrumb span {
    padding: 0 4px;
}

.breadcrumb span.breakpoint {
    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 {*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*background: #fff;*/
/*z-index: 10000;*/
/*transition: .24s;*/
/*-webkit-transform: translate3d(0,0,0);*/
/*transform: translate3d(0,0,0);*/
/*width: 100%;*/
/*}*/

/*.middle {*/
/*padding-top: 160px;*/
/*}*/

.header {
    max-width: 1300px;
    margin: 0 auto;
}

.tel-address {
    display: flex;
    justify-content: flex-end;
    margin-right: -20px;
}

.adds {
    font-family: 'SamsungOne', sans-serif;
    color: #00bcd4;
    font-weight: 600;
    font-size: 13px;
    margin-right: 30px;
    padding: 3px 0 0 0;
}

.adds a {
    color: #00bcd4;
}

.adds a img {
    padding-right: 5px;
}

.phone,
.call-but {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 3px 0 6px 0;
}

.phone {
    width: 320px;
    color: #00bcd4;
    border-bottom: 1px solid #00bcd4;
    border-bottom-left-radius: 20px;
}

.call-but {
    background: #005aab;
    width: 290px;
    border-bottom-right-radius: 15px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.call-but:hover {
    background: #3b3950;
    transition: 0.4s;
}

.menu-head1 {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    overflow: visible;
}

.main-menu {
    height: 74px;
}

.main-menu ul {
    display: flex;
    align-items: center;
    height: inherit;
}

.main-menu ul li {
    padding-right: 33px;
    list-style: none;
}

.main-menu ul li:last-child {
    padding-right: 0;
}

.main-menu ul li a {
    font: 12px 'SamsungOne';
    color: #1b1c22;
    text-transform: uppercase;
    text-decoration: none;
}

.head2 {
    background: #616a83;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.192);
}

.head2-content {
    max-width: 1300px;
    margin: 0 auto;
}

.head2-menu ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.head2-menu ul li {
    /*border-right: 1px #3d414c solid;*/
}

.head2-menu ul li a {
    padding: 20px;
    text-transform: uppercase;
    font: 13.5px "SamsungOne";
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;

}

.head2-menu ul li:last-child {
    border-right: none;
}

.head2-menu ul li a:hover {
    background: url("../file/img/mh1.png") no-repeat;

}

.section {
    display: block;
    padding-bottom: 57px;
    padding-top: 75px;
    max-width: 1300px;
    margin: 0 auto;
    font: 12px 'Roboto Condensed';
}

.section .dye {
    color: #929292;
}

.idea {
    max-width: 100%;
    padding-top: 80px;
}

.id-head {
    font: 30px "Roboto Condensed";
    color: #343434;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
}

.id-content {
    display: flex;
    color: #fff;
    max-height: 492px;
}

.en-block h3 {
    text-transform: uppercase;
}

.en-block span {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 19px;
}

.en-block p {
    line-height: 1.8;
    font-size: 14px;
}

.idc1 {
    max-width: 50%;
    height: 482px;
}

.idc1 img {
    width: 100%;
    height: inherit;
}

.idc2 {
    background-image: url("/wp-content/uploads/2019/03/idc2.png");
    max-width: 54%;
}

.idc-content {
    padding: 8.4% 0 0 11%;
}

.en-block {
    width: 64%;
}

.en-head {
    line-height: 1.5;
    padding-bottom: 10px;
}

.properties {
    max-width: 1164px;
    margin: 0 auto;
}

.en-prop1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    flex-flow: wrap;
}

.en-prop2 {
    display: flex;
    justify-content: space-around;
}

.prop {
    display: inline-block;
    font-size: 15px;
    color: #343434;
    text-align: center;
    width: 275px;
    margin-bottom: 50px;
}

.prop-t {
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
}

.prop-t2 {
    font-family: "Montserrat-Regular", sans-serif;
}

.prop-img {
    padding-bottom: 40px;
}

.prop-img img {
    width: 122px;
}

.prop-img .pri2 {
    width: 133px;
}

.prop-img .pri3 {
    width: 127px;
}

.prop-img .pri4 {
    width: 140px;
}

.prop-img .pri5 {
    width: 114px;
}

.prop-img .hp1 {
    width: 113px;
}

.prop-img .hp2 {
    width: 104px;
}

.prop-img .hp3 {
    width: 100px;
}

.prop-img .hp4 {
    width: 79px;
}

.prop-img .hp5 {
    width: 106px;
}

.hang {
    padding-bottom: 165px;
}

.videowall {
    background: #f7f7f7;
    margin-bottom: 144px;
}

.en-vid {
    padding: 40px 0;
    color: #343434;
    font: 15px "Montserrat-Regular";
    max-width: 1300px;
    margin: 0 auto;
}

.vid span {
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold", sans-serif;
}

.vid {
    padding-bottom: 20px;
}

.vid:last-child {
    padding-bottom: 0;
}

.decision {
    padding-top: 96px;
}

.en-decis {
    background: #f6f6f6;
}

.taste {
    max-width: 1300px;
    margin: 0 auto;
}

.en-test {
    display: flex;
    justify-content: space-around;
}

.taste {
    padding-bottom: 150px;
}

.depiction {
    max-width: 1164px;
    margin: 0 auto;
    padding-bottom: 148px;
}

.dep-menu {}

.dep-menu ul.tabs-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-bottom: 14px;
    border-bottom: 4px #efefef solid;
}

.dep-menu ul li a {
    text-transform: uppercase;
    color: #51688c;
    font: 17px "Montserrat-Bold";
    text-decoration: none;
    padding-bottom: 17px;
}

/*.dep-menu ul li a:hover {*/
/*color: #343434;*/
/*background-image: url(../file/img/underscore.jpg);*/
/*background-position-y: bottom;*/
/*background-position-x: center;*/
/*background-repeat: no-repeat;*/
/*}*/

.dep-content {
    font: 16px "Roboto Condensed";
    color: #343434;
    margin-top: 68px;
}

#dep2,
#dep3 {
    display: none;
}

.d-head {
    padding-bottom: 38px;
}

.dep-content ul {
    padding-left: 18px;
    line-height: 1.7;
    list-style: none;
}

.dep-content ul li {
    padding-left: 15px;
    position: relative;
}

.dep-content ul li::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
    padding-right: 8px;
    color: #ff1046;
    position: absolute;
    top: -11px;
    left: -18px;
    font-size: 27px;
}

.tabs-menu .active {
    color: #343434;
    background-image: url(/wp-content/uploads/2019/03/underscore.jpg);
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
}

.en-dec {
    max-width: 1164px;
    margin: 0 auto;
    display: flex;
}

.dec-block {
    width: 370px;
    background-color: #fff;
    display: inline-block;
    margin-right: 30px;
}

.dec-block:last-child {
    margin-right: 0;
}

.dec-cont {
    padding: 34px 30px;
    display: inline-block;
}

.dec-name {
    font: 15px "Montserrat-Bold";
}

.dec-name,
.dec-des {
    color: #343434;
}

.dec-des {
    padding-top: 30px;
    font: 12px "Montserrat-Light";
    padding-bottom: 27px;
}

.dec-block img {
    width: 100%;
}

.owl-dots {
    display: block !important;
    text-align: center;
}

.owl-dot span {
    width: 8px;
    height: 8px;
    background: #dddddd;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-top: 30px;
}

.owl-dot span:hover {
    background: #dd1b3c;
}

#content_form {
    background-size: cover;
    background-position: center;
    padding: 15px 0;
}

#content_form .id-head {
    color: #005aab;
    text-shadow: #005aab;
}

.ord-form {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 23px;
}

.form-row {
    display: flex;
    align-items: flex-end;
}

.form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
}

#input,
#zakaz1,
#zakaz {
    background-color: transparent;
    border: 2px #fff solid;
    padding: 14px 0;
    width: 221px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    display: block;
}

#input:hover {
    opacity: .7;
}

#input:active {
    position: relative;
    top: 1px;
}

.fit {
    background-color: transparent;
    border: 0;
    border-bottom: 1px #fff solid;
    color: #fff;
    width: 185px;
}

input::-webkit-input-placeholder {
    color: #fff;
}

.fw {
    width: 249px;
}

option {
    background: #616983;
    border: 0;
}

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

.pseudocheckbox::before {
    content: "\00A0";
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-right: 6px;
    text-align: center;
    font-family: "SamsungOne", sans-serif;
    font-size: 13px;
    color: #fff;
}

input[type=checkbox]:checked+.pseudocheckbox::before {
    content: "\2714";
    padding: 0;
}

.pseudocheckbox:hover {
    margin: 0;
    padding: 0;
}

.pseudocheckbox {
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
}

.check {
    text-align: center;
}

.myButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dd1b3b), color-stop(1, #dd1b3b));
    background: -moz-linear-gradient(top, #dd1b3b 5%, #dd1b3b 100%);
    background: -webkit-linear-gradient(top, #dd1b3b 5%, #dd1b3b 100%);
    background: -o-linear-gradient(top, #dd1b3b 5%, #dd1b3b 100%);
    background: -ms-linear-gradient(top, #dd1b3b 5%, #dd1b3b 100%);
    background: linear-gradient(to bottom, #ed1c24 5%, #ed1c24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd1b3b', endColorstr='#dd1b3b', GradientType=0);
    background-color: #ed1c24;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    padding: 11px 22px;
    text-decoration: none;
    border: 2px #dd1b3c solid;
}

.myButton:hover {
    background: transparent;
    border: 2px #ed1c24 solid;
    color: #ed1c24;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.owl-prev:hover,
.owl-next:hover {
    color: #00bcd4;
}

.owl-nav {
    position: absolute;
    top: 56%;
    width: 100%;
}

.owl-prev {
    position: relative;
    left: -100px;
    float: left;
}

.owl-next {
    right: -100px;
    float: right;
    position: relative;
}


.footer {}

.en-footer {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 119px;
}

.head-footer {
    font: 30px "Roboto Condensed";
    color: #ec2014;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 100px;
    text-shadow: 0px 0px 3px #ec20147a;
}

.foot-block {
    width: 19%;
    display: inline-block;
    margin-right: 98px;
    margin-bottom: 70px;
}

.foot-block:nth-child(4n) {
    margin-right: 0;
}

.min-head a {
    font: 16px "Roboto Condensed";
    color: #00bcd4;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.min-head a i {
    font-size: 21px;
    color: #00bcd4;
    padding-left: 5px;
}

.foot-block ul {
    list-style: none;
    padding-top: 20px !important;
}

.foot-block ul li {
    line-height: 1.4;
    padding-bottom: 7px;
}

.foot-block ul li a {
    font: 15px "SamsungOne";
    color: #343434;
    text-decoration: none;
    text-transform: none;
    white-space: unset;
}

.foot-block ul li a:hover {
    color: #9e9e9e;
    border-bottom: 1px #9e9e9e solid;
    border-bottom-style: dotted;
}

.menu-foot {
    display: flex;
    flex-wrap: wrap;
}

.en-footer2 {
    background: #252525;
    height: 46px;
}

.menu-foot2 {
    max-width: 1300px;
    margin: 0 auto;
    height: inherit;
    /* overflow: hidden; */
}

.menu-foot2 ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    margin: 0;
    height: inherit;
    align-items: center;
    flex-direction: unset !important;
}

.menu-foot2 ul li a {
    font: 14px "Roboto Condensed";
    color: #d8d8d8;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-foot2 ul li a:hover {
    color: #25c2d0;
}

.en-footer3 {
    background: #323232;
}

.footer-content {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 80px;
}

.networks {
    font: 20px "Roboto Condensed";
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 100;
}

.footerSocials {
    display: inline-flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 !important;
    margin-left: 20px;
}

.footerSocials__icon.vk {
    background: #45668e;
}

.footerSocials__icon.insta {
    background: #e1306c;
}

.footerSocials__icon.facebook {
    background: #3b5999;
}

.footerSocials__icon.twitter {
    background: #55acee;
}

.footerSocials__icon.skype {
    background: #00aff0;
}

.footerSocials__icon.youtube {
    background: #c4302b;
}

.footerSocials__icon.odnoklassniki {
    background: #ee8208;
}


[class^="socicon-"],
[class*=" socicon-"] {
    /* font-family: 'Socicon' !important; */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
}

.footerSocials__icon span {
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.footerSocials__icon {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
}

.socicon-vkontakte:before {
    content: "\f189";
}

.socicon-instagram:before {
    content: "\f16d";
}

.socicon-facebook:before {
    content: "\f09a";
}

.socicon-twitter:before {
    content: "\f099";
}

.foot-mail a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.foot-mail a img {
    margin-right: 9px;
}

.foot-phone a {
    font: 20px "Roboto Condensed";
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}

.foot-phone img {
    padding-right: 3px;
}

#anchor-tag,
#anchor-tag2,
#anchor-tag3 {
    display: flex;
    justify-content: center;
}

#anchor-tag a,
#anchor-tag2 a,
#anchor-tag3 a {
    text-decoration: none;
    margin-right: 20px;
    width: 412px;
}

#anchor-tag a:last-child {
    margin-right: 0;
}

#anchor-tag a img,
#anchor-tag2 a img,
#anchor-tag3 a img {
    width: 100%;
    height: 100%;
}

/*#anchor-tag2 a img {*/
/*width: 412px;*/
/*height: 397px;*/
/*}*/

.resh {
    display: none;
    position: absolute;
    top: 102px;
    background: #f8f8f8;
    left: 0;
    width: 100%;
    /*display: flex;*/
    padding: 20px;
}

.resh .fbm {
    width: 12%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}

.resh .foot-block ul {
    display: block;
}

.en-resh {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.fbm .min-head a {
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    white-space: unset;
}

.fbm .min-head a i {
    color: #212529;
    font-weight: 500;
    font-size: 14px;
}



.fbm .min-head a:hover>i {
    color: #00bcd4;
    font-weight: bold;
}

.fbm .min-head a:hover {
    color: #00bcd4;
    font-weight: bold;
}

.fbm ul li a {
    font-size: 12px;
}

.fbm ul li a:hover {
    color: #00bcd4;
    border-bottom-color: #00bcd4;
}

.amob2 {
    display: none;
}

.row-block {
    background: #005aab;
    height: 44px;
    position: relative;
    z-index: 9;
}


/*----MOBILE----*/

.main-menu-mob {
    display: none;
}

.call-but-mob {
    display: none;
}

.contentRow {
    max-width: 1300px;
    margin: 0 auto;
}

.row-slide {
    max-width: 1160px;
}

.en-row {
    max-width: unset !important;
    margin: unset !important;
}

.co-back {
    background: #ffffff;
}

.db {
    padding: 0 34px;
    margin-bottom: 30px;
    display: none;
}

.mb30:hover .db {
    display: block;
}

.mb30:hover .tilter__image {
    height: 260px;
}

.mb30:hover .tilter__caption {
    color: #496387;
}

a.sharelink.share_gplus {
    display: none;
}

/*----MOBILE----*/


/*-------FONT-------



/*-------FONT-------*/