:root{
    --main-brown: var(--settings-header, #250625); /*#6b132c*/
    --dark-brown: var(--settings-footer, #250625); /*#2b0812;*/
    --transp-brown: var(--settings-subheader, rgb(37, 6, 37)); /*rgba(107, 19, 44, 0.65);*/
    --main-red: var(--settings-links, #250625); /*var(--main-red, #730000);*/
    --main-buttons: var(--settings-buttons, #250625);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    position: relative;
    min-height: 100%;
}
body {
    line-height: 1.4;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
a {
    color: var(--main-red, #730000);
}

@font-face {
    src: url(../fonts/OpenSans-Light.ttf);
    font-family: "OpenSans";
    font-weight: 300;
}
@font-face {
    src: url(../fonts/OpenSans-Regular.ttf);
    font-family: "OpenSans";
    font-weight: 400;
}
@font-face {
    src: url(../fonts/OpenSans-Semibold.ttf);
    font-family: "OpenSans";
    font-weight: 600;
}
@font-face {
    src: url(../fonts/OpenSans-Bold.ttf);
    font-family: "OpenSans";
    font-weight: 700;
}
@font-face {
    src: url(../fonts/OpenSans-ExtraBold.ttf);
    font-family: "OpenSans";
    font-weight: 800;
}
@font-face {
    font-family: RoadRadio; /* Имя шрифта */
    src: url(../fonts/RoadRadio.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: RoadRadio; /* Имя шрифта */
    src: url(../fonts/RoadRadio-Bold.ttf); /* Путь к файлу со шрифтом */
    font-weight: bold;
}
body {
    color: #262626;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
}
::-webkit-input-placeholder {color:#ffffff;font-weight: 300;font-size: 18px;}
::-moz-placeholder          {color:#ffffff;font-weight: 300;font-size: 18px;}/* Firefox 19+ */
:-moz-placeholder           {color:#ffffff;font-weight: 300;font-size: 18px;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ffffff;font-weight: 300;font-size: 18px;}
#the-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.header {
    /*background-image: url(../images/header-background.jpg);*/
    background-image: url(../images/header_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
body.loading{
    cursor: progress;
}
body.loading *{
    pointer-events: none;
}
.text-primary{
    color: var(--main-brown, #6b132c);
}
.heading-one {
    height: 499px;
}
.header-cover {
    background-image: url(../images/header_bg.png);
    background-position: 50% 0;
    background-size: cover;
}
.header-strip{
    padding-left: 10px;
    padding-right: 10px;
    height: 37px;
    background-color: var(--main-brown, #6b132c);
}
.header-strip>.row{
    margin-left: -10px;
    margin-right: -10px;
}
.header-strip ul{
    list-style: none;
}
.header-strip span{
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.header-strip a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 0;
    outline: none!important;
    text-decoration: none!important;
}
.header-strip ul li{
    float: left;
    position: relative;
    padding: 0 15px 0 0;
    cursor: pointer;
}
.header-strip ul li:last-child{
    padding: 0;
}
.top-nav-mobile {
}
.top-nav-mbtn {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: none;
    height: 55px;
    width: 100%;
    padding: 0 10px 0;
    text-align: left;
}
.menu-btn {
    background-image: url(../images/menu-ico.png);
    background-repeat: no-repeat;
    background-position: 80% 50%;
}
.login-btn {
    background-image: url(../images/login-ico.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.menu-btn:hover, .login-btn:hover, .menu-btn:active, .login-btn:active {
    background-color: rgba(0, 0, 0, .4);
}
button.active, button.active,
a.active, a.active {
    background-image: url(../images/x.png);
    background-color: rgba(0, 0, 0, .4);
}
a:hover {
    color: #000033;
    text-decoration: none;
}
.logotype {
    display: block;
    height: 55px;
    background-image: url(../images/postdove-logo.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.pdd-0 {
    padding: 0!important;
}
.text-black{
    color: #262626!important;
}
.margin-b-45 {
    margin-bottom: 45px;
}
.pdd-top-btm {
    padding-top: 35px;
    padding-bottom: 35px;
}
.information.pdd-top-btm{
    padding-top: 0;
    padding-bottom: 35px;
    position: relative;
}
.vykup-zakazov .information.pdd-top-btm{
    padding-bottom: 0;
}
.dropdown-mobile-content {
    display: none;
    position: absolute;
    z-index: 99;
    top: 55px;
    left: 0;
    width: 286px;
    background-color: #f2f2f2;
}
.dropdown-mobile-content a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
}
.dropdown-mobile-content a:hover, .dropdown-mobile-content a:hover {
    background-color: #bfbfbf;
}
.show {
    display: block;
}
h1 {

    /*    font-size: 36px;
        font-weight: 700;*/
    color: #333 ;
    text-align: center;
    line-height: 1.3em ;
    padding-top: 55px;
    font-size: 40px !important;
    font-weight: 300 ;
    /*    text-transform: uppercase;*/
    margin-bottom: 20px;
    margin-top: -22px;
    font-family: "OpenSans" !important;
}

h1.deliv {
    margin-top: -75px;
    margin-bottom: 45px;
}

.main-page h1 {
    font-weight: 700;
    text-align: center;
    line-height: 1.3em;
    color: white;
    text-shadow: 0 0 4px black;
}

h2 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25em;
    margin-bottom: 25px;
}
h2.ac_title{
    text-align: left;
    margin-top: 20px;
    text-transform: none;
}
.h2 {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
}
.minimize-h2 {
    font-size: 150%;
    text-transform: inherit;
}
h3 {
    font-size: 21px;
    text-align: center;
    line-height: 1.25em;
}
.h3 {
    font-size: 21px;
    line-height: 1.25em;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    margin: 0 0 20px;
}
.modal-title.h3{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
p {
    line-height: 1.6;
}
p+ul, h1+ul, h2+ul, h3+ul, table+ul, ul+ul, .page_content ul {
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}
.sup-menu ul+ul{
    margin-bottom: 0;
}

.information p {
    margin-bottom: 20px;
}
.information form.create_form p {
    margin-bottom: 5px;
}
.color-w {
    color: #fff;
}
.smaller {
    display: block;
    font-size: 0.6em;
    line-height: 1.8em;
}
.smaller2 {
    display: inline-block;
    font-size: 0.7em;
}
.description {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    /*text-align: center;*/
    line-height: 1.4em;
    margin-top: 30px;
}
.description img{
    width: 68px;
    height: 68px;
}
.description a{
    color: white;
}
.description a:hover{
    text-decoration: underline;
}
.tiny {
    display: inline-block;
    font-weight: 300;
    font-size: 0.75em;
    padding-right: 5px;
}
.price {
    background-image: url(../images/map-berlin.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.include-into-price {
    padding-left: 0;
    list-style-type: none;
}
.include-into-price>li {
    margin-bottom: 15px;
    padding-left: 15px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-position: 0 60%;
    -webkit-background-size: 7px;
    background-size: 7px;
}
#register_submit.classic-green{
    padding: 16px 25px;
}
.classic-green {
    display: block;
    background-color: #00b465;
    width: 270px;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 16px 25px;
    margin: 25px auto 0;
    color: #fff;
    text-align: left;
    background-position: 92% 50%;
    background-repeat: no-repeat;
}
.classic-green:hover {
    background-color: #009c58;
}

.classic-green:active {
    background-color: #00824a;
}
.pop-up-form .classic-green {
    width: 125px;
    background-position: 83% 50%;
    height: 40px;
    padding: 0 18px;
}
.socials {
    float: left;
    margin-right: 15px;
    padding: 7px 0;
}
.socials:after {
    clear: both;
    display: block;
    content: "";
}
.socials a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin: 0 5px;
    border-radius: 4px;
    background-size: 100%;
}
.socials a:last-child {
    margin-right: 0;
}

.facebook {
    background-image: url(../images/facebook_log.png);
}
.vk {
    background-image: url(../images/vkontakte-logo.png);
}
.instagram {
    background-image: url(../images/insta.png);
}
.socials a:hover {
    background-position: 0 21px;
}
.info-btn {
    background-image: url(../images/i.png);
    background-position: 90% 50%;
}
.arrow-btn {
    background-image: url(../images/arrow-down.png);
    background-position: 92% 50%;
}
.check-btn {
    background-image: url(../images/check.png);
    background-position: 92% 50%;
}
.what-we-offer {
    background-image: url(../images/road.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.offer-item {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 70px 0 30px;
}
.offer-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/tri.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.offer-item:hover:before, .offer-item:active:before {
    background-position: 0 -30px;
}
.offer-item h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    right: 45%;
    width: 33px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.offer-heading-1:before {
    background-image: url(../images/offer-icon1.png);
}
.offer-heading-2:before {
    background-image: url(../images/offer-icon2.png);
}
.offer-heading-3:before {
    background-image: url(../images/offer-icon3.png);
}
.offer-item:hover, .offer-item:active {
    background-color: rgba(255, 255, 255, .4);
}
.offer-item:hover h3:before, .offer-item:active h3:before {
    content: "";
    background-position: 50% 100%;
}
.offer-item:hover h3, .offer-item:active h3 {
    color: #fff;
}
.user-gifts {
    background-image: url(../images/white-landscape.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.gift {
    font-size: 21px;
    line-height: 1.3;
    padding-left: 80px;
    margin-bottom: 35px;
    min-height: 33px;
}
.first-ico, .second-ico, .third-ico, .fourth-ico, .fifth-ico {
    background-repeat: no-repeat;
    background-position: 0 50%;
    overflow: visible;
    position: relative;
}
.first-ico {
    background-image: url(../images/coins.png);
}
.second-ico {
    background-image: url(../images/card.png);
}
.third-ico {
    background-image: url(../images/lock.png);
}
.fourth-ico {
    background-image: url(../images/phones.png);
}
.fifth-ico {
    background-image: url(../images/cart.png);
}
.first-ico:before, .second-ico:before, .third-ico:before, .fourth-ico:before, .fifth-ico:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #b3b3b3;
    position: absolute;
    top: 50%;
    left: 17%;
}
.in-one-week p {
    padding-top: 100px;
    text-align: center;
    font-size: 21px;
}
.sixth-ico, .seventh-ico, .eighth-ico {
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 64px;
}
.sixth-ico {
    background-image: url(../images/world-map.png);
}
.seventh-ico {
    background-image: url(../images/pc.png);
}
.eighth-ico {
    background-image: url(../images/postman.png);
}
p.semi-bold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
p.ttu {
    text-transform: uppercase;
    padding-top: 30px;
}
.advantage {
    background-image: url(../images/sunset-road.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.quote {
    background-color: #fff;
    border-radius: 4px 4px 4px 0;
    padding: 15px 20px;
}
.author {
    position: relative;
    padding: 5px 40px 30px;
}
.author:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #ffffff transparent transparent transparent;
}
.registration-large input {
    background-color: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    height: 50px;
    line-height: 50px;
    width: 290px;
    margin-bottom: 20px;
    padding: 0 15px;
}
.registration-large::-webkit-input-placeholder {
    color: #fff;
}
.partners {
    background-color: #dbdbdb;
}
.partners img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
a.partner-site {
    display: block;
    color: #4c4c4c;
    text-align: center;
    margin: 10px 0;
}
a.partner-site:hover {
    text-decoration: underline;
}
a.partner-header {
    display: block;
    text-align: center;
}
.footer {
    width: 100%;
    background-color: var(--dark-brown, #2b0812);
}
.footer span.footer-title {
    display: block;
    color: #fff;
    border-bottom: 5px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.footer h4 {
    color: #fff;
    border-bottom: 5px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.footer p {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}

.footer p.footer-sha{
    margin-top: 10px;
}


.footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}
.footer .developer {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 10px;
    text-align: center;
}
.footer ul{
    list-style: none;
}
.footer ul li{
    padding-bottom: 2px;
}
.footer ul li a{
    color: #fff;
    font-size: 12px;
}
.footer ul li a:hover{
    text-decoration: underline;
}
.registration .pull-right:before, .registration .ull-right:before {
    content: "";
    clear: both;
    display: block;
}
/*#login_block {
    padding: 20px;
    background-color: #fff;
    width: 390px;
    height: 290px;
    border-radius: 4px;
    position: fixed;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}*/
#login_block .close{
    position: absolute;
    top: 8px;
    right: 11px;
}

.login_title {
    margin-bottom: 20px;
    display: none;
}

/* Text Styles */
.one_content {

    font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color:#3e312c;
    /*margin-top: 5px;*/
}
#form_track_code_add_to {
    margin-top: 15px;
}
#form_track_code_add_to .fields {
    margin-bottom: 15px;
}
.one_content .tableMyCode{
    font-size: 11px;
}
.one_content.page_need_border {
    /* border-bottom: 1px dashed var(--main-red, #730000);*/
}
.show-track-block, .show-package-block {
    /*display: none;*/
    /*height: 0;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*overflow: hidden;*/
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.show-track-block.show-row, .show-package-block.show-row {
    display: table-row;
    height: auto;
    visibility: visible;
    opacity: 1;
    background: #fff;
    margin-bottom: 10px;
}
.ui-widget{
    font-size: 16px;
}
.call_recovery, .call_register, .call_login, .call_login_recovery {
    color: var(--main-brown, #6b132c);
    font-size: 14px;
    font-weight: 400;
}
.separator {
    color: var(--main-brown, #6b132c);
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.colse-pop-up {
    display: block;
    background-image: url(../images/x-black.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.tarify-na-dostavku-v-ukrainu h1 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding-top: 100px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.tarify-na-dostavku-v-ukrainu h2 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25em;
    margin-bottom: 25px;
    padding-top: 35px;
}
.tarify-na-dostavku-v-ukrainu h3 {
    padding: 30px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 1.3em;
}
.tarify-na-dostavku-v-ukrainu h4, .h4 {
    font-size: 18px;
    line-height: 1.25em;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 600;
}
.tarify-na-dostavku-v-ukrainu .page_content ul {
    list-style-type: circle;
    padding-left: 45px;
    line-height: 1.3em;
}
.tarify-na-dostavku-v-ukrainu .page_content li {
    padding-bottom: 10px;
}
.color-green {
    color: #00b465;
    font-weight: 600;
    margin: 15px 0;
    text-align: center;
}
.align_center {
    position: relative;
    width: 100%;
}
.align_center:after {
    content: '';
    display: block;
    clear: both;
}
.align_center_to_left {
    position: relative;
    right: 50%;
    float: right;
}
.align_center_to_right {
    position: relative;
    z-index: 1;
    right: -50%;
}
.margin-b-25 {
    margin-bottom: 25px;
}
.header-tel-num {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 35px;
}
.question, .answer {
    border-radius: 6px;
    font-size: 18px;
    padding: 10px 20px;
    width: 80%;
}
.question {
    float: left;
    margin: 20px 0;
    border: 1px solid #4d4d4d;
}
.answer {
    float: right;
    margin-bottom: 60px;
    color: #fff;
    background-color: #00b465;
}
.question p, .answer p {
    margin: 0;
}
.question p:first-child, .answer p:first-child {
    font-weight: 600;
    text-transform: uppercase;
}
.question p:last-child, .answer p:last-child {
    font-weight: 300;
}
.partner-header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.partner-site {
    font-weight: 600;
    font-size: 18px;
}
.tabs {
    margin-top: 70px;
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    font-size: 18px;
    line-height: 48px;
}
.tabs li a {
    display: block;
    color: #000;
    padding: 0 15px;
}
.tabs li:first-child a {
    border-radius: 4px 4px 0 0;
}
.tabs li:last-child a {
    border-radius: 0 0 4px 4px;
}
.tabs a:hover {
    color: #fff;
}
.tabs a:hover {
    background-color: #00b465;
}
.track_info_data input[type="text"], .profile_form textarea {
    /*border: 1px solid #4d4d4d;*/
    /*border-radius: 4px;*/
}
/*.profile_form label, .profile_form input:not([type=checkbox]), .profile_form textarea, .profile_form select {*/
    /*margin-top: 15px;*/
/*}*/
.profile_form input[type=checkbox]{
    /*margin-top: 8px;*/
}
.input_small {
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    padding: 5px 10px;
}
.search-allow{
    margin-top: 25px;
    margin-bottom: 15px;
}
.contacts-info {
    margin: 0;
    line-height: 1.6;
    padding: 0 0 30px;
}
.contacts-info li {
    padding-left: 27px;
    list-style-type: none;
}
p.contacts-info-title {
    margin: 0;
    padding: 0 0 0 27px;
    line-height: 1.6;
}
.email-icon, .skype-icon, .phone-icon, .clock-icon {
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.email-icon {
    background-image: url(../images/icon_mail.png);
}
.skype-icon {
    background-image: url(../images/icon_skype.png);
}
.phone-icon {
    background-image: url(../images/icon_telephone.png);
}
.clock-icon {
    background-image: url(../images/icon_clock.png);
}
.italic {
    font-style: italic;
}
.green-border-lft {
    border-left: 1px solid #00b465;
    padding-left: 27px;
}
.red{
    color: #f00;
}
.trackFields > .fields:nth-child(even) {
    background: #eaeaea;
}
.trackFields > .row {
    /* border-bottom: 1px solid #777; */
    padding: 15px;
}
#check_control_label, #check_control_desc{
    display: none;
}
.del_avia {
    /*background: url(../images/ico91.png) no-repeat;*/
    background: url('../images/icons/post_russia.png') no-repeat;
}
.del_sea {
    /*background: url(../images/ico92.png) no-repeat;*/
    background: url('../images/icons/express_icon.png') no-repeat;
}
.del_rsea {
    background: url(../images/sea9.png) no-repeat;
    background-size: 16px!important;
}
.code_type_delive.del_avia,
.code_type_delive.del_sea,
.code_type_delive.del_rsea {
    display: block;
    width: 16px;
    height: 16px;
    background-size: 18px;
    background-position: right;
    position: relative;
    float: left;
    margin-right: 5px;
    cursor: help;
}
.code_type_delive.bord {
    display: block;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: relative;
    float: right;
    margin-right: 2px;
    cursor: help;
}
.code_type_delive_info {
    position: absolute;
    display: none;
    opacity: 0;
    text-align: center;
    width: 150px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    top: 3px;
    left: 30px;
    border: 1px solid var(--main-red, #730000);
    z-index: 99;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.code_type_delive.del_avia:hover .code_type_delive_info,
.code_type_delive.del_sea:hover .code_type_delive_info,
.code_type_delive.del_rsea:hover .code_type_delive_info,
.code_type_delive.bord:hover .code_type_delive_info,
.denytosend_ico:hover .code_type_delive_info {
    display: block;
    opacity: 1;

}
.code_status_info {
    text-align: center;
}
.tooltip.brown .tooltip-inner{
    color: #000;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    background-color: #fff;
    border: 1px solid var(--main-red, #730000);
}
.tooltip.brown.top .tooltip-arrow{
    border-bottom-color: var(--main-red, #730000);
}
.tooltip.brown.bottom .tooltip-arrow{
    border-top-color: var(--main-red, #730000);
}
.tooltip.brown.left .tooltip-arrow{
    border-right-color: var(--main-red, #730000);
}
.tooltip.brown.right .tooltip-arrow{
    border-left-color: var(--main-red, #730000);
}
.tableMyCode .glyphicon{
    font-size: 14px;
}
.btn-brown {
    color: #fff;
    background-color: #69132c;
    border-color: #521023;
}
.btn-brown:active,
.btn-brown:hover,
.btn-brown:hover {
    color: #fff;
    background-color: #521023;
    border-color: #521023;
}
.btn-purple {
    color: #fff!important;
    background-color: var(--main-buttons, #250625);
    border-color: var(--main-buttons, #1a041a);
}
.btn-purple:active,
.btn-purple:hover,
.btn-purple:focus {
    background-color: var(--main-buttons, #250625);
    opacity: 0.75;
}
.btn-green {
    color: #fff;
    background-color: #2D8E0D;
    border-color: #246F0B;
}
.btn-green:active,
.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background-color: #246F0B;
    border-color: #246F0B;
}
.system_has_track_code, .is_this_user_track {
    display: none;
    margin-bottom: 10px;
    font-weight: bold;
    color: red;
    text-align: center;
    border: 1px solid red;
    padding: 20px;
}
.remove_order_fields{
    /*margin-right: 15px;*/
}
#check_control{
    margin-top: 4px;
}
#codes_table .popover,
#orderinfo .popover{
    max-width: 600px;
}
#codes_table .popover .popover-content,
#orderinfo .popover .popover-content{
    padding: 0;
}
#codes_table .popover .badge,
#orderinfo .popover .badge{
    margin-left: 10px;
}
#codes_table .prices[data-toggle="popover"],
#orderinfo .prices[data-toggle="popover"]{
    padding: 0 0 0 10px;
}
#codes_table .popover .table,
#orderinfo .popover .table{
    margin-bottom: 0;
}

input.user_radio {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}
.form-horizontal .control-label.user_radio_label {
    display: block;
    text-align: left;
    padding-top: 2px;
    font-size: 15px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(229, 227, 230, 0.25);
}
.table-striped > tbody > tr:nth-of-type(even) {
    background: none;
}
/*#breadCrumbs{*/
    /*display: none;*/
/*}*/
.home #breadCrumbs ,
.main-page #breadCrumbs {
    display: none;
}
#breadCrumbs .breadcrumbs_text {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #343399;
}
#breadCrumbs .breadcrumbs_text li {
    display: inline-block;
}
#breadCrumbs .breadcrumbs_text a {
    color: #333365;
    text-decoration: none;
}
li.li_with_sub:after {
    position: absolute;
    /* top: 1px; */
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e236";
    color: rgba(255, 255, 255, .25);
    font-size: 11px;
    top: 40px;
    right: 6px;
    cursor: pointer;
}
.one_news {
    margin: 20px 0;
}
.blog .one_news {
    height: 460px;
}

.col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-r {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.w40 {
    width: 40%;
}
.w60 {
    width: 60%;
}
.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.3%;
}

/* Pagination */

div.wrapPaging {
    padding: 0 15px;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    /* clear: both; */
    float: left;
}
div.per_page {
    float: right;
}
div.wrapPaging a, div.wrapPaging span {
    margin: 0 3px;
    padding: 0 6px;
    line-height: 26px;
    /* border: 1px solid #333365; */
}
div.wrapPaging a {
    /* background: #333365; */
    color: #000!important;
    text-decoration: none!important;
    font-size: 14px;
}
div.wrapPaging span {
    /* background: var(--main-red, #730000); */
    color: var(--main-red, #730000);
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}
div.wrapPaging span.ways {
    background: none;
    font-size: 14px;
    color: #eee9e2;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
/*div.wrapPaging span.ways span {*/
    /*background: var(--main-red, #730000);*/
    /*color: #eee9e2;*/
/*}*/
div.wrapPaging span.ways a {
    font-size: 14px;
}

.orderFields .row{
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

.typeahead { z-index: 4; }

.shops-catalog-categoies {
    position: relative;
}
.shops-catalog-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
.shops-catalog-name {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 90px;
    text-align: center;
    font-size: 12px;
    color: #919191;
    background-color: #f3f3f3;
}
.shops-catalog-name.tab8 {
    left: -10px;
}
.shops-catalog-link img {
    width: 100%;
    height: auto;
}
.shops-catalog-link.active .shops-catalog-image-hover,
.shops-catalog-image {
    display: block;
}
.shops-catalog-link.active .shops-catalog-image,
.shops-catalog-image-hover {
    display: none;
}
.shops-catalog-link:hover .shops-catalog-image {
    display: none;
}
.shops-catalog-link:hover .shops-catalog-image-hover {
    display: block;
}
.shops-catalog-container {
    margin: 0 15px;
}

.contact-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color:var(--main-brown, #6b132c);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color:#262626;
}
.contact-desc {
    font-size: 14px;
    margin-top: 30px;
    color:var(--main-brown, #6b132c);
    line-height: 1.4;
}
.form {
    background-color: var(--main-brown, #6b132c);
    padding: 25px 10px;
}
.form .input_small:not(.form-control),.form #message {
    border: 1px solid #ffffff;
    width: 100%;
    padding-left: 16px;
    height: 38px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 0;
    margin-top: 30px;
    max-width: 100%;
    color:#ffffff;
}
.form #message {
    height: 120px;
}
#submit {
    background-color: #262626;
    width: 100%;
    color:#ffffff;
    font-weight: 300;
    font-size: 18px;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}
#submit:hover {
    background-color: #ffffff;
    color:#262626;
}
.contact-us {
    text-transform: uppercase;
    color:#ffffff;
    font-weight: 600;
    font-size: 24px;
}
.feedback .grey-background {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.time-to-work {
    background-color: #e0e0e0;
    padding: 30px 10px;
    background-image: url(../images/321.png);
    padding-bottom: 9px !important;

}
.time-to-work-title {
    font-size: 24px;
    color:var(--main-brown, #6b132c);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.time-to-work-text {
    font-size: 18px;
    margin: 25px 0 15px 0;
    font-family: 'Open Sans 300', sans-serif;
}
.time-to-work-day {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 300;
}
.time-to-work-day span {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.main-text {
    text-align: left;
    color:white;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 6px 0 10px;
    padding-left: 10px;
    vertical-align: top;
    display: inline-block;
    white-space: normal;
    text-shadow: 0 0 4px black;
}
.main-img {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin-top: 6px;
    margin-bottom: 10px;
    width: 30px;
    display: inline-block;
}
.delivery-info-item .main-img{
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 26px;
}
.special-text-main:after {
    clear: both;
    display: block;
    content: "";
}
.list-main li:hover {
    cursor: pointer;
}
.margin-20 {
    margin-top: 20px;
}

.the-plate{
    background-color: rgba(255,255,255,0.15);
    border-radius: 5px;
    display: flex;
}

.the-plate .the-logo{
    align-self: center;
}
.the-plate .the-text{
    max-height: 390px;
    overflow: auto;
}
.the-plate .the-text *{
    color: white;
}
.the-plate .the-text::-webkit-scrollbar {  width: 10px;  height: 10px;}
.the-plate .the-text::-webkit-scrollbar-track-piece {  background-color: #eee;}
.the-plate .the-text::-webkit-scrollbar-thumb:vertical {  background-color: #777;  border-left: 1px solid #eee;  border-right: 1px solid #eee;}
.the-plate .the-text::-webkit-scrollbar-thumb:vertical:hover {  background-color: #999;}
.the-plate .the-text::-webkit-scrollbar-thumb:horizontal {  background-color: #777;  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}
.the-plate .the-text::-webkit-scrollbar-thumb:horizontal:hover {  background-color: #999;}

@media (max-width: 767px) {
    img.mid-img-less{
        margin-top: 35px;
        margin-left: 40% !important;
    }

    div.last-block{
        margin-bottom: -30px !important;
    }

    img.mid-img{
        margin-top: 35px;
        margin-bottom: -30px;
    }

    img.midle-mob{
        margin-top: 25px;
        text-align: center;
    }

    button.navbar-toggle.collapsed{
        z-index: 999;
    }

    div.container.menu-strip div.col-xs-8.text-left{
        z-index: 999;
    }

    h1.first-page-h1{
        font-size: 28px !important;
        padding-top: 10px !important;
        line-height: 1.3em;
    }

    .shops-catalog-categoies h3 {
        display: none;
    }
    .shops-catalog-container {
        width: 20%;
    }

    .header {
        height: auto;
        padding-bottom: 0;
        /*background-position: 78% 0;*/
        /*background-size: contain;*/
    }
    .header-cover{
        background-image: none;
        background-size: contain;
    }
    .menu-strip{
        background: var(--transp-brown, rgba(107, 19, 44, 0.65));
        height: 80px;
    }
    .time-to-work-day {
        margin-bottom: 0;
    }
    .kontakty .contacts-usa-title h1.h1 {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .navbar{
        position: absolute;
        top: 116px;
        z-index: 10;
        border: none;
        min-height: 0;
        margin-bottom: 0;
        background: var(--transp-brown, rgba(107, 19, 44, 0.65));
    }
    .navbar-default .navbar-nav > li > span,
    .navbar-default .navbar-nav > li > a{
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        display: block;
    }
    .navbar-default .navbar-nav > li > span:active,
    .navbar-default .navbar-nav > li > span:focus,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus{
        color: #fff;
    }
    .navbar-default .navbar-nav > .open > span,
    .navbar-default .navbar-nav > .open > span:hover,
    .navbar-default .navbar-nav > .open > span:focus ,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.25);
    }
    .navbar-nav .open .dropdown-menu{
        text-align: right;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > span,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        color: #fff;
        white-space: normal;
    }
    .navbar-collapse{
        border: none;
    }
    .navbar-toggle{
        padding: 20px 15px;
        margin-top: 9px;
        margin-right: 0;
        margin-bottom: 9px;
    }
    .navbar-toggle .icon-bar{
        background-color: white;
        height: 3px;
        width: 30px;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .logotype-large {
        display: block;
        height: 90px;
        width: 190px;
        background-image: url(../images/postdove-logo.png);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    a.inline_login{
        padding: 8px 0;
    }
    .header-strip.increased{
        height: 44px;
    }
    .nopa a.inline_login, .header-strip .nopa a{
        padding: 2px 0;
    }
    .menu-btn {
        background-position: 80% 50%;
    }
    .top-nav-mbtn {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding: 22px 10px;
        display: inline-block;
    }
    .top-nav-mbtn:active {
        text-decoration: none;
        color: #fff;
    }
    .login-btn {
        background-position: 90% 50%;
    }
    .btn-link{
        white-space: normal;
    }
    .btn-green, .btn-brown{
        margin-top: 10px;
    }
    .add_track_fields{
        float: none;
        margin: 0;
    }
    h1 {
        font-size: 32px !important;
        margin-top: -50px;
        /*font-weight: normal;*/
        /*padding-top: 0;*/
    }
    .price-btn {
        width: 315px !important;
    }
    .tarify-na-dostavku-v-rossiu h1 {
        font-weight: 300;
        padding-top: 100px;
    }
    .tarify-na-dostavku-v-ukrainu h1 {
        font-size: 48px;
    }
    .tarify-na-dostavku-v-ukrainu h2 {
        font-size: 32px;
    }
    .tarify-na-dostavku-v-ukrainu h3 {
        font-size: 27px;
    }
    .tarify-na-dostavku-v-ukrainu h4, .h4 {
        font-size: 21px;
    }
    .description {
        text-align: left;
        margin-top: 12px;
        line-height: 1.3;
        margin-left: 20px;
    }
    .description img{
        float: left;
        width: 10%;
        height: auto;

    }
    .after-image{
        display: inline-block;
        max-width: 85%;
        padding-left: 20px;
        text-align: left;
        color: white;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        margin: 2px 0 10px 0;
    }

    div.description img{

    }

    .offer-item {
        min-height: 152px;
    }
    .gift {
        min-height: 38px;
    }
    .first-ico:before, .second-ico:before, .third-ico:before, .fourth-ico:before, .fifth-ico:before {
        top: 38%;
        left: 7%;
    }
    .in-one-week p {
        padding-top: 130px;
    }
    .sixth-ico, .seventh-ico, .eighth-ico {
        background-size: 94px;
    }
    .in-one-week p.semi-bold {
        padding-top: 25px;
    }
    .registration-large input {
        width: 48%;
    }
    .price {
        background-image: url(../images/map-berlin3.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .pdd-top-btm {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer{
        height: auto;
        position: relative;
    }
    .main-page h1{
        font-size: 28px;
        padding-top: 10px;
    }
    section.heading-one{
        margin-bottom: 0;
    }

    .contacts-usa-title div {
        padding: 0 15px 0 8px !important;
    }

    .calc-data .weight-value .package-weight {
        width: 78% !important;
        display: inline-block;
        float: left;
        padding: 0 40px;
        margin-right: 4px !important;
    }
    .exspress_delivery{
        /*width: 80% !important;*/
        /*line-height: 1.5 !important;*/
        /*padding-top: 24px !important;*/
        /*padding-left: 69px !important;*/
    }

    div.tab-pane.active tr{
        text-align: center;
    }
    .send_package_container .pull-right{
        float: none!important;
        padding-bottom: 10px;
    }
    .send_package_container .code_type_delive.del_avia,
    .send_package_container .code_type_delive.del_rsea,
    .send_package_container .code_type_delive.del_sea{
        display: inline-block;
        padding-left: 18px;
        width: auto;
        background-position: left center;
        float: none!important;
    }

    .the-plate{
        display: block;
    }
}

i[class^="icon-"] {
    display: inline-block;
    height: 15px;
    width: 15px;
    position: relative;
    top: 3px;
    left: 0;
    margin-right: 5px;
}
i[class^="icon-"]:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/sprite1.png);
    background-repeat: no-repeat;
}
i[class="icon-personal-cab"]:before {
    background-position: -1px -18px;
}
li:hover i[class="icon-personal-cab"]:before {
    background-position: -1px -1px;
}
i[class="icon-registration"]:before {
    background-position: -35px -18px;
}
li:hover i[class="icon-registration"]:before {
    background-position: -35px -1px;
}
i[class="icon-facebook"]:before {
    background-position: -69px -18px;
}
li:hover i[class="icon-facebook"]:before {
    background-position: -69px -1px;
}
i[class="icon-vkontakte"]:before {
    background-position: -52px -18px;
}
li:hover i[class="icon-vkontakte"]:before {
    background-position: -52px -1px;
}
i[class="icon-odnoklassniki"]:before {
    background-position: -86px -18px;
}
li:hover i[class="icon-odnoklassniki"]:before {
    background-position: -86px -1px;
}
i[class="icon-enter"]:before {
    background-position: -18px -18px;
}
li:hover i[class="icon-enter"]:before {
    background-position: -18px -1px;
}
.order-update, .comment_button, .confirm_button, .add_order_fields {
    padding: 10px 15px;
}
textarea#user_comment, textarea[name=user_comment] {
    width: 100%;
    height: 50px;
    padding: 10px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
th {
    color: var(--main-buttons, #250625);     /*#fff;*/
    background: none;                       /*#4e4c4f;*/
    /*border-right: 1px solid #7a7a7a;*/
    font-family: RoadRadio, "sans-serif";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.3px;
    padding: 16px;
    text-align: center;
    vertical-align: middle!important;
}
th:last-child{
    border-right:none;
}
tr {
    border-top: none;
    border-bottom: none;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
}
tr:first-child {
    border-top:none;
}

tr:last-child {
    border-bottom:none;
}

.questions-answers {
    margin-bottom: 40px;
}
.question-block {
    border: 1px solid #4e4e4e;
    border-radius: 4px 4px 4px 0;
    padding: 15px;
    position: relative;
}
.question-title, .answer-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}
.question-text {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.2;
}
.question-block:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 22px;
    background-image: url(../images/que.png);
    z-index: 2;
    bottom: -1px;
    left: -24px;
    background-color: #ffffff;
}
.answer-block:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 0 24px;
    border-color: transparent transparent transparent var(--main-brown, #250625);

}
.answer-block {
    background-color: var(--main-brown, #6b132c);
    position: relative;
    border-radius: 4px 4px 0 4px;
    padding: 15px;
    color: #fff9fb;
    margin-top: 20px;
}
.answer-text {
    color: #fff9fb;
    font-size: 14px;
    line-height: 1.4;
}
.steps-block {
    margin-bottom: 30px;
}
.steps-title {
    padding-left: 100px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    position: relative;
}
.contact-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color: #262626;
}
.steps-text p {
    font-size: 18px;
    line-height: 1.5;
}
.steps-title {
    padding-left: 100px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    position: relative;
}
.steps-title-1 {
    background-image: url(../images/steps-1.png);
}
.steps-title-2 {
    background-image: url(../images/steps-2.png);
}
.steps-title-3 {
    background-image: url(../images/steps-3.png);
}
.steps-title-4 {
    background-image: url(../images/steps-4.png);
}
.steps-title-5 {
    background-image: url(../images/steps-5.png);
}
.steps-title-6 {
    background-image: url(../images/steps-6.png);
}
.steps-title:after {
    position: absolute;
    content: "";
    top: 0;
    left: 94px;
    opacity: 0.15;
    width: 43px;
    height: 62px;
    background-repeat: no-repeat;
}
.steps-title-1:after {
    background-image: url(../images/1.png);

}
.steps-title-2:after {
    background-image: url(../images/2.png);
}
.steps-title-3:after {
    background-image: url(../images/3.png);
}
.steps-title-4:after {
    background-image: url(../images/4.png);
}
.steps-title-5:after {
    background-image: url(../images/5.png);
}
.steps-title-6:after {
    background-image: url(../images/6.png);
}
.grey-background {
    background-color: #e6e6e6;
}

.delivery-padding {
    padding: 40px 0;
}
.delivery-work-title {
    font-size: 24px;
    font-weight: 300;
    color:#262626;
    margin-bottom: 50px;
    line-height: 1;
}
.delivery-one,.delivery-two,.delivery-new-post,.delivery-online,.delivery-customs,.delivery-control,.delivery-usa-1,.delivery-usa-2,.delivery-usa-3,.delivery-usa-4,.delivery-usa-5 {
    background-repeat: no-repeat;
    color:#262626;
    line-height: 1.6;
    padding-left: 45px;
    background-position: 0 0;
    margin-bottom: 35px;
    font-size: 16px;

}
.delivery-one {
    background-image: url(../images/delivery-one.png);
}
.delivery-two {
    background-image: url(../images/delivery-two.png);
}
.delivery-new-post {
    /*background-image: url(../images/delivery-new-post.png);*/
    background-image: url(../images/dostavka.png);
}
.delivery-online {
    background-image: url(../images/delivery-online.png);
}
.delivery-customs {
    background-image: url(../images/delivery-customs.png);
}
.delivery-control {
    background-image: url(../images/delivery-control.png);
}
.delivery-usa-1 {
    background-image: url(../images/usa-img-1.png);
}
.delivery-usa-2 {
    background-image: url(../images/usa-img-2.png);
}
.delivery-usa-3 {
    background-image: url(../images/usa-img-3.png);
}
.delivery-usa-4 {
    background-image: url(../images/usa-img-4.png);
}
.delivery-usa-5 {
    background-image: url(../images/usa-img-5.png);
    background-position: 10px top;
}
.mt-mob-30 {
    margin-top: 30px !important;
}

.dialog-box {
    display: none;
}
.remove_package {
    background-color: transparent;
    border: none;
}
.remove_package:hover {
    color: #23527c;
}

.h1 h1, .h1, h1.h1{
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}
@media (max-width: 767px){
    .h1 h1, .h1, h1.h1 {
        font-size: 26px;
    }
}
.name-site {
    font-weight: bold;
    color:var(--main-brown, #6b132c);
    font-size: 18px;
    text-align: left;
    text-transform: none;
}
.name-site.h2, h2.name-site {
    font-size: 24px;
    line-height: 24px;
}
.bold {
    font-weight: bold !important;
}
.circle{
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.08);
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    float: left;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);
}
.list_right {
    margin-left: 100px;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 18px;
}
.car-bg{
    background-image: url('/upload/images/tarifs_slide_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    max-height: 532px;
}
.car-bg img {
    margin-top: 8%;
    margin-bottom: 5%;
    height: 441px;
    min-height: 441px;
}
.car-pre-h1{
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
    line-height: 1.2;
    color: #000000;
    text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}
.car-pre-h1 .h1{
    font-size: 36px;
    margin-bottom: 20px;
}
.car-h1{
    position: absolute;
    top: 0;
    left: 60%;
    margin-top: 160px;
    text-align: center;
    line-height: 1.2;
    color: white;
    text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}
.car-h1 .h1{
    font-size: 28px;
    margin: 0;
    text-transform: none;
    color: #fff;
    font-weight: 500;
}
.car-h1 h2{
    margin-top: 10px;
    margin-bottom: 15px;
}
#car_help{
    white-space: normal;
}
#car-help-form .form-group{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

#radioBtn .notActive{
    color: var(--main-buttons, #250625)!important;
    background-color: #fff;
}
#radioBtn a.notActive:hover{
    color: var(--main-buttons, #250625)!important;
    background-color: #fff;
}
#radioBtn a:hover{
    color: #fff!important;
    background-color: var(--main-buttons, #250625);
    box-shadow: inset 0 0 2px 0 var(--main-buttons, #250625);
}

.show-chat.no-style{
    font-family: inherit !important;
    line-height: initial;
    font-weight: inherit;
}
.show-chat.no-style:before{
    content: none;
}

.circle-block {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border:2px solid #ffffff;
    background-color: rgba(255,255,255,0.15);
    color:#ffffff;
    display: table-cell;
    vertical-align: middle;
}
.mt15  {
    margin: 15px 0;
}
.top-circle-text  {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}
.bottom-circle-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
}
.auto {
    margin: 0 auto;
    display: table;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
.picture-block-text {
    color:#ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;

}
.picture-block-text span {
    color:var(--main-brown, #6b132c);
    background-color: white;
    padding:  5px;
}
.bottom-picture-block {
    background-image: url(../images/free_blu.jpg);
}
.vertical .tabs__content {
    overflow: hidden;
}
.tabs__content {
    background-color: #ffffff;
    border: 1px solid var(--main-brown, #6b132c);
    padding: 10px;
}
.social-link {
    background-color: var(--main-brown, #6b132c);
    padding: 35px 0;
}
.social-link  a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.social-link img {
    vertical-align: middle;
}
.bottom-picture-block {
    padding: 20px 0 20px 0;
}
.bottom-picture-block img {
    margin-bottom: 20px;
}
.tabs__content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.how-it-works p{
    margin-top: 30px;
}

.list-main {
    margin: 0!important;
}
.list-main li {
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 300;
    background-color: #ffffff;
    position: relative;
    font-size: 18px;
}
.list-main .list-1 {
    background-image: url(../images/list-1.png);
}
.list-main .list-2 {
    background-image: url(../images/list-2.png);
}
.list-main .list-3 {
    background-image: url(../images/list-3.png);
}
.list-main .list-4 {
    background-image: url(../images/list-4.png);
}
.list-main .list-5 {
    background-image: url(../images/list-5.png);
}
.no-padding-left-mobile {
    padding-left: 0;
}
.list-main li {
    margin-bottom: 10px;
}
.list-main li.active {
    border-width:1px ;
    border-color:var(--main-brown, #6b132c);
    border-style:solid;
    border-radius: 5px;
    right: -1px;
    z-index: 2;
}
.list-main li:hover {
    cursor: pointer;
}

@keyframes slideFromLeft {
    from {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes slideFromRight {
    from {
        transform: translateX(200%);
    }
    to {
        transform: translateX(0);
    }
}
.wraper-text-banner{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.first-page-h1,
.wraper-text-banner .special-text-main{
    order: 3;
    transform: translateX(-200%);
    animation: slideFromLeft 0.6s normal forwards ease-in-out;
    animation-delay: 1.2s;
    animation-iteration-count: 1;
}
.wraper-text-banner .special-text-main{
    margin-top: -230px;
}
.wraper-text-banner .special-text-main h2{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
    color: white;
}
.wraper-text-banner .special-text-main .col-xs-12{
    white-space: nowrap;
}
.first-page-h1{
    order: 1;
    animation-delay: 0.6s;
}
.wraper-text-banner .form-wraper {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    width: 350px;
    flex: 0 0 auto;
    max-width: 100%;
    order: 2;
    margin-top: 40px;
    transform: translateX(200%);
    animation: slideFromRight 0.6s normal forwards ease-in-out;
    animation-iteration-count: 1;
}
.wraper-text-banner .form-wraper .title-cont-form {
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
}
.wraper-text-banner .form-wraper .form-group {
    margin-bottom: 20px!important;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.wraper-text-banner .form-wraper .form-group:last-child {
    margin-bottom: 0!important;
}
#help-form .dropdown .btn-default{
    width: 100%;
    margin-right: -26px;
    z-index: 1;
    text-align: left;
    overflow: hidden;
}
.wraper-text-banner{
    overflow-x: hidden;
}
#help-form .dropdown .btn-brown{
    z-index: 2;
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 0;
}
#help-form .dropdown .dropdown-menu{
    width: 100%;
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}
#help-form .dropdown .dropdown-menu a{
    text-decoration: none;
}
.flex-column{
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.flex-50{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.display-inline-block{
    display: inline-block;
}

.dostavka-name {
    font-size: 18px;
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
.ukraine-delivery-text {
    font-size: 18px;
    color:#262626;
    line-height: 1.5;
}
.delivery-price {
    padding: 40px 15px;
    border:2px solid var(--main-brown, #6b132c);
    text-align: center;
}
.violet-name {
    color:var(--main-brown, #6b132c);
    font-size: 24px;
    line-height: 1.3;
}
.delivery-small-text {
    font-size: 18px;
    margin: 25px 0;
}
.big-price {
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
}
.delivery-img-text {
    background-image: url(../images/delivery-img-blog.png);
    height: 21px;
    width: 22px;
    margin:20px auto;
}
.small-violet {
    font-size: 12px;
    color:var(--main-brown, #6b132c);
    margin-top: 10px;
}
.info-text {
    text-align: center;
    font-size: 24px;
    color:var(--main-brown, #6b132c);
    margin: 30px 0 0 0;
    padding: 15px 0;
    line-height: 1.2;
    /*background-image: url(../images/patt2.png);*/
    /*background-color: white;*/
}
.attention-info {
    padding: 0 60px;
    background-image: url(../images/patt2.png);
}
.block {
    display: block;
}
.hover-main {
    color:#ffffff;
}
.hover-main:hover {
    color:var(--main-brown, #6b132c);
    text-decoration: none;
}
.special-text-main .hover-main:hover {
    color: #fff;
    text-decoration: underline;
}
.hover-main:active,
.hover-main:focus {
    color:#ffffff;
    text-decoration: none;
}

.display-inline-block{
    display: inline-block;
}

.stop-text {
    font-weight: 300;
    line-height: 1.6;
    color:#343434;
    font-size: 14px;
}
.stop-img {
    background-repeat: no-repeat;
    height: 40px;
    background-position:  center;

}
.stop-img-1 {
    background-image: url(../images/stop/1.png);
}
.stop-img-2 {
    background-image: url(../images/stop/2.png);
}
.stop-img-3 {
    background-image: url(../images/stop/3.jpg);
}
.stop-img-4 {
    background-image: url(../images/stop/4.jpg);
}
.stop-img-5 {
    background-image: url(../images/stop/5.jpg);
}
.stop-img-6 {
    background-image: url(../images/stop/6.jpg);
}
.stop-img-7 {
    background-image: url(../images/stop/7.jpg);
}
.stop-img-8 {
    background-image: url(../images/stop/8.jpg);
}
.stop-img-9 {
    background-image: url(../images/stop/9.jpg);
}
.stop-img-10 {
    background-image: url(../images/stop/10.jpg);
}
.stop-img-11 {
    background-image: url(../images/stop/11.jpg);
}
.stop-img-12 {
    background-image: url(../images/stop/12.jpg);
}
.stop-img-13 {
    background-image: url(../images/stop/13.jpg);
}
.stop-img-14 {
    background-image: url(../images/stop/14.jpg);
}
.stop-img-15 {
    background-image: url(../images/stop/15.jpg);
}
.stop-img-16 {
    background-image: url(../images/stop/16.jpg);
}
.stop-img-17 {
    background-image: url(../images/stop/17.jpg);
}
.stop-img-18 {
    background-image: url(../images/stop/18.jpg);
}
.stop-img-19 {
    background-image: url(../images/stop/19.jpg);
}
.stop-img-20 {
    background-image: url(../images/stop/20.jpg);
}
.stop-img-21 {
    background-image: url(../images/stop/21.jpg);
}
.stop-img-22 {
    background-image: url(../images/stop/22.jpg);
}
.stop-img-23 {
    background-image: url(../images/stop/23.jpg);
}
.stop-img-24 {
    background-image: url(../images/stop/24.jpg);
}
.stop-img-25{
    background-image: url(../images/stop/25.jpg);
}
.stop-img-26 {
    background-image: url(../images/stop/26.jpg);
}
.stop-img-27 {
    background-image: url(../images/stop/27.jpg);
}
.stop-img-28 {
    background-image: url(../images/stop/28.jpg);
}
.stop-img-29 {
    background-image: url(../images/stop/29.jpg);
}
.stop-img-30 {
    background-image: url(../images/stop/30.jpg);
}
.stop-img-31 {
    background-image: url(../images/stop/31.jpg);
}
.stop-img-32 {
    background-image: url(../images/stop/32.jpg);
}
.stop-img-33 {
    background-image: url(../images/stop/33.jpg);
}
.stop-img-34 {
    background-image: url(../images/stop/34.jpg);
}

@media screen and (max-width: 1000px) {
    .wraper-text-banner {
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .wraper-text-banner .special-text-main{
        order: 3;
        margin-top: 40px;
        padding: 20px;
        background: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }
    .wraper-text-banner .special-text-main h2{
        color: #3e312c;
        margin-bottom: 20px;
    }
    .wraper-text-banner .form-wraper{
        order: 2;
        margin-top: 0;
        width: 100%;
    }
    .wraper-text-banner .first-page-h1{
        text-align: center;
        width: 100%;
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .flex-50{
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .main-img{
        border: 1px solid #0504AA;
        border-radius: 50%;
        width: 30px;
        margin: 0 auto;
    }
    .main-text{
        margin: 0 0 10px;
        padding-right: 32px;
    }
    .hover-main{
        color: #3e312c;
    }
    .heading-one{
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .car-bg img {
        height: 260px;
        min-height: 260px;
    }
    .car-h1{
        left: 56%;
        margin-top: 11%;
    }
    .car-h1 .h1{
        font-size: 20px;
    }
    .car-h1 h2{
        font-size: 18px;
    }
    #car-help-form .btn-lg{
        padding: 6px 16px;
    }
    #car-help-form .input-lg{
        height: 36px;
        max-width: 156px;
        padding: 6px 10px;
    }
}

@media (max-width: 767px) {
    .contacts-usa-title > div > div{
        margin-bottom: 0;
        font-size: 12px;
    }
    .car-bg img {
        height: 178px;
        min-height: 178px;
    }
    .car-pre-h1{
        position: relative;
        top: 0;
    }
    .car-h1{
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0;
        color: black;
        text-shadow: none;
    }
    .car-h1 .h1{
        font-size: 22px;
        color: black;
    }
}

@media (min-width: 1500px) {
    .car-bg img {
        margin-left: 12%;
    }
    .car-h1{
        margin-top: 195px;
    }
}

@media (min-width: 767px) {
    body {
        font-size: 18px;
    }
    h1 {
        /*padding-top: 100px;*/
        font-size: 40px;
    }
    .questions-answers {
        margin-bottom: 60px;
    }
    .main-page h1 {
        padding-top: 20px;
        /*font-size: 58px;*/
    }
    .question-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .question-text {
        font-size: 14px;
    }
    .steps-block {
        margin-bottom: 50px;
    }
    .steps-title {
        padding-top: 34px;
        font-size: 36px;
    }
    .steps-text {
        padding-left: 100px;
    }
    .content-text p {
        font-size: 17px;
    }
    .one_news img {
        max-height: 130px;
    }
    .send_package_container > div > .warning {
        position: absolute;
        right: 85px;
        top: 25px;
        font-size: 14px;
    }
    .send_package_container > div {
        width: 100%;
        margin-bottom: 16px;
        text-align: right;
        position: relative;
    }
    .send_package_container > div > span.code_type_delive {
        display: inline-block;
        float: right;
        width: 176px;
        height: 30px;
        padding-right: 35px;
    }
    .send_package_container > div > span {
        margin-right: 5px;
        font-size: 14px;
        line-height: 30px;
        display: inline-block;
        float: right;
    }
    .send_package_container > div > button {
        display: inline-block;
        float: right;
    }
    .user_to_send_container {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
    .user_to_send_container input[type="radio"] {
        margin: 0 10px 0 0;
        display: block;
        float: left;
        height: 16px;
        cursor: pointer;
    }
    #send_package {
        margin-top: 10px;
    }
    .ui-dialog-titlebar-close > span.glyphicon {
        top: 0;
        left: -1px;
    }
    .user_to_send_container label {
        cursor: pointer;
    }
    h2, .h2 {
        font-family: 'Open Sans', "Helvetica Neue", Helvetica, sans-serif;
        font-size: 24px;

        line-height: 24px;
    }
    .form-horizontal .control-label{
        padding-top: 7px;
        font-size: 14px;
    }
    .header-cover {
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        z-index: 98;
        width: 100%;
    }
    .description {
        font-size: 17px;
    }
    .offer-item {
        min-height: 100%;
        cursor: pointer;
    }
    .include-into-price>li {
        margin-bottom: 25px;
        background-size: 8px;
    }
    .classic-green {
        width: 215px;
        padding: 20px 30px;
    }
    .first-ico:before, .second-ico:before, .third-ico:before, .fourth-ico:before, .fifth-ico:before {
        left: 5%;
    }
    .registration-large input {
        height: 55px;
        line-height: 55px;
        width: 458px;
        margin-bottom: 40px;
    }
    .sup-menu {
        height: 35px;
        background-color: var(--main-brown, #6b132c);
    }
    .sup-menu ul li {
        float: left;
        position: relative;
        padding: 0 5px;
        cursor: pointer;
        list-style-type: none;
    }
    .sup-menu ul li:last-child {
        padding: 0;
    }
    .sup-menu ul span ,
    .sup-menu ul a {
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        line-height: 35px;
        outline: none!important;
        text-decoration: none!important;
    }
    .sup-menu .user_profile img{
        vertical-align: middle;
    }
    .sup-menu .user_profile img{
        vertical-align: middle;
    }
    .sup-menu .pull-right ul li {
        float: left;
        padding: 0 0 0 25px;
    }
    .top-nav {
        height: 90px;
        background-color: var(--transp-brown, rgba(107, 19, 44, 0.65));
    }
    .logotype-large {
        display: block;
        height: 90px;
        width: 190px;
        background-image: url(../images/postdove-logo.png);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .main-menu {
        height: 90px;
    }
    .main-menu li {
        position: relative;
        display: inline-block;
    }
    .main-submenu.delivery-submenu {
        width: 400px;
    }
    .main-submenu.submenu_pokupka {
        width: 475px;
    }
    .main-submenu.submenu_pokupka li {
        width: 33%;
        float: left;
    }
    .main-submenu.delivery-submenu li {
        width: 50%;
        float: left;
    }
    .main-submenu.submenu_pokupka li a,
    .main-submenu.delivery-submenu li a {
        width: 100%;
    }
    .main-menu li span,
    .main-menu li a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 4px;
        width: 165px;
        text-decoration: none;
        text-align: center;
        line-height: 90px;
        padding: 14px 6px;
        cursor: pointer;
    }
    .main-menu li span:hover,
    .main-menu li a:not(.btn-purple):hover {
        background-color: rgba(255, 255, 255, .15);
    }
    .main-menu li span:active,
    .main-menu li span.active_a,
    .main-menu li a:active,
    .main-menu li a.active_a {
        color: #262626;
        background-color: #fff;
    }
    .drop-down-btn:after {
        display: inline;
        content: url(../images/dropdown.png);
        position: absolute;
        top: -1px;
        right: 18px;
        opacity: .5;
    }
    .drop-down-btn:hover:after {
        content: url(../images/dropdown-tri-w.png);
    }
    .drop-down-btn:active:after {
        content: url(../images/dropdown-tri.png);
    }
    .main-submenu {
        display: none;
        background-color: #f2f2f2;
        position: absolute;
        top: 74px;
        left: 0;
        z-index: 99;
        border-radius: 4px;
        width: 300px;
    }
    .main-menu li:hover .main-submenu {
        display: block;
    }
    .main-submenu li a {
        display: block;
        color: #262626;
        line-height: 16px;
        padding: 14px 37px;
        text-align: left;
        width: 300px;
        border-radius: 0;
    }
    .main-submenu li:first-child a {
        border-radius: 4px 4px 0 0;
    }
    .main-submenu li:last-child  a{
        border-radius: 0 0 4px 4px;
    }
    .main-submenu li a:hover {
        background-color: #bfbfbf;
    }
    .main-submenu li a.active_a {
        background-color: #b1b1b1;
    }
    .quote {
        font-size: 32px;
        padding: 20px 40px 28px;
    }
    .tableMyCode .tab-content{
        padding: 20px;
    }
    /*** Table Styles **/
    table {
        border-color: #4d4d4d;
        margin-bottom: 50px;
    }
    .weight-table {
        background: white;
        border-radius: 9px;
        border-collapse: collapse;
        width: 760px;
    }

    .tableMyCode:not(.table-striped)>tbody>tr:nth-child(4n+1)>td {
        background: rgba(229, 227, 230, 0.25);
    }
    .tableMyNull tr:nth-child(odd) td {
        background: rgba(229, 227, 230, 0.25);
    }
    tr:last-child td:first-child {
        /*border-bottom-left-radius:8px;*/
    }

    tr:last-child td:last-child {
        /*border-bottom-right-radius:8px;*/
    }

    td {
        padding: 8px;
        text-align: center;
        vertical-align: middle!important;
        font-weight: 400;
        font-size: 12px;
        border-right: 1px solid #4d4d4d;
    }
    #ordercost td {
        text-align: left;
    }
    td:last-child {
        border-right: 0;
    }

    th.text-left {
        text-align: left;
    }

    th.text-center {
        text-align: center;
    }

    th.text-right {
        text-align: right;
    }

    td.text-left {
        text-align: left;
    }

    td.text-center {
        text-align: center;
    }

    td.text-right {
        text-align: right;
    }
    /*** End Table Styles **/
    .price {
        background-image: url(../images/map-berlin2.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .modal-dialog.message-send {
        position: absolute;
        top: 25%;
        left: calc(50% - 300px);
        z-index: 100500;
    }
    .picture-block-text  {
        font-size: 44px;
        text-align: left;
    }
    .picture-block-text span {
        padding:  5px;
        line-height: 1.3;
    }
    .bottom-picture-block {
        padding: 40px 0 20px 0;
    }
    .list-main li.active  {
        border-radius: 5px 0 0 5px;
        border-width: 1px 0 1px 1px
    }
    .shops-catalog-link:hover .shops-catalog-name {
        display: block;
    }
    .shops-catalog-link img {
        width: 90px;
        height: 90px;
    }
    .delivery-padding {
        padding: 60px 0;
    }
    .delivery-work-title {
        font-size: 32px;

    }
    .delivery-one,.delivery-two,.delivery-new-post,.delivery-online,.delivery-customs,.delivery-control {
        padding-left: 100px;
        background-position: 60px 0;
    }
    .delivery-company-title {
        font-size: 36px;

    }
    .delivery-company-img {
        margin-top: 110px;
    }
    .delivery-question-title  {
        margin: 15px 0;
    }
    .work-img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .stop-text {
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }
    .stop-img {
        height: 75px;
        background-position: center;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .stop-img-1 {
        background-image: url(../images/stop/1-big.png);
    }
    .stop-img-2 {
        background-image: url(../images/stop/2-big.jpg);
    }
    .stop-img-3 {
        background-image: url(../images/stop/3-big.jpg);
    }
    .stop-img-4 {
        background-image: url(../images/stop/4-big.jpg);
    }
    .stop-img-5 {
        background-image: url(../images/stop/5-big.jpg);
    }
    .stop-img-6 {
        background-image: url(../images/stop/6-big.jpg);
    }
    .stop-img-7 {
        background-image: url(../images/stop/7-big.jpg);
    }
    .stop-img-8 {
        background-image: url(../images/stop/8-big.jpg);
    }
    .stop-img-9 {
        background-image: url(../images/stop/9-big.jpg);
    }
    .stop-img-10 {
        background-image: url(../images/stop/10-big.jpg);
    }
    .stop-img-11 {
        background-image: url(../images/stop/11-big.jpg);
    }
    .stop-img-12 {
        background-image: url(../images/stop/12-big.jpg);
    }
    .stop-img-13 {
        background-image: url(../images/stop/13-big.jpg);
    }
    .stop-img-14 {
        background-image: url(../images/stop/14-big.jpg);
    }
    .stop-img-15 {
        background-image: url(../images/stop/15-big.jpg);
    }
    .stop-img-16 {
        background-image: url(../images/stop/16-big.jpg);
    }
    .stop-img-17 {
        background-image: url(../images/stop/17-big.jpg);
    }
    .stop-img-18 {
        background-image: url(../images/stop/18-big.jpg);
    }
    .stop-img-19 {
        background-image: url(../images/stop/19-big.jpg);
    }
    .stop-img-20 {
        background-image: url(../images/stop/20-big.jpg);
    }
    .stop-img-21 {
        background-image: url(../images/stop/21-big.jpg);
    }
    .stop-img-22 {
        background-image: url(../images/stop/22-big.jpg);
    }
    .stop-img-23 {
        background-image: url(../images/stop/23-big.jpg);
    }
    .stop-img-24 {
        background-image: url(../images/stop/24-big.jpg);
    }
    .stop-img-25 {
        background-image: url(../images/stop/25-big.jpg);
    }
    .stop-img-26 {
        background-image: url(../images/stop/26-big.jpg);
    }
    .stop-img-27 {
        background-image: url(../images/stop/27-big.jpg);
    }
    .stop-img-28 {
        background-image: url(../images/stop/28-big.jpg);
    }
    .stop-img-29 {
        background-image: url(../images/stop/29-big.jpg);
    }
    .stop-img-30 {
        background-image: url(../images/stop/30-big.jpg);
    }
    .stop-img-31 {
        background-image: url(../images/stop/31-big.jpg);
    }
    .stop-img-32 {
        background-image: url(../images/stop/32-big.jpg);
    }
    .stop-img-33 {
        background-image: url(../images/stop/33-big.jpg);
    }
    .stop-img-34 {
        background-image: url(../images/stop/34-big.jpg);
    }
    .pl-25{
        padding-left: 25px;
    }
    .pr-25{
        padding-right: 25px;
    }
}

.popolnenie{
    border-top: 1px solid var(--main-red, #730000);
    border-bottom: 1px solid var(--main-red, #730000);
    padding: 20px 0 0;
    margin-bottom: 10px;
    position: relative;
}
.popolnenie .text-left{
    text-align: left!important;
}
.popolnenie .media{
    margin-top: 0;
    margin-bottom: 15px;
}
.popolnenie .media img{
    max-width: none;
}
.popolnenie .media .media-body{
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
}
.popolnenie .table th{
    border: none;
}
.popolnenie .table td{
    text-align: center!important;
    border: 1px solid black;
}
.popolnenie .btn-close{
    position: absolute;
    bottom: 20px;
    right: 15px;
}
@media (max-width: 767px) {
    .popolnenie .btn-close{
        position: absolute;
        bottom: 3px;
        right: 0;
    }
}
#calc_rub, #calc_usd{
    border: none;
    outline: none!important;
    box-shadow: none!important;
}

.media-list.shops .media{
    border: 1px solid #f2f2f2;
    border-radius: 1px;

    width: auto;
    float: left;
    margin: 0 15px 15px 15px;
}
.media-list.shops .media .media-body {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #f2f2f2;
    background-color: #fbfbfb;
    font-size: 16px;
    color: #919191;
}
.media-list.shops .media .media-body.sale:before{
    position: absolute;
    top: 10px;
    right: 15px;
    content: '';
    width: 63px;
    height: 24px;
    background-image: url(../images/catalog_sale.png);
}
.media-list.shops .media .media-object{
    width: 150px;
    height: 150px;
    max-width: 150px;
}
.media-list.shops .media .media-heading{
    margin-top: 5px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.media-list.shops .media .media-heading a {
    color: #000;
    text-decoration: none;
}
.media-list.shops .media .media-body p {
    line-height: 1.2;
}
.media-list.shops .media .media-body a.btn {
    float: right;
}
.media-list.shops .media .media-left {
    padding-right: 0;
}

/*shops slider*/
.swiper-container {
    width: 90%;
    height: 100px;
    margin-top: 10px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100px;
    height: 100px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next,.swiper-button-prev {
    background-image: none;
    color: var(--main-brown, #6b132c);
    font-size: 42px;
    width: 42px;
    position: absolute;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.container.relative {
    position: relative;
}
.recomended {
    font-size: 24px;
    color: var(--main-brown, #6b132c);
    font-weight: bold;
}
a.recomended {
    text-decoration: none;
}
/*shops slider end*/

table.balance{
    /*margin-bottom: 10px!important;*/
}
table.balance thead tr th,
table.tableMyCode thead tr th{
    border-bottom: none;
}
table.balance tbody tr td:not(:first-child),
table.tableMyCode tbody tr td:not(:first-child){
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}
table.balance tbody tr td:not(:last-child),
table.tableMyCode tbody tr td:not(:last-child){
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}
table.balance tbody tr td,
table.tableMyCode tbody tr td{
    border-top: none;
    border-bottom: none;
    /*background: none;*/
    vertical-align: middle;
}
table.balance,
table.tableMyCode{
    width: 99.99%;
    /*border-bottom: 1px solid black;*/
    /*border-top: 1px solid black;*/
}
table.balance > tbody > tr:nth-child(4n-1),
table.balance > tbody > tr:nth-child(4n){
    background-color: #e4e4e4;
}
.allowdelivery a.btn-link {
    padding: 0 12px;
}
.uslugi > h2 {
    text-align: center;
    font-size: 36px;
    color: #b22222;
    line-height: 1.4;
    margin: 0;
    text-transform: none;
}
.uslugi > h3 {
    text-align: center;
    font-size: 20px;
    color: #b22222;
    line-height: 1.2;
}
.first.uslugi {
    padding-top: 35px;
}
.first.uslugi > h2 {
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    color: var(--main-brown, #6b132c);
    line-height: 1;
    text-transform: none;
}
.first.uslugi > h2 > span {
    text-align: center;
    color: #b22222;
    font-size: 40px;
    line-height: 1;
}
.usluga-container {
    text-align: center;
    margin-top: 20px;
}
.sale {
    margin-top: 25px;
}
.sale-container:after,
.usluga-container:after {
    display: block;
    clear: both;
    content: '';
}
.usluga-info img {
    margin: 10px 0;
}
.usluga-container img {
    height: 100px;
}
.first .usluga-container img {
    height: 150px;
}
.usluga-container h2 {
    font-size: 20px;
    color: #696969;
}
.usluga-container h3 {
    font-size: 14px;
}
.usluga-container > div {
    border-right: 1px solid #4d4d4d;
}
.sale-container > div:last-child {
    border-left: 1px solid #4d4d4d;
}
.usluga-container > div:last-child {
    border: none;
}
.usluga-info > div > div {
    display: table;
    min-height: 100px;
    padding: 0 5px;
}
.usluga-info > div > div:nth-child(2) {
    border-right: 1px solid #4d4d4d;
    border-left: 1px solid #4d4d4d;
}
.usluga-info > div > div > h4,
.usluga-info > div > div > p,
.usluga-info > div > div > img {
    display: table-cell;
    vertical-align: middle;
}
.usluga-info > div > div:last-child {
    padding-right: 0;
}
/*.pokupka h1,*/
/*.skidki-i-rebejty h1,*/
/*.tarify h1 {*/
    /*font-size: 40px;*/
/*}*/
.skidki-i-rebejty h1 {
    margin-bottom: 50px;
}
.shops-logos > div {
    text-align: center;
    min-height: 60px;
    border-left: 1px solid #4d4d4d;
}
.shops-logos > div:nth-child(4n+1),
.shops-logos > div:first-child {
    border: none;
}
.shops-logos > div img {
    max-height: 56px;
}
.comision {
    text-align: center;
    margin:35px auto;
}
.vikup-info {
    margin-bottom: 35px;
}
.comision > div {
    margin-bottom: 20px;
}
.comision span {
    padding: 8px 20px;
}
.comision span:first-child {
    border-right: 1px solid #4d4d4d;
}
/*.pokupka h2 {
    text-align: center;
    font-size:36px;
    line-height: 36px;
    color: var(--main-brown, #6b132c)
}*/

@media (max-width: 767px) {
    table.balance > tbody > tr.display-y td:last-child ,
    table.tableMyCode > tbody > tr.display-y td:last-child ,
    .td_last{
        position: relative;
    }
    table.balance > tbody > tr.display-y td:last-child:after ,
    table.tableMyCode > tbody > tr.display-y td:last-child:after ,
    .td_last:after{
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        content: "\e114";
        color: black;
        height: 0;
        width: 0;
        position: absolute;
        right: 20px;
        bottom: 64%;
    }
    table.balance > tbody > tr.display-y.up td:last-child:after ,
    table.tableMyCode > tbody > tr.display-y.up td:last-child:after ,
    .display-y.up .td_last:after{
        content: "\e113";
    }
    .balance h1 {
        font-size: 32px;
    }
    .balance h2 {
        font-size: 20px;
    }
    .pokupka h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .vikup-info {
        margin-bottom: 0;
    }
    div.wrapPaging {
        text-align: center;
        width: 100%;
    }
    div.per_page form {
        text-align: center;
    }
    .information.pdd-top-btm {
        padding-bottom: 0;
    }
    .contacts-usa-title > div > div {
        margin-bottom: 0;
        font-size: 12px;
    }
    .shops-logos > div,
    .sale-container > div:last-child,
    .usluga-container > div {
        border: none;
    }
    .comision {
        margin: 10px auto;
    }
    .comision span,
    .comision span:first-child {
        border: none;
        display: block;
    }
    .usluga-container h2 {
        font-size: 18px;
    }
    .uslugi > h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .uslugi > h3 {
        font-size: 18px;
    }
    .first.uslugi > h2 {
        font-size: 30px;
    }
    .first.uslugi > h2 > span {
        font-size: 34px;
    }
    .usluga-info > div {
        padding: 10px 0;
        border-bottom: 1px solid #4d4d4d;
    }
    .usluga-info > div:last-child {
        border-bottom: none;
    }
    .usluga-info > div > div {
        display: block;
        text-align: center;
        min-height: inherit;
        height: inherit!important;
    }
    .usluga-info > div > div:nth-child(2) {
        border: none;
    }
    .usluga-info > div > div > h4,
    .usluga-info > div > div > p,
    .usluga-info > div > div > img {
        display: inline-block;
        margin: 0;

    }
    .tarify .table > tbody > tr > th {
        text-align: center;
        vertical-align: bottom;
    }
    .tarify .table > tbody > tr > th img {
        display: block;
        margin: 0 auto;
    }
    /*.pokupka h1,*/
    /*.skidki-i-rebejty h1,*/
    /*.tarify h1 {*/
        /*font-size: 32px;*/
        /*font-weight: normal;*/
        /*padding-top: 0;*/
    /*}*/
    .skidki-i-rebejty h1 {
        margin-bottom: 20px;
    }

    .shops-catalog-categoies h3 {
        display: none;
    }
    .media-list.shops {
        position: relative;
    }
    .media-list.shops .media .media-object {
        margin: 10px auto 0;
        width: 110px;
        height: 110px;
        max-width: 110px;
    }
    .media-list.shops .media .media-left {
        display: block;
        width: 100%;
    }
    .media-list.shops .media .media-body {
        display: block;
        padding: 10px;
        width: 100%;
    }
    .media-list.shops .media .media-left.sale:before {
        position: absolute;
        top: 5px;
        right: 5px;
        content: '';
        width: 63px;
        height: 24px;
        background-image: url(../images/catalog_sale.png);
    }
    .media-list.shops .media .media-body.sale:before {
        display: none;
    }
    .shops-catalog-container {
        width: 20%;
    }
}
.nashi-uslugi h1 {
    /*text-align: center;*/
    /*font-size: 40px;*/
    /*color: #b22222;*/
    /*line-height: 1.6;*/
    text-align: center;
    line-height: 1.3em;
    padding-top: 55px;
    font-size: 40px;
    font-weight: 300 !important;
    /*text-transform: uppercase;*/
    margin-bottom: 30px;
}

.lookmore-ico,.delete-ico,.archive-ico,.unarchive-ico {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.lookmore-ico {
    background: url(../images/more-ico.png) no-repeat;
    background-size: 100%;
}
.delete-ico {
    background: url(../images/delete-ico.png) no-repeat;
    background-size: 100%;
}
.archive-ico {
    background: url(../images/archive-ico.png) no-repeat;
    background-size: 100%;
}
.unarchive-ico {
    background: url(../images/unarchive-ico.png) no-repeat;
    background-size: 100%;
}
.link_true {
    display: block;
    margin-bottom: 10px;
}
.unavailable {
    background-color: #dababa;
    opacity: 0.5;
}
button.edit-order {
    display: block;
    background: #EEE;
    width: 100%;
    border: 1px solid #333;
    cursor: pointer;
    margin: 2px 0;
}
button.edit-order:hover {
    background: #BBB;
}
#orderbuy.add-new-item {
    display: none;
}
.add_item_to_order {
    background-color: #df5800;
    padding: 10px 15px;
    border: 1px solid #df5800;
    color: #fff;
    cursor: pointer;
}
.add_item_to_order:hover {
    color: #df5800;
    background-color: #fff;
}
.balance_button {
    margin: 10px 0;
}
.denytosend_ico {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    background: url(../images/denytosend.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 2px;
    cursor: help;
}
.currency_up {
    margin: 10px 0;
    font-size: 14px;
}
.btn{
    /*padding: 5px 15px;*/
    cursor: pointer;
    display: inline-block;
    /*margin-bottom: 10px;*/
    text-decoration: none;
    vertical-align: top;
}
a.btn-grey,
.btn-grey {
    background-color: #8a8181 !important;
    border: 1px solid #8a8181;
    color: #fff !important;
}
a.btn-grey:hover,
.btn-grey:hover {
    background-color: #fff !important;
    color: #8a8181 !important;
}
a.btn-green {
    background-color: #2D8E0D !important;
    border: 1px solid #ccc;
    color: #fff !important;
}
a.btn-green:hover {
    background-color: #246F0B !important;
    color: #fff !important;
}
.content_account {
    margin-top: 10px;
}
.allowdelivery .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.allowdelivery button[type="submit"] {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
div.per_page span {
    display: inline-block;
    padding: 6px 0;
}
div.per_page input {
    padding: 3px 6px 4px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    color: #000;
}

.agreebutton {
    padding: 5px 20px;
    cursor: pointer;
    width: 230px;
    /* margin: 0 auto;
     display: block;*/
    background: var(--main-red, #730000);
    color: #fff;
}
/*#message-show {
    border: 1px solid var(--main-red, #730000);
    padding: 10px;
    background: #eaeaea;
    border-radius: 5px;
}*/
#message-show .col-r.w40 {
    text-align: right;
}
#message-show {
    padding: 3% 0 3% 0;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
#message-show.rules {
    z-index: 100000;
    margin: 0;
}
#message-show .row {
    text-align: center;
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;

}
#message-show.rules .row{
    text-align: unset;
}
#message-show.rules form,
#message-show.rules h1{
    text-align: center;
}
#message-show.rules h1{
    color: #262626;
}
#message-show .row:first-child {
    /*border-radius: 10px 10px 0 0;*/
}
#message-show .row:last-child {
    /*border-radius: 0 0 10px 10px;*/
}

.offer-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 21px;
}
.offer-list-item img {
    margin-right: 10px;
}
.offer-list-item p {
    line-height: 1.4;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.offer-list-cap{
    font-size: 26px;
    color: #fff;
    background-color: var(--main-brown, #250625);
    margin-right: 10px;
    border-radius: 50%;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    min-width: 76px;
}
.calculator {
    display: block;
    position: relative;
    font-family: "OpenSans";
    font-weight: 300;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #4d4d4d;*/
}
.calc-data {
    display: block;
    margin: 50px auto;
    width: fit-content;
}
.calc-data:after {
    display: block;
    content: "";
    clear: both;
}
.calc-data .calc-button {
    display: inline-block;
    float: right;
}
.calc-data .calc-button .btn {
    width: 220px;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    margin-top: 38px;
    margin-left: 30px;
}
.calc-data .weight-value {
    display: inline-block;
    float: left;
}
.calc-data .weight-value label {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color: #521023;
    text-align: center;
}
.calc-data .weight-value .package-weight {
    width: 245px;
    display: inline-block;
    float: left;
    padding: 0 40px;
    margin-right: 10px;
}
.calc-data .weight-value span {
    display: inline-block;
    padding: 0 10px;
}
.calc-data .calc-button .btn,
.calc-data .weight-value .package-weight,
.calc-data .weight-value span {
    height: 56px;
    line-height: 56px;
    border: 1px solid var(--main-brown, #6b132c);
    border-radius: 6px;
    color: #521023;
    font-size: 20px;
}
.calc-data .calc-button .btn:focus,
.calc-data .calc-button .btn:active {
    color: #fff!important;
    background-color: var(--main-brown, #6b132c);
}
.calc-form {
    width: 100%;
    /*margin: 0 auto;*/
}
.calc-result span {
    font-weight: 500;
    font-size: 14px;
}
.calc-data .weight-value .package-weight::-webkit-inner-spin-button,
.calc-data .weight-value .package-weight::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.calculator .row > .col-sm-4 {
    position: relative;
    border: 1px solid #f7f7f7;
}
.calculator .exspress_delivery,
.calculator .post_delivery,
.calculator .sea_delivery{
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 1;
    padding: 0 90px 0 50px;
    vertical-align: middle;
    font-size: 20px;
    color: #521023;
    border: none;
    display: flex;
    align-items: center;
    margin: 0;
    z-index: 100;
}
.calculator .exspress_delivery:before,
.calculator .post_delivery:before,
.calculator .sea_delivery:before{
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 44px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.calculator span.sea-package-cost-span,
.calculator span.express-package-cost-span,
.calculator span.post-package-cost-span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    height: 80px;
    line-height: 80px;
    color: #521023;
    font-size: 20px;
    font-weight: bold;
}
.calculator span.recommended {
    display: block;
    position: absolute;
    top: 5px;
    left: auto;
    right: 0;
    height: 20px;
    line-height: 20px;
    color: #521023;
    font-size: 12px;
    font-weight: bold;
}
.calculator .post_delivery:before {
    background-image: url('../images/icons/post_russia.png');
}
.calculator .exspress_delivery:before {
    background-image: url('../images/icons/express_icon.png');
}
.calculator .sea_delivery:before {
    background-image: url('../images/sea9.png');
}
.calculator .delivery-info {
    /*width: 395px;*/
    /*min-height: 507px;*/
    float: left;
    margin: 15px 0;
    /*border-right: 1px dotted #6b1230;*/
    color: #272727;
    font-weight: normal;
}
.calculator .delivery-info .delivery-info-item {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 18px;
    padding: 5px 10px 5px 64px;
}
.calculator .delivery-info .delivery-info-item img {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}
.result-table {
    width: calc(100% - 395px);
    float: left;
    padding: 0 60px;
}
.result-table > div {
    padding: 30px 0;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}
.result-table table > tbody > tr > td {
    font-weight: bold;
    border-top: none;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}
.result-table table > tbody > tr:last-child > td {
    border-bottom: none;
}
.result-table tr > td:first-child {
    text-align: left;
    border-right: 1px solid #ddd;
}
.calculation-message-post,
.calculation-message-exspress {
    position: absolute;
    bottom: 0;
    display: none;
    left: 80px;
    font-size: 12px;
    font-weight: bold;
    color: red;
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.calculation-message-post.cost-info,
.calculation-message-exspress.cost-info{
    position: relative;
    font-size: 16px;
    left: unset;
    bottom: unset;
    line-height: 1.5;
    padding-bottom: 0;
}

.check_code .btn:focus{
    color: #fff!important;
    background-color: #521023!important;
}
.check_code .btn:active,
.check_code .btn:hover{
    color: #521023!important;
    background-color: #fff!important;
}
.check_code input[type=text]{
    height: 46px;
    line-height: 46px;
    border: 1px solid #521023;
    border-radius: 6px;
    color: #521023;
    font-size: 20px;
    padding: 0 20px;
    text-align: center;
}
#check_results{
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #521023;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .calc-form {
        width: 100%;
    }
}

.wraper-step{
    padding-bottom: 89px;
}
.arrow-num{
    font-size: 12px;
    position: absolute;
    width: 30px;
    height: 23px;
    text-align: center;
    background: var(--main-brown, #6b132c);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    top: 50px;
    right: -10px;
}
.arrow-num:after {
    content: "";
    width: 27px;
    height: 17px;
    position: absolute;
    left: 30px;
    border: 11px solid transparent;
    border-left: 11px solid var(--main-brown, #6b132c);
}
.wraper-step{
    background: #F9F9F9;
}
.our-service-list{

}
.our-service-item{
    min-height: 75px;
    display: flex;
    align-items: center;
}
.our-service-title{
    line-height: 20px;
    font-size: 14px;
    color: #252525;
    font-weight: bold;
    margin-left: 17px;
}
.step-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.desc-step{
    text-align: center;
}
.img-step{
    text-align: center;
    display: flex;
    justify-content: center;
    width: 118px;
    height: 118px;
    align-items: center;
    border-radius: 50%;
    border: none!important;
    margin-bottom: 10px;
}
.step-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.desc-step{
    text-align: center;
}
.desc-title-step{
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 767px){
    .border-line{
        border-left: none;
    }
    .arrow-num{
        font-size: 12px;
        position: relative;
        width: 30px;
        height: 23px;
        text-align: center;
        background: var(--main-brown, #6b132c);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: bold;
        top: 0;
        right: 0;
        margin: 20px 0;
    }
    .arrow-num:after {
        content: "";
        width: 27px;
        height: 17px;
        position: absolute;
        left: 0;
        border: 15px solid transparent;
        border-top: 16px solid var(--main-brown, #6b132c);
        top: 23px;
    }
}
.tarif-types{
    margin-top: 40px;
}
.tarif-types>.row>div{
    margin-top: 15px;
    margin-bottom: 15px;
}
.tarif-types .title{
    color: var(--main-brown, #6b132c);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.tarif-types .title:before{
    position: absolute;
    content: " ";
    bottom: -10px;
    left: 0;
    border: 2px solid var(--main-brown, #6b132c);
    width: 35px;
}
.tarif-types .text{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}
/*custom file input*/
.file_upload{
    position: relative;
    overflow: hidden;
    font-size: 1em;        /* example */
    height: 36px;           /* example */
    line-height: 34px;       /* the same as height */
}
.file_upload > button, .file_upload > div{
    cursor: pointer
}
.file_upload > button{
    float: left;
    width: auto;            /* example */
    padding: 0 20px;
    height: 100%
}
.file_upload > div{
    padding-left: 145px;      /* example */
}
@media only screen and ( max-width: 500px ){  /* example */
    .file_upload > div{
        display: none
    }
    .file_upload > button{
        width: 100%
    }
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    /*visibility: hidden;*/
    width: 1px;
    height: 1px;
    border: 0;
}

/* Making it beautiful */
.file_upload{
    /*border: 1px solid #ccc;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
    /*transition: box-shadow 0.1s linear*/
}
.file_upload.focus{
    /*box-shadow: 0 0 5px rgba(225, 222, 255, 0.45)*/
}
.file_upload > button{
    font-size: 12px;
    background: var(--main-buttons, #250625); /*#4d4d4d*/
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: #250625 0 -1px 0;   /*#494949*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.file_upload:hover > button{
    background-color: var(--main-buttons, #250625); /*#494949*/
    opacity: 0.75;
    text-shadow: #250625 0 -1px 0    /*#5e5e5e*/
}
.file_upload:active > button{
    background-color: var(--main-buttons, #250625); /*#5e5e5e*/
    opacity: 0.75;
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset
}
.tracking-code-info .file_upload {
    padding: 0;
}
/*custom file input end*/
@media (max-width: 767px) {
    .search-allow {
        margin-top: 0;
    }
    .search-allow .allowdelivery {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .search-allow .allowdelivery a {
        margin-top: 0;
    }
    .text-center-xs {
        text-align: center!important;
    }
    h2.ac_title {
        margin-top: 10px;
        font-size: 24px;
        margin-bottom: 10px;
    }
    div[class^=col-] {
        margin-bottom: 8px;
    }
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
        text-align: center;
    }
    .table-responsive>.table>thead>tr>th:first-child {
        white-space: nowrap;
    }
    .content_account {
        margin-top: 0;
    }
    .calc-data {
        text-align: center;
        margin-top: 20px;
    }
    .calc-data .calc-button,
    .calc-data .weight-value {
        float: none;
    }
    .calc-data .calc-button .btn {
        margin-left: 0;
    }
    .calculator .nav-tabs > li,
    .calculator .nav-tabs > li a {
        display: flex;
        width: 100%;
        padding-right: 0;
    }
    .calculator .nav-tabs > li a {
        padding-left: 65px;
        font-size: 18px;
    }
    .result-table {
        width: 100%;
        padding: 0 10px;
    }
    .calculator .nav-tabs > li a:before {
        left: 0;
    }
    .calculator .nav-tabs > li span {
        right: 10px;
    }
    .calculator .delivery-info {
        width: 100%;
        min-height: inherit;
        border: none;
        margin-bottom: 0;
    }
    .calculator .delivery-info .delivery-info-item {
        width: 100%;
        padding: 10px 0 10px 60px;
    }
    .calculator .delivery-info .delivery-info-item img {
        left: 0;
    }
    .result-table > div {
        padding-top: 20px;
        line-height: 32px;
        font-size: 18px;
    }
}
img {
    max-width: 100%;
    height: auto;
}

.btn-link{
    color: var(--main-buttons, #250625);
    /*color: #69132c;*/
}
.btn-link:hover,
.btn-link:active,
.btn-link:visited{
    color: var(--main-buttons, #250625);
    /*color: #521023;*/
}

.btn-blue {
    color: #fff!important;
    background-color: var(--main-brown, #6b132c);
    border-color: var(--main-brown, #6b132c);
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    color: #e1e1e1!important;
    background-color: #004969;
    border-color: #004969;
}
.btn-brown {
    color: #fff!important;
    background-color: #69132c;
    border-color: #521023;
}
.btn-brown:active,
.btn-brown:focus,
.btn-brown:hover {
    color: #69132c!important;
    background-color: #fff;
    border-color: #521023;
}
.btn-green {
    color: #fff!important;
    background-color: #2D8E0D;
    border-color: #246F0B;
}
.btn-green:active,
.btn-green:hover,
.btn-green:focus {
    color: #fff!important;
    background-color: #246F0B;
    border-color: #246F0B;
}
.btn-purple {
    color: #fff!important;
    background-color: var(--main-buttons, #250625);
    border-color: var(--main-buttons, #1a041a);
}
.btn-purple:active,
.btn-purple:hover,
.btn-purple:focus {
    background-color: var(--main-buttons, #250625);
    opacity: 0.75;
}
.btn-dark,
.btn-dark:focus {
    color: #fff!important;
    background-color: #4d4d4d!important;
    border-color: rgba(0,0,0,0.1);
    outline: none;
}
.btn-dark:active,
.btn-dark:hover {
    color: #4d4d4d!important;
    background-color: #fff!important;
    border-color: rgba(0,0,0,0.1);
}
#orderinfo table.tableMyCode {
    margin: 0;
}
.clear {
    display: block;
    content: "";
    clear: both;
}

.red_field {
    border: 1px solid #ca0500 !important;
    background: #f8e3de !important;
}


div.col-sm-4.col-xs-12.mid-block{
    border-right: 1px solid;
    border-left: 1px solid;
}

img.mid-img{
    height: 150px;
    margin-left: 29%;
    margin-right: 31%;
}

img.mid-img-less{
    height: 150px;
    margin-left: 40%;
    margin-right: 40%;
}


/*------------------------------------------------------
*/


p.text-right{
    text-align: center !important;
}


@media (max-width: 767px) {
    h1 strong{
        font-size: 32px;
        font-weight: normal;
    }

    img.mid-img{
        height: 150px;
        margin-left: 24%;
        margin-right: 31%;
    }
    h4 span{
        font-size: 20px;
    }

    h4 a{
        font-size: 17px;
    }

    h2{
        font-size: 27px !important;
        line-height: 1.2 !important;
        margin-top: 20px;
    }

    table tr td img{
        margin-left: 43%;
        margin-right: 44%;
    }

    table tr td strong{
        font-size: 20px;
    }

    table tr td.text-left{
        text-align: center !important;
    }

    table td.text-left h2 a{
        font-size: 13px;
    }

    td h2{
        font-size: 13px !important;
        line-height: 1.6 !important;
        margin-left: 10px;
        /*height: 100px;*/
    }

    table td.text-center h3{
        margin-right: 10px !important;
    }

    div.col-sm-4.col-xs-12.custom-buy.mid.mob{
        height: 40px !important;
        line-height: 1.2 !important;
    }

    div.col-sm-4.col-xs-12.custom-buy.mob{
        height: 40px !important;
        line-height: 1.2 !important;
    }

    div.col-sm-4.col-xs-12.custom-buy {
        height: 135px !important;
        line-height: 13.2;
    }


}

.comision span:first-child {
    border-right:none !important;
    text-align: center;
}

div.col-sm-4.col-xs-12.custom-buy{
    height: 168px;
    line-height: 13.2;
    text-align: center !important;
}

div.col-sm-4.col-xs-12.custom-buy.mid:before{
    content: "";
    display: block;
    width: 1px;
    height: 85%;
    left: 0;
    position: absolute;
    background: #4d4d4d;
    top: 10px;
}
div.col-sm-4.col-xs-12.custom-buy.mid:after{
    content: "";
    display: block;
    width: 1px;
    height: 85%;
    right: 0;
    position: absolute;
    background: #4d4d4d;
    top: 10px;
}

body.vazhno-znat.instrukciya-po-polzovaniju-lichnym-kabinetom h1, body.vazhno-znat.faq h1{
    margin-bottom: 50px;
}

.kontakty-v-ssha .contacts-usa-title {
    margin-bottom: 50px;
    margin-top: 40px;
}

.contacts-usa-title {
    border: 2px solid var(--main-brown, #6b132c);
    padding: 10px 0 10px 0;
}

.contacts-usa-title div {
    font-size: 26px;
    padding: 0 15px;
    line-height: 1;
}

.contacts-usa-title > div > div:first-child {
    text-align: right;
}

.contacts-usa-title span {
    display: block;
    margin-bottom: 10px;
}

.contacts-usa-title > div > div:last-child {
    border-left: 2px solid var(--main-brown, #6b132c);
}

.contacts-usa-title > div > div:last-child span {
    color: var(--main-brown, #6b132c);
    font-weight: bold;
}

/*h1.h1.text-center{
    font-size: 48px;
    font-weight: 300 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -22px;
}
*/

.contact-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--main-brown, #6b132c);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact-desc {
    font-size: 14px;
    margin-top: 30px;
    color: var(--main-brown, #6b132c);
    line-height: 1.4;
}

body.kontakty.kontakty-v-rossii div.h1_bg h1{
    display: none;
}

body.kontakty.kontakty-v-rossii div.h1_bg {
    height: 55px;
}


body.kontakty.kontakty-v-ssha div.h1_bg h1{
    display: none;
}

body.kontakty.kontakty-v-ssha div.h1_bg {
    height: 55px;
}


table.table tr:first-child td span{
    font-weight: bold;
}

table.table tr:last-child td span{
    font-weight: bold;
}

.form-group.required .control-label:after{
    content: "*";
    color: red;
}

/*.feedback .grey-background {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.grey-background {
    background-color: #e6e6e6;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col-sm-5 {
    width: 41.66666667%;
}

.kontakty-v-ukraine .time-to-work {
    padding-bottom: 0;
}

.time-to-work {
    background-color: #e0e0e0;
    padding: 30px 10px;
    background-image: url(../images/321.png);
}

.time-to-work-title {
    font-size: 24px;
    color: var(--main-brown, #6b132c);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}

.time-to-work-text {
    font-size: 18px;
    margin: 25px 0;
}

.time-to-work-day {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 300;
}

.time-to-work-day {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 300;
}

.time-to-work-day span {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}


.form {
    background-color: var(--main-brown, #6b132c);
    padding: 30px 100px 30px 30px;
}

.contact-us {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}


.form .input_small:not(.form-control), .form #message {
    border: 1px solid #ffffff;
    width: 100%;
    padding-left: 16px;
    height: 38px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 0;
    margin-top: 30px;
    max-width: 100%;
    color: #ffffff !important;
}

#submit {
    background-color: #262626;
    width: 100%;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}
*/

/*.form-horizontal.form{
    display: none;
}

*/

@media (max-width: 320px) {
    img.mid-img{
        height: 150px;
        margin-left: 19%;
        margin-right: 23%;
    }
}

@media (min-width: 992px) {
    .main-menu li span,
    .main-menu li a {
        padding: 14px 10px;
    }
    .kontakty h1 {
        font-size: 48px;
    }
    .form  {
        padding: 30px 100px 30px 30px;
    }
    #submit {
        width: 130px;
    }
    .time-to-work {
        padding: 30px;
    }
    .kontakty-v-ukraine .time-to-work {
        padding-bottom: 0;
    }
    .picture-block-text  {
        font-size: 60px;
        text-align: left;
    }
    .delivery-price {
        padding: 35px 30px;
    }
    .big-price {
        font-size: 163px;
    }
    .picture-block-text  {
        font-size: 60px;
        text-align: left;
    }
    .margin-60 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .main-menu li span,
    .main-menu li a {
        font-size: 14px;
        padding: 14px 30px;
    }
    .main-submenu.submenu_pokupka {
        width: 668px;
    }
    .big-price {
        font-size: 134px;
    }
}

.ui-dialog{
    max-width: 100%;
    z-index: 1001;
    max-height: 100vh;
    overflow-y: auto;
}

.profile-info-stats fieldset{
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    margin-bottom: 10px;
}
.profile-info-stats fieldset legend{
    padding: 5px;
    width: auto;
    /*margin: 0 auto;*/
}
.modal-dialog.fit{
    width: fit-content;
}
.title-list:before {
    content: "";
    position: absolute;
    display: block;
    width: 44px;
    height: 4px;
    background: var(--main-brown, #6b132c);
    bottom: -13px;
}
.title-list{
    margin-top: 36px !important;
    color: var(--main-brown, #6b132c) !important;
    font-weight: bold !important;
    font-size: 32px !important;
    position: relative !important;
    margin-bottom: 43px !important;
    text-align: left !important;
    line-height: 1.4 !important;
}
.gerbs {
    text-align: center;
}
.gerbs img {
    height: 110px;
}
.gerbs p {
    margin: 10px 0 20px 0;
}
.gerbs p a {
    text-decoration: none;
}
.calc-aft {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 5%;
    line-height: 1.3;
}

.g-signin2{
    display: inline-block;
}

#ref_link{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#ref_link>span{
    float: right;
    display: inline-block;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    background: inherit;
}

.copy{
    cursor: pointer;
}
