body {
    position: relative;
    -webkit-animation-name: example;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1.5s;
    /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 1.5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1080px) {
    .nav-block .left-block .logo-wrap {
        text-align: center;
    }
}

.nav-block .left-block .logo-wrap {
    position: relative;
    top: -7px
}

span.im-caret {
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes blink {

    from,
    to {
        border-right-color: black;
    }

    50% {
        border-right-color: transparent;
    }
}

@-webkit-keyframes blink {

    from,
    to {
        border-right-color: black;
    }

    50% {
        border-right-color: transparent;
    }
}

span.im-static {
    color: grey;
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

div.im-colormask>input {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0;
    /*calculated*/
}

div.im-colormask>input:focus {
    outline: none;
}

div.im-colormask>input::-moz-selection {
    background: none;
}

div.im-colormask>input::selection {
    background: none;
}

div.im-colormask>input::-moz-selection {
    background: none;
}

div.im-colormask>div {
    color: black;
    display: inline-block;
    width: 100px;
    /*calculated*/
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('Robotothin.woff2') format('woff2'), url('Robotothin.woff') format('woff'), url('Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('Robotothinitalic.woff2') format('woff2'), url('Robotothinitalic.woff') format('woff'), url('Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('Robotolight.woff2') format('woff2'), url('Robotolight.woff') format('woff'), url('Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('Robotolightitalic.woff2') format('woff2'), url('Robotolightitalic.woff') format('woff'), url('Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('Roboto.woff2') format('woff2'), url('Roboto.woff') format('woff'), url('Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('Robotoitalic.woff2') format('woff2'), url('Robotoitalic.woff') format('woff'), url('Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('Robotomedium.woff2') format('woff2'), url('Robotomedium.woff') format('woff'), url('Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('Robotomediumitalic.woff2') format('woff2'), url('Robotomediumitalic.woff') format('woff'), url('Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('Robotobold.woff2') format('woff2'), url('Robotobold.woff') format('woff'), url('Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('Robotobolditalic.woff2') format('woff2'), url('Robotobolditalic.woff') format('woff'), url('Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('Robotoblack.woff2') format('woff2'), url('Robotoblack.woff') format('woff'), url('Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('Robotoblackitalic.woff2') format('woff2'), url('Robotoblackitalic.woff') format('woff'), url('Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCn-Regular'), url(roboto-condensed.woff) format('woff'), url(roboto-condensed.ttf) format('truetype');
}

#created-button-1,
#created-button-2 {
    line-height: 1.5em !important;
}

.my-com-date {
    color: rgb(91, 95, 101);
    text-shadow: 0 0 0px #000000;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px 1px 4px;
    background: #fdfdfd;
    border-radius: 3px;
    font-size: 20px;
}

.out-comebacker-content-btn:hover {
    text-decoration: none !important;
    transition: 0.3s !important;
}

.out-comebacker-content-btn:focus {
    text-decoration: none;
    color: #fff;
}

.out-comebacker-content-btn:active {
    border: 1px solid #fff;
}

a:active,
a:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.pl_field_address_info {
    height: 0;
    display: block;
}

.fancybox-overlay {
    z-index: 99999999 !important;
}

.fancybox-overlay {
    z-index: 99999999;
}

.fancybox-wrap {
    z-index: 999999999;
}

.pl_modal_header,
.pl_modal_phone,
.pl_btn_success,
.pl_btn_danger,
.pl_modal_body,
.pl_modal_footer {
    font-family: sans-serif !important;
}

.modal-leave .modal-leave__btn-no:hover,
.modal-leave__btn-motivation {
    text-decoration: underline
}

.e-comebacker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    font-size: 16px;
    line-height: normal;
    z-index: 9000
}

.e-comebacker,
.e-comebacker * {
    font-family: "Open Sans", sans-serif !important;
    vertical-align: initial
}

.e-comebacker h1,
.e-comebacker h2,
.e-comebacker h3,
.e-comebacker h4,
.e-comebacker h5,
.e-comebacker h6 {
    font-size: 15px !important;
    font-weight: initial !important;
    font-style: initial !important;
    margin: 0 !important
}

.e-comebacker button {
    padding: 0 !important;
    border: 0 !important;
    font: inherit !important;
    color: inherit !important;
    background: 0 0 !important;
    cursor: pointer
}

.e-comebacker a {
    color: #00f !important;
    text-decoration: none !important
}

.e-comebacker p {
    line-height: inherit;
    text-align: center;
    font-size: 16px;
    padding: 0 !important;
    margin: 0 !important
}

.e-comebacker__inner {
    width: 100%;
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden auto;
    word-spacing: -5px
}

.e-comebacker__inner::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100vh;
    vertical-align: middle
}

.e-comebacker__inner>* * {
    word-spacing: initial
}

.e-comebacker__content {
    box-sizing: border-box;
    display: none;
    background: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    width: 100%;
    vertical-align: middle;
    overflow: hidden auto
}

.e-comebacker__content.e-comebacker-active {
    display: inline-flex
}

.modal-leave {
    display: flex;
    width: 100%
}

.modal-leave__info {
    box-sizing: border-box;
    flex-basis: 60%;
    padding-right: 10px
}

.modal-leave__product-view {
    flex-basis: 40%;
    display: flex;
    align-items: center
}

.modal-leave .modal-leave__title {
    line-height: inherit;
    text-transform: none;
    font-size: 36px !important;
    color: #ffb300;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    text-align: center
}

.modal-leave .modal-leave__motivation {
    line-height: inherit;
    font-size: 19px !important;
    font-weight: 700 !important;
    text-align: center
}

.modal-leave .modal-leave__motivation>strong {
    color: #ffb300
}

.modal-leave .modal-leave__text {
    line-height: inherit;
    font-size: 16px !important;
    margin: 12px auto 14px !important;
    text-align: center;
    padding: 0 30px !important
}

.modal-leave__text .inner-red {
    color: #d32f2f;
    font-weight: 700
}

.modal-leave__btn-wrapper {
    margin: 0 auto;
    max-width: 290px;
    text-align: center
}

.modal-leave .modal-leave__btn-next {
    border-radius: 4px;
    font-size: 21px !important;
    line-height: 25px;
    width: 100%;
    height: 66px;
    background-color: #28a745 !important;
    color: #fff !important;
    font-weight: 700 !important;
    transition: background-color .3s linear;
    padding: 20px 10px 0;
    display: block;
}

.modal-leave .modal-leave__btn-next:hover {
    background-color: #1f8a37 !important
}

.modal-leave .modal-leave__btn-no {
    color: #78909c !important;
    font-size: 14px !important;
    margin: 5px 0 0 !important
}

.modal-leave__on-sale {
    position: relative;
    padding-top: 5px;
    margin: 0 auto
}

.modal-leave__sale-label {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: 50% #388e3c;
    position: absolute;
    top: -24px;
    left: -20px;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    transform: rotate(-12deg)
}

.modal-leave__image {
    max-width: 115%;
    max-height: 259px;
    margin-left: 6px;
}

.modal-offer {
    width: 100%
}

.modal-offer .modal-offer__title {
    line-height: inherit;
    text-transform: none;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 8px;
    color: #c62828;
    text-align: center;
    padding: 0 35px
}

.modal-offer__timer {
    margin-top: 5px;
    text-align: center
}

.modal-offer__timer-time {
    font-size: 30px;
    font-weight: 700;
    color: #f44336
}

.modal-offer__promo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px
}

.modal-offer__price {
    text-align: center;
    flex-basis: 42%;
    margin-right: 20px
}

.modal-offer__price .__label {
    font-size: 20px;
    margin-bottom: 4px
}

.modal-offer__price .__value {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    color: #f44336
}

.modal-offer__price .__currency {
    font-size: .74em;
    margin-left: 4px;
    text-transform: uppercase
}

.modal-offer__product {
    flex-basis: 42%;
    text-align: center
}

.modal-offer__product .__image {
    max-width: 100%;
    max-height: 180px;
    margin-bottom: 0
}

.modal-offer__cong-text {
    max-width: 570px;
    margin: 16px auto 20px;
    text-align: center
}

.modal-offer__cong-text .__title {
    font-size: 17px !important;
    font-weight: 700 !important;
    text-align: center;
    color: red !important;
    margin-bottom: 6px !important
}

.modal-offer__cong-text p {
    margin-bottom: 5px !important
}

.modal-offer__field {
    text-align: center;
    margin-bottom: 5px
}

.modal-offer__form {
    padding-left: 24px;
    margin-bottom: 0px;
}

.modal-offer__field .__wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 300px
}

.modal-offer__field .__label {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    display: inline-block;
    width: 100%;
    max-width: 180px;
    padding-right: 16px;
    text-align: right
}

.modal-offer__field .__input {
    box-sizing: border-box;
    height: 40px;
    font-size: 17px;
    padding-left: 17px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #757575 !important;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 6px
}

.modal-offer .modal-offer__btn-submit {
    box-sizing: border-box;
    position: relative;
    background-color: #16a835 !important;
    background-image: -webkit-linear-gradient(90deg, #38a22e 1%, #3ab02a 100%) !important;
    background-image: -moz-linear-gradient(90deg, #38a22e 1%, #3ab02a 100%) !important;
    background-image: -ms-linear-gradient(90deg, #38a22e 1%, #3ab02a 100%) !important;
    background-image: -o-linear-gradient(90deg, #38a22e 1%, #3ab02a 100%) !important;
    background-image: linear-gradient(90deg, #38a22e 1%, #3ab02a 100%) !important;
    color: #fff !important;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    border-radius: 4px;
    font-size: 21px !important;
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
    margin-top: 6px;
    margin-bottom: 0px;
    padding: 14px 10px !important
}

.modal-offer .modal-offer__btn-submit .__bg {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #16a835 !important;
    background-image: -webkit-linear-gradient(90deg, #1f9913 1%, #2eae1d 100%) !important;
    background-image: -moz-linear-gradient(90deg, #1f9913 1%, #2eae1d 100%) !important;
    background-image: -ms-linear-gradient(90deg, #1f9913 1%, #2eae1d 100%) !important;
    background-image: -o-linear-gradient(90deg, #1f9913 1%, #2eae1d 100%) !important;
    background-image: linear-gradient(90deg, #1f9913 1%, #2eae1d 100%) !important;
    border-radius: inherit;
    transition: opacity .3s linear
}

.modal-offer .modal-offer__btn-submit .__text {
    position: relative;
    z-index: 1
}

.modal-offer .modal-offer__btn-submit:hover .__bg {
    opacity: 0
}

.pl_field_address_info {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: 0 !important;
    position: absolute;
    z-index: -1;
    width: 0 !important;
    height: 0 !important
}

.popin-anim {
    -webkit-animation: 280ms ease-out popin_appear;
    -moz-animation: 280ms ease-out popin_appear;
    -o-animation: 280ms ease-out popin_appear;
    animation: 280ms ease-out popin_appear
}

@-webkit-keyframes popin_appear {
    from {
        transform: scale(.2);
        opacity: 0
    }

    80% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes popin_appear {
    from {
        transform: scale(.2);
        opacity: 0
    }

    80% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes popin_appear {
    from {
        transform: scale(.2);
        opacity: 0
    }

    80% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin_appear {
    from {
        transform: scale(.2);
        opacity: 0
    }

    80% {
        transform: scale(1.05)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.fadeIn-anim {
    -webkit-animation: 280ms ease-out fadeIn_appear;
    -moz-animation: 280ms ease-out fadeIn_appear;
    -o-animation: 280ms ease-out fadeIn_appear;
    animation: 280ms ease-out fadeIn_appear
}

@-webkit-keyframes fadeIn_appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn_appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn_appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn_appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.e-comebacker strong {
    font-weight: 700 !important
}

@media screen and (max-width:640px) {
    .e-comebacker {
        display: none !important
    }
}

.modal-offer__field select.__input {
    margin: 0 !important;
    background-color: #fff;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0;
    margin-bottom: 3px !important;
}

@font-face {
    font-family: roboto-fixed-line;
    src: url('fixed-line-font.ttf');
    font-weight: 700;
    font-display: swap
}

* .ffl {
    font-family: roboto-fixed-line, sans-serif;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5
}

@media screen and (min-width:469px) {
    .ffl {
        display: none
    }
}

.ffl {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: red;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    opacity: 0
}

.ffl__anim {
    -webkit-animation: 1.3s example;
    animation: 1.3s example;
    opacity: 1
}

@-webkit-keyframes example {

    0%,
    25%,
    50% {
        opacity: 0
    }

    75% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

@keyframes example {

    0%,
    25%,
    50% {
        opacity: 0
    }

    75% {
        opacity: .9
    }

    100% {
        opacity: 1
    }
}

.ffl__wrap {
    position: relative
}

.ffl__close {
    position: absolute;
    top: 0;
    right: -20px;
    color: #fff;
    font-size: 25px;
    font-family: serif;
    line-height: 16px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    font-weight: 700
}

.ffl__out {
    display: none
}

.ffl__text {
    color: #fff;
    text-transform: uppercase
}

.ffl__price {
    font-size: 19px;
    white-space: nowrap;
    text-transform: uppercase;
}

.ffl__price-value {
    font-size: 18px;
    text-transform: uppercase
}

.ffl__btn,
.ffl__btn:active,
.ffl__btn:focus,
.ffl__btn:hover {
    background-color: #ff0;
    color: red;
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
    margin: 5px auto;
    text-decoration: none;
    -webkit-animation: 2s cubic-bezier(1, 0, 0, 1) infinite blinker;
    animation: 2s cubic-bezier(1, 0, 0, 1) infinite blinker;
    line-height: 1.2;
    text-transform: uppercase
}

@keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.ffl,
.ffl * {
    font-family: roboto-fixed-line, sans-serif !important;
}

.danger-text2 {
    color: red
}

.pop-up-window {
    top: 28% !important
}

.myspan {
    font-size: 20px
}

@media screen and (max-width: 468px) {
    .myspan {
        font-size: 17px
    }

    .pop-up-window {
        top: 16% !important
    }
}

.dropdown,
.pofile-wrap,
.btn-block,
cupofile-wrap {
    cursor: pointer
}

.botBut {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: red;
    border: none;
    border-radius: 8px;
    width: 350px;
    max-width: 100%;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding: 20px 10px;
    display: block;
    margin: auto;
    text-decoration: none;
    opacity: 1;
    line-height: 1.5;
}

.add-link {
    margin-top: 4px;
    font-size: 14px;
    color: #757575;
}

.add-link a {
    color: #4d4daf;
}

.add-comm {
    height: 100%;
    overflow: hidden;
}

.textbox {
    width: 100%;
    font-size: 16px;
    padding: 4px 5px;
    border: 1px #bbb solid;
    margin-bottom: 10px;
}

.error {
    color: red;
    font-size: 13px;
    position: relative;
    margin-top: -10px;
    display: none;
    padding-left: 5px;
}

.sendcomment {
    text-decoration: underline;
    cursor: pointer;
}
.add-comm .item {
    width: 100%;
}
#first-comment {
    display: none;
}
.printing {
    font-style: italic;
}