h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.log-in {
    background: url('../images/log-in.jpg');
    background-size: cover;
    overflow: hidden;
    padding-top: 1px;
    top: -14px;
    margin-bottom: -20px;
    z-index: 0;
}

.log-in.error {
    padding-bottom: 0;
}

.log-in.error .main {
    height: 470px;
}

.log-in.error .main.shadow {
    height: 470px;
}

.log-in.error .side .woman-login {
    top: -95px;
}

.log-in .shadow-line {
    width: 100%;
    height: 7px;
    background: url('../images/shadow-center.png') no-repeat 50% 0;
    background-size: contain;
    margin: 20px 0;
}

.log-in .social {
    display: inline-block;
    position: relative;
    margin-left: 3px;
    top: -1px;
    border-bottom: 0;
    cursor: pointer;
    vertical-align: middle;
}

.log-in .social:first-child {
    margin-left: 20px;
}

.log-in .social.mts {
    background-image: url('../images/sprite-icons.png');
    background-position: 0px -547px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.log-in .social.facebook {
    background-image: url('../images/sprite-icons.png');
    background-position: -317px -516px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.log-in .social.vkontakte {
    background-image: url('../images/sprite-icons.png');
    background-position: -462px -516px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.log-in .social.odnoklassniki {
    background-image: url('../images/sprite-icons.png');
    background-position: -29px -547px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.log-in .social.twitter {
    background-image: url('../images/sprite-icons.png');
    background-position: -669px -516px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.log-in .social.google-plus {
    background-image: url('../images/sprite-icons.png');
    background-position: -152px -547px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.log-in .social .youtube {
    background-image: url('../images/sprite-icons.png');
    background-position: -404px -516px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.log-in .contents {
    position: relative;
    width: 960px;
    margin: 100px auto;
    padding: 0;
}

.log-in .contents .btn {
    outline: none;
    font: 18px 'Corpid', sans-serif;
    padding: 4px 24px;
}

.log-in .contents h3 {
    position: relative;
    font: 24px 'Corpid', sans-serif;
}

.log-in .contents h3 .back-link {
    background-image: url('../images/sprite-icons.png');
    background-position: -520px -516px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 0;
}

.log-in .main {
    position: relative;
    width: 500px;
    height: 436px;
    background-color: #fff;
    padding: 20px 85px;
    box-sizing: border-box;
    z-index: 2;
    color: #5b6066;
}

.log-in .main.shadow {
    position: absolute;
    box-shadow: 0 0 4px 4px #f2f2f2;
    height: 436px;
    z-index: 0;
}

.log-in .main p {
    font: 14px/27px 'Corpid', sans-serif;
    margin-bottom: 0;
}

.log-in .main p.log-social {
    font: 16px 'Corpid', sans-serif;
    font-weight: 200;
    position: relative;
    display: inline-block;
    margin: 14px 0;
}

.log-in .main p.login-button {
    margin: 14px 0;
}

.log-in .main .line {
    position: relative;
}

.log-in .main .line label.error {
    display: block;
    font: 11px 'Corpid', sans-serif !important;
    color: #ff0032 !important;
    margin: 6px 0 -6px 0;
}

.log-in .main input {
    width: 304px;
}

.log-in .main input[type=checkbox] {
    width: auto;
}

.log-in .main input.error {
    border: 1px solid #ff0032;
    background: #fde0e2;
}

.log-in .main .lost {
    position: absolute;
    right: 85px;
    font: 14px/35px 'Corpid', sans-serif;
    color: #ff0032;
}

.log-in .side {
    position: absolute;
    top: 24px;
    right: 30px;
    width: 728px;
    height: 430px;
    padding: 14px 120px;
    box-sizing: border-box;
    background-color: #376f93;
    background-image: url('../images/login-side-bg.jpg');
    color: #ffffff;
    z-index: 1;
}

.log-in .side ul {
    list-style-type: none;
    margin-bottom: 26px;
}

.log-in .side li {
    position: relative;
    font: 15px/22px 'Corpid', sans-serif;
    width: 250px;
    margin-bottom: 40px;
    margin-left: 10px;
}

.log-in .side li:before {
    content: "";
    background-image: url('../images/sprite-icons.png');
    background-position: -664px -108px;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: -56px;
    top: -8px;
}

.log-in .side li:first-child:before {
    top: 2px;
    background-image: url('../images/sprite-icons.png');
    background-position: -617px -108px;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}

.log-in .side li:last-child:before {
    top: 2px;
    background-image: url('../images/sprite-icons.png');
    background-position: -711px -108px;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}

.log-in .side .woman-login {
    width: 460px;
    height: 640px;
    background-image: url('../images/login-woman.png');
    position: absolute;
    top: -99px;
    right: -104px;
}

.log-in .side .woman-login-tablet {
    width: 268px;
    height: 410px;
    background-image: url('../images/login-woman-tablet.png');
    position: absolute;
    bottom: 0;
    right: -22px;
}

.ie8 .log-in .main {
    left: 0px;
    display: inline-block;
    width: 500px;
    padding: 20px 50px;
    width: 430px;
}

.ie8 .log-in .main.shadow {
    position: absolute;
    box-shadow: 0 0 4px 4px #f2f2f2;
    height: 436px;
    z-index: 0;
}

.ie8 .log-in .side {
    right: -110px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.repair-status p {
    font: 16px/20px 'Corpid', sans-serif;
    color: #414243;
    margin: 0 0 8px;
}

.repair-status .actions {
    margin: 30px 0;
}

.repair-status .actions a {
    line-height: 36px;
    font-size: 14px;
    color: #ff0032;
    margin-right: 20px;
}

.repair-status .actions .btn {
    height: 36px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.repair-status .container-white .contents {
    margin: 0 auto;
    position: relative;
}

.repair-status .container-white .contents .adress {
    color: #ff0032;
    border-bottom: 1px dotted #ff0032;
    text-decoration: none;
    cursor: pointer;
}

.repair-status .container-white .contents #order_map {
    width: 100%;
    height: 220px;
    margin-top: 30px;
}

.repair-status .show-case {
    border-left: 0;
}

.repair-status .show-case .owl-wrapper-outer {
    border-left: 1px solid #d6d6d6;
}

.repair-status .show-case .owl-prev {
    left: -10px;
    top: -3px;
}

.repair-status .show-case .owl-next {
    top: -3px;
    right: -17px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.delivery-status h1.header,
.delivery-status h2.header {
    font: 28px/34px 'Corpid', sans-serif;
    font-weight: 400;
    color: #414243;
    margin-top: 0;
    display: inline-block;
}

.delivery-status h2.header {
    margin-bottom: 2px;
}

.delivery-status h3.header {
    color: #414243;
    font: 24px 'Corpid', sans-serif;
    font-weight: 400;
    margin-bottom: 6px;
}

.delivery-status b.hint {
    display: inline-block;
    margin-bottom: 23px;
    font-size: 16px;
}

.delivery-status p {
    font: 14px 'Corpid', sans-serif;
    color: #414243;
    margin-top: 6px;
}

.delivery-status p a[href^="mailto"] {
    color: inherit;
    text-decoration: none;
}

.delivery-status .btn.cancel {
    font-size: 14px;
    line-height: 25px;
    padding: 0 20px;
    display: inline-block;
    margin-top: -6px;
    margin-left: 10px;
}

.delivery-status .contents table {
    width: 100%;
    table-layout: fixed;
}

.delivery-status .contents table tr {
    border-top: 1px dotted #e8e8e9;
}

.delivery-status .contents table tr:first-child {
    border-top: 3px solid #d6d6d6;
}

.delivery-status .contents table tr.sum {
    background-color: #f2f2f2;
    border-top: 0;
}

.delivery-status .contents table tr.sum td {
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.delivery-status .contents table tr.sum-col {
    background-color: #f2f2f2;
    border-top: 0;
}
.delivery-status table tr.sum-col.cashback{
    border-top: 1px dotted #d7d7d7;
}

.delivery-status .contents table tr.sum-col td {
    line-height: 16px;
    padding: 16px 26px 26px;
    position: relative;
}

.delivery-status table tr.sum-col.cashback td {
    line-height: 0;
}

.delivery-status .contents table tr.sum-col td .phone-only {
    padding-left: 20px;
}

.delivery-status .contents table tr.sum-col td .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.delivery-status .contents table tr.sum-col td .arrow::after {
    content: "";
    border: 6px solid transparent;
    border-top: 8px solid #ccc;
    border-bottom-width: 0;
    top: 6px;
    left: 15px;
    position: absolute;
    transition: transform .3s;
}

.delivery-status .contents table tr.sum-col td [data-open="1"] .arrow::after {
    transform: rotate(180deg);
}

.delivery-status .contents table tr td {
    font: 14px/39px 'Corpid', sans-serif;
    width: 25%;
    padding: 0 26px;
    color: #414243;
}

.delivery-status .actions {
    margin: 30px 0;
}

.delivery-status .actions a {
    line-height: 36px;
    font-size: 14px;
    color: #ff0032;
    margin-right: 20px;
    margin-bottom: 16px;
    display: inline-block;
}

.delivery-status .actions .btn {
    height: 36px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.delivery-status .container-white {
    overflow: hidden;
}

.delivery-status .container-white .contents {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.delivery-status .show-case {
    border-left: 0;
}

.delivery-status .show-case .owl-wrapper-outer {
    border-left: 1px solid #d6d6d6;
}

.delivery-status .show-case .owl-prev {
    left: -10px;
    top: -3px;
}

.delivery-status .show-case .owl-next {
    top: -3px;
    right: -17px;
}

.delivery-status .wrap-delivery-state {
    width: 100%;
    margin-bottom: 30px;
    font: 14px/20px 'Corpid', sans-serif;
}

.delivery-status .wrap-delivery-state .delivery-state {
    float: left;
    display: block;
    width: 166px;
    border-left: 4px solid rgba(0, 0, 0, 0);
}

.delivery-status .wrap-delivery-state .delivery-state.complete .delivery-state-line {
    background-color: #aac60d;
}

.delivery-status .wrap-delivery-state .delivery-state.current .delivery-state-line {
    background-color: #ECE200;
}

.delivery-status .wrap-delivery-state .delivery-state .delivery-state-date {
    color: #a4a4a4;
    padding-left: 10px;
}

.delivery-status .wrap-delivery-state .delivery-state .delivery-state-line {
    width: 100%;
    height: 11px;
    background-color: #d6d6d6;
    margin-top: 20px;
}

.delivery-status .wrap-delivery-state .delivery-state .delivery-state-description {
    color: #414243;
    padding-left: 10px;
    position: absolute;
}

.delivery-status [data-open="0"] [data-block] {
    display: none;
}

.delivery-status [data-open="1"] [data-block] {
    display: block;
}

.delivery-status [data-open="1"] > span {
    display: none;
}

.delivery-status p.sent-header {
    font-weight: bold;
}

.delivery-status ul.sent-data {
    margin: 0;
    padding: 0;
}

.delivery-status ul.sent-data li {
    list-style: none;
    font: 14px 'Corpid', sans-serif;
    color: #414243;
    padding-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.error500 .contents,
.error404 .contents,
.error403 .contents {
    width: 960px;
    margin: 0 auto;
    display: block;
}

.error500 .col-6,
.error404 .col-6,
.error403 .col-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.error500 .col-6 h4,
.error404 .col-6 h4,
.error403 .col-6 h4 {
    margin-top: 26px;
}

.error500 .col-6 p,
.error404 .col-6 p,
.error403 .col-6 p {
    font: 14px/20px 'Corpid', sans-serif;
    margin: 10px 0;
}

.error500 .col-6 a[href],
.error404 .col-6 a[href],
.error403 .col-6 a[href] {
    color: inherit;
}

.error500 .col-6 a[href^="mailto"],
.error404 .col-6 a[href^="mailto"],
.error403 .col-6 a[href^="mailto"] {
    color: #ff0032;
}

.error500 h1,
.error404 h1,
.error403 h1 {
    position: relative;
    font: 34px 'Corpid', sans-serif;
    font-weight: 100;
    color: #333333;
}

.error500 h2,
.error404 h2,
.error403 h2 {
    font: 20px 'Corpid', sans-serif;
    font-weight: 100;
    color: #808080;
    text-transform: uppercase;
    margin-top: 8px;
}

.error500 h4,
.error404 h4,
.error403 h4 {
    font: 24px 'Corpid', sans-serif;
    font-weight: 100;
    color: #414243;
    margin: 0 0 20px 0;
}

.error500 p,
.error404 p,
.error403 p {
    font: 14px/20px 'Corpid', sans-serif;
    color: #414243;
}

.error500 p a,
.error404 p a,
.error403 p a {
    color: #ff0032;
}

.error500 .error-text,
.error404 .error-text,
.error403 .error-text {
    position: relative;
    box-sizing: border-box;
    padding: 34px 0 0 160px;
    min-height: 180px;
}

.error500 .error-text .error500-icon,
.error404 .error-text .error500-icon,
.error403 .error-text .error500-icon {
    position: absolute;
    left: 0;
    top: 20px;
    background-image: url('../images/sprite-icons.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 244px;
    height: 155px;
}

.error500 .error-text .error404-icon,
.error404 .error-text .error404-icon,
.error403 .error-text .error404-icon {
    position: absolute;
    left: -15px;
    top: 0px;
    background-image: url('../images/sprite-icons.png');
    background-position: 0px -160px;
    background-repeat: no-repeat;
    width: 262px;
    height: 144px;
}

.error500 .error-text .error403-icon,
.error404 .error-text .error403-icon,
.error403 .error-text .error403-icon {
    position: absolute;
    left: 30px;
    top: 0px;
    background-image: url('../images/sprite-icons.png');
    background-position: -249px 0px;
    background-repeat: no-repeat;
    width: 99px;
    height: 145px;
}

.error500 .timer,
.error404 .timer,
.error403 .timer {
    margin-top: 30px;
    margin-left: -122px;
    left: 100%;
    position: relative;
    display: inline-block;
}

.error500 .timer p,
.error404 .timer p,
.error403 .timer p {
    text-align: right;
    color: #999999;
    font: 12px/15px 'Corpid', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    width: 120px;
    margin-bottom: 0;
}

.error500 .timer .time,
.error404 .timer .time,
.error403 .timer .time {
    position: relative;
    font: 40px 'Corpid', sans-serif;
    font-weight: 100;
    color: #414243;
    padding-left: 40px;
    box-sizing: border-box;
}

.error500 .timer .time .error500-clock,
.error404 .timer .time .error500-clock,
.error403 .timer .time .error500-clock {
    position: absolute;
    background-image: url('../images/sprite-icons.png');
    background-position: -319px -248px;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    left: 0;
    top: 14px;
}

.error500 .status-timer,
.error404 .status-timer,
.error403 .status-timer {
    height: 2px;
    background-color: #ff0032;
}

.error500 .container-inner-head,
.error404 .container-inner-head,
.error403 .container-inner-head {
    overflow: hidden;
}

.error500 p.map-link,
.error404 p.map-link,
.error403 p.map-link {
    padding-left: 46px;
    padding-top: 6px;
    margin-top: 28px;
    position: relative;
}

.error500 p.map-link .icon,
.error404 p.map-link .icon,
.error403 p.map-link .icon {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/sprite-icons.png');
    background-position: -554px -204px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.error500 .gray-line,
.error404 .gray-line,
.error403 .gray-line {
    width: 100%;
    height: 14px;
    background: #f7f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
}

.error500 .container-inner-page {
    padding-top: 0;
}

.error404 .error-text {
    padding-top: 50px;
}

.error404 .show-case {
    border-left: 0;
}

.error404 .show-case .owl-wrapper-outer {
    border-left: 1px solid #d5d5d5;
}

.error404 .show-case .owl-prev {
    left: -20px;
    top: -3px;
}

.error404 .show-case .owl-next {
    right: -26px;
    top: -3px;
}

.error403 .log-in {
    background: #fafafa;
    padding-top: 40px;
}

.error403 .log-in .side {
    top: 0;
    height: 436px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.site-map .container-inner-page {
    padding-top: 1px;
}

.site-map .container-inner-page .contents {
    width: 960px;
    background-color: #fff;
    margin: 30px auto 0;
    padding: 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.site-map .container-inner-page .contents h2 {
    font: 300 28px/34px 'Corpid', sans-serif;
    color: #414243;
    margin-top: 0;
    padding-right: 26px;
}

.site-map .container-inner-page .contents h4 {
    font: 300 18px/30px 'Corpid', sans-serif;
    color: #ff0032;
    margin-top: 0px;
    margin-bottom: 14px;
}

.site-map .container-inner-page .contents .cat {
    position: relative;
    z-index: 0;
    padding: 10px 0;
}

.site-map .container-inner-page .contents .subcat {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 13px;
}

.site-map .container-inner-page .contents .subcat:last-child {
    border-bottom: 0;
}

.site-map .container-inner-page .contents .city h4 {
    display: inline-block;
}

.site-map .container-inner-page .contents .city .subcat {
    padding-left: 25px;
    margin-top: -44px;
    box-sizing: border-box;
}

.site-map .container-inner-page .contents .parent,
.site-map .container-inner-page .contents p {
    font: 14px/20px 'Corpid', sans-serif;
    color: #414243;
    margin: 7px 0;
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.site-map .container-inner-page .contents a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.site-map .container-inner-page .contents a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.login-for-mts .container-white-page {
    background: url('../images/log-in-for-mts.jpg');
    background-size: cover;
    overflow: hidden;
}

.login-for-mts .contents {
    position: relative;
    width: 960px;
    margin: 100px auto 200px;
    padding: 0;
}

.login-for-mts .contents form {
    background-color: #fff;
    width: 460px;
    padding: 40px 70px;
    margin-top: 40px;
    box-sizing: padding-box;
}

.login-for-mts .contents .btn {
    font: 18px 'Corpid', sans-serif;
    padding: 4px 80px;
    outline: none;
}

.login-for-mts .contents input {
    margin-bottom: 20px;
    width: 264px;
}

.login-for-mts .contents input.error {
    background-color: #fde0e2;
    border: 1px solid #ff0032;
}

.login-for-mts .contents h1 {
    font: 300 34px 'Corpid', sans-serif;
    color: #414243;
}

.login-for-mts .contents label {
    font: 14px/18px 'Corpid', sans-serif;
    color: #414243;
    margin-bottom: 8px;
}

.login-for-mts .contents p.error {
    font: 11px 'Corpid', sans-serif;
    color: #ff0032;
    margin-top: -14px;
    margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.feedback .container-feedback .form-control {
    height: auto;
}

.feedback .container-main-nav {
    z-index: 5;
    position: relative;
}

.feedback .container-main-nav nav {
    box-shadow: 0 0 0 #888;
}

.feedback .layout {
    overflow-x: hidden;
}

.feedback .container-feedback {
    background: #f2f2f2 url('../images/feedback-back.jpg') no-repeat center top;
    background-size: 100%;
    padding: 0;
}

.feedback .container-feedback h1 .back-link {
    background-image: url('../images/sprite-icons.png');
    background-position: -520px -516px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 28px;
    left: 0;
}

.feedback .container-feedback .contents {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.feedback .container-feedback .white-block {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 80px;
}

.feedback .container-feedback .white-block .line {
    position: relative;
    left: -80px;
    width: 960px;
    border-top: 1px solid #f3f3f3;
    margin-bottom: 40px;
    height: 6px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
}

.feedback .container-feedback .white-block .line.no-shadow {
    background: none;
    height: 0;
    margin-bottom: 22px;
}

.feedback .container-feedback h1 {
    font: 300 34px 'Corpid', sans-serif;
    color: #414243;
    margin: 0 0 30px 0;
}

.feedback .container-feedback p {
    font: 300 14px/18px 'Corpid', sans-serif;
    color: #4c4c4c;
    margin: 0 0 40px 0;
}

.container-feedback .row-feedback textarea {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.container-feedback .feedback__error {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #ff0032;
    margin-left: 240px;
    clear: both;
}

.feedback__error-block, .container-feedback .errortext {
    display: none;
}

.feedback .container-feedback input.error, .feedback .container-feedback textarea.error {
    border-color: #ff0032;
    background: #fde0e2;
}

.feedback .container-feedback .message_body-error {
    font: 11px Arial, Helvetica, sans-serif;
    color: #ff0032;
    position: relative;
    float: left;
    clear: both;
    padding: 2px 0 0 240px;
}

.feedback .container-feedback .captcha-block label.error {
    position: relative;
    top: 30px;
    left: 174px;
}

.feedback .container-feedback label {
    font: 300 14px/32px 'Corpid', sans-serif;
    color: #4c4c4c;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    width: 360px;
    text-align: right;
}

.feedback .container-feedback label .form-required {
    margin-left: 3px;
}

.feedback .container-feedback input,
.feedback .container-feedback textarea {
    width: 320px;
}

.feedback .container-feedback .select-block {
    width: 320px;
    display: inline-block;
}

.feedback .container-feedback .select-block + .error {
    margin-top: -10px;
}

.feedback .container-feedback .row-feedback {
    margin-bottom: 20px;
    position: relative;
}

.feedback .container-feedback .row-feedback {
    *zoom: 1;
}

.feedback .container-feedback .row-feedback:before,
.feedback .container-feedback .row-feedback:after {
    content: "";
    display: table;
}

.feedback .container-feedback .row-feedback:after {
    clear: both;
}

.feedback .container-feedback input,
.feedback .container-feedback textarea {
    box-sizing: border-box;
}

.feedback .container-feedback textarea {
    height: 80px;
    resize: none;
}

.feedback .container-feedback .row-feedback .small {
    font-size: 11px;
}

.feedback .container-feedback .file-upload-block input[type="button"] {
    width: 90px;
}

.feedback .container-feedback .file-upload-block input[type="file"] {
    display: none;
}

.feedback .container-feedback .file-upload-block .check {
    text-align: left;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.feedback .container-feedback .file-upload-block p {
    margin: 0;
}

.feedback .container-feedback .captcha-block .captcha-block-child {
    display: inline-block;
}

.feedback .container-feedback .captcha-block label {
    line-height: 17px;
}

.feedback .container-feedback .captcha-block .captcha {
    display: block;
    width: 180px;
    height: 30px;
    margin-left: -10px;
    background: url('../../content/captcha.jpg') no-repeat;
}

.feedback .container-feedback .captcha-block .captcha-refresh {
    color: #333333;
    font: 11px/16px Arial, Helvetica, sans-serif;
    margin-bottom: -16px;
    display: block;
    cursor: pointer;
    text-decoration: underline;
}

.feedback .container-feedback .captcha-block input {
    width: 146px;
    display: inline-block;
    vertical-align: top;
}

.feedback .container-feedback .submit-block {
    padding-left: 240px;
}

.feedback .container-feedback .submit-block input[type="submit"] {
    font: 22px 'Corpid', sans-serif;
    border-bottom: 3px solid #d41a1f;
    outline: none;
}

.feedback .container-feedback .submit-block p {
    font-size: 13px;
    margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
    -webkit-font-smoothing: antialiased;
}

.browser-update .to-site {
    margin-top: 90px;
}

.browser-update .browser-choice .browser {
    font: 14px/16px 'Corpid', sans-serif;
}

.browser-update .browser-choice .browser .browser-name a {
    color: #ff0032;
}

.browser-update .browser-choice .browser .browser-company {
    color: #414243;
}

.slide-link[href*="gadzhety"] ~ .subcat > .map-level-0 {
    display: block;
    width: auto;
    font-weight: bold;
    margin-top: 20px;
}

.delivery-status .digital-products {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 19px;
}

.delivery-status .digital-products p {
    margin: 0;
    flex-basis: 400px;
    flex-shrink: 0;
}

.delivery-status .hr{
    height: 1px;
    background: #D6D6D6;
}

.delivery-status .digital-products__actions{
    display: flex;
    flex-direction: column;
    flex: 1 1 500px;
    align-items: flex-end;
}

.delivery-status .digital-products-get-key {
    width: 155px;
    height: 33px;
    margin-right: 165px;
    background: #FFFFFF;
    border: 1px solid #E30613;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Corpid E1s SCd';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 29px;
    color: #414243;
}

.delivery-status .digital-products-get-key:hover {
    background: #E30613;
    border: 1px solid #E30613;
    color: #FFFFFF;
}

.delivery-status .digital-products__plug {
    display: inline-block;
    width: 155px;
    height: 33px;
    margin-right: 165px;
    background: #FB7832;
    border: 2px solid #FB7832;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Corpid E1s SCd';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;
    cursor: default;
}

.delivery-status .digital-products-result {
    text-align: center;
    max-width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {

    .log-in .social.mts {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .social.facebook {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .social.vkontakte {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .social.odnoklassniki {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .social.twitter {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .social.google-plus {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .social .youtube {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .contents h3 .back-link {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .side li:before {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .side li:first-child:before {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .log-in .side li:last-child:before {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .error500 .error-text .error500-icon,
    .error404 .error-text .error500-icon,
    .error403 .error-text .error500-icon {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .error500 .error-text .error404-icon,
    .error404 .error-text .error404-icon,
    .error403 .error-text .error404-icon {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .error500 .error-text .error403-icon,
    .error404 .error-text .error403-icon,
    .error403 .error-text .error403-icon {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .error500 .timer .time .error500-clock,
    .error404 .timer .time .error500-clock,
    .error403 .timer .time .error500-clock {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .error500 p.map-link .icon,
    .error404 p.map-link .icon,
    .error403 p.map-link .icon {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

    .feedback .container-feedback h1 .back-link {
        background-image: url('../images/sprite-icons@2x.png');
        background-size: 807px 612px;
    }

}

@media (min-width: 1000px) {
    .delivery-status .wrap-delivery-state .delivery-state:first-of-type {
        width: 198px;
    }
}

@media only screen and (max-width: 999px) and (min-width: 640px) {

    .log-in {
        background: #fafafa;
        top: 0px;
        margin-bottom: 0px;
    }

    .log-in.error .main.shadow {
        height: 436px;
    }

    .log-in .contents {
        width: 640px;
        margin: 30px auto;
    }

    .log-in .main p.login-button {
        position: relative;
        margin: 20px 0;
        padding-left: 80px;
        width: 330px;
        display: block;
    }

    .log-in .main p {
        position: absolute;
        display: inline;
        margin: 0;
        line-height: 33px;
    }

    .log-in .main .line {
        padding-left: 80px;
        margin-bottom: 20px;
    }

    .log-in .main .lost {
        right: 0;
        position: absolute;
    }

    .repair-status .container-white .contents {
        width: 600px;
    }

    .delivery-status .contents table tr td:first-child {
        width: 320px;
    }

    .delivery-status .contents table tr td:last-child {
        width: 120px;
    }

    .delivery-status .container-white .contents {
        width: 600px;
    }

    .delivery-status .wrap-delivery-state {
        font: 11px/20px 'Corpid', sans-serif;
    }

    .delivery-status .wrap-delivery-state .delivery-state {
        width: 116px;
    }

    .delivery-status .wrap-delivery-state .delivery-state:first-of-type {
        width: 116px;
    }

    .delivery-status .wrap-delivery-state .delivery-state .delivery-state-date {
        padding-left: 0px;
    }

    .delivery-status .wrap-delivery-state .delivery-state .delivery-state-description {
        padding-left: 0px;
    }

    .error500 .contents,
    .error404 .contents,
    .error403 .contents {
        width: 600px;
    }

    .error500 .error-text,
    .error404 .error-text,
    .error403 .error-text {
        padding: 26px 0 0 160px;
    }

    .error500 .timer,
    .error404 .timer,
    .error403 .timer {
        margin-top: -10px;
    }

    .error404 .error-text {
        padding: 40px 0 0 160px;
    }

    .error403 .log-in .side {
        height: 360px;
    }

    .site-map .container-inner-page .contents {
        width: 640px;
        margin-top: 0;
        padding: 0;
        box-shadow: none;
    }

    .site-map .container-inner-page .contents h2 {
        padding: 11px 20px !important;
    }

    .site-map .container-inner-page .contents h2:after {
        right: 30px !important;
    }

    .site-map .container-inner-page .contents .cat {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-map .container-inner-page .contents .subcat {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-map .container-inner-page .contents .city .subcat {
        margin-top: -30px;
    }

    .site-map .container-inner-page .contents .parent,
    .site-map .container-inner-page .contents p {
        width: 49%;
    }

    .login-for-mts .contents {
        width: 600px;
        margin: 40px auto 55px;
    }

    .login-for-mts .contents form {
        width: 380px;
        padding: 30px;
        margin-top: 30px;
    }

    .login-for-mts .contents h1 {
        font: 400 24px 'Corpid', sans-serif;
    }

    .feedback .container-feedback {
        background: #f2f2f2 url('../images/feedback-back-640.jpg') no-repeat center top;
        background-size: 100%;
        padding: 120px 0 25px;
    }

    .feedback .container-feedback .contents {
        width: 640px;
    }

    .feedback .container-feedback .white-block {
        padding: 25px;
    }

    .feedback .container-feedback .white-block .line {
        width: 640px;
        left: -25px;
        margin-bottom: 30px;
    }

    .feedback .container-feedback h1 {
        margin: 0 0 20px 0;
    }

    .feedback .container-feedback label {
        width: 220px;
    }

    .feedback .container-feedback .submit-block {
        padding-left: 220px;
    }

    .feedback .container-feedback .message_body-error {
        padding-left: 220px;
    }

    .container-feedback .feedback__error {
        margin-left: 220px;
    }

    .site-map .container-inner-page .contents .slide-link[href*="aksessuary"] ~ .subcat > p {
        width: 50%;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1000px) {

    .log-in .main {
        left: 0px;
        display: inline-block;
        width: 500px;
    }

    .delivery-status .contents table tr td:first-child {
        width: 50%;
    }

    .delivery-status .contents table tr td:last-child {
        width: 27%;
    }

    .error403 .log-in {
        padding-top: 100px;
    }

    .feedback .container-feedback {
        margin-top: -13px;
        padding: 220px 0 25px;
    }

    .site-map .container-inner-page .contents .slide-link[href*="aksessuary"] ~ .subcat > p {
        width: 50%;
        margin-top: 20px;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 12039px) {

    .log-in .main {
        padding: 20px 50px;
        width: 430px;
    }

    .log-in .side {
        right: -110px;
    }

    .repair-status .container-white .contents {
        width: 960px;
    }

    .site-map .container-inner-page .contents .parent,
    .site-map .container-inner-page .contents p {
        width: 32%;
    }

    .feedback .container-feedback {
        background-size: 130%;
    }

    .feedback .container-feedback label {
        width: 240px;
    }

}

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

    .log-in.error .main {
        height: auto;
    }

    .log-in .main {
        width: 100%;
        padding: 10px 85px;
        height: auto;
    }

    .log-in .main p.log-social {
        margin-bottom: 10px;
    }

    .log-in .side {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        padding: 1px 85px;
        z-index: 2;
        height: 360px;
    }

    .log-in .side li:last-child {
        margin-bottom: 0;
    }

    .delivery-status .btn.cancel {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .error500 h4,
    .error404 h4,
    .error403 h4 {
        font-size: 18px;
    }

    .site-map .container-inner-page {
        background: #fff;
    }
    .site-map .layout {
        overflow: hidden;
    }

    .site-map .container-inner-page:before {
        height: 0;
    }

    .site-map .container-inner-page .contents h2 {
        position: relative;
        padding: 11px 0px;
        font: 500 16px/20px 'Corpid', sans-serif;
        cursor: pointer;
        z-index: 0;
        margin-bottom: 0;
    }

    .site-map .container-inner-page .contents h2:before {
        content: "";
        height: 100%;
        position: absolute;
        left: -100%;
        width: 300%;
        top: 0px;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #c8c8c8;
        background: #ffffff;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
        z-index: -1;
    }

    .site-map .container-inner-page .contents h2:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 12px;
        border-bottom: 6px solid #ff0032;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-top: 6px solid rgba(0, 0, 0, 0);
    }

    .site-map .container-inner-page .contents h2[data-open="false"]:after {
        top: 18px;
        right: 10px;
        border-top: 6px solid #ccc;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-bottom: 6px solid rgba(0, 0, 0, 0);
    }

    .site-map .container-inner-page .contents h2[data-open="false"] + .cat {
        display: none;
    }

    .site-map .container-inner-page .contents .cat:before {
        width: 100%;
        content: "";
        height: 12px;
        display: block;
        top: 0px;
        left: -100%;
        width: 300%;
        position: absolute;
        background-image: url(../images/sprite-horizontal.png);
        background-position: 0px -97px;
        z-index: -1;
    }

    .feedback .container-feedback p {
        margin: 0 0 30px 0;
    }

}

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

    .log-in {
        background: #fff;
        top: 0px;
        margin-bottom: 0px;
    }

    .log-in.error .main.shadow {
        height: auto;
    }

    .log-in .shadow-line {
        margin: 0;
    }

    .log-in .contents .btn {
        width: 280px;
    }

    .log-in .contents h3 {
        font-weight: 200;
    }

    .log-in .contents h3 span {
        padding-left: 30px;
    }

    .log-in .contents {
        width: 320px;
        margin: -52px auto 0;
    }

    .log-in .main {
        padding: 20px;
    }

    .log-in .main.shadow {
        box-shadow: none;
    }

    .log-in .main p.log-social {
        margin-top: 4px;
    }

    .log-in .main p.login-button {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 0px;
    }

    .log-in .main p {
        font: 14px/18px 'Corpid', sans-serif;
        margin: 10px 0 10px;
    }

    .log-in .main input {
        width: 256px;
    }

    .log-in .main .lost {
        position: relative;
        right: 0;
        line-height: 40px;
    }

    .log-in .side {
        padding: 20px;
        height: 330px;
        background: #376f93;
    }

    .log-in .side:before,
    .log-in .side:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 330px;
        background-color: #376f93;
        display: block;
        left: -100%;
        top: 0;
    }

    .log-in .side:after {
        left: 100%;
    }

    .log-in .side h3 {
        font-size: 20px;
    }

    .log-in .side li {
        font: 14px/20px;
        margin-bottom: 30px;
    }

    .ie8 .log-in .main.shadow {
        box-shadow: none;
    }

    .repair-status .actions a {
        display: block;
        margin: 0 auto;
        line-height: 26px;
    }

    .repair-status .actions .btn {
        line-height: 36px;
    }

    .repair-status .container-white .contents #order_map {
        height: 290px;
    }

    .repair-status .container-white .contents {
        width: 290px;
    }

    .repair-status .show-case {
        width: 320px !important;
    }

    .delivery-status h1.header,
    .delivery-status h2.header {
        font: 26px/34px 'Corpid', sans-serif;
        font-weight: 200;
    }

    .delivery-status h3.header {
        font-size: 20px;
    }

    .delivery-status .red {
        cursor: pointer;
        border-bottom: 1px dotted #ff0032;
    }

    .delivery-status .btn.cancel {
        margin-bottom: 20px;
    }

    .delivery-status .contents table {
        width: 320px;
        margin-left: -15px;
    }

    .delivery-status .contents table tr.sum td {
        font-size: 13px;
        padding-bottom: 16px;
    }

    .delivery-status table tr.sum-col td:first-child {
        padding: 0 15px 25px !important;
    }

    .delivery-status table tr.sum-col.cashback td:first-child {
        padding: 0 15px 5px !important;
    }
    .delivery-status table tr.sum-col.cashback td{
        padding: 0;
        line-height: 3;
    }

    ..delivery-status .contents table tr.sum-col td {
        padding: 0 15px 25px !important;
    }

    .delivery-status .contents table tr td:first-child {
        width: 180px;
        padding-left: 15px;
    }

    .delivery-status .contents table tr td:last-child {
        width: 70px;
        padding-right: 15px;
    }

    .delivery-status .contents table tr td {
        font-size: 13px;
        width: 40px;
        padding: 0;
    }

    .delivery-status .actions a {
        display: block;
        margin: 0 auto;
        line-height: 26px;
    }

    .delivery-status .actions .btn {
        line-height: 36px;
    }

    .delivery-status .container-white .contents {
        width: 290px;
    }

    .delivery-status .show-case {
        width: 320px !important;
    }

    .delivery-status .wrap-delivery-state .delivery-state {
        width: 20px;
        cursor: pointer;
        border-left: 2px solid rgba(0, 0, 0, 0);
    }

    .delivery-status .wrap-delivery-state .delivery-state.active {
        width: 200px;
    }

    .delivery-status .wrap-delivery-state .delivery-state.active .delivery-state-date {
        display: block;
    }

    .delivery-status .wrap-delivery-state .delivery-state.active .delivery-state-description {
        display: block;
    }

    .delivery-status .wrap-delivery-state .delivery-state .delivery-state-date {
        display: none;
    }

    .delivery-status .wrap-delivery-state .delivery-state .delivery-state-description {
        display: none;
    }

    .error500 .contents,
    .error404 .contents,
    .error403 .contents {
        width: 290px;
    }

    .error500 .col-6,
    .error404 .col-6,
    .error403 .col-6 {
        width: 100%;
    }

    .error500 h1,
    .error404 h1,
    .error403 h1 {
        font: 28px/34px 'Corpid', sans-serif;
        color: #414243;
        font-weight: 100;
    }

    .error500 h1 span,
    .error404 h1 span,
    .error403 h1 span {
        padding-left: 30px;
    }

    .error500 h4,
    .error404 h4,
    .error403 h4 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .error500 .error-text,
    .error404 .error-text,
    .error403 .error-text {
        padding: 200px 0 0 0;
    }

    .error500 .timer,
    .error404 .timer,
    .error403 .timer {
        margin-top: 36px;
    }

    .error500 .container-inner-page,
    .error404 .container-inner-page,
    .error403 .container-inner-page {
        background-color: #f2f2f2;
    }

    .error500 .error-text .error500-icon {
        left: 70px;
    }

    .error404 .error-text {
        padding: 180px 0 0 0;
    }

    .error404 .error-text .error404-icon {
        left: 60px;
        top: 20px;
    }

    .error403 .log-in {
        padding-bottom: 0;
    }

    .error403 .log-in .side {
        height: 330px;
    }

    .error403 .log-in .contents {
        width: 320px;
    }

    .error403 .error-text {
        padding: 180px 0 0 0;
    }

    .error403 .error-text .error403-icon {
        left: 86px;
        top: 16px;
    }

    .site-map .container-inner-page .contents {
        width: 290px;
        margin-top: 0;
        padding: 0;
        box-shadow: none;
    }

    .site-map .container-inner-page .contents h4 {
        font: 13px/39px 'Corpid', sans-serif;
        color: #666666;
        padding-left: 24px;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        margin-bottom: 0;
    }

    .site-map .container-inner-page .contents h4.has-subcategory:after {
        content: "";
        display: block;
        background-image: url('../images/sprite-icons.png');
        background-position: -28px -599px;
        background-repeat: no-repeat;
        width: 15px;
        height: 13px;
        position: absolute;
        top: 12px;
        left: 0;
    }

    .site-map .container-inner-page .contents h4:before {
        width: 100%;
        content: "";
        height: 12px;
        display: block;
        top: 0px;
        left: -100%;
        width: 300%;
        position: absolute;
        background-image: url(../images/sprite-horizontal.png);
        background-position: 0px -97px;
        z-index: -1;
    }

    .site-map .container-inner-page .contents h4[data-open="false"]:after {
        background-image: url('../images/sprite-icons.png');
        background-position: -142px -599px;
        background-repeat: no-repeat;
        width: 15px;
        height: 13px;
    }

    .site-map .container-inner-page .contents h4[data-open="false"] > .subcat {
        display: none;
    }

    .site-map .container-inner-page .contents .cat {
        padding: 0;
    }

    .site-map .container-inner-page .contents .subcat {
        padding: 0;
        margin: 0;
        border: 0;
        position: relative;
        z-index: 0;
    }

    .site-map .container-inner-page .contents .city h4 {
        display: block;
    }

    .site-map .container-inner-page .contents .city .subcat {
        padding-left: 0;
        margin-top: 0;
    }

    .site-map .container-inner-page .contents .parent,
    .site-map .container-inner-page .contents p {
        width: 100%;
    }

    .site-map .container-inner-page .contents a {
        text-decoration: underline;
    }

    .login-for-mts .container-white-page {
        background: #fff;
    }

    .login-for-mts .contents {
        width: 290px;
        margin: 0 auto 20px;
    }

    .login-for-mts .contents form {
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }

    .login-for-mts .contents .btn {
        width: 290px;
    }

    .login-for-mts .contents h1 {
        font: 300 24px 'Corpid', sans-serif;
    }

    .feedback .container-feedback h1 span {
        padding-left: 30px;
    }

    .feedback .container-feedback {
        background: #fff url('../images/feedback-back-320.jpg') no-repeat center top;
        padding: 120px 0 25px;
    }

    .feedback .container-feedback .contents {
        width: 280px;
    }

    .feedback .container-feedback .white-block {
        padding: 18px 0;
        box-shadow: none;
    }

    .feedback .container-feedback .white-block .line {
        width: 290px;
        left: 0;
        margin-bottom: 30px;
    }

    .feedback .container-feedback h1 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }

    .feedback .container-feedback label {
        width: 280px;
        text-align: left;
    }

    .feedback .container-feedback input,
    .feedback .container-feedback textarea {
        width: 280px;
    }

    .feedback .container-feedback .select-block {
        width: 280px;
    }

    .feedback .container-feedback .file-upload-block .img-block {
        text-align: right;
    }

    .feedback .container-feedback .file-upload-block .check {
        position: relative;
        top: -30px;
    }

    .feedback .container-feedback .js-form-block .file-upload-block .check{
        top: 0;
    }

    .feedback .container-feedback .captcha-block {
        margin-bottom: 20px;
    }

    .feedback .container-feedback .captcha-block label {
        margin-bottom: 20px;
    }

    .feedback .container-feedback .captcha-block input {
        width: 105px;
    }

    .feedback .container-feedback .submit-block {
        padding-left: 0;
    }

    .feedback .container-feedback .message_body-error {
        padding-left: 0;
    }

    .container-feedback .feedback__error {
        margin-left: 0;
    }

    .delivery-status .digital-products {
        flex-direction: column;
    }

    .delivery-status .digital-products p {
        flex-basis: 100%;
        margin-bottom: 12px;
    }

    .delivery-status .digital-products__actions {
        flex-basis: auto;
    }
}
