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

@font-face {
    font-family: 'helios cond';
    src: url('../fonts/helios_cond.eot');
    /* IE 9 Compatibility Mode */
    src: url('../fonts/helios_cond.eot?#iefix') format('embedded-opentype'),
        /* IE < 9 */
        url('../fonts/helios_cond.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/helios_cond.woff') format('woff'),
        /* Firefox >= 3.6, any other modern browser */
        url('../fonts/helios_cond.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/helios_cond.svg#helios_cond') format('svg');
    /* Chrome < 4, Legacy iOS */
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin: 0;
}

input.button {
    cursor: pointer;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, .2);
}

legend {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}

ol {
    margin: 5px 0;
}

li {
    padding: 5px 0;
}

img {
    border: 0 none;
}

div.center {
    text-align: center;
}

div#basket {
    margin-left: 0px;
    width: 160px;
    height: 50px;
    border: 0px solid #000;
}

div#contact {
    border: 0px solid #000;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    width: 430px;
    text-align: left;
}

#footer {
    margin: 30px 0 0 0;
    border-top: 3px solid #004185;
    /* background: #f0f4f8; */
    background: #fcfdfe;
    padding: 0;
}

div#syndicate {
    background: #f0f4f8;
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0px 40px 0px;
    box-sizing: border-box;
}

div#syndicate a {
    color: #4b6aa6;
    transition: color 0.1s ease-in-out;
}

div#syndicate a:hover {
    color: #ff5d32;
    text-decoration: none;
}

#syndicate img {
    max-width: 100%;
    height: auto;
}

a#menu_link:hover {
    color: #000000;
}

#maincolumn,
#maincolumn_full {
    margin-left: 20%;
    padding-left: 15px;
    width: 75%;
}

#maincolumn_full {
    margin-left: 0;
    padding: 0;
    width: 100%;
}

table.nopad {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

table.nopad td.middle_pad {
    width: 20px;
}

.clr {
    clear: both;
}

div#maindivider {
    margin-bottom: 0px;
    overflow: hidden;
    height: 0px;
}

#system-message {
    margin-bottom: 20px;
}

#system-message dd.message ul {
    background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
    margin: 0px;
    padding-left: 40px;
    text-indent: 0px;
}

#system-message dd.error ul {
    color: #c00;
    background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
    margin: 0px;
    padding-left: 40px;
    text-indent: 0px;
}

#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat;
    border-top: 3px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E;
    margin: 0px;
    padding-left: 40px;
    text-indent: 0px;
}

#power_by {
    float: right;
    padding-right: 25px;
}

#component-contact table td {
    padding: 2px 0;
}

#pic {
    position: relative;
    background-color: #FFFFFF;
    left: 50px;
    top: 50px;
    width: 100%;
}

#pic a .large {
    position: absolute;
    border: 0px;
    display: block;
    height: 1px;
    left: -1px;
    top: -1px;
    width: 1px;
}

#pic a.p1:hover .large {
    position: relative;
    border: 1px solid #000000;
    display: block;
    left: 70px;
    _left: 110px;
    top: 30px;
    width: 100px;
    height: 100px;
}

#pic a.p1:hover {
    background-color: white;
}

.table_podbor a:link {
    color: #000;
    font-weight: 700;
}

.table_podbor td {
    text-align: center;
}

.table_podbor a:visited {
    color: #000;
    font-weight: 700;
}

.inputbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, .01);
    border: 1px solid #AAA;
    color: #555;
    overflow: hidden;
    padding: 3px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    font-size: 15px;
    z-index: 2;
}

.inputbox2 {
    background-color: rgba(0, 0, 0, .01);
    border: 1px solid rgba(0, 0, 0, .1);
    color: #555;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.inputbox2:hover {
    border: 1px solid rgba(9, 55, 105, 0.5);
}

.inputbox2:focus {
    border: 1px solid rgba(9, 55, 105, 1);
}

.submit_button {
    cursor: pointer;
    background-color: #ff5d32;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    padding: 0px 20px;
    height: 30px;
}

.submit_button:hover {
    background-color: #ff724c;
}

.zakaz_button_disabled {
    transform: scale(1);
    background-color: #004185;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    cursor: default;
}

.zakaz_button_disabled:hover {
    transform: scale(1);
    background-color: #004185;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
}

.zakaz_button {
    width: 100%;
}

#tooltip_podbor {
    background-image: url(../../images/vopros_button.jpg);
    background-size: cover;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.tooltip_podbor img {
    width: 100%;
    height: auto;
}

#tooltip_podbor span {
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    position: absolute;
    left: 200px;
    border-radius: 3px;
    z-index: 999;
}

#tooltip_podbor:hover span {
    visibility: visible;
}

.tooltip_podbor span {
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    position: absolute;
    right: 200px;
    border-radius: 3px;
    z-index: 999;
}

.tooltip_podbor:hover span {
    visibility: visible;
}

#primerka_diskov_button {
    background: url("../../../images/Icons/primerka_diskov_button.jpg") center top no-repeat;
    background-size: 130px;
}

#primerka_diskov_button:hover {
    background: url("../../../images/Icons/primerka_diskov_button1.jpg") center top no-repeat;
    background-size: 130px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 5px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 2px 16px;
    overflow: hidden;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 400px;
    max-width: 100%;
    padding: 40px 20px 20px 20px;
    border-radius: 0px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, .2);
    background: rgba(240, 244, 248, 1);
    animation-name: animatetop;
    animation-duration: 0.4s;
    margin-top: 70px;
    text-align: left;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

#zapis_v_servis_button {
    background-color: #004185;
    color: #fff;
    border-radius: 20px;
    font-size: 1.3em;
}

#zapis_v_servis_button:hover {
    background-color: #ff5d32;
}

.responsive p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.responsive a {
    text-decoration: none;
}

.tdslide:hover {
    text-decoration: underline;
}

.checkbox_custom {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox_custom+label {
    position: relative;
    padding: 0 0 0 50px;
    cursor: pointer;
}

.checkbox_custom+label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 20px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: .2s;
}

.checkbox_custom+label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .2s;
}

.checkbox_custom:checked+label:before {
    background: #004185;
}

.checkbox_custom:checked+label:after {
    left: 22px;
}

.checkbox_custom:focus+label:before {}

.div_scroll_masla ul li {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.masla_icon:hover {
    opacity: 0.8;
}

.vibor_masla {
    background-color: #004185;
    color: #fff;
    font-size: 1.2em;
    border-radius: 30px;
    cursor: pointer;
}

.vibor_masla:hover {
    background-color: #ff5d32;
}

.tabs_torm {
    position: relative;
}

.tab_torm {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.tab_torm input[type="radio"] {
    display: none;
}

.tab_torm_content {
    position: relative;
    padding: 10px;
    left: 0;
    width: calc(100% - 20px);
    display: none;
}

.tab_torm :checked {
    position: relative;
    background: #fff;
    z-index: 1;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content2,
#tab4:checked~#content2,
#tab5:checked~#content2 {
    display: block;
}

.hide_podbor {
    display: none;
}

.hide_podbor+label~div {
    display: none;
}

.hide_podbor+label {
    width: 100%;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.hide_podbor+label:hover {
    background-color: #ccc5;
}

.hide_podbor+label:after {
    float: right;
    margin-right: 10px;
    content: '';
    width: 7px;
    height: 14px;
    top: 13px;
    position: relative;
    background: url(/views/layouts/images/arrow_podbor.png) no-repeat;
}

.hide_podbor:checked+label:after {
    background-position: 0 bottom;
    width: 13px;
    height: 7px;
    top: 16px;
}

.hide_podbor:checked+label+div {
    display: inline-block;
}

.div_scroll_masla {
    width: 97%;
    overflow-y: scroll;
    scrollbar-width: thin;
    float: left;
    margin-top: 6px;
    margin-bottom: 10px;
}

.scroll1::-webkit-scrollbar {
    width: 5px;
}

.scroll1::-webkit-scrollbar-track {
    background: #ddd;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #666;
}

.zakazdiv-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 2px solid #888;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    height: 350px;
    margin-top: 70px;
}

.kolodki_table p {
    line-height: 10px;
}

.zapis_text {
    width: 90%;
    height: 26px;
    background-color: #ebedec;
}

.zapis_text:hover {
    background-color: #d9dbda;
}

#remont_div {
    border: 4px solid #2c5498;
    width: 100%;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 3px;
    position: relative;
    margin: 40px 0;
}


#remont_div img {
    max-width: 100%;
    height: auto;
}

#remont_div_top {
    height: 70px;
    width: 100%;
    background-color: #2c5498;
    text-align: center;
    vertical-align: middle;
    display: table;
}

.podobrat_shini_button:hover {
    opacity: 0.8;
}

table.table1 {
    font-size: 1.1em;
    line-height: 1.1em;
    font-style: normal;
    border-collapse: separate;
}

.table1 thead th {
    color: #727272;
    padding: 3px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #d9dbda;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table1 thead th#empt {
    background: transparent;
    border: none;
}

.table1 tbody th {
    color: #727272;
    height: 50px;
    padding: 3px;
    background-color: #d9dbda;
    border: 1px solid #fff;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table1 tfoot td {
    color: #9CD009;
    font-size: 32px;
    text-align: center;
    padding: 10px 0px;
}

.table1 tfoot th {
    color: #666;
}

.table1 tbody td {
    text-align: center;
    height: 50px;
    padding: 5px;
    background-color: #ebedec;
    border: 2px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #727272;
}

table.table2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}

.table2 thead th {
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #063d84;
    border: 1px solid #063d84;
    background-color: #063d84;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table2 thead th#empt {
    background: transparent;
    border: none;
}

.table2 tbody th {
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    background-color: #063d84;
    border: 1px solid #063d84;
    padding: 0px 10px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table2 tfoot td {
    color: #9CD009;
    font-size: 32px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #444;
}

.table2 tfoot th {
    color: #666;
}

.table2 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #c3c0b9;
    border: 2px solid #063d84;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #063d84;
    text-shadow: 1px 1px 1px #fff;
}

#remont_avto {
    width: 320px;
    height: 100px;
    background: url(/images/tmpl_podbor/remont_avto_calc_3.jpg) no-repeat;
    background-size: cover;
}

#remont_avto:hover {
    background: url(/images/tmpl_podbor/remont_avto_calc_4.jpg) no-repeat;
    background-size: cover;
}

#remont_avto.active {
    background: url(/images/tmpl_podbor/remont_avto_calc_4.jpg) no-repeat;
    background-size: cover;
}

#shinomontaz_calc {
    width: 320px;
    height: 100px;
    background: url(/images/tmpl_podbor/shinmontag_calc_3.jpg) no-repeat;
    background-size: cover;
}

#shinomontaz_calc:hover {
    background: url(/images/tmpl_podbor/shinmontag_calc_4.jpg) no-repeat;
    background-size: cover;
}

#shinomontaz_calc.active {
    background: url(/images/tmpl_podbor/shinmontag_calc_4.jpg) no-repeat;
    background-size: cover;
}

#to_calc {
    width: 320px;
    height: 100px;
    background: url(/images/tmpl_podbor/to_calc_3.jpg) no-repeat;
    background-size: cover;
}

#to_calc:hover {
    background: url(/images/tmpl_podbor/to_calc_4.jpg) no-repeat;
    background-size: cover;
}

#to_calc.active {
    background: url(/images/tmpl_podbor/to_calc_4.jpg) no-repeat;
    background-size: cover;
}

#zakaz_zapchastei_patron {
    width: 320px;
    height: 100px;
    background: url(/images/tmpl_podbor/zakaz_zapchastei_patron_3.jpg) no-repeat;
    background-size: cover;
}

#zakaz_zapchastei_patron:hover {
    background: url(/images/tmpl_podbor/zakaz_zapchastei_patron_4.jpg) no-repeat;
    background-size: cover;
}

#zakaz_zapchastei_patron.active {
    background: url(/images/tmpl_podbor/zakaz_zapchastei_patron_4.jpg) no-repeat;
    background-size: cover;
}

#totable,
#totable2 {
    width: 900px;
    border: 4px double black;
    border-collapse: collapse;
}

#totable td {
    padding: 5px;
    border: 1px solid black;
    height: 60px;
    vertical-align: middle;
}

#totable2 td {
    padding: 2px;
    border: 1px solid black;
    height: 60px;
    vertical-align: middle;
}

#remonttable {
    width: 900px;
}

#remonttable th {
    font-weight: bold;
    font-size: 1.3em;
}

#remonttable td {
    font-size: 1.4em;
    padding: 5px;
    font-weight: bold;
    height: 35px;
    vertical-align: middle;
    text-align: center;
}

.diag_td {
    font-size: 8pt;
    border: #000000 1px solid;
    vertical-align: middle;
    text-align: center;
}

#remonttable tbody th {
    color: #fff;
    background-color: #004499;
    border: 1px solid #fff;
    padding: 0px 10px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#remonttable tbody td {
    padding: 10px;
    text-align: center;
    background-color: #DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.contentpaneopen {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.tab-tormoz1 {
    background: url('/images/Icons/legkovoj_icon.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz1:hover,
input:checked+label[for="tab1"] {
    background: url('/images/Icons/legkovoj_icon1.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz2 {
    background: url('/images/Icons/krossover_icon.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz2:hover,
input:checked+label[for="tab2"] {
    background: url('/images/Icons/krossover_icon1.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz3 {
    background: url('/images/Icons/vnedorozhnik_icon.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz3:hover,
input:checked+label[for="tab3"] {
    background: url('/images/Icons/vnedorozhnik_icon1.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz4 {
    background: url('/images/Icons/miniven_icon.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz4:hover,
input:checked+label[for="tab4"] {
    background: url('/images/Icons/miniven_icon1.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz5 {
    background: url('/images/Icons/microavtobus_icon.jpg') top center no-repeat;
    background-size: contain;
}

.tab-tormoz5:hover,
input:checked+label[for="tab5"] {
    background: url('/images/Icons/microavtobus_icon1.jpg') top center no-repeat;
    background-size: contain;
}

.reg_form_label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabz_basket label:not(.reg_form_label) {
    box-sizing: border-box;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 1px solid #e9eaeb;
    background: #f1f1f1;
    /* border-radius: 3px 3px 0 0; */
    width: 50%;
    height: auto;
    font-size: 12px;
}

.reg_input {
    width: 300px;
}

.tabz_basket label:hover {
    color: #888;
    cursor: pointer;
}

.tabz_basket input:checked+label:not(.agree_label) {
    color: #555;
    border: 1px solid #f1f2f3;
    border-top: 2px solid rgba(255, 93, 50, 1);
    border-bottom: 1px solid #fff;
    background: #fff;
}

.tabz_basket section {
    display: none;
    padding: 0px;
    width: 100%;
}

.tabz_basket .label_title {
    text-transform: uppercase;
}


#tabz1_basket:checked~#content1_basket,
#tabz2_basket:checked~#content2_basket {
    display: block;

}

#basket_zakaz_form input {
    margin-top: 15px;
}

.submit_zapis_servis {
    cursor: pointer;
}

.submit_zapis_servis:hover {}

.submit_zapis_servis {
    border: none;
}

div.selectBox {
    width: 100%;
    position: relative;
    height: 40px;
    border-radius: 3px;
    border: solid 1px lightgrey;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
    padding: 0px;
}

div.selectBox p.valueTag {
    padding: 5px 20px 10px 5px;
    cursor: pointer;
    transition: .2s;
    height: 40px;
    margin: 0px;
    font-size: 14px;
}

div.selectBox>img.arrow {
    position: absolute;
    right: 0;
    padding: 16px 5px;
    top: 0;
}


/*
        для пользователей Safari, Chrome и Opera приятный бонус fff стилизованный скролл-бар. 
*/

::-webkit-scrollbar {
    background: #e6eaf1;
    width: 10px;
    position: absolute;
}

::-webkit-scrollbar-track {
    background: #e6eaf1;
    position: absolute;
    z-index: -2;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #506182;
}

ul.selectMenuBox {
    background: #fff;
    transition: .3s;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden !important;
    position: absolute;
    margin-top: 0px;
    padding: 0px;
    display: block;
}

ul.selectMenuBox>li {
    display: block;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 12px;
}

ul.selectMenuBox>li.option {
    color: gray;
    padding: 10px;
}

ul.selectMenuBox>li.option:hover {
    color: #333;
    background: #e1e1e1;
    transition: .2s;
}

.tovarCartActionBlock {
    display: block;
    padding: 5px 0 0 0;
}

.tovarCartActionBlockLeft {
    float: left;
    width: 50%;
    text-align: center;
    padding: 3px 0 0 0;
}

.tovarCartActionBlockRight {
    float: left;
    width: 50%;
}

.tovarCartActionBlockLeft .tovar_count_button_minus,
.tovarCartActionBlockLeft .tovar_count_button_plus {
    outline: none;
    box-sizing: border-box;
    border: rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .8);
    width: 24px;
    height: 24px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.tovarCartActionBlockLeft .tovar_count_input {
    outline: none;
    box-sizing: border-box;
    border: rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, .8);
    text-align: center;
    width: 40px;
    height: 24px;
    font-size: 16px;
    border-radius: 3px;
}

.tovarCartActionBlockBottom {
    text-align: right;
}

.oneclick_button {
    outline: none;
    border: none;
    background: none;
    color: rgba(255, 93, 50, 0.95);
    cursor: pointer;
    text-align: right;
    padding: 5px 0 3px 0;
    font-weight: 600;
}

.oneclick_button:hover {
    text-decoration: underline;
}

#primerka_disk div img {
    cursor: pointer;
}

*,
input,
select,
textarea,
option,
button {
    outline: none !important;
}

.div_prod_count {
    max-width: 270px;
}

.tyre_page_div2 .tovar_count_input {
    outline: none;
    box-sizing: border-box;
    border: rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, .8);
    text-align: center;
    width: 40px;
    height: 24px;
    font-size: 18px;
    border-radius: 3px;
}

.tyre_page_div2 .tovar_count_button_minus {
    outline: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .3);
    background: rgba(31, 69, 144, 0.03);
    color: rgba(0, 0, 0, .8);
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
}

.tyre_page_div2 .tovar_count_button_plus {
    outline: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .3);
    background: rgba(31, 69, 144, 0.03);
    color: rgba(0, 0, 0, .8);
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
}

#dostavka_city {
    display: none;
}

.headNew {
    display: block;
    background: #ffffff;
    padding: 0 0 5px 0;
    z-index: 21;
    position: sticky;
    bottom: 0;
}

.headNewInner {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}


#header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 5px 3px 5px 3px;
}

.logo_1 {
    width: 230px;
    flex-grow: 0;
    padding: 5px 0 0px 0;
    transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.logo_1 img {
    width: 95%;
    height: auto;
}

.logo_2 {
    width: 250px;
    flex-grow: 0;
    padding: 10px 0 0 0;
    text-align: right;
    transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.logo_2 img {
    width: 90%;
    height: auto;
}

.short_menu {
    /* width: calc(100% - 1200px); */
    flex-grow: 1;
    text-align: center;
}

.short_menu .short_menu_inner {
    padding: 13px 10px 0 0;
    box-sizing: border-box;
    text-align: right;
}

.short_menu .short_menu_inner a {
    display: block;
    padding: 0 0 4px 0;
    color: #888888;
    font-weight: 400;
    text-decoration: none;
}

.short_menu .short_menu_inner a:hover {
    text-decoration: underline;
}

.contacts_div {
    width: 460px;
    flex-grow: 0;
    text-align: right;
    padding: 15px 0 0 0;
    transition: width 0.3s ease-in-out;
}

.basket_top_div {
    width: 300px;
    background: gold;
}

.contact_centr_btn {
    cursor: pointer;
}

.contact_centr_tel {
    display: block;
    float: right;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 2px 0 5px 0;
    padding: 0 0 0 20px;
}

.contact_centr_tel a {
    /* color: #1f4586; */
    text-decoration: none;
    white-space: nowrap;
    text-decoration: none;
    color: #ff5d32;
}

.contact_centr_tel a:hover {
    color: #eb5e36;
}

.backcall_div_top {
    position: relative;
    float: right;
    display: block;
    vertical-align: top;
    padding: 7px 7px 6px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    background: #ffffff;
    color: #ff5d32;
    white-space: nowrap;
    margin: 5px 0 0 20px;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #ff5d32;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3);
    transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
    text-decoration: none;
}

.backcall_div_top_footer {
    float: none;
    display: inline-block;
    margin: 10px 0 0 0;
}

.backcall_div_top:hover {
    opacity: 0.85;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.backcall_div_top:active {
    opacity: 0.95;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3);
}

.backcall_div_top .icon_backcall_div_top {
    width: 18px;
    height: auto;
    position: absolute;
    left: 7px;
    top: 4px;
    opacity: 1;
}

.contact_centr {
    display: block;
    clear: both;
    text-align: right;
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 14px;
    color: #777777;
    text-transform: uppercase;
    transition: font-size 0.2s ease-in-out, color 0.2s ease-in-out;
}

.basket_top_div {
    display: block;
    background: #ffffff;
}

.basket_top_div_line {
    display: block;
    position: relative;
    text-transform: uppercase;
    margin: 12px 0 0 0;
    background: #1f4586;
    border-radius: 16px 5px 50px 16px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out, margin 0.2s ease-in-out;
}

.basket_top_div_line:hover {
    opacity: 0.85;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.basket_top_div_line:active {
    opacity: 0.95;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3);
}

.basket_top_div_line a {
    color: #ffffff;
    display: block;
    padding: 3px 5px 3px 40px;
}

.basket_top_div_line a:hover {
    text-decoration: none;
}

.basket_top_div_line .icon_basket_top_div {
    width: 32px;
    border-radius: 16px;
    height: auto;
    position: absolute;
    left: -3px;
    top: -5px;
    box-shadow: 0 0 2px 2px #ffffff;
}

.menuSlimOuter {
    display: block;
    position: sticky;
    top: 0px;
    z-index: 20;
    background: #fcfdfe;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

.menuSlim {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: 40px;
    background: rgba(31, 69, 144, 0.8);
}

.menuSlim ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.menuSlim ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

.menuSlim ul li a {
    display: block;
    padding: 13px 20px 0px 45px;
    box-sizing: border-box;
    height: 40px;
    color: #1f4586;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
    background: #f0f4f8;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out, padding 0.5s ease-in-out;
}

.menuSlim ul li .normal_link {
    padding: 13px 20px 0px 45px;
}

.menuSlim ul li .normal_link_small {
    padding: 13px 34px 0px 50px;
}


.menuSlim ul li a:hover {
    background-color: #f7fafc;
    border-bottom: 2px solid rgba(31, 69, 144, 0.5);
    cursor: pointer;
}

.menuSlim ul li a img {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 20px;
    height: auto;
    opacity: 0.8;
    transition: left 0.5s ease-in-out;
}


@media screen and (max-width: 1520px) {
    .headNew {
        padding: 0 10px 5px 10px;
    }

    .contacts_div {}

    .menuSlim ul li a {
        padding: 13px 22px 0px 45px;
    }

    .menuSlim ul li a img {
        position: absolute;
        top: 11px;
        left: 10px;
        width: 20px;
        height: auto;
    }
}



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

    .contacts_div {}
}

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

    .short_menu .short_menu_inner a {
        display: block;
        padding: 0px 5px 0px 5px;
    }

    .contacts_div {}
}

@media screen and (max-width: 1358px) {
    .contacts_div {}

    .short_menu .short_menu_inner a {
        /* padding: 40px 0px 0px 5px; */
    }

    .menuSlim ul li a {
        padding: 13px 14px 0px 37px;
    }

    .menuSlim ul li a img {
        position: absolute;
        top: 11px;
        left: 10px;
        width: 20px;
        height: auto;
    }
}

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

    .short_menu .short_menu_inner {
        padding: 20px 0px 0px 0px;
    }

    .short_menu .short_menu_inner a {
        padding: 0px 0px 0px 5px;
        display: block;
    }

}

.menuSlim ul li a:hover {
    text-decoration: none;
}

.menuSlim ul li .dop_menu_icon_link {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 40px;
    padding: 0px 24px 0px 24px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.menuSlim ul li .dop_menu_icon_link:hover {
    background: rgba(255, 255, 255, 0.3);
}


.menuSlim ul li .dop_menu_icon_link img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 24px;
    height: auto;
}


.menuSlim ul li .dop_link {
    background: none;
    color: rgba(255, 255, 255, 1);
    padding: 13px 0px 0px 40px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    transition: color 0.5s ease-in-out, width 0.5s ease-in-out, font-size 0.5s ease-in-out, background 0.2s ease-in-out, padding 0.5s ease-in-out;
}

.menuSlim ul li .dop_link_1 {
    width: 220px;
}

.menuSlim ul li .dop_link_2 {
    width: 155px;
}

.menuSlim ul li .dop_link_3 {
    width: 140px;
}

.menuSlim ul li .dop_link_4 {
    width: 100px;
}

.menuSlim ul li .dop_link:hover {
    background: none;
    text-decoration: underline;
}

.menuSlim ul li .dopLinkSmall {
    width: 65px;
    color: rgba(255, 255, 255, 0);
    background: none;
    padding: 13px 0px 0px 10px;
}

.menuSlim ul li .dopLinkSmall img {
    left: 23px;
}



.menuSlim ul li .dopLinkSmall:hover {
    background: rgba(255, 255, 255, 0.3);
    text-decoration: underline;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}


.menuSlim ul li .small_phone_num {
    display: block;
    width: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    top: 0;
    transition: width 0.5s ease-in-out;
}

.menuSlim ul li .small_phone_num a {
    display: block;
    background: none;
    color: #ffffff;
    padding: 9px 0px 0px 0px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    width: 180px;
    text-decoration: none;
}

.menuSlim ul li .small_phone_num a:hover {
    background: none;
    text-decoration: underline;
}

.menuSlim ul li .showPhoneInMenu {
    width: 180px;
}

@keyframes menuSlimSubMenuAnim {
    0% {
        top: 36px;
        opacity: 0;
    }

    100% {
        top: 41px;
        opacity: 1;
    }
}

.menuSlim ul li ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 1px;
    width: calc(100% - 2px);
    padding: 10px 15px;
    background: #fcfdfe;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.18);
    border-radius: 0px 0px 4px 4px;
    animation: menuSlimSubMenuAnim 0.2s ease-in-out;
}

.menuSlim ul li ul li {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

.menuSlim ul li ul li a {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: auto;
    line-height: initial;
}

.menuSlim ul li:hover ul {
    display: block;
}

.menuSlim ul li:hover ul::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.1);
    top: 0px;
    box-shadow: 0 7px 15px 2px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 600px) {
    .short_menu {
        display: none;
    }

    .logo_1 img {
        width: 100%;
    }

    .logo_2 {
        display: none;
    }

    .contacts_div {
        width: 300px;
        padding: 5px 0px 5px 0px;
    }

    .contacts_div .contact_centr {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .contacts_div .contact_centr_tel {
        font-size: 25px;
    }

    .contacts_div {
        width: 230px;
    }
}

@media screen and (max-width: 450px) {
    .contacts_div .contact_centr_tel {
        font-size: 20px;
    }

    .contacts_div {
        width: 230px;
    }

    .contacts_div .backcall_div_top {
        padding-left: 30px;
    }
}

@media screen and (max-width: 380px) {
    .contacts_div {
        width: 200px;
    }

    .contacts_div .contact_centr_tel {
        font-size: 17px;
    }

    .contacts_div .backcall_div_top {
        font-size: 9px;
    }
}

@media screen and (max-width: 360px) {
    .contacts_div {
        width: 200px;
    }

    .contacts_div .contact_centr_tel {
        font-size: 16px;
    }

    .contacts_div .backcall_div_top {
        font-size: 9px;
    }
}

@media screen and (max-width: 350px) {
    .logo_1 {
        width: 170px;
    }
}

@media screen and (max-width: 1200px) {
    .menuSlimInner {
        float: left;
        width: 100%;
        overflow: hidden;
        transition: width 0.3s ease-in-out;
    }

    .mobmenutel {
        display: block;
        float: right;
        width: 0%;
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        transition: width 0.3s ease-in-out;
    }

    .mobmenutelMin {
        width: calc(100% - 198px);
        transition: width 0.3s ease-in-out;
    }

    .mobmenutel .small_phone_num a {
        display: block;
        width: 100%;
        color: rgba(255, 255, 255, 0.8);
        font-size: 20px !important;
        padding: 9px 0 0 0px;
        text-align: center;
        text-decoration: none;
    }

    .menuSlim ul li a {
        padding: 13px 0;
        text-align: center;
    }

    .menuSlim ul {}

    .menuSlim ul li {
        float: left;
    }

    .menuSlim ul .shini_li {
        width: 17%;
    }

    .menuSlim ul .shini_li a {
        background-color: rgba(255, 255, 255, 0.95);
    }

    .menuSlim ul .diski_li {
        width: 17%;
    }

    .menuSlim ul .diski_li a {
        background-color: rgba(255, 255, 255, 0.90);
    }

    .menuSlim ul .akb_li {
        width: 16%;
    }

    .menuSlim ul .akb_li a {
        background-color: rgba(255, 255, 255, 0.85);
    }

    .menuSlim ul .masla_li {
        width: 16%;
    }

    .menuSlim ul .masla_li a {
        background-color: rgba(255, 255, 255, 0.80);
    }

    .menuSlim ul .avtoservis_li {
        width: calc(34% - 48px);
    }

    .menuSlim ul .avtoservis_li a {
        padding: 10px 0 0 0;
        line-height: 12px;
        background-color: rgba(255, 255, 255, 0.75);
    }

    .menuSlim ul .avtoservis_li img {
        left: 50%;
        margin-left: -10px;
    }

    .menuSlim ul .dop_menu_icon_link_li {
        padding: 0;
        width: 40px;
    }

    .menuSlim ul .dop_menu_icon_link_li .dop_menu_icon_link {
        margin: 0;
    }

    .menuSlim ul li ul {
        padding: 0;
    }

    .menuSlim ul li ul li {
        flex-grow: unset;
        float: none;
        padding: 0;
        margin: 0;
    }

    .menuSlim ul li ul li a {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .menuSlim ul li ul .dopMobMenuLink {
        background: #4b6aa6;
        color: #ffffff;
        padding: 10px 10px 10px 40px;
    }

    .menuSlim ul li ul .dopMobMenuLink img {
        top: 8px;
    }

    .menuSlimMin ul .shini_li {
        width: 30px;
        transition: width 0.2s ease-in-out;
    }

    .menuSlimMin ul .diski_li {
        width: 30px;
        transition: width 0.2s ease-in-out;
    }

    .menuSlimMin ul .akb_li {
        width: 30px;
        transition: width 0.2s ease-in-out;
    }

    .menuSlimMin ul .masla_li {
        width: 30px;
        transition: width 0.2s ease-in-out;
    }

    .menuSlimMin ul .avtoservis_li {
        width: 30px;
        transition: width 0.2s ease-in-out;
    }

    .menuSlimMin {
        float: left;
        width: 198px;
        overflow: hidden;
        transition: width 0.3s ease-in-out;
    }

    .menuSlimMin .shini_li a {
        font-size: 0px !important;
        background: url(/views/layouts/images/shiny_menu_icon.png);
        background-size: 20px auto;
        background-position: 5px 10px;
        background-repeat: no-repeat;
        transition: background 0s ease-in-out;
    }

    .menuSlimMin .diski_li a {
        font-size: 0px !important;
        background: url(/views/layouts/images/diski_menu_icon.png);
        background-size: 20px auto;
        background-position: 5px 10px;
        background-repeat: no-repeat;
        transition: background 0s ease-in-out;
    }

    .menuSlimMin .akb_li a {
        font-size: 0px !important;
        background: url(/views/layouts/images/akb_menu_icon.png);
        background-size: 20px auto;
        background-position: 5px 10px;
        background-repeat: no-repeat;
        transition: background 0s ease-in-out;
    }

    .menuSlimMin .masla_li a {
        font-size: 0px !important;
        background: url(/views/layouts/images/masla_menu_icon_copy.png);
        background-size: 20px auto;
        background-position: 5px 10px;
        background-repeat: no-repeat;
        transition: background 0s ease-in-out;
    }

    .menuSlimMin .avtoservis_li a {
        font-size: 0px !important;
        background: url(/views/layouts/images/avtoservis_menu_icon.png);
        background-size: 20px auto;
        background-position: 5px 10px;
        background-repeat: no-repeat;
        transition: background 0s ease-in-out;
    }
}

#menuSlimDesktop {
    display: block;
}

/* #menuSlimMobile {
    display: none;
} */

/* @media screen and (max-width: 1200px) {
    #menuSlimDesktop {
        display: none;
    }

    #menuSlimMobile {
        display: block;
    }
} */

/* @media screen and (max-width: 380px) {
    .mobmenutel .small_phone_num a {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 357px) {
    .mobmenutel .small_phone_num a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 339px) {
    .mobmenutel .small_phone_num a {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 321px) {
    .mobmenutel .small_phone_num span {
        display: block;
    }

    .mobmenutel .small_phone_num a {
        padding: 2px 0 0 0px;
        font-size: 16px !important;
    }
} */

/* ******************************************************************************** */

@media screen and (max-width:1200px) {
    .headNew {
        display: none;
    }

    .menuSlimOuter {
        display: none;
    }

    .mobile-menu-outer-place {
        display: block;
    }
}

@media screen and (min-width:1199px) {
    .mobile-menu-outer-place {
        display: none;
    }
}

.body-fixed {
    overflow: hidden;
    height: 100vh;
}


.mobile-menu-outer-place {
    height: 90px;
    position: relative;
    z-index: 100000;
}



.mobile-menu-outer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    padding: 0 0;
    overflow: hidden;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 1px 1px #f1f2f3;
}



