*{
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

[hidden] {
    display: none !important;
}

a {
    color: #787878;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #f8a34b;
}

a.btn {
    text-decoration: none;
}

.swal-button {
    background-color: #f89d4d;
    /* color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer; */
}

.swal-button--cancel{
    color:#ffffff;
}

.orange-button {
    min-height: 45px;

    border: none;
    padding: 10px 25px;
    background-color: #f89d4d;
    background-image: linear-gradient(to right, #f89d4d 0%, #fbc93f 100%);

    border-radius: 23px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
}

.orange-button:hover,
.orange-button:focus {
    box-shadow: 0 9px 16px rgba(130, 130, 130, 0.52);
    color: #fff;
    text-decoration: none;
}

.white-button {
    min-height: 45px;
    background-color: white;
    border: 1px solid #f89d4d;
    padding: 10px 25px;

    border-radius: 23px;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
}

.white-button:hover,
.white-button:focus {
    box-shadow: 0 9px 16px rgba(130, 130, 130, 0.52);
    color: #5d5d5d;
    text-decoration: none;
}

.red-button {
    min-height: 45px;
    background-color: #ec1821;
    border-radius: 23px;

    padding: 10px 0px 0px 0px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
}

.red-button:hover,
.red-button:focus {
    box-shadow: 0 9px 16px rgba(130, 130, 130, 0.52);
    color: #fff;
    text-decoration: none;
}

/* .container {
    width: 1170px;
    margin: 0px auto;
} */

.grey {
    background-color: #f3f3f3;
}

.new-upload-button {
    display: inline-block;
    width: 320px;
    height: 50px;
    background-color: #f89d4d;
    background-image: linear-gradient(to right, #f89d4d 0%, #fbc93f 100%);
    border-radius: 25px;
    box-shadow: 0 6px 13px rgba(123, 58, 1, 0.52);

    color: #f8f8f8;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

    margin: 41px 0px 0px 57px;
    vertical-align: top;
    padding: 3px 0px 0px 0px; /* 14px 0px 0px 0px; */;
    border: none;
}

.new-upload-button:hover {
    color: #fff;
}

.circle {
    background-color: white;
    box-shadow: 0 6px 13px rgba(103, 103, 103, 0.61);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.display-none {
    display: none;
}

/*  */
label {
    font-size: 15px;
}

.popup {
    display: none;
    min-width: 250px;
}

.popup .form-control {
    font-size: 20px;
    height: 50px;
    text-align: center;
}

.popup-footer {
    padding: 10px 0;
}

.response-message{
    text-align: center;
}

.response-message h3 {
    display: block;
    border-bottom: 1px solid #f89d4d;
    text-transform: uppercase;
    padding: 0 0 25px 0;
}

.form-group {
    text-align: left;
    margin-bottom: 20px;
}

.form-group.text-center {
    text-align: center;
}

.form-horizontal .form-group {
    margin: 0px;
}
.international-modal-form .form-group {
    margin-bottom: 20px;
}
.popup .international-modal-form .form-control {
    font-size: 15px;
    height: auto;
    text-align: left;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    margin-bottom: 15px;
}
.popup .international-modal-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    padding: 5px 7px;
}

.form-group .help-block {
    font-size: 14px;
}

#request-call .orange-button {
    margin: 10px auto;
}

input,
textarea {
    box-shadow: none !important;
}

.modal-content input[type="text"],
.modal-content input[type="tel"],
.modal-content input[type="password"] {
    min-height: 39px;
    background-color: white;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    margin: 0px 0px 0px 0px;
    padding: 5px 14px;
    /*font-size: 14px;*/
    /*font-weight: 600;*/
}

.modal-content input[type="password"].input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.has-error input {
    border: 1px solid #a94442 !important;
}

.block-form {
    margin: 50px 0px 0px 0px;
    min-height: 200px;
}
/*
.block-form h1,
.section h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #f89d4d;
    display: block;
    margin: 0px auto;
    max-width: 370px;
    padding: 0 0 25px 0;
}
*/
.section h2.h2-terms {
    max-width: 100%;
    border: none;
    text-transform: inherit;
    margin: 20px 0;
    font-size: 25px;
}


.block-form .form {
    max-width: 400px;
    margin: 30px auto;
}
/*
.block-form .form i {
    font-size: 12px;
    margin: -15px 0px 20px 0px;
    display: block;
}
*/
.block-form .form .skew-btn {
    margin-bottom: 20px;
}
.block-form .form .skew-btn i {
    font-size: 15px;
    margin: 0;
    display: inline-block;
}

.block-form a {
    font-size: 15px;
}

.block-form .orange-button {
    width: 100%;
}

.block-form .remember-me label {
    margin: 0px 0px 0px 7px;
}

.block-form .login-link {
    overflow: hidden;
    margin: 30px 0px 0px 0px;
}

.block-form .login-link > div {
    width: 50%;
}

.block-form .login-link .left {
    float: left;
}

.block-form .login-link .right {
    float: right;
    text-align: right;
}

.alert {
    font-size: 15px;
}
.alert-light-gray {
    background-color: #f7f7f7;
    color: #666;
}


.popover {
    border: 1px solid #f89d4d;
}

.popover.right > .arrow {
    border-right-color: #f89d4d; /* rgba(0, 0, 0, .25); */
}

.popover-title {
    background-color: #f89d4d;
    background-image: linear-gradient(to right, #f89d4d 0%, #fbc93f 100%);
    color: #fff;
}

.popover-content {
    color: #787878;
}

/* ----- */
/* .but-calculate-cost-file, */
#upload-new-form,
#replace-form,
#replace-form > .form-group {
    display: inline-block;
}

.send-file {

}

.send-file label {
    cursor: pointer;
}

.send-file input[type="file"] {
    display: none;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* filter: url(grayscale.svg#greyscale); /* Firefox 4+ */

    filter: gray; /* IE 6-9 */
    -webkit-filter: grayscale(1);
}

.modal-upload-form-block {
    width: 100%;
}

.modal-upload-from .modal-header {
    border-bottom: none;
    padding: 15px 15px 0px 15px;
}

.modal-upload-from .modal-body {
    padding: 0px 15px;
}

.modal-upload-from .modal-footer {
    border-top: none;
    padding: 0px;
}

/* ----- */

#upload,
#upload-form {
    width: 100%;
    padding: 0;
    margin: 20px auto 20px auto;
}

#drop,
#drop-form {
    outline: 2px dashed #eee;
    outline-offset: -10px;
    padding: 20px 50px;
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
#drop:focus,
#drop:focus,
#drop-form:hover,
#drop-form:focus
{
    outline: 2px dashed #f89d4d;
}
#home-upload a.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #333;
    cursor: pointer;
    z-index: 101;
    display: none;
}
#home-upload.active a.close {
    display: inline-block;
}
#home-upload.active + .white-bg:before {
    content: '';
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: #fff;
    opacity: 0.95;
}
#home-upload > .container {
    z-index: 99;
    position: relative;
}
#home-upload p.upload-title {
    font-size: 1.15em;
    font-weight: 400;
    color: #888888;
}
#home-upload {
    background-color: #f7f7f7;
    padding: 40px 0 30px 0;
    position: relative;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#home-upload.active {
    padding: 100px 0 130px 0;
}
.modal-upload-form-block.small #drop {
    padding: 70px 50px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
}
#home-upload #drop,
#home-upload #drop-form {
    outline: 2px dashed #cacaca;
}

