@import url(./fotorama.css);
@import url(font-awesome-animation.min.css);

/* perfect-scrollbar v0.6.12 */
.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-in-scrolling,
.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container > .ps-scrollbar-x-rail {
    position: absolute;
    /* please don't change 'position' */
    opacity: 0.9;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0px;
    height: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out;
    -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
    -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
    height: 5px;
}

.ps-container > .ps-scrollbar-y-rail {
    position: absolute;
    /* please don't change 'position' */
    opacity: 0.9;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    width: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out;
    -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
    -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out,
        border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
    width: 5px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

progress,
sub,
sup {
    vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

html {
    font: 14px Georgia, "Times New Roman", Times, serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    top: 0 !important;
    height: 100%;
}

.skiptranslate {
    display: none !important;
}

body,
.goog-text-highlight {
    all: unset !important;
}

html body {
    font: 14px Georgia, "Times New Roman", Times, serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    -webkit-text-fill-color: #555;
    background: #fff;
    margin: 0;
}

a,
a:focus,
a:hover,
a:active,
a:visited,
.btn,
button {
    outline: none !important;
}

/*header*/
#logo {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 48px;
    line-height: 48px;
    /*max-width: 210px;*/
    z-index: 1;
}

#logo a {
    display: inline-block;
    height: 100%;
}

#logo img {
    max-width: 75%;
    max-height: 100%;
    vertical-align: middle;
    /*    transform: translateY(2px);*/
}

header .container.clearfix {
    padding-right: 40px;
}

.language-select {
    position: absolute;
    top: 20px;
    right: 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*new select*/

.language-select .select {
    height: 30px;
    width: 40px;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed-fon {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 0;
}

.language-select .select li {
    width: 40px;
    padding: 5px 0;
    z-index: 2;
    text-align: center;
    position: relative;
}

.language-select a.flag {
    display: inline-block;
    color: #aaa;
    -webkit-text-fill-color: #aaa;
    text-decoration: none !important;
    height: 20px;
    line-height: 20px;
}

.language-select .select li:not(.init) {
    float: left;
    display: none;
    background: #fff;
}

.language-select .select li:not(.init):hover,
.language-select .select li.selected:not(.init) {
    background: #ddd;
}

.language-select .select li:not(.init):hover a,
.language-select .select li.selected:not(.init) a {
    color: #000;
    -webkit-text-fill-color: #000;
}

.language-select .select li.init {
    cursor: pointer;
}

.language-select .select li.init:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px #aaa solid;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
    margin-right: -5px;
}

header .navbar {
    border: none;
    background: none;
    text-align: right;
    margin-bottom: 0;
    margin-left: 200px;
}

header .navbar .container-fluid {
    padding: 0;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}

header .navbar-toggle {
    float: left;
    padding: 10px 0;
    text-shadow: none;
    margin: 0px auto 0px -100px;
    cursor: pointer;
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    width: 35px;
    height: 3px;
    background-color: #888;
    border-radius: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
    background: none;
}

@media only screen and (max-width: 991px) {
    body footer .face-form {
        padding: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 15px;
    }

    .col-xs-12.wrap .columns-wrap {
        width: 100%;
        columns: 2;
        -moz-columns: 2;
        -webkit-columns: 2;
        -webkit-column-break-after: column;
        page-break-after: column;
        break-after: column;
    }

    .col-xs-12.wrap .breadcrumb.min-size {
        position: relative;
        max-width: none;
    }

    .col-xs-12.wrap .righted.min-size {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .container {
        padding: 0px;
        width: 768px;
        position: relative;
    }

    .container.tablet-container {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
    }

    body .col-xs-12.wrap .col-md-4 {
        padding: 0;
    }

    body .col-xs-12.wrap .white-bottom,
    body .col-xs-12 h2,
    body .name-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .col-xs-12 h2,
    body .col-xs-12 h1,
    body .name-top {
        text-align: center;
    }

    .col-xs-12.wrap .columns-wrap {
        width: 100%;
        columns: 1;
        -moz-columns: 1;
        -webkit-columns: 1;
        -webkit-column-break-after: column;
        page-break-after: column;
        break-after: column;
    }

    header .container.clearfix {
        padding-right: 0px;
        width: 100%;
    }

    header.downner .language-select {
        display: none;
    }

    .language-select {
        top: 3px;
        right: 25px;
    }

    .language-select .select li {
        padding: 10px 0;
    }

    body .progressScroll {
        opacity: 1;
        top: 2px;
        right: 5px;
        z-index: 99;
    }

    header #logo {
        margin-top: 0px;
        margin-bottom: 0px;
        height: 40px;
        line-height: 40px;
        left: 50%;
        margin-left: -100px;
        text-align: center;
    }

    header .navbar {
        margin: 0px;
        text-align: left;
        min-height: 1px;
    }

    .navbar-default .navbar-collapse {
        margin: 0;
        border: 1px solid #d9d9d9;
        border-bottom: none;
        width: 100%;
    }

    header .navbar-default .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    header .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #d9d9d9;
        padding: 15px 10px !important;
        width: 100%;
        transition: all .2s linear;
    }

    .navbar-default .navbar-nav > li > a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        content: "\f105";
        font-family: FontAwesome;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    body footer .mailto,
    .modal .modal-contact-wrap .mailto {
        font-size: 40px;
    }

    body footer .sign_in {
        font-size: 35px;
    }

    body .col-xs-12.wrap .country ul {
        list-style: none;
        padding: 0;
        font-size: 24px;
        font-weight: 100;
        line-height: normal;
        text-align: center;
    }

    body .col-xs-12.wrap .country ul li {
        display: list-item;
        margin-right: 0;
        margin-bottom: 10px;
    }

    body .col-xs-12.wrap .country ul li a {
        padding: 5px 10px;
        width: 250px;
        display: block;
        margin: 0 auto;
        -webkit-transition: box-shadow 0.5s;
        transition: box-shadow 0.5s;
        background: #f3f3f3;
        color: #444;
        -webkit-text-fill-color: #444;
        border: 1px solid #ececec;
    }

    body .col-xs-12.wrap .country ul li a:hover,
    body .col-xs-12.wrap .country ul li a:focus,
    body .col-xs-12.wrap .country ul li a:active {
        text-decoration: none;
    }

    body .col-xs-12.wrap .country ul li.active a {
        box-shadow: 0 0 4px #ccc;
        border: 1px solid #ccc;
    }

    .modal-contact-wrap .col-xs-12 .col-sm-6 {
        padding: 0;
    }

    body .col-xs-12.wrap .images {
        height: 100%;
        line-height: normal;
    }

    body .txt.long-txt:before {
        display: none !important;
    }

    body .col-xs-12.wrap .txt {
        height: auto !important;
        overflow: visible !important;
        text-align: center;
    }

    body footer .footer-box {
        display: block;
    }

    .fotorama.product,
    .fotorama.slideshow {
        min-height: 200px;
    }

    .carousel-viewport .carousel li .white-bottom {
        display: none;
    }

    body .btn2:before,
    body .btn1:before {
        box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    }

    body .btn2:active:before,
    body .btn1:active:before {
        box-shadow: none !important;
    }

    .fullscreen .fotorama .fotorama__nav-wrap {
        display: none !important;
    }

    .fullscreen .fotorama .fotorama__stage {
        height: 100%;
    }

    body .breadcrumb {
        padding-right: 5px;
        padding-left: 5px;
    }

    body .col-xs-12.wrap .col-xs-12.white {
        padding: 0px;
    }

    body .col-xs-12.wrap .item_with_img {
        display: block;
        padding: 10px;
    }

    body .col-xs-12.wrap .item_with_img .images,
    body .col-xs-12.wrap .item_with_img .txt {
        max-width: none;
        width: 100%;
        display: block;
        clear: both;
    }

    body .col-xs-12.wrap .item_with_img .images {
        padding: 0;
    }
}

@media screen and (max-width: 610px) {
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0px;
    }

    body .name-item.with-share {
        padding-right: 0px;
    }

    body .face-share,
    body .pin-it {
        position: relative;
        right: auto;
        display: inline-block;
        top: auto;
    }

    body .name-item {
        height: auto;
        line-height: normal;
        padding: 5px 0;
    }

    body .name-item a {
        line-height: normal;
        max-height: none;
    }

    header #logo {
        max-width: 200px;
    }

    header .navbar-toggle {
        margin-left: -50px;
    }
}