.mobile-menu-outer::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

.mobile-menu-button {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 24px;
    height: 24px;
    border: 1px solid #b3b4b3;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    background-image: url(https://kolesokaluga.ru/views/layouts/images/icons/menu_blue.svg);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobile-menu-button:hover {
    transform: scale(1.02);
}

.mobile-menu-button:active {
    transform: scale(0.98);
}

.mobile-menu-button-close {
    border: 1px solid #f7633c;
    background-color: #f7633c;
    background-image: url(https://kolesokaluga.ru/views/layouts/images/icons/menu_close_white.svg);
    opacity: 1;
}



.mobile-menu-fastlinks {
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    padding: 0 5px;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: left 0.5s linear;
}

.mobile-menu-fastlinks-move {
    left: -100px;
}

.mobile-menu-fastlinks::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}



.mobile-menu-fastlinks ul {
    padding: 0 0;
    margin: 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mobile-menu-fastlinks ul li {
    list-style-type: none;
    padding: 0 0;
    margin: 0 0;
}

.mobile-menu-fastlinks ul li a {
    display: block;
    color: #023d83;
    padding: 7px 10px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0.7;
}

.mobile-menu-logo {
    display: block;
    position: absolute;
    left: 50px;
    top: 20px;
    width: 144px;
    transition: width 0.2s linear, top 0.2s linear;
}

@media screen and (max-width:369px) {
    .mobile-menu-logo {
        top: 21px;
        width: 135px;
    }
}

@media screen and (max-width:356px) {
    .mobile-menu-logo {
        top: 25px;
        width: 100px;
    }
}

@media screen and (max-width:310px) {
    .mobile-menu-logo {
        display: none;
    }
}

.mobile-menu-logo img {
    width: 100%;
    height: auto;
}

.mobile-menu-icon-links {
    position: absolute;
    right: 15px;
    top: 22px;
    display: flex;
    flex-direction: row;
}

.mobile-menu-icon-links a {
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mobile-menu-icon-links a img {
    width: 22px;
    height: auto;
    /* filter: brightness(-300%); */
}

.mobile-menu-counter {
    min-width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 7px;
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 11px;
    padding: 0 3px;
    color: #ffffff;
    background-color: #f7633c;
    display: none;
}

@keyframes mobile-menu-counter-show {
    0% {
        opacity: 0;
        top: -5px;
    }

    100% {
        opacity: 1;
        top: -2px;
    }
}

.mobile-menu-counter-show {
    display: block;
    animation: mobile-menu-counter-show 0.2s ease-in-out;
}

.mobile-menu-inner {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 63px;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 0;
    box-sizing: border-box;
    height: 0vh;
    transition: height 0.3s ease-in-out;
}

.mobile-menu-inner-show {
    height: calc(100vh - 56px);
}


.mobile-menu-inner::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

.mobile-menu-inner-content {
    padding-bottom: 182px;
}

.mobile-menu-inner .mobile-menu-top {
    padding: 0 0;
    margin: 0 0;
    border-top: 1px solid #ededed;
    background-color: #ffffff;
}

.mobile-menu-inner .mobile-menu-top li {
    list-style-type: none;
    padding: 0 0;
    margin: 0 0;
}

.mobile-menu-inner .mobile-menu-top li a {
    display: block;
    padding: 10px 10px 10px 50px;
    color: #023d83;
    border-bottom: 1px solid #ededed;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

.mobile-menu-inner .mobile-menu-top li a img {
    width: 17px;
    height: auto;
    position: absolute;
    left: 18px;
    top: 9px;
    opacity: 0.7;
}

.mobile-menu-inner .mobile-menu-sub {
    padding: 0 0;
    margin: 0 0;

}

.mobile-menu-inner .mobile-menu-sub li {
    list-style-type: none;
    padding: 0 0;
    margin: 0 0;
}

.mobile-menu-inner .mobile-menu-sub li a {
    display: block;
    padding: 7px 10px 7px 50px;
    color: #023d83;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    position: relative;
    font-size: 14px;
}

.mobile-menu-inner .mobile-menu-sub li a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    top: 15px;
    opacity: 0.5;
}


.mobile-menu-inner-contacts {
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: left;
    color: #023d83;
    background-color: #ffffff;
    transition: bottom 0.3s ease-in-out;
    border-top: 2px solid #ebebeb;
    border-radius: 10px;
}

.mobile-menu-inner-contacts-show {
    bottom: 0px;
}

.mobile-menu-inner-phone {
    display: block;
    font-size: 24px;
    margin: 0 0 0 0;
    text-align: center;
    color: #023d83;
    text-decoration: none;
}

.mobile-menu-inner-request a {
    display: block;
    margin: 10px 0 10px 0;
    background-color: #9eafc0;
    border-radius: 4px;
    color: #3e5072;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

/* ******************************************************************* */

* {
    box-sizing: border-box;
}

p,
li {
    font-size: 16px;
    color: #364a61;
}

div#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

@media screen and (max-width:1200px) {
    div#wrapper {
        width: calc(100% - 20px);
    }
}

#whitebox {
    width: auto;
    margin-top: 0px;
}

.page_bg_shadow {
    background: #f8f8f9;
}


#whitebox1 div {
    text-align: left;
}

h1 {
    padding: 0;
    margin: 30px 0;
    font-size: 2em;
    font-weight: bold;
    color: #ff5d32;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

h2 {
    font-size: 1.8em;
    color: #ff5d32;
    text-align: center;
    font-weight: bold;
}

h3 {
    font-size: 1.7em;
    color: #ff5d32;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

h4 {
    color: #333;
}

#logo_div {
    width: 30%;
    display: inline-block;
}

#menu_tyre_li {
    width: 15%;
}

#menu_tyre_span {
    padding-left: 35%;
}

#menu_disk_li {
    width: 15%;
}

#menu_disk_span {
    padding-left: 35%;
}

#menu_akb_li {
    width: 11%;
}

#menu_akb_span {
    padding-left: 40%;
}

#menu_masla_li {
    width: 13%;
}

#menu_masla_span {
    padding-left: 40%;
}

#menu_servis_li {
    width: 15%;
}

#menu_servis_span {
    padding-left: 30%;
}

#menu_otzyv_li {
    width: 13%;
}

#menu_otzyv_span {
    padding-left: 30%;
}

#menu_akcii_li {
    width: 11%;
}

#menu_akcii_span {
    padding-left: 26%;
}

#menu_dop_li {
    width: 7%;
    text-align: center;
    vertical-align: middle;
}

#menu_dop_li2 {
    display: none;
}

#menu4,
#menu4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu4 {
    width: 100%;
    display: table;
}

#menu4:before,
#menu4:after {
    content: "";
    display: table;
}

#menu4:after {
    clear: both;
}

#menu4 {
    zoom: 1;
}

#menu4 li {
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    border-right: 1px solid #fff;
    -moz-box-shadow: 1px 0 0 #fff;
    -webkit-box-shadow: 1px 0 0 #fff;
    box-shadow: 1px 0 0 #fff;
    position: relative;
}

#menu4 a {
    float: left;
    width: 100%;
    height: 100%;
    color: #1f4586;
    text-transform: uppercase;
    font-weight: bold;
    font: 14px Arial;
    text-decoration: none;
    line-height: 30px;
}

#menu4 li:hover>a {
    background-color: #d9dbda;
}

#menu4 ul {
    margin: 20px 0 0 0;
    _margin: 0;
    /*IE6 только*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    z-index: 999;
    background-color: #ebedec;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#menu4 li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#menu4 ul li {
    float: none;
    display: block;
    border: 0;
    background-color: #ebedec;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

#menu4 ul li:hover>a {
    background-color: #d9dbda;
}

#menu_avto {
    background: url("/views/layouts/images/avto_menu_icon.png") 11% 50% no-repeat;
    background-size: 50px;
}

#menu_avto:hover {
    background: url("/views/layouts/images/avto_menu_icon1.png") 11% 50% no-repeat;
    background-size: 50px;
}

#menu_tyre {
    background: url("/views/layouts/images/shiny_menu_icon.png") 14% 50% no-repeat;
    background-size: 30px;
}

#menu_tyre:hover {
    background: url("/views/layouts/images/shiny_menu_icon1.png") 14% 50% no-repeat;
    background-size: 30px;
}

#menu_disk {
    background: url("/views/layouts/images/diski_menu_icon.png") 14% 50% no-repeat;
    background-size: 30px;
}

#menu_disk:hover {
    background: url("/views/layouts/images/diski_menu_icon1.png") 14% 50% no-repeat;
    background-size: 30px;
}

#menu_akb {
    background: url("/views/layouts/images/akb_menu_icon.png") 14% 50% no-repeat;
    background-size: 30px;
}

#menu_akb:hover {
    background: url("/views/layouts/images/akb_menu_icon1.png") 14% 50% no-repeat;
    background-size: 30px;
}

#menu_masla {
    background: url("/views/layouts/images/masla_menu_icon.png") 14% 50% no-repeat;
    background-size: 50px;
}

#menu_masla:hover {
    background: url("/views/layouts/images/masla_menu_icon1.png") 14% 50% no-repeat;
    background-size: 50px;
}

#menu_to {
    background: url("/views/layouts/images/to_menu_icon.png") 18% 50% no-repeat;
    background-size: 42px;
}

#menu_to:hover {
    background: url("/views/layouts/images/to_menu_icon1.png") 18% 50% no-repeat;
    background-size: 42px;
}

#menu_servis {
    background: url("/views/layouts/images/avtoservis_menu_icon.png") 10% 50% no-repeat;
    background-size: 27px;
}

#menu_servis:hover {
    background: url("/views/layouts/images/avtoservis_menu_icon1.png") 10% 50% no-repeat;
    background-size: 27px;
}

#menu_akcii {
    background: url("/views/layouts/images/spetspredlozheniya_menu_icon.png") 10% 50% no-repeat;
    background-size: 30px;
}

#menu_akcii:hover {
    background: url("/views/layouts/images/spetspredlozheniya_menu_icon1.png") 10% 50% no-repeat;
    background-size: 30px;
}

#menu_otzyv {
    background: url("/views/layouts/images/otzyv_icon.png") 10% 50% no-repeat;
    background-size: 30px;
}

#menu_otzyv:hover {
    background: url("/views/layouts/images/otzyv_icon1.png") 10% 50% no-repeat;
    background-size: 30px;
}

#menu_tyre2_li {
    width: 33.333%;
}

#menu_tyre2 {
    background: #d7dfe7 url("/views/layouts/images/icons/shini_02.svg") 10% 50% no-repeat;
    background-size: 30px;
    border-top: 1px solid #eef2f6;
    border-right: 1px solid #eef2f6;
    border-left: 1px solid #eef2f6;
}

#menu_tyre2:hover {
    background: url("/views/layouts/images/icons/shini_02_orange.svg") 10% 50% no-repeat;
    background-size: 30px;
}

#menu_avto2_li {
    width: 33.333%;
}

#menu_avto2 {
    background: #d7dfe7 url("/images/Icons/pdb_po_avto/podbor_po_avto.png") 3% 50% no-repeat;
    background-size: 50px;
    border-top: 1px solid #eef2f6;
    border-right: 1px solid #eef2f6;
    border-left: 1px solid #eef2f6;
}

#menu_avto2:hover {
    background: url("/images/Icons/pdb_po_avto/podbor_po_avto2.png") 3% 50% no-repeat;
    background-size: 50px;
}

#menu_disk2_li {
    width: 33.333%;
}

#menu_disk2 {
    background: #d7dfe7 url("/views/layouts/images/icons/diski_02.svg") 10% 50% no-repeat;
    background-size: 30px;
    border-top: 1px solid #eef2f6;
    border-right: 1px solid #eef2f6;
    border-left: 1px solid #eef2f6;
}

#menu_disk2:hover {
    background: url("/views/layouts/images/icons/diski_02_orange.svg") 10% 50% no-repeat;
    background-size: 30px;
}

#menu_avto_akb_li {
    width: 50%;
}

#menu_akb2_li {
    width: 50%;
}

#menu_akb2 {
    background: #d7dfe7 url("/views/layouts/images/akb_menu_icon.png") 10% 50% no-repeat;
    background-size: 30px;
    border-top: 1px solid #eef2f6;
    border-right: 1px solid #eef2f6;
    border-left: 1px solid #eef2f6;
}

#menu_akb2:hover {
    background: url("/views/layouts/images/akb_menu_icon1.png") 10% 50% no-repeat;
    background-size: 30px;
}

#menu_akb_avto {
    background: #d7dfe7 url("/images/Icons/pdb_po_avto/podbor_po_avto.png") 3% 50% no-repeat;
    background-size: 50px;
    border-top: 1px solid #eef2f6;
    border-right: 1px solid #eef2f6;
    border-left: 1px solid #eef2f6;
}

#menu_akb_avto:hover {
    background: url("/images/Icons/pdb_po_avto/podbor_po_avto2.png") 3% 50% no-repeat;
    background-size: 50px;
}

#podbor_menu,
#podbor_menu ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

#podbor_menu {
    width: 100%;
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#podbor_menu:before,
#podbor_menu:after {
    content: "";
    display: flex;
    clear: both;
}

#podbor_menu li {
    box-sizing: border-box;
    flex-grow: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
}

#podbor_menu a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #1f4586;
    font-size: 13px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.8;
    background-color: rgba(223, 229, 236, 1);
    transition: background-color 0.2s ease-in-out, background 0.2s ease-in-out, color 0.3s ease-in-out;
}

#podbor_menu li:hover>a {
    background-color: #f6f9fb;
    color: #eb5e36;
}

#podbor_menu ul {
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 40px;
    z-index: 1;
    background-color: rgba(223, 229, 236, 1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#tyre_first_div {
    float: left;
    width: 50%;
    vertical-align: top;
}

#tyre_second_div {
    float: left;
    width: 50%;
    vertical-align: top;
    text-align: right;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

@media screen and (max-width:600px) {
    #tyre_first_div {
        width: 100%;
    }

    #tyre_second_div {
        display: none;
    }
}

#tyre_second_div img {
    width: 70%;
    height: auto;
    transform: scale(1);
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#tyre_second_div img:hover {
    transform: scale(1.4);
    box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.1);
}

.div_tyre_podbor {
    display: block;
    width: 100%;
    position: relative;
}

.div_tyre_podbor::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 5px;
    background: url(/views/layouts/images/arrow_left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    opacity: 0.4;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    z-index: 1;
}

.div_tyre_podbor:hover::after {
    top: 9px;
    transform: rotate(-90deg);
}

.div_tyre_podbor:active::after {
    top: 10px;
}

.div_tyre_podbor select {
    position: relative;
    z-index: 2;
    background: rgba(75, 106, 166, 0.05);
    width: calc(100% - 125px);
    margin-left: 15px;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.09);
    transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.div_tyre_podbor select:hover {
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
    background: rgba(75, 106, 166, 0.07);
}

.desctop_span {
    display: block;
    user-select: none;
}

.mobile_span {
    display: none;
    user-select: none;
}

input:focus {
    outline: none;
}

#div_tyre_shirina {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#div_tyre_profil {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#div_tyre_diametr {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#div_tyre_proizv {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#div_tyre_sezon {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#div_tyre_os {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#div_tyre_primenenie {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#disk_first_div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

#disk_second_div {
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: right;
    padding: 0 30px 0 0;
}

#div_tyre_axle {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

#div_tyre_scope {
    width: 100%;
    color: #555;
    display: block;
    text-align: right;
    margin: 0 0 10px 0;
}

@media screen and (max-width:600px) {
    #disk_first_div {
        width: 100%;
    }

    #disk_second_div {
        display: none;
    }
}

#disk_second_div img {
    width: 60%;
    height: auto;
    transform: scale(1);
    box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#disk_second_div img:hover {
    transform: scale(1.5);
    box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.1);
}

.disk_podbor_div {
    width: 100%;
    color: #555;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
}

.disk_podbor_div::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 5px;
    background: url(/views/layouts/images/arrow_left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    opacity: 0.4;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}

.disk_podbor_div:hover::after {
    top: 9px;
    transform: rotate(-90deg);
}

.disk_podbor_div:active::after {
    top: 10px;
}

.disk_podbor_div select {
    position: relative;
    z-index: 2;
    background: rgba(75, 106, 166, 0.05);
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.disk_podbor_div select:hover {
    background: rgba(75, 106, 166, 0.05);
}

.akb_podbor_div {
    width: 100%;
    color: #555;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
}

.akb_podbor_div::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 5px;
    background: url(/views/layouts/images/arrow_left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    opacity: 0.4;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}

.akb_podbor_div:hover::after {
    top: 9px;
    transform: rotate(-90deg);
}

.akb_podbor_div:active::after {
    top: 10px;
}

.akb_podbor_div select {
    position: relative;
    z-index: 2;
    background: rgba(75, 106, 166, 0.05);
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.akb_podbor_div select:hover {
    background: rgba(75, 106, 166, 0.05);
}

.tabcontent {
    margin-top: 0px;
    display: none;
    padding: 30px 20px 20px 20px;
    border-left: 1px solid #eaeff4;
    border-right: 1px solid #eaeff4;
    border-bottom: 1px solid #eaeff4;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.01);
}

#avto_first_div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

#avto_second_div {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    text-align: right;
    padding: 20px 0 0 0;
}

@media screen and (max-width:600px) {
    #avto_first_div {
        width: 100%;
    }

    #avto_second_div {
        display: none;
    }
}

#avto_second_div img {
    width: 80%;
    height: auto;
}

#label_avto_podbor {
    display: none;
}

.div_avto_podbor {
    width: 100%;
    color: #555;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
}

.div_avto_podbor::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: 5px;
    background: url(/views/layouts/images/arrow_left.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    opacity: 0.4;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}

.div_avto_podbor:hover::after {
    top: 9px;
    transform: rotate(-90deg);
}

.div_avto_podbor:active::after {
    top: 10px;
}

.div_avto_podbor select {
    position: relative;
    z-index: 2;
    background: rgba(75, 106, 166, 0.05);
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.div_avto_podbor select:hover {
    background: rgba(75, 106, 166, 0.05);
}

#nashi_servisy {
    width: 100%;
    height: 120px;
}

.nashi_servisy {
    float: left;
    width: 12.5%;
    height: 120px;
    display: flex;
    position: relative;
    justify-content: center;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80px;
}

.nashi_servisy p {
    position: absolute;
    margin: 0;
    bottom: 0;
    font: 14px Arial;
    color: #a8a8a8;
}

.nashi_servisy:hover p {
    color: #727272;
    text-decoration: underline;
}

#zapravka_kondicionera {
    background: url("/views/layouts/images/zapravka_konditionera_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#zapravka_kondicionera:hover {
    background: url("/views/layouts/images/zapravka_konditionera_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#diagnostika_remont_hodovoi {
    background: url("/views/layouts/images/diagnostika_podveski_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#diagnostika_remont_hodovoi:hover {
    background: url("/views/layouts/images/diagnostika_podveski_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#razval_shogdenie {
    background: url("/views/layouts/images/razval_shozhdenie_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#razval_shogdenie:hover {
    background: url("/views/layouts/images/razval_shozhdenie_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#zamena_masla {
    background: url("/views/layouts/images/zamena_masla_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#zamena_masla:hover {
    background: url("/views/layouts/images/zamena_masla_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#shinomontag {
    background: url("/views/layouts/images/shinomontazh_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#shinomontag:hover {
    background: url("/views/layouts/images/shinomontazh_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#zamena_kolodok {
    background: url("/views/layouts/images/zamena_kolodok_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#zamena_kolodok:hover {
    background: url("/views/layouts/images/zamena_kolodok_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#oshipovka {
    background: url("/views/layouts/images/oshipovka_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#oshipovka:hover {
    background: url("/views/layouts/images/oshipovka_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#vse_uslugi_avtoservisa {
    background: url("/views/layouts/images/vse_uslugi_servisa_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#vse_uslugi_avtoservisa:hover {
    background: url("/views/layouts/images/vse_uslugi_servisa_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#polirovka_far {
    background: url("../../../images/Icons/fara_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#polirovka_far:hover {
    background: url("../../../images/Icons/fara_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#datchiki_davlenia {
    background: url("../../../images/Icons/datchiki_davleniya_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#datchiki_davlenia:hover {
    background: url("../../../images/Icons/datchiki_davleniya_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#zamena_masla_kpp {
    background: url("../../../images/Icons/AKPP_Icon.jpg") center top no-repeat;
    background-size: 80px;
}

#zamena_masla_kpp:hover {
    background: url("../../../images/Icons/AKPP_Icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#remont_avtomobily {
    background: url("../../../images/Icons/remont_avtomobily_icon.jpg") center top no-repeat;
    background-size: 80px;
}

#remont_avtomobily:hover {
    background: url("../../../images/Icons/remont_avtomobily_icon1.jpg") center top no-repeat;
    background-size: 80px;
}

#remont_diskov {
    background: url("../../../images/Icons/remont_diskov_Icon.jpg") center top no-repeat;
    background-size: 80px;
}

#remont_diskov:hover {
    background: url("../../../images/Icons/remont_diskov_Icon1.jpg") center top no-repeat;
    background-size: 80px;
}

.nashi_preimushestva {
    width: 100%;
    margin: 10px 0;
}

.nashi_preimushestva_blocks {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.nashi_preimushestva_block {
    padding: 10px;
    text-align: center;
    width: 20%;
    color: #4b6aa6 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.nashi_preimushestva_block:hover {
    color: #ff5d32 !important;
    text-decoration: none;
}

.nashi_preimushestva_block img {
    width: 50%;
    height: auto;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
}

.nashi_preimushestva_block:hover img {
    transform: scale(1.1);
}

.nashi_preimushestva_block span {
    display: block;
    padding: 20px 0 0 0;
}

.lineFooterBlock {
    float: left;
    box-sizing: border-box;
}

.lineFooterBlock img {
    max-width: 100%;
    height: auto;
}

.lineFooterBlock1 {
    width: 20%;
    padding: 0 40px 0 20px;
}

.lineFooterBlock2 {
    width: calc(80% - 140px);
    text-align: center;
}

.lineFooterBlock3 {
    width: 120px;
    padding: 0 0 0 0px;
    box-sizing: border-box;
}

.footerSocial {
    float: right;
    width: 60px;
    padding: 15px 0px 0px 20px;
    box-sizing: border-box;
}

@media screen and (max-width:800px) {
    .footerSocial {
        float: right;
        width: 50px;
        padding: 15px 0px 0px 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:600px) {
    .lineFooterBlock1 {
        float: none;
        width: 200px;
        padding: 0 40px 20px 20px;
    }

    .lineFooterBlock2 {
        float: none;
        width: calc(100% - 20px);
        padding: 0 0 0 20px;
        text-align: center;
    }

    .lineFooterBlock3 {
        float: none;
        width: 140px;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

    .footerSocial {
        float: left;
        width: 60px;
        padding: 15px 20px 0px 0px;
        box-sizing: border-box;
    }
}

.podval_td {
    margin: 0px 0 0 0;
    font-size: 0px;
}

.podval_td h3 {
    font-weight: normal;
    padding: 0px 0 10px 0;
    margin: 0 0;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    font-size: 20px;
}

.podval_td p {
    padding: 5px 0;
    margin: 0 0;
    font-size: 16px;
}

.podval_td a {
    font-size: 16px;
}

.podval_td .podval_td_block {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 20px 0 0px 0;
    padding: 0 20px 0 20px;
    border-left: 1px solid rgba(79, 105, 155, 0.2);
}

.podval_td .podval_td_block:nth-child(1) {
    border-left: 1px solid rgba(79, 105, 155, 0);
}

@media screen and (max-width:1100px) {
    .podval_td .podval_td_block {
        width: 25%;
    }
}

@media screen and (max-width:800px) {
    .podval_td .podval_td_block {
        width: 33.33%;
    }
}

@media screen and (max-width:600px) {
    .podval_td .podval_td_block {
        width: 50%;
    }
}

@media screen and (max-width:460px) {
    .podval_td .podval_td_block {
        width: 100%;
        border-left: 1px solid rgba(79, 105, 155, 0) !important;
    }
}

.responsive {
    position: relative;
    margin: auto;
    width: 95%;
    height: 140px;
}

#otzyv_left {
    float: left;
    width: 75%;
}

#otzyv_right {
    float: right;
    width: 24%;
    text-align: center;
}

.tabs_main {
    position: relative;
    min-height: 120px;
    /* This part sucks */
    clear: both;
}

