@font-face {
    font-family: "text-security-disc";
    src: url('../fonts/text-security/text-security-disc.eot');
    src: url('../fonts/text-security/text-security-disc.eot?#iefix') format('embedded-opentype'),
        url('../fonts/text-security/text-security-disc.woff2') format('woff2'),
        url('../fonts/text-security/text-security-disc.woff') format('woff'),
        url('../fonts/text-security/text-security-disc.ttf') format('truetype'),
        url('../fonts/text-security/text-security-disc.svg#text-security') format('svg');
}

#login-error {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}

.load-spinner {
    position: relative;
}

.load-spinner:before {
    content: '';
    position: absolute;
    left: 43%;
    top: 24%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
    margin: 0px auto;
    -webkit-animation: rotation .9s infinite linear;
    -moz-animation: rotation .9s infinite linear;
    -o-animation: rotation .9s infinite linear;
    animation: rotation .9s infinite linear;
    border-left: 2px solid rgba(255, 255, 255, 0);
    border-right: 2px solid rgb(255 255 255);
    border-bottom: 2px solid rgb(255 255 255);
    border-top: 2px solid rgb(255 255 255);
    border-radius: 100%;
}

.form--subscribe .form__button.load-spinner:before {
    height: 12px;
    width: 12px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.js-map-result-rad {
    font-size: 14px;
}

.form-file .form-file__label.error,
input.error {
    border: 1px solid red;
}

label.error {
    margin-top: 2px;
    font-size: 10px;
    margin-bottom: -20px;
    font-weight: 400;
    line-height: 1.5;
    color: #5B108B;
}

/*
#menu-header-menu .menu-item {
    margin-left: 15px;
}
#menu-header-menu .menu-item a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    border: 1px solid transparent;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.3s;
}
#menu-header-menu .menu-item.current_page_item a {
    border: 1px solid currentColor;
}*/
/*.is-logged .nav {
    display: flex;
}*/

.header__main .nav-menu .nav-menu__item.current-menu-item a {
    color: #d71921;
    /*border: 1px solid rgb(0, 0, 0);*/
}

/*
.mc4wp-form input[type="submit"]{
    height: 34px;
    border-radius: 0;
}*/
/*.is-logged .header__logo {
    margin-top: 13px;
}*/
.footer__col--menu .menu-legal-info-menu-container a,
.footer__col--menu .menu-help-menu-container a {
    color: #fff;
    text-decoration: none;
}

.footer__col--menu .menu-legal-info-menu-container a:hover,
.footer__col--menu .menu-help-menu-container a:hover {
    opacity: 1;
    color: #d94349;
}

.form__field--agreement-required .checkbox__control:before {
    content: '*';
    margin: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -4px;
    top: 0;
    bottom: 100%;
    left: 100%;
    color: #d94349;
    font-size: 20px;
    line-height: 0;
}

.store-finder__filename_json {
    display: none;
}

/*.form__field--agreement .checkbox__control label.error:before{
    content: '*';
    margin: 0;
    font-size: 30px;
    position: absolute;
    width: 10px;
    height: 10px;
    right: -4px;
    top: -7px;
    color: red;
}
.form__field--agreement .checkbox__control label.error {
    display: block !important;
    margin: 0;
    font-size: 0px;
    line-height: 1;
}*/
.header__logo span {
    text-transform: uppercase;
}

.form--login .form__button {
    border-radius: 0;
}

.forgot-pass-default-note {
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 76px;
}

.forgot-pass-default-note .form__text {
    max-width: 1295px;
}

#lostpasswordform input[type="submit"] {
    border-radius: 0;
}

.page-template-pagesproducts-php .wrapper .warning {
    color: #000;
}

.js-input-your_message.error {
    border: 1px solid #ff0000;
}

.store-finder-form__input {
    padding-right: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    /*margin: 46px 48px;*/
    z-index: 2;
}

.store-finder-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    /*margin: 46px 48px;*/
    z-index: 2;
}

.store-finder-form__control {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 30px;
    top: 50%;
    margin-top: 63px;
    display: flex;
}

.store-finder-form__input.pac-target-input,
.pac-target-input,
.store-finder-form__input {
    width: 550px;
    margin: 46px 48px;
}

.form--store-index .pac-target-input {
    width: 100%;
    margin: 0;
}

.site_key_gcaptcha {
    display: none;
}

.form__note-gcaptcha {
    color: #d94349;
    text-align: center;
    justify-content: center;
}

