@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600");
* {
    -webkit-text-size-adjust: none
}
* {
    box-sizing: border-box
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
a,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    -webkit-tap-highlight-color: transparent;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0
}
a {
    background: transparent
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
td img {
    vertical-align: top
}
input,
select,
button,
textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0
}
input[type="text"],
input[type="password"],
textarea,
input[type="email"],
input[type="phone"],
input[type="number"] {
    font: 12px Arial, Helvetica, sans-serif;
    padding: 0
}
input[type="checkbox"] {
    vertical-align: bottom
}
input[type="radio"] {
    vertical-align: text-bottom
}
sub {
    vertical-align: sub;
    font-size: smaller
}
sup {
    vertical-align: super;
    font-size: smaller
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ul,
ol {
    list-style: none
}
html {
    overflow-y: auto;
    overflow-x: auto
}
html,
body {
    height: 100%
}
body {
    line-height: 1;
    color: #000;
    text-align: left;
    z-index: 1;
    position: relative
}
input [type='text'] {
    padding: 0
}
textarea {
    resize: none;
    overflow: auto
}
label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
input[type="text"],
input[type="password"],
textarea,
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="number"] {
    -webkit-appearance: none
}
a,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none
}
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0
}
input:invalid {
    outline: none;
    -moz-box-shadow: none;
    border: none
}
::-ms-clear {
    display: none
}
input,
textarea,
input[type="search"]:focus,
:focus {
    outline: none
}
::-webkit-input-placeholder {
    color: #4d2d6b;
    -webkit-transition: color 300ms ease-in-out
}
:-moz-placeholder {
    color: #4d2d6b;
    transition: color 300ms ease-in-out
}
.placeholder {
    color: #4d2d6b;
    transition: color 300ms ease-in-out
}
:focus::-webkit-input-placeholder {
    color: transparent !important
}
:focus::-moz-placeholder {
    color: transparent !important
}
:focus:-moz-placeholder {
    color: transparent !important
}
:focus:-ms-input-placeholder {
    color: transparent !important
}
@font-face {
    font-family: "FuturaPTBold";
    src: url("../fonts/FuturaPTBold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "FuturaMedium";
    src: url("../fonts/futura-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "FuturaHeavyRegular";
    src: url("../fonts/FuturaHeavyRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "NexaRustSlab";
    src: url("../fonts/NexaRustSlab-BlackShadow.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "Congress";
    src: url("../fonts/Congress-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "Congress-Medium";
    src: url("../fonts/Congress-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "JustRealize";
    src: url("../fonts/JustRealize-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "JustRealize-Regular";
    src: url("../fonts/JustRealize.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
.site {
    overflow: hidden
}
.site__header {
    position: relative;
    height: 72.5px;
    padding: 0 calc( 50% - 515px);
    border-bottom: 2px solid #c72233;
    z-index: 3
}
.site__header-layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: inherit;
    padding: 15px 15px 0
}
.site__footer {
    position: relative;
    padding: 146px calc( 50% - 550px) 20px;
}
.site__footer-layout {
    position: relative;
    padding: 15px 0 0 0;
    text-align: center;
    z-index: 1
}
.site__footer .logo {
    left: -24px;
    top: 27px;
    width: 209px;
    height: 159.5px
}
.site__title {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
    color: #ce253d;
    text-transform: uppercase;
    font-family: 'Congress', sans-serif;
    font-weight: 400;
    font-style: normal
}
@media (min-width: 768px) {
    .site__footer {
        padding-top: 46px
    }
    .site__footer-layout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 185px;
        text-align: left
    }
    .site__title {
        font-size: 34px;
        letter-spacing: 1px
    }
}
@media (min-width: 992px) {
    .site__footer-layout {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 0
    }
}
.logo {
    position: absolute;
    left: -2px;
    top: 17px;
    width: 173px
}
.logo img {
    display: block;
    width: 100%
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease
}
.mobile-menu>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow-y: auto
}
.mobile-menu.visible {
    opacity: 1;
    visibility: visible
}
.mobile-menu-btn {
    position: absolute;
    top: calc( 50% - 15px);
    right: 20px;
    width: 34px;
    height: 27px;
    padding: 13px 0 13px 0;
    background-color: transparent;
    z-index: 10;
    cursor: pointer
}
.mobile-menu-btn span {
    display: block;
    width: 15px;
    height: 2px;
    background-color: #be1e2d
}
.mobile-menu-btn span:before,
.mobile-menu-btn span:after {
    position: absolute;
    left: 0;
    right: 0;
    height: inherit;
    background-color: inherit;
    content: '';
    transition: top .3s ease, transform .3s ease, background-color .3s ease;
    -webkit-transition: top .3s ease, transform .3s ease, background-color .3s ease
}
.mobile-menu-btn span:before {
    top: 3px
}
.mobile-menu-btn span:after {
    bottom: 3px
}
.mobile-menu-btn.close span {
    background-color: transparent
}
.mobile-menu-btn.close span:before {
    top: 12px;
    background-color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}
.mobile-menu-btn.close span:after {
    bottom: 13px;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
@media (min-width: 1200px) {
    .mobile-menu {
        position: static;
        width: auto;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding: 0
    }
    .mobile-menu>div {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-y: visible
    }
    .mobile-menu-btn {
        display: none
    }
}
.menu {
    width: 100%
}
.menu>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase
}
.menu>ul>li:first-child .menu__item {
    margin-left: 0
}
.menu__item {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
    transition: color .3s ease-in-out;
    text-align: center
}
.menu__item.active {
    color: #be1e2e
}
.menu__item-img {
    display: none
}
.menu__subcategory {
    height: 0;
    overflow: hidden;
    transition: height .3s ease
}
.menu__subcategory ul {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff
}
@media (min-width: 1200px) {
    .menu>ul {
        width: auto;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 3px 10px 0 0;
    }
    .menu>ul>li {
        position: relative
    }
    .menu>ul>li:hover .menu__subcategory {
        top: calc( 100% + 25px);
        opacity: 1;
        visibility: visible;
        transition: top .3s ease, opacity .3s ease, visibility .3s ease
    }
    .menu__item {
        position: relative;
        margin-left: 41px;
        margin-bottom: 0;
        color: #4d2d6b
    }
    .menu__item:hover {
        color: #be1e2e
    }
    .menu__item-img {
        position: relative;
        display: block;
        width: 150px;
        height: 150px;
        margin-bottom: 10px
    }
    .menu__item-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        min-width: 100%
    }
    .menu__subcategory {
        position: absolute;
        top: 100%;
        left: 50%;
        height: auto;
        padding: 15px 0 15px 15px;
        border: 2px solid #c72233;
        border-radius: 15px;
        background-color: #fff;
        z-index: 5;
        transform: translateX(-50%);
        overflow: visible;
        opacity: 0;
        visibility: hidden;
        transition: top .3s ease .5s, opacity .3s ease .5s, visibility .3s ease .5s
    }
    .menu__subcategory:after,
    .menu__subcategory:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }
    .menu__subcategory:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 15px;
        margin-left: -15px
    }
    .menu__subcategory:before {
        border-color: rgba(199, 34, 51, 0);
        border-bottom-color: #c72233;
        border-width: 18px;
        margin-left: -18px
    }
    .menu__subcategory ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 0;
        border-bottom: none;
        width: 495px;
    }
    .menu__subcategory ul li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 150px;
        margin: 0 15px 15px 0
    }
}
.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 13px
}
.social__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%
}
.social__item svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.social__item-instagram svg {
	width: auto !important;
    height: auto !important;
}