#miscalculation .modal-upload-form-block.small #drop {
    padding: 10px;
}


#home-upload.active .modal-upload-form-block.small #drop {
    padding: 50px 40px;
}
.modal-upload-form-block.small #drop .box_icon {
    margin: 0 10px 0 0;
    height: 40px;
}

.is-dragover {
    outline-offset: -20px !important;
    outline-color: #c8dadf !important;
    background-color: #fff !important;
}

#drop .box_icon,
#drop-form .box_icon {
    margin: 10px 0 10px 0;
    fill: #f89d4d;
}

#drop a,
#drop-form a {
    cursor: pointer;
    display: inline-block;
    margin: 20px 0px 10px 0px;
    text-decoration: none;
}

#drop a:hover,
#drop-form a:hover {
}

#drop input,
#drop-form input {
    display:none;
}

#upload label:hover,
#upload-form label:hover {
    color: #f89d4d;
}
#upload ul,
#upload-form ul {
    list-style: none;
    margin: 0 -10px;
}

#upload ul li,
#upload-form ul li {
    padding: 15px;
    height: 85px;

    position: relative;
}

#upload ul li input,
#upload-form ul li input {
    display: none;
}

#upload ul li p,
#upload-form ul li p {
    width: calc(100% - 160px);
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
    color: #787878;
    text-align: left;
}

#upload ul li p {
    width: 435px;
}

#upload ul li i,
#upload-form ul li i {
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas,
#upload-form ul li canvas {
    top: 5px;
    left: 15px;
    position: absolute;
}

#upload ul li span,
#upload-form ul li span {
    width: 15px;
    height: 12px;
    /* background: url('../img/upload_icons.png') no-repeat;*/
    position: absolute;
    top: 22px;
    left: 33px;
    cursor: pointer;
}

#upload ul li.working span,
#upload-form ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p,
#upload-form ul li.error p {
    color:red;
}

.lang-selector{
    border:none;
    font-size: 13pt;
}

.hasMargin{
    margin-top:7px;
    margin-left: 5px;
}

section#market-info {
    padding: 50px 0 80px 0;
}

a.cart-add {
    cursor: pointer;
}

ul.navbar-nav > li:first-child > ul.dropdown-menu,
ul.navbar-nav > li:nth-child(2) > ul.dropdown-menu,
ul.navbar-nav > li > ul#w1,
ul.navbar-nav > li > ul#w2
{
    min-width: 50px;
}
.navbar-default .navbar-nav > .modal-call-request {
    margin-left: 10px;
    min-width: 160px;
    text-align: center;
}
.navbar-default .navbar-nav > .modal-call-request a {
    line-height: 18px;
    padding: 8px 20px;
    margin: 11px 0;
    transform: skew(3deg, 0deg);
    position: relative;
}
.navbar-default .navbar-nav > .modal-call-request a .fa {
    margin-right: 10px;
}
.navbar-default .navbar-nav > .modal-call-request a i {
    transform: skew(-3deg, 0deg);
    font-style: normal;
    display: inline-block;
}
.navbar-default .navbar-nav > .modal-call-request a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-width: 6px 155px 0 1px;
    bottom: -6px;
    border-color: #c6c6c699 transparent transparent transparent;
    right: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #f8a34b;
    outline: 0;
}

.gradient-title {
    font-family: 'Open Sans', sans-serif;
    color: #F8A34B;
    font-weight: 300;
    background: -webkit-linear-gradient(15deg, #F8A34B, #ffd133);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
}

#calculate-cost {
    background: transparent url(../img/head_books.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#calculate-cost:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: radial-gradient( circle at top left, #ee984ddb, #f3c241ed );*/
    z-index: 1;
    background-image: radial-gradient(circle at top left, #ee984d3d, #f3c241d6);
}
#calculate-cost .container {
    position: relative;
    z-index: 2;
}
#calculate-cost .promo-image {
    width: 100%;
    max-width: 700px;
    margin: -50px 0;
}
#calculate-cost .calculate-cost {
    margin: 120px auto;
    width: 85%;
}