/*.store-finder-form__button {
    pointer-events:none;
}
.store-finder-form__control {
    top: 78px;
    right: -15px;
}
.store-finder-form {
    margin: 0;
}*/
.box--contact .box-head {
    /*min-height: 500px;*/
}

.is-logged .footer__col--subscribe-main.footer__col--main {
    padding-left: 16px;
}

.form--login .form__field--controls .gcaptcha-wrap {
    margin-bottom: 30px;
}

.form--login .form__field--controls .gcaptcha-wrap .g-recaptcha {
    display: flex;
    justify-content: center;
}

.form--login .form__field--controls .gcaptcha-wrap .form__message {
    position: relative;
}

.form--reg .gcaptcha-wrap {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}

.form--reg .gcaptcha-wrap .form__message {
    position: relative;
    width: 100%
}

.form--contact .gcaptcha-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.form--contact .gcaptcha-wrap .form__message {
    position: relative;
    width: 100%
}

.store-finder-form__control button {
    cursor: pointer;
}

#form-reg-password1,
#form-reg-password2 {
    -webkit-text-security: disc;
    /*font-family: "text-security-disc";*/
}

.form__message-error-reg {
    text-align: center;
    color: #d94349;
    font-size: 20px;
    position: relative;
}

@media only screen and (min-width: 1600px) {
    .start.start--password .start-head {
        min-height: 610px;
    }
}

@media only screen and (min-width: 1024px) {
    #menu-header-menu .menu-item a:hover {
        opacity: 1;
    }

    .start.start--password .start-head {
        min-height: 525px;
    }
}

@media only screen and (max-width: 1599px) {
    #menu-header-menu .menu-item a {
        font-size: 18px;
    }

    .store-locator-form__input {
        margin: 20px 48px;
    }
}

@media only screen and (max-width: 1440px) {
    .store-locator-form__input {
        padding-right: 60px;
    }

    .store-locator-form__control {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    .start.start--password .start-head {
        min-height: 625px;
    }

    .store-finder-form__control {
        right: -25px;
        top: -3px;
        margin-top: 0;
    }

    .store-finder-form__input.pac-target-input,
    .pac-target-input,
    .store-finder-form__input {
        margin: 20px;
    }

    .store-finder-form {
        width: 480px;
    }

    .store-finder-form #pac-input {
        margin: 0;
        position: relative;
        z-index: 0;
        left: 0;
        top: 0;
        margin-top: -20px;
        margin-left: -10px;
        max-width: 550px;
    }

}

@media only screen and (max-width: 1199px) {
    #menu-header-menu .menu-item {
        margin-left: 8px;
    }

    #menu-header-menu .menu-item a {
        font-size: 15px;
        line-height: 1.2;
        padding: 5px 13px;
    }

    .forgot-pass-default-note {
        margin-top: 40px;
    }
}

@media screen and (max-width:1180px) {
    #menu-header-menu .menu-item {
        margin: 0px 0 0;
        border-top: 1px solid var(--color-grey);
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 80px;
        margin-right: 80px;
    }

    #menu-header-menu .menu-item a {
        text-align: left;
    }
}

@media only screen and (max-width: 1023px) {
    #menu-header-menu .menu-item {
        margin: 25px 0 0;
    }

    #menu-header-menu .menu-item:first-child {
        margin-top: 0;
    }

    #menu-header-menu .menu-item a {
        display: block;
        text-align: left;
        font-size: 20px;
        line-height: 1.2;
        padding: 8px 4px;
        border-radius: 20px;
    }

    .store-finder-form__input.pac-target-input,
    .pac-target-input,
    .store-finder-form__input {
        width: 480px;
    }

    .store-finder-form__control {
        right: -3px;
        top: 34px;
    }

    .store-finder-form #pac-input {
        margin-top: 18px;
        margin-left: 16px;
    }
}

@media only screen and (max-width:980px) {
    #menu-header-menu .menu-item {
        margin: 0px 0 0;
        border-top: 1px solid var(--color-grey);
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 100px;
        margin-right: 100px;
    }

    #menu-header-menu .menu-item a {
        text-align: left;
    }
}

@media only screen and (max-width:820px) {
    #menu-header-menu .menu-item {
        margin: 0px 0 0;
        border-top: 1px solid var(--color-grey);
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #menu-header-menu .menu-item a {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    #menu-header-menu .menu-item {
        margin: 0px 0 0;
        border-top: 1px solid var(--color-grey);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #menu-header-menu .menu-item:first-child {
        margin-top: 0;
    }

    .store-locator-form__control {
        right: 24px;
    }

    .store-locator-map #map {
        height: 460px;
    }
}

