@font-face {
    font-family: "OS-Bold";
   /* src: url("../fonts/opensans-bold.eot");*/
    src: url("../fonts/osbold.ttf") ;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "GB";
    /*src: url("../fonts/opensans-bold.eot");*/
    src: url("../fonts/gb.ttf") ;
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "OS-Book";
   /* src: url("../fonts/opensans-bold.eot");*/
    src:url("../fonts/osbook.ttf") ;
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "IntroRustL-BaseShade";
    /* src: url("../fonts/opensans-bold.eot");*/
    src:url("../fonts/IntroRustL-BaseShade.ttf") ;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "IntroRustL-Base";
    /* src: url("../fonts/opensans-bold.eot");*/
    src:url("../fonts/IntroRustL-Base.ttf") ;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "MinionPro-Regular";
    /* src: url("../fonts/opensans-bold.eot");*/
    src:url("../fonts/MinionPro-Regular.ttf") ;
    font-weight: normal;
    font-style: normal
}
/*IntroRustL-BaseShade.ttf*/

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/opensans-bold.eot");
    src: local("Open Sans Bold"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
p{
    line-height: 28px;
}

.h1-main{
    margin-bottom: 10px!important;
}
.h1-main-subtext{
    margin-bottom: 30px!important;
}

.popup-window {
    background-color: #fff;
    box-shadow: 0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);
    padding: 10px;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.popup-window.popup-window-with-titlebar {
    padding: 0 10px 10px
}

.popup-window.popup-window-no-paddings,
.popup-window.popup-window-no-paddings .popup-window-content {
    padding: 0
}

.popup-window-delimiter {
    background-color: #f0f1f2;
    display: block;
    height: 1px;
    line-height: 1px
}

.popup-window-buttons {
    text-align: center;
    padding: 20px 0 10px;
    position: relative
}

.popup-window-button {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    margin: 0 12px 0 0;
    background: #ecedef;
    border-radius: 2px;
    cursor: pointer;
    color: #7a818a;
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    outline: none;
    padding: 0 18px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px #c6cdd3 inset;
    box-shadow: 0 0 0 1px #c6cdd3 inset;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear
}

.popup-window-button:before,
.popup-window-button:after {
    display: none
}

.popup-window-button:hover {
    background: #cfd4d8;
    color: #535c69
}

.popup-window-button:last-child {
    margin-right: 0
}

.popup-window-button-accept,
.popup-window-button-create {
    background: #bbed21;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #535c69
}

.popup-window-button-accept:hover,
.popup-window-button-create:hover {
    background: #d2f95f;
    color: #535c69
}

.popup-window-button-wait {
    color: transparent!important;
    position: relative
}

.popup-window-button-wait .popup-window-button-text {
    opacity: 0
}

.popup-window-button-wait:before {
    background: none!important;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 50%;
    color: #fff;
    display: block!important;
    content: '_'!important;
    font-size: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 10px;
    height: 21px;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -11px;
    padding-right: 6px;
    position: absolute;
    text-align: right;
    width: 15px
}

.popup-window-button-wait:after {
    background: #fff!important;
    content: ' '!important;
    display: block!important;
    height: 7px;
    position: absolute;
    top: 13px;
    left: 50%;
    padding: 0;
    width: 1px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    animation: popup-window-button-animation 1s infinite linear
}

.popup-window-button-create.popup-window-button-wait:before,
.popup-window-button-accept.popup-window-button-wait:before {
    color: #535c69;
    -webkit-box-shadow: inset 0 0 0 1px #535c69;
    box-shadow: inset 0 0 0 1px #535c69
}

.popup-window-button-create.popup-window-button-wait:after,
.popup-window-button-accept.popup-window-button-wait:after {
    background: #535c69!important
}

@keyframes popup-window-button-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.popup-window-button-decline {
    background: #f1361b;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup-window-button-decline:hover {
    background: #cc1a00;
    color: #fff
}

.popup-window-button-cancel {
    font-weight: normal
}

.popup-window-button-blue {
    background-color: #3bc8f5;
    box-shadow: none;
    color: #ffffff
}

.popup-window-button-blue:hover {
    background-color: #3fddff;
    color: #ffffff
}

.popup-window-button-blue:active {
    background-color: #13b1e3;
    color: #ffffff
}

.popup-window-button-link,
.popup-window-button-link-cancel,
.popup-window-button-link:hover,
.popup-window-button-link:active {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup-window-button-link {
    border-bottom: 1px solid #c0c2c5;
    border-radius: 0;
    color: #535c69;
    cursor: pointer;
    height: 17px;
    line-height: 17px;
    -webkit-transition: border-bottom-color 0.15s linear;
    transition: border-bottom-color 0.15s linear;
    padding: 0
}

.popup-window-button-link:hover,
.popup-window-button-link:active {
    border-bottom-color: #535c69;
    color: #535c69;
    line-height: 17px;
    height: 17px
}

.popup-window-button-link-cancel {
    color: #f1361b;
    border-bottom-color: #ffb4a9
}

.popup-window-button.popup-window-button-link-cancel:hover,
.popup-window-button.popup-window-button-link-cancel:active {
    border-bottom-color: #f1361b;
    color: #f1361b
}

.popup-window-button-disable {
    cursor: default;
    opacity: 0.3
}

.popup-window-titlebar {
    height: 49px
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80868e;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    max-width: 100%;
    line-height: 49px;
    overflow: hidden;
    padding: 0 30px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popup-window-titlebar-text-version {
    font-weight: normal;
    font-size: 13px;
    padding-left: 0
}

.popup-window-content {
    box-sizing: border-box;
    background-color: #fff
}

.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
    background-color: #eef2f4
}

.popup-window-content-white .popup-window-content {
    background-color: #ffffff
}

.popup-window-with-titlebar .popup-window-content {
    padding: 20px
}

.popup-window-content-no-paddings .popup-window-content {
    padding: 0
}

.popup-window-close-icon {
    cursor: pointer;
    height: 27px;
    outline: none;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.popup-window-close-icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy43ODcgMUw1IDMuNzg3IDIuMjEzIDEgMSAyLjIxMyAzLjc4NyA1IDEgNy43ODcgMi4yMTMgOSA1IDYuMjEzIDcuNzg3IDkgOSA3Ljc4NyA2LjIxMyA1IDkgMi4yMTMiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: cover;
    content: ""
}

.popup-window-titlebar-close-icon {
    top: 12px;
    right: 10px
}

.popup-window-close-icon:hover {
    opacity: 1
}

.popup-window-angly {
    display: none;
    height: 22px;
    position: absolute;
    overflow: hidden;
    width: 33px
}

.popup-window-angly:before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px rgba(83, 92, 105, .13);
    box-shadow: 0 0 21px rgba(83, 92, 105, .13);
    content: '';
    height: 15px;
    position: absolute;
    left: 9px;
    top: 16px;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    width: 15px
}

.popup-window-angly-top {
    display: block;
    left: 10px;
    margin: 0;
    top: -22px
}

.popup-window-angly-top:before {}

.popup-window-angly-right {
    display: block;
    right: -17px;
    top: 10px;
    height: 30px;
    width: 17px
}

.popup-window-angly-right::before {
    left: -9px;
    top: 8px
}

.popup-window-angly-bottom {
    bottom: -20px;
    display: block;
    height: 20px;
    margin-left: 10px
}

.popup-window-angly-bottom::before {
    top: -9px
}

.popup-window-angly-left {
    display: block;
    left: -14px;
    top: 10px;
    height: 30px;
    width: 14px
}

.popup-window-angly-left::before {
    left: 8px;
    top: 8px
}

.popup-window-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #333;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5
}

