/*! 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: .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: -.5em;
}

sub {
    bottom: -.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: .35em .625em .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;
}



html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.2 "Muli", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1a8e5d;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

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: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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;
}
*/

.from-group img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.gm-style img {
    max-width: none;
}

.icon-eye-regular:before {
    content: "\e900";
}

.icon-inbox-download:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-instagram:before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-youtube:before {
    content: "\e905";
}

.icon-twitter:before {
    content: "\e906";
}

.icon-whatsapp-brands:before {
    content: "\e907";
}

.icon-plus-solid:before {
    content: "\e908";
}

.icon-heart-solid:before {
    content: "\e909";
}

.icon-heart-light:before {
    content: "\e90a";
}

.like a:hover .icon-heart-light:before {
    content: "\e909";
}

.icon-chevron-down-regular:before {
    content: "\e90b";
}

a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    outline: none;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.container {
    position: relative;
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.main {
    position: relative;
}

.border-wrap-top {
    border-width: 15px !important;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
    /*position: relative;*/
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif");
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.main-holder {
    position: relative;
    padding: 60px 0 0;
}

.block-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.block-col {
    position: relative;
    padding: 0 15px;
    width: 33.333%;
    margin: 0 0 30px;
}

.block-col .block {
    position: relative;
    border: 1px solid #dbdbdb;
    height: 100%;
    padding: 10px;
    background: #fff;
}

.block-col .image-holder {
    position: relative;
    overflow: hidden;
}

.block-col .image-holder img {
    display: block;
    width: 100%;
    height: auto;
}

.block-col .image-holder a {
    position: relative;
    display: block;
}

.block-col .image-holder a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(255, 255, 255, .75);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.block-col .image-holder a .icon-eye-regular {
    font-size: 24px;
    color: #4f4f4f;
    line-height: 1;
    /*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;*/
}

.block-col .image-holder a:hover:before,
.block-col .image-holder a.hover:before {
    opacity: 1;
    visibility: visible;
}


/* 
.block-col .image-holder a:hover .icon-eye-regular,
.block-col .image-holder a.hover .icon-eye-regular {
	opacity: 1;
	visibility: visible;
} */

.block-col .image-caption {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 10px 15px;
}

.block-col .image-caption .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    color: #4f4f4f;
}

.block-col .list-option {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -4px;
}

.block-col .list-option li {
    position: relative;
    padding: 0 4px;
}

.block-col .list-option a:hover {
    opacity: .7;
}

.block-col .list-option .icon-inbox-download {
    font-size: 26px;
    line-height: 1;
    color: #4f4f4f;
}

.block-col .list-option .like a {
    font-size: 16px;
    line-height: 1;
    color: #fa0046;
}

.block-col .list-option .like .icon-heart-light,
.block-col .list-option .like .icon-heart-solid {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1;
    margin: 2px 6px 0 0;
}

/*.footer {
    position: relative;
    padding: 30px 0 50px;
}*/

.footer-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copyright-area {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright-area .copyright {
    display: block;
}

.copyright-area .copyright a {
    color: #231f20;
}

.copyright-area .copyright a:hover {
    color: #1a8e5d;
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 12px;
}

.footer-nav li {
    position: relative;
    padding: 0 13px;
}

.footer-nav li:before {
    background: #231f20;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: -1px;
    width: 2px;
}

.footer-nav a {
    color: #1a8e5d;
}

.footer-nav a:hover {
    color: #0a3825;
}

.social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -7px;
}

.social-networks li {
    position: relative;
    padding: 0 7px;
}

.social-networks a {
    color: #231f20;
}

.social-networks a i {
    font-size: 20px;
    line-height: 20px;
    display: block;
}

.social-networks a:hover {
    color: #1a8e5d;
}

.visual-area {
    position: relative;
    padding: 0 0 30px;
}

.visual-heading {
    position: relative;
    padding: 25px 0 14px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.visual-heading h1 {
    font-size: 34px;
    line-height: 37px;
    font-weight: 700;
    margin: 0 0 5px;
}

.visual-heading .text {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    display: block;
}

.visual-image {
    position: relative;
}

.visual-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#product-image img {
    width: 465px;
    height: 275px;
    margin: 0 auto;
    display: block;
}

.visual-image .image-caption {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    background: #1a805e;
    color: #fff;
    padding: 25px 35px 25px;
}

.visual-image .image-caption p {
    margin: 0;
}

.product-detail {
    position: relative;
    background: #d8ecde;
    padding: 30px 0;
}

.product-detail .product-image {
    position: relative;
    max-width: 749px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 30px;
}

.product-detail .product-image img {
    display: block;
    width: 100%;
    height: auto;
}

.product-detail .btns-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btns-list li a.active {
    background: #50a760 !important;
    color: #fff !important;
}

.product-detail .btns-list li {
    position: relative;
    padding: 0 8px;
}

.product-detail .btns-list .btn {
    display: inline-block !important;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    width: 215px;
    height: 72px;
    font-weight: 700;
    position: relative;
    text-align: center;
    padding: 22px 9px 22px 5px;
    border-radius: 7px;
    text-transform: uppercase;
}

.product-detail .btns-list .btn .icon-inbox-download {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    margin: 0 5px 0 0;
}

.btn-primary {
    background: #50a760;
    color: #fff;
}

.btn-primary:hover {
    background: #2f6238;
}

.btn-secondary {
    background: #bababa;
    color: #4f4f4f;
}

.btns-list .btn-secondary {
    border: none !important;
}

.btn-secondary:hover {
    background: #878787;
}

.plan-area {
    position: relative;
    padding: 26px 0;
}

.plan-area .title {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1a805e;
    font-weight: 700;
    display: block;
    margin: 0 0 12px;
}

.plan-area .note {
    font-size: 15px;
    line-height: 23px;
    display: block;
    color: #4f4f4f;
    padding: 15px 0 0;
}

.plan-area .note span {
    font-weight: 700;
}

.plan-table-holder {
    position: relative;
    border: 1px solid #c6c6c6;
}

.plan-table {
    position: relative;
    width: 100%;
}

.plan-table th,
.plan-table td {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
    color: #4f4f4f;
    background: #fafafa;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 16px 14px;
}

.plan-table th:first-child,
.plan-table td:first-child {
    border-left: none;
}

.plan-table td {
    background: #f0f0f0;
    font-weight: 400;
}

.plan-table tbody tr:last-child td {
    border-bottom: none;
}

.detail-section {
    position: relative;
}

.detail-section .heading-area {
    font-size: 18px;
    line-height: 34px;
    position: relative;
    text-align: center;
    padding: 75px 0 40px;
    color: #4f4f4f;
}

.detail-section .heading-area h1 {
    font-size: 34px;
    line-height: 37px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #000;
    padding: 0 0 22px;
    margin: 0 0 20px;
}

.detail-section .heading-area h1:before {
    width: 74px;
    height: 4px;
    background: #50a660;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    margin: 0 0 0 -37px;
}

.detail-section .heading-area p {
    margin: 3px 0 0;
}

.product-visual {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-visual .image-holder {
    position: relative;
    width: 65.7%;
}

.product-visual .image-holder img {
    display: block;
    width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
}

.widget-sidebar {
    position: relative;
    width: 34.3%;
}

.widget-sidebar .widget {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
    position: relative;
    background: #e0e0e0;
    padding: 28px 30px 30px;
}

.widget-sidebar .widget:nth-child(even) {
    background: #f0f0f0;
}

.widget-sidebar h2 {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #1a805e;
    text-align: center;
    margin: 0 0 8px;
}

.widget-sidebar .widget-list-holder {
    position: relative;
    overflow: auto;
    height: 105px;
}

.widget-sidebar .widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.widget-sidebar .widget-list li {
    position: relative;
    border-bottom: 1px solid #989898;
}

.widget-sidebar .widget-list a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: block;
    color: #4f4f4f;
    padding: 6px 10px;
}

.widget-sidebar .widget-list a:hover {
    background: #1a805e;
    color: #fff;
}

.jcf-scrollable-wrapper {
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #9d9d9d;
    width: 5px;
    bottom: 0;
    right: -10px;
    top: 0;
    border-radius: 8px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #9d9d9d;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    height: 14px !important;
    width: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #b3b3b3;
    margin: 0 0 0 -4px;
}

.product-option-list {
    position: relative;
    padding: 27px 0 12px;
}

.radio-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
}