.social__item-pinterest {
    background-color: #cf4c2c
}
.social__item-twetter {
    background-color: #2cbde2
}
.social__item-facebook {
    background-color: #3f65a6
}
.social__item-email {
    background-color: #54965a
}
.social_footer {
    font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-style: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 135px;
    font-size: 14px;
    line-height: 15px;
    color: #4d2d6b
}
.social_footer p {
    width: 100%;
    margin-bottom: 8px
}
.social_footer .social__item {
    width: 38px;
    height: 38px;
    margin-right: 6px
}
@media (min-width: 768px) {
    .social {
        margin: 0 13px 0 0
    }
    .social_footer {
        margin: 0
    }
}
@media (min-width: 1200px) {
    .social__item {
        position: relative;
        transition: transform .3s ease
    }
    .social__item:hover,
    .social__item:active {
        transform: scale(1.1)
    }
    .social__item-pinterest:after {
        border-color: #cf4c2c
    }
    .social__item-twetter:after {
        border-color: #2cbde2
    }
    .social__item-facebook:after {
        border-color: #3f65a6
    }
}
.search {
    position: relative;
    top: 2px
}
.search svg {
    width: 30px;
    height: 30px;
    fill: #be1e2d
}
.search__form {
    position: absolute;
    top: 0;
    right: 40px;
    width: 0;
    height: 33px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease, width .3s ease
}
.search__form.show {
    opacity: 1;
    visibility: visible;
    width: 125px
}
.search__form input {
    display: block;
    width: 100%;
    height: 33px;
    padding: 0 15px;
    border: none;
    border-radius: 15px;
    background-color: transparent;
    font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #535353
}
.search__form button {
    display: none
}
@media (min-width: 768px) {
    .search__form.show {
        width: 220px
    }
}
@media (min-width: 1200px) {
    .search svg {
        transition: transform .3s ease
    }
    .search:hover svg {
        transform: scale(1.1)
    }
    .search__form.show {
        width: 647px
    }
    .search__form input {
        border: 1px solid #c72233
    }
}
.hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    max-height: 585px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.hero__item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-height: 585px
}
.hero.hero_min {
    display: block;
    height: auto;
    padding: 60px 15px;
    color: #fff;
    font-family: 'NexaRustSlab', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center
}
.hero__back {
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 1;
    height: 30px;
    padding: 5px 20px 5px 10px;
    font-family: 'Congress-Medium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    background: #9a192b;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.hero__back span {
    position: relative;
    z-index: 2
}
.hero__back:after {
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #9a192a transparent;
    content: ''
}
.hero__back:before {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 13px;
    height: 13px;
    z-index: 2;
    border: 2px solid #fff;
    box-sizing: border-box;
    transform: rotate(45deg);
    transform-origin: center;
    clip: rect(0px, 13px, 10px, 3px);
    content: ''
}
.hero__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 0 0
}
.hero__nav a,
.hero__nav a:visited {
    display: block;
    margin-bottom: 10px;
    font-size: 17.4px;
    line-height: .9;
    letter-spacing: .1px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 300
}
.hero__nav a:hover,
.hero__nav a:visited:hover {
    text-decoration: underline
}
.hero__content {
    width: 100%;
    padding: 45px 0 20px;
    text-align: center;
    z-index: 1
}
.hero__title {
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    padding: 0 15px 20px;
    color: #fff;
    font-family: 'NexaRustSlab', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px
}
.hero__title span {
    display: block;
    position: relative
}
.hero__title sup {
    position: relative;
    top: -4px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 10px
}
.hero__title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../img/hero-dots.png) repeat-x;
    background-size: contain;
    content: ''
}
.hero-slider .hero {
    height: 360px;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #fff;
    opacity: .55;
    transition: opacity .15s ease-in-out
}
.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}
@media (min-width: 768px) {
    .hero {
        height: 100vh
    }
    .hero__item {
        height: 100vh
    }
    .hero__content {
        width: 100%;
        padding: 85px calc(50% - 515px) 40px
    }
    .hero__title {
        font-size: 35px;
        line-height: 45px
    }
    .hero__title sup {
        top: -14px;
        font-size: 14px;
        line-height: 19px
    }
    .hero.hero_min {
        padding: 40px 80px;
        font-size: 35px;
        line-height: 45px
    }
    .hero.hero_centering {
        -ms-flex-align: center;
        align-items: center;
        max-height: 487px
    }
    .hero.hero_centering .hero__content {
        width: auto;
        padding: 0 calc(50% - 515px) 40px
    }
    .hero-slider .hero {
        height: 100vh;
        max-height: 491px
    }
    .hero-slider .hero__content {
        padding: 40px 0;
        max-width: 1024px;
    }
    .hero-slider .swiper-pagination {
        padding: 0 calc(50% - 630px);
        bottom: 21px;
        text-align: right
    }
    .hero-slider .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        margin: 0 0 0 11px
    }
}
@media (min-width: 1200px) {
    .hero__title {
        font-size: 54px;
        line-height: 74px
    }
    .hero.hero_min {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 192px;
        padding: 40px calc(50% - 620px);
        text-align: left;
        font-size: 40px;
        line-height: 52px
    }
    .hero__nav {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
    .hero__nav a,
    .hero__nav a:visited {
        padding: 0 9px 0 7px;
        margin-bottom: 0;
        border-left: 2px solid rgba(255, 255, 255, 0.9)
    }
    .hero__nav a:first-child,
    .hero__nav a:visited:first-child {
        border-left: none
    }
    .hero__back {
        left: calc(50% - 619px);
        height: 52px;
        padding: 13px 31px 13px 19px;
        font-size: 26px;
        letter-spacing: .1px
    }
    .hero__back:after {
        right: -26px;
        border-width: 0 26px 52px 26px
    }
    .hero__back:before {
        top: 22px;
        right: 5px;
        width: 15px;
        height: 15px;
        clip: rect(0px, 15px, 12px, 3px);
        transition: right .3s ease-in-out
    }
    .hero__back:hover:before {
        right: 0
    }
    .hero.hero_centering .hero__title {
        font-size: 61px;
        line-height: 83px
    }
}
.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 50px;
    margin: 0 auto;
    padding: 0 28px;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background-color: #a41d35;
    text-transform: uppercase;
    letter-spacing: .4px
}
.btn_1 {
    height: 50px
}
.btn_2 {
    height: 30px;
    background-color: #8d1c58;
    font-size: 12px
}
.btn_3 {
    background-color: #4d2d6b;
    text-transform: uppercase;
    font-family: 'FuturaPTBold', sans-serif;
    font-weight: 400;
    font-style: normal
}
.btn_4 {
    height: 44px;
    padding: 0 25px;
    border-radius: 13px
}
.btn_5 {
    padding: 0 25px;
    border-radius: 13px;
    background: #6f0010
}
@media (min-width: 768px) {
    .btn_1 {
        font-size: 17px
    }
}
@media (min-width: 1200px) {
    .btn {
        transition: background-color .3s ease, color .3s ease
    }
    .btn:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 98%;
        height: 98%;
        border-radius: inherit;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #a41d35;
        transition: transform .4s ease, opacity .2s ease, visibility .2s ease;
        transform: scale(2) translate(-25%, -25%);
        content: ''
    }
    .btn:hover:after,
    .btn:active:after {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translate(-50%, -50%)
    }
    .btn_3 {
        height: 42px;
        font-size: 14px;
        letter-spacing: 1.6px
    }
    .btn_3:after {
        border-color: #4d2d6b
    }
    .btn_4 {
        font-size: 18px
    }
    .btn_5:after {
        border-color: #6f0010
    }
}
.products {
    padding: 40px calc( 50% - 692px) 82px
}
.products.products_borders {
    position: relative
}
.products.products_borders:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 1250px;
    border-top: 4px dotted #c56e28;
    content: ''
}
.products.products_borders:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1250px;
    border-bottom: 4px dotted #c56e28;
    content: ''
}
.products__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 15px 0 18px
}
.products__title {
    width: 100%;
    margin-bottom: 65px;
    color: #ce253d;
    text-align: center
}
.products__title>div:first-child {
    font-family: 'JustRealize', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 55px
}
.products__title span {
    border-top: 4px dotted #db9577;
    font-family: 'Congress', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1.4px
}
.products__img {
    position: relative;
    width: 100%;
    max-width: 205px;
    height: 225px;
    margin: 0 auto 15px
}
.products__img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    height: auto
}
.products__swiper {
    width: calc( 100% - 60px)
}
.products__item {
    color: #c56e28;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    text-align: center
}
.products__prev,
.products__next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-bottom: 65px;
    border-radius: 50%;
    background-color: #dedede
}
.products__prev svg,
.products__next svg {
    width: 15px;
    fill: #fff
}
.products__prev {
    padding-right: 3px
}
.products__prev svg {
    transform: rotate(90deg)
}
.products__next {
    padding-left: 3px
}
.products__next svg {
    transform: rotate(-90deg)
}
@media (min-width: 768px) {
    .products {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .products.products_borders {
        padding-top: 43px;
        padding-bottom: 48px
    }
    .products__title span {
        font-size: 42px
    }
    .products__swiper {
        width: calc(100% - 170px)
    }
    .products__prev,
    .products__next {
        width: 57px;
        height: 57px
    }
    .products__prev svg,
    .products__next svg {
        width: 20px
    }
}
@media (min-width: 1200px) {
    .products__prev,
    .products__next {
        transition: background-color .3s ease
    }
    .products__prev:hover,
    .products__next:hover {
        background-color: #cbcbcb
    }
}
.places {
    padding: 63px calc( 50% - 645px) 76px;
    background-color: #f6f6f6
}
.places__layout {
    padding: 0 15px
}
.places__title {
    width: 100%;
    margin-bottom: 11px;
    color: #ce253d;
    text-align: center
}
.places__title>div:nth-child(2) {
    margin-top: 26px;
    font-family: 'JustRealize', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 1
}
.places__title span {
    padding-bottom: 3px;
    border-bottom: 4px dotted #db9577;
    font-family: 'Congress', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase
}
.places img {
    width: 100%
}
@media (min-width: 768px) {
    .places__title span {
        font-size: 42px
    }
}
.recipes {
    padding: 57px 0 79px
}
.recipes.recipes_product {
    padding: 32px 0 0
}
.recipes.recipes_product .recipes__row {
    margin-bottom: 0
}
.recipes__title {
    width: 100%;
    margin-bottom: 37px;
    color: #ce253d;
    text-align: center
}
.recipes__title>div:first-child {
    font-family: 'JustRealize', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 55px
}
.recipes__title span {
    border-top: 4px dotted #db9577;
    font-family: 'Congress', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1.4px
}
.recipes__row {
    margin-bottom: 31px
}
.recipes__item {
    position: relative;
    overflow: hidden
}
.recipes__item img {
    display: block;
    width: 100%;
    height: auto
}
.recipes__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 27px;
    right: 27px;
    bottom: 27px;
    padding: 2px 30px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 200;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 15px;
    text-align: center
}
.recipes__content p {
    margin-bottom: 18px
}
.recipes__content h3 {
    margin-bottom: 9px;
    color: #ce253d;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600
}
.recipes__all {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}
.recipes__all a {
    color: #4d2d6b
}
@media (min-width: 768px) {
    .recipes {
        padding-bottom: 129px
    }
    .recipes__title span {
        font-size: 42px
    }
    .recipes__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .recipes__item {
        width: 50%
    }
    .recipes__all {
        font-size: 22px
    }
}
@media (min-width: 992px) {
    .recipes__content {
        top: 10px;
        left: 17px;
        right: 17px;
        bottom: 17px
    }
    .recipes__item {
        width: 25%
    }
    .recipes__row {
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media (min-width: 1200px) {
    .recipes__item:hover .recipes__content {
        opacity: 1;
        visibility: visible
    }
    .recipes__content {
        top: 20px;
        left: 27px;
        right: 27px;
        bottom: 27px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease, visibility .3s ease
    }
    .recipes__content h3 {
        font-size: 23px;
        line-height: 27px
    }
    .recipes__all a {
        position: relative
    }
    .recipes__all a:after {
        position: absolute;
        left: 0;
        right: 100%;
        bottom: -5px;
        border-bottom: 1px solid #4d2d6b;
        transition: right .3s ease;
        content: ''
    }
    .recipes__all a:hover:after {
        right: 0
    }
}
.history {
    padding: 30px 20px;
    background-color: #8d2431;
    font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-style: normal
}
.history__title {
    width: 100%;
    margin-bottom: 37px;
    color: #fff;
    text-align: center
}
.history__title>div:first-child {
    font-family: 'JustRealize', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 55px
}
.history__title span {
    display: inline-block;
    padding-top: 15px;
    border-top: 4px dotted #db9577;
    font-family: 'Congress', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px
}
.history__years {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 813px;
    margin: 0 auto;
    padding: 0 0 30px;
    font-family: 'FuturaPTBold', sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.history__years-list {
    position: relative;
    width: 100%;
    padding: 80px 0 9px;
    overflow: hidden
}
.history__years-item span {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc( 50% - 10px);
    width: 20px;
    height: 20px;
    border-radius: 0;
    font-size: 20px;
    transform: rotate(-90deg) scale(0.7);
    transform-origin: center;
    color: #fff;
    cursor: pointer;
    opacity: .5;
    background: none;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out
}
.history__years-item.swiper-slide-active span {
    background: none;
    opacity: 1;
    transform: rotate(-90deg) scale(1)
}
.history__years-line {
    display: block;
    position: relative;
    width: 100%;
    height: 3.5px;
    margin-top: 20px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2)
}
.history__years-line span {
    position: absolute;
    top: calc( 50% - 10px);
    left: calc( 50% - 10px);
    width: 20px;
    height: 20px;
    background: url("../img/point.png") no-repeat center;
    background-size: contain
}
.history__years-prev,
.history__years-next {
    display: none
}
.history__content {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden
}
.history__content-title {
    display: block;
    margin-bottom: 28px;
    color: #fff;
    font-size: 33px;
    font-family: 'FuturaPTBold', sans-serif;
    font-weight: 400;
    font-style: normal
}
.history__content-description {
    position: relative;
    max-width: 500px;
    padding: 15px;
    z-index: 2;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #4d2d6b;
    border-radius: 10px 3px 10px 10px
}
.history__content-description p {
    margin-bottom: 14px
}
.history__content-pic {
    display: none
}
@media (min-width: 768px) {
    .history__title {
        margin-bottom: 34px
    }
    .history__title span {
        font-size: 42px
    }
    .history__contact-pic {
        display: block
    }
    .history__years {
        padding: 0 80px 30px
    }
    .history__years-list {
        padding-bottom: 20px
    }
    .history__years-line {
        margin-top: 30px
    }
    .history__years-prev,
    .history__years-next {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: calc( 50% - 70px);
        width: 57px;
        height: 57px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.13)
    }
    .history__years-prev svg,
    .history__years-next svg {
        width: 20px;
        fill: #fff
    }
    .history__years-prev {
        left: 0;
        padding-right: 3px
    }
    .history__years-prev svg {
        transform: rotate(90deg)
    }
    .history__years-next {
        right: 0;
        padding-left: 3px
    }
    .history__years-next svg {
        transform: rotate(-90deg)
    }
}
@media (min-width: 1200px) {
    .history {
        padding: 28px 20px 106px
    }
    .history__years {
        padding: 0 110px 32px
    }
    .history__years-item span {
        left: calc( 50% - 15px);
        width: 30px;
        height: 30px;
        font-size: 30px;
        transform: rotate(-90deg) scale(0.6273)
    }
    .history__years-line span {
        top: calc( 50% - 20px);
        left: calc( 50% - 20px);
        width: 40px;
        height: 40px
    }
    .history__years-prev,
    .history__years-next {
        transition: background-color .3s ease
    }
    .history__years-prev:hover,
    .history__years-next:hover {
        background-color: rgba(0, 0, 0, 0.53)
    }
    .history__content-title {
        font-size: 74px;
        letter-spacing: 2px;
        padding: 0 51px
    }
    .history__content-description {
        padding: 52px 59px 55px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: .6px;
        border-radius: 20px 5px 20px 20px
    }
    .history__content-pic {
        display: block;
        position: absolute;
        top: 7px;
        left: 41.4%;
        width: 584px;
        height: 438px;
        z-index: 1;
        background-size: cover;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 5px
    }
}
.footer__navigation {
    margin-bottom: 25px;
    color: #4d2d6b;
    font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px
}
.footer__navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}
.footer__navigation ul li {
    margin-bottom: 17px;
    white-space: nowrap
}
.footer__navigation ul li:before {
    content: '•';
    margin: 0 6px;
    font-size: 10px
}
.footer__navigation ul li:first-child:before {
    display: none
}
.footer__navigation a {
    color: #4d2d6b
}
.footer__navigation>div {
    margin-bottom: 17px
}
@media (min-width: 768px) {
    .footer__navigation {
        margin-right: 20px
    }
    .footer__navigation ul {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer__navigation ul li:before {
        margin: 0 10px;
    }
}
@media (min-width: 992px) {
    .footer__navigation {
        margin-bottom: 0
    }
}
@media (min-width: 1200px) {
    .footer__navigation {
        margin-right: 50px;
    }
    .footer__navigation a:hover {
        text-decoration: underline
    }
}
.main-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
    color: #ce253d;
    text-align: center;
    font-family: 'JustRealize', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 55px
}
.main-title.color2 {
    color: #fff
}
.main-title.single span {
    border: none !important;
    padding: 0;
    letter-spacing: normal
}
.main-title span {
    display: block;
    border-top: 4px dotted #db9577;
    font-family: 'Congress', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 52px;
    margin: 0
}
.main-title span:first-child {
    border-top: none;
    margin: 0 0 6px 0;
    border-bottom: 4px dotted #db9577
}
@media (min-width: 768px) {
    .main-title span {
        font-size: 42px
    }
}
.sign-up {
    width: 260px;
    margin: 0 auto 24px;
    color: #4d2d6b;
    font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -.2px
}
.sign-up p {
    margin-bottom: 14px
}
.sign-up form {
    margin-left: -2px;
    padding: 3px 4px;
    border: 1px solid #4d2d6b;
    border-radius: 25px;
    width: 252px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
.sign-up .gform_body {
    width: calc(100% - 87px)
}
.sign-up input {
    width: calc( 100% - 12px);
    margin-left: 12px;
    border: none;
    color: #4d2d6b;
    font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px
}
.sign-up button {
    width: 87px;
    height: 27px;
    border-radius: 25px;
    font-family: 'FuturaPTBold', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #fff;
    background-color: #4d2d6b;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    padding: 0
}
.sign-up button span {
    width: 100%;
    text-align: center
}
@media (min-width: 768px) {
    .sign-up {
        margin: 0 27px 14px 0
    }
}
@media (min-width: 1200px) {
    .sign-up {
        margin-right: 50px;
    }
}
.store-locator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 30px;
    transform: translateZ(0)
}
.store-locator__control {
    width: 100%
}
.store-locator__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc( 100% - 16px);
    margin: 8px;
    padding: 15px 25px 21px 21px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 8px #a41d35;
    background-color: #a41d35
}
.store-locator__form h3 {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 19px;
    font-size: 20px;
    font-family: 'Congress-Medium', sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 4px dotted #fefefe;
    text-align: center;
    color: #fff
}
.store-locator__form input[type=text] {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 15px 0 45px;
    border: none;
    color: #a41d35;
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    background: url("../img/map-icon-place.png") no-repeat 13px 50% #fff;
    background-size: 18px 30px
}
.store-locator__form input[type=text]::-webkit-input-placeholder {
    color: #a41d35;
    -webkit-transition: color 300ms ease-in-out
}
.store-locator__form input[type=text]:-moz-placeholder {
    color: #a41d35;
    transition: color 300ms ease-in-out
}
.store-locator__form input[type=text].placeholder {
    color: #a41d35;
    transition: color 300ms ease-in-out
}
.store-locator__form input[type=text]:focus::-webkit-input-placeholder {
    color: transparent !important
}
.store-locator__form input[type=text]:focus::-moz-placeholder {
    color: transparent !important
}
.store-locator__form input[type=text]:focus:-moz-placeholder {
    color: transparent !important
}
.store-locator__form input[type=text]:focus:-ms-input-placeholder {
    color: transparent !important
}
.store-locator__form .websters-select {
    width: 100%;
    margin-bottom: 20px
}
.store-locator__form .websters-select.dependent {
    height: 52px;
    transition: height .3s ease, border .3s ease, margin .3s ease
}
.store-locator__form .websters-select.dependent.hide {
    height: 0;
    border: none;
    margin: 0;
    overflow: hidden
}
.store-locator__form button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
    padding: 0 30px;
    background-color: #790d20;
    border: none;
    border-radius: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}