.calculate-cost h4 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 50px 0 -20px 0;
}
.calculate-cost .skew-btn.gold-bg {
    background: linear-gradient(113deg, #f8f8f8, #f0eac9, #f8f8f8);
    background-size: 300%;

    -webkit-animation: gold-bg 5s ease infinite;
    -moz-animation: gold-bg 5s ease infinite;
    animation: gold-bg 5s ease infinite;

    font-weight: 400;
}
.calculate-cost .skew-btn.gold-bg:hover {
    background-image: linear-gradient(164deg, #e98024 0%, #f8a34b 49%, #f0bb51 100%);
    background-color: #f8a34b;
    background-size: 100%;
}

@-webkit-keyframes gold-bg {
    0%{background-position:0% 23%}
    50%{background-position:100% 78%}
    100%{background-position:0% 23%}
}
@-moz-keyframes gold-bg {
    0%{background-position:0% 23%}
    50%{background-position:100% 78%}
    100%{background-position:0% 23%}
}
@keyframes gold-bg {
    0%{background-position:0% 23%}
    50%{background-position:100% 78%}
    100%{background-position:0% 23%}
}


/* ----- */
footer {
    width: 100%;
    margin-top: 0;
    padding: 0 0 30px 0;
    border-top: solid 1px #e8e8e8;
    background-color: #f5f5f5 !important;
}

footer .footer {
    margin: 20px 0px 0px 0px;
    overflow: hidden;
}

footer ul {
    margin: 0px 0px 0px 19px;
    padding: 7px 0px 0px 0px;
}

footer ul li {
    padding: 5px 0px 4px 0px;
}

footer ul li a {
    text-decoration: none;
    color: #555;
}

footer h3 {
    font-weight: 200;
    font-size: 18px;
    color: #777;
    margin-bottom: 20px;
}

footer .footer {
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    font-size: 0.9em;
}
footer .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer ul.nav-pills {
    margin: 0 -11px;
}
footer .footer ul li {
    list-style: none;
    padding: 5px 0;
}
footer .footer ul li.messenger {
    display: inline-block;
    margin-right: 15px;
}
footer .footer svg {
    display: inline-block;
    color: #b7b7b7;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
footer .footer > div {
    float: left;]
padding: 0 20px;
}
footer .footer .nav-pills > li > a {
    padding: 7px 12px;
}
footer .footer .nav-pills > li.active > a,
footer .footer .nav-pills > li.active > a:focus,
footer .footer .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #c4c4c4;
}
footer .footer .nav-pills > li.dropdown {
  /*  float: none; */
    display: table;
 /* clear: both; */
}

footer .footer .nav-pills > li:nth-child(3) {
    clear: both;
}
footer .footer .nav-pills > li.dropdown:before {
    content: '\A';
    display: block;
    white-space: pre;
    width: 100%;
    float: none;
    clear: both;
    height: 10px;
}

footer ul.contacts-list {
    margin-top: -10px;
}
footer ul.contacts-list li {
    padding: 13px 0;
}
#form-order .nav-tabs > li > a {
    text-decoration: none;
}
#form-order .nav-tabs > li > input[type="radio"] {
    display: none !important;
}
#form-order .tab-content span.or {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
    position: relative;
    padding: 4px;
    /*text-shadow: 0px 0px 3px #fff;*/
    z-index: 3;
    color: #aaa;
}
#form-order .tab-content span.or:after {
    content: '';
    display: block;
    top: 14px;
    text-align: center;
    position: absolute;
    width: 100%;
    border-top: solid 1px #eee;
    z-index: -2;
    left: 0;
}
#form-order .tab-content span.or:before {
    content: '';
    display: block;
    text-align: center;
    position: absolute;
    width: 50px;
    z-index: -1;
    left: 50%;
    background-color: #fff;
    height: 100%;
    margin: 0 0 0 -25px;
}
#form-order .tab-content span.or.long:before {
    width: 200px;
    margin: 0 0 0 -100px;
}
#form-order .tab-content.delivery-systems label {
    font-weight: 400;
    color: #aaa;
}

.no-arrow-select select.form-control:-ms-expand {
    display: none;
}
.no-arrow-select select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}


#market-banner {
    padding: 0;
    margin-top: 30px;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
    background-color: #ffffff;
}
.navbar + #market-banner {
    margin-bottom: 20px;
}
#market-banner .row {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
#market-banner .row div[class^="col-sm-"] {
    padding: 60px 70px;
    background-color: #fbfbfb;
}
#market-banner .row div[class^="col-sm-"]:nth-child(1) {
    background-color: #ffffff;
}
#market-banner .banner-bg {
    background: url('../img/market-banner.png') center bottom no-repeat #ffffff;
    background-size: contain;
    min-height: 300px;
}

.certificates-carousel .owl-stage-outer {
    min-height: 176px;
}
.certificates-carousel .owl-controls {
    display: none;
}

.popup#request-seller {
    width: 600px;
}
.popup#request-seller .form-control {
    text-align: left;
}
.dropdown-toggle .fa-user-o,
.navbar-default .navbar-nav > li > a .shopping-bag
{
    display: inline-block;
    min-width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 17px;
    text-align: center;
    vertical-align: middle;
    /*border: solid 1px #dbdbdb;*/
    line-height: 30px;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: -3px 0;
    color: #777;
    padding: 0 4px;
}
.navbar-default .navbar-nav > li > a .shopping-bag svg {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
    margin-left: 4px;
}
.navbar-default .navbar-nav > li > a .shopping-bag .cart-count {
    color: inherit;
    font-weight: 400;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    min-height: 22px;
    line-height: 22px;
    height: 24px;
    vertical-align: middle;
    padding: 0 5px 0 0;
    font-size: 0.9em;
}
.navbar-default .navbar-nav > li > a .shopping-bag:hover {
    background-color: #fbc441;
    color: #fff;
    border-color: #fbc441;
}
/*
.navbar-default .navbar-nav > li > a i.fa.fa-shopping-basket {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: -3px 0;
    color: #777;
    padding: 0 4px;
}
*/
.navbar .cart-count.pulse {
    animation: shadow-pulse 1.5s 7;
    animation-delay: 1.5s;
}
.navbar .fa.scale5 {
    animation: scale5 1.5s 1;
}
.dropdown-toggle .fa-user-o {
    animation: shadow-pulse 1.5s 5;
}
.dropdown-toggle .fa-user-o + span + .caret {
    display: none;
}
@keyframes scale5 {
    0% {
        transform: scale(5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes shadow-pulse {
    0% {
        box-shadow:0 0 0 0 rgba(251, 164, 57, 0.85)
    }
    100% {
        box-shadow:0 0 0 35px rgba(200, 107, 18, 0)
    }
}

.blog-item h3 {
    height: 54px;
    overflow: hidden;
}

.schedule-container {
    background-image: url('/img/christmas-top-bg.jpg');
    background-repeat: repeat-x;
    background-size: 15%;
    background-position: top center;
    margin-bottom: 20px;
    margin-top: -20px;
    padding-top: 50px;
    color: #346d35;
}
.schedule-container h3 {
    text-align: center;
    margin-bottom: 20px;
}
.schedule-container ul {
    line-height: 1.75em;
}

#support-ukrainian-army a.thumbnail {
    text-decoration: none;
    font-size: 0.9em;
    min-height: 110px;
}

.article-image {
    margin: 0 0 15px 0;
}

div.table-wrapper {
    overflow-x: auto;
}
table.text-table tr td,
table.text-table tr th
{
    padding: 15px 0;
}
table.text-table thead {
    border-bottom: solid 1px #e6e6e6;
}
table.text-table thead tr th {
    font-size: 0.95em;
    font-weight: 300;
    color: #666;
}

#nav-1 ul.navbar-nav i.fa-user-o + span {
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    float: right;
    height: 30px;
    margin-left: 0;
}

.loading {
    position: relative;
    cursor: wait;
}
.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    cursor: wait;
    z-index: 2;
}

