@font-face {
    font-family: Bliss Pro;
    src: url('fonts/BlissPro-Bold.woff2') format("woff2"), url('fonts/BlissPro-Bold.woff') format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Bliss Pro;
    src: url('fonts/BlissPro.woff2') format("woff2"), url('fonts/BlissPro.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Bliss Pro;
    src: url('fonts/BlissPro-Medium.woff2') format("woff2"), url('fonts/BlissPro-Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal
}

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

/* marck-script-regular - cyrillic */
@font-face {
    font-family: 'Marck Script';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/marck-script-v11-cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/marck-script-v11-cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/marck-script-v11-cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/marck-script-v11-cyrillic-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/marck-script-v11-cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/marck-script-v11-cyrillic-regular.svg#MarckScript') format('svg'); /* Legacy iOS */
}


html, body, .content {
    min-height: 100% !important;
    /*height: 100% !important;*/
    margin: 0px;
    padding: 0px;
    color: #42403E;
}

body {
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

.city_select {
    display: flex;
    flex-direction: column;
    width: 70%;
    position: fixed;
    left: 50%;
    top: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    backdrop-filter: blur(3px);
    transform: translate(-50%, -50%);
    z-index: 5;
    padding: 5%;
}

.city_select h2 {
    font-size: 30px;
    margin: 50px 0;
}

.city_select .city_btn {
    display: inline-block;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    min-width:100px;
    padding: 15px;
    font-size: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,0.75);
    background: #5e0d0c;
    outline: none;
    border-radius: 15px;
    border: 1px solid #4c0300;
    box-shadow:
        inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
        inset 0 0 6px #a23227, /* inner glow */
        inset 0 80px 80px -40px #ac3223, /* gradient */
        1px 1px 3px rgba(0,0,0,0.75); /* shadow */
        
    position: relative;
    overflow: visible; /* IE9 & 10 */
    -webkit-transition: 500ms linear;
    -moz-transition: 500ms linear;
    -o-transition: 500ms linear;
    transition: 500ms linear;
    cursor: pointer;
    margin: 5px 5px;
}

.city_select .city_btn::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -3px;
    right: 0;
    height: 23px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=) no-repeat 0 0,
    url(data:image/png;base64,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) no-repeat 50% 0,
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC) no-repeat 100% 0;
}

.city_select .city_btn:hover {
    background: #a61715;
    text-shadow: 0 1px 2px rgba(0,0,0,0.75), 0 0 40px #FFF;
    box-shadow:
        inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
        inset 0 0 6px #da3b2c, /* inner glow */
        inset 0 80px 80px -40px #dd4330, /* gradient */
        1px 1px 3px rgba(0,0,0,0.75); /* shadow */
        
}
.city_select .city_btn:focus {
    outline: none; /*FF*/
}
.city_select .city_btn:active {
    box-shadow:
        inset 1px 1px 0px rgba(255,255,255,0.25), /* highlight */
        inset 0 0 6px #da3b2c, /* inner glow */
        inset 0 80px 80px -40px #dd4330, /* gradient */
        0px 1px 0px rgba(255,255,255,0.25); /* shadow */
        
    -webkit-transition: 50ms linear;
       -moz-transition: 50ms linear;
         -o-transition: 50ms linear;
            transition: 50ms linear;
}

.happyny {
    display: flex;
    flex-direction: column;
    width: 70%;
    position: relative;
    left: 50%;
    top: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    backdrop-filter: blur(3px);
    padding: 20px;
    transform: translate(-50%, -50%);
}

.happyny2 {
    top: 300px;
}

.happyny h3 {
    font-family: 'Bliss Pro';
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    color: #b70000;
    margin-bottom: 15px;
}

.happyny h2 {
    font-family: 'Marck Script';
    font-size: 5em;
    color: #004077;
}

.content {
    max-width: 1000px;
    background: #fff;
    margin: 0px auto;
    width: 100%;
    padding-bottom: 100px;
    display: none;
    visibility: hidden;
}