.store-locator__form button span {
    text-align: center;
    width: 100%
}
.store-locator__list {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .3s ease;
    border: 1px solid #b8b8b8;
    border-top: none;
    transform: translateZ(0)
}
.store-locator__list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0 22px;
    border-bottom: 1px solid #b8b8b8;
    transition: opacity .3s ease, background-color .3s ease
}
.store-locator__list-item.new {
    opacity: 0
}
.store-locator__list-item.active {
    background-color: #f9f9f9
}
.store-locator__list-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 47px;
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #a41d35;
    color: #fff;
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px
}
.store-locator__list .preloader__points {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}
.store-locator__list.loader {
    position: relative;
    transform: translateZ(0)
}
.store-locator__list.loader .preloader__points {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateZ(0)
}
.store-locator__list.loader .store-locator__list-control {
    display: none
}
.store-locator__list.loader .store-locator__list-item {
    opacity: 0
}
.store-locator__list.not-toched {
    pointer-events: none
}
.store-locator__info {
    width: 65px;
    color: #181818;
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    text-align: center
}
.store-locator__info span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 auto 9px;
    border-radius: 50%;
    background-color: #355e9f;
    color: #fff;
    font-size: 16px
}
.store-locator__content {
    padding-top: 1px;
    width: calc( 100% - 65px);
    color: #3e3e3e;
    font-family: 'FuturaMedium', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px
}
.store-locator__content strong {
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase
}
.store-locator__content p:nth-child(2) {
    margin-bottom: -3px
}
.store-locator__content p:nth-child(3) {
    margin-bottom: -3px
}
.store-locator__content p:nth-child(3) a {
    color: inherit
}
.store-locator__content p:nth-child(4) a {
    border-bottom: 1px solid #a41d35;
    color: #a41d35
}
.store-locator__map {
    width: 100%;
    height: 100vh
}
.store-locator__swiper-prev,
.store-locator__swiper-next {
    position: relative;
    color: #fff;
    transition: opacity .3s ease
}
.store-locator__swiper-prev:before,
.store-locator__swiper-next:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    transform: translateY(-50%)
}
.store-locator__swiper-prev.swiper-button-disabled,
.store-locator__swiper-next.swiper-button-disabled {
    opacity: .38
}
.store-locator__swiper-prev {
    padding-left: 12px
}
.store-locator__swiper-prev:before {
    left: 0;
    border-right-color: #fff;
    border-width: 6px 7px 6px 0
}
.store-locator__swiper-next {
    padding-right: 12px
}
.store-locator__swiper-next:before {
    right: 0;
    border-left-color: #fff;
    border-width: 6px 0 6px 7px
}
@media (min-width: 768px) {
    .store-locator__form h3 {
        font-size: 35px
    }
    .store-locator__form input[type=text] {
        font-size: 21px
    }
    .store-locator__content {
        width: calc( 100% - 95px);
        font-size: 21.7px;
        line-height: 32px
    }
    .store-locator__info {
        width: 95px;
        font-size: 13px
    }
    .store-locator__info span {
        width: 46px;
        height: 46px;
        font-size: 21px
    }
    .store-locator__list-control {
        padding: 0 21px 0 14px;
        font-size: 15.17px
    }
}
@media (min-width: 992px) {
    .store-locator {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .store-locator__control {
        max-width: 400px
    }
    .store-locator__map {
        width: calc( 100% - 400px);
        height: auto
    }
}
@media (min-width: 1200px) {
    .store-locator {
        padding: 52px calc(50% - 615px)
    }
    .store-locator__control {
        max-width: 500px
    }
    .store-locator__map {
        width: calc( 100% - 500px)
    }
    .store-locator #main {
        position: relative;
        height: 1125px
    }
    .store-locator .mapWrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .store-locator .mapWrap #locatorWrap {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 500px);
        height: 100%
    }
    .store-locator .mapWrap #locatorWrap #locatorUI {
        height: 100% !important
    }
    .store-locator .mapWrap #storeList {
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        height: 100%;
        padding-top: 340px
    }
    .store-locator #productLocatorForm {
        position: absolute;
        top: 0;
        left: 0;
        width: 500px;
        height: 340px;
        background-color: #a41d35
    }
}
.websters-select {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'FuturaHeavyRegular', sans-serif;
    font-weight: 400;
    font-style: normal
}
.websters-select__arrow {
    position: absolute;
    top: 11px;
    right: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    clip: rect(3px, 15px, 15px, 3px);
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform .3s ease-in-out
}
.websters-select__item {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 274px;
    height: 48px;
    padding: 0 50px 0 17px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left
}
.websters-select_mobile select {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 1px;
    width: 100%
}
.websters-select_custom select {
    position: absolute;
    left: -100000px
}
.websters-select__popup {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #9a192a;
    color: #fff
}
.websters-select__popup ul {
    z-index: 1
}
.websters-select__popup li {
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}
.websters-select__popup li:hover {
    color: #9a192a;
    background: #fff
}
.websters-select__popup li.active {
    color: #9a192a !important;
    background: #fff !important
}
.ps-container>.ps-scrollbar-y-rail {
    right: 0 !important;
    width: 5px
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #4d2d6b;
    border-radius: 2px;
    border: 1px solid #fff;
    right: 0;
    width: 5px
}

/* Fixes Instagram logo upload */
a.social__item.social__item-instagram > svg {
	width: 100%;
    height: 100%;
}

/* Video embed */
.embed-container {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.embed-container video {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}