@media screen and (max-width: 450px) {
    .mobile-margin {
        margin-top: 45px !important;
    }
}

header#wrapper.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 99;
    border-bottom: none;
    box-shadow: 0 1px 8px 0px rgba(31, 31, 31, 0.3);
}

@media screen and (min-width: 768px) {
    header .navbar-nav {
        padding-top: 20px;
    }

    .modal-contact .modal-dialog {
        width: 750px;
    }

    .fotorama.product,
    .fotorama.slideshow {
        min-height: 400px;
    }

    .col-xs-12.wrap .contacts .col-md-4 .images {
        padding: 0 5px;
    }

    .col-xs-12.wrap .contacts .col-md-4 .images img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

.collection-item-mobile {
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
    padding-bottom: 10px !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #000;
    -webkit-text-fill-color: #000;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #000;
    -webkit-text-fill-color: #000;
}

header .navbar-default .navbar-nav > li > a {
    color: #aaa;
    -webkit-text-fill-color: #aaa;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px;
}

#wrapper {
    margin-top: 0px;
    width: 100%;
    position: relative;
    z-index: 29;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

/*footer*/

footer {
    padding: 0px 0 5px 0px;
    margin-top: 20px;
    position: relative;
    border-top: 1px solid #eee;
}

footer .logo {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    line-height: 16px;
    margin: 5px 0px;
}

footer .logo img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

footer .mailto {
    cursor: pointer;
    font-size: 26px;
    color: #000;
    -webkit-text-fill-color: #000;
    line-height: normal;
    opacity: 0.75;
}

footer .mailto:hover {
    opacity: 1;
}

.line {
    font-size: 40px;
    color: #000;
    -webkit-text-fill-color: #000;
    line-height: normal;
    opacity: 0.15;
    padding: 0px 6px 0px 6px;
    margin-bottom: 10px;
}

@media screen and (min-width: 500px) {
    .line {
        font-size: 27px;
    }
}

.custom_image {
    max-height: 20px;
}

#send {
    cursor: pointer;
    font-size: 26px;
    color: #000;
    -webkit-text-fill-color: #000;
    line-height: normal;
}

@media screen and (max-width: 500px) {
    #send {
        font-size: 36px;
    }
}

#send .fa {
    opacity: 0.75;
}

.modal-send {
    visibility: visible;
}

.input-email {
    padding: 8px 0px 8px 4px;
    margin-left: 15px;
    margin-right: 15px;
    width: 95%;
}

.titel-email {
    text-align: center;
}

#send-ok {
    visibility: visible;
}

.p_button_email {
    text-align: center;
}

.ok_img {
    /*    margin-left: 40%;*/
    text-align: center;
    display: inline-block;
    height: 180px;
    margin-bottom: 20px;
}

.p_ok_img {
    text-align: center;
}

.modal-send h3,
.modal-send_ok {
    opacity: 0.45;
    margin-top: -15px !important;
    text-align: center;
    padding-right: 45px !important;
}

.follow {
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: 40px;
}

ul.social {
    padding: 0;
}

.social li {
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
}

ul.social a {
    border-radius: 4px;
    text-decoration: none;
    height: 30px;
    width: 30px;
}

ul.social img {
    max-width: 100%;
    max-height: 100%;
}

.social li a {
    display: block;
}

footer .face-form {
    padding: 15px 5px;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    max-width: 33%;
    width: auto;
}

footer .face-form img {
    max-width: 100%;
    max-height: 100%;
}

footer .face-form.pint > span {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e9ebee;
    background: #f9f9f9;
    height: 154px;
}

footer .face-form.pint > span > span:nth-child(1) {
    height: 32px !important;
}

footer .face-form.pint > span > span:nth-child(1) > span:nth-child(1) {
    top: 1px;
    left: 10px;
    height: 30px;
    width: 30px;
}

footer .face-form.pint > span > span:nth-child(1) > span:nth-child(2) {
    top: 9px;
    left: 45px;
}

footer .face-form.pint > span > span:nth-child(2) {
    height: 80px !important;
}

footer .face-form.pint > span > span:nth-child(3) {
    padding: 4px;
}

footer .face-form .widget a.title:link,
footer .face-form .widget a.title:visited {
    background: none;
}

footer .face-form .widget .title .text {
    color: #000;
    -webkit-text-fill-color: #000;
}

footer .logo_company {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    /*    background: url(../images/foldiss_white_111x37.png);
    background-size: cover;*/
    width: 111px;
    height: 37px;
    margin-bottom: 30px;
}

footer .logo_youtube {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.75;
    background: url(../images/youtube-new.jpeg);
    background-size: cover;
    width: 105px;
    height: 60px;
}

footer .sign-in {
    display: inline-block;
    position: absolute;
    margin-left: 100px;
    margin-top: 10px;
    opacity: 0.75;
    background: url(../images/keys.gif);
    background-size: cover;
    width: 60px;
    height: 40px;
}

footer .logo_company:hover,
footer .sign-in:hover,
footer .logo_youtube:hover {
    opacity: 1;
}

footer .footer-box {
    padding: 0 10px;
}

footer .copy-right p {
    margin: 0;
}

footer .box-year {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/*content*/

.container {
    padding: 0px;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}

.container.main-slider {
    width: 100%;
    max-width: 1500px;
}

.col-xs-12.main {
    padding: 0;
    text-align: center;
}

.col-xs-12.main .fotorama {
    width: 100%;
    margin: 0 auto;
    visibility: hidden;
    min-height: 150px;
}

/*new columns */

.columns-wrap {
    -webkit-column-break-after: column;
    page-break-after: column;
    break-after: column;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0;
}

.columns-wrap .col-md-4 {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    min-height: initial;
    float: none !important;
    clear: none;
    position: relative;
    width: 100%;
}

.col-xs-12.wrap .col-md-4 {
    /*    padding: 2.5px;*/
    padding: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.col-xs-12.wrap {
    margin-top: 15px;
    padding: 0;
}

.col-xs-12.wrap .images {
    height: 220px;
    line-height: 220px;
    text-align: center;
}

.col-xs-12.wrap .images img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.col-xs-12.wrap .txt {
    margin: 0;
}

.col-xs-12.wrap .txt.long-txt {
    height: 110px;
    overflow: hidden;
}

.col-xs-12.wrap .txt.long-txt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    height: 35px;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
}

.col-xs-12.wrap .txt.no-shad:before {
    display: none;
}

.txt p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-xs-12 h2 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    -webkit-text-fill-color: #000;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    letter-spacing: 2px;
    border-bottom: 1px solid #bbb;
}

.name-top {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    -webkit-text-fill-color: #000;
    margin-bottom: -5px;
    padding-bottom: 10px;
    padding-top: 5px;
    letter-spacing: 2px;
    border-bottom: 1px solid #bbb;
    text-transform: uppercase;
    clear: both;
}

.col-xs-12 h1 {
    font-size: 22px;
    color: #000;
    -webkit-text-fill-color: #000;
    font-weight: 100;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    text-transform: none;
    letter-spacing: 2px;
    border-bottom: 1px solid #bbb;
}

.scroll_me {
    cursor: pointer;
}

.name-item,
.name-item a,
.name-item a:hover {
    color: #2b2b2b;
    -webkit-text-fill-color: #2b2b2b;
    text-decoration: none;
}

.name-item {
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
    -webkit-text-fill-color: #2b2b2b;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #bbb;
}

.name-item-small {
    font-size: 17px !important;
}

.name-item-down {
    font-size: 18px;
    font-weight: 600;
    color: #7b7b7b;
    -webkit-text-fill-color: #7b7b7b;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.col-xs-12 h1.name-item {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2b2b2b;
    -webkit-text-fill-color: #2b2b2b;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #bbb;
}

.name-item a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    line-height: 18px;
    max-height: 36px;
}

/*page contacts*/

.col-xs-12.wrap .contacts .col-md-4 .txt {
    margin: 0;
    max-height: none;
    height: auto;
    overflow: hidden;
}

.col-xs-12.wrap .contacts .col-md-4 {
    cursor: pointer;
    min-height: 455px;
}

.col-xs-12 .contacts input,
.col-xs-12 .contacts textarea {
    padding: 12px 0px;
    font: 14px Georgia, "Times New Roman", Times, serif;
    color: #555;
    -webkit-text-fill-color: #555;
    border: 0;
    border-bottom: 1px solid #555;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    float: none;
    display: block;
    width: 100%;
    font-style: italic;
}