.logo {
    background: url(images/dlogo222.png) no-repeat center center;
    background-size: 217px 100px;
    width: 217px;
    height: 100px;
    display: inline-block;
    margin: 20px;
    float: left;
    transition: all .3s;
}

.logo:hover {
    filter: contrast(0.5);
}

.logo2 {
    width: 90px;
    height: 90px;
    background: url(images/logo11.png) no-repeat center;
    background-size: 100%;
    float: right;
    margin: 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a.bondlink {
    width: 100%;
    height: 100%;
    display: block;
}

.logo2:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media screen and (max-width: 996px) {
    .logo2 {
        width: 70px;
        height: 70px;
    }

    .happyny h3 {
        font-size: 2em;
    }

    .happyny h2 {
        font-size: 4em;
    }
}

@media screen and (max-width: 750px) {
    .logo2 {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    .happyny h3 {
        font-size: 2em;
    }

    .happyny h2 {
        font-size: 3em;
    }
}

@media screen and (max-width: 560px) {
    .logo2 {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    .happyny h3 {
        font-size: 1.6em;
    }

    .happyny h2 {
        font-size: 3em;
    }

    .happyny {
        width: 90%;
        padding: 10px;
        text-align: center;
        top: 40%;
    }
}

.sam {
    display: none;
}

.sam img {
    width: 92px;
    margin-left: 5px;
}

.sam div {
    padding-left: 25px;
    font-size: 16px;
}

h1 {
    padding: 20px;
    margin: 0px;
    color: #2a2f4b;
}

h1 a {
    text-decoration: none;
    color: #2a2f4b;
    font-family: Bliss Pro,serif;
    background-image: url(images/underline.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 40%;
    transition: all .3s;
}

h1 a:hover {
    background-position: 40% 25px;
    background-size: auto 45%;
}

h2 {
    font: 1.1em/1.1 bold, Bliss Pro,serif;
    margin: 0px;
    color: #2a2f4b;
}

ul.steps {

    font-size: 1.1em;
    list-style-type: none;
    margin: 15px auto 0 auto;
    padding: 0px;
    display: table;
    font-family: 'Bliss Pro', serif;
    text-align: center;
}

ul.steps h2 {
    font-weight: 600;
    font-size: 1em;
}

ul.steps li {
    display: table-cell;
    width: 25%;
    margin: 0px;
    padding: 25px 10px;
    box-sizing: border-box;
    border: 0px;
    font-size: 0.7em;
}

ul.steps li.current {
    background: url(images/circle.svg) no-repeat 59% -2px;
    background-size: auto 100%;
}

#f2, #f3, #f4 {
    display: none;
}

.form {
    box-sizing: border-box;
    background: #fff;

    margin: 0px auto;
}

.form table {
    max-width: 400px;
}

.form table, .inner {
    min-height: 300px;
    font-family: 'Bliss Pro', serif;
}

.date {
    font: 1.3em 'Bliss Pro', sans-serif;

}

.form h1 {
    font: 20px Bliss Pro, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.text {
    display: inline-flex;
    flex-direction: column;
}

.text h1 {
    padding: 0 0 5px 5px;
    line-height: 1.5;
}

.row {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

item {
    padding: 20px 10px;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    max-width: 45%;
    flex-basis: 45%;
    background-color: #f7f7f7;
    margin: 15px;
}

div.item-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.special div.item-content {
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}

.img {
    width: 150px;
    height: 150px;
    max-width: 300px;
    transition: 0.5s;
    cursor: pointer;
}

.img:hover {
    opacity: 0.8;
}

.special .img {
    width: 375px;
    height: max-content;
    max-width: 375px;
    margin-left: 5px;
}

.special .img.mob {
    display: none;
}

.yainfo {
    display: inline-block;
    float: left;
    list-style-type: none;
    font-size: 16px;
    text-align: left;
    padding: 0 0 5px 5px;
    font-family: 'Bliss Pro', serif;
    font-weight: 400;
}

.actions {
    display: inline-flex;
    width: max-content;
    border: 1px solid #eef0f1;
    margin-top: 10px;
    height: unset;
}

.actions div {
    background: transparent;
    display: inline-block;
    padding: 0 8px 0 8px;
    cursor: pointer;
    font-family: 'Bliss Pro', serif;
    font-size: 1.2em;
    font-weight: 900;
    box-sizing: border-box;
    text-align: center;
    color: #929292;
    line-height: 2.5;
    user-select: none;
    height: unset;
}

.actions div:hover {
    transition: 1s;
    background-color: #efece2;
}

.actions input {
    width: 45px;
    max-width: 60px;
    padding: .5rem 0.5rem .5rem 0.5rem;
    font-size: 20px;
    text-align: center;
    border: 0;
    line-height: 1.5;
    height: unset;
}

.actions input:focus {
    outline: none;
}

.price {
    font-style: normal;
    font-family: 'Bliss Pro', serif;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 5px;
    color: #929292;
}

span.count {
    font-style: normal;
    font-family: 'Bliss Pro', serif;
    font-weight: 400;
    font-size: .8rem;
    padding-left: 5px;
    color: #929292;
}

.footer {
    border-top: 1px #fec400 solid;
    height: 100px;
    padding: 20px;
    clear: both;
}

.footer .sm {
    font-family: 'Bliss Pro', serif;
}

.summa {
    display: inline-block;
}

.but {
    background: #ccc;
    opacity: 0.7;
    color: #212529;
    display: inline-block;
    padding: 6px 13px;
    height: 42px;
    margin: 5px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    font-family: Bliss Pro, serif;
    font-size: 1.4em;
    user-select: none;
}

.but.active {
    opacity: 1;
    background: #ccc;
    color: #212529;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.but.active:hover {
    background-color: #e1dcc9;
}

.but#sendbut1 {
    font-size: 1.1em;
    height: 45px;
    line-height: 33px;
    background-color: #fec400;
    border-radius: 4px;
    position: relative;
    top: 2px;
}

.but#sendbut1:hover {
    background-color: #e1dcc9;
}

.right {
    float: right;
}

.left {
    float: left;
}

.summa {
    color: #000;
    font: 1.4em bold Georgia, sans-serif;
    padding: 7px 25px 7px 15px;
    margin: 5px;
}

.date {
    text-align: left;
    padding-left: 1.5em;
}

.date label, .time label {
    padding: 0px 10px;
}

.time {
    /*padding-left: 20px;
    padding-top: 20px;*/
    max-width: 200px;
    width: 20%;
    min-width: 150px;
    display: inline-block;
    line-height: 28px;
    float: left;
    border-radius: 5px;
    background-color: #f7f7f7;
    margin: 10px;
}

table {
    width: 90%;
    font: 1em Georgia, sans-serif;
    margin: 0px 10px;
}

table td {
    padding: 10px 5px;
    vertical-align: center;
}

table td input, table td select {
    max-width: 500px;
    font-size: 16px;
    color: #000;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #eef0f1;
}

table td input:focus, table td select:focus {
    outline: none;
    border: 1px solid #808080;
}

table td input.sm {
    width: 30px;
}

#f1 .row > div {
    width: 100%;
}

.capt {
    text-align: left;
    width: 100px;
}

#f4 > table td {
    vertical-align: top;
    width: 50%;
    line-height: 28px;
    padding: 10px 20px;
}

.pr {
    display: inline-block;
    float: right;
}

.sm {
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 21px;
}

#orderinfo > div {
    clear: both;
}