.popup-window-resize {
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAADBJREFUGBljYMADLl269B+PNESKNopwmoosgcxGcSeyBDKbKEUoGpA5uNgoplKNAwBv1DPc646T+wAAAABJRU5ErkJggg==");
    cursor: nwse-resize
}

.popup-window:hover .popup-window-resize {
    opacity: 1
}

.menu-popup {
    padding: 8px 0
}

.menu-popup-title {
    margin: 0 0 7px 0;
    padding: 0 0 0 4px;
    color: #4c4c4c;
    white-space: nowrap;
    font: normal normal normal 12px/normal Arial, Helvetica, sans-serif
}

.menu-popup .menu-popup-item {
    background-color: transparent;
    display: block;
    cursor: pointer;
    height: 36px;
    position: relative;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear
}

.menu-popup-item-icon {
    display: inline-block;
    height: 16px;
    margin-left: 11px;
    vertical-align: middle;
    width: 19px
}

.menu-popup-item-text {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #525c68;
    line-height: 36px;
    padding: 0 15px 0 9px;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.menu-popup-no-icon .menu-popup-item-text {
    padding: 0 15px
}

.menu-popup-item-submenu .menu-popup-item-text {
    padding-right: 28px
}

.menu-popup-item:hover,
.menu-popup-item.menu-popup-item-open {
    background-color: #f6f8f9
}

.menu-popup-item:hover .menu-popup-item-text {
    color: #3b434f
}

.menu-popup-item-submenu:after {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0tLjAxIDEuMTg3bDIuOTIyIDIuOTItMi45MiAyLjkyMyAxLjE3MyAxLjE3MyAyLjkyLTIuOTJMNS4yNiA0LjEwNyAxLjE2NC4wMTMiIGZpbGw9IiNBOEFCQjIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-size: cover;
    content: ""
}

.bx-admin-submenu-opened {
    background: #f0f0f0!important;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.menu-popup-no-icon .menu-popup-item-icon {
    display: none
}


.popup-window-button-left,
.popup-window-button-right {
    display: none
}

.popup-window-dark {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17)
}

.popup-window-dark .popup-window-content {
    background-color: transparent;
    color: #fff;
    margin: 0
}

.popup-window-dark .popup-window-angly:before {
    background-color: rgba(0, 0, 0, 0.8)
}

.popup-window-dark .popup-window-titlebar-text {
    color: #fff
}

.popup-window-dark .popup-window-close-icon:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy43ODcgMUw1IDMuNzg3IDIuMjEzIDEgMSAyLjIxMyAzLjc4NyA1IDEgNy43ODcgMi4yMTMgOSA1IDYuMjEzIDcuNzg3IDkgOSA3Ljc4NyA2LjIxMyA1IDkgMi4yMTMiIGZpbGw9IiM1MzVDNkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}

.popup-window-tabs-box {
    padding: 10px 0 4px
}

.popup-window-tabs {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0;
    height: 42px;
    font-size: 0;
    z-index: 1
}

.popup-window-tab {
    display: inline-block;
    height: 42px;
    margin: 0 7px 0 0;
    padding: 0 12px;
    border: none;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 41px;
    color: #535c69;
    background-color: #ecf2f3;
    text-shadow: none;
    cursor: pointer;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear
}

.popup-window-tab:hover {
    background-color: #f7f9f9
}

.popup-window-tab-selected {
    position: relative;
    z-index: 2;
    padding: 0 11px;
    background-color: #fff!important;
    line-height: 40px;
    border-radius: 2px 2px 0 0;
    border: 1px solid #c6cdd3;
    border-bottom: none;
    cursor: default
}

.popup-window-tabs-content {
    margin: 0;
    padding: 10px;
    border: 1px solid #c6cdd3;
    border-radius: 0 3px 3px
}

.popup-window-tab-content {
    display: none;
    padding: 20px;
    background: #eef2f4
}

.popup-window-tabs-content-white .popup-window-tab-content {
    padding: 10px;
    background: #fff
}

.popup-window-tab-content-selected {
    display: block
}

div.bx-yandex-map {
    color: black;
    font-size: 11px
}