@media only screen and (max-width: 600px) {
    #menu-header-menu .menu-item {
        margin: 0px 0 0;
        border-top: 1px solid var(--color-grey);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .forgot-pass-default-note {
        padding: 23px 0 0;
        margin: 40px 0 45px;
    }

    .store-locator-form__input {
        margin: 10px 10px;
        width: 95%;
        max-width: 95%;
    }

    .store-locator-form {
        width: 98%;
        margin: 35px 0px;
    }

    .start.start--password .start-head {
        min-height: 540px;
    }

    .store-finder-form__control {
        right: 24px;
        top: 16px;
    }

    .store-finder-form__input.pac-target-input,
    .pac-target-input,
    .store-finder-form__input {
        width: 100%;
        margin: 0;
        max-width: 100%;
        position: relative;
    }

    .store-finder-form {
        width: 100%;
        position: relative;
    }

    .store-finder-form #pac-input {
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 743px) {
    .store-finder-card__controls {
        margin: -5px 30px 0 !important;
        position: absolute !important;
        right: 0 !important;
        display: block !important;
    }

    .store-finder-card__button:first-child {
        margin: -2px 0 4px 23px !important;
    }

    .store-finder-card__main {
        margin-right: 110px !important;
    }
}

.store-finder-card__link {
    margin-left: 8px !important;
}

#form-profile-email,
#form-profile-date,
#form-profile-province {
    color: #999999 !important;
    background: #F9F9F9 !important;
}

.history-timeline-card--brand1 .history-timeline-card__box {
    background-color: #BB1D2B !important;
}

.history-timeline-card--brand2 .history-timeline-card__box {
    background-color: #004B95 !important;
}