#market-certs-discount {
    background-image: url('/web/img/winter-promo-block.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    font-size: 16px;
}
#market-certs-discount .container {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#market-certs-discount h3 {
    font-size: 60px;
    margin-bottom: 30px;
}
#market-certs-discount a {
    text-decoration: none;
    color: #087c9f;
}
#market-certs-discount p.discount-percent {
    margin-bottom: 30px;
}
#market-certs-discount p.discount-percent a {
    text-decoration: none;
    color: #087c9f;
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 190px;
    border: solid 1px #fff;
    border-radius: 50%;
    font-size: 70px;
    font-weight: 800;
    background-color: #ffffff38;
}

.d-flex {
    display: flex;
    flex-flow: wrap;
}
.d-flex.justify-content-between {
    justify-content: space-between;
}
.d-flex.align-items-center {
    align-items: center;
}
.w-100 {
    width: 100%
}
.navbar-default {
    background-color: transparent;
}
.navbar.navbar-default.sticky-with-shadow {
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(0,0,0,.1);
    border-radius: 0;
    position: sticky;
    top: 15px;
    z-index: 1001;
}
.navbar.navbar-default.sticky-with-shadow:before {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background-color: #fff;
    z-index: -100000;
    position: absolute;
    top: -15px;
    background: -moz-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%);
    background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 50%);
}


#upload-section {
    background-color: transparent;
    padding: 40px 0 0 0;
    position: relative;
}

#upload-section #drop {
    outline-offset: -10px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
    cursor: pointer;
    outline: 2px dashed #f8c485;
    padding: 70px 50px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(0,0,0,.1);
    /*background: linear-gradient(164deg, #f89d4d 0%, #f8a34b 49%, #fbc93f 100%);*/
}
#upload-section #drop:hover,
#upload-section #drop:focus
{
    outline: 2px dashed #f89d4d;
}

#upload-section #drop a {
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

#upload-section #drop a svg {
    vertical-align: middle;
}

#upload-section h3 {
    font-size: 2em;
    font-weight: 500;
    color: #000;
    margin: 10px 0;
    text-align: center;
}
#upload-section ol.ordering-todo {
    margin: 50px 0 30px 20px;
    font-size: 1.25em;
}
#upload-section ol.ordering-todo li {
    margin-bottom: 8px;
}
#upload-section ol.ordering-todo li > a {
    color: inherit;
}

/**
New styles
 */