div.bx-yandex-map div.YMaps-b-balloon-content {
    color: black;
    font-size: 11px
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
    padding: 0px!important
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea {
    font-size: 11px
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
    background-image: none!important
}

@font-face {
    font-family: 'AcquestScriptRegular';
    src: url('../fonts/acquestscript.eot');
    src: url('../fonts/acquestscript.eot?#iefix') format('embedded-opentype'), url('../fonts/acquestscript.woff') format('woff'), url('../fonts/acquestscript.ttf') format('truetype'), url('../fonts/acquestscript.svg#acquest_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('../fonts/opensans-extrabold.eot');
    src: url('../fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-extrabold.woff') format('woff'), url('../fonts/opensans-extrabold.ttf') format('truetype'), url('../fonts/opensans-extrabold.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold.ttf') format('truetype'), url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'RubikMonoOneRegular';
    src: url('../fonts/rubikmonoone-regular.eot');
    src: url('../fonts/rubikmonoone-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/rubikmonoone-regular.woff') format('woff'), url('../fonts/rubikmonoone-regular.ttf') format('truetype'), url('../fonts/rubikmonoone-regular.svg#rubik_mono_oneregular') format('svg');
    font-weight: normal;
    font-style: normal
}

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    word-wrap: break-word
}

*,
*:before,
*:after {
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

a:hover,
a:active {
    outline: none
}

blockquote,
q {
    quotes: none;
    margin: 1em 40px
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

audio[controls],
canvas,
video {
    display: inline-block
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: none;
    outline: none
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

[tabindex] {
    outline: none
}

input,
button {
    outline: none;
    box-shadow: none
}

[required] {
    text-shadow: none
}

body {
    background: #ffffff;
    position: relative;
  /*  font: 16px/1.2 'OpenSansRegular';*/
    color: #282828
}

body.__no-scroll {
    overflow: auto
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes fadeInUpMin {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: 80px;
    left: 364px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1600px) {
    .slick-dots {
        bottom: 80px;
        left: 216px
    }
}

@media (max-width:768px) {
    .slick-dots {
        bottom: 50px;
        left: 110px
    }
}

@media (max-width:481px) {
    .slick-dots {
        left: 50px
    }
}

.slick-dots .slick-active button {
    background: #515151
}

.slick-dots li {
    margin-right: 12px
}

.slick-dots li button {
    width: 28px;
    height: 3px;
    font-size: 0;
    background: #ffffff
}

.Banner {
    padding: 100px 0 70px;
    overflow: hidden
}

@media (max-width:768px) {
    .Banner {
        padding: 30px 0 0
    }
}

.Banner_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px
}

.Banner_item {
    max-width: 370px;
    margin: 0 15px;
    position: relative;
    margin-bottom: 30px
}

.Banner_item img {
    width: 100%;
    transition: .3s
}

.Banner_item:hover img {
    transform: scale(1.05)
}

.Banner_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 40px;
    font: 32px/1.1 'OpenSansExtraBold';
    color: #ffffff
}

@media (max-width:768px) {
    .Banner_text {
        font-size: 26px
    }
}

.Banner_item:first-child .Banner_text {
    padding-bottom: 20px
}

.Button {
    width: 230px;
    background: #515151;
    color: #ffffff;
    font: 15px/30px 'OpenSansExtraBold';
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: .3s
}

.Button:hover {
    background: #489f5a
}

.Button:active {
    background: #489f5a
}

.Delivery {
    padding: 80px 0 60px
}

@media (max-width:768px) {
    .Delivery {
        padding: 30px 0 10px
    }
}

.Delivery p {
    font: 16px/21px 'OpenSansRegular';
    margin-bottom: 20px;
 /*   padding-right: 70px;
    padding-left: 70px*/
}


@media (max-width:1170px) {
    .Delivery p {
        padding-left: 0;
        padding-right: 0
    }
}

.Delivery_color-1 {
    font-family: 'OpenSansBold';
    color: #515151
}

.Delivery_color-2 {
    font-family: 'OpenSansBold';
    color: #f1a630
}

.Footer {
    padding: 20px 0 20px;
    background-image: url("../images/bg1.png");
  /*  background-position: center center;*/
    background-repeat: repeat-x;
   /* background-size: cover;*/
    color: #ffffff;
    opacity: 1!important;
}
.Footer .Wrapper{
    padding: 30px;
    background: #fef6e5fe;
    color:#585858;
    opacity: 0.95;
    border-radius: 5px;

}
.Footer_right a{
    color: #515151!important;

}
.Footer_contact .Button{
    color: #fff!important
}
.Logo.__white{
    color: #515151!important;
}
@media (max-width:1170px) {
    .Footer {
        background-image: url("../images/bg1.png");
        /*  background-position: center center;*/
        background-repeat: repeat-x;
      /*  background: none;*/
        padding: 0
    }
}

.Footer_content {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1170px) {
    .Footer_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }
}

.Footer_left {
    width: 470px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:1170px) {
    .Footer_left {
        width: 100%;
      /*  background: #2a2a2a;*/
        padding: 20px 10px;
        text-align: center;
        -ms-flex-order: 2;
        order: 2
    }
}

.Footer_right {
    -ms-flex-positive: 1;
    flex-grow: 1;
  /*  padding-left: 85px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1170px) {
    .Footer_right {
        width: 100%;
        padding-left: 0;
     /*   background: #272727;*/
        padding: 20px 10px;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:481px) {
    .Footer_right {
        display: block;
        text-align: center
    }
}

.Footer_address {
    font: 14px/19px 'OpenSansRegular';
    margin-bottom: 10px;
    background-image: url("../images/ico/placeholder2.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 13px 19px
}

@media (max-width:1170px) {
    .Footer_address {
        display: inline-block
    }
}

.Footer_copy {
    font: 14px/1.2 'OpenSansRegular';
    color: #5d5d5d
}

@media (max-width:481px) {
    .Footer_nav {
        margin-bottom: 20px
    }
}

.Footer_nav li:first-child {
    margin-bottom: 15px
}

.Footer_nav a,
.Footer_nav span {
    font: 14px/1 'OpenSansSemibold';
    color: #6c6c6c
}

.Footer_nav a {
    text-decoration: none;
    transition: .3s
}

.Footer_nav a:hover {
    color: #ffcf4c
}

.Footer_nav span {
    margin: 0 7px
}

.Footer_tel {
    font: 18px/24px 'OpenSansSemiBold';
    padding-left: 37px;
    background-image: url("../images/ico/phone.svg");
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 15px
}

@media (max-width:481px) {
    .Footer_tel {
        display: inline-block
    }
}

.Form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:870px) {
    .Form {
        display: block
    }
}

.Form_input {
    width: 272px;
    height: 51px;
    border: 1px solid #e2bc23;
    background: #ffffff;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    font: 16px 'OpenSansSemiBold';
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:870px) {
    .Form_input {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }
}

@media (max-width:481px) {
    .Form_input {
        width: 100%;
        margin-bottom: 10px
    }
}

.Form_submit {
    width: 170px;
    height: 51px;
    background: #515151;
    color: #ffffff;
    font: 16px 'OpenSansSemiBold';
    border-radius: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: .3s
}

@media screen and (max-width:870px) {
    .Form_submit {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 272px
    }
}

@media (max-width:481px) {
    .Form_submit {
        width: 100%
    }
}

.Form_submit:hover {
    background: #f55454
}

.Form_submit:focus {
    box-shadow: 0 0 4px #f71919
}

.Header {
    height: 80px;
    background: #f3f5f6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: .3s;
    box-shadow: 1px 1px 7px 7px rgba(53, 67, 94, 0.09);
}


.Header.__scroll {
    height: 60px;
   /* box-shadow: 0 0 1px #ccc*/
}

.Header_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    position: relative
}

.Header_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s
}