.ordsummery {
    text-align: right;
    border-top: 1px #fec400 solid;
    padding-top: 10px;
}

#addrinfo div {
    margin: 10px 0px;
}

.info {
    font: 1.3em Georgia, sans-serif;
    padding: 10px 40px;
    line-height: 1.5em;
    box-sizing: border-box;
}

.row.ord {
    flex-direction: column-reverse;
}



@media screen and (max-width: 556px) {
    .content > h1:first-of-type {
        text-align: center;
        clear: both;
        padding: 0 !important;
    }

    .special .img {
        width: 45%;
        height: 100%;
    }

    ul.steps li {
        font-size: 0.6em;
    }

    ul.steps li.current {
        width:35%;
    }
}

@media screen and (max-width: 470px) {
    .special .img {
        display:none;
    }

    img.full_img {
        max-width: 95% !important;
    }

    .special .img.mob {
        display: block;
        width: 96%;
        height: auto;
        margin: auto;
    }

    .special h1 {
        margin:auto;
    }
}

@media screen and (max-width: 597px) {
    #f1 .right_block {
        display: block;
        float: right;
        margin-top: 50px;
    }
}

@media screen and (max-width: 655px) {
    .row {
        flex-direction: column;
    }

    .special .img {
        width: 45%;
        height: 100%;
    }

    item {
        min-width: 90% !important;
        margin: 10px auto;
    }

    ul.steps {
        font-size: 1.4em;
        width: 90%;
    }

    #f3 .row table {
        margin: auto;
    }
    #f3 .row {
        padding: 0 5%;
    }

    #f2 .inner, #f2 .date {
        text-align: center;
    }

    #f2 .row div {
        margin: auto;
    }

    #f2 .row>div {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .time {
        margin: 10px !important;
    }
}