.flex {display: flex}
.card {
    background-color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(0,0,0,.1);
    border-radius: 5px;
}
.p0 {padding:0;}
.p05 {padding:.5em;}
.p1 {padding:1em;}
.p2 {padding:2em;}
.p3 {padding:3em;}
.p4 {padding:4em;}
.p5 {padding:5em;}
.m0 {margin:0;}
.m05 {margin:.5em;}
.m1 {margin:1em;}
.m2 {margin:2em;}
.m3 {margin:3em;}
.m4 {margin:4em;}
.m5 {margin:5em;}
.mt0 {margin-top:0;}
.mt05 {margin-top:.5em;}
.mt1 {margin-top:1em;}
.mt2 {margin-top:2em;}
.mt3 {margin-top:3em;}
.mt4 {margin-top:4em;}
.mt5 {margin-top:5em;}
.mb0 {margin-bottom:0;}
.mb05 {margin-bottom:.5em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb3 {margin-bottom:3em;}
.mb4 {margin-bottom:4em;}
.mb5 {margin-bottom:5em;}

nav.navbar .sm-basket-wrapper {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}

.navbar-header .social-links {
    display: none;
}

.btn.btn-md.btn-rounded{
    padding: 10px 20px;
}
.btn.btn-lg.btn-rounded{
    padding: 15px 30px;
}
.btn.btn-lg.btn-rounded, .btn.btn-md.btn-rounded {
    border-radius: 29px;
    border: none;
    outline: none;
    position: relative;
    background: linear-gradient(164deg, #f89d4d 0%, #f8a34b 49%, #fbc93f 100%);
    cursor: pointer;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;

}
.btn.btn-lg.btn-rounded:before , .btn.btn-md.btn-rounded:before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 28px;
    background-color: white;
    z-index: -1;
    opacity: 0;
}
.btn.btn-lg.btn-rounded:hover, .btn.btn-md.btn-rounded:hover {
    color: #f89d4d;
}
.btn.btn-lg.btn-rounded:hover:before, .btn.btn-md.btn-rounded:hover:before {
    opacity: 1;
}

.btn.btn-lg.btn-rounded svg, .btn.btn-md.btn-rounded svg{
    vertical-align: middle;
}
._hj_feedback_container {
    display: none;
}

.article figure.image {
    width: 100% !important;
    display: block;
    padding: 0;
}
.article figure.image img,
.article img:not([src*="/plugins/smiley/"])
{
    display: block;
    width: 100%;
    height: auto;
    float: none !important;
    clear: both;
}
.article figure.image figcaption {
    width: 100%;
    display: block;
    padding: 5px;
    background-color: #eee;
    text-align: center;
}

.navbar-header span.dropdown {
    display: none;
}

.navbar-header .dropdown a.dropdown-toggle{
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .modal-upload-form-block.small #drop {
        font-size: 1.25em;
        font-weight: 400;
    }
    #market-banner .row {
        display: block;
    }
    #market-banner .row div[class^="col-sm-"] {
        padding: 50px 30px;
    }
    #market-banner .banner-bg {
        min-height: 200px;
    }
    #market-banner .row .banner-text {
        margin: 40px 0;
    }
    .text-xs-center {
        text-align: center;
    }
    .blog-item h3 {
        height: auto;
        overflow: hidden;
    }
    #calculate-cost:before {
        background-image: radial-gradient( circle at top left, #ee984ddb, #f3c241ed );
    }
    .sm-text-center {
        text-align: center;
    }
    .sm-text-left {
        text-align: left;
    }
    .sm-text-right {
        text-align: right;
    }
    .schedule-container {
        background-size: 25%;
    }
    .schedule-container .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    table.text-table tr td,
    table.text-table tr th
    {
        padding: 20px 0;
    }
   /* footer .footer .nav-pills > li > a {
        margin: 10px 5px;
    } */
    #nav-1 ul.navbar-nav {
        display: flex;
        flex-wrap: wrap;
        text-align: right;
    }
    #nav-1 ul.navbar-nav li {
        flex: 100%;
        padding: 0 20px;
        order: 10;
    }

    #nav-1 ul.navbar-nav li[data-src="#login-form"] {
        order: 1;
    }
    #nav-1 ul.navbar-nav li a {
        display: inline-block;
        padding: 13px 12px;
    }
    #nav-1 ul.navbar-nav li[data-order="1"] {
        order: 1;
    }
    #nav-1 ul.navbar-nav li[data-order="5"] {
        order: 2;
    }
    #nav-1 ul.navbar-nav li[data-order="3"] {
        order: 3;
    }
    #nav-1 ul.navbar-nav li[data-order="4"] {
        order: 4;
    }

    #nav-1 ul.navbar-nav li#profile[data-order="2"] {
        order: 2;
    }

    nav.navbar li a.cart-link, .navbar-default .navbar-nav > li > a .shopping-bag {
        display: none !important;
    }
    nav.navbar .sm-basket-wrapper {
        display: inline-block !important;
    }
    .navbar-header .social-links {
        display: flex;
        width: 140px;
        align-items: center;
        height: 60px;
        justify-content: space-around;
    }
    .header-contacts .social-links {
        display: none;
    }
    #upload-section #drop {
        margin-bottom: 30px;
        padding: 30px 30px;
    }
    #upload-section .col-sm-4 > p {
        display: none;
    }
    #upload-section ol.ordering-todo {
        margin: 30px 20px 60px 40px;
    }
    footer {
        background-size: 60%;
    }
    .owl-carousel.owl-carousel-4.owl-loaded:after {
        content: '';
        display: block;
        height: 30px;
        width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.03 66.85'%3E%3Cg%3E%3Cpath d='M25.06,4H5.12L6.56,2.56A1.5,1.5,0,0,0,4.44.44l-4,4a1.49,1.49,0,0,0,0,2.12l4,4a1.5,1.5,0,0,0,2.12,0,1.49,1.49,0,0,0,0-2.12L5.12,7H25.06a1.5,1.5,0,0,0,0-3Z'/%3E%3Cpath d='M22.12,12.44A1.5,1.5,0,0,0,20,14.56L21.44,16H1.5a1.5,1.5,0,0,0,0,3H21.44L20,20.44A1.5,1.5,0,0,0,21.06,23a1.51,1.51,0,0,0,1.06-.44l4-4a1.5,1.5,0,0,0,0-2.12Z'/%3E%3Cpath d='M64.79,24.74a5.12,5.12,0,0,0-2.24.52V25a5.25,5.25,0,0,0-5.24-5.25,5.1,5.1,0,0,0-2.24.53V20a5.25,5.25,0,0,0-5.25-5.24,5.12,5.12,0,0,0-2.24.52V12.33a5.24,5.24,0,1,0-10.48,0v18.2A5.15,5.15,0,0,0,34.86,30a5.25,5.25,0,0,0-5.25,5.24V46.63h0v.83a1.34,1.34,0,0,0,.07.4A20.19,20.19,0,0,0,70,46.64V30A5.25,5.25,0,0,0,64.79,24.74Zm-15,39.11A17.23,17.23,0,0,1,32.61,46.66V35.25a2.25,2.25,0,0,1,4.49,0v7a1.5,1.5,0,0,0,3,0V12.33a2.24,2.24,0,1,1,4.48,0V34.74a1.5,1.5,0,0,0,3,0V20a2.24,2.24,0,0,1,4.48,0V37.71a1.5,1.5,0,1,0,3,0V25a2.25,2.25,0,1,1,4.49,0V41.42a1.5,1.5,0,0,0,3,0V30A2.24,2.24,0,1,1,67,30V46.64A17.23,17.23,0,0,1,49.82,63.85Z'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        opacity: 0.35;
    }

    .navbar .cart-count {
        background-color: transparent;
        color: #8e8e8e;
        font-weight: 400;
        padding: 0;
        border-radius: 20px;
        width: 20px;
        display: inline-block;
        text-align: center;
        min-height: 20px;
        line-height: 19px;
        margin: -4px 0 0 5px;
        height: 20px;
        vertical-align: middle;
        font-size: 0.8em;
        border: solid 1px #bbb;
    }

    .navbar-header .dropdown{
        margin-top: 20px;
        display: inline-block;
        margin-left: 20px;
    }

    .navbar-nav.navbar-right.nav .dropdown.open .dropdown-menu {
        padding: 10px 0;
        text-align: right;
    }

    #nav-1 ul.navbar-nav li.dropdown.open .dropdown-menu > li {
        padding: 10px 0;
    }

    .navbar-header span.dropdown {
        display: inline-block;
    }

    .navbar-collapse.collapse.in {
        height: 100vh;
    }

}



@media only screen and (max-width: 480px) {
    #calculate-cost .calculate-cost {
        width: 100%;
    }
    #upload ul li p, #upload-form ul li p {
        width: calc(100% - 100px);
        left: 80px;
    }
    #upload ul li span,
    #upload-form ul li span {
        top: 22px;
    }
    footer .footer {
        text-align: center;
    }

    .popup#request-seller {
        width: 100%;
    }
    .schedule-container {
        background-size: 45%;
    }
    footer {
        background-size: 120%;
    }
    ul.nav-pills.nav{text-align: center;}

}


/*progress-bar*/


#upload-form .progressbar {
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-weight: bold;
}

.progressbar {
    width: 100%;
    height: 35px;
    position: relative;
    padding: 3px;
}