@media (max-width:1170px) {
    .Header_content {
        display: none;
     color: #282828!important;
     
    }
 .Header_nav-menu a, .Header_tel a,.Header_nav a{
  color: #282828!important;
  
 }
}
@media (min-width:1170px) {
    .Header_content ul li ul {
        display: none
    }
}

.Header_content ul li ul li{
   padding-left: 10px!important;
}
.Header_content.active {
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
    width: 250px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: #ffffff
}

.Header.__scroll .Header_content.active {
    top: 60px
}

.Header_nav {
    display: -ms-flexbox;
    display: flex;
    margin-right: 420px
}

.Header_nav li {
    padding-top: 6px;
    padding-bottom: 6px
}

.Header_nav li:not(:first-child) {
    padding-left: 60px
}

.Header_nav li:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid #e4e4e4
}

.Header_nav a {
    font: 14px/1 'OpenSansSemiBold';
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
    transition: .3s
}

.Header_nav a {
   /* color: white;*/
}

.Header_nav a:hover {
  /*  color: white*/
}

.Header_content.active .Header_nav {
    display: block;
    margin-right: 0
}

.Header_content.active .Header_nav li {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px
}

.Header_nav-menu .mmenu:before {
 color:#fff!important;
    background-image: url("../images/ico/shashlik2.svg");
    background-position: top left;
    background-repeat: no-repeat;
    content: '';
    width: 27px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: -40px;
    padding-right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s
}
.Header_nav-menu .mmenu:hover:before {
    background-image: url("../images/ico/shashlik2-hover.svg");
    background-position: top left;
    background-repeat: no-repeat
}

.Header_nav-action a:before {
    background-image: url("../images/ico/percentage.svg");
    background-position: top left;
    background-repeat: no-repeat;
    content: '';
    width: 30px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: -40px;
    padding-right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s
}

.Header_nav-action a:hover:before {
    background-image: url("../images/ico/percentage-hover.svg");
    background-position: top left;
    background-repeat: no-repeat
}

.Header_nav-delivery a:before {
    background-image: url("../images/ico/placeholder.svg");
  /*  background-image: url("../images/ico/delivery.svg");*/
    background-position: top left;
    background-repeat: no-repeat;
    content: '';
    width: 29px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: -40px;
    padding-right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s
}

.Header_nav-delivery a:hover:before {
    background-image: url("../images/ico/placeholder-hover.svg");
/*    background-image: url("../images/ico/delivery-hover.svg");*/
    background-position: top left;
    background-repeat: no-repeat
}

.Header_nav-contacts a:before {
    background-image: url("../images/ico/placeholder.svg");
    background-position: top left;
    background-repeat: no-repeat;
    content: '';
    width: 24px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: -40px;
    padding-right: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s
}

.Header_nav-contacts a:hover:before {
    background-image: url("../images/ico/placeholder-hover.svg");
    background-position: top left;
    background-repeat: no-repeat
}

.Header_tel {
    position: relative;
    font: 18px/1 'OpenSansSemiBold';
    margin-right: 35px;

}

.Header_content.active .Header_tel {
    margin-right: 0;
    margin-left: 25px;
    margin-top: 15px
}

.Header_tel:before {

    background-image: url("../images/ico/tel.svg");
    background-position: top left;
    background-repeat: no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: -36px;
    padding-right: 36px;
    transform: translateY(-45%);
    color:#515151;
}
.cart_informer_mobile{
    float: left;
    margin-right: 20px;
}
.Header_basket {
    background-image: url("../images/ico/basket.svg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    position: relative;
    display: block;
    transition: .3s
}

.Header_basket:hover {
    opacity: .6
}

.Header_content.active .Header_basket {
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    position: absolute;
    right: 17px;
    top: -5px
}

.Header_basket-num {
    min-width: 20px;
    height: 20px;
    background: #515151;
    border-radius: 50%;
    font: 12px/20px 'OpenSansSemiBold';
    text-align: center;
    color: #ffffff;
    top: -7px;
    right: -10px;
    position: absolute
}

.Header_open-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    cursor: pointer
}

@media (max-width:1170px) {
    .Header_open-btn {
        display: block
    }
}

.Header_open-btn svg {
    display: block
}

.Heading-2 {
    font: 46px/1.2 'IntroRustL-BaseShade', 'OpenSansExtraBold';;
    text-align: center;
    margin-bottom: 40px;
    color:#515151
}