@media only screen and (max-width: 1023px) {
    .form--login .form__button {
        border-radius: 0;
        margin-top: -3px;
    }

    .form--login .form__field--controls .gcaptcha-wrap {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width:820px) {
    .form--login .form__field--controls .gcaptcha-wrap {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .form--login .form__field--controls .gcaptcha-wrap {
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

/* Plain pack update October 2021 */

.products-sect--index .products-card {
    width: 100% !important;
}

.products-sect--index .products-card__image {
    margin: 0px 0 -650px !important;
}

@media only screen and (min-width: 1700px) {
    .products-sect--index .products-card__image {
        margin: 240px 0 -200px !important;
    }
}

@media screen and (max-width:1500px) {
    .products-sect--index .products-card__image {
        margin: 220px 0 -150px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .products-sect--index .products-card__image {
        margin: 100px 0 -130px !important;
    }
}

@media only screen and (max-width:1024px) {
    .products-sect--index .products-card__image {
        margin: -150px 0 -130px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .products-sect--index .products-card__image {
        margin: 10px 0 -80px !important;
    }
}

@media only screen and (max-width: 768px) {
    .products-sect--index .products-card__image {
        margin: 0 0 -20px !important;
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 744px) {
    .products-sect--index .products-card__image {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 500px) {
    .products-sect--index .products-card__image {
        margin: 0 0 -20px !important;
        margin-top: 0px !important;
    }
}


/*
.products-sect--index .products-card__image-item {
	transition: none!important;
}
*/
.history-banner--index .history-banner__wrap {
    padding: 10px 0 0px !important;
}

@media only screen and (max-width: 1440px) {
    .history-banner--index .history-banner__wrap {
        padding: 0px 0 0px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .history-banner--index .history-banner__wrap {
        padding: 0px 0 0px !important;
    }
}

@media only screen and (max-width: 743px) {
    .history-banner--index .history-banner__wrap {
        padding: 40px 0 0px !important;
    }
}

@media only screen and (min-width: 1440px) {
    .history-banner--index .history-banner__title {
        margin: 0 0 .6em !important;
    }
}

.history-banner__image-item,
.tobacco-intro__image-item {
    transition: none !important;
}

.products-tabs__item[data-tab=core] .products-sect__main .products-sect__list .products-sect__item .products-card {
    width: 70% !important;
}

.products-card__image {
    margin: 0px !important;
}


.products-sect__item.inside a img:last-child {
    display: none;
}

.products-sect__item.inside a:hover img:last-child {
    display: block;
}

.products-sect__item.inside a:hover img:first-child {
    display: none;
}


@media only screen and (max-width:743px) {
    .history-banner__image.inside {
        max-width: 820px !important;
        margin: -50px auto !important;
    }
}

@media only screen and (min-width: 768px) {
    .history-banner__image.inside {
        max-width: 1000px !important;
        margin: -150px auto !important;
    }
}

@media only screen and (min-width: 1440px) {
    .history-banner__image.inside {
        max-width: 1300px !important;
        margin: -180px auto !important;
    }
}

@media only screen and (max-width: 1440px) {
    .history-banner--index .history-banner__col--img {
        width: 67% !important;
    }

    .history-banner--index .history-banner__col--text {
        width: 33% !important;
    }

    .package__image {
        width: 38%;
    }

    .package__content {
        width: 62%;
    }
}

@media only screen and (max-width: 768px) {
    .history-banner--index .history-banner__col--img {
        width: 100% !important;
    }

    .history-banner--index .history-banner__col--text {
        width: 100% !important;
    }

    .package__image {
        width: 80%;
        margin-top: 40px;
    }

    .package__content {
        width: 100%;
    }
}

.package__text {
    margin-bottom: 40px !important;
}

.popup__box.plainpack {
    width: 100%;
    max-width: none;
    padding: 0px;
}

.container.plainpack {
    padding: 30px;
}

.popup__close.plainpack {
    right: 20px;
}

.package__title.plainpack {
    font-size: 90px;
    line-height: 0.9;
    font-style: italic;
    margin: 0 0 .1em;
}

.package__subheader.plainpack {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.package__text.plainpack {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}

.package__wrap {
    padding: 58px 0;
}

@media only screen and (max-width: 1440px) {
    .package__wrap {
        padding: 40px 0 35px;
    }
}


.container.plainpack {
    padding: 30px 0;
}

.package__wrap.plainpack {
    padding: 20px 15px;
}

.package__image.plainpack {
    margin: 0 50px;
    padding: 0px;
    width: 50%;
}

.package__content.plainpack {
    width: 42%;
}

.package__image img {
    transform: none;
}


@media only screen and (max-width: 1440px) {
    .container.plainpack {
        padding: 30px 0;
    }

    .package__wrap.plainpack {
        padding: 20px 15px;
    }

    .package__image.plainpack {
        width: 45%;
    }

    .package__content.plainpack {
        width: 45%;
    }
}

@media only screen and (max-width: 1240px) {
    .package__image.plainpack {
        width: 70%;
        margin: 0 auto;
    }

    .package__content.plainpack {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .package__content.plainpack {
        width: 100%;
        text-align: center;
    }

    .package__title.plainpack {
        font-size: 60px;
        line-height: 0.9;
        font-style: italic;
        margin: 0 0 .3em;
    }

    .package__subheader.plainpack {
        font-size: 25px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .package__text.plainpack {
        font-size: 20px;
        line-height: 1;
        font-weight: normal;
    }

    .popup__close.plainpack {
        right: 10px;
        top: 10px;
    }

    .package__image.plainpack {
        margin: 0px 15px 70px 15px !important;
        width: 100% !important;
    }

    .package__wrap {
        display: flex;
        flex-flow: none;
    }
}


.products-card__image-item--default.main {
    opacity: 1 !important;
}




.package.video {
    background: transparent !important;
}

.popup__box.video {
    background: transparent !important;
    max-width: none !important;
    padding: 0px !important;
}

.popup__close.video {
    color: #FFFFFF !important;
    right: 25px !important;
    z-index: 100 !important;
}

.container.video {
    padding: 0px !important;
    max-width: none !important;
}

.container.video.mobile {
    display: none !important;
}

.container.video.desktop {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .popup__close.video {
        top: 5px !important;
        right: 10px !important;
        width: 12px !important;
        height: 12px !important;
    }

    .container.video.mobile {
        display: block !important;
    }

    .container.video.desktop {
        display: none !important;
    }
}




.products-detail__note {
    bottom: 25px !important;
}

@media only screen and (max-width: 743px) {
    .products-detail__col--image {
        text-align: center !important;
    }
}




@media only screen and (max-width: 768px) {
    .pp__button.plainpack {
        position: absolute;
        bottom: 30px;
        width: 90%;
    }
}




.products-detail--bold .products-detail__slider,
.products-detail--medium .products-detail__slider,
.products-detail--smooth .products-detail__slider,
.products-detail--standart-bold .products-detail__slider,
.products-detail--standart-medium .products-detail__slider {
    margin: 85px auto 14px !important;
    max-width: 634px !important;
}