.progressbar > span {
    border-radius: 10px;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.progressbar.orange > span {
    background-color: rgb(255, 165, 0);
    background-image: linear-gradient(
            center bottom,
            rgb(255, 165, 0) 37%,
            rgb(255, 255, 0) 69%
    );
}


.progressbar.red > span {
    background-color: rgb(255, 99, 71);
    background-image: linear-gradient(
            center bottom,
            rgb(255, 99, 71) 37%,
            rgb(255, 0, 0) 69%
    );
}

.progressbar.green > span {
    background-color: rgb(130, 221, 89);
    background-image: linear-gradient(
            center bottom,
            rgb(60, 179, 113) 37%,
            rgb(0, 128, 0) 69%
    );
}


.progressbar.yellow > span {
    background-color: rgb(255, 255, 0);
    background-image: linear-gradient(
            center bottom,
            rgb(255, 255, 0) 37%,
            rgb(255, 215, 0) 69%
    );
}

.progressbar > span:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}



/*progress-bar checkout*/


/*:root {
    --yellow: #42c284;
    --grey: #e1e1e1;
    --white: #ffffff;
    --padding: 1em;
    --green: #969696;
}*/



.checkout-container {
    /*width: 10%;
    min-width: 10%;
    margin-left: 15%;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;

}

.checkout-status {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: default;
    right: 5%;

}

/*.statusBar::before {
    flex-direction: column;
    content: "";
    height: 0.3em;
    background-color: var(--grey);
    position: absolute;
    left: var(--padding);
    right: var(--padding);
}*/


.checkout-status::before {
    display: flex;
    position: absolute;
    flex-direction: column;
    background-color: #e1e1e1;
    content: "";
    width: 0.3em;
    height: 60%;
    bottom: 0;
    top: 28px;
    -webkit-box-shadow: inset 7px 9px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 7px 9px 16px -10px rgba(0,0,0,0.75);
    box-shadow: inset 1px 2px 14px -10px rgba(0,0,0,0.75);
}
.checkout-status.multiple-nodes::before {
    height: 76%;
}


.checkout-progress {
    content: "";
    background: #969696;
    width: 0.3em;
    max-width: 100%;
    /* margin: 0 auto; */
    margin-top: 27px;
    position: absolute;
}

.checkout-status > .node {
    background-color:#e1e1e1;
    height: 2.2em;
    width: 2.2em;
    border-radius: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    margin-top: 15px;
    /* top: -30px; */
    margin-bottom: 15px;
    -webkit-box-shadow: inset 7px 9px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 7px 9px 16px -10px rgba(0,0,0,0.75);
    box-shadow: inset 2px 4px 14px -10px rgba(0,0,0,0.75);
}


.node > .text {
    color: #888;
    font-weight: 300;
    position: absolute;
    text-align: left;
    left: 40px;
    min-width: 150px;
}
.node > .text.done {
    color: #000;
}


.text-date.done {
    min-width: 320px;
    position: relative;
    color: #555;
    left: 0;
}

.checkout-status .node > .text.last-text {
    left: calc(50% - 85px);
}

.node.done {
    background-color:#969696;
}

.node.done-success {
    background-color: #42c284;
    z-index: 999;
}


.node > .text.done-success {
    color: #000;
    font-weight: 400;
}

.node .text-date.done-success {
    color: #555;
}

.node > .main {
    position: absolute;
    width: 2em;
    height: 2em;
}


.main .fa-check {
    color: #fff;
    left: 3px;
    position: relative;
    font-size: 22px;
    top: 0.1em;
}


.checkout-table-view .main .fa-check{
    position: relative;
    left: 0;
}


td .td-btn{
    display:flex;
}


.thumbnail ul.details li {
    padding: 3px;

}

.order-params {
    min-height: 350px;
}

.order-params ul.details {
    display: block;
    list-style: none;
    font-size: 0.9em;
}


.order-params ul.details li span:nth-child(even) {
        color: #222;
    }

.order-params ul.details li span:nth-child(odd) {
        color: #888;
}

.order-params ul.details li input{
    width: 40px;height: 15px; position: relative;top:2px
}


@media only screen and (max-width: 800px) {
    .checkout-table .grid-view > .table tbody{
        width: 100%;
        margin-right: 12px;
    }
    .checkout-table .grid-view {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .row.file-detail{
        display: block;
    }


    .checkout-table .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

    .checkout-table-view  tbody tr:nth-child(2) td {
        width: 60%;
        border:none;
    }

    .checkout-table-view .checkout-container {
        background: transparent;
        width: 100%;
        position: relative;
    }

    .checkout-table-view  .checkout-status {
        position: relative;
        right: 40%;
    }

    .checkout-table .grid-view > .table {
        display: flex;
        flex-flow: row wrap;
    }

    .checkout-table  .grid-view > .table > thead {
        display: none;
    }

    .checkout-table .grid-view > .table > tbody > tr {
        display: flex;
        flex-flow: column;
        margin-top: 20px;
        border-bottom: 1px solid #dddddd;
        box-shadow: 8px 7px 10px -7px rgba(0,0,0,0.71);
    }

    .checkout-table .table-striped > tbody > tr td:nth-of-type(odd) {
        background-color: #fbfbfb;
    }

    .checkout-table .table-striped > tbody > tr.canceled td:nth-of-type(odd) {
        background-color: #ffecec;
    }

    .checkout-table .table-striped > tbody > tr.paid td:nth-of-type(odd) {
        background-color: #e0f7d5;
    }

    .checkout-table .grid-view > .table > tbody > tr[id^="details-"] {
        display: flex;
        flex-flow: column;
        border-bottom: 0;
    }

    .checkout-status > .node.done,.checkout-status > .node {
        height: 1.7em;
        width: 1.7em;
    }
    .checkout-status > .node.done-success {
        height: 2.2em;
        width: 2.2em;
    }

    .main.done .fa-check {
        font-size: 17px;
        position: relative;
        top: 4px;
        left: 4px;
    }


    .checkout-table-view .main.done .fa-check {
        left: 0;
        position: relative;

    }

    .checkout-table  .grid-view > .table > tbody > tr > td:not(.collapse.details):not(:last-child) {
        display: block;
        flex: 1;
        position: relative;
        padding-left: 60%;
        min-height: 50px;
        border-bottom: 0;
    }

    .checkout-table .grid-view > .table > tbody > tr > td:not(.collapse.details):last-child {
        display: block;
        flex: 1;
        position: relative;
        min-height: 40px;
        border-bottom: 0;
    }

    .checkout-status{
        position: relative;
        right: 10%;
    }

    .checkout-table .grid-view > .table > tbody > tr > td .btn{
        white-space: normal;
    }

    .checkout-table .grid-view > .table > tbody > tr > td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 20px;
        width: 50%;
        text-align: left;
        padding-right: 10px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .checkout-table .grid-view .table-bordered {
        border: 0;
        font-size: 13px;
    }

    .checkout-table .grid-view  td .td-btn{
        float: right;
    }
}



.button {
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin: 1em;
    font-size: 1.3em;
    border-radius: 1.5em;
    cursor: pointer;
}
.button.b-next {
    background-color: #42c284;
    color: #fff;
}

.button.b-next:hover {
    box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.2);
}

.button.disabled,
.button.disabled:hover {
    opacity: 30%;
    cursor: default;
}

.button.b-next.disabled:hover {
    box-shadow: none;
}

.button.b-back {
    box-shadow: 0px 0px 0px 0.2em #42c284 inset;
    background-color: #fff;
    color: #42c284;
}


._overlay_default{
    background: #fff7e8;
    border: 1px dashed #fcd65c;
}
._overlay_success{
    background: #eaffe8;
    border: 1px dashed #97fc5c;
}

._overlay_error{
    background: #ffe8e8;
    border: 1px dashed #fc5c5c;
}


.progressbar_overlay{
    color: #a8a8a8;

    margin: 10px;
    position: relative;
    top: 10px;
}

#upload .progressbar_overlay{
    position: relative;
    top:0;
    border-radius: 10px;
}