@media (max-width:768px) {
    .Heading-2 {
        font-size: 36px
    }
}

.Heading-3 {
    font: 30px/1.2 'IntroRustL-BaseShade','GB', 'OpenSansExtraBold';
    text-align: center;
    color:#515151
}

@media (max-width:768px) {
    .Heading-3 {
        font-size: 28px
    }
}

.Heading-3.__mb-large {
    margin-bottom: 40px
}

.Info {
    padding: 80px 0 130px;
    background-image: url("../images/info.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:768px) {
    .Info {
        padding: 30px 0 30px
    }
}

.Info_content {
    text-align: center
}

.Info_img {
    width: 117px;
    height: 79px;
    opacity: .6;
    margin-bottom: 35px
}

.Info_text-1 {
    font: 20px 'OpenSansExtraBold';
    text-transform: uppercase;
    color: #ffca4c;
    margin-bottom: 10px
}

.Info_text-2 {
    font: 52px 'OpenSansExtraBold';
    color: #ffffff;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .Info_text-2 {
        font-size: 36px
    }
}

@media (max-width:481px) {
    .Info_text-2 {
        font-size: 28px
    }
}

.Logo {
    font: 45px/1 'AcquestScriptRegular';
    padding-left: 2px;
   /* padding-top: 20px;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 130px;
    cursor: default
}
.Logo a{
    color:rgb(40, 40, 40);
    text-decoration: none;
}
.Logo a:hover{
    color:rgb(40, 40, 40);
    text-decoration: none;
}
@media (max-width:481px) {
    .Logo {
        font-size: 40px
    }
}

.Logo.__white {
    color: #ffffff
}

.Logo.__no-margin {
    margin-right: 0
}

.Main {
    padding-top: 80px;
    transition: .3s
}

.Main.__header-scroll {
    padding-top: 60px
}

.Main_item {
    min-height: 520px;
    padding-top: 260px;
    padding-left: 365px;
    background-size: cover
}
.Main_item1 {
    max-height: 200px;
    padding-top: 260px;
    padding-left: 365px;
    background-size: cover
}


@media (max-width:481px) {
    .Main_item1 {
      /*  max-height: 80px!important;*/
      /*  padding-top: 80px;*/
        /*padding-left: 365px;*/
        background-size: cover
    }
    .Main_item {

         min-height: 200px;

     }
}


@media (max-width:1600px) {
    .Main_item {
        padding-left: 217px
    }
}

@media (max-width:768px) {
    .Main_item {

        min-height: 250px;
        padding-top: 70px;
        padding-left: 118px
    }
}

.Main_news {
    width: 160px;
    height: 50px;
    background: #38be5e;
    color: #ffffff;
    font: 18px/1 'OpenSansExtrabold';
    text-align: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
    margin-right: 25px;
    position: relative
}

.Main_news:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    background: #38be5e;
    right: -10px;
    top: 0;
    transform: skewX(-22deg);
    transform-origin: 0 0
}

.Main_news:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    background: #38be5e;
    right: 0;
    bottom: 0;
    transform: skewX(22deg);
    transform-origin: 0 0
}

.Main_title {
    display: inline-block;
    font: 63px/1 'RubikMonoOneRegular';
    color: #ffffff;
    position: relative;
    top: 14px
}
.Main_descr {
    font: 37px/1 'RubikMonoOneRegular';
    margin-top: 10px;
    padding-left: 115px;
    color: #ffca4c
}

@media (max-width:481px) {
    .Main_title {
        display: block;
        top: 0;
        margin-top: 15px;
        padding-left: 5px;
        font: 24px/1 'RubikMonoOneRegular';
    }
    .Main_descr {
        font: 20px/1 'RubikMonoOneRegular';
        margin-top: 10px;
        padding-left: 115px;
        color: #ffca4c
    }
}



@media (max-width:768px) {
    .Main_descr {
        padding-left: 50px;
        font-size: 28px
    }
}

@media (max-width:481px) {
    .Main_descr {
        padding-left: 10px;
        font-size: 20px
    }
}

.Main_button {
    margin-top: 20px;
    margin-left: 165px
}

@media (max-width:768px) {
    .Main_button {
        margin-left: 50px
    }
}

@media (max-width:481px) {
    .Main_button {
        margin-left: auto;
        margin-left: 10px
    }
}

.Map iframe {
    width: 100%;
    height: 400px
}

@media (max-width:768px) {
    .Map iframe {
        height: 300px
    }
}

@media (max-width:481px) {
    .Map iframe {
        height: 200px
    }
}

.Menu {
    background: #f3f5f6;
    padding: 80px 0 60px;
    overflow: hidden
}

@media (max-width:768px) {
    .Menu {
        padding: 30px 0 10px
    }
}

.Menu_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 70px
}

