/*! 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,
hgroup,
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"],
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: content-box;
        /* 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;
}

.footer .list-links, .social-networks, .list-info, .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #494a50;
    background: #fff;
    font: 12px/1.452 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: #555;
}

h1, .h1 {
    font-size: 30px;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 40px;
    }
}

@media (min-width: 1500px) {
    h1, .h1 {
        font-size: 60px;
    }
}

h2, .h2 {
    font-size: 30px;
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 40px;
    }
}

@media (min-width: 1500px) {
    h2, .h2 {
        font-size: 60px;
    }
}

h3, .h3 {
    font-size: 26px;
}

@media (min-width: 768px) {
    h3, .h3 {
        font-size: 32px;
    }
}

@media (min-width: 1500px) {
    h3, .h3 {
        font-size: 39px;
    }
}

h4, .h4 {
    font-size: 17px;
}

@media (min-width: 768px) {
    h4, .h4 {
        font-size: 19px;
    }
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 22px;
    }
}

@media (min-width: 1500px) {
    h4, .h4 {
        font-size: 25px;
    }
}

h5, .h5 {
    font-size: 20px;
}

@media (min-width: 1500px) {
    h5, .h5 {
        font-size: 20px;
    }
}

h6, .h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #76bb20;
    text-decoration: none;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

    a:hover, a:focus {
        color: #3f6411;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 11px;
    font-size: 16px;
    line-height: 18px;
    background: #f5f5f5;
}

    input[type='text']:focus,
    input[type='tel']:focus,
    input[type='email']:focus,
    input[type='search']:focus,
    input[type='password']:focus,
    textarea:focus {
        border-color: #333;
    }

    input[type='text']::-webkit-input-placeholder,
    input[type='tel']::-webkit-input-placeholder,
    input[type='email']::-webkit-input-placeholder,
    input[type='search']::-webkit-input-placeholder,
    input[type='password']::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #909090;
    }

    input[type='text']::-moz-placeholder,
    input[type='tel']::-moz-placeholder,
    input[type='email']::-moz-placeholder,
    input[type='search']::-moz-placeholder,
    input[type='password']::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #909090;
    }

    input[type='text']:-moz-placeholder,
    input[type='tel']:-moz-placeholder,
    input[type='email']:-moz-placeholder,
    input[type='search']:-moz-placeholder,
    input[type='password']:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #909090;
    }

    input[type='text']:-ms-input-placeholder,
    input[type='tel']:-ms-input-placeholder,
    input[type='email']:-ms-input-placeholder,
    input[type='search']:-ms-input-placeholder,
    input[type='password']:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #909090;
    }

    input[type='text'].placeholder,
    input[type='tel'].placeholder,
    input[type='email'].placeholder,
    input[type='search'].placeholder,
    input[type='password'].placeholder,
    textarea.placeholder {
        color: #909090;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff") format("woff2");
    font-weight: 400;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-star-o:before {
    content: "\e913";
}

.icon-star:before {
    content: "\e914";
}

.icon-search:before {
    content: "\e903";
}

.icon-shopping-cart:before {
    content: "\e900";
}

.icon-instagram:before {
    content: "\e901";
}

.icon-cart:before {
    content: "\e93a";
}

.icon-search1:before {
    content: "\e986";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-linkedin2:before {
    content: "\eaca";
}

.header {
    position: relative;
    padding: 15px 0;
}

@media (min-width: 1024px) {
    .header {
        padding: 15px 0 30px;
    }
}

@media (min-width: 1500px) {
    .header {
        padding: 30px 0;
    }
}

.header .container {
    max-width: 1840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .header .container {
        position: relative;
    }
}

@media (min-width: 1500px) {
    .header .container {
        padding-left: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header .right-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    z-index: 99;
    /*max-height: 0;*/
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
}

@media (min-width: 1024px) {
    .header .right-area {
        z-index: inherit;
    }
}

.nav-active .header .right-area {
    max-height: inherit;
}

@media (min-width: 1024px) {
    .header .right-area {
        display: block;
        max-height: inherit;
        overflow: visible;
        padding: 0 0 0 20px;
        border: none;
        position: static;
        background: none;
        width: calc(100% - 130px);
    }
}

@media (min-width: 1200px) {
    .header .right-area {
        width: calc(100% - 170px);
    }
}

@media (min-width: 1500px) {
    .header .right-area {
        width: calc(100% - 300px);
        padding: 11px 0 0 20px;
    }
}

.header .area-wrap {
    position: relative;
    background: #fff;
    border-top: 2px solid #703ca8;
    border-bottom: 2px solid #703ca8;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: 15px;*/
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.nav-active .header .area-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (min-width: 1024px) {
    .header .area-wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0;
        display: block;
        background: none;
        border: none;
    }
}