@media screen and (min-width: 656px) and (max-width: 799px) {
    .row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    item {
        margin: 5px;
    }

    ul.steps {
        font-size: 1.4em;
        width: 91%;
    }
}

@media screen and (min-width: 551px) and (max-width: 557px) {
    ul.steps {
        font-size: 1.4em;
        width: 91%;
    }

}


@media screen and (min-width: 800px) {
    .row, .row.ord {
        flex-direction: row;
    }

    ul.steps, .form {
        width: 90%;
        min-width: 800px;
    }

    ul.steps li {
        display: table-cell;
        width: 25%;
        margin: 0px;
        padding: 25px 10px;
        box-sizing: border-box;
        border: 0px;
        font-size: 1.1em;
        vertical-align: middle;
    }

    #f1 .row {
        flex-wrap: wrap;
    }

    #f1 .row > div {
        width: 50%;
    }

    table {
        font: 1.3em 'Bliss Pro', sans-serif;
    }

    .date {
        text-align: left;
        padding-left: 2.5em;
    }

    .info {
        width: 100%;

    }
}

@media screen and (max-width: 556px) {
    ul.steps li.current {
        background-size: auto 62%;
        background-position: 50% 35%;
    }
}

@media screen and (max-width: 342px) {
    ul.steps li.current {
        background-size: auto 62%;
        background-position: 55% 40%;
        width: 57%;
    }
}

@media screen and (min-width: 557px) and (max-width: 670px) {
    ul.steps li.current {
        background-size: auto 83%;
        background-position: 61% 66%;
    }
}

@media screen and (max-width: 491px) {
    li#step4 {
        background-size: auto 45%;
        background-position: 50% 35%;
    }
}



.popupmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1010;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.popupmenu .back {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100vh;
    opacity: 0.8;
    background: #fff;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.21) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.21) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.21) 100%);
	*/
}

.popupmenu .half {
    display: inline-block;
    margin: 20px 15px 0px 15px;
    cursor: pointer;
    font-family: 'SF UI Text', 'Sector';
    font-size: 18px;
    font-weight: normal;
    position: relative;
    border-radius: 25px;
    text-align: center;
    color: #000;
    padding: 12px 0 12px 0;
    width: 35%;
    background: rgb(255, 185, 0);
    background: -moz-linear-gradient(top, rgba(255, 185, 0, 1) 0%, rgba(255, 174, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 185, 0, 1) 0%, rgba(255, 174, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 185, 0, 1) 0%, rgba(255, 174, 0, 1) 100%);
}