.tab_main {
    /*float: left; */
    height: 60px;
}

#tab_label {
    background-color: #ebedec;
    color: #000;
    border: 0px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    width: 220px;
    display: block;
    line-height: 20px;
    text-align: center;
}

#tab-1,
#tab-2,
#tab-3,
#tab-4 {
    display: none;
}

.content_main {
    position: absolute;
    top: 40px;
    left: 0;
    background: transparent;
    right: 0;
    bottom: 0;
    border: 0px solid #ccc;
    visibility: hidden;
}

[type=radio]:checked~#tab_label {
    border-bottom: 0px solid white;
    background-color: #d9dbda;
    visibility: visible;
}

[type=radio]:checked~#tab_label~.content_main {
    visibility: visible;
}

#shod_razval_div {
    width: 80%;
    margin: auto;
}

.shod_razval_td {
    width: 33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.shod_razval_td img {
    width: 55%;
    height: auto;
}

.razval_price_div {
    width: 85%;
    margin: auto;
}

.razval_price_div_large {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 50px;
    line-height: 40px;
    padding: 5px;
    background-color: #ebedec;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #727272;
    font-weight: 600;
}

.razval_price_div_small {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 50px;
    line-height: 40px;
    padding: 5px;
    background-color: #ebedec;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #727272;
    font-weight: 600;
}

#razval_article_left {
    width: 25%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#razval_article_right {
    width: 70%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.linkSaleTires {
    display: block;
    position: absolute;
    left: -2px;
    bottom: 10px;
    background: rgba(255, 93, 50, 0.7);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    padding: 0 5px 0 10px;
    z-index: 3;
    font-size: 12px;
}

.linkSaleTires span {
    display: block;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(255, 93, 50, 0.7);
    border-right: 10px solid rgba(255, 93, 50, 0);
    border-top: 14px solid rgba(255, 93, 50, 0.7);
    border-bottom: 14px solid rgba(255, 93, 50, 0);
    position: absolute;
    right: -20px;
    top: 0px;
}

.linkSaleTires:hover {
    background: rgba(255, 93, 50, 1);
}

.linkSaleTires:hover span {
    display: block;
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(255, 93, 50, 1);
    border-right: 10px solid rgba(255, 93, 50, 0);
    border-top: 14px solid rgba(255, 93, 50, 1);
    border-bottom: 14px solid rgba(255, 93, 50, 0);
    position: absolute;
    right: -20px;
    top: 0px;
}

.blockSaleOrange {
    background: rgba(255, 93, 50, 1);
    color: rgba(255, 255, 255, 1);
    padding: 7px 15px;
    font-weight: bold;
    border-radius: 3px;
}

.linkSaleOrange {
    display: block;
    background: rgba(255, 93, 50, 1);
    color: rgba(255, 255, 255, 1);
    padding: 7px 15px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
}

.linkSaleOrange:hover {
    background: rgba(255, 93, 50, 0.7);
    color: rgba(255, 255, 255, 1);
    padding: 7px 15px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: underline;
}


.link_podbor_dop_block {
    width: 100%;
    display: block;
    font-size: 12px;
    margin: 3px 0 0 0;
    padding: 0;
    text-decoration-line: none;
}

.link_podbor_dop_block:hover {
    opacity: 0.8;
}

.link_prod_dop_block {
    display: block;
    margin: 2px 0;
    text-decoration: none;
}

.product_desc_div {
    display: flex;
}

.product_desc_div1,
.product_desc_div2 {
    width: 100%;
}

.product_desc_div1 {
    /* padding-left: 40px; */
    padding: 20px 0;
}

@media screen and (max-width:800px) {
    .product_desc_div {
        display: block;
        width: 100%;
    }

    .product_desc_div1,
    .product_desc_div2 {
        display: block;
        width: 100%;
        padding: 0;
    }
}

#kak_zakazat_top {
    color: rgba(75, 106, 166, 1);
}

#kak_zakazat_top:hover {
    color: rgba(255, 93, 50, 1);
}

.podbor_div {
    background-color: #004185;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 7px;
}

.podbor_div_bonus {
    background: url("../../../images/Icons/bonusy_znak.png") 12px 50% no-repeat;
    background-size: 18px;
    background-color: #004185;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 7px;
    padding-left: 40px;
}

.podbor_div_garant {
    background: url("../../../images/Icons/garantiya_znak.png") 12px 50% no-repeat;
    background-size: 16px;
    background-color: #004185;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 7px;
    padding-left: 40px;
}

.podbor_div_garant2 {
    background: url("../../../images/Icons/garantiya_znak.png") 12px 50% no-repeat;
    background-size: 16px;
    background-color: #004185;
    border-radius: 3px;
    width: 55%;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    text-align: left;
    padding: 7px;
    padding-left: 40px;
}

.podbor_div_rassrochka {
    background: url("../../../images/Icons/rassrochka_znak.png") 12px 50% no-repeat;
    background-size: 18px;
    background-color: #004185;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 7px;
    padding-left: 40px;
}

.podbor_div_skidka {
    background: url("../../../images/Icons/skidka_znak.png") 12px 50% no-repeat;
    background-size: 16px;
    background-color: #004185;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 7px;
    padding-left: 40px;
}

.podbor_div_0_rub {
    background-image: url("../../../images/Icons/0rub.svg");
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 12px 50%;
    background-color: #004185;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 7px;
    padding-left: 40px;
}

.podbor_div_skidka_rub {
    background: url("../../../images/Icons/skidka_za_akb_icon.png") 12px 50% no-repeat;
    background-size: 23px;
    background-color: #004185;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 7px;
    padding-left: 50px;
}

.tooltip_garanty {
    position: absolute;
    width: 45px;
    height: 40px;
    left: 8px;
    top: 50px;
    z-index: 3;
}


.tooltip_garanty_2 {
    top: 50px;
}

.tooltip_garanty_3 {
    top: 90px;
}

.tooltip_garanty img {
    width: 40px;
    height: auto;
}

.tooltip_garanty a {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.tooltip_garanty a:hover {
    color: rgba(31, 69, 144, 1);
    text-decoration: underline;
}

.tooltip_garanty span {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    font-weight: 700;
    padding: 7px;
    width: 140px;
    left: 80px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    border-radius: 3px;
    transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.tooltip_garanty:hover span {
    visibility: visible;
    left: 45px;
    opacity: 1;
}

.tooltip_garanty:hover span img {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

/* ********************************************************************* */

.tooltip_garanty_new {
    position: relative;
    width: 45px;
    height: 45px;
}

.tooltip_garanty_new img {
    width: 40px;
    height: auto;
}

.tooltip_garanty_new a {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.tooltip_garanty_new a:hover {
    color: rgba(31, 69, 144, 1);
    text-decoration: underline;
}

.tooltip_garanty_new span {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    font-weight: 700;
    padding: 7px;
    width: 140px;
    left: 80px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    border-radius: 3px;
    transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.tooltip_garanty_new:hover span {
    visibility: visible;
    left: 45px;
    opacity: 1;
}

.tooltip_garanty_new:hover span img {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

/* ********************************************************************* */

.tooltip_gifts_new {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    z-index: 3;
    background-color: rgba(255, 93, 50, 1);
    background-image: url(/views/layouts/images/gift-box.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center 5px;
}

.tooltip_gifts_new a {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.tooltip_gifts_new a:hover {
    color: rgba(31, 69, 144, 1);
    text-decoration: underline;
}

.tooltip_gifts_new .tooltip_outcontent {
    visibility: hidden;
    position: absolute;
    width: 140px;
    left: 80px;
    display: block;
    opacity: 0;
    transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
    padding: 0 0 0 6px;
}

.tooltip_gifts_new:hover .tooltip_outcontent {
    visibility: visible;
    left: 36px;
    opacity: 1;
}


/* ********************************************************************* */

.tooltip_sezon_new {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.tooltip_sezon_new img {
    width: 100%;
    height: auto;
}

.tooltip_sezon_new span {
    visibility: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    font-weight: 700;
    padding: 7px;
    width: 100px;
    right: 80px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
    z-index: 999;
    opacity: 0;
    border-radius: 3px;
    transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.tooltip_sezon_new:hover span {
    visibility: visible;
    right: 45px;
    opacity: 1;
}

/* ********************************************************************* */

.tooltip_gifts {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    left: 10px;
    top: 10px;
    z-index: 3;
    background-color: rgba(255, 93, 50, 1);
    background-image: url(/views/layouts/images/gift-box.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: center 5px;
}

.tooltip_gifts a {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.tooltip_gifts a:hover {
    color: rgba(31, 69, 144, 1);
    text-decoration: underline;
}

.tooltip_gifts .tooltip_outcontent {
    visibility: hidden;
    position: absolute;
    width: 140px;
    left: 80px;
    display: block;
    opacity: 0;
    transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
    padding: 0 0 0 6px;
}

.tooltip_gifts:hover .tooltip_outcontent {
    visibility: visible;
    left: 36px;
    opacity: 1;
}

.tooltip_content {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    font-weight: 700;
    padding: 7px;
}


.tooltip_sezon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.tooltip_sezon img {
    width: 100%;
    height: auto;
}

.tooltip_sezon span {
    visibility: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    font-weight: 700;
    padding: 7px;
    width: 100px;
    right: 80px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
    z-index: 999;
    opacity: 0;
    border-radius: 3px;
    transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.tooltip_sezon:hover span {
    visibility: visible;
    right: 45px;
    opacity: 1;
}

.tooltip_foto_primerka span {
    visibility: hidden;
    position: absolute;
    background-color: #ccc;
    padding: 10px;
    left: 50%;
    top: 50%;
    margin-left: -310px;
    margin-top: -310px;
    border-radius: 3px;
    z-index: 999;
}

.tooltip_foto_primerka:hover span {
    visibility: visible;
}

.ostat_desktop {
    display: block;
}

.ostat_desktop p {
    margin: 7px;
    font-size: 1.3em;
    color: #727271;
}

.ostat_desktop2 {
    text-align: right;
}

.ostat_desktop2 p {
    margin: 7px;
    padding-top: 10px;
    font-size: 1.4em;
    color: #727271;
}

.ostat_mobile {
    display: none;
}

.tire_photo {
    max-width: 250px;
    max-height: 250px;
}

.span_old_price {
    font-size: 2em;
    text-decoration: line-through;
    color: #727271;
}

.span_new_price {
    font-size: 2.5em;
    padding-left: 15px;
    color: #ff5d32;
}

.span_new_price_rub {
    font-size: 1em;
}

.tovar_first_div {
    width: 20%;
    vertical-align: top;
    text-align: center;
}

.tovar_second_div {
    width: 40%;
    vertical-align: top;
    text-align: left;
    padding: 15px;
}

.tovar_third_div {
    width: 40%;
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
}

.tovar2_first_div {
    vertical-align: top;
    text-align: center;
    position: relative;
    z-index: 3;
    height: 200px;
}

.tovar2_first_div_img {
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0px;
    background: #fff;
    text-align: center;
    z-index: 1;
    text-align: center;
}

.tovar2_first_div_img img {
    height: 90%;
    width: auto;
    max-width: 90%;
}

.tovar2_second_div {
    vertical-align: top;
    text-align: right;
    padding: 0px 10px 0px 10px;
    z-index: 2;
    position: relative;
}

.tovar2_third_div {
    vertical-align: middle;
    text-align: right;
    z-index: 3;
    padding: 0px 10px 10px 10px;
}

.allTovarBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tovar_podbor_div {
    box-sizing: border-box;
    width: 33.33%;
    position: relative;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 1);
    padding: 0px 10px 10px 0px;
    z-index: 1;
}

.favorits_page .tovar_podbor_div {
    width: 25%;
}

.allTovarBlock4row .tovar_podbor_div {
    width: 25%;
}

.tovar_podbor_div_2block {
    box-sizing: border-box;
    width: 50%;
    position: relative;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 1);
    padding: 0px 10px 10px 0px;
    z-index: 1;
}

.tovar_podbor_div_3block {
    box-sizing: border-box;
    width: 33.33%;
    position: relative;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 1);
    padding: 0px 10px 10px 0px;
    z-index: 1;
}

.tovar_podbor_div_4block {
    box-sizing: border-box;
    width: 25%;
    position: relative;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 1);
    padding: 0px 10px 10px 0px;
    z-index: 1;
}

.tovar_podbor_div_5block {
    box-sizing: border-box;
    width: 20%;
    position: relative;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 1);
    padding: 0px 10px 10px 0px;
    z-index: 1;
}

.tovar_podbor_div_inner {
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    /* background: gold; */
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    transition: top 0.2s ease-in-out, height 0.2s ease-in-out;
}

.tovar_podbor_div:hover {
    z-index: 2;
}

.tovar_podbor_div:hover .tovar_podbor_div_inner {
    box-shadow: 0px 2px 20px 3px rgba(0, 0, 0, 0.1);
}

.allTovarBlock_4_columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allTovarBlock_4_columns .tovar_podbor_div {
    width: calc(25% - 10px);
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
}

@media screen and (max-width:1150px) {
    .allTovarBlock_4_columns .tovar_podbor_div {
        width: calc(33.33% - 10px);
    }
}

@media screen and (max-width:860px) {
    .allTovarBlock_4_columns .tovar_podbor_div {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width:560px) {
    .allTovarBlock_4_columns .tovar_podbor_div {
        width: 100%;
    }
}

.tovar_first_div_icons_left {
    width: 45px;
    box-sizing: border-box;
    background-color: rgba(75, 106, 166, 0);
    position: absolute;
    z-index: 20;
    left: 10px;
    top: 10px;
}

.tovar_first_div_icons_left div {
    margin: 0 0 5px 0;
}

.tovar_first_div_icons_right {
    width: 45px;
    box-sizing: border-box;
    background-color: rgba(75, 106, 166, 0);
    position: absolute;
    z-index: 20;
    right: 10px;
    top: 10px;
}

.tovar_first_div_icons_right div {
    margin: 0 0 5px 0;
}

.allTovarBlock_4columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tovar_podbor_div_4row {
    width: calc(25% - 10px);
    padding: 0 0 0 0;
    margin: 0 0 12px 0;
}

@media screen and (max-width: 1080px) {
    .favorits_page .tovar_podbor_div {
        width: 33.33%;
    }
}

@media screen and (max-width: 640px) {
    .tovar_podbor_div {
        width: 50%;
        padding: 0 5px 10px 5px;
    }

    .favorits_page .tovar_podbor_div {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .tovar_podbor_div {
        width: 100%;
        padding: 0px 0px 10px 0px;
    }

    .favorits_page .tovar_podbor_div {
        width: 100%;
    }

    .tovar2_first_div {
        height: 260px;
    }

    .tovar2_first_div_img {
        height: 260px;
    }
}

.tovar_disk_podbor_div {
    display: flex;
    width: 100%;
    position: relative;
    height: auto;
    border-top: 2px solid #999999;
    border-collapse: collapse;
}

.tovar_name_desktop {
    display: block;
}

.tovar_name_desktop h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.tovar_name_desktop h3 a {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}

.tovar_name_desktop h3 a:hover {
    color: rgba(255, 93, 50, 0.95);
    text-decoration: underline;
}

.tovarPrice {
    text-align: right;
    position: relative;
}

.tovarPriceOld {
    text-align: right;
    font-size: 18px;
    color: #999999;
    text-decoration: line-through;
}

.tovarPriceNew {
    padding: 0 0 0 10px;
    color: #ff5d32;
    font-size: 24px;
    font-weight: bold;
}

.tovarPriceSkidkaShow {
    position: absolute;
    left: -10px;
    top: 3px;
    background: rgba(31, 69, 144, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 2px 0 10px;
}

.tovarPriceSkidkaShow span {
    display: block;
    width: 0px;
    height: 0px;
    border-left: 8px solid rgba(31, 69, 144, 1);
    border-right: 8px solid rgba(31, 69, 144, 0);
    border-top: 13px solid rgba(31, 69, 144, 1);
    border-bottom: 13px solid rgba(31, 69, 144, 0);
    position: absolute;
    right: -16px;
    top: 0px;
}

.tovar_name_mobil {
    display: none;
}

.product_top_td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    background-color: #d9dbda;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #727272;
    font-weight: 600;
}

.product_td {
    vertical-align: middle;
    padding: 5px;
    background-color: #ebedec;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #727272;
    font-weight: 600;
    text-align: center;
}

.product_top_td_div {
    display: table;
}

.product_ostat_desktop {
    display: block;
}

.product_ostat_mobile {
    display: none;
}

.product_td_name {
    width: 23%;
    font-size: 1.2em;
    display: table-cell;
}

.product_td_ostat {
    width: 28%;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
    display: table-cell;
}

.product_td_price {
    width: 15%;
    display: table-cell;
}

.productcount {
    width: 12%;
    display: table-cell;
}

.product_td_bonus {
    width: 12%;
    font-size: 1.1em;
    text-align: center;
    display: table-cell;
}

.product_td_submit {
    width: 10%;
    text-align: center;
    display: table-cell;
}

.sezon_znak {
    position: absolute;
    width: 70px;
    left: 0;
}

.basket_caption_td {
    display: table;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(75, 106, 166, 1);
}


.basket_tovar_block {
    background-color: #ffffff;
    border: 1px solid #f1f2f3;
    border-radius: 4px;
    box-shadow: 0 2px 1px 0px rgba(79, 105, 155, 0.2);
    margin: 0 0 20px 0;
    padding: 17px 20px 20px 120px;
    position: relative;
}
.basket_tovar_block .basket_tovar_photo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 3px #e6e7e9;
}
.basket_tovar_block .basket_tovar_photo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


.basket_tovar_block fieldset .field_blocks .field_line {
    display: inline-block;
    margin-right: 20px;
}

.basket_tovar_block fieldset .field_blocks .field_line .sklad_radio {
    margin: 0 0;
}

.basket_tovar_block fieldset .field_blocks .field_line label {
    display: inline-block;
    margin: 0 0 0 5px;
}

.basket_tovar_block fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.basket_tovar_block fieldset legend {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(79, 105, 155, 0.6);
}

.basket_tovar {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.basket_tovar_photo {

}

.basket_tovar_name {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.basket_tovar_name a {
    font-size: 16px;
    font-weight: normal;
    color: rgba(5, 95, 250, 1);
}

.basket_tovar_name a:hover {
    color: rgba(31, 69, 144, 1);
}

.basket_tovar_price {
    display: table-cell;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.basket_tovar_count {
    display: table-cell;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.basket_tovar_summa {
    display: table-cell;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.basket_tovar_skidka {
    display: table-cell;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}

.basket_tovar_skidka .bonus_cart_text {
    text-transform: uppercase;
}

.basket_tovar_skidka .bonus_cart_count {
    color: #03b103;
    font-weight: bold;
}

.basket_tovar_del {
    display: table-cell;
    width: 5%;
    text-align: center;
    vertical-align: middle;
    transform: scale(1);
    opacity: 0.3;
    transition: transform .1s ease-in-out, opacity .1s ease-in-out;
}

.basket_tovar_del:hover {
    opacity: 1;
    transform: scale(1.1);
}

.basket_tovar_del img {
    width: 24px;
    height: auto;
    margin: 7px 0 0 0;
}

.nashi_uslugi {
    float: left;
    width: 14%;
    height: 150px;
    display: flex;
    position: relative;
    justify-content: center;
    text-align: center;
}

.nashi_uslugi p {
    position: absolute;
    margin: 0;
    margin-top: 95px;
    font: 16px Arial;
    color: #a8a8a8;
}

.nashi_uslugi:hover p {
    color: #727272;
    text-decoration: underline;
}

#uslugi_zapravka_kondicionera {
    background: url("../../../images/Icons/zapravka_kondicionera.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zapravka_kondicionera:hover {
    background: url("../../../images/Icons/zapravka_kondicionera1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_diagnostika_hodovoi {
    background: url("../../../images/Icons/diagnostika_hodovoi_ico.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_diagnostika_hodovoi:hover {
    background: url("../../../images/Icons/diagnostika_hodovoi_ico1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_razval_shogdenie {
    background: url("../../../images/Icons/razval_shogdenie_ico.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_razval_shogdenie:hover {
    background: url("../../../images/Icons/razval_shogdenie_ico1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_ksk {
    background: url("../../../images/Icons/ksk_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_ksk:hover {
    background: url("../../../images/Icons/ksk_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_sezonnoe_hranenie {
    background: url("../../../images/Icons/sezonnoe_hranenie_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_sezonnoe_hranenie:hover {
    background: url("../../../images/Icons/sezonnoe_hranenie_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_masla {
    background: url("../../../images/Icons/zamena_masla.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_masla:hover {
    background: url("../../../images/Icons/zamena_masla1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_regulirovka_sveta_far {
    background: url("../../../images/Icons/regulirovka_sveta_far.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_regulirovka_sveta_far:hover {
    background: url("../../../images/Icons/regulirovka_sveta_far1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_elektriki {
    background: url("../../../images/Icons/remont_avtoelektrika_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_elektriki:hover {
    background: url("../../../images/Icons/remont_avtoelektrika_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_tormoznyh_kolodok {
    background: url("../../../images/Icons/zamena_tormoznyh_kolodok.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_tormoznyh_kolodok:hover {
    background: url("../../../images/Icons/zamena_tormoznyh_kolodok1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_shin {
    background: url("../../../images/Icons/Remont_shin.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_shin:hover {
    background: url("../../../images/Icons/Remont_shin1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_diskov {
    background: url("../../../images/Icons/remont_diskov_Icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_diskov:hover {
    background: url("../../../images/Icons/remont_diskov_Icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_universalnoe_to {
    background: url("../../../images/Icons/universalnoe_to_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_universalnoe_to:hover {
    background: url("../../../images/Icons/universalnoe_to_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_shinomontag {
    background: url("../../../images/Icons/shin_servis_ico.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_shinomontag:hover {
    background: url("../../../images/Icons/shin_servis_ico1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_avtomobily {
    background: url("../../../../images/Icons/remont_avtomobily_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_remont_avtomobily:hover {
    background: url("../../../../images/Icons/remont_avtomobily_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zakaz_zapchastei {
    background: url("../../../images/Icons/zakaz_zapchastei.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zakaz_zapchastei:hover {
    background: url("../../../images/Icons/zakaz_zapchastei1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_remny_grm {
    background: url("../../../images/Icons/zamena_remny_grm.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_remny_grm:hover {
    background: url("../../../images/Icons/zamena_remny_grm1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_akb {
    background: url("../../../images/Icons/zamena_akb.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_zamena_akb:hover {
    background: url("../../../images/Icons/zamena_akb1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_oshipovka {
    background: url("../../../images/Icons/oshipovka_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_oshipovka:hover {
    background: url("../../../images/Icons/oshipovka_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_gost {
    background: url("../../../images/Icons/GOST.jpg") center top no-repeat;
    background-size: 130px;
}

#uslugi_gost:hover {
    background: url("../../../images/Icons/GOST1.jpg") center top no-repeat;
    background-size: 130px;
}

#uslugi_akpp {
    background: url("../../../images/Icons/AKPP_Icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_akpp:hover {
    background: url("../../../images/Icons/AKPP_Icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_polirovka_far {
    background: url("../../../images/Icons/fara_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_polirovka_far:hover {
    background: url("../../../images/Icons/fara_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_datchiki_davlenia {
    background: url("../../../images/Icons/datchiki_davleniya_icon.jpg") center top no-repeat;
    background-size: 90px;
}

#uslugi_datchiki_davlenia:hover {
    background: url("../../../images/Icons/datchiki_davleniya_icon1.jpg") center top no-repeat;
    background-size: 90px;
}

#bonus_main_div {
    position: relative;
    width: 80%;
    height: 200px;
    margin: auto;
    background-image: url(../../../images/Icons/servis_background_3.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

#bonus_text_div {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    margin-left: 230px;
}

#nashi_klienti {
    width: 50%;
    height: auto;
}

.eye_primerka_div {
    position: absolute;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    height: 23px;
    padding: 5px 10px 5px 7px;
    background-color: #ccc;
    border-radius: 3px;
}

.eye_primerka_div:hover {
    background-color: #39464e;
}

.eye_primerka_img {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    width: 50px;
    height: 23px;
    background: url('/images/Icons/eye_icon.png') top center no-repeat;
    background-size: contain;
    background-size: 50px;
}

.eye_primerka_div:hover .eye_primerka_img {
    background: url('/images/Icons/eye_icon2.png') top center no-repeat;
    background-size: contain;
    background-size: 50px;
}

.eye_primerka_div:hover .eye_primerka_text {
    color: #fff;
}

.eye_primerka_zakaz_div {
    position: absolute;
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    height: 15px;
    padding: 5px 10px 5px 7px;
    background-color: #ccc;
    border-radius: 3px;
}

.eye_primerka_zakaz_div:hover {
    background-color: #39464e;
}

.eye_primerka_zakaz_img {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    width: 30px;
    height: 15px;
    background: url('/images/Icons/eye_icon.png') top center no-repeat;
    background-size: contain;
    background-size: 35px;
}

.eye_primerka_zakaz_div:hover .eye_primerka_zakaz_img {
    background: url('/images/Icons/eye_icon2.png') top center no-repeat;
    background-size: contain;
    background-size: 35px;
}

.eye_primerka_zakaz_div:hover .eye_primerka_text {
    color: #fff;
}

.tablinks {
    background-color: #ebedec;
}

.tablinks_active {
    background-color: #ffffff !important;
    border-top: 1px solid #4b6aa6 !important;
    /* color: #ff5d32 !important; */
}

.client-avto-panel {
    z-index: 9999;
    background: #39464e;
    position: fixed;
    bottom: 0;
    width: 640px;
    padding: 0;
    left: 50%;
    margin-left: -320px;
    display: block;
    border-radius: 10px 10px 0px 0px;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(302px);
    -moz-transform: translateY(302px);
    transform: translateY(302px);
    display: none;
}

.client-avto-content {
    color: #fff;
    font-weight: 300;
    position: relative;
    height: 100%;
    margin: 0 auto;
    max-width: 980px
}

.open-box {
    position: absolute;
    clip: rect(0 0 0 0);
    opacity: 0;
}


/* Переключатель панели */

label.btn-box {
    display: block;
    position: absolute;
    left: 90%;
    cursor: pointer;
    padding: 8px 16px;
    color: #fff;
    font-size: 100%;
    line-height: 1em;
    text-align: center;
    cursor: pointer;
    z-index: 9999
}


/* Переключатель при наведении */

label.btn-box:hover {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}


/* Стрелка переключателя вниз */

label.btn-box:after {
    content: "";
    background-image: url("/images/Icons/arrow_top.png");
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.open-box:checked~.client-avto-panel {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s
}

.open-box:not(:checked)~.client-avto-panel {
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s
}


/* Стрелка переключателя вверх*/

.open-box:checked~.client-avto-panel>label.btn-box:after {
    content: "";
    background-image: url("/images/Icons/arrow_down.png");
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.client_car_image {
    float: left;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-left: 30px;
}

.client_car_image img {
    margin: -31px -90px 0px -90px;
}

#gorychiy_remont_foto {
    width: 500px;
    height: auto;
    margin: auto;
}

#gorychiy_remont_foto2 {
    width: auto;
    height: 280px;
    margin: auto;
}

#gorychiy_remont_foto3 {
    width: auto;
    height: 280px;
    margin: auto;
}

#gorychiy_remont_foto_div1 {
    float: left;
    width: 49%;
}

#gorychiy_remont_foto_div2 {
    float: right;
    width: 49%;
}

#zamena_grm_foto {
    height: 230px;
}

#zamena_grm_foto2 {
    height: 230px;
}

#zamena_grm_foto3 {
    width: 217px;
    height: 292px;
    float: left;
    margin-left: 5px;
    margin-right: 15px;
    border: 0px none;
}

.datchiki_davlenia_div_left {
    float: left;
    width: 49%;
    text-align: center;
}

.datchiki_davlenia_div_right {
    float: right;
    width: 49%;
    text-align: center;
}

.datchiki_davlenia_foto {
    height: 300px;
    padding: 15px;
    border: 2px solid #ccc;
}

.datchiki_davlenia_topdivs {
    display: table-cell;
    width: 33%;
    text-align: center;
}

#datchiki_davlenia_td_price {
    width: 70%;
    margin: auto;
}

.diag_td_price {
    display: table-cell;
    color: #727272;
    background-color: #d9dbda;
    text-align: center;
    padding: 3px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 8px;
    vertical-align: middle;
    font-size: 1.3em;
    font-weight: 600;
}

#diag_top_td {
    width: 95%;
    margin: auto;
    display: flex;
}

#diag_top_td div {
    width: 33%;
}

#diag_article_div {
    width: 100%;
    margin-top: 50px;
}

.diag_td_price_main {
    width: 80%;
    margin: auto;
    display: table;
}

#diag_article_foto {
    width: 200px;
    height: 300px;
    float: left;
    margin-right: 15px;
}

.zamena_masla_td {
    width: 70%;
}

#zamena_masla_div_top {
    width: 90%;
    margin: auto;
    display: table;
}

#zamena_masla_div_top_left {
    display: table-cell;
    width: 50%;
}

#zamena_masla_div_top_right {
    display: table-cell;
    width: 50%;
    text-align: center;
}

#zamena_masla_div_akcia {
    display: table;
    width: 90%;
    margin: auto;
}

#zamena_masla_div_akcia_left {
    display: table-cell;
    width: 50%;
    font-size: 1.3em;
    font-weight: 600;
}

#zamena_masla_div_akcia_left img {
    width: 140px;
    height: auto;
}

#zamena_masla_div_akcia_right {
    display: table-cell;
    width: 50%;
    font-size: 1.3em;
    font-weight: 600;
}

#zamena_masla_div_akcia_right img {
    width: 140px;
    height: auto;
}

#zamena_masla_div_about {
    display: table;
    width: 100%;
}

#zamena_masla_div_about div {
    display: table-cell;
    width: 33%;
    text-align: center;
}

#zamena_masla_div_about img {
    width: 140px;
    height: auto;
}

#motornoe_maslo_foto {
    float: left;
    margin-left: 1px;
    margin-right: 7px;
}

#zapravka_kondicionera_top_div {
    display: table;
    width: 90%;
    margin: auto;
}

#zapravka_kondicionera_top_div div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.zapravka_kondicionera_about {
    display: inline-block;
    width: 49%;
    text-align: center;
    vertical-align: top;
}

.zapravka_kondicionera_about img {
    width: 370px;
    height: auto;
}

#zapravka_kondicionera_video {
    display: block;
}

#dezinfekcia_kondicionera_video {
    display: block;
}

#dezinfekcia_kondicionera_top {
    display: table;
    width: 90%;
    margin: auto;
}

#dezinfekcia_kondicionera_top div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

#dezinfekcia_kondicionera_zachem {
    width: 80%;
}

#dezinfekcia_kondicionera_mastera {
    display: block;
}

.contacts_main_div {
    display: table;
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
}

.contacts_main_div p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contacts_first_div {
    display: table-cell;
    width: 250px;
    vertical-align: top;
}

.contacts_second_div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.contacts_third_div {
    display: table-cell;
    width: 250px;
    vertical-align: top;
}

#kpp_top_div {
    display: flex;
    width: 95%;
    margin: auto;
}

#kpp_top_div div {
    flex-basis: 25%;
    text-align: center;
}

#kpp_top_div img {
    width: 75%;
    height: auto;
}

#kpp_motul_td {
    width: 80%;
}

.kpp_price_td {
    width: 80%;
}

.kpp_motul_masla img {
    width: 180px;
}

.kredit_top_div {
    display: table;
    width: 95%;
    margin: auto;
}

.kredit_top_div div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0px 15px;
}

#kredit_home {
    display: table;
    width: 95%;
    margin: auto;
}

#kredit_home1 {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}

#kredit_home2 {
    display: table-cell;
    vertical-align: top;
}

#o_kompanii_div {
    width: 95%;
    margin: auto;
}

#o_kompanii_div img {
    width: 408px;
    height: auto;
}

.oshipovka_td {
    width: 600px;
}

#oshipovka_price {
    width: 700px;
}

#oshipovka_raschet {
    width: 700px;
    height: 354px;
}

#polirovka_far_img {
    width: 800px;
    height: 600px;
}

#polirovka_far_div {
    display: table;
    width: 95%;
    margin: auto;
}

#polirovka_far_div div {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    text-align: center;
}

#pravka_diskov_foto {
    width: 500px;
    height: 245px;
}

.pravka_diskov_div {
    display: table;
    width: 95%;
    margin: auto;
}

.pravka_diskov_div img {
    width: 200px;
    height: 200px;
}

.pravka_diskov_div div {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    text-align: center;
}

#sdai_akb_top_banner {
    width: 940px;
    height: 756px;
}

#sdai_akb_div {
    display: table;
    width: 95%;
    margin: auto;
}

#sdai_akb_div div {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    text-align: center;
}

#regulirovka_far_foto2 {
    width: 313px;
    height: 235px;
}