#upload ul li p, #upload-form ul li p {
    position: absolute;
    top: 20px;
    left: 50px;
}

#upload ul li, #upload-form ul li {
    height: 50px;
}


.progressbar_overlay .file_name i {
    margin-left: 5px;
}

#upload-form  ul {
    list-style: none;
    margin: 0;
}

#upload-form ul .progressbar_overlay li p{
    position: absolute;
    top: 20px;
    left: 60px;
}

#upload-form ul .progressbar_overlay li {
    padding: 15px;
    height: 60px;
    position: relative;
}

.process_result {
    color: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #0000;
    position: relative;
    animation: l24 1s infinite linear;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}
.loader:after {
    animation-duration: 4s;
}
@keyframes l24 {
    100% {transform: rotate(1turn)}
}

._orange{
    background:
            radial-gradient(farthest-side,#ffa516 95%,#0000) 50% 0/12px 12px no-repeat,
            radial-gradient(farthest-side,#0000 calc(100% - 5px),#ffa516 calc(100% - 4px)) content-box;
    border-right-color: #ffa50097;
}

._green{
    background:
            radial-gradient(farthest-side, #35a835 95%,#0000) 50% 0/12px 12px no-repeat,
            radial-gradient(farthest-side,#0000 calc(100% - 5px), #3ed23e calc(100% - 4px)) content-box;
    border-right-color: #329332;
}

._red{
    background:
            radial-gradient(farthest-side, #fa5e5c 95%,#0000) 50% 0/12px 12px no-repeat,
            radial-gradient(farthest-side,#0000 calc(100% - 5px), #ef4242 calc(100% - 4px)) content-box;
    border-right-color: #c24343;
}

#commentText{
    min-height: 150px;
    resize: vertical;
}

.container_reason{
    max-height: 150px;
    overflow-y: auto;
}

.error_message,.error_validate{
    color: #e73a3a;
}

textarea.error_validate,
textarea.error_validate:focus,
input.error_validate,
input.error_validate:focus{
    border: 1px solid #e73a3a;
}

.success_validate{
    color: #35a835;
}

textarea.success_validate,
textarea.success_validate:focus,
input.success_validate:focus,
input.success_validate{
    border: 1px solid #35a835;
}


.text-sm-left {
    text-align: left;
}
.mt-2{
    margin-top: 7px;
}

.bonuses figure table, .bonuses figure table th, .bonuses figure table tr, .bonuses figure table td{
    /*  border: 1px solid #ffd9b0;*/
}
.bonuses figure table td,.bonuses  figure table th{
    padding: 10px;
}
.bonuses figure table thead {
    background: #fffade;
}

.bonuses figure table > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff7ee;
}

.bonuses figure table{
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.48);
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.owl-prev i, .owl-next i {
    color:#d9d9d9;
    font-size: 60px;
}

.owl-prev i:hover, .owl-next i:hover {
    color: #ffda6a;;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 35%;
}
.owl-prev {
    left: -50px;
}
.owl-next {
    right: -50px;
}

#miscalculation #upload-section {
    padding: 0;
}

.form-disabled{
    opacity: 0.5;
    pointer-events: none;
}

/*.modal-body.miscalculation {
    padding: 25px;
}
.modal-body.miscalculation > p {
    margin-bottom: 20px;
}
.miscalculation input[disabled] {
    background-color: #f1f1f1;
}

.miscalculation .progressbar_overlay{
    position: relative;
    top: 0;
    margin: 0;
}*/

.table-striped > tbody > tr.paid:nth-of-type(2n+1) {
    background-color:#edffe3;;
}

.table-striped > tbody > tr.canceled:nth-of-type(2n+1) {
    background-color: #fff5f5;
    opacity: 0.7;
}


span.text-canceled{
    color:#ae0000;
}

span.text-orange{
    color: #d08718;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


.overlay-field{
    display: none;
}



div#faq {
    background: none;
    background-image: none;
    background-color: transparent;
    padding-bottom: 0;
}
div#faq .faq-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
div#faq .faq-list .item {
    flex: 1 1 auto;
}
div#faq .faq-list .item.closed .content {
    max-height: 0 !important;
}
div#faq .faq-list .item .trigger {
    position: relative;
    color: #494949;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    padding: 15px 20px 15px 55px;
    margin-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' height='30'%3E%3Cpath fill='%23dddddd' d='M 16 4 C 9.382813 4 4 9.382813 4 16 C 4 22.617188 9.382813 28 16 28 C 22.617188 28 28 22.617188 28 16 C 28 9.382813 22.617188 4 16 4 Z M 16 6 C 21.535156 6 26 10.464844 26 16 C 26 21.535156 21.535156 26 16 26 C 10.464844 26 6 21.535156 6 16 C 6 10.464844 10.464844 6 16 6 Z M 16 10 C 13.800781 10 12 11.800781 12 14 L 14 14 C 14 12.882813 14.882813 12 16 12 C 17.117188 12 18 12.882813 18 14 C 18 14.765625 17.507813 15.445313 16.78125 15.6875 L 16.375 15.8125 C 15.558594 16.082031 15 16.863281 15 17.71875 L 15 19 L 17 19 L 17 17.71875 L 17.40625 17.59375 C 18.945313 17.082031 20 15.621094 20 14 C 20 11.800781 18.199219 10 16 10 Z M 15 20 L 15 22 L 17 22 L 17 20 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 15px 11px;
}
div#faq .faq-list .item .trigger:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('../img/close-trigger.png');
    background-size: 15px;
    filter: grayscale(100%) contrast(0.01);
}
div#faq .faq-list .item.closed .trigger:before {
    background-image: url('../img/open-trigger.png');
}
div#faq .faq-list .item .trigger:hover {
    color: #000;
}
div#faq .faq-list .item .content {
    font-size: 15px;
    line-height: 23px;
    max-height: 200px;
    overflow: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