.popupmenu > ul {
    list-style-type: none;
    background: #111;
    position: relative;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 40px 20px 30px;;
    margin: 0px auto;
    width: 80%;
    max-width: 350px;
    box-shadow: 0px 13px 10px 3px rgba(80, 80, 40, 0.4);
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
}

.popupmenu > ul > li {
    border: #fff;
    padding: 10px 5px 10px 5px;
    text-align: center;
    color: #444;
    font-size: 16px;
    line-height: 22px;
    font-family: helvetica, sans;
}

.close-but-round {
    position: absolute;
    top: 3px;
    right: 14px;
    cursor: pointer;
}

.close-but-round > div {
    background-color: #ffb700;
    height: 27px;
    width: 27px;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
}


.popupmenu li.total {
    margin: 0px -25px;
}

.popupmenu .summa {
    z-index: 1;
    width: 59% !important;
    font-weight: bold;
}

.popupmenu .summa div, .popupmenu .summa sup {
    font-size: 1.4em;
}

.popupmenu .total .common, .popupmenu .ang {
    z-index: 2;
}

.popupmenu .total .common, .popupmenu .total .common strong {
    font-size: 1em;
}

.popupmenu .ang3, .popupmenu .total .orderconfirm {
    display: none;
}

.summa ~ .popupmenu .summa {
    padding: 10px 5px 10px 70px;
}

.popupmenu ul:hover::-webkit-scrollbar-thumb {
    background-color: #fec400;
}

.popupmenu ul::-webkit-scrollbar-thumb {
    background: none;
}

.popupmenu ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.popupmenu ul.cart-order::-webkit-scrollbar-track {
    background: none;
}

.close-but-round {
    position: absolute;
    top: 3px;
    right: 14px;
    cursor: pointer;
}

.close-but-round > div {
    background-color: #ffb700;
    height: 27px;
    width: 27px;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
}

img.full_img {
    max-height: 90%;
    z-index: 1000;
    max-width: 80%;
    object-fit: contain;
    margin: 0 auto;
    box-shadow: 5px 7px 12px 0px #afafaf;
    border-radius: 4px;
}

.back.showFull {
    cursor: pointer;
    transition: all .3s;
}

.back.showFull::after {
    position: absolute;
    content: "x";
    display: block;
    top: 5px;
    right: 5px;
    width: 100px;
    opacity: 0.4;
    height: 100px;
    font-size: 70px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Bliss Pro';
    line-height: 80px;
    color: #464646;
    transition: all 1s;
}

.back.showFull:hover {
    opacity: 0.9;
}

.back.showFull:hover::after {
    opacity: 0.9;
}

.number_conf {
    text-align: center;
}

.number_conf .phone1 {
    font-family: 'Bliss Pro', serif;
    font-size: 31px;
}

.fa-times.closer:before {
    content: "\f00d";
    position: relative;
    margin-left: 1px;
}

.authlbl + div>input {
    outline: none;
    color: #000;
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #eef0f1;
    margin: 10px 0 10px 18%;
}

.authlbl {
    font-family: 'Bliss Pro', serif;
}

span.phonenum {
    font-family: 'Bliss Pro', serif;
    font-size: 20px;
    padding-left: 5px;
    margin-bottom: 12px;
}

.telinfo {
    padding-left: 5%;
    padding-bottom: 2%;
    display: flex;
    flex-direction: column;
    width: max-content;
}

.important {
    outline: 4px solid #ff2c2c;
    outline-offset: 3px;
}

div#callmsg {
    font-family: 'Bliss Pro', serif;
    font-size: 18px;
}

div#f4 .info {
    font-family: 'Bliss Pro', serif;
}