#regulirovka_far_foto3 {
    width: 313px;
    height: 235px;
}

#regulirovka_sveta_price {
    width: 500px;
}

#regulirovka_far_top_div {
    display: table;
    width: 80%;
    margin: auto;
}

#regulirovka_far_top_div div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.regulirovka_far_about {
    display: table;
    width: 95%;
    margin: auto;
}

.regulirovka_far_about div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0px 20px;
}

#remont_avto_td {
    color: #ff6600;
    font-size: 1.2em;
    font-weight: 600;
}

#remont_avto_td p {
    padding-left: 30px;
}

.remont_avto_div {
    display: table;
    width: 95%;
    margin: auto;
}

.remont_avto_div div {
    display: table-cell;
    width: 16.5%;
    vertical-align: top;
    text-align: center;
}

#hranenie_shin_top_div {
    display: table;
    width: 80%;
    margin: auto;
}

#hranenie_shin_top_div div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

#hranenie_shin_price {
    display: table;
    width: 80%;
    margin: auto;
}

#hranenie_shin_price_first {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    text-align: center;
}

#hranenie_shin_price_second {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding-top: 20px;
}

#hranenie_shin_price_second p {
    margin: 8px 0px;
}

.hranenie_shin_price_div {
    display: table;
    width: 80%;
}

.hranenie_shin_price_div div {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
    text-align: center;
}

#hranenie_shin_price_first img {
    width: 300px;
    height: auto;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#to_foto {
    width: 900px;
    height: 407px;
}

#to_about {
    display: table;
    width: 95%;
    margin: auto;
}

#to_about div {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    text-align: center;
}

#to_sert1 {
    width: 280px;
    height: 399px;
}

#to_sert2 {
    width: 288px;
    height: 399px;
}

#to_sert3 {
    width: 279px;
    height: 400px;
}

.to_brends {
    display: table;
    width: 95%;
    margin: auto;
}

.to_brends div {
    display: table-cell;
    width: 25%;
    text-align: center;
    vertical-align: bottom;
}

#to_skidka {
    display: table;
    margin: auto;
}

#to_skidka_left {
    display: table-cell;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}

#to_skidka_left img {
    width: 400px;
    height: auto;
}

#to_skidka_right {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

#to_skidka_right div {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#tormoznie_kolodki_top_div {
    display: table;
    width: 95%;
    margin: auto;
}

#tormoznie_kolodki_top_div div {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.tablabel {
    width: 100px;
    height: 120px;
    display: inline-block;
    cursor: pointer;
    margin: 20px;
}

#zamena_kolodok_foto {
    width: 200px;
    height: 279px;
}

#zamena_kolodok_foto1 {
    width: 353px;
    height: 265px;
    padding: 15px;
    border: 2px solid #ccc;
}

#zamena_kolodok_foto2 {
    width: 398px;
    height: 265px;
    padding: 15px;
    border: 2px solid #ccc;
}

.kolodki_table {
    width: 95%;
    display: table;
    margin: auto;
}

.kolodki_table div {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 25%;
}

#shinomontag_about {
    display: table;
    width: 100%;
    margin: auto;
}

#shinomontag_about div {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

#shinomontag_fotos_div {
    width: 100%;
    margin: auto;
    text-align: center;
}

#shinomontag_foto1 {
    width: 334px;
    height: 395px;
}

#shinomontag_foto2 {
    width: 598px;
    height: 395px;
}

#shinomontag_foto3 {
    width: 261px;
    height: 395px;
}

#shinomontag_foto4 {
    width: 100%;
    height: auto;
}

#elektrika_top_banner {
    width: 950px;
    height: auto;
}

#elektrika_td_price {
    width: 700px;
}

.disk_photo_podbor {
    max-height: 180px;
    max-width: 90%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.disk_zakaz_photo_podbor {
    width: auto;
    max-width: 85%;
    margin-top: 10px;
    height: auto;
    max-height: 120px;
}

.akb_photo_podbor {
    width: 90%;
    height: auto;
    margin-top: 20px;
}

.masla_photo_podbor {
    width: 90%;
    height: auto;
    margin-top: 20px;
}

.tyre_photo_podbor {
    max-height: 280px;
    max-width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

#masla_podbor {
    width: 25%;
    float: left;
    position: relative;
    min-height: 700px;
}

.masla_products {
    width: 75%;
    float: right;
}

#masla_obiem_div {
    display: inline-block;
}

#masla_dvig_div {
    display: inline-block;
}

.tyre_brends_div {
    width: 95%;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

.tyre_brends_div div {
    width: 33%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.tyre_brends_div a {
    display: block;
    font-size: 1.4em;
    color: #004185;
    font-weight: 600;
}

.disks_brends_div {
    width: 95%;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

.disks_brends_div div {
    width: 25%;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.disks_brends_div a {
    display: block;
    font-size: 1.4em;
    color: #004185;
    font-weight: 600;
}

.akb_brends_div {
    width: 95%;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

.akb_brends_div div {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#akb_garant_div {
    display: table;
    width: 95%;
    margin: auto;
}

#akb_garant_div div {
    display: table-cell;
    vertical-align: top;
    width: 33%;
}

.akb_zamena_price {
    width: 700px;
}

#tab_to_div {
    height: 70px;
    display: table;
    width: 100%;
}

#tab_to_div div {
    display: table-cell;
    width: 25%;
    vertical-align: top;
}

#tab_to_div select {
    width: 85%;
    font-size: 15px;
    height: 35px;
}

#tab_remontavto_div {
    height: 150px;
}

#tab_remontavto_div select {
    width: 85%;
    font-size: 15px;
    height: 35px;
}

.tovar_podbor_zakaz_div {
    display: table;
    width: 100%;
    border-top: 2px solid #999999;
    height: 145px;
}

.tovar_podbor_zakaz_foto {
    display: table-cell;
    width: 15%;
    vertical-align: top;
}

.tovar_podbor_zakaz_sezon {
    display: table-cell;
    width: 5%;
    vertical-align: top;
}

.tovar_podbor_zakaz_name {
    display: table-cell;
    width: 45%;
    vertical-align: top;
    padding-top: 10px;
}

.tovar_podbor_zakaz_price {
    display: table-cell;
    width: 35%;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
}

#bonus100podarok_div {
    display: flex;
}

#bonus100podarokimg {
    width: 400px;
    height: auto;
    float: left;
    margin-right: 10px;
}

#akcii_main_div {
    width: 95%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

#akcii_main_div .one {
    width: 100%;
    height: auto;
    text-align: center;
}

#akcii_main_div .two {}

#akcii_main_div img {
    margin: 0 auto;
}

.otzyv_add_btn {
    margin-left: 20px;
}

.pravka_diskov_price {
    width: 95%;
}

.tovar_count_button_minus_basket {
    display: none;
}

.tovar_count_button_plus_basket {
    display: none;
}

.basket_count_div {
    display: flex;
    justify-content: center;
}

.count_input_basket {
    background-color: rgba(0, 0, 0, .01);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    color: #555;
    overflow: hidden;
    padding: 3px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    font-size: 15px;
    transition: border 0.1s ease-in-out;
    font-weight: bold;
    text-align: center;
}

.count_input_basket:hover {
    border: 1px solid rgba(9, 55, 105, 0.5);
}

.count_input_basket:focus {
    border: 1px solid rgba(9, 55, 105, 1);
}

.count_input_basket_btn_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:480px) {
    .count_input_basket_btn_group {
        justify-content: left;
    }
    .count_input_basket {
        text-align: left;
    }
}

.count_input_basket_btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .01);
    border: 1px solid rgba(0, 0, 0, .1);
    color: #555;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}
.count_input_basket_btn:hover {
    opacity: 0.8;
    border: 1px solid rgba(9, 55, 105, 0.5);
}
.count_input_basket_btn:active {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, .1);
}

.div_cat_product {
    display: flex;
    flex-wrap: wrap;
}

.div_cat_product div {
    width: 33%;
}

#akcia_shinomontag_brends {
    display: flex;
    flex-wrap: wrap;
}

#akcia_shinomontag_brends div {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}

#sertificat_michelin {
    width: 450px;
    height: auto;
}

#to_div_brends {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#to_div_brends div {
    text-align: center;
}

#to_sertificat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.podbor_po_avto_proizv_div_active span {
    font-weight: 600;
    color: #ff5d32;
}

.podbor_po_avto_proizv_div_deactive {
    color: lightgray;
}

.podbor_po_avto_proizv_div_deactive span {
    color: lightgray;
}

#calc_shinomontaga_div {
    display: flex;
    flex-wrap: wrap;
}

#calc_shinomontaga_div div {
    width: 25%;
    margin-bottom: 10px;
}

#calc_shinomontaga_tab {
    height: 120px;
}

.price_view_div {
    padding-bottom: 10px;
    padding-top: 10px;
}

.div_tyre_podbor_new {
    width: 100%;
    padding: 10px 0px;
}

.div_tyre_podbor_new div {
    padding: 10px 0px;
}

#products_div {
    width: 75%;
    position: relative;
}

#products_filtr_div {
    width: 25%;
}

.products_filtr_div_inner {
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 0px 0px 0px 0px;
    padding: 10px 20px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.products_filtr_div_inner p {
    margin: 0 0 0 0;
}

#show_podbor_button {
    display: none;
}

@media screen and (max-width:980px) {
    #show_podbor_button {
        display: block;
        position: fixed;
        background-color: #ff6600;
        color: #fff;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        text-transform: uppercase;
        font-size: 1em;
        text-align: center;
        z-index: 99999;
        box-shadow: 0 -5px 10px 2px rgba(0, 0, 0, .1);
    }

    #products_div {
        width: 100%;
        position: relative;
    }

    #products_filtr_div {
        width: 100%;
        height: calc(100% - 36px);
        position: fixed;
        top: 0;
        overflow-y: scroll;
        border-top: 2px solid #999999;
        background-color: #fff;
        left: -100%;
        transition-property: left;
        transition-duration: 1s;
        z-index: 100001;
    }
}

#tooltip_filtr {
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: none;
    background-color: #004185;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 15px;
    z-index: 2000;
}

#tooltip_filtr a {
    text-decoration: none;
}

#tooltip_filtr:hover {
    background-color: #ff5d32;
    color: #fff;
}

.show_more_products {
    list-style-type: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0);
    color: rgba(31, 69, 144, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin: 30px 0 0 0;
}

.show_more_products:hover {
    color: rgba(255, 93, 50, 1)
}

#pagination {
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
    text-align: center;
    list-style-type: none;
}

#pagination li {
    display: inline;
    padding: 10px 15px;
    margin: 0px 5px;
    border-radius: 3px;
    cursor: pointer;
    background: rgba(240, 244, 248, 1);
    color: rgba(0, 0, 0, 1);
}

#pagination li:hover {
    background: rgba(255, 93, 50, 1);
    color: rgba(255, 255, 255, 1);
    transition: 0.3s;
}

#pagination_content {
    width: 80%;
    margin-top: 20px;
}

.kol_prod_span {
    color: #ff5d32;
    font-weight: 600;
    padding-left: 5px;
}

#load_ajax {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.8;
}

#load_ajax_img {
    z-index: 2000;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 40%;
    position: fixed;
    background: url('/images/Icons/ajax-loader.gif') 50% 50% no-repeat;
}

.pdb_button {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    display: block !important;
    color: #fff;
    background-color: #004185;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
}

.pdb_button a {
    text-decoration: none;
}

.pdb_button:hover {
    background-color: #ff5d32;
    color: #fff;
}

.hide_podbor2 {
    display: none;
}

.hide_podbor2+label~div {
    display: none;
}

.hide_podbor2+label {
    width: 100%;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    background-color: #ccc5;
}

.hide_podbor2+label:hover {
    background-color: #cccc;
}

.hide_podbor2+label:after {
    float: right;
    margin-right: 10px;
    content: '';
    width: 7px;
    height: 14px;
    top: 13px;
    position: relative;
    background: url(/views/layouts/images/arrow_podbor.png) no-repeat;
}

.hide_podbor2:checked+label:after {
    background-position: 0 bottom;
    width: 13px;
    height: 7px;
    top: 16px;
}

.hide_podbor2:checked+label+div {
    display: flex;
    flex-direction: column;
}

.tabcontent_akb {
    padding: 20px 20px;
    margin-bottom: 0px;
}

.responsive {
    display: none;
}

.responsive.slick-initialized {
    display: block;
    margin-top: 20px;
}

.tabz_basket {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    box-shadow: 0 2px 1px 0px #dddddd;
}

.tabz_basket selection {
    border-radius: 4px;
}

.tabz_basket label {
    height: 40px;
    line-height: 40px;
}

.pdb_avto_tab {
    display: none;
}

#podbor_po_avto_main_div {
    display: flex;
    flex-direction: row;
    padding: 0 0;

}


#podbor_po_avto_main_div li {
    list-style-type: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    color: #344a74;
    background-color: rgba(44, 84, 151, .1);
    border-top: 2px solid rgba(44, 84, 151, 0);
    position: relative;
    flex-grow: 1;
}

@media screen and (max-width: 900px) {
    #podbor_po_avto_main_div {
        flex-direction: column;
    }
}


#podbor_po_avto_main_div a {
    display: block;
    padding: 10px;
}

#podbor_po_avto_main_div li:hover {
    background-color: rgba(44, 84, 151, .05);
    border-top: 2px solid rgba(44, 84, 151, 0.3);
}

#podbor_po_avto_main_div .li_active {
    background-color: rgba(255, 255, 255, 1);
    border-top: 2px solid rgba(255, 93, 50, 1);
    color: rgba(255, 93, 50, 1);
}

#podbor_po_avto_main_div .li_active:hover {
    background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 900px) {
    #podbor_po_avto_main_div li {
        border-top: none;
        border-bottom: 2px solid rgba(44, 84, 151, 0);
    }

    #podbor_po_avto_main_div .li_active {
        border-top: none;
        border-bottom: 2px solid rgba(255, 93, 50, 1);
    }
}

#pdb_avto_a_1 {
    background: url(/images/Icons/pdb_po_avto/podbor_po_avto.png) no-repeat;
    background-size: 50px;
    background-position: 10px center;
}

#pdb_avto_a_1:hover {
    /* background: url(/images/Icons/pdb_po_avto/podbor_po_avto2.png) no-repeat; */
    background-size: 50px;
    background-position: 10px center;
}

#pdb_avto_a_2 {
    background: url(/images/Icons/pdb_po_avto/podbor_shin_icon.png) no-repeat;
    background-size: 30px;
    background-position: 10px center;
}

#pdb_avto_a_2:hover {
    /* background: url(/images/Icons/pdb_po_avto/podbor_shin_icon2.png) no-repeat; */
    background-size: 30px;
    background-position: 10px center;
}

#pdb_avto_a_3 {
    background: url(/images/Icons/pdb_po_avto/podbor_discov_icon.png) no-repeat;
    background-size: 30px;
    background-position: 10px center;
}

#pdb_avto_a_3:hover {
    /* background: url(/images/Icons/pdb_po_avto/podbor_discov_icon2.png) no-repeat; */
    background-size: 30px;
    background-position: 10px center;
}

#pdb_avto_a_4 {
    background: url(/images/Icons/pdb_po_avto/vopros_icon.png) no-repeat;
    background-size: 25px;
    background-position: 10px center;
}

#pdb_avto_a_4:hover {
    /* background: url(/images/Icons/pdb_po_avto/vopros_icon1.png) no-repeat; */
    background-size: 25px;
    background-position: 10px center;
}

#spravka_avto_div {
    display: flex;
}

#spravka_avto_div div {
    width: 50%;
}

#spravka_avto_div2 {
    display: flex;
}

#spravka_avto_div2 div {
    width: 50%;
}

#basket_dop_tovar {
    display: flex;
    width: 95%;
    margin: 0 auto;
    flex-direction: row;
}

#basket_dop_tovar p {
    margin: 0;
}

.doptovardiv {
    width: 20%;
}

#basket_dop_tovar img {
    width: auto;
    height: 100%;
    max-height: 80px;
    margin: 0 auto;
}

.doptovar_photo {
    width: 100%;
    height: 90px;
    text-align: center;
}

.doptovar_name {
    font-size: 0.8em;
    width: 90%;
    margin: 0 auto;
    height: 60px;
    text-align: center;
}

.doptovar_price {
    width: 90%;
    margin: 0 auto;
    height: 35px;
    text-align: center;
}

.doptovar_button {
    width: 90%;
    margin: 0 auto;
    height: 35px;
    text-align: center;
}

.akcia_500_bon {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

.akcia_500_bon a {
    width: 25%;
    height: 150px;
}

.akcia_500_bon p {
    color: #004185;
    padding-top: 100px;
    text-align: center;
}

.phone_trubka_icon {
    display: none;
}

.garantia_servis_div {
    display: flex;
    justify-content: space-between;
}

.garantia_servis_div div {
    width: 28%;
    padding: 20px;
    text-align: left;
}

.garantia_servis_div p {
    font-weight: 600;
    font-size: 19px;
}

.garantia_servis_div img {
    height: 200px;
}

.garantia_servis_period {
    display: flex;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.garantia_servis_period div {
    display: flex;
    height: 100px;
    box-sizing: border-box;
}

.garantia_servis_period_1 {
    width: 60%;
}

.garantia_servis_period_2 {
    width: 40%;
    font-size: 1.2em;
}

.garantia_servis_period span {
    align-self: center;
}

.zakaz_zapchastei_div {
    display: flex;
    justify-content: space-between;
}

.zakaz_zapchastei_div div {
    width: 28%;
    padding: 20px;
    text-align: left;
}

.zakaz_zapchastei_div p {
    font-weight: 600;
    font-size: 19px;
}

.zakaz_zapchastei_div img {
    height: 200px;
}

.postavshiki_zapchastei_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.postavshiki_zapchastei_div div {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-evenly;
}

.postavshiki_zapchastei_div img {
    width: 70%;
    height: auto;
}

.postavshiki_zapchastei_div img:hover {
    opacity: 0.7;
}

.zapchasti_brends_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.zapchasti_brends_div div {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-evenly;
}

.zapchasti_brends_div img {
    width: 70%;
    height: auto;
}

.zapchasti_brends_div img:hover {
    opacity: 0.7;
}

.tyre_page_div {
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.tyre_page_div1 {
    width: 40%;
    padding-top: 20px;
    text-align: center;
}

.tyre_page_div1 img {
    height: 360px;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.tyre_page_div2 {
    width: 60%;
    padding-left: 30px;
    text-align: left;
}

.tyre_name_title {
    display: block;
    text-align: left;
}

@media screen and (max-width:800px) {
    .tyre_name_title {
        font-size: 24px;
    }

    .tyre_page_div {
        margin: 0 auto;
        width: 100%;
        display: block;
    }

    .tyre_page_div1 {
        width: 100%;
        display: block;
    }

    .tyre_page_div1 img {
        width: 100%;
        display: block;
    }

    .tyre_page_div2 {
        width: 100%;
        display: block;
        padding: 0;
    }
}

.zapravsy_s_michelin {
    display: flex;
}

.zapravsy_s_michelin div {
    width: 33%;
}

.akb_avto_desc {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.akb_avto_desc div {
    width: 33%;
    height: 40px;
    font-size: 1.4em;
}

.akb_avto_desc span {
    color: #004185;
    font-weight: 600;
}

.sm_akcia_img {
    height: 440px;
    margin: 0 auto;
    display: block;
}

#motul_akcia_div {
    display: flex;
    flex-wrap: wrap;
}

#motul_akcia_div div {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}

#lk_main_div {
    width: 100%;
}

#lk_left_div {
    position: relative;
    margin: auto;
    padding: 0;
    width: 300px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    text-align: left;
    vertical-align: top;
    float: left;
}

#lk_right_div {
    vertical-align: top;
    box-sizing: border-box;
    width: calc(100% - 302px);
    padding: 0 0 0 20px;
    float: left;
}

.lk_zayavki_block {
    background-color: rgba(31, 69, 144, 0.05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    margin: 0 0 10px 0;
}

.lk_zayavki_block_table {
    width: 100%;
    text-align: left;
}

.lk_zayavki_block_table td {
    padding: 10px 10px;
    font-size: 16px;
}

.lk_zayavki_block_table td:nth-child(1) {
    width: 240px;
}

.lk_zayavki_block_table td:nth-child(2) {
    width: calc(100% - 400px);
}

.lk_zayavki_block_table td:nth-child(3) {
    width: 160px;
    text-align: right;
}

.lk_zayavki_block_table td a {
    color: rgba(79, 105, 155, 1);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.lk_zayavki_block_table td a:hover {
    color: rgba(255, 93, 50, 1);
}

#newpass_div {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 0px;
}

#newpass_div input {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 250px;
    padding: 7px 10px;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}

#newpass_div input:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#newpass_div input:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

#newpass_div button {
    margin: 0 0 0 10px;
}

@media screen and (max-width:900px) {
    #lk_main_div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #lk_left_div {
        width: 100%;
        margin: 0 auto;
    }

    #lk_right_div {
        width: 100%;
        margin: 20px auto;
        padding: 0 0;
    }
}

@media screen and (max-width:600px) {
    #newpass_div {
        display: block;
        padding: 10px 0 0 0;
    }
}

@media screen and (max-width:480px) {
    #newpass_div input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #newpass_div button {
        margin: 0 10px 0 0;
    }

    .lk_zayavki_block_table {
        display: block;
    }

    .lk_zayavki_block_table tr {
        display: block;
        padding: 10px 10px;
    }

    .lk_zayavki_block_table td {
        display: block;
        padding: 0 0;
        width: 100%;
    }

    .lk_zayavki_block_table td:nth-child(1) {
        width: 100%;
    }

    .lk_zayavki_block_table td:nth-child(2) {
        width: 100%;
    }

    .lk_zayavki_block_table td:nth-child(3) {
        width: 100%;
        text-align: left;
        padding: 10px 0 0 0;
    }
}


/* **************************************************** */

.sliderPoslZakaz {
    margin: 40px 0px;
    position: relative;
    padding: 0 0;
}

.sliderPoslZakazDiski {
    position: relative;
}

.sliderPoslZakazShini {
    position: relative;
}

.sliderPoslZakazAKB {
    position: relative;
}

.sliderPoslZakazAKB {
    position: relative;
}

.sliderPoslZakazTitle {
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(255, 93, 50, 1);
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

.sliderPoslZakazButton {
    cursor: pointer;
    z-index: 5;
    border: 1px solid rgba(0, 0, 0, 0.01);
    box-sizing: border-box;
    background: rgba(0, 0, 100, 0.01);
    width: 30px;
    height: calc(100% - 15px);
    transition: background 0.2s ease-in-out;
}

.sliderPoslZakazButton:hover {
    background: rgba(0, 50, 100, 0.05);
}

.sliderPoslZakazButtonPrev {
    position: absolute;
    left: 0px;
    top: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.01);
}

.sliderPoslZakazButtonNext {
    position: absolute;
    right: 0px;
    top: 5px;
}

.slidePZBOuter {
    padding: 5px 5px 10px 5px;
}

.slidePZB:hover .tovar_podbor_div_inner {
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
}


/* **************************************************** */

.block_products_20 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slidePZBOuter2 {
    padding: 0px 0px 10px 0px;
    width: calc(25% - 10px);
}

.slidePZB2:hover .tovar_podbor_div_inner {
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:960px) {
    .slidePZBOuter2 {
        width: calc(33.33% - 8px);
    }
}

@media screen and (max-width:720px) {
    .slidePZBOuter2 {
        width: calc(50% - 8px);
    }
}

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


/* **************************************************** */