div#faq .faq-list .item .content > div {
    padding: 0 20px 20px;
}
div#faq .item {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    border-radius: 5px;
}
div#faq .item:last-child {
    border-bottom: none;
}

#subscription input{
    background: #f7f7f7;height: 41px;font-size: 20px;
}

#subscription  .btn.btn-md.btn-rounded {
    border-radius: 4px;

}
#subscription .btn.btn-md.btn-rounded:before {
    border-radius: 4px;
}

#subscription .alert{
    display: none;
    margin-top: 10px;
}

.container .jumbotron.text-center{
    background: rgb(238,238,238);
    background: linear-gradient(120deg, rgb(249, 249, 249) 0%, rgb(255, 246, 225) 100%);
    margin-top: 15px;
}

.container .jumbotron.text-center h2{
    margin-top: 0;
}

.image-wrapper {
    float: left;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 5px;
}

.text-wrapper {
    overflow: auto;
}

.col-sm-8.order-params h4 {
    word-wrap: break-word;
}

.requisites_color span{
    color: #006fa6;
}

.color-policy{
    color: #7b7b7b;
}

span.color-policy a{
    color: #f89d4d;
}

span.color-policy a:hover{
    color: #31708f;
}

div.container .btn.btn-default:not(:first-child) {
    margin-left: 10px;
}

.services-short-list .jumbotron .col-sm-5 img{ width: 400px;height: 400px}

.dropdown-header{
    padding: 3px 10px;
}

ul.discounts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.discounts-list.mx0 {
    margin-right: 0;
    margin-left: 0;
}
ul.discounts-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 1.15em;
    border-bottom: dashed 1px #d7d7d7;
}
ul.discounts-list li.no-border {
    border-bottom: none;
    margin-bottom: 24px;
}
ul.discounts-list li span {
    background-color: #fff;
    margin-bottom: -6px;
}
ul.discounts-list li span:first-child {
    padding-right: 10px;
}
ul.discounts-list li span:last-child {
    padding-left: 10px;
}

div.suggestions.list-group-item {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
}

#registration-form button#confirm-phone:not(.hidden) + input.form-control {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
}
#registration-form button#confirm-phone.hidden + input.form-control {
    padding: 6px;
}
#registration-form button#confirm-phone {
    color: #eb9f16;
}
#registration-form button#confirm-phone.hidden {
    display: none;
}
#registration-form input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    text-overflow: '';
}
#registration-form input[type="number"]::-webkit-outer-spin-button,
#registration-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#registration-form input[type="number"]:focus {
    outline: none;
    box-shadow: none;
}

.snackbar {
    visibility: hidden;
    min-width: 250px;
    transform: translateX(-50%);
    background-color: #ec751f;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 15px;
    position: fixed;
    z-index: -1;
    left: 50%;
    bottom: 80px;
    -webkit-animation: snackbar-fadeout 0.5s;
    animation: snackbar-fadeout 0.5s;
    font-size: 1.15em;
}

.snackbar.show {
    z-index: 999999;
    visibility: visible;
    -webkit-animation: snackbar-fadein 0.5s;
    animation: snackbar-fadein 0.5s;
}

.select2-results > ul > li > p {
    margin-bottom: 5px;
}
.select2-results > ul li small ul li {
    list-style: disc inside;
}


@-webkit-keyframes snackbar-fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 80px; opacity: 1;}
}

@keyframes snackbar-fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 80px; opacity: 1;}
}

@-webkit-keyframes snackbar-fadeout {
    from {bottom: 80px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes snackbar-fadeout {
    from {bottom: 80px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}



@media only screen and (max-width: 768px) {
/*   ul.nav-pills.nav{text-align: left} */
  ul.nav-pills.nav li:not(.dropdown) {display: none}
  ul.nav-pills.nav > li.dropdown > ul.dropdown-menu li {
     display: block;
  }
  .dropdown-menu {
      position: absolute;
      top: -50%;
  }

footer .dropdown-menu {
    top: -150%;
    text-align: left;
    min-width: 110px;
 }

footer .footer .nav-pills > li.dropdown,.nav-pills>li {
      display: inline-block;
  }
  .nav-pills > li{
      float: none !important;
  }
  .owl-nav .owl-prev, .owl-nav .owl-next {
      display: none !important;
  }
  .footer .col-sm-5 .mt2{ margin-top: 0;}
}

@media only screen and (max-width: 500px) {
  div.container .btn.btn-default,.user-order-view .cancel-button{
      margin-top: 10px;
  }
  .block-form a, .block-form button.cancel-button{
      font-size: 13px;
  }

  div.container.mobile-v {
      padding-right: 0;
      padding-left: 0;
  }

}


@media only screen and (max-width: 400px) {
  .node > .text {
      color: #888;
      font-weight: 300;
      position: absolute;
      text-align: left;
      left: 38px;
      min-width: 100px;
      }
}

@media only screen and (max-width: 1200px) {
 #seo-text .container{
     padding-left: 30px;
 }
  .seo-text {
      padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  figure.table td h2{font-size: 25px;}
}
@media only screen and (max-width: 530px) {
  figure.table td h2{font-size: 20px;}
}


/*#countdown-container {
  width: 100px;
  height: 100px;
}

#countdown-svg {
  width: 100%;
  height: 100%;
}

#countdown-circle-bg {
  transition: stroke-dashoffset 1s linear;
}

#countdown-circle {
  transition: stroke-dashoffset 1s linear;
}

#countdown-text {
  dominant-baseline: middle;
  text-anchor: middle;
  fill: #000;
}*/
