@font-face {
    font-family: 'garamond';
    src: url('Garamond.svg#Garamond') format('svg'),
        url('Garamond.ttf') format('truetype');
    src: url('garamond.eot');
    src: url('garamond.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'garamond';
    src: url('Garamond-Bold.svg#Garamond-Bold') format('svg'),
        url('Garamond-Bold.ttf') format('truetype');
    src: url('garamond_bold.eot');
    src: url('garamond_bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

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,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

html.hidden {
    overflow: hidden;
}

body {
    width: 100%;
    font-family: 'garamond';
    font-weight: normal;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*
    -webkit-backdrop-filter: saturate(180%) blur(5px);
            backdrop-filter: saturate(180%) blur(5px);
*/
}

.container {
    width: 100%;
    max-width: 1630px;
    padding: 0px 15px;
    margin: 0 auto;
}

.smooth_image {
    position: absolute;
    top: 15px;
    right: -20px;
    -webkit-animation: squiggly-anim 0.5s infinite;
    animation: squiggly-anim 0.5s infinite;
    width: 100%;
    min-width: 1600px;
    /*    max-width: 1360px*/
}

.smooth_image_two {
    position: absolute;
    bottom: 50px;
    right: 0px;
    -webkit-animation: squiggly-anim 0.5s infinite;
    animation: squiggly-anim 0.5s infinite;
    width: 100%;
    opacity: 0.3;
    min-width: 1600px;

}

.smooth_image_tree {
    position: absolute;
    top: 600px;
    right: 0px;
    max-width: 100%;
    opacity: 0.3;
    min-width: 1600px;
}

.wrap_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.right_list_menu {
    width: calc(100% - 100px);
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.right_list_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 650px;
    width: 100%;
}

.right_list_menu ul li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.14;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

.right_list_menu ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: -0px -0px 100px rgba(255, 255, 255, 0.5);
    -webkit-transition: 3s;
    transition: 3s;
}

.head_name_image {
    padding-top: 135px;
    max-width: 1400px;
    margin: 0 auto;
}

.line_head_aa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left_name_ciga {
    width: calc(100% - 450px);
}

.right_image_cigarone {
    width: 450px;
    text-align: center;
}

.left_name_ciga > img {
    display: block;
    margin: 0 auto 20px;
}

.pattern_terminator {
    font-size: 35px;
    line-height: 1.11;
    color: rgb(255, 255, 255);
    width: 100%;
    max-width: 585px;
    margin: 0 auto 40px;
    padding: 0px 73px;
    text-align: center;
    text-transform: uppercase;
}

.pattern_terminator:before {
    content: "";
    position: absolute;
    width: 54px;
    bottom: 0px;
    left: 0px;
    height: 77px;
    background: url(../image/pattern.svg) center no-repeat;
    background-size: 100% 100%;
}

.pattern_terminator:after {
    content: "";
    position: absolute;
    width: 54px;
    bottom: 0px;
    right: 0px;
    height: 77px;
    background: url(../image/pattern.svg) center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.border_white {
    display: block;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
    background: transparent;
    width: 100%;
    max-width: 280px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

.border_white:hover {
    -webkit-box-shadow: 0px 0px 100px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 100px rgba(255, 255, 255, 0);
    -webkit-transition: 3s ease-out;
    transition: 3s ease-out;
}

.line_social {
    padding-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.line_social a {
    margin-right: 15px;
}

.line_social a:last-child {
    margin-right: 0px;
}

.content_after_head_image {
    padding-top: 10px;
    padding-bottom: 80px;
}

.name_after_cigarone {
    width: 100%;
    max-width: 470px;
    padding-left: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.13;
    margin-bottom: 30px;
}

.name_after_cigarone:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px;
    width: 32px;
    height: 44px;
    background: url(../image/pattern.svg) center no-repeat;
    background-size: 100% 100%;
}

.left_padding_text {
    padding-left: 100px;
    max-width: 780px;
    font-size: 14px;
    line-height: 1.14;
    color: rgb(255, 255, 255);
}

.left_padding_text p {
    margin-bottom: 15px;
}

.left_padding_text p:last-child {
    margin-bottom: 0px;
}

.one_section {
    padding: 80px 0px;
}

.title_section {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.line_sgarone_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_cigarone {
    width: 50%;
    padding-top: 25px;
}

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

.img_cigaroneblock img {
    max-width: 100%;
}

.text_cigarone_king_slims {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 420px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto 35px;
    padding-top: 35px;
}

.one_text_k_s {
    width: 50%;
    font-size: 14px;
    line-height: 1.14;
    color: rgb(206, 206, 206);
}

.big_ks {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.button_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 50px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

.button_order:hover {
    -webkit-box-shadow: 0px 0px 100px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 100px rgba(255, 255, 255, 0);
    -webkit-transition: 3s ease-out;
    transition: 3s ease-out;
}

.button_order img {
    margin-right: 10px;
    width: 13px;
    height: 18px;
}

.line_price_cigarone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}

.line_price_cigarone:nth-child(2) {
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.left_price_cigarone,
.right_block_price {
    width: 50%;
}

.left_price_cigarone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0px;
}

.left_price_cigarone img {
    margin-right: 25px;
}

.left_price_cigarone > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.12;
    color: rgb(255, 255, 255);
}

.left_price_cigarone > span > span {
    font-size: 217px;
    font-weight: bold;
    line-height: 1.12;
    color: rgb(255, 255, 255);
}

.name_big_box {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
}

.price_big_box {
    font-size: 64px;
    font-weight: bold;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.line_blocks_okrj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left_okrj {
    width: 560px;
}

.left_okrj img {
    max-width: 100%;
}

.right_okrj {
    padding-top: 25px;
    padding-left: 45px;
    width: calc(100% - 560px);
}

.right_okrj h3 {
    font-size: 24px;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.right_okrj p {
    font-size: 14px;
    line-height: 1.14;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.right_okrj p:last-child {
    margin-bottom: 0px;
}

.after_title_sections {
    font-size: 14px;
    line-height: 1.14;
    color: rgb(255, 255, 255);
}

.line_toggler_cigarone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.line_toggler_cigarone img {
    margin-bottom: 15px;
}

.one_cigarone_toggler {
    width: 25%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.13;
    color: rgb(255, 255, 255);
}

.toggler_number {
    margin: 20px auto 0px;
    width: 100%;
    max-width: 150px;
    padding: 5px 0px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.13;
    color: rgb(206, 206, 206);
}

.toggler_number *::-moz-selection {
    background: rgba(0, 0, 0, 0);
    /* Safari */
}

.toggler_number *::selection {
    background: rgba(0, 0, 0, 0);
    /* Safari */
}

.toggler_number *::-moz-selection {
    background: rgba(0, 0, 0, 0);
    /* Firefox */
}

.minus {
    width: 30%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

.minus:focus {
    -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.current_number {
    width: 40%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.plus {
    text-align: center;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border-left: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

.plus:focus {
    -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.form_footer {
    padding-top: 60px;
}

.name_footer_form {
    font-size: 24px;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    text-align: center;
}

.form_footer form {
    width: 100%;
    max-width: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    color: rgb(255, 255, 255);
}

.form_footer form input,
.form_footer form select {
    width: calc(100% - 8px);
    margin-bottom: 0px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    background: transparent;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
    display: block;
}

.wrap_inputs_group {
    width: 50%;
}

.form_footer form select {
    color: rgb(38, 38, 38);
    display: block;
}

.form_footer form label {
    width: calc(100% - 8px);
    display: block;
}

.form_footer form label input {
    width: 100%;
}

.form_footer form input:focus {
    -webkit-box-shadow: 0px 0px 100px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.send_form_cigarone {
    width: 100%;
    max-width: 280px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    padding: 0px;
    margin: 20px auto 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 16px;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
}

.send_form_cigarone:hover {
    -webkit-box-shadow: 0px 0px 100px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 100px rgba(255, 255, 255, 0);
    -webkit-transition: 3s ease-out;
    transition: 3s ease-out;
}

.send_form_cigarone img {
    margin-right: 10px;
    width: 13px;
    height: 18px;
}

footer {
    padding-top: 80px;
}

.big_copy {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.13;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.link_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 25px;
}

.link_social a {
    display: block;
    margin: 0px 8px;
}

.toggle_lang {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    top: 2px;
    margin-right: 35px;
    z-index: 1;
}

.current_lang {
    cursor: pointer;
}

.toggle_lang_open {
    position: absolute;
    padding: 20px 5px;
    margin-left: -5px;
    display: none;
}

.toggle_lang_open a {
    color: rgb(255, 255, 255);
}

.toggle_mobile_menu {
    display: none;
}

.close_mobile_menu {
    display: none;
}

#city_list {
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    background: rgba(40, 40, 40, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    z-index: 13;
    max-height: 250px;
    overflow-y: auto;
    scrollbar-color: #ffffff #000000;
    scrollbar-width: thin;
}

#city_list::-webkit-scrollbar {
    width: 4px;
    background-color: #434343;
    border-radius: 4px;
    height: calc(100% - 10px);
}

#city_list::-webkit-scrollbar-thumb {
    width: 4px;
    background-image: -webkit-linear-gradient(#F5F5F5, #8A8A8A);
    border-radius: 4px;
}

#city_lis::-webkit-scrollbar-button {
    display: none;
}

#city_list li {
    margin: 5px 0px;
    padding: 0px 20px;
    cursor: pointer;
    -webkit-text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

#city_list li:hover {
    -webkit-text-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#city_list li:first-child {
    margin-top: 20px;
}

#city_list li:last-child {
    margin-bottom: 20px;
}

.jq-selectbox.jqselect {
    width: calc(100% - 8px);
    margin-bottom: 5px;
}

.jq-selectbox__select {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    background: transparent;
    padding: 0px 20px;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jq-selectbox__dropdown {
    background: rgba(40, 40, 40, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 20px 15px 15px;
    border-radius: 10px;
    width: 100%;
}

.jq-selectbox__dropdown li {
    margin-bottom: 5px
}

.jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 4px;
    background-color: #434343;
    border-radius: 4px;
    height: calc(100% - 10px);
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    width: 4px;
    background-image: -webkit-linear-gradient(#F5F5F5, #8A8A8A);
    border-radius: 4px;
}

.jq-selectbox__dropdown ul::-webkit-scrollbar-button {
    display: none;
}

#form_footer_error_products,
.clear_before_ajax {
    display: block;
    width: 100%;
    font-size: 16px;
    color: rgb(255, 45, 30);
    padding-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 20;
    display: none;
}

.modal_success_block {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 15px;
    width: calc(100% - 20px);
    max-width: 350px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;
    color: rgb(32, 32, 32);
    text-align: center;
    z-index: 21;
    display: none;
}

.close_success_window {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    cursor: pointer;
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
}

.close_success_window:after,
.close_success_window:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    background: rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_success_window:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.big_text_success {
    width: 100%;
    font-size: 20px;
    color: rgb(32, 32, 32);
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.append_total_price_wrap {
    font-size: 25px;
    text-align: center;
    padding: 40px 0px 20px;
    width: 100%;
}

.append_total_price_wrap span {
    font-weight: bold;
    text-shadow: 0px 0px 2px rgb(255, 255, 255);
}

.scroll_up_block {
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 5
}

.scroll_up_block img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1220px) {
    .left_price_cigarone img {
        width: calc(100% - 184px);
        max-width: 350px;
    }

    .left_price_cigarone > span {
        font-size: 40px;
    }

    .left_price_cigarone > span > span {
        font-size: 180px;
    }

    .smooth_image,
    .smooth_image_two,
    .smooth_image_tree {
        left: 50%;
        margin-left: -800px;
    }
}

@media screen and (max-width:1046px) {
    .left_name_ciga {
        width: 100%;
        position: static;
        margin-bottom: 75px;
    }

    .line_social {
        padding-top: 0px;
        position: absolute;
        bottom: 250px
    }

    .head_name_image {
        margin-bottom: 100px;
    }

    .smooth_image {
        right: 0px;
    }

    .smooth_image_two {
        display: block;
    }

    .left_okrj {
        width: 300px;
    }

    .right_okrj {
        width: calc(100% - 300px);
    }

}

@media screen and (max-width:880px) {

    .left_price_cigarone,
    .right_block_price {
        width: 100%
    }

    .left_price_cigarone {
        margin-bottom: 40px
    }
}

@media screen and (max-width:768px) {
    .left_padding_text {
        padding-left: 53px;
    }

    .content_after_head_image {
        padding-bottom: 40px;
    }

    .one_section {
        padding: 40px 0px;
    }

    .left_okrj {
        width: 100%;
        max-width: 560px;
        margin-bottom: 20px
    }

    .right_okrj {
        width: 100%;
        max-width: 560px;
        padding: 0px;
    }

    .after_title_sections {
        text-align: center;
    }

    .one_cigarone_toggler {
        width: 50%;
        margin-bottom: 35px
    }

    .one_cigarone_toggler:nth-child(3),
    .one_cigarone_toggler:nth-child(4) {
        margin-bottom: 0px
    }

    .smooth_image_tree {
        display: block
    }
}

@media screen and (max-width:640px) {
    .one_cigarone {
        width: 100%;
    }

    .one_cigarone_toggler {
        padding: 0px 10px;
    }

    .one_cigarone_toggler img {
        max-width: 100%
    }

    .toggle_mobile_menu {
        display: block
    }

    .toggle_mobile_menu span {
        display: block;
        width: 25px;
        height: 2px;
        background: rgb(255, 255, 255);
        border-radius: 2px;
        margin: 5px 0px
    }

    .right_list_menu ul {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 10;
        background: rgba(0, 0, 0, 0.8);
        -webkit-backdrop-filter: saturate(180%) blur(5px);
        backdrop-filter: saturate(180%) blur(5px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none
    }

    .right_list_menu ul.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .right_list_menu ul li {
        padding: 5px 0px;
    }

    .right_list_menu ul li a {
        font-size: 18px;
    }

    li.close_mobile_menu {
        position: absolute;
        top: 20px;
        right: 15px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        display: block;
    }

    li.close_mobile_menu span {
        position: absolute;
        top: 50%;
        height: 2px;
        width: 100%;
        background: rgb(255, 255, 255);
        margin-top: -1px;
        display: block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    li.close_mobile_menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media screen and (max-width:480px) {

    .form_footer form input,
    .form_footer form select {
        width: 100%
    }

    .form_footer form label {
        width: 100%;
    }

    .jq-selectbox.jqselect {
        width: 100%;
    }

    footer {
        padding-top: 20px
    }

    .head_name_image {
        padding-top: 60px;
    }

    .pattern_terminator {
        font-size: 23px;
        line-height: 1.13;
        color: rgb(255, 255, 255);
        padding: 0px 30px;
        max-width: 350px;
    }

    .pattern_terminator:before,
    .pattern_terminator:after {
        width: 24px;
        height: 34px;
    }

    .left_name_ciga > img {
        margin-bottom: 15px;
        width: 150px;
    }

    .left_name_ciga {
        margin-bottom: 60px
    }

    .right_image_cigarone img {
        width: 100%;
        max-width: 190px;
    }

    .line_social {
        top: -75px;
        height: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .name_after_cigarone {
        font-size: 18px;
    }

    .name_after_cigarone br {
        display: none;
    }

    .head_name_image {
        margin-bottom: 70px
    }

    .left_padding_text {
        font-size: 14px;
    }

    .content_after_head_image {
        margin-bottom: 35px;
        padding-bottom: 0px
    }

    .one_section {
        padding: 35px 0px
    }

    .title_section {
        display: inline-block;
        width: auto;
        padding: 0px 10px;
    }

    .one_section {
        text-align: center
    }

    .title_section:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        top: calc(100% + 5px);
    }

    .title_section:after {
        content: "";
        position: absolute;
        top: calc(100% + 10px);
        width: 8px;
        height: 8px;
        background: url(../image/treangle.svg) center no-repeat;
        background-size: 100% 100%;
        left: 50%;
        margin-left: -4px
    }

    .left_price_cigarone img {
        width: calc(100% - 150px);
    }

    .left_price_cigarone > span {
        font-size: 41px;
    }

    .left_price_cigarone > span > span {
        font-size: 110px;
    }

    .name_big_box {
        font-size: 18px;
    }

    .name_footer_form {
        font-size: 18px
    }

    #form_footer_error_products,
    .clear_before_ajax {
        font-size: 13px
    }

    .form_footer form select {
        color: rgb(255, 255, 255);
    }

    .scroll_up_block {
        width: 30px;
        height: 30px;
        right: 15px;
        bottom: 25px;
    }

    .wrap_inputs_group {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .one_cigarone_toggler {
        width: 100%
    }

    .one_cigarone_toggler:nth-child(3) {
        margin-bottom: 35px;
    }

    .title_section {
        font-size: 20px
    }

    .pattern_terminator {
        font-size: 18px;
    }
}