.podborAllDiv {
    display: block;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


/* **************************************************** */

.reklamaLine1 {
    margin: 20px 0 0 0;
    padding: 0 0;
    box-sizing: border-box;
    background: rgba(255, 93, 50, 0.95);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.reklamaLine1 .reklamaLine1Link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 50px;
}

.reklamaLine1 .reklamaLine1Link img {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 24px;
    width: auto;
}

.reklamaLine1 a {
    color: rgba(255, 255, 255, 1);
}

.reklamaLine1 a:hover {
    color: rgba(240, 240, 240, 1);
    text-decoration: none;
}


/* **************************************************** */

.promoTodayOuter {}

.promoTodayTitle {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    color: #ff5d32;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.promoTodayBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2px;
}

.promoTodayBlock {
    display: block;
    box-sizing: border-box;
    width: calc(20% - 10px);
    height: 220px;
    background: rgba(31, 69, 144, 0.07);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 12px 0;
    color: #1b528c;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: box-shadow 0.2s ease-in-out;
}

.promoTodayBlock:hover {
    z-index: 2;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
}

.promoTodayBlock .promoTodayText {
    position: absolute;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 220px 0 0 0;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    transition: margin 0.2s ease-in-out;
}

.promoTodayBlock:hover .promoTodayText {
    margin: 0 0 0 0;
}

.promoTodayBlock img {
    max-width: 100%;
    height: auto;
}

.promoTodayBlockOpacity0 {
    opacity: 0;
    height: auto !important;
}

@media screen and (max-width: 1100px) {
    .promoTodayBlock {
        width: calc(20% - 10px);
        height: 190px;
    }
}

@media screen and (max-width: 900px) {
    .promoTodayBlocks {
        justify-content: space-evenly;
    }

    .promoTodayBlock {
        width: calc(25% - 10px);
        height: 190px;
    }
}

@media screen and (max-width: 640px) {
    .promoTodayBlocks {
        justify-content: space-evenly;
    }

    .promoTodayBlock {
        width: calc(33.33% - 10px);
        height: 190px;
    }
}

@media screen and (max-width: 500px) {
    .promoTodayBlocks {
        justify-content: space-evenly;
    }

    .promoTodayBlock {
        width: calc(50% - 10px);
        height: 200px;
    }

    .promoTodayBlock .promoTodayText {
        font-size: 12px;
    }
}


/* **************************************************** */

.popShiniText {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.popShiniText p {
    display: block;
    width: calc(25% - 5px);
    box-sizing: border-box;
    padding: 0;
}

.popShiniText p a {
    display: block;
    background: #fcfdfe;
    box-sizing: border-box;
    margin: 0 0 7px 0;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #4b6aa6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.popShiniText p a:hover {
    text-decoration: none;
    background: #f0f4f8;
    padding: 5px 5px 5px 20px;
}

@media screen and (max-width: 500px) {
    .popShiniText {
        justify-content: space-evenly;
    }

    .popShiniText p {
        width: calc(50% - 5px);
        margin: 10px 0 0 0;
    }
}

.popShiniRazmer p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.popShiniRazmer p .emptyLink {
    opacity: 0;
}

.popShiniRazmer p a {
    box-sizing: border-box;
    width: calc(20% - 5px);
    display: block;
    background: #fcfdfe;
    box-sizing: border-box;
    margin: 0 0 7px 0;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #4b6aa6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.popShiniRazmer p a:hover {
    text-decoration: none;
    background: #f0f4f8;
    padding: 5px 5px 5px 20px;
}

@media screen and (max-width: 500px) {
    .popShiniRazmer {
        justify-content: space-evenly;
    }

    .popShiniRazmer p a {
        width: calc(50% - 5px);
        margin: 10px 0 0 0;
    }
}

.popDiskiText {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.popDiskiText p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 3px);
    box-sizing: border-box;
    padding: 0;
}

.popDiskiText p a {
    display: block;
    width: calc(33.33% - 3px);
    box-sizing: border-box;
    background: #fcfdfe;
    box-sizing: border-box;
    margin: 0 0 7px 0;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #4b6aa6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.popDiskiText p a:hover {
    text-decoration: none;
    background: #f0f4f8;
    padding: 5px 5px 5px 20px;
}

@media screen and (max-width: 500px) {
    .popDiskiText {
        justify-content: space-evenly;
    }

    .popDiskiText p {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .popDiskiText p a {
        width: calc(50% - 3px);
    }
}


/* **************************************************** */

.clear_div {
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}

.hideMenuMob ul {
    display: none;
}


/* *********************************************************** */

.serviceBlocksGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceBlock {
    flex-grow: 0;
    width: calc(50% - 20px);
    margin: 0 0 40px 0;
    background: rgba(240, 244, 248, 1);
    padding: 20px 30px 60px 30px;
    /* border-radius: 4px; */
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
    position: relative;
}

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

.serviceBlock:hover {
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.3);
    background: rgba(240, 244, 248, 0.7);
}

.serviceBlockTitle {
    color: #4b5d70;
    font-size: 32px;
    font-weight: bold;
    padding: 0 90px 0 0;
    min-height: 100px;
}

.serviceBlockLine {
    color: #4b5d70;
    padding: 10px 0 10px 40px;
    font-size: 18px;
}

.serviceBlockLine a {
    color: #4b5d70;
    text-decoration: none;
    opacity: 1;
    position: relative;
    transition: color 0.15s ease-in-out;
}

.serviceBlockLine a:hover {
    color: #ff5d32;
}

.serviceBlockLine a img {
    position: absolute;
    left: -40px;
    top: -4px;
    width: 30px;
    height: auto;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.serviceBlockLine a:hover img {
    transform: scale(1.2);
}

.serviceBlockIcon {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 80px;
}

.serviceBlockIcon img {
    width: 100%;
    height: auto;
}

.serviceBlockButtonsOuter {
    position: absolute;
    background: oldlace;
    height: 0px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    /* border-radius: 0 0 4px 4px; */
    transition: height 0.15s ease-in-out;
}

.serviceBlock:hover .serviceBlockButtonsOuter {
    height: 50px;
}

.serviceBlockButtons {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.serviceBlockButton1,
.serviceBlockButton2 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.15s ease-in-out;
    font-size: 16px;
    cursor: pointer;
}

.serviceBlockButton1 {
    background: rgba(75, 106, 166, 1);
}

.serviceBlockButton2 {
    background: rgba(75, 106, 166, 1);
    /* background: rgba(52, 74, 116, 1); */
}

.serviceBlockButton1:hover,
.serviceBlockButton2:hover {
    background: rgba(255, 101, 60, 1);
    text-decoration: none;
}


/* *********************************************************** */

.toCarsTable {
    display: table;
    width: 100%;
    margin: 0 0 40px 0;
    border-top: 1px solid rgba(31, 69, 144, 0.2);
    border-bottom: 1px solid rgba(31, 69, 144, 0.2);
}

.toCarsTable a {
    display: table-cell;
    width: 8.33%;
    height: 120px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    padding: 0px 0 20px 0;
    border-top: 3px solid rgba(255, 93, 50, 0);
    border-bottom: 3px solid rgba(255, 93, 50, 0);
    color: rgba(31, 69, 144, 0.8);
    text-decoration: none;
    transition: color 0.15s ease-in-out, border 0.15s ease-in-out, padding 0.15s ease-in-out;
}

.toCarsTable a img {
    height: auto;
    /* width: auto; */
    max-width: 70%;
    /* max-height: 50px; */
    transform: scale(1);
    transition: transform 0.15s ease-in-out;
}

.toCarsTable a:hover img {}

.toCarsTable a:hover {
    padding: 0px 0 23px 0;
    border-top: 3px solid rgba(255, 93, 50, 0.95);
    border-bottom: 3px solid rgba(255, 93, 50, 0.95);
    color: rgba(255, 93, 50, 0.95);
}

.toCarsTable a .toCarsTableBlockTitle {
    padding: 10px 0 0 0;
    font-weight: bold;
}

@media screen and (max-width:1000px) {
    .toCarsTable {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .toCarsTable a {
        width: 25%;
        padding: 20px 0 20px 0;
    }

    .toCarsTable a:hover {
        width: 25%;
        padding: 20px 0 20px 0;
    }

    .toCarsTable a img {
        height: auto;
        max-width: 45%;
    }
}

@media screen and (max-width:600px) {
    .toCarsTable {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .toCarsTable a {
        width: 33.33%;
        padding: 20px 0 20px 0;
    }

    .toCarsTable a:hover {
        width: 33.33%;
        padding: 20px 0 20px 0;
    }
}


/* *************************************************************************************** */

.aboutSertificate {
    display: block;
    padding: 10px 0;
}

.aboutSertificateBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutSertificateBlock {
    width: 33.33%;
    background: rgba(240, 244, 248, 1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.aboutSertificateBlockText {
    text-align: justify;
    line-height: 1.5em;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    background: rgba(75, 106, 166, 1);
    padding: 30px 40px;
}

.aboutSertificateBlockText h2 {
    font-size: 26px;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.aboutSertificateBlockText p {
    padding: 0 0 0 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.aboutSertificateBlock img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1100px) {
    .aboutSertificateBlock {
        width: 50%;
    }

    .aboutSertificateBlockText {
        width: 100%;
    }
}

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

    .aboutSertificateBlockText {
        width: 100%;
        text-align: justify;
        line-height: 1.5em;
        font-size: 14px;
        color: rgba(255, 255, 255, 1);
        background: rgba(75, 106, 166, 1);
        padding: 20px 20px;
    }
}


/* *************************************************************************************** */

.reviewsAboutText {
    margin: 20px 0;
    padding: 10px 0;
    display: table;
    height: 100px;
}

.reviewsAboutTextInner {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.reviewsAboutTextInner_2 {
    padding: 0 20px;
}

.reviewsOnlineOut {
    position: relative;
}

.reviewsOfflineOut {
    position: relative;
}

.reviewsSlideOut {
    height: 270px;
    padding: 0px 20px;
}

.reviewsSlideIn {
    height: 260px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, .1);
}

.reviewsImg {
    overflow: hidden;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.reviewsImg img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.reviewsPoslZakazButton {
    cursor: pointer;
    z-index: 5;
    border: 1px solid rgba(0, 0, 0, 0.01);
    box-sizing: border-box;
    background: rgba(0, 0, 100, 0.01);
    width: 30px;
    height: calc(100% - 5px);
    transition: background 0.2s ease-in-out;
}

.reviewsPoslZakazButton:hover {
    background: rgba(0, 50, 100, 0.05);
}

.reviewsPoslZakazButtonPrev {
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.01);
}

.reviewsPoslZakazButtonNext {
    position: absolute;
    right: 0px;
    top: 0px;
}

.reviewTitle {
    font-size: 16px;
}

.reviewName {
    float: left;
    font-weight: bold;
}

.reviewDate {
    float: left;
    font-size: 14px;
    color: rgba(75, 106, 166, 1);
    padding: 2px 0px 0 20px;
}

.reviewRating {
    float: left;
    padding: 5px 10px 5px 0;
}

.reviewSource {
    float: left;
    font-size: 14px;
    padding: 2px 0 5px 0;
    color: rgba(0, 0, 0, .5);
}

.reviewText {
    display: table;
    height: 160px;
    width: 100% !important;
}

.reviewTextInput {
    width: 100% !important;
    display: block;
    text-align: left;
    overflow: hidden;
    height: 150px;
}

.reviewTextInput_02 {
    width: 100% !important;
    display: block;
    text-align: left;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media screen and (max-width:600px) {
    .reviewTextInput_02 {
        height: calc(100% - 20px);
    }
}

.reviewRating img {
    width: 16px;
    height: auto;
    float: left;
}

.reviews_module_callback_outer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .2);
    z-index: 100;
    overflow: hidden;
}

@keyframes blockCallBackShow {
    0% {
        top: 560px;
        opacity: 0;
    }

    100% {
        top: 60px;
        opacity: 1;
    }
}

.blockCallBack {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    max-width: 100%;
    background: rgba(240, 244, 248, 1);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .3);
    animation: blockCallBackShow 0.2s ease-in-out;
    opacity: 1;
}

@media screen and (max-width: 719px) {
    .reviews_module_callback_outer {
        overflow-y: scroll;
    }

    .blockCallBack {
        position: absolute;
        top: 40px;
        left: 0px;
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        background: rgba(240, 244, 248, 1);
        box-shadow: 0 3px 10px 1px rgba(0, 0, 0, .3);
        animation: blockCallBackShow 0.2s ease-in-out;
        opacity: 1;
    }
}

.blockCallBackCross {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    cursor: pointer;
    user-select: none;
}

.blockCallBackCross:hover {
    opacity: 0.9;
}

.blockCallBackCross:active {
    opacity: 1;
}

.blockCallBackCross img {
    width: 100%;
    height: auto;
}

.blockCallBackTitle {
    background: rgba(75, 106, 166, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    padding: 15px 60px 15px 20px;
}

.blockCallBackText {
    padding: 20px;
}

.blockCallBackTextLine {
    padding: 0 0 10px 0;
}

.blockCallBackTextLine input {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}

.blockCallBackTextLine input:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.blockCallBackTextLine input:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.blockCallBackTextLine textarea {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.blockCallBackTextLine textarea:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.blockCallBackTextLine textarea:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.blockCallBackTextOnly {
    font-size: 16px;
    color: rgba(31, 69, 144, 1);
}

.blockCallBackTextOnly span {
    color: rgba(0, 0, 0, .4);
    font-weight: bold;
    font-size: 14px;
}

.blockCallBackTextRadioBtns {
    padding: 0 0 20px 0;
}

.blockCallBackTextRadioBtn {
    box-sizing: border-box;
    float: left;
    width: 30px;
    padding: 5px 0px;
    text-align: center;
    /* background: rgba(0, 0, 0, .1); */
    margin: 0 8px 0 0;
}

.blockCallBackTextRadioBtn input {
    padding: 0;
    display: none;
    margin: 0 auto;
}

.blockCallBackTextRadioBtn label {
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding: 0 0 0 0;
    font-weight: bold;
    cursor: pointer;
    color: rgba(75, 106, 166, 1);
    border: 2px solid rgba(75, 106, 166, 1);
    border-radius: 20px;
    user-select: none;
}

.blockCallBackTextRadioBtn label:hover {
    color: rgba(255, 93, 50, 0.55);
    border: 2px solid rgba(255, 93, 50, 0.55);
}

.blockCallBackTextRadioBtn input:checked+label {
    color: rgba(255, 93, 50, 0.95);
    border: 2px solid rgba(255, 93, 50, 0.95);
}

.blockCallBackTextButton {
    background: rgba(255, 93, 50, 0.95);
    color: rgba(255, 255, 255, 1);
    padding: 12px 15px;
    float: left;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .2);
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 1;
}

.blockCallBackTextButton:hover {
    opacity: 0.9;
}

.blockCallBackTextButton:active {
    opacity: 1;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .25);
}


/* *************************************************************************************** */

.buttonBigOrange {
    border: none;
    outline: none;
    background: rgba(255, 93, 50, 0.95);
    color: rgba(255, 255, 255, 1);
    padding: 12px 15px;
    display: inline-block;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .2);
    user-select: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(1);
    transition: box-shadow 0.2s ease-in-out;
}

.buttonBigOrange:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.buttonBigOrange:active {
    transform: scale(1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .25);
}

@keyframes buttonOrangeWaitingShow {
    0% {
        background: rgba(255, 93, 50, 1);
    }

    50% {
        background: rgba(255, 93, 50, 0.3);
    }

    100% {
        background: rgba(255, 93, 50, 1);
    }
}

.buttonOrangeWaiting {
    animation: buttonOrangeWaitingShow 1s linear infinite;
    cursor: default;
}

.buttonSmallOrange {
    background: rgba(255, 93, 50, 0.95);
    color: rgba(255, 255, 255, 1);
    padding: 7px 10px;
    font-size: 12px;
    display: inline-block;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .2);
    user-select: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(1);
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    outline: none;
    border: none;
}

.buttonSmallOrange:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.buttonSmallOrange:active {
    transform: scale(1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .25);
}

.buttonBigGray {
    background: rgba(155, 155, 155, 0.95);
    color: rgba(255, 255, 255, 1);
    padding: 12px 15px;
    display: inline-block;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .2);
    user-select: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(1);
    transition: box-shadow 0.2s ease-in-out;
}

.buttonBigGray:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.buttonBigGray:active {
    transform: scale(1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .25);
}

.buttonSmallGray {
    background: rgba(155, 155, 155, 0.95);
    color: rgba(255, 255, 255, 1);
    padding: 7px 10px;
    font-size: 12px;
    display: inline-block;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .2);
    user-select: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 1;
    transform: scale(1);
    text-decoration: none;
    transition: box-shadow 0.2s ease-in-out;
    outline: none;
    border: none;
}

.buttonSmallGray:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .3);
}

.buttonSmallGray:active {
    transform: scale(1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .25);
}


/*  */

.blur {
    filter: blur(10px);
}

.left_tabcontent {
    float: left;
    width: 50%;
}

.right_tabcontent {
    float: left;
    width: 50%;
    text-align: center;
}

.right_tabcontent img {
    width: 80%;
    height: auto;
}

@media screen and (max-width: 800px) {
    .left_tabcontent {
        float: none;
        width: 100%;
    }

    .right_tabcontent {
        display: none;
    }
}

#lbImage {
    max-height: calc(100vh - 40px) !important;
    width: auto;
}

.pageRassrochka h2 {
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    padding: 10px 0;
    margin: 0 0;
}

.pageRassrochka h3 {
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 0;
}

.pageRassrochka p {
    line-height: 1.5em;
    padding: 0 0;
    margin: 0 0;
}

.pageRassrochka .imageCard {
    display: block;
    background-color: #f7f7f7;
    margin: 20px 0 20px 0;
    text-align: center;
}

.pageRassrochka img {
    max-width: 100%;
    height: auto;
}

.pageRassrochka a {
    color: #004499;
}

.pageRassrochka a:hover {
    color: #ff6600;
}


/* ************************************************************************ */

.promoDiskiSkidkaZamena h1 {
    text-align: center;
}


.promoDiskiSkidkaZamena .promoImgPlusText h2 {
    text-align: center;
    color: rgba(31, 69, 144, 0.8);
    font-weight: bold;
}

.promoImgPlusText {
    display: block;
    background-color: #eff2f7;
}

.promoImgPlusTextLeft {
    float: left;
    width: 220px;
    margin: 20px 0 0 0;
}

.promoImgPlusTextLeft img {
    max-width: 100%;
    height: auto;
}

.promoImgPlusTextRight {
    float: left;
    width: calc(100% - 220px);
    padding: 0 40px 40px 30px;
    line-height: 2em;
    text-align: justify;
}

.promoDiskiSkidkaZamena table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    border: 2px solid rgba(31, 69, 144, 1) !important;
    font-size: 16px;
}

.promoDiskiSkidkaZamena table tr:nth-child(1) {
    border: 2px dotted rgba(79, 105, 155, 1);
    font-weight: bold;
    color: rgba(75, 106, 166, 1);
}