@media (max-width:1170px) {
    .Menu_nav {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
}

.Menu_nav li {
    margin: 0 5px 20px 5px
}

@media (max-width:1170px) {
    .Menu_nav li {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:481px) {
    .Menu_nav li {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px
    }
}

.Menu_nav a {
    height: 53px;
    border: 2px solid #dbdcdd;
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #515151;
    font: 17px/1.2 'IntroRustL-Base';
    transition: .3s
}

@media (max-width:481px) {
    .Menu_nav a {
        font: 15px/1.2 'IntroRustL-Base';
        padding-left: 10px;
        padding-right: 10px;
        height: 40px
    }
}

.Menu_nav li:hover a {
    border-color: #489f5a;
    color: #489f5a;
}

.Menu_nav li.active a,
.Menu_nav li:active a {
    border-color: #515151;
    color: #515151
}

.Menu_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /*display: none*/
}

@media (max-width:1170px) {
    .Menu_items {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width:481px) {
    .Menu_items {
        margin: 0
    }
}

.Menu_items.active {
    display: -ms-flexbox;
    display: flex;
    animation: fadeInUpMin 1.2s
}

.Menu_item {
    margin-top: 10px;
    width: 370px;
    padding-bottom: 145px;
    position: relative;
    margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #d0d7df;
    height: 280px;
    border-radius: 5px;
}
.preview_img{
   /* height: 100%;*/
    object-fit: cover;
    border-radius: 10px;
    margin-top: 20px;
   /* min-height: 100%;*/

}


@media (max-width:481px) {
    .Menu_item {
        width: 270px;
        margin-left: 0;
        margin-right: 0
    }
    .preview_img{
        margin-top: 0!important;
    }
}

.Menu_image {
    max-width: 330px;
    height: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.Menu_image img {
    width: 100%;
    position: relative;
    z-index: 1
}

.Menu_item a {
    color: #515151!important;
}
.Menu_item a:hover {
    color: #489f5a!important;
}


.Menu_news {
    width: 100px;
    height: 39px;
   /* background: #ffca4c;*/
  /*  position: relative;*/
    text-align: center;
    font: 16px/39px "OS-Bold", 'OpenSansBold';
   /* color: #ffffff;*/
    background:  #fef6e5;
 /*   color: #515151;*/
    color: #489f5a;
    padding-right: 15px;
    position: absolute;
    top: 20px;
    right: -30px;
    z-index: 1;

}

.recomend img{
    max-height: 25px;vertical-align: middle;text-align: center; width: auto;
}
.recomend{
    font: 12px/39px "IntroRustL-Base", 'OpenSansBold';
}
#Instagramm{
padding: 23px;
}
.mgc-main-content{
   margin-top:100px
}
.mgc-main-content-row{
    margin:0!important;
}
.mgc-main-content-col{
    width: 100%!important;
    padding: 0!important;
   }
.Menu_news:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    background: #489f5a;
    right: -10px;
    top: 0;
    transform: skewX(-22deg);
    transform-origin: 0 0
}

.Menu_news:after {
    content: '';
    position: absolute;
    height: 50%;
    width: 10px;
    background: #489f5a;
    right: 0;
    bottom: 0;
    transform: skewX(22deg);
    transform-origin: 0 0
}

.Menu_news:before {
    transform: skewX(-26deg)
}

@media (max-width:481px) {
    .Menu_news {
        transform: rotate(90deg) translateX(50%);
        transform-origin: 100% 0;
        top: 50%;
        right: -39px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1.2px
    }
}

@media (max-width:481px) {
    .Menu_news:before,
    .Menu_news:after {
        content: none
    }

}
.Menu_title {
    font: 18px/1.1 "IntroRustL-Base",'OpenSansExtraBold';
    text-align: center;
    margin-bottom: 5px;
    padding:10px 5px 0 5px;
}

.Menu_descr {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font: 14px/20px 'OS-Book', 'OpenSansRegular', Helvetica;
    color: #585858
}

.Menu_bottom {
  /*  position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding-left: 70px;
    padding-right: 70px*/
}

@media (max-width:481px) {
    .Menu_bottom {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:481px) {
    .Menu_bottom .Button {
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}

.Menu_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
    width: 230px;
    margin-left: auto;
    margin-right: auto
}

.Menu_select {
    min-width: 100px;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    display: inline-block;
    height: 42px;
    font: 16px/40px 'OpenSansSemiBold';
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Menu_select > li:first-child {
    cursor: pointer;
    border-bottom: 1px solid #d8d8d8;
    padding-left: 7px;
    padding-right: 11px;
    position: relative
}

.Menu_select > li:first-child:before {
    content: '';
    background-image: url("../images/ico/arrow.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    right: 2px;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: 50% 50%
}

.Menu_select.active {
    border-bottom: none;
    border-radius: 20px 20px 0 0
}

.Menu_select-inner {
    position: absolute;
    top: 41px;
    left: 0;
    right: -1px;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    border: 1px solid #c7c7c7;
    border-top: none;
    margin-left: -1px;
    padding-left: 13px;
    padding-right: 13px;
    display: none;
    z-index: 2;
}

.Menu_select-inner ul li {
    cursor: pointer;
    padding-left: 7px;
    border-bottom: 1px solid #d8d8d8
}

.Menu_select-inner ul li:hover {
    color: #515151
}

.Menu_select-inner ul li.active {
    display: none
}

.Menu_select-inner ul li:last-child {
    border-bottom: none
}

.Menu_select.active .Menu_select-inner {
    display: block
}

.Menu_price {
    font: 23px 'IntroRustL-Base';
    color: #515151
}

.Photos {
    overflow: hidden
}

.Photos img {
    width: 25%;
    height: auto;
    float: left
}

@media (max-width:768px) {
    .Photos img {
        width: 50%
    }
}

.Plus {
    background: #f8f7f7;
    padding: 70px 0 70px
}

@media (max-width:768px) {
    .Plus {
        padding: 30px 0 0
    }
}

.Plus_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1170px) {
    .Plus_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.Plus_item {
    width: 23%;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width:1170px) {
    .Plus_item {
        width: 35%
    }
}

@media (max-width:768px) {
    .Plus_item {
        width: 48%
    }
}

@media (max-width:481px) {
    .Plus_item {
        width: 80%
    }
}

.Plus_item img {
    margin-bottom: 25px
}

.Plus_item p {
    font: 14px/20px 'OpenSansRegular';
    color: #838383;
    text-align: center;
    padding: 0 15px
}

.Plus_title {
    font: 18px 'OpenSansBold';
    margin-bottom: 12px
}

.Plus_title:after {
    content: '';
    display: block;
    background-image: url("../images/ico/zigzag.svg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 35px;
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px
}

.Popup {
    position: fixed;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
    display: none
}

.Popup_content {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 830px;
    z-index: 1000;
    margin-bottom: 100px
}

@media screen and (max-width:870px) {
    .Popup_content {
        width: 95%
    }
}

.Popup_top {
    padding: 40px 30px 0;
    background: #ffffff
}

.Popup_bottom {
    padding: 40px 30px;
    background: #ffe371
}

@media (max-width:481px) {
    .Popup_bottom {
        padding: 20px
    }
}

.Popup_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-left: 20px;
    margin-right: 20px
}

@media screen and (max-width:870px) {
    .Popup_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0
    }
}

.Popup_title,
.Popup_price,
.Popup_input,
.Popup_price-2 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.Popup_title {
    font: 18px/1.2 'OpenSansSemiBold';
    color: #282828;
    padding-left: 5px;
    width: 360px;
    overflow: hidden
}

@media screen and (max-width:870px) {
    .Popup_title {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:481px) {
    .Popup_title {
        font-size: 16px;
        font-family: 'OpenSansRegular'
    }
}

.Popup_title:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #f8be35;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 14px
}

.Popup_price {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    font: 18px/1.2 'OpenSansSemiBold'
}

@media screen and (max-width:870px) {
    .Popup_price {
        width: auto;
        font-family: 'OpenSansRegular'
    }
}

.Popup_input {
    width: 100px;
    height: 42px;
    font: 16px/42px 'OpenSansSemiBold';
    border: 1px solid #c6c6c6;
    border-radius: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:481px) {
    .Popup_input {
        margin: 0;
        width: 70px;
        height: 30px
    }
}

.Popup_price-2 {
    text-align: right;
    width: 100px;
    margin-left: 10px;
    font: 18px/1.2 'OpenSansSemiBold'
}

@media screen and (max-width:870px) {
    .Popup_price-2 {
        width: auto
    }
}

@media (max-width:481px) {
    .Popup_price-2 {
        width: 100%;
        margin-top: 20px;
        text-align: right;
        padding-right: 10px
    }
}

.Popup_total {
    padding: 20px 0 50px;
    text-align: right;
    font: 18px/1.2 'OpenSansSemiBold'
}

.Popup_total span {
    font-size: 22px;
    color: #515151;
    margin-left: 58px;
    padding-right: 20px
}

@media (max-width:481px) {
    .Popup_total span {
        padding-right: 0;
        margin-left: 30px
    }
}

.Popup_close {
    width: 27px;
    height: 27px;
    background-image: url("../images/ico/close.svg");
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -48px;
    cursor: pointer
}

@media (max-width:1170px) {
    .Popup_close {
        top: -48px;
        right: 0
    }
}

.Wrapper {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

.delete_basket {
    width: 20px;
    height: 20px;
    background-image: url("../images/ico/delet.svg")
}

.single-price {
    display: block;
    width: 100%;
    text-align: center
}

.Header_basket-num[data-count="0"] {
    display: none
}

.Menu_news:after {
    top: 19px
}

a.tel {
    color:  rgb(40, 40, 40);
    text-decoration: none
}

.Menu_row.single {
    display: block;
    text-align: center
}

.Footer_tel a.tel {
    color: #fff
}

.Header_content.active {
    width: 100%
}

.hidden {
    display: none
}

.promo_cod {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px
}

.promo_cod label {
    font: 14px/1 'OpenSansSemiBold'
}

.incart {
    background: #38be5e;
    color: #fff
}

.incart:hover {
    background: #32a753
}

.promo_cod #coupon_code {
    width: 260px;
    height: 35px;
    border: 1px solid #e2bc23;
    background: #ffffff;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.promo_cod #coupon_apply {
    width: 120px;
    height: 35px;
    background: #515151;
    color: #ffffff;
    font: 16px 'OpenSansSemiBold';
    border-radius: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: .3s;
    margin-left: 10px;
    float: left
}

.promo_cod #coupon_apply:hover {
    background: #f55454
}

.promo_cod #coupon_result {
    margin-top: 13px
}

.promo_cod #coupon_result span {
    display: inline-block;
    margin-top: 10px
}