.col-xs-12 .contacts input {
    height: 16px;
}

.col-xs-12 .contacts input.submit {
    display: inline-block;
    float: right;
    margin: 15px 0;
    width: auto;
    border: 0px;
    padding: 0px;
    color: #8d8d8d;
    -webkit-text-fill-color: #8d8d8d;
    font-size: 13px;
    background: none;
    cursor: pointer;
}

/*country*/

.col-xs-12.wrap .country {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

.col-xs-12.wrap .country ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
}

.col-xs-12.wrap .country ul li {
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-xs-12.wrap .country ul li a {
    color: #aaa;
    -webkit-text-fill-color: #aaa;
}

.col-xs-12.wrap .country ul li.active a {
    color: #000;
    -webkit-text-fill-color: #000;
    cursor: default !important;
    text-decoration: none !important;
}

/*history*/

.col-xs-12.wrap .col-xs-12.white {
    padding-bottom: 20px;
    background: #fff;
}

.no-pad {
    padding: 0;
}

.col-xs-12.wrap .col-xs-12.white .txt {
    max-height: none;
    height: auto;
    position: relative;
    left: 20px;
    width: 100%;
    word-break: break-word;
}

.col-xs-12.wrap .col-xs-12.white .txt img {
    max-height: 100%;
    max-width: 100%;
    margin: 10px 0;
}

.col-xs-12.wrap .col-xs-12.white .txt:before {
    display: none;
    content: none;
}

/* new item with img*/
.col-xs-12.wrap .item_with_img {
    display: table;
    width: 100%;
    padding: 10px 0;
}

.col-xs-12.wrap .item_with_img .images,
.col-xs-12.wrap .item_with_img .txt {
    display: table-cell;
    vertical-align: middle;
}

.col-xs-12.wrap .item_with_img .txt {
    width: auto !important;
}

.col-xs-12.wrap .item_with_img .images {
    width: 300px;
    height: auto;
    line-height: normal;
    padding: 0 0 0 10px;
}

.col-xs-12.wrap .item_with_img .images img {
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
}

/* /history*/

.fotorama__thumb-border {
    /*    border: solid 1px #000 !important;*/
    border-image: url(../images/border.gif) 2 repeat;
    background: none !important;
    border-width: 1px !important;
}

.white-bottom {
    padding: 0 5px 20px 5px;
    position: relative;
    background: #fff;
}

.col-xs-12.where-buy {
    padding: 20px 0;
}

.col-xs-12.where-buy .btn1 {
    font-size: 1.2em;
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    -webkit-text-fill-color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.col-xs-12.where-buy .btn1:before {
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.col-xs-12.where-buy .btn1:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-xs-12.where-buy .btn1:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

.btn-wrap {
    margin: 0 auto;
    float: none;
    clear: both;
}

.btn2 {
    font-size: 1.2em;
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #000;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.btn2:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.btn2:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

/*modal catalog*/
body.modal-open {
    overflow-y: hidden !important;
}

.modal-open .modal {
    overflow-y: auto !important;
    height: 100%;
}

#modal_catalog .collection-wrap {
    display: inline-block;
    width: 100%;
}

#modal_catalog .collection {
    height: 100%;
    text-align: center;
    background: url(../images/ajax-loader.gif) center no-repeat !important;
}

#modal_catalog .collection .fotorama.collect {
    background: #fff;
    visibility: hidden;
    height: 535px;
}

@media screen and (min-width: 1101px) {
    #modal_catalog .modal-dialog {
        width: 1024px;
    }

    .modal-contact .modal-dialog {
        width: 950px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    #modal_catalog .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #modal_catalog .collection .fotorama.collect {
        height: auto;
        min-height: 200px;
    }
}

#modal_catalog .collection-wrap .btn {
    margin-top: 10px;
}

#modal_catalog .collection-wrap .txt {
    margin: 0;
    overflow: hidden;
    position: relative;
}

#modal_catalog .collection-wrap .long-txt {
    max-height: 200px;
}

#modal_catalog .collection-wrap .long-txt:before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    z-index: 2;
}

/* /modal catalog*/

/*product*/

.fotorama.product {
    width: 100%;
    margin: 0 auto;
    visibility: hidden;
    margin-top: 5px;
}

.fotorama.product .fotorama__nav__frame.fotorama__active {
    opacity: 1;
}

.fotorama.product .fotorama__thumb {
    background: #fff;
}

.fotorama.product .fotorama__nav__frame--thumb {
    opacity: 0.5;
}

.fotorama.product .fotorama__nav__frame--thumb:hover {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .fotorama.product,
    .fotorama.slideshow {
        min-height: 500px;
    }

    #main-slider {
        min-height: 350px;
    }

    .fotorama.product.single-slide .fotorama__stage {
        float: none;
        overflow: hidden;
        top: auto;
        left: auto;
    }

    .fotorama.product.single-slide .fotorama__wrap,
    .fotorama.product.single-slide .fotorama__stage__shaft,
    .fotorama.product.single-slide fotorama__stage__frame {
        padding-right: 0;
    }

    .fotorama.product fotorama__nav,
    .fotorama.product .fotorama__nav--thumbs,
    .fotorama.product .fotorama__nav__shaft {
        width: 100%;
    }

    .fotorama.product .fotorama__nav-wrap {
        position: absolute;
        width: 85px;
        height: 600px;
        float: left;
        overflow-y: auto;
        padding-right: 10px;
    }

    .fotorama.product .fotorama__stage {
        float: right;
        overflow: hidden;
        top: 0;
        left: 85px;
    }

    .fotorama.product .fotorama__stage__shaft,
    .fotorama.product fotorama__stage__frame {
        width: 100% !important;
        padding-right: 85px;
    }

    .fotorama.product .fotorama__stage__shaft fotorama__img {
        width: 100%;
    }

    .fotorama.product .fotorama__nav:before {
        display: none;
    }

    .fotorama.product .fotorama__thumb-border {
        display: none !important;
    }

    .fotorama.product .fotorama__nav__frame--thumb {
        display: block;
        float: none;
        height: 80px !important;
        border: 1px solid transparent;
        margin-bottom: 6px;
        padding: 0px !important;
    }

    .fotorama.product .fotorama__nav__frame.fotorama__active {
        border-image: url(../images/border.gif) 2 repeat;
        border-width: 1px !important;
    }

    .fotorama.product .fotorama__wrap {
        padding-right: 85px;
    }

    .fotorama.product .fotorama__nav__frame,
    .fotorama.product .fotorama__thumb {
        width: 100% !important;
        height: 100%;
        left: 0 !important;
        box-sizing: border-box;
        background: #fff;
    }

    .fotorama.product .fotorama__thumb img {
        box-sizing: border-box;
    }

    /*full screen*/
    .fullscreen .fotorama.product fotorama__nav,
    .fullscreen .fotorama.product .fotorama__nav--thumbs,
    .fullscreen .fotorama.product .fotorama__nav__shaft {
        width: auto;
    }

    .fullscreen .fotorama.product .fotorama__nav-wrap {
        width: auto;
        height: auto;
        float: none;
        overflow-y: hidden;
        padding-right: 0;
    }

    .fullscreen .fotorama.product .fotorama__stage {
        float: none;
        position: relative;
        left: 0;
        padding: 0;
    }

    .fullscreen .fotorama.product .fotorama__stage__shaft,
    .fullscreen .fotorama.product fotorama__stage__frame {
        width: auto !important;
        padding-right: none;
    }

    .fullscreen .fotorama.product .fotorama__stage__shaft fotorama__img {
        width: 100%;
    }

    .fullscreen .fotorama.product .fotorama__nav:before {
        display: block;
    }

    .fullscreen .fotorama.product .fotorama__nav {
        text-align: left;
    }

    .fullscreen .fotorama.product .fotorama__thumb-border {
        display: block !important;
    }

    .fullscreen .fotorama.product .fotorama__nav__frame--thumb {
        display: inline-block;
        float: none;
        height: auto !important;
        margin-bottom: 0;
        padding: 5px 5px 5px 0 !important;
        border: none;
        background: transparent;
    }

    .fullscreen .fotorama.product .fotorama__nav__frame.fotorama__active {
        border: none;
    }

    .fullscreen .fotorama.product .fotorama__wrap {
        padding-right: 0;
    }

    .fullscreen .fotorama.product .fotorama__nav__frame,
    .fullscreen .fotorama.product .fotorama__thumb {
        left: auto;
        overflow: hidden;
        position: relative;
        width: 75px !important;
        height: 75px !important;
        box-sizing: content-box;
    }

    .fullscreen .fotorama.product .fotorama__thumb img {
        height: 100%;
    }
}