.promoDiskiSkidkaZamena table td {
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.promoLinkRight {
    text-align: right;
}

.promoButtonRight {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(31, 69, 144, 0.8);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.promoButtonRight:hover {
    background: rgba(255, 93, 50, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
    .promoImgPlusTextLeft {
        float: none;
        width: 100%;
        text-align: center;
        display: none;
    }

    .promoImgPlusTextRight {
        float: none;
        width: 100%;
        padding: 10px 20px 20px 10px;
        line-height: 2em;
        text-align: justify;
    }

    .promoButtonRight {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }
}


/* ************************************************************************* */

.tableClass {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    border: 2px solid rgba(31, 69, 144, 1) !important;
    font-size: 16px;
}

.tableClass tr:hover {
    background-color: rgba(31, 69, 144, 0.03);
}

.tableClass thead tr {
    border: 2px dotted rgba(79, 105, 155, 1);
    font-weight: bold;
    color: rgba(75, 106, 166, 1);
}

.tableClass .tdHead {
    border-right: 2px dotted rgba(79, 105, 155, 1);
    font-weight: bold;
    color: rgba(31, 69, 144, 1);
}

.tableClass .tdHeadCross {
    border-right: 2px dotted rgba(79, 105, 155, 1);
    font-weight: normal;
    color: rgba(0, 0, 0, 0.9);
}

.tableClass th {
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tableClass td {
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tableClassWhite {
    background: rgba(255, 255, 255, 1);
}

.tableClassTdPrice1 {
    width: 20%;
    text-align: center;
}

.tablePriceSpecial1 {
    color: rgba(255, 93, 50, 1);
    font-weight: bold;
}


/* ************************************************************************* */

.articleShodRazvalBlock1 {
    line-height: 2em;
    background: rgba(31, 69, 144, 0.03);
    position: relative;
}

.articleShodRazvalBlock1Title {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    padding: 40px 0 0 0;
    margin: 0 0;
    color: rgba(79, 105, 155, 1);
}

.articleShodRazvalBlock1Left {
    float: left;
    width: 500px;
    text-align: center;
}

.articleShodRazvalBlock1Left img {
    max-width: 100%;
    height: auto;
}

.articleShodRazvalBlock1Right {
    float: left;
    width: calc(100% - 500px);
    padding: 0 50px 20px 50px;
}

.articleShodRazvalBlock1Right p {
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .articleShodRazvalBlock1Left {
        float: none;
        width: 100%;
        height: auto;
    }

    .articleShodRazvalBlock1Right {
        float: none;
        width: 100%;
        padding: 20px 20px;
    }

    .articleShodRazvalBlock1Title {
        font-size: 24px;
        padding: 10px 0 0 0;
    }
}

.lineWithIcon50 {
    display: block;
    position: relative;
    padding: 15px 0px 15px 70px;
    margin: 0 0;
    line-height: 1.5em;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
}

.lineWithIcon50 img {
    position: absolute;
    height: 50px;
    width: auto;
    left: 0px;
    top: 50%;
    margin: -25px 0 0 0;
}

.lineWithIcon40 {
    display: block;
    position: relative;
    padding: 12px 0px 12px 60px;
    margin: 0 0;
    line-height: 1.5em;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
}

.lineWithIcon40 img {
    position: absolute;
    height: 40px;
    width: auto;
    left: 0px;
    top: 3px;
}

.articleShodRazvalLine {
    padding: 20px 0 0 0;
}

.blockWithIcon {
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    margin: 10px 0;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    min-height: 50px;
    width: 33.33%;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.articleShodRazvalBlock3 {
    background: rgba(31, 69, 144, 0.05);
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
}

.articleShodRazvalBlock3 h2 {
    color: rgba(79, 105, 155, 1);
    text-transform: uppercase;
}

.articleShodRazvalBlock10 {
    background: rgba(255, 255, 255, 1);
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
}

.articleShodRazvalBlock11 {
    background: rgba(31, 69, 144, 0.05);
    margin: 0 0 0 0;
}

.articleShodRazvalBlock11 img {
    max-width: 100%;
    height: auto;
}

.articleShodRazvalBlock11Left {
    float: left;
    width: 40%;
}

.articleShodRazvalBlock11Right {
    float: left;
    width: 60%;
    padding: 40px;
    text-align: justify;
}

.articleShodRazvalBlock11Right p {
    padding: 0 0 15px 0;
    margin: 0 0;
    font-size: 18px;
}

.articleShodRazvalBlock11Right h2 {
    margin: 0 0;
    padding: 0 0;
    text-transform: uppercase;
    color: rgba(79, 105, 155, 1);
}

.blockWithIconInner {
    max-width: 200px;
    margin: 0 auto;
}

.blockWithIconText {
    font-size: 16px;
    margin: 20px 0 0 0;
}

.blockWithIcon5 {
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    margin: 10px 0;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    min-height: 50px;
    width: 20%;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.blockWithIcon5 .blockWith5IconText {
    padding: 15px 10px;
}

@media screen and (max-width:720px) {
    .blockWithIcon5 {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0 20px;
    }

    .blockWithIcon5 img {
        width: 50px;
        height: auto;
        margin: 0 10px 0 0;
        float: left;
    }

    .blockWithIcon5 .blockWith5IconText {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 60px);
        font-size: 18px;
    }
}

.pBig {
    font-size: 20px;
    color: rgba(79, 105, 155, 1);
    text-align: left;
}

.ulBlock1 {
    margin: 0 0;
    padding: 0 0;
}

.ulBlock1Li {
    list-style-type: none;
    padding: 10px 0 10px 40px;
    position: relative;
    font-size: 18px;
}

.ulBlock1Li::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/views/layouts/images/icons/diagnostika_podv_pic.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 50% 50%;
    left: 0px;
    top: 5px;
}

.diagnostikaUl1 {
    background-image: url(/images/diagnostika/pic_01.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-position: 100% 0%;
    padding: 0 600px 0 0;
}

@media screen and (max-width:800px) {
    .diagnostikaUl1 {
        background-image: url(/images/diagnostika/pic_01.png);
        background-repeat: no-repeat;
        background-size: auto 250px;
        background-position: 50% 100%;
        padding: 0 0 270px 0;
    }
}

.articleShodRazvalBlock4 {
    /* background: rgba(31, 69, 144, 0.03); */
}

.articleShodRazvalBlock4Block {
    float: left;
    width: 33.33%;
    min-height: 140px;
    position: relative;
}

.articleShodRazvalBlock4Block .icon {
    position: absolute;
    left: 0px;
    top: 20px;
}

.articleShodRazvalBlock4Block .arrow1 {
    position: absolute;
    left: -135px;
    top: 40px;
}

.articleShodRazvalBlock4Block .arrow2 {
    position: absolute;
    left: -150px;
    top: 70px;
}

.articleShodRazvalBlock4Block .arrow3 {
    position: absolute;
    left: -150px;
    top: 70px;
}

.articleShodRazvalBlock4Block .arrow4 {
    position: absolute;
    left: -130px;
    top: 0px;
}

.articleShodRazvalBlock4BlockText {
    position: absolute;
    left: 130px;
    top: 50px;
    max-width: 200px;
    font-size: 16px;
}

.buttonBigOrangeBlock4 {
    position: absolute;
    left: 0px;
    top: 50px;
    padding: 20px 20px;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .articleShodRazvalBlock4 {
        padding: 0 20px 20px 20px;
    }

    .articleShodRazvalBlock4Block {
        float: none;
        width: 100%;
        min-height: 120px;
        margin: auto;
        position: relative;
    }

    .articleShodRazvalBlock4 .arrow1,
    .articleShodRazvalBlock4 .arrow2,
    .articleShodRazvalBlock4 .arrow3,
    .articleShodRazvalBlock4 .arrow4 {
        display: none;
    }

    .buttonBigOrangeBlock4 {
        width: 100%;
        text-align: center;
        top: 40px;
        left: 0;
    }
}

.articleShodRazvalBlock5 {
    margin: 20px 0;
}

.articleShodRazvalBlock5Title {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    padding: 40px 0 0 0;
}

.articleShodRazvalBlock5Left {
    float: left;
    width: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.articleShodRazvalBlock5Left img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.articleShodRazvalBlock5Right {
    float: left;
    width: calc(100% - 200px);
    padding: 0 0px 50px 50px;
}

.articleShodRazvalBlock5Right p {
    font-size: 18px;
}

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

    .articleShodRazvalBlock5Left,
    .articleShodRazvalBlock5Right {
        float: none;
        width: 100%;
        padding: 20px 0px;
    }

    .articleShodRazvalBlock5Left {
        padding: 20px 20px;
    }

    .articleShodRazvalBlock5Left img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }

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

.articleShodRazvalBlock6 {
    background: rgba(31, 69, 144, 0.05);
    padding: 20px 40px 0px 40px;
}

.articleShodRazvalBlock6 h2 {
    text-transform: uppercase;
    color: rgba(79, 105, 155, 1);
}

@media screen and (max-width: 800px) {
    .articleShodRazvalBlock6 {
        background: rgba(31, 69, 144, 0.05);
        padding: 20px 10px 0px 10px;
    }

    .articleShodRazvalBlock6 .tableClass tr td:nth-child(1) {
        width: 100px;
    }
}

.articleShodRazvalBlock7 {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.articleShodRazvalBlock7 img {
    max-width: 100%;
    height: auto;
}

.articleShodRazvalBlock8 {
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin: 20px 0 0 0;
}

.articleShodRazvalBlock8 img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 800px) {
    .articleShodRazvalBlock9 {
        padding: 20px 0px;
    }
}


/* ************************************************************************* */

@keyframes zayavka_servis_div_show {
    0% {
        top: -200px;
        opacity: 0;
    }

    100% {
        top: 100px;
        opacity: 1;
    }
}

.zayavka_servis_div_outline {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 100;
    background: rgba(0, 0, 0, .3);
}

.zayavka_servis_div_outline a {
    color: #004499;
}

.zayavka_servis_div_outline a:hover {
    color: #ff6600;
}

.zayavka_servis_div2 {
    display: block;
    width: 400px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 100px;
    margin: 0 0 0 -200px;
    background: rgba(255, 255, 255, 1);
    padding: 36px 36px;
    border-radius: 0px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, .2);
    background: rgba(240, 244, 248, 1);
    opacity: 1;
    animation: zayavka_servis_div_show 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
    .zayavka_servis_div2 {
        display: block;
        width: calc(100% - 20px);
        position: absolute;
        left: 10px;
        top: 100px;
        margin: 0 0 0 0px;
    }
}

.zayavka_servis_title {
    font-size: 22px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.zayavka_servis_subtitle {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.zayavka_servis_line {
    padding: 0 0 10px 0;
}

.servis_date_line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 20px 0;
}

.servis_date_line .servis_date_line_txt {
    width: 100%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .7);
    margin: 10px;
}

.servis_date_line .servis_date_line_date {
    width: 32%;
    box-sizing: border-box;
}


.servis_date_line .servis_date_line_time {
    width: 32%;
    box-sizing: border-box;
}

.servis_date_line .servis_date_line_shop {
    width: 32%;
    box-sizing: border-box;
}

.servis_date_line_min {
    flex-direction: column;
}

.servis_date_line_min .servis_date_line_txt {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0;
    line-height: 1.5em;
}

.servis_date_line_min .servis_date_line_shop {
    width: 100%;
    margin: 0 0 10px 0;
}

.servis_date_line_min .servis_date_line_date {
    width: 100%;
    margin: 0 0 10px 0;
}

.servis_date_line_min .servis_date_line_time {
    width: 100%;
    margin: 0 0 0 0;
}

.servis_date_line_shop_labels {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 5px;
    height: 100%;
}

.servis_date_line_shop_labels label {
    display: block;
    width: 100%;
    text-align: left;
    padding: 7px 7px 7px 30px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    background-color: rgba(79, 105, 155, 0);
    transition: background-color 0.15s ease-in-out;
}

.servis_date_line_shop_labels label:hover {
    background-color: rgba(75, 106, 166, 0.3);
}

.servis_date_line_shop_labels label:active {
    background-color: rgba(75, 106, 166, 0.4);
    transition: background-color 0s;
}

.servis_date_line_shop_labels label input {
    position: absolute;
    display: inline-block;
    width: auto;
    left: 5px;
    top: 6px;
    z-index: 1;
}

.servis_date_line_time_labels {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 200px;
    height: 100%;
}

.servis_date_line_time_labels label {
    display: block;
    width: 50%;
    text-align: left;
    padding: 7px 7px 7px 30px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    background-color: rgba(79, 105, 155, 0);
    transition: background-color 0.15s ease-in-out;
}

.servis_date_line_time_labels label:hover {
    background-color: rgba(75, 106, 166, 0.3);
}

.servis_date_line_time_labels label:active {
    background-color: rgba(75, 106, 166, 0.4);
    transition: background-color 0s;
}

.servis_date_line_time_labels label input {
    position: absolute;
    display: inline-block;
    width: auto;
    left: 5px;
    top: 6px;
    z-index: 1;
}

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

    .servis_date_line .servis_date_line_txt {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .servis_date_line .servis_date_line_date {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .servis_date_line .servis_date_line_time {
        width: 100%;
    }

    .servis_date_line .servis_date_line_shop {
        width: 100%;
        margin: 0 0 10px 0;
    }

}

.zayavka_servis_line_2 {
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
    padding: 30px 0 0 0;
}

.zayavka_servis_line_2 a {
    color: #004499;
}

.zayavka_servis_line_2 a:hover {
    color: #ff6600;
}

.zayavka_servis_line input {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}

.zayavka_servis_line input[type="date"] {
    padding: 6px 10px;
}

.zayavka_servis_line input:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.zayavka_servis_line input:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.zayavka_servis_line textarea {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
    resize: none;
}

.zayavka_servis_line textarea:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.zayavka_servis_line textarea:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.zayavka_servis_line select {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 6px 7px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
    resize: none;
}

.zayavka_servis_line select:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.zayavka_servis_line select:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.zayavka_servis_line_text {
    color: rgba(0, 0, 0, .7);
    line-height: 1.5em;
}

.zayavka_servis_cross {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    transform: rotate(45deg);
    font-size: 30px;
    cursor: pointer;
    user-select: none;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.0);
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.zayavka_servis_cross:hover {
    color: rgba(230, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.0);
}

.zayavka_servis_cross:active {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.0);
}

.formZapisOnPage {
    background: rgba(31, 69, 144, 0.05);
    padding: 20px;
    text-align: center;
}

.formZapisOnPage a {
    color: rgba(79, 105, 155, 1);
}

.formZapisOnPage a:hover {
    color: rgba(255, 93, 50, 1);
}

.formZapisOnPage .zayavka_servis_title {
    text-align: center;
}

.formZapisOnPage .zayavka_servis_line_2 {
    padding: 0;
}

.formZapisOnPage .zayavka_servis_line_2 a {
    padding: 0;
}

.formZapisOnPage .zayavka_servis_div3 {
    max-width: 800px;
    margin: 0 auto;
}

.h2_lk {
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(255, 93, 50, 1);
    text-align: left;
    font-size: 22px;
}

.h2_lk_black {
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    font-size: 20px;
}


/* **************************************************** */

.articleShodRazvalBlock2Left,
.articleShodRazvalBlock2Right {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 40px 0;
}

.articleShodRazvalBlock2Left {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.articleShodRazvalBlock2Image {}

.articleShodRazvalBlock2Image img {
    width: 90%;
    height: auto;
}

.articleShodRazvalBlock2Left .articleShodRazvalBlock2Image {
    float: right;
    width: 40%;
}

.articleShodRazvalBlock2Right .articleShodRazvalBlock2Image {
    float: left;
    width: 50%;
}

.articleShodRazvalBlock2Text {
    color: rgba(0, 30, 50, 0.9);
    font-size: 16px;
    line-height: 1.5em;
}

.articleShodRazvalBlock2Text .title {
    font-size: 22px;
    font-weight: bold;
    color: rgba(75, 106, 166, 1);
    padding: 0 0 10px 0;
}

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

    .articleShodRazvalBlock2Left,
    .articleShodRazvalBlock2Right {
        float: none;
        width: 100%;
        padding: 0 20px;
        margin: 0 0 40px 0;
    }
}


/* ************************************************************************* */

.contentblock {
    margin: 0 0 20px 0;
}

.floatleft33 {
    float: left;
    width: 33.33%;
}

.floatleft50 {
    float: left;
    width: 50%;
}

.miniblock {
    padding: 20px 20px;
    border-left: 1px solid rgba(31, 69, 144, 0.1);
    padding: 20px 20px;
    text-align: center;
}

.miniblock:nth-child(1) {
    border-left: 1px solid rgba(31, 69, 144, 0);
}

.img3 {
    padding: 0 0 10px 0;
}

.img3 img {
    height: 100px;
    width: auto;
}

.title3 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 0 0 !important;
}

.title3blue {
    color: rgba(79, 105, 155, 1);
}

.buttons3 {
    padding: 10px 0 0 0;
}

@media screen and (max-width: 600px) {
    .floatleft33 {
        width: 100%;
        text-align: left;
        padding: 20px 0;
    }

    .floatleft50 {
        width: 100%;
        text-align: left;
        padding: 20px 0;
    }

    .miniblock {
        border-left: none;
        border-top: 1px solid rgba(31, 69, 144, 0.1);
    }

    .miniblock:nth-child(1) {
        border-top: 1px solid rgba(31, 69, 144, 0);
    }

    .title3 {
        padding: 0 0 10px 0;
    }

    .img3 {
        float: left;
        width: 150px;
        /* height: 150px; */
        padding: 0 0 0 20px;
        text-align: left;
    }

    .img3 img {
        width: calc(100% - 20px);
        height: auto;
    }

    .title3 {
        padding: 10px 0px 10px 150px;
    }

    .text3 {
        padding: 0px 0px 0px 150px;
    }

    .buttons3 {
        padding: 10px 0 0 150px;
    }
}


/* ************************************************************************* */

.calcShinomontaz {
    padding: 20px 0px;
    min-height: 300px;
}

.calcShinomontaz h2 {
    text-transform: uppercase;
    color: rgba(79, 105, 155, 1);
}

.calcShinomontazSubtitle {
    padding: 0 0 20px 0;
    text-align: center;
    color: rgba(0, 0, 0, .7);
}

.calcShinLineTitle {
    padding: 10px 10px 10px 35px;
    font-size: 20px;
    text-transform: uppercase;
}

.calcShinCol {
    float: left;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    border-left: 1px solid rgba(75, 106, 166, 0.1);
}

.calcShinCol1 {
    border-left: 1px solid rgba(75, 106, 166, 0);
}

.calcShinLine input {
    display: none;
}

.calcShinLine label {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 7px 10px 7px 35px;
    cursor: pointer;
    color: rgba(75, 106, 166, 1);
    background-color: rgba(75, 106, 166, 0);
    user-select: none;
    position: relative;
    transition: background 0.1s ease-in-out;
}

.calcShinLine .check_box::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 5px;
    top: 5px;
    background: url(/views/layouts/images/check_box_unchecked_blue.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    transition: background 0.1s ease-in-out;
}

.calcShinLine .radio_button::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 5px;
    top: 5px;
    background: url(/views/layouts/images/radio_button_unchecked_blue.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

.calcShinLine label:hover {
    background-color: rgba(75, 106, 166, 0.1);
    position: relative;
}

.calcShinLine input:checked+label {
    text-shadow: 0 0 1px rgba(79, 105, 155, 0.4);
}

.calcShinLine input:checked+.check_box::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 5px;
    top: 5px;
    background: url(/views/layouts/images/check_box_checked_blue.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

.calcShinLine input:checked+.radio_button::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 5px;
    top: 5px;
    background: url(/views/layouts/images/radio_button_checked_blue.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}

@media screen and (max-width: 600px) {
    .calcShinCol {
        width: 100%;
        padding: 0;
        border-left: 1px solid rgba(75, 106, 166, 0);
    }
}

.calcShinResult {
    text-align: center;
    padding: 20px 0 0px 0;
}

.calcShinResultInline1,
.calcShinResultInline2 {
    float: left;
    box-sizing: border-box;
    width: 50%;
}

.calcShinResultInline1 {
    text-align: right;
    padding: 0 20px 0 0;
}

.calcShinResultInline2 {
    text-align: left;
}

.calcShinResultNum {
    font-size: 30px;
}

.calcShinResultTxt {}

.calcShinResultText,
.calcShinResultPlus,
.calcShinResultCount,
.calcShinResultMinus,
.calcShinResultSpace {
    display: inline-block;
    min-width: 30px;
    font-size: 26px;
    text-align: center;
}

.calcShinResultPlus,
.calcShinResultMinus {
    padding: 5px 10px;
    user-select: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
}

.calcShinResultPlus:hover,
.calcShinResultMinus:hover {
    transform: scale(1.1);
}

.calcShinResultPlus:active,
.calcShinResultMinus:active {
    transform: scale(1);
}

.calcShinResultCount {
    color: rgba(0, 0, 0, 1);
}

.calcShinResultText {
    padding: 0 10px 0 0;
    color: rgba(31, 69, 144, 0.5);
    font-size: 16px;
}

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

    .calcShinResultInline1,
    .calcShinResultInline2 {
        width: 100%;
    }

    .calcShinResultInline1 {
        text-align: left;
        padding: 0 0px 0 0;
    }

    .calcShinResultInline2 {
        text-align: left;
    }
}


/* ************************************************************************* */

.blockInfoStars {
    color: #666666;
    padding: 20px 0 0 0;
    font-size: 14px;
}


/* ************************************************************************* */

.videoBlockOuter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
}

.videoBlock {
    width: calc(50% - 5px);
}

.videoBlock3,
.videoBlock4 {
    padding: 10px 0 0 0;
}

.videoBlock iframe {
    width: 100%;
    height: 300px;
}

@media screen and (max-width: 600px) {
    .videoBlock {
        width: calc(100%);
    }

    .videoBlock1,
    .videoBlock2,
    .videoBlock3,
    .videoBlock4 {
        padding: 10px 0 0 0;
    }
}


/* ************************************************************************* */

@media screen and (max-width: 800px) {
    .bigTableOuter {
        width: 100%;
        max-width: 100%;
        overflow-x: scroll;
    }

    .bigTableInner {
        min-width: 800px;
    }
}


/* ************************************************************************* */

.chat {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    transition: bottom 0.2s ease-in-out;
}

.chatDown {
    bottom: -50px;
}

@keyframes chatButtonShow {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.chatButtonOuter {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
}

.chatButton {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    background-image: url(/images/chat-white-24px.svg);
    background-repeat: no-repeat;
    background-size: 55% auto;
    background-position: 50% 60%;
    background-color: rgba(79, 105, 155, 1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale(1);
    cursor: pointer;
    transition: bottom 0.25s ease-in-out, transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    animation: chatButtonShow 0.5s ease-in-out;
}

.chatButtonHide {
    bottom: -100px;
}

.chatButtonOuterBg {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    transform: scale(1.1);
    background-color: rgba(79, 105, 155, 1);
    opacity: 1;
    transition: transform 0.15s ease-in-out, opacity 0.2s ease-in-out;
}

.chatButtonOuter:hover .chatButtonOuterBg {
    transform: scale(1.4);
    transition: transform 0.15s ease-in-out;
}

.chatButtonOuter:active .chatButtonOuterBg {
    transform: scale(1.5);
    opacity: 0.5;
}

@keyframes chatButtonShine1Up {
    0% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: scale(6);
        opacity: 0;
    }
}

.chatButtonShine1 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: rgba(79, 105, 155, 1);
    transform: scale(1);
    opacity: 1;
    animation: chatButtonShine1Up 0.5s ease-in-out;
}

.chatButtonShine2 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: rgba(79, 105, 155, 1);
    transform: scale(1);
    opacity: 1;
    animation: chatButtonShine1Up 0.8s ease-in-out;
}

.chatButtonShine3 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    background-color: rgba(79, 105, 155, 1);
    transform: scale(1);
    opacity: 1;
    animation: chatButtonShine1Up 1.2s ease-in-out;
}

.chatBlock {
    position: fixed;
    bottom: -20px;
    right: 15px;
    width: 360px;
    max-width: calc(100% - 30px);
    height: 0px;
    border-radius: 0px;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border-left: 1px solid rgba(79, 105, 155, 0.2);
    border-right: 1px solid rgba(79, 105, 155, 0.2);
    border-top: 1px solid rgba(79, 105, 155, 0.2);
    border-bottom: 1px solid rgba(79, 105, 155, 0.3);
    transition: box-shadow 0.3s linear, opacity 0.2s linear, height 0.2s linear, bottom 0.3s linear;
}

.chatBlockShow {
    height: 480px;
    bottom: 15px;
    opacity: 1;
    box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-height:520px) {
    .chatBlockShow {
        height: 300px;
    }
}



.chatContentInner {
    padding: 35px 0px 0px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(230, 234, 238, 1);
}

.chatContentTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
    padding: 0px 10px 0px 40px;
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    font-weight: bold;
    color: rgba(50, 70, 100, 1);
    border-bottom: 1px solid rgba(79, 105, 155, 0.3);
    box-shadow: 0 14px 40px -15px rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(/views/layouts/images/icons/insert_comment_black_blue.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 10px 50%;
    font-size: 18px;
}

.chatContentCross {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: url(/images/close-black.svg);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.3;
    transition: opacity 0.2s ease-in-out;
}

.chatContentCross:hover {
    opacity: 1;
    cursor: pointer;
}

.chatContentBlock {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 44px;
    bottom: 48px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 0px;
    box-sizing: border-box;
}

.chatContentBlock::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.chatTextareaLine {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
}

.chatUserTextarea {
    padding: 10px 40px 10px 10px;
    border: 1px solid rgba(79, 105, 155, 0.2);
    box-sizing: border-box;
}

.chatUserTextarea:hover {
    border: 1px solid rgba(79, 105, 155, 0.4);
}

.chatUserTextarea:focus {
    border: 1px solid rgba(79, 105, 155, 0.8);
}

#chattextarea {
    width: 100%;
    height: 60px;
    outline: none;
    border: 1px solid rgba(31, 69, 144, 0.1);
    padding: 5px 7px;
    resize: none;
    display: none;
}

.chatInputLine {
    padding: 0px 0px 0px 0px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-sizing: border-box;
    /* background-color: rgba(255, 255, 255, 1); */
}

.chatInputTitle {
    height: 30px;
    background-color: rgba(31, 69, 144, 0);
    color: rgba(0, 0, 0, 1);
    padding: 7px 0 0 7px;
    color: rgba(50, 70, 100, 1);
    font-size: 16px;
}

#chatInput {
    width: 100%;
    outline: none;
    border: 1px solid rgba(79, 105, 155, 1);
    padding: 10px 10px;
    resize: none;
}

.chatButtons {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 10px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}

#chatSubmit {
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/views/layouts/images/icons/arrow_upward-blue.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 6px 4px;
    cursor: pointer;
    opacity: 0.3;
    transition: background-position 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

#chatSubmit:hover {
    opacity: 1;
    background-position: 6px 4px;
}

#chatSubmit:active {
    opacity: 1;
    background-position: 6px 2px;
    transition: background-position 0.02s ease-in-out;
}

.chatMsg {
    margin: 0 0 10px 0;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    padding: 5px 10px 10px 10px;
    position: relative;
    box-sizing: border-box;
}

.msgCli {
    margin: 0 0px 10px 20px;
    border-right: 10px solid rgba(79, 105, 155, 1);
}

.msgMgr {
    margin: 0 20px 10px 0px;
    border-left: 10px solid rgba(240, 100, 60, 1);
}

.chatMsgTitle {
    padding: 0 0 3px 0;
}

.chatMsgName {
    float: left;
    width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.9;
    font-size: 12px;
}

.chatMsgTime {
    float: right;
    text-align: right;
    width: 90px;
    opacity: 0.7;
    font-size: 10px;
}

.msgCli .chatMsgName {
    color: rgba(79, 105, 155, 1);
}

.msgMgr .chatMsgName {
    color: rgba(240, 100, 60, 1);
}

.loaderChat {
    padding: 0 0;
    text-align: center;
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
    height: 48px;
    line-height: 48px;
}


/* ************************************************************************* */

.sortbyprice {
    width: 100%;
    padding: 0 0 10px 0;
}

.sortbypriceText {
    width: 100%;
    font-size: 14px;
    padding: 0 0 5px 0;
}

.sortbypriceSelect {
    width: 100%;
    outline: none;
    font-size: 14px;
    padding: 5px 5px;
    border: 1px solid rgba(79, 105, 155, 0.2);
    cursor: pointer;
}

.sortbypriceSelect:hover {
    border: 1px solid rgba(79, 105, 155, 0.5);
}

.sortbypriceSelect:focus {
    border: 1px solid rgba(79, 105, 155, 1);
}

.sortbypriceOption1 {
    position: relative;
}

.sortbypriceOption1::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: salmon;
    background-image: url(/images/Icons/arrow_top.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: 100% 50%;
}


/* ************************************************************************* */

.gallery3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery3 img {
    width: calc(25% - 7px);
    height: auto;
    margin: 0 0 10px 0;
}

@media screen and (max-width:900px) {
    .gallery3 img {
        width: calc(33.33% - 7px);
        height: auto;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:600px) {
    .gallery3 img {
        width: calc(50% - 5px);
        height: auto;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:360px) {
    .gallery3 img {
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
}


/* ************************************************************************* */


/* ************************************************************************* */


/* ************************************************************************* */


/* ************************************************************************* */


/* ************************************************************************* */

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.opacity0 {
    opacity: 0;
}

#client-avto-panel-box {
    display: none;
}

.bannerPromo {
    margin: 0 0 30px 0;
}

.bannerPromo img {
    max-width: 100%;
    height: auto;
}

.bannerPromoMobile {
    display: none;
    margin: 0 0 30px 0;
}

.bannerPromoMobile img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 550px) {
    .bannerPromo {
        display: none;
    }

    .bannerPromoMobile {
        display: block;
    }
}

.short_menu_icon {
    position: relative;
}

@keyframes short_menu_icon_img {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(-1);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes short_menu_icon_img_hover {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(-1);
    }

    100% {
        transform: scaleX(1);
    }
}

.short_menu_icon img {
    position: absolute;
    height: 16px;
    width: auto;
    right: 45px;
    top: 0px;
    transform: scaleX(1);
    animation: short_menu_icon_img 0.3s ease-in-out;
    animation-iteration-count: 1;
    transition: transform 0.3s ease-in-out;
}

.short_menu_icon:hover img {
    animation: short_menu_icon_img_hover 0.3s ease-in-out;
    animation-iteration-count: 1;
}

#short_menu_promo_link {
    color: rgba(79, 105, 155, 1);
    font-weight: 500;
}

.banner_width_100 {
    box-sizing: border-box;
    margin-top: 20px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f2f3;
}

.banner_width_100 img {
    width: 100%;
    height: auto;
}

.koleso_new_year_2020 h1 {
    text-align: center;
    display: inline-block;
}

.koleso_new_year_2020 h2 {
    text-align: left;
    text-shadow: 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1);
    display: inline-block;
}

.koleso_new_year_2020 ul {
    font-size: 18px;
    padding: 0 0 0 20px;
}

.koleso_new_year_2020 li {
    font-size: 18px;
    text-shadow: 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1), 0 0 5px rgba(240, 244, 248, 1);
}

.koleso_new_year_2020_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.koleso_new_year_2020_flex_block {
    flex-grow: 0;
    width: calc(50% - 20px);
    margin: 0 0 40px 0;
    background-color: rgba(240, 244, 248, 1);
    padding: 10px 30px 20px 40px;
    box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    background-image: url(/images/new_year_2020_icon_1.png);
    background-position: calc(100% + 30px) calc(0% - 20px);
    background-repeat: no-repeat;
    background-size: 200px auto;
}

.koleso_new_year_2020_flex_block_none {
    opacity: 0;
}

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

    .koleso_new_year_2020_flex_block {
        width: 100%;
        margin: 0 0 20px 0;
        background-size: 140px auto;
    }

    .koleso_new_year_2020_flex_block_none {
        display: none;
    }
}


/* PROMO 300 BONUS ******************* */

.banner_100 {
    width: 100%;
    box-sizing: border-box;
}

.banner_100 img {
    width: 100%;
    height: auto;
}

.articleShodRazvalBlock1LeftPromo {
    float: right;
}

@media screen and (max-width: 800px) {
    .articleShodRazvalBlock1LeftPromo {
        float: none;
        width: 100%;
        height: auto;
    }
}

.promoBonusArticle p {
    font-size: 18px;
}

.promoBonusArticle li {
    font-size: 18px;
    color: rgba(79, 105, 155, 1);
    font-weight: bold;
}

.promoBonusArticle li b {
    font-size: 24px;
    color: rgba(255, 93, 50, 1);
}

.promoBonusArticle_p1 {
    font-size: 30px !important;
    font-weight: bold !important;
    text-align: center;
}

.promoBonusArticle_span1 {
    color: rgba(255, 93, 50, 1);
}

.promoBonusArticle_span2 {
    color: rgba(79, 105, 155, 1);
}


/* ************** ******************* */

.row_info_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    max-height: 85px;
    border-bottom: 1px solid #e1e2e3;
    padding: 5px 0 5px 0;
}

.row_info_page_header {
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 0;
    font-size: 12px;
    color: rgba(0, 0, 0, .3);
}

.row_info_page div {
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 5px;
}

.info_page_td_1 {
    width: 5%;
}

.info_page_td_2,
.info_page_td_3,
.info_page_td_4,
.info_page_td_5,
.info_page_td_6 {
    width: 15%;
}

.info_page_td_7 {
    width: 20%;
    word-break: break-all;
}

.link_info_page {
    color: rgba(31, 69, 144, 0.8);
    cursor: pointer;
    text-decoration: underline;
}

.link_info_page:hover {
    color: rgba(31, 69, 144, 0.5);
    text-decoration: none;
}

.link_info_page:active {
    color: rgba(31, 69, 144, 1);
}

.form_edit_page_div_outer {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 999999;
}

.form_edit_page_div {
    position: relative;
    margin: 20px auto;
    padding: 20px 20px;
    max-width: 1200px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, .2);
    background-color: rgba(240, 244, 248, 1);
}

.form_edit_close {
    color: #aaa;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 5px;
    user-select: none;
}

.form_edit_close:hover,
.form_edit_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form_edit_line {
    padding: 10px 0 0 0;
    position: relative;
}

.form_edit_line_title {
    color: rgba(0, 0, 0, .5);
    padding: 0 0 0 10px;
}

.form_edit_line_clear {
    color: #aaa;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    right: 8px;
    top: 25px;
    user-select: none;
}

.form_edit_line_clear:hover,
.form_edit_line_clear:active {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form_edit_page_div input {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}

.form_edit_page_div input:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.form_edit_page_div input:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.form_edit_page_div textarea {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
    resize: none;
}

.form_edit_page_div textarea:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.form_edit_page_div textarea:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.form_edit_line_buttons {
    padding: 20px 0 0 0;
}

.form_edit_line_buttons button {
    outline: none !important;
    border: none !important;
}

.form_edit_podbor_lines {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_edit_podbor_line {
    width: calc(33% - 10px);
    margin: 5px 0;
}

.form_edit_podbor_name {
    padding: 0 0 0 10px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.form_edit_podbor_line select {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 5px 7px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}

.form_edit_podbor_line select:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.form_edit_podbor_line select:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.form_edit_podbor {
    padding: 7px 10px;
    border: 1px solid #cccccc;
    min-height: 33px;
}

.form_edit_podbor_line_buttons {
    margin: 10px 0 0 0;
}

.odmen_buttons {
    margin: 0 0 20px 0;
}

.odmen_buttons input {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 400px;
    padding: 4px 7px 5px 7px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}

.odmen_buttons input:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.odmen_buttons input:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}


/* ********************************************************************* */

.secret_reviewer_anketa {
    background-image: url(/images/secret_reviewer.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 410px auto;
    background-color: rgba(240, 244, 248, 1);
    padding: 10px 40px 20px 450px;
    position: relative;
}

@media screen and (max-width:800px) {
    .secret_reviewer_anketa {
        background-image: none;
        padding: 10px 40px 20px 40px;
    }
}

@keyframes secret_reviewer_anketa_msg_txt {
    0% {
        padding: 200px 0 0 0;
    }

    100% {
        padding: 200px 100px 0 0;
    }
}

.secret_reviewer_anketa_msg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    padding: 200px 0 0 0;
    font-size: 30px;
    font-weight: bold;
    background-color: rgba(9, 55, 105, 0.4);
    color: rgba(255, 255, 255, 1);
    animation: secret_reviewer_anketa_msg_txt 4s linear;
}

.secret_reviewer_anketa_msg_complete {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    padding: 180px 0 0 0;
    font-size: 26px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(240, 244, 248, 1);
    color: rgba(9, 55, 105, 1);
}

@media screen and (max-width:800px) {
    .secret_reviewer_anketa_msg_complete {
        padding: 160px 0 0 0;
    }
}

.secret_reviewer_anketa h2 {
    text-align: left;
    color: rgba(79, 105, 155, 1);
    text-transform: uppercase;
    margin: 10px 0;
}

.secret_reviewer_page p {
    font-size: 24px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, .7);
}

.secret_reviewer_page ol {
    display: block;
    margin: 20px 0;
    padding: 0 0 0 40px;
    list-style-type: none;
}

.secret_reviewer_page ol li {
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    color: rgba(9, 55, 105, 1);
}

.secret_reviewer_page ol li:nth-child(1)::after {
    content: "1";
}

.secret_reviewer_page ol li:nth-child(2)::after {
    content: "2";
}

.secret_reviewer_page ol li:nth-child(3)::after {
    content: "3";
}

.secret_reviewer_page ol li:nth-child(4)::after {
    content: "4";
}

.secret_reviewer_page ol li:nth-child(5)::after {
    content: "5";
}

.secret_reviewer_page ol li:nth-child(6)::after {
    content: "6";
}

.secret_reviewer_page ol li::after {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: rgba(79, 105, 155, 1);
    font-size: 20px;
    position: absolute !important;
    left: -40px;
    top: 0px;
    color: rgba(255, 255, 255, 1);
}

.secret_reviewer_line {
    padding: 10px 0 0 0;
    position: relative;
}

.secret_reviewer_line_title {
    color: rgba(0, 0, 0, .5);
    padding: 0 0 0 10px;
    font-size: 16px;
}

.secret_reviewer_line_clear {
    color: #aaa;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    right: 8px;
    top: 25px;
    user-select: none;
}

.secret_reviewer_line_clear:hover,
.secret_reviewer_line_clear:active {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.secret_reviewer_line input {
    font-family: 'Roboto', sans-serif;
    outline: none;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
}

.secret_reviewer_line input:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.secret_reviewer_line input:focus {
    border: 1px solid rgba(75, 106, 166, 1);
}

.secret_reviewer_line_buttons {
    margin: 20px 0 0 0;
}


/* ********************************************************************* */

.kak-ostavit-otzyv {
    width: 100%;
}

.kak-ostavit-otzyv img {
    max-width: 100%;
    height: auto;
}


/* POPUP ******************************************************************* */

@keyframes popupInner_anim {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.popupOuter {
    position: fixed;
    overflow-x: scroll;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 500;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.popupInner {
    position: relative;
    margin: 40px auto;
    width: 1200px;
    min-height: 600px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 7px 15px 1px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    opacity: 1;
    animation: popupInner_anim 0.1s linear;
    padding: 20px 20px;
}

.popupContent {
    display: block;
}

.popupContent img {
    max-width: 100%;
    height: auto;
}

.popupCross {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.2);
    user-select: none;
    cursor: pointer;
    transform: scale(1);
    transition: color 0.15s ease-in-out;
    transform: rotate(45deg) scale(1);
}

.popupCross:hover {
    color: rgba(0, 0, 0, 0.5);
}

.popupCross:active {
    color: rgba(0, 0, 0, 1);
    transform: rotate(45deg) scale(0.8);
}

/* ************************************************************************* */

.count_block {
    position: relative;
}

@keyframes count_content_show {
    0% {
        top: -50px;
        opacity: 0;
    }

    80% {
        top: 5px;
        opacity: 1;
    }

    100% {
        top: 2px;
        opacity: 1;
    }
}

.count_content {
    position: absolute;
    left: 22px;
    top: 2px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 8px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    z-index: 10;
    background-color: rgba(250, 0, 0, 1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .3);
    transition: left 0.5s ease-in-out;
    animation: count_content_show 0.2s ease-in-out;
}

.count_content_min {
    left: 42px;
}

.count_content_jump {
    animation: none;
}

/* ************************************************************************* */
.like_product_icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0);
    width: 30px;
    height: 30px;
    background-image: url(images/icon_like_none.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.like_product_icon:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: scale(1);
}

.like_product_icon:active {
    cursor: pointer;
    opacity: 1;
    transform: scale(0.93);
    transition: opacity 0s ease-in-out, transform 0s ease-in-out;
}

.like_product_icon_active {
    background-image: url(images/icon_like_orange.svg);
    opacity: 1;
}

.like_product_icon_active:hover {
    opacity: 0.8;
}

.like_product_icon_relative {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    height: 30px;
    line-height: 30px;
    background-image: url(images/icon_like_none.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 0 0 0 40px;
    color: rgba(75, 106, 166, 1);
    font-size: 16px;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
}

.like_product_icon_relative:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: scale(1);
}

.like_product_icon_relative:active {
    opacity: 1;
    transform: scale(0.97);
    transition: opacity 0s ease-in-out, transform 0s ease-in-out;
}

.like_product_icon_relative_active {
    background-image: url(images/icon_like_orange.svg);
    color: rgba(255, 93, 50, 1);
}

.like_product_icon_relative_active:hover {
    opacity: 0.8;
}

.like_product_icon_relative_active:active {
    opacity: 1;
    transform: scale(0.97);
    transition: opacity 0s ease-in-out, transform 0s ease-in-out;
}

.like_product_icon.koleso_compare_prod {
    right: 45px;
    background-image: url(images/icon_leaderboard_blue.svg);
}

.koleso_compare_prod_active {
    background-image: url(images/icon_leaderboard_orange.svg);
    opacity: 1;
}

.koleso_compare_prod_active:hover {
    opacity: 0.8;
}



/* ************************************************************************* */
/* ** Compare Products ********************************************************* */
.tovar_podbor_div_outer {
    width: 300px;
}

.sravnenie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.srav_harakter {
    margin: 10px 0 10px 0;
}

.srav_harakter_one {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 3px;
    transform: scale(1);
    /* transition: transform 0.1s linear; */
}

.srav_harakter_one div {
    text-align: left;
    font-size: 18px;
    padding: 5px 5px;

}

.srav_harakter_one div:nth-child(1) {
    width: 60%;
}

.srav_harakter_one div:nth-child(2) {
    width: 40%;
}

.srav_harakter_one:nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0.1);
}