.radio-list li {
    position: relative;
    padding: 0 10px;
    margin: 0 0 15px;
}

.radio-list .radio-wrap {
    position: relative;
}

.radio-list label {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.radio-list .fake-label {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    color: #4f4f4f;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 0 30px;
}

.radio-list .fake-label .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #969696;
    left: 0;
    top: 2px;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.radio-list .fake-label .icon:before {
    width: 10px;
    height: 10px;
    background: #969696;
    content: "";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
}

.radio-list input[type="radio"] {
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

.radio-list input[type="radio"]:checked~.fake-label {
    color: #1a815e;
}

.radio-list input[type="radio"]:checked~.fake-label .icon {
    border-color: #1a815e;
}

.radio-list input[type="radio"]:checked~.fake-label .icon:before {
    background: #1a815e;
}

.note-area {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    padding: 35px 0;
    color: #4f4f4f;
}

.note-area p {
    margin: 0;
}

.note-area a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 700;
    padding: 0 0 0 26px;
    color: #4f4f4f;
}

.note-area a i {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 2px;
    top: 3px;
    color: #1a8e5d;
}

.note-area a:hover {
    color: #1a8e5d;
}

.product-area {
    position: relative;
    background: url(../images/bg-products.jpg) no-repeat #fef7dc;
    background-size: cover;
}

.gallery_ico {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 30px;
    opacity: 0;
    width: 100%;
    text-align: center;
    color: #393939;
    z-index: 17;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

.block-col .image-holder a:hover .gallery_ico {
    opacity: 0.999;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.products-info {
    padding: 27px 80px 22px 64px;
    border-bottom: 1px solid #a4a49f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-info .holder {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-right: 30px;
}

.products-info .product-description {
    padding: 0 0 0 30px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 34px;
    color: #4f4f4f;
}

.products-info .product-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
}

.products-info .product-list li {
    padding: 10px 8px 7px;
    background: #ee5b33;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    margin: 0 -2px;
}

.products-info .product-list li:last-child {
    background: #1a8e5d;
}

.products-info .product-list img {
    display: block;
}

.products-blocks {
    position: relative;
    padding: 19px 9px;
}

.products-blocks h2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #4f4f4f;
}

.products-blocks ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.products-blocks ul li {
    width: 20%;
    position: relative;
}

.products-blocks ul li:before {
    position: absolute;
    left: -12px;
    top: 80px;
    font-family: "icomoon" !important;
    content: "\e908";
    color: #b3b3b3;
    font-size: 28px;
    line-height: 28px;
}

.products-blocks ul li:first-child:before {
    display: none;
}

.products-blocks ul a {
    color: #4f4f4f;
}

.products-blocks ul a:hover {
    color: #4fb769;
}

.products-blocks .image {
    position: relative;
    margin: 0 0 25px;
    height: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.products-blocks .image:before {
    position: absolute;
    left: 50%;
    margin-left: -50%;
    width: 163px;
    height: 163px;
    border-radius: 100%;
    background: #fff;
    content: "";
    margin-left: -81px;
    top: 12px;
}

.products-blocks .image img {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.product-selector {
    display: none;
}

.product-detail .btns-list .btn-secondary:hover {
    color: #fff !important;
}

@media (min-width: 768px) {
    .product-detail .btns-list .btn-secondary {
        width: 268px;
    }
    .plan-table th:nth-child(7),
    .plan-table td:nth-child(7) {
        width: 160px
    }
}

@media (max-width: 1199px) {
    .products-info {
        padding: 27px 30px;
    }
    .products-info .product-logo {
        width: 40%;
    }
    .products-info .product-logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .products-blocks ul li:before {
        font-size: 20px;
        line-height: 20px;
        left: -8px;
    }
}

@media (max-width: 1023px) {
    .block-col {
        width: 50%;
    }
    .footer {
        padding: 30px 0;
    }
    .footer-holder {
        display: block;
    }
    .copyright-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 20px;
    }
    .social-networks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .visual-heading h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .visual-heading .text {
        font-size: 20px;
    }
    .visual-image .image-caption {
        font-size: 16px;
        line-height: 28px;
        padding: 20px 20px 25px;
    }
    .product-detail .btns-list li {
        padding: 0 20px;
    }
    .plan-table th,
    .plan-table td {
        font-size: 14px;
        line-height: 18px;
        padding: 12px 10px;
    }
    .detail-section .heading-area {
        padding: 40px 0;
    }
    .detail-section .heading-area h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .product-visual .image-holder {
        width: 100%;
    }
    .widget-sidebar {
        width: 100%;
    }
    .radio-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .products-blocks ul {
        max-width: 600px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
    }
    .products-blocks ul li {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .main-holder {
        padding: 25px 0 0;
    }
    .block-col {
        width: 100%;
        margin: 0 0 20px;
    }
    .block-col .block {
        max-width: 340px;
        margin: 0 auto;
    }
    .footer {
        padding: 20px 0;
    }
    .copyright-area {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 15px;
        text-align: center;
        display: block;
    }
    .copyright-area .copyright {
        margin: 0 0 15px;
    }
    .footer-nav {
        padding: 0 0 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-nav li:first-child:before {
        display: none;
    }
    .visual-area {
        padding: 0 0 20px;
    }
    .visual-heading {
        padding: 15px 0;
    }
    .visual-heading h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .visual-heading .text {
        font-size: 17px;
        line-height: 20px;
    }
    .visual-image .image-caption {
        font-size: 14px;
        line-height: 22px;
        padding: 12px 15px 17px;
    }
    #product-image img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .product-detail {
        padding: 20px 0;
    }
    .product-detail .product-image {
        margin: 0 auto 20px;
    }
    .product-detail .btns-list li {
        padding: 0 10px;
        margin: 0 0 15px;
    }
    .product-detail .btns-list li:last-child {
        margin-bottom: 0;
    }
    .product-detail .btns-list .btn {
        font-size: 15px;
        line-height: 20px;
        width: 200px;
        height: 50px;
        padding: 14px 10px;
    }
    .product-detail .btns-list .btn .icon-inbox-download {
        font-size: 20px;
    }
    .plan-area {
        padding: 15px 0 10px;
    }
    .plan-area .title {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .plan-area .note {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 0;
    }
    .plan-table-holder {
        border-bottom: none;
    }
    .plan-table thead {
        display: none;
    }
    .plan-table th,
    .plan-table td {
        position: relative;
        border-left: none;
        border-bottom: 1px solid #c6c6c6 !important;
        float: left;
        width: 100%;
        clear: both;
        padding: 12px 15px 12px 150px;
    }
    .plan-table th:before,
    .plan-table td:before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        top: 11px;
        width: 120px;
    }
    .detail-section .heading-area {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0;
    }
    .detail-section .heading-area h1 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 14px;
        margin: 0 0 12px;
    }
    .detail-section .heading-area h1:before {
        height: 3px;
    }
    .widget-sidebar h2 {
        font-size: 18px;
    }
    .widget-sidebar .widget-list a {
        font-size: 16px;
        line-height: 20px;
    }
    .product-option-list {
        padding: 15px 0 0;
    }
    .radio-list .fake-label {
        font-size: 16px;
        line-height: 20px;
    }
    .radio-list .fake-label .icon {
        top: 1px;
    }
    .note-area {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0;
    }
    .products-info {
        display: block;
    }
    .products-info .holder {
        width: 400px;
        margin: 0 0 20px;
    }
    .products-info .product-description {
        padding: 0;
        width: 100%;
    }
    /*HP*/
    .tab-btn {
        width: 100% !important;
        padding: 10px !important;
    }
    .border-wrap-top {
        border-width: 10px !important;
    }
}

@media (max-width: 479px) {
    .products-info .holder {
        width: 100%;
        padding: 0;
    }
    .products-info .product-list {
        display: block;
    }
    .products-info .product-list li {
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .products-info .product-list img {
        margin: 0 auto;
    }
    .products-blocks ul li {
        width: 100%;
    }
    .products-blocks ul li:before {
        display: none;
    }
    .products-blocks ul a {
        display: block;
        width: 165px;
        margin: 0 auto;
    }
    #product-image img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
}

@media only screen and (max-width: 414px) and (max-width: 374px) {
    .border-wrap-top {
        border-width: 10px !important;
    }
    .tab-btn {
        width: 100% !important;
        padding: 10px !important;
    }
    #product-image img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
}

.link-back {
    position: absolute;
    left: 0;
    top: 21px;
    width: 38px;
    height: 38px;
    background: #1a8e5d;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.link-back i {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .link-back {
        display: flex;
    }
}