.promo_cod #coupon_result .text-success {
    color: green
}

.promo_cod #coupon_result .text-danger {
    color: #515151
}

.promo_cod #coupon_result .text-info {
    color: #31708f
}

.promo_cod .coupon-form a.close_coupon {
    width: 15px;
    height: 15px;
    background-image: url(../images/ico/delet.svg);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.coupon-form {
    display: block;
    position: relative;
    float: left
}

.Menu_news.new {
    background: #38bf5d
}

.Menu_news.new:before {
    background: #38bf5d
}

.Menu_news.new:after {
    background: #38bf5d
}

.Menu_news.sale {
    background: #515151
}

.Menu_news.sale:before {
    background: #515151
}

.Menu_news.sale:after {
    background: #515151
}

@media screen and (max-width:870px) {
    .Popup_content {
        width: 80%
    }
    .Main_item {
        padding-left: 35px;
        min-height: 120px;
    }
    .promo_cod {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px
    }
    .promo_cod #coupon_apply {
        float: none;
        margin-left: 0;
        margin-top: 10px
    }
}


.cd-fixed-background .cd-content::after {
  /* phone image on small devices */
  content: '';
  display: block;
  width: 100%;
  padding: 60% 0;
  margin: 2em auto 0;
}

html, body {
  height: 100%;
    font: 17px/1.2 'OS-Book';
}

.cd-fixed-background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}


.Heading-3{
    padding-top:30px
}

.product_heading{
    text-align: left!important;
}


/* Cart */
.purchase {
    width: 100%;
    margin-bottom: 40px;
}
.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
}
.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    background-color: #fcfcfc;
}
.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff;
}
.purchase_remove,
.purchase_image {
    font-size: 0;
}
.purchase_remove a {
    text-decoration: none;
}
.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}
.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
/*.amount {*/
/*    width: 123px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    border: 1px solid #e8e8e1;*/
/*    line-height: 34px;*/
/*}*/
.plus,
.minus {
    font-size: 16px;
    float: left;
    width: 28px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    color: #707070;
}
.plus:hover,
.minus:hover {
    color: #030303;
}
.input_amount {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 65px;
    text-align: center;
}