/*share facebook*/

.name-item.with-share {
    position: relative;
    margin-top: 10px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}

.name-item.with-share a {
    display: block;
    overflow: visible;
    max-height: none;
}

.pin-it,
.face-share {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.6;
}

.pin-it:hover,
.face-share:hover {
    opacity: 1;
}

.face-share .face-new-b {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/facebook.png) center no-repeat;
    background-size: 28px;
}

.pin-it img {
    max-width: 100%;
    max-height: 100%;
}

.pin-it span {
    display: block;
    text-transform: capitalize;
    color: #fff;
    -webkit-text-fill-color: #fff;
    letter-spacing: normal;
    font-size: 13px !important;
}

.pin-follow span {
    font-size: 13px !important;
    margin-bottom: 10px !important;
    width: 130px !important;
    height: 24px !important;
    padding-top: 3px !important;
}

.pin-follow span::after {
    background-size: 22px 22px !important;
    height: 22px !important;
    width: 22px !important;
    top: 1px !important;
    left: 5px !important;
}

/*slideshow*/

.fotorama.slideshow {
    width: 100%;
    margin: 0 auto;
    visibility: hidden;
}

.breadcrumb {
    background: none;
    color: #aaa;
    -webkit-text-fill-color: #aaa;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}

.breadcrumb li.active {
    color: #aaa;
    -webkit-text-fill-color: #aaa;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    -webkit-text-fill-color: #ccc;
    content: "> ";
}

.breadcrumb li a {
    color: #aaa;
    -webkit-text-fill-color: #aaa;
    text-decoration: underline;
}

.breadcrumb li a:hover {
    color: #000;
    -webkit-text-fill-color: #000;
}

.breadcrumb.min-size {
    position: absolute;
    max-width: 49%;
    min-height: 32px;
}

.righted.min-size {
    padding-left: 50%;
    min-height: 28px;
}

.btn-gray-light {
    border: 1px #cecece solid;
    cursor: pointer;
    box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FDFCFC ', endColorstr='#FBF9F9 ');
    background-color: #f2f0f0;
    background-image: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#fdfcfc),
        to(#f2f0f0),
        color-stop(0.5, #fbf9f9),
        color-stop(0.5, #f7f5f6)
    );
    background-image: -webkit-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
    background-image: -ms-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-gray-light:hover {
    background: #fcfcfc;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #fcfcfc),
        color-stop(50%, #fbf9f9),
        color-stop(50%, #f7f5f6),
        color-stop(100%, #fcfcfc)
    );
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc ', endColorstr='#fbf9f9 ', GradientType=0);
}

/*modal mail*/

.modal .modal-header,
.modal .modal-footer {
    border: none;
}

.modal-mail .modal-body {
    min-height: 140px;
    line-height: 100px;
}

.modal-mail .modal-body .input-form {
    line-height: normal;
    float: left;
    width: 100%;
    vertical-align: top;
}

.modal-mail .modal-header .close {
    margin-top: 2px;
}

.modal .success {
    text-align: center;
    display: inline-block;
    line-height: normal;
    width: 100%;
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
}

.modal .success img {
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .modal-mail .modal-dialog {
        width: 420px;
    }

    .modal-price .modal-dialog {
        width: 750px;
    }
}

.modal .modal-body {
    padding-top: 0px;
    padding-bottom: 0;
}

.modal .modal-title {
    color: #aaa;
    -webkit-text-fill-color: #aaa;
}

.modal .input-form label {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
}

.modal .input-form .input-line {
    margin-bottom: 5px;
}

.modal .input-form .input-txt {
    width: 100%;
    margin: 0;
    resize: none;
}

.input-txt {
    border: 1px solid #c2c2cc;
    border-radius: 3px;
    padding: 10px 10px;
}

.captcha-line .captchaWrap {
    display: inline-block;
    text-align: right;
    float: right;
}

.captcha-line .captcha {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #bd1e2e;
    -webkit-text-fill-color: #bd1e2e;
    position: relative;
    top: 2px;
}

.captcha-line .captchaWrap .input-txt {
    width: 100px;
}

.mandatory > label:after {
    content: "*";
    color: red;
    -webkit-text-fill-color: red;
}

.red {
    color: red;
    -webkit-text-fill-color: red;
}

.no-border {
    border: none;
}

.no-margin {
    margin: 0;
}

.centered {
    text-align: center;
}

.righted {
    text-align: right;
}

.upper-text {
    text-transform: uppercase;
}

.slim {
    font-weight: normal;
}

.hide-vis {
    visibility: hidden;
}

/*modal contact*/
.modal-contact .modal-header {
    padding: 0;
}

.modal-contact .modal-body {
    padding-bottom: 10px;
}

.modal-contact .modal-header .close {
    margin-right: 10px;
    margin-top: 5px;
}

.modal-contact-wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.modal-contact-wrap .images {
    height: 100%;
    text-align: center;
}

.modal-contact-wrap .images img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.modal-contact-wrap .face-share {
    position: relative;
    top: auto;
    text-align: center;
    margin: 10px auto;
}

.modal-contact-wrap .col-xs-12 {
    padding: 0;
    display: table;
}

.modal-contact-wrap .col-sm-9 {
    padding: 0;
}

.modal-contact-wrap .col-sm-9,
.modal-contact-wrap .col-sm-3 {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.modal-contact-wrap .name-item {
    height: auto;
    line-height: normal;
}

.modal-contact-wrap .name-item a {
    max-height: none;
    line-height: normal;
}

.modal-contact-wrap .mailto,
.modal-contact-wrap .phone {
    cursor: pointer;
    font-size: 26px;
    color: #000;
    -webkit-text-fill-color: #000;
    line-height: normal;
    margin-top: 5px;
}

.contact-nomber {
    position: relative;
    padding: 5px;
    padding-left: 23px;
    display: inline-block;
    border-radius: 4px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    -webkit-text-fill-color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    background: #77c301;
    background: -moz-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #77c301), color-stop(100%, #53a401));
    background: -webkit-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -o-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -ms-linear-gradient(top, #77c301 0, #53a401 100%);
    background: linear-gradient(to bottom, #77c301 0, #53a401 100%);
    vertical-align: middle;
}

.contact-nomber:hover,
.contact-nomber:active {
    background: #53a401;
    background: -moz-linear-gradient(top, #53a401 0, #77c301 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #53a401), color-stop(100%, #77c301));
    background: -webkit-linear-gradient(top, #53a401 0, #77c301 100%);
    background: -o-linear-gradient(top, #53a401 0, #77c301 100%);
    background: -ms-linear-gradient(top, #53a401 0, #77c301 100%);
    background: linear-gradient(to bottom, #53a401 0, #77c301 100%);
}

.contact-nomber:before {
    content: "\f095";
    display: inline-block;
    position: absolute;
    left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 20px;
}

/*carousel for mobile in main page*/

.carousel-viewport {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

.carousel-viewport:focus {
    outline: 0;
}

.carousel-viewport::-webkit-scrollbar {
    display: none;
    height: 0 !important;
}

.carousel-viewport .carousel {
    margin: 0;
    list-style-type: none;
    height: 100%;
    white-space: nowrap;
    overflow-x: visible;
    color: #111;
    -webkit-text-fill-color: #111;
    letter-spacing: -4px;
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-viewport .carousel li {
    position: relative;
    width: auto;
    margin-left: 8px;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    list-style-type: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: normal;
}

.carousel-viewport .carousel li:first-child {
    margin-left: 0;
}

.carousel-viewport .carousel li .images {
    height: 280px;
    line-height: 275px;
}

/*new product-mobile*/

.name-item.v1 {
    height: auto;
    line-height: normal;
    position: relative;
    padding: 5px;
}

.name-item.v1 img {
    margin: 0 !important;
}

.name-item.v1 .face-share {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: 0;
}

.name-item.v1 .social {
    margin-top: 10px;
}

/*facebook*/

footer .fb_iframe_widget.fb-page > span {
    width: 310px !important;
}

footer .fb_iframe_widget.fb-page iframe {
    width: 310px !important;
}

/*new catalog - collection*/

@media screen and (min-width: 1200px) {
    .collection-item {
        height: 260px;
        position: relative;
        overflow: visible !important;
    }

    .collection-item:hover .item_hover {
        display: block;
        z-index: -1;
    }

    .collection-item:hover .details {
        visibility: visible;
    }

    body .collection-item .details {
        visibility: hidden;
        display: inline-block;
        width: 28%;
        position: absolute;
        top: 0px;
        right: -28%;
        padding-left: 2px;
        background: #fff;
    }

    .collection-item .white-bottom {
        padding-bottom: 0;
        background: none;
    }

    .collection-item:hover .name-item {
        border: none;
    }
}

.col-xs-12.collection-txt {
    margin-top: 30px;
}

.collection-item .images,
.collection-item .images .white-bottom {
    position: relative;
}

.collection-item .item_hover {
    display: none;
    width: 130%;
    height: 261px;
    position: absolute;
    margin-top: -1px;
    margin-left: -1px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.collection-item:hover {
    z-index: 2;
}

.collection-item .txt.long-txt {
    height: auto !important;
}

.collection-item .txt.long-txt:before {
    display: none !important;
}

.collection-item .details {
    display: none;
}

.collection-item a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.collection-item .txt {
    color: #333;
    -webkit-text-fill-color: #333;
}

.collection-item .details .txt {
    max-height: 160px;
}

.collection-item .details .images-wrap {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    max-height: 228px;
    overflow-y: auto;
    overflow-x: hidden;
}

.collection-item .details .images-wrap .img-hover {
    display: block;
    width: 80px;
    max-width: 100%;
    height: 75px;
    line-height: 70px;
    padding: 2px;
    margin-bottom: 1px;
    border: 1px solid #ccc;
}

.collection-item .details .images-wrap .img-hover:hover {
    border-color: #aaa;
}

.collection-item .details .images-wrap .img-hover img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.collection-item .details .up_item,
.collection-item .details .down_item {
    font-size: 30px;
    color: #ccc;
    -webkit-text-fill-color: #ccc;
    left: 50%;
    position: relative;
    margin-left: -10px;
    line-height: 10px;
    cursor: pointer;
    height: 15px;
    width: 20px;
    text-align: center;
}

.collection-item .details .up_item .fa,
.collection-item .details .down_item .fa {
    top: -8px;
    position: relative;
}

/*insta-mob*/

.insta-mob {
    text-align: center;
    font-family: sans-serif;
    text-transform: capitalize;
}

.insta-mob .widget {
    display: inline-block;
    padding: 2px 5px;
    line-height: normal;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
    font-size: 13px;
}

.insta-mob a {
    color: #333;
    -webkit-text-fill-color: #333;
    text-decoration: none;
}

.insta-mob .widget span {
    vertical-align: middle;
}

.insta-mob .widget .logo {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin: 0;
    background: url(../images/big-images/social-inst.png) center no-repeat;
    background-size: cover;
}

.insta-mob .widget .txt {
    font-weight: bold;
}

/*new hamburger button*/

.hamburger {
    padding: 15px 15px;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    vertical-align: middle;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #888;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
        -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*scroll progress*/

.progressScroll {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 30;
    opacity: 0.7;
    display: none;
}

.progressScroll .progressScroll-border {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #aaa;
    background-image: -webkit-linear-gradient(left, transparent 50%, #eee 50%),
        -webkit-linear-gradient(left, #eee 50%, transparent 50%);
    background-image: linear-gradient(90deg, transparent 50%, #eee 50%),
        linear-gradient(90deg, #eee 50%, transparent 50%);
}

.progressScroll .progressScroll-circle {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.progressScroll .progressScroll-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
}

/* scroll wrap*/

.scroll-down {
    position: fixed;
    bottom: 10px;
    left: 50%;
    padding: 20px;
    margin-left: -44px;
    opacity: 0.9;
    z-index: 99;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-indent: 9999px;
    cursor: pointer;
}

.scroll-down span {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50em;
    border: 10px solid #fff;
    background: url(../images/down2.png) no-repeat #fff;
    background-size: cover;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
}

.scroll-down.hide-arrow {
    opacity: 0;
    z-index: -999;
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }

    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(10%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/* to top*/

#backtotop {
    height: auto;
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: none;
    z-index: 30;
    padding: 10px;
    text-indent: -9000px;
}

#backtotop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 10px solid #fff;
    background: url(../images/up.png) no-repeat #fff;
    background-size: cover;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
}

/* /to top*/

/* call*/
#call {
    display: none;
    height: auto;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 30;
    padding: 10px;
    opacity: 0.8;
}

#call:hover {
    opacity: 1;
}

#call .icon-phone {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 100%;
    background: #bbb;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 26px;
    text-align: center;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

/* /call*/
.arrow-scroll-prev,
.arrow-scroll-next {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    margin-top: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    opacity: 0.3;
    cursor: pointer;
}

.arrow-scroll-prev {
    background: url(../images/left.svg) center no-repeat;
    background-size: 40px 40px;
    left: 2px;
}

.arrow-scroll-next {
    background: url(../images/right.svg) center no-repeat;
    background-size: 40px 40px;
    right: 2px;
}

/* more/less txt in footer*/

.txt-wrap {
    background: #fff;
}

.txt.min_txt {
    max-height: 170px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.txt.min_txt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
}

.txt.txt-wrap.no-shad:before {
    display: none;
}

.txt.norm_txt {
    max-height: 9999px;
    height: auto;
}

.more-btn .less {
    display: none;
}

.more-btn {
    float: right;
    outline: none !important;
    box-shadow: none !important;
}

/*new main slider  - image banner*/

.content-page-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.content-page-image:after {
    content: "";
    display: block;
    height: 0;
}

.content-page-image .split_description,
.parallax .split_description {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 20px;
    z-index: 1;
}

.content-page-image .split_title,
.parallax .split_title {
    font-size: 26px;
    font-family: brandon-grotesque, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    color: #f0f0f0;
    -webkit-text-fill-color: #f0f0f0;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    line-height: 38px;
    font-weight: 100;
    max-height: 75px;
    overflow: hidden;
    position: relative;
    top: 10%;
}

.content-page-image .btn,
.parallax .btn {
    outline: 0;
    border: none;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.858em 3.1em;
    font-size: 14px;
    background: #000;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    font-family: brandon-grotesque, Helvetica Neue, sans-serif;
    cursor: pointer;
    line-height: 14px;
    position: absolute;
    bottom: 110px;
    width: 200px;
    margin-right: -100px;
    right: 50%;
}

/* txt and button on main slider*/

.fullscreen .fotorama .split_description {
    display: none !important;
}

.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;
    background: url(../images/empty.gif) no-repeat;
}

.fotorama__html a {
    z-index: 1;
}

.fotorama .split_description {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 20px;
    display: none;
}

.fotorama .split_description .split_title {
    font-size: 26px;
    font-family: brandon-grotesque, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    color: #f0f0f0;
    -webkit-text-fill-color: #f0f0f0;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
    line-height: 38px;
    font-weight: 100;
    max-height: 75px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: -1;
}

.fotorama .split_description .btn {
    outline: 0;
    border: none;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.858em 3.1em;
    font-size: 14px;
    background: #000;
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    font-family: brandon-grotesque, Helvetica Neue, sans-serif;
    cursor: pointer;
    line-height: 14px;
    position: absolute;
    z-index: 2;
    bottom: 50px;
    width: 200px;
    margin-right: -100px;
    right: 50%;
    height: auto;
}

/* parallax */

.parallax .bg {
    position: relative;
    height: 100vh;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}

/* end parallax */
/* modal login*/
@media screen and (min-width: 768px) {
    .myModal-login .modal-dialog {
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .myModal-login .modal-dialog {
        max-width: 400px;
        margin: 10% auto;
    }
}

.myModal-login .modal-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.myModal-login .log_reset,
.myModal-login .login_btn {
    display: none;
}

.myModal-login .name {
    margin-top: 2px;
}

.myModal-login .input-form .input-line > label,
.myModal-login .input-form .input-line .input-txt {
    width: 100%;
    display: block;
}

.myModal-login .input-form .input-line {
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.myModal-login .input-form label {
    margin-bottom: 5px;
}

.myModal-login .error_pswd {
    color: red;
    -webkit-text-fill-color: red;
    margin-top: 1px;
    margin-bottom: 0;
}

.myModal-login .modal-footer .reset-password,
.myModal-login .modal-footer .login_btn {
    float: left;
    margin-top: 13px;
    vertical-align: middle;
}

.myModal-login .modal-footer {
    border: none;
    padding-top: 0;
}

.myModal-login .login-massage .massage-header {
    text-align: center;
    font-size: 18px;
}

.btn-gray {
    background: #f0f0f0;
    color: #333;
    -webkit-text-fill-color: #333;
    border: 1px #ccc solid;
}

.btn-gray:hover {
    background-color: #e6e6e6;
    border-color: #b2b2b2;
}

#reg_avtor {
    padding-top: 7px;
    display: block;
    float: left;
    transform: translateX(-140px);
}

/* end modal login*/

.fotorama__arr {
    width: 40px;
    height: 100%;
    top: 0;
    margin-top: 0;
}

.fotorama__arr--prev {
    background: url(../images/left-white.svg) center no-repeat;
    background-size: 40px 40px;
    left: 2px;
}

.fotorama__arr--next {
    background: url(../images/right-white.svg) center no-repeat;
    background-size: 40px 40px;
    right: 2px;
}

.fotorama__arr--disabled:before {
    display: none !important;
}

.fotorama__arr--next:hover:before,
.fotorama__arr--next:active:before {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    right: -5px;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
}

.fotorama__arr--prev:hover:before,
.fotorama__arr--prev:active:before {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    right: -5px;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
    background: -moz-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
    background: -o-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.2) 25%,
        rgba(255, 255, 255, 0.4) 100%
    );
}

/* related - in botoom of page*/
.col-xs-12.wrap.related .name-top {
    margin-bottom: 10px;
}

.col-xs-12.wrap.related .col-xs-3 .images {
    height: auto;
    line-height: normal;
}

.col-xs-12.wrap.related .carousel-viewport .carousel li .images {
    height: 200px;
    line-height: 195px;
}

.col-xs-12.wrap.related .name-item {
    height: auto;
    line-height: normal;
}

.col-xs-12.wrap.related a,
.col-xs-12.wrap.related a:hover {
    color: #2b2b2b;
    -webkit-text-fill-color: #2b2b2b;
    text-decoration: none;
}

.related-collection {
    text-align: center;
}

.related-collection .img-view {
    width: 100px;
    height: 100px;
    line-height: 98px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    text-align: center;
    margin: 5px;
}

.related-collection .img-view a {
    display: block;
}

.related-collection .img-view img {
    max-width: 100%;
    max-height: 100%;
}

.related-collection .img-view:hover {
    border: 1px solid #bbb;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/* switches in collections(catalog) */
.name-wrap {
    padding-bottom: 5px;
    border-bottom: 1px solid #bbb;
    text-align: right;
}

.name-wrap a {
    text-decoration: none;
}

.name-wrap .name-i {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #aaa;
    -webkit-text-fill-color: #aaa;
    cursor: pointer;
    transition: color 0.2s;
}

.name-wrap .name-i .fa {
    vertical-align: middle;
}

.name-wrap .name-i:hover {
    color: #333;
    -webkit-text-fill-color: #333;
}

.name-wrap .name-i.active {
    color: #000;
    -webkit-text-fill-color: #000;
    cursor: default;
    transition: color 0.2s;
}

.name-wrap .switches {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
    height: 20px;
    background-color: #777;
    border: 1px solid #777;
    box-shadow: #777 0px 0px 0px 0px inset;
    border-radius: 20px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}

.name-wrap .switches .switches-inner {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.2s;
}

.name-wrap .switches.on .switches-inner {
    left: 20px;
}

/*modal call*/
.modal-open header,
.modal-open footer,
.modal-open .container,
.modal-open .progressCounter,
.modal-open #backtotop,
.modal-open #call {
    -webkit-filter: blur(5px);
    /* Safari 6.0 - 9.0 */
    filter: blur(5px);
}

.modal-call .modal-body {
    padding: 20px;
    text-align: center;
}

.modal-call .modal-title {
    line-height: normal;
    font-size: 22px;
    font-weight: 300;
    color: #666;
    -webkit-text-fill-color: #666;
}

.modal-call .call-wrap {
    margin-bottom: 10px;
}

.modal-call .time-picker-container .phone {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    outline: 0 !important;
    border: 1px solid #77c301;
    font-size: 17px;
    padding: 10px 0;
    height: 40px;
    width: 200px;
    text-align: center;
}

.modal-call .time-picker-container .btn-send {
    position: absolute;
    width: 200px;
    height: 40px;
    top: 150px;
    right: 0;
    background: #77c301;
    background: -moz-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #77c301), color-stop(100%, #53a401));
    background: -webkit-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -o-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -ms-linear-gradient(top, #77c301 0, #53a401 100%);
    background: linear-gradient(to bottom, #77c301 0, #53a401 100%);
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 17px;
    padding: 8px 10px;
    border-radius: 0;
}

/*clock picker*/
.clock-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 20px;
}

.pie {
    height: 50%;
    width: 49%;
    background: #77c301;
    background: -moz-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #77c301), color-stop(100%, #53a401));
    background: -webkit-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -o-linear-gradient(top, #77c301 0, #53a401 100%);
    background: -ms-linear-gradient(top, #77c301 0, #53a401 100%);
    background: linear-gradient(to bottom, #77c301 0, #53a401 100%);
    display: block;
    float: left;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    cursor: pointer;
    -webkit-transition: all 300ms cubic-bezier(0.45, -0.6, 0.52, 1.6);
    transition: all 300ms cubic-bezier(0.45, -0.6, 0.52, 1.6);
    color: #fff;
    -webkit-text-fill-color: #fff;
    position: relative;
    border: 1px solid #77c301;
}

.pie:hover {
    background: #b8d166;
    background: -moz-linear-gradient(top, #b8d166 0%, #70c223 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #b8d166), color-stop(100%, #70c223));
    background: -webkit-linear-gradient(top, #b8d166 0%, #70c223 100%);
    background: -o-linear-gradient(top, #b8d166 0%, #70c223 100%);
    background: -ms-linear-gradient(top, #b8d166 0%, #70c223 100%);
    background: linear-gradient(to bottom, #b8d166 0%, #70c223 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b8d166', endColorstr='#70c223', GradientType=0);
}

.pie span {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.pie-morning {
    border-top-left-radius: 100%;
}

.pie-morning span {
    bottom: 30px;
    right: -10px;
}

.pie-afternoon span {
    bottom: 30px;
    right: 10px;
}

.pie-afternoon {
    border-top-right-radius: 100%;
}

.pie-evening {
    border-bottom-right-radius: 100%;
}

.pie-evening span {
    top: 30px;
    right: 10px;
}

.pie-night span {
    top: 30px;
    right: -10px;
}

.pie-night {
    border-bottom-left-radius: 100%;
}

#radio-evening:checked ~ .clock-container .pie-evening,
#radio-afternoon:checked ~ .clock-container .pie-afternoon,
#radio-morning:checked ~ .clock-container .pie-morning {
    background: #fff;
    color: #77c301;
    -webkit-text-fill-color: #77c301;
    -webkit-transition: all 300ms cubic-bezier(0.45, -0.6, 0.52, 1.6);
    transition: all 300ms cubic-bezier(0.45, -0.6, 0.52, 1.6);
}

#radio-morning:checked ~ .clock-container .pie-morning {
    -webkit-transform: scale(1.05) translate(-10px, -10px);
    -ms-transform: scale(1.05) translate(-10px, -10px);
    transform: scale(1.05) translate(-10px, -10px);
}

#radio-afternoon:checked ~ .clock-container .pie-afternoon {
    -webkit-transform: scale(1.05) translate(10px, -10px);
    -ms-transform: scale(1.05) translate(10px, -10px);
    transform: scale(1.05) translate(10px, -10px);
}

#radio-evening:checked ~ .clock-container .pie-evening {
    -webkit-transform: scale(1.05) translate(10px, 10px);
    -ms-transform: scale(1.05) translate(10px, 10px);
    transform: scale(1.05) translate(10px, 10px);
}

.time-picker-container .disabled {
    background: #d3d3d3;
    cursor: default;
    border-color: #ccc;
}

.time-picker-container {
    position: relative;
    width: 450px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.time-picker-container input[type="radio"] {
    display: none;
}

.time-display {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 200px;
    overflow: hidden;
    height: 40px;
    background: #fff;
    color: #77c301;
    -webkit-text-fill-color: #77c301;
    border: 1px solid #77c301;
    text-align: center;
    font-weight: bold !important;
    line-height: 40px;
    margin-top: -20px;
}

span.time-display-inner {
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.time-display-inner span {
    display: block;
    font-weight: normal;
    font-size: 18px;
}

#radio-morning:checked ~ .time-display .time-display-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#radio-afternoon:checked ~ .time-display .time-display-inner {
    -webkit-transform: translateY(-39px);
    transform: translateY(-39px);
}

#radio-evening:checked ~ .time-display .time-display-inner {
    -webkit-transform: translateY(-81px);
    transform: translateY(-81px);
}

#radio-night:checked ~ .time-display .time-display-inner {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}

@media screen and (max-width: 550px) {
    .modal-call .time-picker-container {
        width: 220px;
        height: 400px;
    }

    .modal-call .time-picker-container .time-display {
        top: 100px;
    }

    .modal-call .time-picker-container .phone,
    .modal-call .time-picker-container .time-display,
    .modal-call .time-picker-container .btn-send {
        margin-top: 200px;
    }
}

.modal-call .success {
    color: #77c301;
    -webkit-text-fill-color: #77c301;
    font-size: 22px;
    padding: 30px;
}

@media screen and (min-width: 1200px) {
    body .wrap .price {
        top: -100px;
    }
}

.wrap .price {
    position: absolute;
    top: -145px;
    z-index: 1;
    cursor: pointer;
    height: 70px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.wrap .price img {
    margin: 0 !important;
}

/* modal price */
@media screen and (max-width: 767px) {
    .modal-price.modal .price-wrap,
    .modal-price.modal .price-wrap .input-form,
    .modal-price.modal .price-wrap .item {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
    }

    .modal-price.modal .modal-title {
        text-align: center;
    }

    .modal-price.modal .price-wrap .item {
        margin-bottom: 5px;
    }

    .modal-price.modal .price-wrap .item .img {
        height: 100px;
        line-height: 95px;
    }

    .modal-price.modal .modal-footer,
    .modal-price.modal .modal-header {
        padding: 15px;
    }

    .modal .price-wrap .link {
        word-break: break-all;
    }
}

.modal .price-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
}

.modal-price .input-form {
    display: inline-block;
    float: right;
    width: 50%;
    padding-left: 10px;
}

.modal .price-wrap .item {
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 10px;
}

.modal .price-wrap .item .img {
    width: 100%;
    text-align: center;
}

.modal .price-wrap .item .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.modal .price-wrap .link {
    display: block;
    margin: 5px 0;
    color: #777;
    -webkit-text-fill-color: #777;
}

.modal .price-wrap .checkbox {
    margin-bottom: 0;
}

.modal .price-wrap .checkbox input {
    margin-top: 2px;
}

.modal-price .modal-footer {
    padding: 5px 0 !important;
}

.modal-price .modal-header {
    padding-bottom: 0;
}

.modal-price.modal .price-wrap .input-txt {
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 0;
}

.modal-price.modal .price-wrap .send_copy {
    display: inline-block;
    width: 100%;
    font-size: 0;
}

.modal-price.modal .price-wrap .checkbox-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 11px;
}

.checkboxes_mail {
    display: inline-block;
}

#checkbox_mail_3 {
    padding-bottom: 10px;
    padding-top: 10px;
}

#btn-mail-gray {
    float: right;
}

.modalLabelth {
    padding-bottom: 55px;
    padding-top: 40px;
}

.modal-price.modal .captcha-line {
    /*float: left;
    text-align: left;
    margin: 0; */

    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 11px;
    margin: 0;
}

.modal-price.modal .captcha-line .captchaWrap {
    display: block;
    float: none;
    text-align: right;
}

.modal-price.modal .captcha-line .captchaWrap .input-txt {
    padding: 7px 3px;
}

.checkbox-wrap .checkbox {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.checkbox-wrap .checkbox + label {
    cursor: pointer;
}

.checkbox-wrap .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox-wrap .checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 22px;
}

.checkbox-wrap .checkbox:not(checked) + label:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 50%;
    background: #fff;
}

.checkbox-wrap .checkbox:not(checked) + label:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(../images/tick.png) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.2s;
}

.checkbox-wrap .checkbox:checked + label:after {
    opacity: 1;
}

::placeholder {
    color: #ccc;
    -webkit-text-fill-color: #ccc;
}

::-webkit-input-placeholder {
    color: #ccc;
    -webkit-text-fill-color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    -webkit-text-fill-color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
    -webkit-text-fill-color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
    -webkit-text-fill-color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
    -webkit-text-fill-color: #ccc;
}

:placeholder-shown {
    color: #ccc;
    -webkit-text-fill-color: #ccc;
}

.tooltip-inner {
    color: #fff;
    -webkit-text-fill-color: #fff !important;
}

.modal-price.modal .success {
    margin: 50px 0;
    font-size: 22px;
    transform: translateY(-10px);
}

.modal-price .modal-footer .checkbox-wrap {
    float: left;
    text-align: left;
    width: auto !important;
}

/* facebook-widget */
.modal-price .facebook-widget {
    display: inline-block;
    float: left;
    margin-top: 3px;
}

.facebook-widget {
    text-align: center;
    font-family: sans-serif;
    text-transform: capitalize;
}

.facebook-widget .widget {
    display: inline-block;
    padding: 5px;
    line-height: normal;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #365899;
    font-size: 13px;
}

.facebook-widget a {
    color: #fff;
    -webkit-text-fill-color: #777;
    text-decoration: none;
}

.facebook-widget .widget span {
    vertical-align: middle;
}

.facebook-widget .widget .logo {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.facebook-widget .widget .txt {
    font-weight: bold;
}

/* / facebook-widget */
.unsubscribe_wrap {
    height: 400px;
    line-height: 400px;
    text-align: center;
}

.unsubscribe_wrap .inner {
    display: inline-block;
    vertical-align: middle;
}

.unsubscribe_wrap .inner .title {
    font-size: 25px;
    line-height: 100%;
    color: #777;
}

.unsubscribe_wrap .inner .bottom {
    font-size: 14px;
    line-height: 100%;
    margin-top: 20px;
    color: #555;
}

.unsubscribe_wrap .inner .bottom a {
    color: #555;
    text-decoration: underline;
}

.unsubscribe_wrap .inner .bottom .btn {
    text-decoration: none;
}

.container-for-icons {
    position: absolute;
    top: 0;
    left: 0;
}

.ddd-icon {
    background-image: url("../images/ddd-icon.png");
    background-size: 55px;
    background-repeat: no-repeat;
    position: relative;
    width: 55px;
    height: 55px;
    z-index: 100;
    cursor: pointer;
    margin-left: 120px;
    margin-top: 15px;
}

.youtube-icon {
    background-image: url(../images/youtube_logo.png);
    background-size: 52px;
    background-repeat: no-repeat;
    position: relative;
    width: 52px;
    height: 52px;
    z-index: 100;
    cursor: pointer;
    margin-left: 121px;
    margin-top: 5px;
}

@media screen and (max-width: 1023px) {
    .ddd-icon {
        display: none;
    }

    .youtube-icon {
        position: absolute;
        left: 5px;
        margin: 0;
        top: 0px;
    }
}

.marg-7 {
    margin-bottom: 7px;
}

.icon-logo {
    max-width: 68px;
    max-height: 68px;
}

#logo a {
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .main-logo-img {
        height: 69px !important;
        max-height: 200px !important;
        transform: translateY(-10px) !important;
    }

    .main-logo-text {
        transform: translateY(-9px) !important;
    }
}

@media screen and (max-width: 768px) {
    .main-logo-img {
        height: 45px !important;
        max-height: 200px !important;
    }

    .main-logo-text {
        /*  transform: translateY(-9px) !important;*/
    }
}

.collection-search {
    transform: translateY(3px);
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 25px;
    outline: none;
    width: 30%;
    padding: 1px 5px;
    margin-right: 10px;
}

.mobile-collection-search {
    margin-top: 10px;
    width: 94%;
    margin-left: 3%;
}

.colection-select {
    height: 25px;
    transform: translateY(3px);
    min-width: 100px;
    margin-right: 5px;
    border-radius: 4px;
    outline: none;
}

.icons-product img {
    max-height: 55px !important;
    display: block;
    margin-top: -18px;
}

.icons-product {
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 10px;
}

.price-right {
    float: right;
    letter-spacing: 1px;
}

.price-mobile {
    margin-top: -5px !important;
    font-size: 19px;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.fotorama.product.unvis .fotorama__fullscreen-icon {
    visibility: hidden !important;
}

.lg-title {
    font-size: 22px;
    color: #000;
    -webkit-text-fill-color: #000;
    font-weight: 100;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    text-transform: none;
    letter-spacing: 2px;
    border-bottom: 1px solid #bbb;
    line-height: 1;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lg-title {
        text-align: center;
    }
}

.modal-price-under {
    font-size: 18px;
    font-weight: bold;
}

/* Background colors */

.bg-black {
    background: #e76d56;
}

/* Buttons */

.btn-designe {
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid;
    padding: 8px 20px;
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outlined.btn-black {
    background: #e76d56;
    color: #fff;
    border-color: #e76d56;
}

.btn-outlined.btn-black:hover,
.btn-outlined.btn-black:active {
    color: #fff;
    background: #d83c1f;
    border-color: #d83c1f;
}

.cart-number {
    position: absolute;
    right: 1px;
    top: 2px;
    min-width: 18px;
    height: 18px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    display: inline-block;
    background-color: #777;
    text-align: center;
    line-height: 1.3;
    border-radius: 8px;
    font-weight: bold;
}

.cart-container i:hover {
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
    border-color: #333 !important;
}

.cart-container {
    transform: translateY(-5px);
}

.cart-container i {
    font-size: 18px;
    display: inline-block;
    border: 1px solid #777;
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    color: #777 !important;
    -webkit-text-fill-color: #777 !important;
}

.table-buy td {
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid #cecece !important;
}

.table-buy th {
    vertical-align: middle;
    text-align: center;
    border: none !important;
    border-bottom: 1px solid #cecece !important;

    border-top: 1px solid #cecece !important;
}

.buy-table-img img {
    max-width: 100px;
}

.quantity-group {
    max-width: 130px;
}

.quantity-group input {
    text-align: center;
}

.subtotal-buy {
    padding: 15px 15px 5px 15px;
    font-weight: bold;
    border-bottom: 1px solid #cecece;
}

.table-buy-area {
    margin-top: 15px;
}

.table-buy-btns {
    padding: 15px 0px;
}

.btn-right {
    float: right;
}

.buy-name {
    font-weight: bold;
    font-size: 14px;
}

.buy-item-name {
    font-size: 13px;
}

.buy-remove {
    font-size: 12px;
    color: #bbb;
    cursor: pointer;
}

.buy-remove:hover {
    color: #999;
    text-decoration: underline;
}

.non-pad {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.non-pad-r {
    padding-right: 0px !important;
    padding-left: 5px !important;
}

.non-pad-l {
    padding-left: 0px !important;
    padding-right: 5px !important;
}

.item-row {
    margin-bottom: 15px;
}

.line-transform {
    transform: translateY(11px);
}

.line-transform-down {
    transform: translateY(9px);
    display: inline-block;
}

.table-border-bottom {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
}

.right-order {
    margin-top: 30px;
}

.order-form {
    padding-bottom: 0px !important;
}

.total-row {
    margin-top: 20px;
    font-size: 16px;
}

.order-table td {
    border-top: none !important;
}

.style-checkbox {
    width: 15px;
    height: 15px;
    transform: translateY(3px);
}

.order-page .form-control {
    border-radius: 0px !important;
}

@media screen and (max-width: 992px) {
    .right-order {
        margin-top: 70px;
        padding-top: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .buy-table-img img {
        max-width: 50px;
    }
}

.filter-wrap {
    border-bottom: 1px solid #bbb;
    padding-top: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-wrap select {
    margin-bottom: 7px;
}

.mobile-filter-wrap {
    border-bottom: 1px solid #bbb;
    padding-bottom: 8px;
    padding-top: 2px;
    text-align: center;
}

.mobile-filter-wrap select {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 7px;
}

.filter-text {
    margin: 0px;
    cursor: pointer;
    font-size: 16px;
    padding-top: 5px;
}

.filter-text span {
    margin-left: 3px;
}

.fade-in {
    -webkit-animation: topFadeIn 0.5s 1;
    /* Safari 4+ */
    -moz-animation: topFadeIn 0.5s 1;
    /* Fx 5+ */
    -o-animation: topFadeIn 0.5s 1;
    /* Opera 12+ */
    animation: topFadeIn 0.5s 1;
    /* IE 10+, Fx 29+ */
    display: block !important;
}

@keyframes topFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.filter-mobile-container {
    display: none;
}

.fade-out {
    -webkit-animation: topFadeOut 0.5s 1;
    /* Safari 4+ */
    -moz-animation: topFadeOut 0.5s 1;
    /* Fx 5+ */
    -o-animation: topFadeOut 0.5s 1;
    /* Opera 12+ */
    animation: topFadeOut 0.5s 1;
    /* IE 10+, Fx 29+ */
}

@keyframes topFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.filter-btns {
    max-width: 100%;
    white-space: pre-wrap;
    margin-top: 3px;
}

.filter-btns:focus,
.mob-filter-btns:focus {
    background-color: #fff;
    border-color: #ccc;
}

.mob-filter-btns {
    margin-bottom: 2px;
    margin-top: 3px;
}

.nav-tabs h2 {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.nav-tabs a {
    border-radius: 2px 2px 0px 0px !important;
    padding: 4px 15px !important;
    border: none !important;
}

.nav-tabs li.active a {
    border-bottom: 5px solid #ccc !important;
}

.feedback {
    background: #fff;
    position: fixed;
    bottom: 55px;
    right: 30px;
    cursor: pointer;
    border: 1px solid #c1c1c1;
    padding: 11px;
    color: #333;
    opacity: 0.7;
    border-radius: 2px;
    z-index: 999;
    color: #1639ef;
    padding-left: 35px;
}

.feedback:hover {
    opacity: 0.9;
}

.feedback-mobile {
    background: #fff;
    position: fixed;
    bottom: 35px;
    right: 30px;
    cursor: pointer;
    /*    border: 1px solid #c1c1c1;*/
    padding: 11px;
    color: #333;
    border-radius: 50%;
    z-index: 999;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
    text-align: center;
    cursor: pointer;
}

.feedback-mobile i {
    font-size: 27px;
    color: #636363;
}

@media screen and (max-width: 767px) {
    .feedback {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .feedback-mobile {
        display: none;
    }
}

.btn-outlined.btn-black {
    background: #8ada81;
    border-color: #8ada81;
}

.nav-tabs > li > a:focus {
    background-color: #eee;
}

.nav-tabs > li > a:hover {
    background-color: #fff !important;
    border-bottom: 5px solid #efefef !important;
}

.nav-tabs > li.active > a:hover {
    border-bottom: 5px solid #ccc !important;
}

.nav-tabs > li > a {
    margin-right: 20px;
}

.feedback span {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 30px;
    font-weight: bold;
}

.filter-button {
    margin-bottom: 5px;
}

.white-light {
    -webkit-box-shadow: 0px 0px 75px 5px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 75px 5px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 75px 5px rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 991px) {
    footer .sign-in {
        margin-left: 60px;
    }
    footer .logo_youtube {
        margin-left: -50px;
    }
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
button {
    -webkit-appearance: none;
    border-radius: 0;
}

.feedback-mobile i {
    color: #1639ef;
}
.feedback {
    color: #1639ef;
    padding-left: 35px;
}
.feedback span {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 30px;
    font-weight: bold;
}
.btn-outlined.btn-black {
    background: #8ada81;
    border-color: #8ada81;
}
.btn-outlined.btn-black:hover,
.btn-outlined.btn-black:active {
    background: #7fc577;
    border-color: #7fc577;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@media screen and (max-width: 767px) {
    .nav-tabs {
        text-align: center;
    }

    .nav-tabs > li {
        display: inline-block;
        float: none;
    }

    .nav-tabs > li a {
        margin-right: 0;
    }

    .nav-tabs > li h2 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .item_with_img .txt strong span {
        font-size: 18px !important;
    }

    .col-xs-12.wrap .col-xs-12.white .txt {
        left: 0;
    }

    .col-xs-12.where-buy .btn1 {
        width: auto;
        margin: 0 15px;
    }
}