.srav_harakter_one_hover {
    background-color: rgba(255, 93, 50, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    transform: scale(1.02);
}

.srav_harakter_one_hover div:nth-child(2) {
    font-weight: bold;
}


/* ************************************************************************* */
.board_product_icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0);
    width: 28px;
    height: 28px;
    background-image: url(images/icon_leaderboard_blue.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.board_product_icon:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: scale(1);
}

.board_product_icon:active {
    cursor: pointer;
    opacity: 1;
    transform: scale(0.93);
    transition: opacity 0s ease-in-out, transform 0s ease-in-out;
}

.board_product_icon_active {
    background-image: url(images/icon_leaderboard_orange.svg);
    opacity: 1;
}

.board_product_icon_active:hover {
    opacity: 0.8;
}

.board_product_icon_relative {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    height: 30px;
    line-height: 30px;
    background-image: url(images/icon_leaderboard_blue.svg);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: 0% 50%;
    padding: 0 0 0 40px;
    color: rgba(75, 106, 166, 1);
    font-size: 16px;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
}

.board_product_icon_relative:hover {
    cursor: pointer;
    opacity: 0.8;
    transform: scale(1);
}

.board_product_icon_relative:active {
    opacity: 1;
    transform: scale(0.97);
    transition: opacity 0s ease-in-out, transform 0s ease-in-out;
}

.board_product_icon_relative_active {
    background-image: url(images/icon_leaderboard_orange.svg);
    color: rgba(255, 93, 50, 1);
}

.board_product_icon_relative_active:hover {
    opacity: 0.8;
}

.board_product_icon_relative_active:active {
    opacity: 1;
    transform: scale(0.97);
    transition: opacity 0s ease-in-out, transform 0s ease-in-out;
}

/* ************************************************************************* */

.tyre_model_media_out {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.tyre_model_media {
    width: calc(25% - 3px);
    height: 100px;
    text-align: center;
    position: relative;
    margin: 4px 4px 0 0px;
}

/* .tyre_model_media:nth-child(1) {
    margin: 6px 3px 0 0px;
    border: 1px solid red;
} */
.tyre_model_media:nth-of-type(4n) {
    margin: 4px 0px 0 0px;
}

.tyre_model_media iframe {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.tyre_model_media_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.tyre_model_media_cover:hover {
    background-color: rgba(255, 255, 255, 0);
}

.tyre_page_div1_content iframe {
    min-height: 360px;
    width: 100%;
    height: auto;
}

.tyre_model_media img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

/* ************************************************************************* */

.tabz h3 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    color: rgba(0, 0, 0, .7);
    padding: 0 0 10px 0;
}

.tabz p {
    margin: 0;
    padding: 0 0 10px 0;
}

.item {
    clear: both;
    padding: 10px 0;
}

.tab_item .item_pic {
    float: left;
    width: 200px;
    height: auto;
    margin: 0 10px 0px 0;
    text-align: center;
}



@media screen and (max-width: 480px) {
    .tab_item .item_pic {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 0 0;
        text-align: left;
    }
}

.tab_item .item_pic img {
    max-width: 100%;
    height: auto;
}

/* **************************************************************************** */

.kak_zakazat_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.kak_zakazat_2_title {
    flex-grow: 1;
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}

.kak_zakazat_2_title a {
    color: rgba(75, 106, 166, 1);
}

.kak_zakazat_2_title a:hover {
    color: rgba(255, 93, 50, 1);
}

.kak_zakazat_2_list {
    flex-grow: 2;
}

.kak_zakazat_2_list ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 0 0 0;
    margin: 0 0;
    justify-content: space-between;
}



.kak_zakazat_2_list ol li {
    font-size: 16px;
    padding: 6px 0 0 0px;
    margin: 0 0 0 40px;
    list-style-type: none;
    position: relative;
}

.kak_zakazat_2_list ol li:nth-child(1) {
    color: rgba(79, 105, 155, 1);
}

.kak_zakazat_2_list ol li:nth-child(2) {
    color: rgba(79, 105, 155, 1);
}

.kak_zakazat_2_list ol li:nth-child(3) {
    color: rgba(79, 105, 155, 1);
}

.kak_zakazat_2_list ol li:nth-child(4) {
    color: rgba(255, 93, 50, 1);
}

.kak_zakazat_2_list ol li:nth-child(1)::after {
    content: "1";
    background-color: rgba(79, 105, 155, 0.4);
}

.kak_zakazat_2_list ol li:nth-child(2)::after {
    content: "2";
    background-color: rgba(79, 105, 155, 0.6);
}

.kak_zakazat_2_list ol li:nth-child(3)::after {
    content: "3";
    background-color: rgba(79, 105, 155, 0.8);
}

.kak_zakazat_2_list ol li:nth-child(4)::after {
    content: "4";
    background-color: rgba(255, 93, 50, 1);
}

.kak_zakazat_2_list ol li::after {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    position: absolute !important;
    left: -40px;
    top: 0px;
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:900px) {
    .kak_zakazat_2_list ol {
        flex-direction: column;
        justify-content: left;
    }

    .kak_zakazat_2_list ol li {
        margin: 0 0 0 60px;
    }
}

@media screen and (max-width:500px) {
    .kak_zakazat_2 {
        display: none;
    }
}

/* ************************************************************************* */

.product_param_td {
    width: 100%;
    font-size: 1.2em;
    border-collapse: collapse;
}

.product_param_td tr:nth-child(odd) {
    background: #fff;
}

.product_param_td tr:nth-child(even) {
    background: rgba(31, 69, 144, 0.05);
}

.product_param_td td {
    padding: 5px;
}

.product_param_td tr:hover {
    background: rgba(75, 106, 166, 0.3)
}



/* **************************************************************************** */

.tovar_left_icons {
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 5px;
    text-align: left;
}

.tovar_shini_axle_icon {
    margin: 0 0 10px 0;
}

.tovar_shini_scope_icon {
    margin: 0 0 10px 0;
}

.tooltip_left {
    position: relative;
}

.tooltip_left .tooltip_left_outcontent {
    visibility: hidden;
    position: absolute;
    width: 140px;
    top: 0px;
    left: 170px;
    display: block;
    opacity: 0;
    transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
    padding: 0 0 0 6px;
}

.tooltip_left:hover .tooltip_left_outcontent {
    visibility: visible;
    left: 70px;
    opacity: 1;
}

.tooltip_left_content {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-weight: 700;
    padding: 7px;
}

/* ************************************************************************* */



.podbor_555 {
    width: 100%;
    margin-top: 0px;
    padding: 30px 20px 20px 20px;
    border: 1px solid #eaeff4;
    box-shadow: 0px 2px 1px 0px rgb(0, 0, 0, 0.1);
    margin: 0 0 20px 0;
}

.podbor_555 .submit_button {
    margin: 0 0 0 125px;
    width: 200px;
    text-align: center;
    user-select: none;
}

.podbor_555 .div_tyre_podbor {
    /* max-width: 900px; */
}

/* **************************************************************************** */





.span_link {
    color: rgba(75, 106, 166, 1);
    cursor: pointer;
    text-decoration: underline;
}

.span_link:hover {
    text-decoration: none;
}

.span_link:active {
    color: rgba(0, 0, 0, 1);
}

/* ******************************************************************* */

.article_o_okompanii {
    background-color: #f0f4f8;
    padding: 40px 50px;

}

.article_o_okompanii p {
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: justify;
}

.article_o_okompanii ol,
.article_o_okompanii ul {
    line-height: 1.5em;
}

.article_o_okompanii ol li::marker {
    color: #4b6aa6;
    font-weight: bold;
}

.article_o_okompanii li,
ul {
    font-size: 1.5em;
}

.article_o_okompanii .title111 {
    display: block;
    margin: 20px 0 5px 0;
    font-size: 22px;
    color: #4b6aa6;
    text-align: left;
}

.block2img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
}

.block2img div:nth-child(1) {
    width: calc(50% - 10px);
}

.block2img div:nth-child(2) {
    width: calc(50% - 10px);
    text-align: right;
}

.block2img div img {
    height: 330px;
    width: auto;
}

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


    .block2img div img {
        width: 100%;
        height: auto;

    }
}

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

    .block2img {
        flex-direction: column;
    }

    .block2img div:nth-child(1) {
        width: 100%;
    }

    .block2img div:nth-child(2) {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

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

    .article_o_okompanii {
        padding: 0px 10px;
        background-color: none;
    }

    .article_o_okompanii p {
        text-align: left;

    }
}