.header .cart {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    right: 60px;
    bottom: 23px;
    border: 1px solid #ebebeb;
    color: #494a50;
    padding: 10px;
    border-radius: 4px;
    z-index: 5;
}

@media (min-width: 1024px) {
    .header .cart {
        bottom: -12px;
        right: 15px;
    }
}

@media (min-width: 1200px) {
    .header .cart {
        font-size: 19px;
        line-height: 23px;
        bottom: -15px;
        padding: 14px 17px;
    }
}

@media (min-width: 1500px) {
    .header .cart {
        bottom: 10px;
    }
}

.header .cart:hover {
    color: #703ca8;
}

.header .cart .icon {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    color: #703ca8;
    padding: 0 10px 0 0;
}

.header .social-networks {
    width: 100%;
    margin: 0 -4px 15px;
}

@media (min-width: 1024px) {
    .header .social-networks {
        width: auto;
        margin: 0 -4px -4px;
    }
}

.logo {
    display: block;
    width: 130px;
}

@media (min-width: 1200px) {
    .logo {
        width: 170px;
    }
}

@media (min-width: 1500px) {
    .logo {
        width: 330px;
    }
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 22px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .top-area {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 1500px) {
    .top-area {
        margin: 0 0 32px;
    }
}

.top-area .tel {
    font-size: 28px;
    line-height: 32px;
    color: #703ca8;
    font-weight: 700;
    margin: 0 0 15px;
}

@media (min-width: 1024px) {
    .top-area .tel {
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1200px) {
    .top-area .tel {
        font-size: 37px;
        line-height: 41px;
        margin: 0 35px -3px 0;
    }
}

.top-area .tel:hover {
    color: #572f82;
}

.footer {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    background: #f2f8eb;
    padding: 40px 0;
    color: #555;
}

@media (min-width: 768px) {
    .footer {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (min-width: 1024px) {
    .footer {
        font-size: 19px;
        line-height: 22px;
        padding: 70px 0;
    }
}

@media (min-width: 1500px) {
    .footer {
        padding: 98px 0 86px;
    }
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer h4 {
    line-height: 1.76;
    margin: 0 0 27px;
}

.footer h5 {
    margin: 0 0 3px;
}

.footer .form-area {
    width: 100%;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .footer .form-area {
        margin: 0 0 50px;
    }
}

@media (min-width: 1500px) {
    .footer .form-area {
        width: 39.5%;
        margin: 0;
    }
}

.footer .links-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1500px) {
    .footer .links-area {
        width: 52.5%;
        padding: 9px 0 0;
    }
}

.footer .links-area .col {
    width: 100%;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .footer .links-area .col {
        width: 32%;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .footer .links-area .col {
        width: 30.3%;
    }
}

@media (min-width: 768px) {
    .footer .links-area .col:first-child {
        width: 27%;
    }
}

.footer .list-links {
    padding: 9px 0 0;
}

    .footer .list-links li {
        margin: 0 0 13px;
    }

    .footer .list-links a {
        color: #555;
    }

        .footer .list-links a:hover {
            color: #76bb20;
        }

.footer address {
    line-height: 32px;
    font-style: normal;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .footer address {
        margin: 0 0 40px;
    }
}

@media (min-width: 1024px) {
    .footer address {
        line-height: 38px;
        margin: 0 0 72px;
    }
}

.footer address .tel {
    display: block;
}

.footer address a {
    color: #555;
}

    .footer address a:hover {
        color: #703ca8;
    }

.footer .social-networks {
    padding: 18px 0 0;
}

@media (min-width: 768px) {
    body {
        font-size: 17px;
    }
}

@media (min-width: 1500px) {
    body {
        font-size: 21px;
    }
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding: 11px;
    text-align: center;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    text-transform: uppercase;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .btn {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 1500px) {
    .btn {
        font-size: 25px;
        line-height: 28px;
    }
}

.btn:hover {
    color: #fff;
}

.btn-large {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 26px;
}

@media (min-width: 768px) {
    .btn-large {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (min-width: 1024px) {
    .btn-large {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 1500px) {
    .btn-large {
        font-size: 33px;
        line-height: 36px;
    }
}

.btn-primary {
    background: #76bb20;
}

    .btn-primary:hover {
        background: #3f6411;
    }

.btn-secondary {
    background: #703ca8;
}

    .btn-secondary:hover {
        background: #3e215d;
    }

.btn-info {
    background: #494a50;
}

    .btn-info:hover {
        background: #18191b;
    }

.btn-link {
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    text-align: center;
    font-weight: 700;
    color: #76bb20;
    padding: 16px;
    border-radius: 10px;
    -webkit-transition: color 0.4s ease, background 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease;
}

@media (min-width: 768px) {
    .btn-link {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (min-width: 1024px) {
    .btn-link {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (min-width: 1500px) {
    .btn-link {
        font-size: 33px;
        line-height: 36px;
    }
}

.btn-link:hover {
    background: #76bb20;
    color: #fff;
}

.btn-link.secondary {
    color: #703ca8;
}

    .btn-link.secondary:hover {
        background: #703ca8;
        color: #fff;
    }

.text-center {
    text-align: center;
}

.container {
    max-width: 1787px;
    margin: 0 auto;
    padding: 0 15px;
}

.head {
    font-size: 17px;
    line-height: 1.4839;
    max-width: 1280px;
    margin: 0 auto 30px;
    color: #555;
}

@media (min-width: 768px) {
    .head {
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .head {
        font-size: 24px;
        margin: 0 auto 40px;
    }
}

@media (min-width: 1500px) {
    .head {
        font-size: 31px;
        margin: 0 auto 61px;
    }
}

.head h2 {
    margin: 0 0 19px;
}

.head p {
    margin: 0 0 20px;
}

.section:nth-child(even) {
    background: #FCFBF8;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-networks {
    margin: 0 -4px -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .social-networks li {
        padding: 0 4px;
    }

    .social-networks a {
        width: 54px;
        height: 54px;
        font-size: 30px;
        line-height: 1;
        border-radius: 100%;
        background: #60269e;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: background 0.4s ease;
        transition: background 0.4s ease;
    }

        .social-networks a:hover {
            background: #471c75;
        }

.ratings {
    font-size: 20px;
    line-height: 24px;
    list-style: none;
    margin: 0 -2px 9px;
    padding: 12px 0 0;
    border-top: 1px solid #494a50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #6b6b6b;
}

@media (min-width: 1200px) {
    .ratings {
        font-size: 25px;
        line-height: 28px;
    }
}

.ratings .icon-star-o {
    color: #cbcbcb;
}

.ratings li {
    padding: 0 2px;
}

.list-info {
    margin: 0 -8px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .list-info li {
        padding: 0 8px;
        position: relative;
    }

        .list-info li:first-child:before {
            display: none;
        }

        .list-info li:before {
            width: 8px;
            height: 2px;
            background: #494a50;
            content: '';
            position: absolute;
            left: -4px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

.block-resources {
    padding: 40px 0;
}

@media (min-width: 1500px) {
    .block-resources {
        padding: 53px 0 84px;
    }
}

.block-resources .head {
    margin: 0 auto 40px;
}

@media (min-width: 1500px) {
    .block-resources .head {
        margin: 0 auto 73px;
    }
}

.block-resources .row {
    margin: 0 -10px 20px;
}

@media (min-width: 768px) {
    .block-resources .row {
        margin: 0 -10px 40px;
    }
}

@media (min-width: 1024px) {
    .block-resources .row {
        margin: 0 -10px 68px;
    }
}

.block-resources .col {
    width: 50%;
    padding: 0 10px;
    position: relative;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .block-resources .col {
        width: 25%;
        margin: 0;
    }
}

.block-resources .col img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-resources .description {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .block-resources .description {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width:768px) {
    .top_social_area {
        display: none;
    }

    .top_area_wrapper {
        background: transparent !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
}

@media (min-width:769px) and (max-width:1000px) {
    .header-menu {
        order: 2;
    }

    .top-area {
        order: 1;
    }

    .header .area-wrap {
        background: transparent;
        border-top: 0;
        border-bottom: 0;
    }

    .header .social-networks, .top-area .tel {
        display: none;
    }

    .header .cart {
        right: 60px !important;
        top: 7px;
        bottom: 0 !important;
        display: inline-table;
        padding: 0 !important;
    }

    #topcartlink {
        width: 100% !important;
        margin: auto !important;
        padding: 10px 20px !important;
    }

    .search-box {
        transform: translate(90%, 0%);
        position: relative;
        z-index: 9999;
    }

    .header-menu {
        max-width: 100% !important;
        top: -75px;
    }
}

@media (min-width:1000px) and (max-width:1024px) {
    .header .container {
        position: relative;
    }

    .search-box, .header .cart {
        margin-left: 9px !important;
    }

    .menu li {
        width: auto !important;
    }

    .header-menu > ul > li {
        padding: 0 11px !important;
    }

    .header .right-area {
        display: block;
        max-height: inherit;
        overflow: visible;
        padding: 0 0 0 20px;
        border: none;
        position: static;
        background: none;
        width: calc(100% - 130px);
    }

    .header .area-wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0;
        display: block;
        background: none;
        border: none;
    }

    .top-area .tel {
        margin: 0 20px 0 0;
    }

    .header .social-networks {
        width: auto;
        margin: 0 -4px -4px;
    }

    .menu {
        margin: 0 -15px;
    }

        .menu li {
            width: auto;
            padding: 0 8px;
            margin: 0;
        }
}

@media (min-width:1000px) and (max-width:1170px) {
    .header .cart {
        position: unset;
        margin-left: 17px;
    }
}

@media (min-width: 1024px) {
    .block-resources .description {
        font-size: 30px;
        line-height: 34px;
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .block-resources .description {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (min-width: 1500px) {
    .block-resources .description {
        font-size: 53px;
        line-height: 52px;
    }
}

.block-resources .btn {
    padding: 15px;
    min-width: 280px;
}

@media (min-width: 768px) {
    .block-resources .btn {
        min-width: 450px;
    }
}

.block-partners {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .block-partners {
        margin: 0 0 -15px;
    }
}

@media (min-width: 1024px) {
    .block-partners {
        padding: 48px 0 0;
    }
}

.block-partners h2 {
    margin: 0 0 30px;
}

@media (min-width: 1024px) {
    .block-partners h2 {
        margin: 0 0 50px;
    }
}

.block-partners .container {
    max-width: 1500px;
}

.list-partners {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

@media (min-width: 768px) {
    .list-partners {
        margin: 0 -30px;
    }
}

@media (min-width: 1200px) {
    .list-partners {
        margin: 0 -50px;
    }
}

.list-partners li {
    padding: 0 10px;
    margin: 0 0 20px;
    width: 25%;
}

@media (min-width: 768px) {
    .list-partners li {
        padding: 0 30px;
    }
}

@media (min-width: 1024px) {
    .list-partners li {
        margin: 0 0 38px;
    }
}

@media (min-width: 1200px) {
    .list-partners li {
        margin: 0 0 57px;
        padding: 0 50px;
        width: auto;
    }
}

.list-partners li img {
    max-width: 100%;
}

.block-contact {
    padding: 40px 0 0;
}

    .block-contact h2 {
        margin: 0 0 30px;
    }

@media (min-width: 768px) {
    .block-contact h2 {
        margin: 0 0 59px;
    }
}

.block-contact .maps-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F2F8EB;
    width: 100%;
}

@media (min-width: 1500px) {
    .block-contact .maps-area {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-contact .map-holder {
    width: 100%;
    position: relative;
}

    .block-contact .map-holder .map-canvas {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media (min-width: 768px) {
    .block-contact .map-holder {
        width: 50%;
    }
}

@media (min-width: 1500px) {
    .block-contact .map-holder {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.block-contact .map-holder + .map-holder {
    border-top: 5px solid #76bb20;
}

@media (min-width: 768px) {
    .block-contact .map-holder + .map-holder {
        border-top: none;
        border-left: 5px solid #76bb20;
    }
}

@media (min-width: 1500px) {
    .block-contact .map-holder + .map-holder {
        border-left: none;
        border-top: 5px solid #76bb20;
    }
}

.block-contact .map-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-contact .pin-holder {
    position: absolute;
    right: 42.1%;
    top: 34.7%;
    width: 40px;
}

@media (min-width: 768px) {
    .block-contact .pin-holder {
        width: 60px;
    }
}

@media (min-width: 1200px) {
    .block-contact .pin-holder {
        width: 88px;
    }
}

.block-contact .pin-holder.style {
    right: 33.9%;
    top: 32.9%;
}

.block-contact .pin-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.contact-detail {
    color: #444;
    padding: 20px 15px;
    background: #F2F8EB;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-detail {
        padding: 30px;
    }
}

@media (min-width: 1500px) {
    .contact-detail {
        width: 50%;
    }
}

@media (min-width: 1700px) {
    .contact-detail {
        padding: 86px 3.4% 25px 5%;
    }
}

.contact-detail h2,
.contact-detail h3,
.contact-detail .h5 {
    color: #444;
}

.contact-detail h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .contact-detail h3 {
        font-size: 29px;
        line-height: 32px;
        margin: 0 0 30px;
    }
}

@media (min-width: 1024px) {
    .contact-detail h3 {
        margin: 0 0 51px;
    }
}

.contact-detail .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .contact-detail .row h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px;
    }

@media (min-width: 768px) {
    .contact-detail .row h3 {
        font-size: 24px;
        line-height: 32px;
        width: 47%;
        padding: 22px 0 0;
    }
}

@media (min-width: 1024px) {
    .contact-detail .row h3 {
        font-size: 31px;
        line-height: 46px;
    }
}

.contact-detail .col {
    width: 100%;
}

@media (min-width: 768px) {
    .contact-detail .col {
        width: 48%;
    }
}

@media (min-width: 1700px) {
    .contact-detail .col {
        width: 46.6%;
    }
}

.contact-detail .h5 {
    font-size: 18px;
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .contact-detail .h5 {
        font-size: 21px;
        margin: 0 0 9px;
    }
}

.contact-detail address {
    font-size: 19px;
    line-height: 38px;
    font-style: normal;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .contact-detail address {
        margin: 0 0 60px;
    }
}

@media (min-width: 1024px) {
    .contact-detail address {
        font-size: 23px;
        line-height: 46px;
    }
}

@media (min-width: 1700px) {
    .contact-detail address {
        margin: 0 0 134px;
    }
}

.contact-detail .tel {
    display: block;
}

.contact-detail a {
    color: #444;
}

@media (min-width: 768px) {
    .contact-detail .form-submit {
        width: 48.6%;
    }
}

.block-intro {
    font-size: 17px;
    line-height: 25px;
    color: #555;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .block-intro {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .block-intro {
        font-size: 24px;
        line-height: 36px;
        padding: 70px 0;
    }
}

@media (min-width: 1500px) {
    .block-intro {
        font-size: 31px;
        line-height: 46px;
        padding: 100px 0 97px;
    }
}

.block-intro .container {
    max-width: 1120px;
}

.block-intro h1 {
    margin: 0 0 25px;
    line-height: 1.1;
}

@media (min-width: 1024px) {
    .block-intro h1 {
        margin: 0 0 47px;
    }
}

.block-intro p {
    margin: 0 0 36px;
}

@media (min-width: 1024px) {
    .block-intro p {
        margin: 0 0 52px;
    }
}

.block-intro .btn {
    min-width: 280px;
    padding: 15px;
}

@media (min-width: 768px) {
    .block-intro .btn {
        min-width: 357px;
    }
}

.block-items {
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .block-items {
        padding: 47px 0 73px;
    }
}

.block-items h3 {
    padding: 0 0 15px;
    border-bottom: 1px solid #494a50;
    margin: 0 0 30px;
}

@media (min-width: 1024px) {
    .block-items h3 {
        margin: 0 0 60px;
    }
}

.block-items .row {
    margin: 0 -8px 20px;
}

@media (min-width: 768px) {
    .block-items .row {
        margin: 0 -8px 40px;
    }
}

@media (min-width: 1024px) {
    .block-items .row {
        margin: 0 -8px 61px;
    }
}

.block-items .article {
    width: 100%;
    margin: 0 8px 16px;
}

@media (min-width: 768px) {
    .block-items .article {
        width: calc(50% - 16px);
    }
}

@media (min-width: 1024px) {
    .block-items .article {
        width: calc(25% - 16px);
        margin: 0 8px;
    }
}

.block-items .btn {
    min-width: 280px;
    padding: 15px;
}

@media (min-width: 768px) {
    .block-items .btn {
        min-width: 350px;
    }
}

.block-services {
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .block-services {
        padding: 70px 0;
    }
}

@media (min-width: 1500px) {
    .block-services {
        padding: 95px 0 69px;
    }
}

.block-services .container {
    max-width: 1550px;
}

.block-services h2 {
    line-height: 1.1;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .block-services h2 {
        margin: 0 0 40px;
    }
}

@media (min-width: 1024px) {
    .block-services h2 {
        margin: 0 0 60px;
    }
}

@media (min-width: 1500px) {
    .block-services h2 {
        margin: 0 0 110px;
    }
}

.block-services .row {
    margin: 0 -15px;
}

@media (min-width: 1024px) {
    .block-services .row {
        margin: 0 -15px 40px;
    }
}

@media (min-width: 1500px) {
    .block-services .row {
        margin: 0 -30px 79px;
    }
}

@media (min-width: 1700px) {
    .block-services .row {
        margin: 0 -50px 79px;
    }
}

.block-services .block-article {
    padding: 0 15px;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .block-services .block-article {
        width: 33.333%;
        margin: 0 0 30px;
    }
}

@media (min-width: 1024px) {
    .block-services .block-article {
        width: 20%;
        margin: 0;
    }
}

@media (min-width: 1500px) {
    .block-services .block-article {
        padding: 0 30px;
    }
}

@media (min-width: 1700px) {
    .block-services .block-article {
        padding: 0 48px;
    }
}

.block-team {
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .block-team {
        padding: 60px 0;
    }
}

@media (min-width: 1500px) {
    .block-team {
        padding: 63px 0 90px;
    }
}

.block-team .container {
    max-width: 1520px;
}

.block-team .head {
    margin: 0 auto 40px;
}

@media (min-width: 1500px) {
    .block-team .head {
        margin: 0 auto 85px;
    }
}

.block-team .head h2 {
    margin: 0 0 16px;
}

.block-team .row {
    margin: 0 -8px;
}

@media (min-width: 1024px) {
    .block-team .row {
        margin: 0 -30px;
    }
}

@media (min-width: 1500px) {
    .block-team .row {
        margin: 0 -52px;
    }
}

.block-team .article-member {
    padding: 0 8px;
    width: 100%;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .block-team .article-member {
        width: 33.333%;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .block-team .article-member {
        padding: 0 30px;
    }
}

@media (min-width: 1500px) {
    .block-team .article-member {
        padding: 0 52px;
    }
}

.block-brands {
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .block-brands {
        padding: 70px 0;
    }
}

@media (min-width: 1500px) {
    .block-brands {
        padding: 100px 0 92px;
    }
}

.block-brands .head {
    margin: 0 auto 40px;
}

@media (min-width: 1500px) {
    .block-brands .head {
        margin: 0 auto 65px;
    }
}

.block-brands .head h2 {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .block-brands .head h2 {
        margin: 0 0 36px;
    }
}

.block-brands .container {
    max-width: 1502px;
}

.block-brands .btn {
    min-width: 280px;
    padding: 16px;
}

@media (min-width: 768px) {
    .block-brands .btn {
        min-width: 450px;
    }
}

.block-brands .articles-wrap {
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .block-brands .articles-wrap {
        margin: 0 0 -20px;
    }
}

.nav-opener {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 38px;
    border-top: 2px solid #703ca8;
    -webkit-transition: border 0.4s ease;
    transition: border 0.4s ease;
}

.nav-active .nav-opener {
    border: none;
}

@media (min-width: 1024px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before, .nav-opener:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    content: '';
    background: #703ca8;
    height: 2px;
    -webkit-transition: top 0.4s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease, -webkit-transform 0.4s ease;
    transition: top 0.4s ease, transform 0.4s ease;
    transition: top 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.nav-active .nav-opener:before, .nav-active .nav-opener:after {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-opener:after {
    top: 14px;
}

.nav-active .nav-opener:after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 1024px) {
    #nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 125px 0 0;
    }
}

@media (min-width: 1500px) {
    #nav {
        padding: 0 141px 0 0;
    }
}

.menu {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width: 1024px) {
    .menu {
        margin: 0 -15px;
    }
}

@media (min-width: 1200px) {
    .menu {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1500px) {
    .menu {
        font-size: 23px;
        line-height: 26px;
    }
}

.menu li {
    width: 100%;
    margin: 0 0 8px;
}

@media (min-width: 1024px) {
    .menu li {
        width: auto;
        padding: 0 8px;
        margin: 0;
    }
}

@media (min-width: 1700px) {
    .menu li {
        padding: 0 17px;
    }
}

.menu a {
    color: #494a50;
}

    .menu a:hover {
        color: #703ca8;
    }

.article {
    font-size: 15px;
    line-height: 19px;
    background: #fff;
    padding: 20px 15px;
    text-align: left;
}

@media (min-width: 1200px) {
    .article {
        font-size: 19px;
        line-height: 22px;
    }
}

@media (min-width: 1500px) {
    .article {
        padding: 20px 34px 32px 41px;
    }
}

.article .image-holder {
    padding: 0 0 24px;
}

@media (min-width: 1500px) {
    .article .image-holder {
        padding: 0 0 24px 12px;
        margin: 0 -13px 0 0;
    }
}

.article .price {
    font-size: 22px;
    line-height: 26px;
    display: block;
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    .article .price {
        font-size: 27px;
        line-height: 31px;
    }
}

.article .btn {
    font-size: 20px;
    line-height: 24px;
    min-width: 198px;
    padding: 8px;
    border-radius: 10px;
    border: 0;
    text-decoration: underline;
}

.dflex {
    display: flex;
    align-items: center;
}

.search-box-text {
    padding: 15px 10px !important;
}

.product_img {
    min-height: 320px;
    max-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-contact .row .topic-block-body {
    text-align: left;
}

.block-article {
    line-height: 1;
}

    .block-article .image-holder {
        width: 100%;
        margin: 0 auto 15px;
        border-radius: 100%;
        overflow: hidden;
        max-width: 100px;
    }

@media (min-width: 768px) {
    .block-article .image-holder {
        max-width: 140px;
        margin: 0 auto 30px;
    }
}

@media (min-width: 1200px) {
    .block-article .image-holder {
        margin: 0 auto 41px;
        max-width: 200px;
    }
}

@media (min-width: 1500px) {
    .block-article .image-holder {
        max-width: 235px;
    }
}

.block-article .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.block-article .h4 {
    line-height: 1.1;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .block-article .h4 {
        min-height: 60px;
    }
}

@media (min-width: 1500px) {
    .block-article .h4 {
        min-height: 75px;
    }
}

.block-article .h4 a {
    color: #494a50;
}

    .block-article .h4 a:hover {
        color: #703ca8;
    }

.block-article p {
    margin: 0 0 20px;
}

.article-member .image-holder {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .article-member .image-holder {
        margin: 0 0 19px;
    }
}

.article-member .image-holder a {
    display: block;
}

    .article-member .image-holder a:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.article-member .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.article-member .name {
    font-size: 20px;
    line-height: 24px;
    display: block;
}

@media (min-width: 1024px) {
    .article-member .name {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 14px;
    }
}

@media (min-width: 1200px) {
    .article-member .name {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (min-width: 1500px) {
    .article-member .name {
        font-size: 37px;
        line-height: 41px;
    }
}

.article-member .designation {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .article-member .designation {
        margin: 0 0 30px;
    }
}

@media (min-width: 1024px) {
    .article-member .designation {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .article-member .designation {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 44px;
    }
}

@media (min-width: 1500px) {
    .article-member .designation {
        font-size: 27px;
        line-height: 31px;
    }
}

.article-member .btn {
    min-width: 200px;
    padding: 12px;
}

@media (min-width: 1024px) {
    .article-member .btn {
        min-width: 250px;
    }
}

.article-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .article-item {
        padding: 0 0 0 16px;
        margin: 0 0 92px;
    }
}

.article-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 768px) {
    .article-item:nth-child(even) .image-holder {
        padding: 30px 30px 0 0;
    }
}

@media (min-width: 1200px) {
    .article-item:nth-child(even) .image-holder {
        padding: 65px 65px 0 0;
    }
}

@media (min-width: 768px) {
    .article-item:nth-child(even) .image-holder:before {
        right: 0;
        left: 55px;
    }
}

@media (min-width: 768px) {
    .article-item:nth-child(even) .logo-image {
        left: auto;
        right: 45px;
    }
}

@media (min-width: 1200px) {
    .article-item:nth-child(even) .logo-image {
        left: auto;
        right: 105px;
    }
}

.article-item:nth-child(even) .product-holder {
    padding: 15px 0;
}

@media (min-width: 1024px) {
    .article-item:nth-child(even) .product-holder {
        padding: 10px 20px;
    }
}

.article-item:nth-child(even) .product-holder:before {
    left: 0;
    right: -45px;
}

.article-item .product {
    position: relative;
    overflow: hidden;
}

.article-item .image-holder {
    padding: 15px 0 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .article-item .image-holder {
        padding: 30px 0 0 30px;
        width: calc(100% - 200px);
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .article-item .image-holder {
        width: calc(100% - 300px);
    }
}

@media (min-width: 1200px) {
    .article-item .image-holder {
        padding: 65px 0 0 68px;
    }
}

@media (min-width: 1500px) {
    .article-item .image-holder {
        width: calc(100% - 400px);
    }
}

.article-item .image-holder:before {
    position: absolute;
    left: 0;
    right: 55px;
    bottom: 30px;
    top: 0;
    content: '';
    background: #494a50;
    z-index: -1;
}

@media (min-width: 1200px) {
    .article-item .image-holder:before {
        bottom: 78px;
    }
}

.article-item .image-holder img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.article-item .logo-image {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 80px;
}

@media (min-width: 768px) {
    .article-item .logo-image {
        left: 45px;
        top: 40px;
        width: 100px;
    }
}

@media (min-width: 1200px) {
    .article-item .logo-image {
        width: auto;
        left: 105px;
        top: 90px;
    }
}

.article-item .logo-image img {
    width: auto;
    max-width: 100%;
}

.article-item .product-holder {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #494a50;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .article-item .product-holder {
        width: 190px;
    }
}

@media (min-width: 1024px) {
    .article-item .product-holder {
        padding: 25px 0 25px 20px;
        width: 291px;
    }
}

@media (min-width: 1500px) {
    .article-item .product-holder {
        width: 391px;
    }
}

.article-item .product-holder:before {
    position: absolute;
    left: -45px;
    right: 0;
    top: 0;
    background: #494a50;
    height: 1px;
    content: '';
}

.article-item .product-image {
    position: relative;
    text-align: center;
    margin: 0 auto 6px;
    max-width: 100px;
}

@media (min-width: 1024px) {
    .article-item .product-image {
        max-width: 148px;
    }
}

@media (min-width: 1200px) {
    .article-item .product-image {
        max-width: 228px;
    }
}

@media (min-width: 1500px) {
    .article-item .product-image {
        max-width: inherit;
    }
}

.article-item .list-info {
    font-size: 14px;
    line-height: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px 11px;
}

@media (min-width: 1024px) {
    .article-item .list-info {
        font-size: 17px;
        line-height: 21px;
    }
}

.article-item .btn {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0;
    padding: 11px 10px;
    min-width: 230px;
}

@media (min-width: 768px) {
    .article-item .btn {
        min-width: inherit;
    }
}

@media (min-width: 1024px) {
    .article-item .btn {
        font-size: 20px;
        line-height: 24px;
        margin: 31px 0 0;
        min-width: 230px;
    }
}

@media (min-width: 1500px) {
    .article-item .btn {
        font-size: 25px;
        line-height: 28px;
        min-width: 290px;
    }
}

.visual {
    position: relative;
}

    .visual img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .visual .container {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 20px;
    }

@media (min-width: 768px) {
    .visual .container {
        bottom: 82px;
    }
}

.btns-list {
    list-style: none;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width: 1500px) {
    .btns-list {
        padding: 0 15px 0 30px;
    }
}

.btns-list li {
    padding: 0 8px;
}

@media (min-width: 768px) {
    .btns-list li {
        padding: 0 15px;
    }
}

@media (min-width: 1024px) {
    .btns-list li {
        padding: 0 41px;
    }
}

.btns-list a {
    display: inline-block;
}

.btns-list .btn {
    min-width: 140px;
}

@media (min-width: 768px) {
    .btns-list .btn {
        min-width: 200px;
    }
}

@media (min-width: 1024px) {
    .btns-list .btn {
        min-width: 357px;
    }
}

.form-search {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .form-search {
        margin: 0 0 0 23px;
        width: 280px;
    }
}

@media (min-width: 1500px) {
    .form-search {
        margin: 0 0 0 63px;
    }
}

.form-search input[type="text"],
.form-search input[type="search"] {
    font-size: 19px;
    line-height: 24px;
    color: #787878;
    outline: none;
    padding: 15px 10px 15px 50px;
    width: 100%;
    background: #fff;
}

    .form-search input[type="text"]::-webkit-input-placeholder,
    .form-search input[type="search"]::-webkit-input-placeholder {
        color: #787878;
    }

    .form-search input[type="text"]::-moz-placeholder,
    .form-search input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #787878;
    }

    .form-search input[type="text"]:-moz-placeholder,
    .form-search input[type="search"]:-moz-placeholder {
        color: #787878;
    }

    .form-search input[type="text"]:-ms-input-placeholder,
    .form-search input[type="search"]:-ms-input-placeholder {
        color: #787878;
    }

    .form-search input[type="text"].placeholder,
    .form-search input[type="search"].placeholder {
        color: #787878;
    }

.form-search label {
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.search-box.store-search-box .search-box-button {
    float: left;
    width: 36px;
    height: 32px;
    border: none;
    overflow: hidden;
    background: url(/Themes/Happifeet/Content/images/search-button.png) center no-repeat;
    text-indent: 999px;
}

.form-submit {
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #909090;
    padding: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .form-submit {
        padding: 23px 26px 39px;
    }
}

.form-submit .field-holder {
    margin: 0 0 11px;
}

.form-submit label {
    margin: 0 0 5px;
}

.form-submit input[type="text"],
.form-submit input[type="email"],
.form-submit input[type="tel"],
.form-submit textarea {
    width: 100%;
}

.form-submit textarea {
    height: 150px;
}

.form-submit .captacha-image {
    width: 191px;
    margin: 19px 0 0;
}

    .form-submit .captacha-image img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

.form-submit input[type="submit"] {
    width: 100%;
    background: #75c1db;
    border: none;
    color: #fff;
    padding: 7px;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    text-transform: uppercase;
}

    .form-submit input[type="submit"]:hover {
        background: #3097ba;
    }

.form-signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 700px;
}

@media (min-width: 1500px) {
    .form-signup {
        width: 100%;
    }
}

.form-signup .field {
    margin: 0 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .form-signup .field {
        width: calc(100% - 236px);
        margin: 0;
    }
}

.form-signup input[type="text"],
.form-signup input[type="email"] {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #acacac;
    padding: 10px;
}

@media (min-width: 1024px) {
    .form-signup input[type="text"],
    .form-signup input[type="email"] {
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .form-signup input[type="text"],
    .form-signup input[type="email"] {
        padding: 21px 15px;
    }
}

.form-signup input[type="submit"] {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .form-signup input[type="submit"] {
        width: 214px;
    }
}

@media (min-width: 1024px) {
    .form-signup input[type="submit"] {
        font-size: 24px;
        line-height: 28px;
        padding: 12px 10px;
    }
}

@media (min-width: 1200px) {
    .form-signup input[type="submit"] {
        padding: 18px 10px;
    }
}
/*# sourceMappingURL=main.css.map */