.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}
.purchase_total {
    font-weight: bold;
    font-size: 16px;
}
.purchase_total .total_sum {
    color: rgb(245, 89, 89);
    font-size: 18px;
}
.purchase_name {
    font-weight: bold;
    font-size: 13px;
    color: rgb(245, 89, 89);
}
.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}
.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}
.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
    cursor:pointer;
}
.coupon_button:hover {
    background: #d4a507;
}
.coupon .message_error {
    margin: 0 0 10px;
    width: 285px;
}
.delivery {
    font-size: 13px;
}
.delivery_item {
    margin-bottom: 15px;
}
.delivery_description {
    margin-left: 25px;
    display: none;
}
.active + .delivery_description {
    display: block;
}
.input_delivery {
    float: left;
    margin: 7px 0 0;
}
.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}
.delivery_name {
    display: block;
    padding-left: 25px;
}
.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
}
.active.delivery_label {
    font-weight: bold;
}
.order_details    {
    width: 100%;
}
.order_details td {
    padding: 0 0 15px;
}
.order_notify{
    background-color: #fff;
    border: 2px solid rgb(56, 192, 243);
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}
.order_heading{
    color: rgb(10, 10, 40);
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}
.order_thank{
    color: rgb(10, 10, 40);
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px;
}
.order_tag{
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(56, 192, 243);
}
.order_heading_promo{
    color: rgb(10, 10, 40);
    font-size: 16px;
    line-height: 1.3;
}
.method_name {
    font-weight: bold;
    font-size: 16px;
}
.method_form {
    margin: 15px 0;
}
.method_description {
    margin-bottom: 15px;
}
.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}
.feedback_inner {
    padding-top: 25px;
}


.product_btn{
    margin-bottom:20px
}

.Post,#cart-section,.Page{
  /*  padding-top: 60px;*/
}
.Footer_right a{
    color:white;
}


/*img {*/
/*  max-width: 100%;*/
/*  border: 1px solid #000;*/
/*}*/

.images-gap {
  column-count: 4;
  column-gap: 5px;
}
/*.grid-item { width: 200px; }*/
.Photos1{
    /*height: 600px*/
}
.grid-sizer{
   width:  25%
}

.Menu_weight {
border-radius: 5px;
    width: 100px;
    height: 39px;
   /* background: #ffca4c;*/
    position: relative;
    text-align: right;
    font: 14px/39px 'IntroRustL-Base';
    /*color: #ffffff;*/
    padding-right: 15px;
    position: absolute;
    top: 20px;
    z-index: 1;
    color: #515151;;
  /*  border: 1px solid #515151;*/
    background-color: #fef6e5;

}

.o_notify_v2_head{
    color:rgb(255, 63, 63);
    font-weight: bold;
}
.g-images img {
  max-width: 100%;
  border: 0px solid rgb(255, 63, 63);;
    margin-top:10px
}

.g-images {
  column-count: 4;
  column-gap: 10px;


}

@media (max-width:481px) {
    .g-images {
      column-count: 3;
      column-gap: 0;
    }
    .fn_validate_cart{
        font-size:12px
    }
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}


#b-group1 .item img{

    display: block;
    width: 100%;
    height: auto;
}


.mgc-botttom-item-parent{
    /*padding: 1px 1px;*/
    background: transparent;
    width: 100%;
    height: 70%;
    box-shadow: 1px 1px 7px 7px rgba(53, 67, 94, 0.09);
}
.mgc-botttom-item{
    background-color: #fef6e5;

    height: 100%;
    /*width: 80%;*/
    /*text-align: center;*/
    padding: 10px;

}
.mgc-rounded-good{
/*    margin: 10px;*!*/
border-radius: 5px;
    border: 1px solid #515151;

    width: calc( 100%  );
    height: calc( 100%  );
    display: block;
    position: center;
}

.Menu_title{
    font-family: "IntroRustL-BaseShade",  "OpenSans-Bold", Helvetica, Arial, sans-serif!important;
    color: #515151;
}


.mgc-quantity{
    width: 80px!important;
    height: 28px;
    border-color:  #515151!important;
}
.mgc-price-row{

   /* margin-left: 20px;*/
    display: block;
    text-align: center;
    width: 100%;
    color:#489f5a
}
.mgc-price-row span{

    color:#489f5a
}
.Menu_row a{
    color: #515151;
    line-height: 28px;
    display: inherit;
    vertical-align: middle;
}

.Menu_nav_all a{
    color:#489f5a!important;
}
@media (max-width:481px) {

    .Menu_title{
      /*  font: 16px/1.1 'OpenSansExtraBold'!important;*/
        padding:2px 2px!important;
        margin: 0!important;
    }

    .Menu_bottom .Button{
    width: calc(100% - 40px)!important;
     /*  padding-left: 20px!important;
        padding-right: 20px!important;*/

    }

  .Menu_row,.mgc-inp-btn-row{

        padding:0 10px!important;
    }

}


/* Scroll Up */

#scrollUp {
    bottom: 0;
    right: 10px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background:rgba(0, 0, 0, 0.2);
    font-family: "fontawesome";
    font-size: 2.6em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 56px;
    height: 56px;
    display:inline-block;
    line-height:56px;
    content:"\f106";
    opacity: 1;
    border-radius:5px;
}
#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

#delivery .Heading-2{
    margin-bottom: 20px!important;
}
#delivery .Heading-3{
    margin-bottom: 20px!important;
}
#delivery ul li{
    line-height: 30px;
}

.product_buttons, .amount, .fn_product_amount, .details_label, .fn_is_stock,.fn_comparison,.fn_wishlist{
    display: none;
}
.pager li > a{
    background-color: #f3f5f6;
    opacity: 0.95;
}
.product_img{
    border-radius: 5px;
}
.breadcrumbs{
    display: inline;
    background-color: #f3f5f6;
    opacity: 0.95;
    padding: 10px 14px;
     border: 1px solid #ddd;
    border-radius: 15px;
}
@media (max-width:800px) {
    .breadcrumbs {
        width: 100%;
        display: block;
        float: none;
    }
}