@keyframes informFormTextShow {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.informFormText {
    opacity: 1;
    animation: informFormTextShow 2s ease-in-out infinite;
}

/* TEMP CALENDAR *************************************************** */

.tempCaledarOuter {
    min-width: 254px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0;
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tempCaledarOuter .tempCalendarDay {
    width: 14.28%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.15s ease-in-out;
}

.tempCaledarOuter .tempCalendarActiveDate {
    cursor: pointer;
    user-select: none;
}

.tempCaledarOuter .tempCalendarActiveDate:hover {
    background-color: rgba(75, 106, 166, 0.3);

}

.tempCalendarDayWeekTitle {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    color: rgba(75, 106, 166, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.tempCaledarOuter .tempCalendarCurrentDay {
    background-color: rgba(75, 106, 166, 1);
    color: rgba(255, 255, 255, 1);
    transition: opacity 0.15s ease-in-out;
}

.tempCaledarOuter .tempCalendarCurrentDay:hover {
    background-color: rgba(75, 106, 166, 1);
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
}

.tempCaledarOuter .tempCalendarInputDateText {
    width: 100%;
    border-top: 1px solid rgba(75, 106, 166, 0.1) !important;
    border-bottom: 1px solid rgba(75, 106, 166, 0) !important;
    border-left: 1px solid rgba(75, 106, 166, 0) !important;
    border-right: 1px solid rgba(75, 106, 166, 0) !important;
    cursor: default !important;
    outline: none;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px 5px 5px;
    color: rgba(75, 106, 166, 1);
    ;
}

/* END TEMP CALENDAR *************************************************** */
.service_links {
    margin: 0 0 40px 0;
    background-color: rgba(240, 244, 248, 1);
    padding: 20px 20px;
    display: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.service_links a {
    display: inline-block;
    max-width: 100%;
    color: rgba(75, 106, 166, 1);
    font-size: 20px;
    padding: 10px 10px 10px 50px;
    position: relative;

}

.service_links a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.service_links a img {
    position: absolute;
    width: 30px;
    height: auto;
    left: 10px;
    top: 7px;
}

@media screen and (max-width:500px) {
    .service_links {
        display: block;
    }
}

/* ******************************************** */

.flex_lines {
    display: flex;
    flex-direction: column;
}

.flex_1 {
    order: 1;
}

.flex_2 {
    order: 2;
}

.flex_3 {
    order: 3;
}

.flex_4 {
    order: 4;
}

.flex_5 {
    order: 5;
}

/* ******************************************** */

.all_tyres_catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all_tyres_catalog .link_tyres_tiporazmer {
    width: 25%;
}

.all_tyres_catalog .link_tyres_tiporazmer a {
    display: inline-block;
    padding: 2px 5px;
    background-color: rgba(31, 69, 144, 0);
    color: rgba(31, 69, 144, 1);
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.all_tyres_catalog .link_tyres_tiporazmer a:hover {
    background-color: rgba(31, 69, 144, 1);
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:500px) {
    .all_tyres_catalog .link_tyres_tiporazmer {
        width: 50%;
    }
}

.all_tyres_catalog .link_tyres_avto {
    width: 33% !important;
}

/* ******************************************** */


.akb_avto_links {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
}

.akb_avto_links div {
    width: 33%;
    padding: 5px;
}

@media screen and (max-width:500px) {
    .akb_avto_links div {
        width: 100%;
    }
}

.akb_avto_links div a {
    text-decoration: none;
    color: rgba(31, 69, 144, 1);
}

.akb_avto_links div a:hover {
    color: #ff5d32;
}


.news-shini-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-shini-div img {
    height: 190px;
    width: auto;
}

.news-shini-div a {
    width: 33%;
    text-align: center;
    margin: 20px 0px;
}

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

    .news-shini-div img {
        height: auto;
        width: 95%;
    }

    .news-shini-div a {
        width: 95%;
    }
}

.frame_youtube {
    width: 700px;
    height: 450px;
}

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

    .frame_youtube {
        width: 100%;
        height: 200px;
    }

}

.basket_itogo_price {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #737f91;
    text-align: right;
    border-top: 1px dotted #c1c2c3;
    margin-top: 20px;
    padding-top: 10px;
}

.basket_itogo_price #total {
    font-size: 20px;
    font-weight: bold;
    text-transform: lowercase;
    color: #324664;
}

.basket_promo_outer {
    margin: 20px 0;
    text-align: right;
}

.basket_promo {
    background-color: #ffffff;

}

.basket_promo_btn {
    background-color: #ff5d32;
    border: 1px solid #ff5d32;
    color: white;
    border: none;
    padding: 6px 12px;
    margin: 0 0;
    font-size: 14px;
}

.basket_promo_btn:hover {
    background-color: #ff724c;
}



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


    .basket_promo_btn {
        margin: 5px 0px;
    }



}

@keyframes compare_prod_shini_outer_show {
    0% {
        transform: translateX(150px);
    }

    100% {
        transform: translateX(0px);
    }
}

.compare_prod_shini_outer {
    position: fixed;
    display: block;
    right: 0px;
    bottom: 150px;
    width: 100px;
    background-color: rgba(255, 93, 50, 1);
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 13px 0 0 13px;
    transform: translateX(0px);
    text-decoration: none;
    animation: compare_prod_shini_outer_show 0.2s ease-in-out;
}

/* ********************************************************************************* */

.zapis_online_radio_div {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
    justify-content: space-between;
}

.zapis_online_radio_div .zapis_div {
    width: calc(33% - 6px);
    margin-bottom: 15px;
    user-select: none;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 1100px) {
    .zapis_online_radio_div .zapis_div {
        width: calc(50% - 6px);
    }
}

@media screen and (max-width: 800px) {
    .zapis_online_radio_div .zapis_div {
        width: 100%;
    }
}

.zapis_online_radio_div .zapis_div label {
    padding: 20px 15px 60px 45px;
    box-sizing: border-box;
    background-color: rgba(31, 69, 144, 0.05);
    color: rgba(9, 55, 105, 1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .1);
    transform: scale(1);
    transition: box-shadow 0.2s ease-in-out;
    display: block;
    height: 100%;
    position: relative;
}

/* .zapis_online_radio_div .zapis_div label:hover {
    transform: scale(1.01);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, .15);
}

.zapis_online_radio_div .zapis_div label:active {
    transform: scale(1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .2);
} */

.zapis_online_radio_div .zapis_div label .zap_div {
    display: block;
    padding: 0px 20px 0px 20px;
    font-size: 18px;
}

.zapis_online_radio_div .zapis_div label .zap_div ul {
    margin: 10px 0 0 17px;
    padding: 0;
}

.zapis_online_radio_div .zapis_div label .zap_div ul li {
    list-style-type: square;
    font-size: 14px;
    padding: 2px 0px;
    margin: 0 0 0 0;
    color: rgba(0, 0, 0, 0.5);
}

.zapis_online_radio_div .zapis_div label .zap_div_link {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.zapis_online_radio_div .zapis_div label .zap_div_link a {
    font-size: 14px;
}

.zapis_online_radio_div .zapis_div label img {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 36px;
    height: auto;
}

.zapis_online_radio_div [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.zapis_online_radio_div [type=radio]:checked+label {
    background-color: rgba(75, 106, 166, 1);
    color: rgba(255, 255, 255, 1);
    transition: background-color 0.12s ease-in-out;
}

.zapis_online_radio_div [type=radio]:checked+label img {
    opacity: 0;
}

.zapis_online_radio_div [type=radio]:checked+label ul li {
    color: rgba(255, 255, 255, 0.5) !important;
}

.zapis_online_radio_div [type=radio]:checked+label .zap_div_link a {
    color: rgba(255, 255, 255, 0.7);
}

.zapis_online_radio_div [type=radio]:checked+label::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url(/views/layouts/images/done_white_24dp.svg);
    background-position: 0 0;
    background-size: 100% auto;
}

.zapis_online_radio_div .zapis_div label:hover {
    cursor: pointer;
}



/* ********************************************************************************* */

.primerka_podbor_div div {
    display: inline-block;
}

.primerka_podbor_div .inputbox {
    min-width: 150px;
    height: 35px;
    font-size: 17px;
    margin-right: 10px;
}

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

    .primerka_podbor_div div {
        display: block;
    }

    .primerka_podbor_div .inputbox {
        width: 100%;
    }

    #primerka_avto {
        transform: scale(0.7);
        transform-origin: -200px 0%;
    }

}


@keyframes serverinformation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.serverinformation {
    position: relative;
}

.serverinformationtrue {
    color: rgba(0, 180, 0, 1);
}

.serverinformationfalse {
    color: rgba(180, 0, 0, 1);
}

@keyframes roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.serverinformationtext {
    padding: 0 0 0 30px;
    color: rgba(0, 100, 200, 1);
    animation: serverinformation 1.2s linear infinite;
}

.serverinformationload {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: rgba(0, 100, 200, 0);
    box-sizing: border-box;
    border-top: 2px solid rgba(0, 100, 200, 1);
    border-right: 2px solid rgba(0, 100, 200, 0);
    border-bottom: 2px solid rgba(0, 100, 200, 1);
    border-left: 2px solid rgba(0, 100, 200, 0);
    animation: roller 1s linear infinite;
}











/* ****************************************************** */

@media screen and (max-width:420px) {
    .nomobile {
        display: none !important;
    }
}


/* ****************************************************** */


/* ****************************************************** */





































/* 480  ****************************************************************************************** */

/* Landscape - телефоны */
@media screen and (max-width: 480px) {

    div#wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        overflow: hidden;
    }

    #whitebox {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
    }



    h1 {
        padding: 0;


        font-weight: bold;
        color: #ff5d32;
        text-align: center;
        margin: 20px 0px;
    }

    h2 {


        color: #ff5d32;
        text-align: center;
        font-weight: bold;
    }

    h3 {


        color: #ff5d32;
        text-align: center;
        font-weight: bold;
        margin: 0;
    }

    h4 {

        color: #333;
        padding: 10px;
    }

    #nashi_servisy {
        margin-left: 20px;
    }

    #nashi_servisy_div {}

    .nashi_servisy {
        height: 40px;
        display: block;
        position: relative;
        margin-top: 10px;
        padding-left: 55px;
        margin-left: 15px;
    }

    .nashi_servisy p {
        margin: 0;
        bottom: 0;
        font: 14px Arial;
        font-size: 120%;
        color: #a8a8a8;
        line-height: 40px;
    }

    .nashi_servisy:hover p {
        color: #727272;
        text-decoration: underline;
    }



    #zapravka_kondicionera {
        background: url("/views/layouts/images/zapravka_konditionera_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #zapravka_kondicionera:hover {
        background: url("/views/layouts/images/zapravka_konditionera_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #diagnostika_remont_hodovoi {
        background: url("/views/layouts/images/diagnostika_podveski_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #diagnostika_remont_hodovoi:hover {
        background: url("/views/layouts/images/diagnostika_podveski_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #razval_shogdenie {
        background: url("/views/layouts/images/razval_shozhdenie_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #razval_shogdenie:hover {
        background: url("/views/layouts/images/razval_shozhdenie_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #zamena_masla {
        background: url("/views/layouts/images/zamena_masla_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #zamena_masla:hover {
        background: url("/views/layouts/images/zamena_masla_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #shinomontag {
        background: url("/views/layouts/images/shinomontazh_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #shinomontag:hover {
        background: url("/views/layouts/images/shinomontazh_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #zamena_kolodok {
        background: url("/views/layouts/images/zamena_kolodok_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #zamena_kolodok:hover {
        background: url("/views/layouts/images/zamena_kolodok_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #oshipovka {
        background: url("/views/layouts/images/oshipovka_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #oshipovka:hover {
        background: url("/views/layouts/images/oshipovka_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #vse_uslugi_avtoservisa {
        background: url("/views/layouts/images/vse_uslugi_servisa_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #vse_uslugi_avtoservisa:hover {
        background: url("/views/layouts/images/vse_uslugi_servisa_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #polirovka_far {
        background: url("../../../images/Icons/fara_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #polirovka_far:hover {
        background: url("../../../images/Icons/fara_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #datchiki_davlenia {
        background: url("../../../images/Icons/datchiki_davleniya_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #datchiki_davlenia:hover {
        background: url("../../../images/Icons/datchiki_davleniya_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #zamena_masla_kpp {
        background: url("../../../images/Icons/AKPP_Icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #zamena_masla_kpp:hover {
        background: url("../../../images/Icons/AKPP_Icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #remont_avtomobily {
        background: url("../../../images/Icons/remont_avtomobily_icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #remont_avtomobily:hover {
        background: url("../../../images/Icons/remont_avtomobily_icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    #remont_diskov {
        background: url("../../../images/Icons/remont_diskov_Icon.jpg") left top no-repeat;
        background-size: contain;
    }

    #remont_diskov:hover {
        background: url("../../../images/Icons/remont_diskov_Icon1.jpg") left top no-repeat;
        background-size: contain;
    }

    .nashi_preimushestva_blocks {
        flex-wrap: wrap;
        flex-direction: column;
    }


    .nashi_preimushestva_block {
        width: 100%;
        text-align: left;
        padding: 0;
        font-size: 14px !important;
        margin: 0 0 5px 0;
    }

    .nashi_preimushestva_block img {
        width: 60px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        transform: scale(1);
        transition: transform 0.2s ease-in-out;
    }

    .nashi_preimushestva_block span {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 10px;
        height: 60px;
        line-height: 60px;

    }

    #uslugi_gost {
        background: url("../../../images/Icons/GOST.jpg") left top no-repeat;
        background-size: contain;
    }

    #uslugi_gost:hover {
        background: url("../../../images/Icons/GOST1.jpg") left top no-repeat;
        background-size: contain;
    }

    #sertificirovanniy_avtoservis div {
        display: none;
    }

    #contactdiv {
        display: none;
    }

    #100bonusov_link {
        display: none;
    }

    #popular_tiporazmers {
        display: none;
    }

    #main_text_div {
        display: none;
    }


    .tireslider {
        width: 85%;
        height: 140px;
        order: 2;
    }

    .diskslider {
        width: 85%;
        height: 140px;
        order: 2;
    }

    .akbslider {
        width: 85%;
        height: 140px;
        order: 2;
    }

    .simpleslider {
        margin-left: 25px;
        width: 85%;
        height: 140px;
    }

    #otzyv_left {
        display: block;
        width: 95%;
    }

    #otzyv_right {
        display: none;
    }



    #shod_razval_div {
        width: 100%;
    }

    .shod_razval_td {
        width: 85%;
        display: block;
        margin: auto;
        text-align: center;
    }

    .shod_razval_td img {
        width: 40%;
        height: auto;
    }

    .razval_price_div {
        width: 97%;
        display: table;
    }

    .razval_price_div_large {
        width: 65%;
        display: table-cell;
        padding-left: 5px;
        text-align: center;
        line-height: 30px;
        padding: 5px;
        background-color: #ebedec;
        border: 2px solid #fff;
        border-radius: 10px;
        color: #727272;
        font-weight: 600;
        vertical-align: middle;
    }

    .razval_price_div_small {
        width: 25%;
        display: table-cell;
        text-align: center;
        line-height: 30px;
        padding: 5px;
        background-color: #ebedec;
        border: 2px solid #fff;
        border-radius: 10px;
        color: #727272;
        font-weight: 600;
        height: 100%;
        vertical-align: middle;
    }

    #razval_article_left {
        display: none;
    }

    #razval_article_right {
        width: 100%;
        display: block;
        text-align: left;
        vertical-align: top;
    }


    .ostat_desktop {
        display: none;
    }

    .ostat_desktop p {
        font-size: 1em;
        margin: 5px;
        color: #727271;
    }

    .ostat_mobile {
        display: block;
    }


    .tooltip_foto_primerka {
        display: none;
    }



    .tire_photo {
        max-width: 90%;
        height: auto;
    }

    .span_old_price {
        font-size: 1.3em;
        text-decoration: line-through;
        color: #727271;
    }

    .span_new_price {
        font-size: 2em;
        padding-left: 15px;
        color: #ff5d32;
    }

    .span_new_price_rub {
        font-size: 1em;
    }

    .tovar_first_div {
        width: 40%;
        order: 1;
        vertical-align: top;
        text-align: center;
    }

    .tovar_second_div {
        width: 95%;
        order: 3;
        margin: 5px auto;
    }

    .tovar_third_div {
        width: 57%;
        order: 2;
        vertical-align: middle;
        text-align: right;
    }




    .tovar_disk_podbor_div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        height: auto;
        border-collapse: collapse;
    }

    .browseProductContainer {
        border-bottom: 2px solid #ccc;
    }



    .product_top_td {
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        background-color: #d9dbda;
        border: 2px solid #fff;
        border-radius: 10px;
        color: #727272;
        font-weight: 600;
    }

    .product_td {
        vertical-align: middle;
        padding: 5px;
        background-color: #ebedec;
        border: 2px solid #fff;
        border-radius: 10px;
        color: #727272;
        font-weight: 600;
        text-align: center;
    }

    .product_top_td_div {
        display: none;
    }

    .product_ostat_desktop {
        display: none;
    }

    .product_ostat_mobile {
        display: block;
    }


    .product_td_name {
        display: table-caption;
        padding: 10px 0px;
    }

    .product_td_ostat {
        width: 30%;
        font-size: 15px;
        text-align: left;
        padding-left: 10px;
        display: table-cell;
    }

    .product_td_price {
        width: 50%;
        display: table-cell;
    }

    .productcount {
        display: none;
    }

    .product_td_bonus {
        display: none;
    }

    .product_td_submit {
        width: 20%;
        text-align: center;
        display: table-cell;
    }

    .td_row {
        display: table-row;
    }

    .sezon_znak {
        position: absolute;
        width: 30px;
        left: 0;
    }

    .basket_caption_td {
        display: none;
    }

    .basket_tovar {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .basket_tovar_block {
        padding-top: 20px;
        padding-left: 20px;
    }

    .basket_tovar_name {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 0 0 100px;
    }

    .basket_tovar_name::after {
        /* content: "Товар:";
        position: absolute;
        left: 0px;
        top: 0px;
        color: #004499;
        font-size: 16px; */
    }

    .basket_tovar_name a {
        font-size: 16px;
        font-weight: normal;
        color: rgba(5, 95, 250, 1);
    }

    .basket_tovar_price {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 0 0 100px;
        text-align: left;
        font-size: 16px;
    }

    .basket_tovar_price::after {
        /* content: "Цена:";
        position: absolute;
        left: 0px;
        top: 0px;
        color: #004499;
        font-size: 16px; */
    }

    .basket_tovar_count {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        padding: 0 0 0 100px;
        margin-top: 20px;
    }

    .basket_tovar_count::after {
        content: "Кол-во:";
        position: absolute;
        left: 0px;
        top: 6px;
        color: #004499;
        font-size: 16px;
    }

    .basket_count_div {
        display: block;
    }


    .basket_tovar_summa {
        margin-top: 10px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        padding: 0 0 0 100px;
        text-align: left;
        font-size: 16px;
    }

    .basket_tovar_summa::after {
        content: "Сумма:";
        position: absolute;
        left: 0px;
        top: 0px;
        color: #004499;
        font-size: 16px;
    }

    .basket_tovar_skidka {
        margin-top: 10px;
        display: block;
        width: 100%;
        position: relative;
        padding: 0 0 0 100px;
        text-align: left;
        font-size: 16px;
    }

    .basket_tovar_skidka .bonus_cart_text {
        text-transform: none;
        color: #004499;
        position: absolute;
        left: 0px;
        top: 0px;
        color: #004499;
        font-size: 16px;
    }

    .basket_tovar_skidka .bonus_cart_count {
        font-size: 16px;
    }

    .basket_tovar_del {
        margin: 0px;
        display: block;
        width: 100%;
        position: relative;
        padding: 0 0 0 90px;
        text-align: left;
        font-size: 16px;
        opacity: 1;
    }
    .basket_tovar_del:hover {
        transform: scale(1);
    }

    .basket_tovar_del::after {
        content: "Удалить:";
        position: absolute;
        left: 0px;
        top: 10px;
        color: #004499;
        font-size: 16px;
    }



    .basket_tovar_block fieldset {
        font-size: 14px;
        line-height: 1.5em;
        border: none;
    }

    .basket_tovar_block fieldset legend {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 12px;
        color: #a0afc3;
        margin-bottom: 5px;
    }

    .basket_tovar_block fieldset .field_blocks .field_line {
        display: block;
    }

    .basket_tovar_block fieldset .field_blocks .field_line label {
        display: inline;
    }


    .basket_itogo_price span {
        padding-right: 5px;
    }

    .basket_info_p {
        width: 95%;
        margin: 20px auto;
    }

    #uslovia_basket_div {
        margin: 10px 0px;
    }

    #basket_submit_button_div {
        width: 230px;
    }

    #basket_zakaz_form {
        width: 100%;
        margin: auto;
    }

    #basket_adress {
        width: 95%;
        margin: auto;
    }



    .nashi_uslugi {
        float: left;
        width: 49%;
        height: 150px;
        display: flex;
        position: relative;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .nashi_uslugi p {
        position: absolute;
        margin: 0;
        margin-top: 95px;
        font: 16px Arial;
        color: #a8a8a8;
    }

    .nashi_uslugi:hover p {
        color: #727272;
        text-decoration: underline;
    }

    #uslugi_zapravka_kondicionera {
        background: url("../../../images/Icons/zapravka_kondicionera.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zapravka_kondicionera:hover {
        background: url("../../../images/Icons/zapravka_kondicionera1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_diagnostika_hodovoi {
        background: url("../../../images/Icons/diagnostika_hodovoi_ico.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_diagnostika_hodovoi:hover {
        background: url("../../../images/Icons/diagnostika_hodovoi_ico1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_razval_shogdenie {
        background: url("../../../images/Icons/razval_shogdenie_ico.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_razval_shogdenie:hover {
        background: url("../../../images/Icons/razval_shogdenie_ico1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_ksk {
        background: url("../../../images/Icons/ksk_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_ksk:hover {
        background: url("../../../images/Icons/ksk_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_sezonnoe_hranenie {
        background: url("../../../images/Icons/sezonnoe_hranenie_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_sezonnoe_hranenie:hover {
        background: url("../../../images/Icons/sezonnoe_hranenie_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_masla {
        background: url("../../../images/Icons/zamena_masla.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_masla:hover {
        background: url("../../../images/Icons/zamena_masla1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_regulirovka_sveta_far {
        background: url("../../../images/Icons/regulirovka_sveta_far.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_regulirovka_sveta_far:hover {
        background: url("../../../images/Icons/regulirovka_sveta_far1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_elektriki {
        background: url("../../../images/Icons/remont_avtoelektrika_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_elektriki:hover {
        background: url("../../../images/Icons/remont_avtoelektrika_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_tormoznyh_kolodok {
        background: url("../../../images/Icons/zamena_tormoznyh_kolodok.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_tormoznyh_kolodok:hover {
        background: url("../../../images/Icons/zamena_tormoznyh_kolodok1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_shin {
        background: url("../../../images/Icons/Remont_shin.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_shin:hover {
        background: url("../../../images/Icons/Remont_shin1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_diskov {
        background: url("../../../images/Icons/remont_diskov_Icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_diskov:hover {
        background: url("../../../images/Icons/remont_diskov_Icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_universalnoe_to {
        background: url("../../../images/Icons/universalnoe_to_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_universalnoe_to:hover {
        background: url("../../../images/Icons/universalnoe_to_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_shinomontag {
        background: url("../../../images/Icons/shin_servis_ico.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_shinomontag:hover {
        background: url("../../../images/Icons/shin_servis_ico1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_avtomobily {
        background: url("../../../../images/Icons/remont_avtomobily_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_remont_avtomobily:hover {
        background: url("../../../../images/Icons/remont_avtomobily_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zakaz_zapchastei {
        background: url("../../../images/Icons/zakaz_zapchastei.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zakaz_zapchastei:hover {
        background: url("../../../images/Icons/zakaz_zapchastei1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_remny_grm {
        background: url("../../../images/Icons/zamena_remny_grm.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_remny_grm:hover {
        background: url("../../../images/Icons/zamena_remny_grm1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_akb {
        background: url("../../../images/Icons/zamena_akb.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_zamena_akb:hover {
        background: url("../../../images/Icons/zamena_akb1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_oshipovka {
        background: url("../../../images/Icons/oshipovka_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_oshipovka:hover {
        background: url("../../../images/Icons/oshipovka_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_akpp {
        background: url("../../../images/Icons/AKPP_Icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_akpp:hover {
        background: url("../../../images/Icons/AKPP_Icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_polirovka_far {
        background: url("../../../images/Icons/fara_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_polirovka_far:hover {
        background: url("../../../images/Icons/fara_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_datchiki_davlenia {
        background: url("../../../images/Icons/datchiki_davleniya_icon.jpg") center top no-repeat;
        background-size: 90px;
    }

    #uslugi_datchiki_davlenia:hover {
        background: url("../../../images/Icons/datchiki_davleniya_icon1.jpg") center top no-repeat;
        background-size: 90px;
    }


    #to_cars_table {
        display: none;
    }

    #bonus_main_div {
        position: relative;
        width: 95%;
        margin: auto;
    }

    #nashi_klienti {
        width: 90%;
        height: auto;
        margin: auto;
    }


    #bonus_koltakov_foto {
        display: none;
    }

    #bonus_karta_foto {
        display: none;
    }

    .video_remont {
        display: none;
    }

    #gorychiy_remont_foto {
        width: 100%;
        height: auto;
        margin: auto;
    }

    #gorychiy_remont_foto2 {
        width: 100%;
        height: auto;
        margin: auto;
    }

    #gorychiy_remont_foto3 {
        width: 100%;
        height: auto;
        margin: auto;
    }

    #gorychiy_remont_foto_div1,
    #gorychiy_remont_foto_div2 {
        display: block;
        width: 100%;
    }

    #zamena_grm_foto {
        width: 100%;
        height: auto;
    }

    #zamena_grm_foto2 {
        width: 100%;
        height: auto;
    }

    #zamena_grm_foto3 {
        display: none;
    }

    .datchiki_davlenia_div_left {
        width: 100%;
        height: auto;
    }

    .datchiki_davlenia_div_right {
        width: 100%;
        height: auto;
    }

    .datchiki_davlenia_foto {
        width: 100%;
        height: auto;
    }

    .datchiki_davlenia_topdivs {
        display: block;
        width: 95%;
        margin: auto;
        text-align: center;
    }

    #datchiki_davlenia_td_price {
        width: 95%;
        margin: auto;
    }





    .diag_td_price {
        display: table-cell;
        background-color: #d9dbda;
        text-align: center;
        padding: 3px;
        height: 50px;
        border: 2px solid #fff;
        border-radius: 8px;
        vertical-align: middle;
        font-size: 1.1em;
        font-weight: 600;
    }

    #diag_top_td {
        width: 100%;
    }

    #diag_top_td_0 {
        display: block;
        width: 95%;
        margin: auto;
        height: 100%;
        margin-bottom: 20px;
    }

    #diag_top_td_1 {
        display: block;
        width: 95%;
        margin: auto;
        height: 100%;
        margin-bottom: 20px;
    }

    #diag_top_td_2 {
        display: block;
        width: 95%;
        margin: auto;
    }

    #garantia_div {
        width: 95%;
        margin: auto;
    }

    #diag_article_div {
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }

    .diag_td_price_main {
        width: 95%;
        margin: auto;
        display: table;
    }

    #diag_article_foto {
        width: 130px;
        height: auto;
        float: left;
        margin-right: 15px;
    }

    .zamena_masla_td {
        width: 95%;
    }

    #zamena_masla_div_top {
        width: 95%;
        margin: auto;
    }

    #zamena_masla_div_top_left {
        width: 100%;
    }

    #zamena_masla_div_top_left p {
        margin: 0;
    }

    #zamena_masla_div_top_right {
        width: 100%;
    }

    #zamena_masla_div_akcia {
        width: 95%;
        margin: auto;
    }

    #zamena_masla_div_akcia_left {
        display: inline-block;
        width: 100%;
        font-size: 1.3em;
        font-weight: 600;
    }

    #zamena_masla_div_akcia_left img {
        width: 100px;
        height: auto;
    }

    #zamena_masla_div_akcia_right {
        display: inline-block;
        width: 100%;
        font-size: 1.3em;
        font-weight: 600;
        margin-top: 20px;
    }

    #zamena_masla_div_akcia_right img {
        width: 100px;
        height: auto;
    }

    #zamena_masla_div_about {
        width: 95%;
        margin: auto;
    }

    #zamena_masla_div_about div {
        width: 100%;
        text-align: left;
        display: inline-block;
        height: 100%;
        margin-bottom: 20px;
    }

    #zamena_masla_div_about p {
        margin: 0;
    }

    #zamena_masla_div_about img {
        width: 100px;
        height: auto;
        float: left;
        padding-right: 15px;
    }

    #motornoe_maslo_foto {
        width: 100%;
        height: auto;
    }



    #zapravka_kondicionera_top_div {
        width: 95%;
        margin: auto;
        height: 100%;
    }

    #zapravka_kondicionera_top_div div {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .zapravka_kondicionera_phone {
        display: none;
    }

    .zapravka_kondicionera_about {
        width: 95%;
        text-align: center;
        vertical-align: top;
        margin: auto;
    }

    .zapravka_kondicionera_about img {
        width: 100%;
        height: auto;
    }

    #zapravka_kondicionera_video {
        display: none;
    }

    #dezinfekcia_kondicionera_video {
        display: none;
    }

    #dezinfekcia_kondicionera_top {
        width: 95%;
        margin: auto;
    }

    #dezinfekcia_kondicionera_top div {
        width: 100%;
        height: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

    #dezinfekcia_kondicionera_zachem {
        width: 95%;
        margin: auto;
    }

    #dezinfekcia_kondicionera_mastera {
        display: none;
    }

    .contacts_main_div {
        display: table;
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
    }

    .contacts_main_div p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .contacts_first_div {
        display: block;
        width: 95%;
        margin: auto;
        text-align: center;
        vertical-align: top;
    }

    .contacts_second_div {
        display: block;
        width: 95%;
        margin: auto;
        text-align: center;
        vertical-align: top;
    }

    .contacts_third_div {
        display: none;
    }



    #kpp_top_div {
        display: flex;
        width: 95%;
        margin: auto;
    }

    #kpp_top_div p {
        display: none;
    }

    #kpp_top_div div {
        flex-basis: 25%;
        text-align: center;
    }

    #kpp_top_div img {
        width: 85%;
        height: auto;
    }

    #kpp_motul_td {
        width: 95%;
    }

    .kpp_price_td {
        width: 95%;
    }

    #kpp_nashi_foto {
        display: none;
    }

    #kpp_video {
        display: none;
    }

    .kpp_motul_masla img {
        width: 100px;
    }


    .kredit_top_div {
        width: 95%;
        margin: auto;
    }

    .kredit_top_div div {
        width: 100%;
        vertical-align: top;
    }

    #kredit_home {
        width: 95%;
        margin: auto;
    }

    #kredit_home1 {
        width: 100%;
        text-align: center;
    }

    #kredit_home2 {
        width: 100%;
    }


    #news_div img {
        width: 100%;
        height: auto;
    }

    #o_kompanii_div {
        width: 95%;
        margin: auto;
    }

    #o_kompanii_div img {
        width: 100%;
        height: auto;
    }


    .oshipovka_td {
        width: 95%;
    }

    #oshipovka_price {
        width: 95%;
    }

    #oshipovka_video {
        display: none;
    }

    #oshipovka_avto {
        display: none;
    }

    #oshipovka_raschet {
        width: 95%;
    }

    #polirovka_far_img {
        width: 100%;
        height: auto;
    }

    #polirovka_far_div {
        width: 95%;
        margin: auto;
    }

    #polirovka_far_div div {
        width: 100%;
        vertical-align: top;
        text-align: center;
    }


    #pravka_diskov_foto {
        width: 100%;
        height: auto;
    }

    .pravka_diskov_div {
        width: 95%;
        margin: auto;
    }

    .pravka_diskov_div p {
        margin: 0;
    }

    .pravka_diskov_div img {
        width: 100px;
        height: auto;
        float: left;
        padding-right: 10px;
    }

    .pravka_diskov_div div {
        width: 100%;
        vertical-align: top;
        height: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 20px;
    }

    #sdai_akb_top_banner {
        width: 100%;
        height: auto;
    }

    #sdai_akb_div {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    #sdai_akb_div div {
        width: 100%;
        vertical-align: top;
        text-align: center;
    }


    #regulirovka_far_foto1 {
        display: none;
    }

    #regulirovka_far_foto2 {
        width: 100%;
        height: auto;
    }

    #regulirovka_far_foto3 {
        width: 100%;
        height: auto;
    }

    #regulirovka_sveta_price {
        width: 95%;
    }


    #regulirovka_far_top_div {
        width: 95%;
        margin: auto;
    }

    #regulirovka_far_top_div div {
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .regulirovka_far_about {
        width: 95%;
        margin: auto;
    }

    .regulirovka_far_about div {
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: top;
        margin-bottom: 20px;
    }



    #remont_avto_td {
        width: 100%;
        color: #ff6600;
        font-size: 1em;
        font-weight: 600;
    }

    #remont_avto_td p {
        padding-left: 15px;
    }

    .remont_avto_div {
        width: 95%;
        margin: auto;
    }

    .remont_avto_div div {
        display: inline-block;
        width: 49%;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 15px;
    }


    #hranenie_shin_top_div {
        width: 95%;
        margin: auto;
    }

    #hranenie_shin_top_div div {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        height: 100%;
        margin-bottom: 20px;
    }

    #hranenie_shin_price {
        width: 95;
        margin: auto;
    }

    #hranenie_shin_price_first {
        width: 100%;
        vertical-align: top;
        text-align: center;
    }

    #hranenie_shin_price_second {
        width: 95%;
        margin: auto;
        vertical-align: top;
        margin-top: 14px;
        text-align: center;
    }

    #hranenie_shin_price_second p {
        margin: 8px 0px;
    }

    .hranenie_shin_price_div {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    .hranenie_shin_price_div div {
        width: 50%;
        vertical-align: bottom;
        text-align: center;
        margin-top: 20px;
        display: inline-block;
        height: 100%;
    }

    #hranenie_shin_price_first img {
        width: 300px;
        height: auto;
    }

    #to_foto {
        width: 100%;
        height: auto;
    }

    #to_about {
        width: 95%;
        margin: auto;
    }

    #to_about div {
        width: 100%;
        vertical-align: top;
        text-align: center;
    }

    #to_sert1 {
        width: 100%;
        height: auto;
    }

    #to_sert2 {
        width: 100%;
        height: auto;
    }

    #to_sert3 {
        width: 100%;
        height: auto;
    }


    .to_brends {
        width: 95%;
        margin: auto;
    }

    .to_brends div {
        width: 100%;
        text-align: center;
        vertical-align: bottom;
    }


    #to_skidka_left {
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
    }

    #to_skidka_left img {
        width: 100%;
        height: auto;
    }

    #to_skidka_right {
        width: 95%;
        margin: auto;
    }

    #to_skidka_right div {
        width: 100%;
        margin-bottom: 20px;
    }


    #tormoznie_kolodki_top_div {
        width: 95%;
        margin: auto;
    }

    #tormoznie_kolodki_top_div div {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
        text-align: center;
        vertical-align: bottom;
    }

    .tablabel {
        width: 19%;
        height: 60px;
        display: inline-block;
        cursor: pointer;
    }

    .tablabel p {
        display: none;
    }

    #zamena_kolodok_foto {
        width: 130px;
        height: auto;
    }

    #zamena_kolodok_foto1 {
        width: 100%;
        height: auto;
    }

    #zamena_kolodok_foto2 {
        width: 100%;
        height: auto;
    }

    .kolodki_table {
        width: 95%;
        margin: auto;
    }

    .kolodki_table div {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 49%;
    }

    #shinomontag_about {
        width: 95%;
        margin: auto;
    }

    #shinomontag_about div {
        width: 100%;
        display: inline-block;
        height: 100%;
        text-align: center;
        vertical-align: top;
    }

    #shinomontag_video {
        display: none;
    }

    #shinomontag_foto1 {
        width: 100%;
        height: auto;
    }

    #shinomontag_foto2 {
        width: 100%;
        height: auto;
    }

    #shinomontag_foto3 {
        width: 100%;
        height: auto;
    }

    #shinomontag_foto4 {
        width: 100%;
        height: auto;
    }

    #elektrika_top_banner {
        width: 100%;
        height: auto;
    }

    #elektrika_td_price {
        width: 95%;
    }


    #kak_zakazat_top {
        display: none;
    }

    .dspnone {
        display: none;
    }

    .disk_photo_podbor {
        width: 95%;
        height: auto;
    }

    .disk_zakaz_photo_podbor {
        width: auto;
        max-width: 85%;
        margin-top: 10px;
        height: auto;
        max-height: 120px;
    }

    .akb_photo_podbor {
        width: 95%;
        height: auto;
    }

    .masla_photo_podbor {
        width: 95%;
        height: auto;
    }

    .tyre_photo_podbor {
        width: 95%;
        height: auto;
    }

    #masla_podbor {
        width: 95%;
        margin: auto;
    }

    .masla_products {
        width: 95%;
        margin: auto;
    }

    #masla_obiem_div {
        display: none;
    }

    #masla_dvig_div {
        display: none;
    }

    #client_avto_mod {
        display: none;
    }

    .eye_primerka_div {
        display: none;
    }


    .tyre_brends_div {
        width: 95%;
        margin: auto;
    }

    .tyre_brends_div div {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-bottom: 30px;
    }

    .tyre_brends_div a {
        font-size: 1.3em;
        color: #004185;
        font-weight: 600;
    }

    .disks_brends_div {
        width: 95%;
        margin: auto;
    }

    .disks_brends_div div {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-bottom: 30px;
    }

    .disks_brends_div a {
        font-size: 1.3em;
        color: #004185;
        font-weight: 600;
    }

    .akb_brends_div {
        width: 95%;
        display: table;
        margin: auto;
    }

    .akb_brends_div div {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 20px;
    }


    #akb_garant_div {
        width: 95%;
        margin: auto;
    }

    #akb_garant_div div {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }


    .akb_zamena_price {
        width: 95%;
    }

    #obratiy_zvonok_2 {
        display: none;
    }


    #tab_to_div {
        width: 95%;
        margin: auto;
        margin-bottom: 30px;
    }

    #tab_to_div div {
        margin-bottom: 5px;
        width: 100%;
    }

    #tab_to_div select {
        width: 100%;
    }

    #tab_remontavto_div {
        width: 95%;
        height: 210px;
        margin: auto;
        margin-bottom: 30px;
    }

    #tab_remontavto_div div {
        margin-bottom: 5px;
    }

    #tab_remontavto_div select {
        width: 100%;
    }




    .simpleslider .slick-arrow {
        display: none !important;
    }


    #bonus100podarok_div {
        display: flex;
        flex-direction: column;
    }

    #bonus100podarokimg {
        width: 95%;
        height: auto;
        margin: auto;
    }

    .tablinks {
        background-color: #ebedec;
    }

    .tablinks_active {
        background-color: #d9dbda;
    }

    .hide_div {
        display: none;
    }

    #akcii_main_div {
        width: 95%;
        margin: auto;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    #akcii_main_div img {
        width: 100%;
        height: auto;
    }

    .otzyv_add_btn {
        margin: 10px 0px;
    }


    .pravka_diskov_price {
        width: 100%;
    }

    .pravka_diskov_price_td {
        word-break: break-all;
    }



    .div_cat_product {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .div_cat_product div {
        width: 95%;
        margin: auto;
    }


    #akcia_shinomontag_brends {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #akcia_shinomontag_brends div {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    #sertificat_michelin {
        width: 95%;
        height: auto;
    }

    #to_div_brends {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #to_div_brends div {
        text-align: center;
    }

    #to_sertificat {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #to_sertificat div {
        margin-bottom: 30px;
        text-align: center;
    }



    #calc_shinomontaga_div {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #calc_shinomontaga_div div {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .calc_shinomontag_submit_div {
        order: 1;
    }




    .div_tyre_podbor_new {
        width: 100%;
    }

    .div_tyre_podbor_new label {
        width: 100%;
        display: flex;
    }

    #products_div {
        width: 100%;
        position: relative;
    }

    #products_filtr_div {
        width: 100%;
        height: calc(100% - 36px);
        position: fixed;
        top: 0;
        overflow-y: scroll;
        border-top: 2px solid #999999;
        background-color: #fff;
        left: -100%;
        transition-property: left;
        transition-duration: 1s;
        z-index: 1000000;
    }


    .hide_podbor2 {
        display: none;
    }

    .hide_podbor2+label~div {
        display: none;
    }

    .hide_podbor2+label {
        width: 100%;
        height: 40px;
        cursor: pointer;
        display: inline-block;
        line-height: 40px;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        -webkit-user-select: none;
        background-color: #ccc5;
    }

    .hide_podbor2+label:hover {
        background-color: #cccc;
    }

    .hide_podbor2+label:after {
        float: right;
        margin-right: 10px;
        content: '';
        width: 7px;
        height: 14px;
        top: 13px;
        position: relative;
        background: url(/views/layouts/images/arrow_podbor.png) no-repeat;
    }

    .hide_podbor2:checked+label:after {
        background-position: 0 bottom;
        width: 13px;
        height: 7px;
        top: 16px;
    }

    .hide_podbor2:checked+label+div {
        display: flex;
        flex-direction: column;
    }

    #tooltip_filtr {
        width: 150px;
        height: 40px;
        line-height: 40px;
        display: none;
        background-color: #c1c1c1;
        cursor: pointer;
        text-align: center;
        position: absolute;
        border: 2px solid #fff;
        border-radius: 15px;
    }

    #tooltip_filtr a {
        text-decoration: none;
    }

    #tooltip_filtr:hover {
        background-color: #ff5d32;
        color: #fff;
    }


    .show_more_products {
        list-style-type: none;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-color: #c1c1c1;
        color: #000;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
    }

    .show_more_products:hover {
        background-color: #ff5d32;
        color: #fff;
    }

    #pagination {
        width: 100%;
        height: 45px;
        margin: 0;
        padding: 0;
        line-height: 45px;
        background-color: #c1c1c1;
        border-radius: 10px;
        text-align: center;
        list-style-type: none;
    }

    #pagination li {
        display: inline;
        padding: 7px 10px;
        margin: 0px 5px;
        border-radius: 5px;
        cursor: pointer;
        background-color: #ccc;
    }

    #pagination li:hover {
        background-color: #ff5d32;
        color: #fff;
        transition: 0.3s;
    }

    #pagination_content {
        width: 100%;
        margin-top: 20px;
    }

    .kol_prod_span {
        color: #ff5d32;
        font-weight: 600;
        padding-left: 5px;
    }

    #load_ajax {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        opacity: 0.8;
    }

    #load_ajax_img {
        z-index: 2000;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 40%;
        position: fixed;
        background: url('/images/Icons/ajax-loader.gif') 50% 50% no-repeat;
    }

    .client-avto-panel,
    .client-avto-content {
        display: none;
    }

    .responsive {
        display: none;
    }

    .responsive.slick-initialized {
        display: block;
        margin: 20px auto;
    }


    .tabz_basket {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .tabz_basket label {
        height: 30px;
        line-height: 30px;
    }

    #spravka_avto_div {
        width: 95%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    #spravka_avto_div div {
        width: 100%;
    }

    #spravka_avto_div2 {
        width: 95%;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    #spravka_avto_div div2 {
        width: 100%;
    }



    #basket_dop_tovar {
        display: flex;
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
    }

    #basket_dop_tovar p {
        margin: 0;
    }

    .doptovardiv {
        width: 100%;
        margin-bottom: 35px;
    }

    #basket_dop_tovar img {
        width: auto;
        height: 100%;
        max-height: 200px;
        margin: 0 auto;
    }

    .doptovar_photo {
        width: 100%;
        height: 210px;
        text-align: center;
    }

    .doptovar_name {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .doptovar_price {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .doptovar_button {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }


    .akcia_500_bon {
        display: flex;
        flex-direction: column;
    }

    .akcia_500_bon a {
        width: 100%;
    }

    .akcia_500_bon p {
        color: #004185;
        padding-top: 100px;
        text-align: center;
    }

    .akcia_500_bon #vse_uslugi_avtoservisa {
        background: url(/views/layouts/images/vse_uslugi_servisa_icon.jpg) center top no-repeat;
        background-size: 90px;
    }


    .phone_trubka_icon {
        width: auto;
        height: 20px;
        padding-right: 5px;
    }

    .roistat-phone-tel {
        display: flex;
        justify-content: center;
    }

    .garantia_servis_div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .garantia_servis_div div {
        width: 90%;
        padding: 20px;
        text-align: left;
        margin: 0 auto;
    }

    .garantia_servis_div p {
        font-weight: 600;
        font-size: 19px;
    }

    .garantia_servis_div img {
        height: 200px;
    }

    .garantia_servis_period {
        display: flex;
        flex-direction: column;
    }

    .garantia_servis_period div {
        display: flex;
        box-sizing: border-box;
    }

    .garantia_servis_period_1 {
        width: 90%;
        margin: 0 auto;
    }

    .garantia_servis_period_2 {
        width: 90%;
        font-size: 1.2em;
        margin: 0 auto 20px auto;
    }

    .garantia_servis_period span {
        align-self: center;
    }


    .zakaz_zapchastei_div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .zakaz_zapchastei_div div {
        width: 90%;
        padding: 20px;
        text-align: center
    }

    .zakaz_zapchastei_div p {
        font-weight: 600;
        font-size: 19px;
    }

    .zakaz_zapchastei_div img {
        height: 200px;
    }


    .postavshiki_zapchastei_div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .postavshiki_zapchastei_div div {
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        justify-content: space-evenly;
    }

    .postavshiki_zapchastei_div img {
        width: 80%;
        height: auto;
    }

    .postavshiki_zapchastei_div img:hover {
        opacity: 0.7;
    }


    .zapchasti_brends_div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .zapchasti_brends_div div {
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        justify-content: space-evenly;
    }

    .zapchasti_brends_div img {
        width: 80%;
        height: auto;
    }

    .zapchasti_brends_div img:hover {
        opacity: 0.7;
    }


    .adapt_table {
        overflow-x: auto;
    }






    .div_prod_count div {
        width: 95%;
        text-align: center;
    }


    .akb_avto_desc {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
    }

    .akb_avto_desc div {
        width: 100%;
        height: 30px;
        font-size: 1.4em;
    }

    .akb_avto_desc span {
        color: #004185;
        font-weight: 600;
    }

    .sm_akcia_img {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: block;
    }


    #motul_akcia_div {
        display: flex;
        flex-wrap: wrap;
    }

    #motul_akcia_div div {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }


}

/* ****************************************************** */

.active_menu_link {
    /* border-bottom: 2px solid rgba(75, 106, 166, 1) !important;
    position: relative; */
}


.active_menu_link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 10px;
    right: 10px;
    height: 2px;
    background-color: rgba(79, 105, 155, 0.5);
    opacity: 1;

}

/* ****************************************************** */

.lightboxOverlay {
    z-index: 100000;
}

.lightbox {
    z-index: 100001;
}

/* ****************************************************** */


.company_img_div {
    display:flex;
    flex-wrap: wrap;

}


.company_img_div div{
    padding: 10px;
}


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

    .company_img_div div{
        width: 33%;
    }

}

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

    .company_img_div div{
        width: 95%;
    }

}