@font-face {
    font-family: 'cuprum-regular';
    src: url('/fonts/ProximaNova.ttf') format('truetype');
    font-display: swap
}

@font-face {
    font-family: 'cuprum-bold';
    src: url(../fonts/cuprum-bold.ttf);
    font-display: swap
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf);
    font-display: swap
}

@media (min-width:300px) {
    .adsup {
        width: 300px;
        height: 250px
    }
}

@media (min-width:350px) {
    .adsup {
        width: 336px;
        height: 280px
    }
}

@media (min-width:300px) {
    .adsdown {
        width: 300px;
        height: 250px
    }
}

@media (min-width:340px) {
    .adsdown {
        width: 336px;
        height: 280px
    }
}

@media (min-width:300px) {
    .adsbottom {
        width: 300px;
        height: 250px
    }
}

@media (min-width:340px) {
    .adsbottom {
        width: 336px;
        height: 280px
    }
}

@media (min-width:728px) {
    .adsup {
        width: 728px;
        height: 90px
    }
    .adsbottom {
        width: 728px;
        height: 90px
    }
    .adsdown {
        width: 580px;
        height: 400px
    }
}

@media (min-width:799px) {
    .adsright {
        width: 300px;
        height: 600px
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: cuprum-regular, sans-serif
}

body {
    background-color: #f7f7f7
}

html,
body {
    height: 100%
}

input,
textarea,
select {
    outline: none
}

img {
    border: none
}

.main-block {
    position: relative;
    display: block;
    min-height: 100%
}

.nav-sheet {
    position: relative;
    display: block;
    min-width: 1150px
}

.way,
.sheet,
.bottom-box {
    position: relative;
    display: block;
    min-width: 1055px
}

.nav-box {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1150px
}

.way__container,
.layout,
.down,
.itop,
.bottom-block {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 1055px
}

.ctext {
    padding: 0 15px 0 0
}

.ctext p {
    font-size: 13px;
    color: #071d23;
    line-height: 20px;
    padding: 0 15px 10px;
    font-family: OpenSans-Regular
}

.mimg {
    float: left;
    width: 124px;
    height: 124px;
    padding: 5px;
    margin: 0 10px;
    vertical-align: top
}

.nav-sheet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    background-color: #e8301b;
    background-image: url(../images/menu-fon.png);
    background-position: top;
    background-repeat: repeat-x;
    z-index: 2000
}

.nav-block {
    position: relative;
    display: table;
    padding: 0 250px 0 11px
}

.nav-block ul {
    display: table-row
}

.nav-block ul li {
    display: table-cell;
    vertical-align: top;
    background-image: url(../images/menu-fon.png);
    background-position: 0 -1000px;
    background-repeat: repeat-x
}

.nav-block ul li a {
    position: relative;
    display: block;
    vertical-align: top;
    height: 47px;
    padding: 0 10px 0 11px;
    margin-left: -1px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url(../images/menu-separator.png);
    background-position: 0 7px;
    background-repeat: no-repeat
}

.nav-block ul li a span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 47px;
    padding-top: 3px
}

.nav-block ul li:first-child a {
    background-image: none
}

.nav-block ul li:hover {
    background-color: #485e64;
    background-position: 0 -97px
}

.nav-block ul li.active a {
    background-color: #485e64;
    background-position: 0 -97px
}

.nav-block ul li .menus-sep {
    position: relative;
    display: none;
    margin-top: -1px;
    height: auto
}

.nav-block ul li .menus-bord {
    position: relative;
    display: block;
    margin: 0 7px;
    height: 1px;
    border-bottom: 1px dotted #a7b0b2
}

.smartmenu {
    position: absolute;
    display: none;
    top: 47px;
    background-color: #485e64;
    padding: 0 0 0 22px;
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.4)
}

.smartmenu ul {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 24px 22px 12px 0
}

.smartmenu ul li {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0;
    background-image: none
}

.smartmenu ul li a {
    position: relative;
    display: inline;
    font-size: 15px;
    color: #e9e9e9;
    padding: 0 !important;
    text-transform: none;
    text-decoration: underline;
    background-image: none;
    background-position: 0 0;
    background-color: transparent !important
}

.smartmenu ul li a:hover {
    background-color: transparent !important
}

.nav-block ul li:hover .menus-sep {
    display: block
}

.nav-block ul li:hover .smartmenu {
    display: block
}

.search {
    position: absolute;
    display: block;
    top: 9px;
    right: 24px;
    width: 217px;
    height: 29px
}

.search-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #485e64;
    padding: 0 32px 0 11px;
    border: none;
    background-color: #f4f4f4;
    background: -moz-linear-gradient(top, #fff, #f4f4f4 100%);
    background-image: -o-linear-gradient(top, #fff, #f4f4f4 100%);
    background-image: -webkit-linear-gradient(top, #fff, #f4f4f4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
    background-image: -ms-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.search-butt {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background-image: url(../images/search.png);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.search-text:focus {
    -webkit-box-shadow: 2px 7px 7px 0 rgba(172, 172, 172, 0.48) inset;
    -moz-box-shadow: 2px 7px 7px 0 rgba(172, 172, 172, 0.48) inset;
    box-shadow: 2px 7px 7px 0 rgba(172, 172, 172, 0.48) inset
}

.way {
    margin-top: 47px
}

.way__container {
    min-height: 38px;
    background-color: #d6d7d7
}

.way-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 22px
}

.way-box ul {
    position: relative;
    display: block
}

.way-box ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    padding-left: 10px;
    background-image: url(../images/path-separatop.png);
    background-position: 0 4px;
    background-repeat: no-repeat
}

.way-box ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none
}

.way-box ul li:first-child {
    background-image: none;
    margin-left: 0;
    padding-left: 0
}

.layout {
    border-bottom: 1px solid #e9e9e9
}

.right_menu,
.subject-main {
    position: relative;
    display: table-cell;
    vertical-align: top;
    background-color: #fff
}

.right_menu {
    width: 320px;
    -webkit-box-shadow: -1px 0 0 0 #e9e9e9 inset, 1px 0 0 0 #e9e9e9 inset;
    -moz-box-shadow: -1px 0 0 0 #e9e9e9 inset, 1px 0 0 0 #e9e9e9 inset;
    box-shadow: -1px 0 0 0 #e9e9e9 inset, 1px 0 0 0 #e9e9e9 inset
}

.subject-main {
    width: 735px;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    -webkit-box-shadow: 1px 0 0 0 #e9e9e9 inset, -1px 0 0 0 #e9e9e9 inset;
    -moz-box-shadow: 1px 0 0 0 #e9e9e9 inset, -1px 0 0 0 #e9e9e9 inset;
    box-shadow: 1px 0 0 0 #e9e9e9 inset, -1px 0 0 0 #e9e9e9 inset
}

.titleSide {
    position: relative;
    display: inline-block;
    width: 320px;
    margin: 0 0 -4px;
    background-color: #485e64;
    -webkit-box-shadow: 0 -2px 0 0 #127693 inset;
    -moz-box-shadow: 0 -2px 0 0 #127693 inset;
    box-shadow: 0 -2px 0 0 #127693 inset
}

.titleSide .mr {
    position: absolute;
    top: 0;
    left: 11px;
    width: 44px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left
}

.titleSide .mrz {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right
}

.titleSide .txCont {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    height: 45px;
    padding: 5px 13px 5px 0;
    font-family: cuprum-bold, sans-serif;
    text-align: right;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.titleSide.good-know .mr {
    background-image: url(../images/icon-2.png)
}

.titleSide.our-blog .mr {
    background-image: url(../images/icon-4.png)
}

.titleSide.dimensions-volume .mr {
    left: 12px;
    background-image: url(../images/icon-6.png)
}

.titleSide.specifications .mr {
    left: 12px;
    background-image: url(../images/icon-1.png)
}

.titleSide.parts-accessories .mr {
    left: 12px;
    background-image: url(../images/icon-3.png)
}

.titleSide.soc-net .mr {
    left: 13px;
    background-image: url(../images/icon-5.png)
}

.tcz {
    position: relative;
    display: block;
    background-color: #485e64;
    -webkit-box-shadow: 0 -2px 0 0 #de140a inset;
    -moz-box-shadow: 0 -2px 0 0 #de140a inset;
    box-shadow: 0 -2px 0 0 #de140a inset;
    vertical-align: middle;
    height: 45px;
    padding: 5px 15px 5px 13px;
    font-family: cuprum-regular, sans-serif;
    font-size: 13px;
    color: #fff
}

.tcz a {
    font-family: cuprum-regular, sans-serif;
    font-size: 13px;
    color: #fff
}

.rtcz {
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 21px;
    font-size: 10pt;
    margin-bottom: 10px;
    margin-left: 10px
}

.menuSide {
    position: relative;
    display: block
}

.menuSide ul {
    position: relative;
    display: block
}

.menuSide ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    background-image: url(../images/shadow-1.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.menuSide ul li:last-child {
    border-bottom: none
}

.menuSide ul li a {
    position: relative;
    display: block;
    padding: 17px 18px;
    font-size: 16px;
    color: #485e64;
    line-height: 20px
}

.menuSide ul li a:hover {
    background-color: #e9e9e9;
    color: #de140a
}

.curl li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    background-image: url(../images/shadow-1.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.curl li:last-child {
    border-bottom: none
}

.curl li a {
    position: relative;
    display: block;
    padding: 17px 18px;
    font-size: 16px;
    color: #485e64;
    line-height: 20px
}

.curl li a:hover {
    background-color: #e9e9e9;
    color: #de140a
}

.m_right {
    position: relative;
    display: block;
    background-image: url(../images/shadow-2.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.m_right ul {
    position: relative;
    display: block
}

.m_right ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9
}

.m_right ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 0 20px 10px
}

.m_right ul li a img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 110px;
    border: 1px solid #cacaca
}

.m_right ul li a span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: -2px 0 0 9px;
    width: 130px;
    font-size: 16px;
    color: #485e64;
    text-decoration: underline;
    line-height: 20px
}

.m_right ul li a:hover {
    background-color: #e9e9e9
}

.m_right ul li a:hover img {
    opacity: .7
}

.m_right ul li a:hover span {
    color: #de140a
}

.social-networks__bl {
    position: relative;
    display: block;
    padding: 30px 0 23px;
    background-image: url(../images/shadow-1.png);
    text-align: center;
    background-position: 0 0;
    background-repeat: no-repeat
}

.socNet-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 10px
}

.socNet-box img {
    position: relative;
    display: block
}

.down {
    text-align: center;
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9
}

.itop {
    height: 200px;
    padding: 31px 0 0;
    text-align: center;
    background-color: #fff
}

.downBox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 30px;
    text-align: left
}

.downBox:first-child {
    margin-left: 0
}

.downBox a {
    position: relative;
    display: inline;
    text-decoration: none
}

.downBox a img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    padding: 5px
}

.downBox .linkBl {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin: 0 0 0 2px
}

.downBox .linkBl span {
    display: inline;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    line-height: 20px
}

.downBox a:hover img {
    border: 1px solid #de140a
}

.downBox a:hover .linkBl span {
    color: #de140a
}

.overview {
    position: relative;
    display: block;
    padding: 20px 0 12px;
    background-image: url(../images/shadow-2.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.overview .imgBl {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 24px
}

.overview .text-box {
    display: table-cell;
    vertical-align: top;
    padding-top: 2px
}

.advertising {
    position: relative;
    display: block;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 18px 0 16px;
    text-align: center
}

.advertising-cont {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.advertising-cont img {
    position: relative;
    display: block
}

.title-box {
    position: relative;
    display: block;
    font-family: cuprum-bold, sans-serif;
    font-size: 20px;
    color: #1b8cad
}

.rurl li {
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 15px;
    line-height: 20px;
    background-image: url(../images/point.png);
    background-position: 0 6px;
    background-repeat: no-repeat;
    list-style-type: none
}

.rurl li a {
    font-size: 16px;
    color: #485e64
}

.rurl li a:hover {
    color: #de140a
}

.rurl li p {
    font-size: 16px;
    color: #485e64
}

.tire_rim {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 0
}

.tire_rim th,
.tire_rim td {
    vertical-align: top;
    border-left: 0 solid #fff
}

.tire_rim th:first-child,
.tire_rim td:first-child {
    border-left: none
}

.tire_rim th {
    background-color: #de140a;
    padding: 3px;
    border-bottom: 0 solid #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #fff
}

.tire_rim td {
    background-color: #f6f6f6;
    padding: 3px
}

.tire_rim td a {
    font-size: 14px;
    color: #0d718e
}

.tire_rim tr:hover td {
    background-color: #e9e9e9
}

.tire_rim td a:hover {
    color: #de140a
}

.tire_rim tr {
    margin-bottom: 3px;
    font-size: 14px;
    color: #071d23
}

.tire_rim td:last-child {
    margin-bottom: 0
}

.bolts {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 0
}

.bolts th,
.bolts td {
    vertical-align: top;
    border-left: 0 solid #fff
}

.bolts th:first-child,
.bolts td:first-child {
    border-left: none
}

.bolts th {
    background-color: #de140a;
    padding: 3px;
    border-bottom: 0 solid #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #fff
}

.bolts td {
    background-color: #f6f6f6;
    padding: 3px
}

.bolts td a {
    font-size: 14px;
    color: #0d718e
}

.bolts tr:hover td {
    background-color: #e9e9e9
}

.bolts td a:hover {
    color: #de140a
}

.bolts tr {
    margin-bottom: 3px;
    font-size: 14px;
    color: #071d23
}

.bolts td:last-child {
    margin-bottom: 0
}

.wiper {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 0
}

.wiper th,
.wiper td {
    vertical-align: top;
    border-left: 0 solid #fff
}

.wiper th:first-child,
.wiper td:first-child {
    border-left: none
}

.wiper th {
    background-color: #de140a;
    padding: 3px;
    border-bottom: 0 solid #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #fff
}

.wiper td {
    background-color: #f6f6f6;
    padding: 3px
}

.wiper td a {
    font-size: 14px;
    color: #0d718e
}

.wiper tr:hover td {
    background-color: #e9e9e9
}

.wiper td a:hover {
    color: #de140a
}

.wiper tr {
    margin-bottom: 3px;
    font-size: 14px;
    color: #071d23
}

.wiper td:last-child {
    margin-bottom: 0
}

.tabpart td {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 0
}

.tabpart td rowspan {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 2px
}

.tabpart th,
.tabpart td {
    vertical-align: top;
    border-left: 0 solid #fff
}

.tabpart th:first-child,
.tabpart td:first-child {
    border-left: none
}

.tabpart th rowspan,
.tabpart td rowspan {
    display: block
}

.tabpart th {
    background-color: #de140a;
    padding: 3px;
    border-bottom: 0 solid #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #fff
}

.tabpart td {
    background-color: #f6f6f6;
    padding: 3px
}

.tabpart td a {
    font-size: 14px;
    color: #0d718e
}

.tabpart tr:hover td {
    background-color: #e9e9e9
}

.tabpart td a:hover {
    color: #de140a
}

.tabpart tr {
    margin-bottom: 3px;
    font-size: 14px;
    color: #071d23
}

.tabpart td:last-child {
    margin-bottom: 0
}

.tabparts td {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 0
}

.tabparts td rowspan {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 2px
}

.tabparts th,
.tabparts td {
    vertical-align: top;
    border-left: 0 solid #fff
}

.tabparts th:first-child,
.tabparts td:first-child {
    border-left: none
}

.tabparts th rowspan,
.tabparts td rowspan {
    display: block
}

.tabparts th {
    background-color: #de140a;
    padding: 3px;
    border-bottom: 0 solid #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 13px;
    color: #fff
}

.tabparts td {
    background-color: #f6f6f6;
    padding: 3px
}

.tabparts td a {
    font-size: 14px;
    color: #0d718e
}

.tabparts tr:hover td {
    background-color: #e9e9e9
}

.tabparts td a:hover {
    color: #de140a
}

.tabparts tr {
    margin-bottom: 3px;
    font-size: 14px;
    color: #071d23
}

.tabparts td:last-child {
    margin-bottom: 0
}

.dimens {
    width: 720px;
    margin: 3px;
    border-collapse: separate;
    border-spacing: 2px 0
}

.dimens th,
.dimens td {
    vertical-align: top;
    border-left: 0 solid #fff
}

.dimens th:first-child,
.dimens td:first-child {
    border-left: none
}

.dimens th {
    background-color: #de140a;
    padding: 3px;
    border-bottom: 0 solid #fff;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 14px;
    color: #fff
}

.dimens td {
    background-color: #f6f6f6;
    padding: 3px
}

.dimens td a {
    font-size: 14px;
    color: #0d718e
}

.dimens tr:hover td {
    background-color: #e9e9e9
}

.dimens td a:hover {
    color: #de140a
}

.dimens tr {
    margin-bottom: 3px;
    font-size: 14px;
    color: #071d23
}

.dimens td:last-child {
    margin-bottom: 0
}

.rpic {
    width: 150px
}

.dimens img {
    width: 200px
}

.dimens p {
    vertical-align: middle;
    height: 47px;
    font-size: 17px;
    color: #44555a
}

.rpic p {
    font-size: 11pt;
    color: #000
}

.butt-analytics {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 21px;
    background-image: url(../images/analytics.png);
    background-repeat: no-repeat
}

.butt-analytics a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.butt-analytics:hover {
    background-position: 0 -31px
}

.tables-inf-text {
    position: relative;
    display: block;
    margin: 22px 0 0;
    font-size: 17px;
    color: #44555a
}

.model {
    padding: 5px
}

.model div {
    width: 130px;
    margin: 0 5px 15px 0;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    *zoom: 1;
    *display: inline;
    background-color: #f6f6f6;
    margin: 10px 0 0 0;
    padding: 10px 5px 0 5px
}

.model div img {
    width: 120px;
    height: 90px;
    padding: 5px
}

.imodel {
    text-align: center;
    vertical-align: middle;
    height: 47px;
    font-size: 17px;
    color: #44555a
}

.model div img:hover {
    opacity: .7
}

.imodel:hover {
    opacity: .7
}

.lmodel {
    text-align: center;
    vertical-align: middle;
    height: 47px;
    font-size: 17px;
    color: #44555a
}

.lmodel:hover {
    opacity: .7
}

.fimg {
    float: left;
    width: 250px;
    padding: 5px;
    margin: 0 10px;
    vertical-align: top;
    border: 1px solid #E0E0E0
}

.tabn {
    margin: 10px;
    border-collapse: separate;
    border-spacing: 0 10px
}

.item {
    position: relative;
    display: block;
    margin: 18px 0 8px;
    font-size: 17px;
    color: #de140a
}

.causes__bl {
    position: relative;
    display: block;
    margin: 0;
    padding: 23px 14px 18px
}

.causes__bl .title-box {
    margin: 0 0 18px
}

.result {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    vertical-align: top;
    padding: 15px 18px 18px;
    width: 29%;
    font-size: 16px;
    color: #071d23;
    background-image: url(../images/check.png);
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding: 0 0 0 24px
}

.sravn {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    vertical-align: top;
    padding: 15px 18px 18px;
    width: 12%;
    line-height: 20px;
    font-size: 16px;
    color: #071d23
}

.analytics {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    vertical-align: top;
    padding: 15px 18px 18px;
    font-size: 16px;
    color: #071d23
}

.tabn tr:hover td {
    background-color: #e9e9e9
}

.itab {
    width: 730px
}

.itab td {
    padding: 5px;
    border: 1px solid #E0E0E0
}

.itab img {
    width: 355px;
    margin: 0 auto
}

.hFooter {
    height: 175px
}

.bottom-box {
    clear: both;
    height: 175px;
    margin: 0
}

.bottom-box .bottom-block {
    height: 100%;
    background-color: #485e64
}

.copyright {
    position: absolute;
    top: 47px;
    left: 26px;
    font-size: 15px;
    color: #f6f6f6;
    line-height: 20px
}

.bottom-list {
    position: absolute;
    top: 50px;
    left: 204px;
    width: 100px;
    text-align: center
}

.bottom-list li {
    list-style: none
}

.bottom-list li a {
    color: #f6f6f6;
    text-decoration: none
}

.bottom-list li a:hover {
    text-decoration: underline
}

.footer-menu-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 41px
}

.footer-menu-box ul {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.footer-menu-box ul li {
    position: relative;
    display: block;
    margin-bottom: 6px;
    line-height: 17px
}

.footer-menu-box ul li a {
    font-size: 18px;
    color: #fff
}

.footer-menu-box ul li a:hover {
    color: #e9e9e9
}

.footer-menu-box ul li.active a {
    color: #e9e9e9
}

.social-networks {
    position: absolute;
    top: 85px;
    right: 28px
}

.social-networks a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    width: 20px;
    height: 22px;
    background-image: url(../images/social-networks.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.social-networks a:first-child {
    margin-left: 0
}

.social-networks a.tw {
    width: 22px;
    background-position: 0 2px
}

.social-networks a.gl {
    width: 23px;
    background-position: -36px 1px
}

.social-networks a.vk {
    width: 16px;
    background-position: -78px 1px
}

.social-networks a.fb {
    width: 12px;
    background-position: -112px 0
}

.social-networks a.tw:hover {
    background-position: 0 -30px
}

.social-networks a.gl:hover {
    background-position: -36px -31px
}

.social-networks a.vk:hover {
    background-position: -78px -31px
}

.social-networks a.fb:hover {
    background-position: -112px -32px
}

.m1 {
    color: #333;
    font-weight: 500;
    margin: 0 2px;
    font-size: 14pt;
    text-decoration: none;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    word-spacing: 3px
}

.m2 {
    color: #333;
    font-weight: 500;
    margin: 0 3px;
    font-size: 16pt;
    text-decoration: none;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    word-spacing: 3px
}

.m3 {
    color: #333;
    font-weight: 500;
    margin: 0 4px;
    font-size: 18pt;
    text-decoration: none;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    word-spacing: 3px
}

.m4 {
    color: #333;
    font-weight: 500;
    margin: 0 5px;
    font-size: 20pt;
    text-decoration: none;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    word-spacing: 3px
}

.m1:hover {
    color: #DE140A
}

.m2:hover {
    color: #DE140A
}

.m3:hover {
    color: #DE140A
}

.m4:hover {
    color: #DE140A
}

.imga img {
    width: 122px;
    height: 122px;
    padding: 5px;
    margin: 5px 0 0 5px;
    vertical-align: top;
    border: 1px solid #E0E0E0
}

.imga img:hover {
    border: 1px solid #DE140A
}

h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    margin-left: 20px;
    word-spacing: 4px
}

h3 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    margin-left: 20px;
    margin-top: 40px;
    word-spacing: 3px
}

h4 {
    color: #1b8cad;
    font-weight: 500;
    font-size: 16px;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    margin-left: 20px;
    word-spacing: 3px
}

h1 {
    color: #000;
    font-family: cuprum-regular, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-left: 10px;
    word-spacing: 4px
}

.cm {
    width: 728px;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: #E0E0E0
}

.hr {
    margin-bottom: 7px;
    height: 0;
    border-bottom: 1px solid #ccc
}

.ibig {
    width: 500px;
    margin: 10px auto;
    padding: 5px
}

.form {
    padding-top: 20px;
    text-align: center;
    font-size: 14px
}

.foto {
    margin: 10px 60px
}

.ads {
    margin-bottom: 10px
}

.zc {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    word-spacing: 4px
}

.soc {
    float: right;
    width: 728px
}

.socs {
    float: right;
    padding: 10px 0
}

.tmodel {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    word-spacing: 4px
}

.ad {
    margin: 8px 0
}

#adsen {
    width: 728px;
    overflow: hidden
}

.left-ads,
.right-ads {
    float: left;
    width: 50%;
    padding: 0 13px
}

#first-model-block,
#second-model-block {
    display: inline-block
}

#first-model-block ul,
#second-model-block ul {
    top: initial;
    left: initial
}

#first-model-block ul li,
#second-model-block ul li {
    text-align: left
}

#first-model-block ul li a,
#second-model-block ul li a {
    display: block;
    border: 1px solid #fff;
    cursor: default
}

#first-model-block ul li a:hover,
#second-model-block ul li a:hover {
    background: #a1daf2 url(../images/list-bg.jpg) 0 100% repeat-x;
    border: 1px solid #448dae
}

.menuSideImg.vajnoImg ul li a span {
    width: 195px
}

.page-content h2 {
    margin: 17px 0 13px 21px;
    font-size: 32px
}

.form-box {
    border: 3px solid #aaa;
    width: 87%;
    padding: 30px 10px;
    margin: 15px auto 30px
}

.form-block {
    width: 100%;
    clear: both;
    overflow: hidden
}

.form-block form {
    display: block;
    margin-left: 30px
}

.form-block span.success,
.form-block span.error {
    font-size: 17px;
    margin-bottom: 9px;
    display: block
}

.form-block span.success {
    color: #07D107
}

.form-block span.error {
    color: #FF2B2B
}

.form-block label {
    display: block;
    margin-bottom: 19px
}

.form-block span.form-label {
    display: block;
    font-size: 22px;
    margin-bottom: 9px
}

.form-block span.wrong {
    display: none;
    font-size: 15px;
    color: #FF2B2B;
    margin: 6px 0 0 9px
}

.form-block input[type="text"],
.form-block textarea {
    background: #fff;
    border: 2px solid #e8301b;
    font-size: 20.23px;
    color: #a6a6a6;
    display: inline-block;
    padding: 0 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.form-block input[type="text"] {
    height: 41px;
    width: 320px
}

.form-block textarea {
    height: 170px;
    resize: none;
    width: 500px;
    padding: 10px 14px
}

.form-block input[type="submit"] {
    font-size: 20px;
    background: #e8301b;
    display: block;
    color: #fff;
    margin: 22px 5px 5px 0;
    box-shadow: 2px 3px 5px #ccc;
    padding: 6px 12px;
    cursor: pointer;
    float: left;
    border: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.form-block input[type="submit"]:active {
    margin: 23px 4px 4px 0
}

#advertising-sidebar {
    width: 320px;
    margin: 10px 0
}

.bottom-text-block {
    padding: 15px 20px;
    font-size: 16px;
    color: #485e64
}

.bottom-text-block .begin-block,
.bottom-text-block .body-block,
.bottom-text-block .end-block {
    margin-bottom: 10px;
    text-indent: 25px
}

.update-date {
    color: #555;
    font-size: 14px;
    padding-top: 11px;
    margin-left: 12px;
    float: left
}

.update-date span {
    font-weight: 700
}

#question-block {
    font-family: "Open Sans", Arial, serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 11px 0 0 23px
}

#question-notice {
    background-color: #4d5059;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: "Open Sans", Arial, serif;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

#question-block a {
    background: url(../img/right_arrow.png) center right no-repeat;
    padding-right: 12px;
    font-family: "Open Sans", Arial, serif;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px
}

#question-block a:hover {
    color: #923016;
    text-decoration: underline
}

.select-block {
    margin: 12px auto;
    padding: 10px 17px;
    width: 98%;
    background: #f7f7f7;
    box-shadow: inset 3px 3px 8px #ccc;
    -moz-box-shadow: inset 3px 3px 8px #ccc;
    -o-box-shadow: inset 3px 3px 8px #ccc;
    -webkit-box-shadow: inset 3px 3px 8px #ccc;
    -ms-box-shadow: inset 3px 3px 8px #ccc;
    border-top: 3px solid #de140a;
    position: relative;
    overflow: hidden
}

.background-select-block {
    position: absolute;
    width: 124px;
    height: 124px;
    display: block;
    bottom: -34px;
    right: -33px;
    z-index: 0;
    opacity: .2
}

.select-block h3 {
    margin: 0 0 9px 13px;
    font-size: 21px;
    color: #000
}

.first-select-block,
.second-select-block,
.third-select-block {
    padding: 5px 10px 10px;
    margin: 11px 0;
    border: 1px solid #cdcdcd
}

.select-block h4 {
    color: #de140a;
    margin: 6px 0 6px 14px;
    font-size: 19px
}

.select-block li {
    background: #fff;
    padding: 6px 17px;
    margin: 4px 5px;
    position: relative;
    border-left: 5px solid #485e64;
    display: inline-block;
    box-shadow: inset 3px 3px 5px #ccc;
    -moz-box-shadow: inset 3px 3px 5px #ccc;
    -o-box-shadow: inset 3px 3px 5px #ccc;
    -webkit-box-shadow: inset 3px 3px 5px #ccc;
    -ms-box-shadow: inset 3px 3px 5px #ccc
}

.select-block li:hover {
    border-left: 5px solid #de140a
}

.select-block-arrow {
    background: url(/img/arrow_list3.png) left center no-repeat;
    width: 28px;
    height: 32px;
    display: none;
    position: absolute;
    left: -46px;
    top: 2px
}

.select-block li a {
    color: #485e64;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    padding: 0;
    display: inline-block
}

.select-block li a:hover {
    border-bottom: 2px solid #de140a
}

.bottom-advertising-block {
    margin: 13px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.related-header {
    margin-top: 13px
}

#other-countries {
    float: right;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 5px 21px 0 0
}

#other-countries-child>img {
    padding: 3px
}

#other-countries-child:hover>img {
    background: #de140a;
    cursor: pointer;
    box-shadow: 3px 3px 5px #636363;
    -moz-box-shadow: 3px 3px 5px #636363;
    -o-box-shadow: 3px 3px 5px #636363;
    -webkit-box-shadow: 3px 3px 5px #636363;
    -ms-box-shadow: 3px 3px 5px #636363
}

#other-countries ul {
    position: absolute;
    z-index: 1000;
    margin-top: 0;
    background: #fff;
    display: none;
    top: 28px;
    right: -6px;
    box-shadow: 3px 3px 5px #636363, inset 5px 5px 10px #ddd;
    -moz-box-shadow: 3px 3px 5px #636363, inset 5px 5px 10px #ddd;
    -o-box-shadow: 3px 3px 5px #636363, inset 5px 5px 10px #ddd;
    -webkit-box-shadow: 3px 3px 5px #636363, inset 5px 5px 10px #ddd;
    -ms-box-shadow: 3px 3px 5px #636363, inset 5px 5px 10px #ddd;
    border-left: 2px solid #de140a;
    border-right: 2px solid #de140a;
    padding: 10px 0;
    overflow: hidden
}

#other-countries ul li {
    list-style: none
}

#other-countries ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #555;
    padding: 5px 22px
}

#other-countries ul li a:hover {
    background: #de140a;
    color: #fff;
    box-shadow: 0 2px 3px #777;
    -moz-box-shadow: 0 2px 3px #777;
    -o-box-shadow: 0 2px 3px #777;
    -webkit-box-shadow: 0 2px 3px #777;
    -ms-box-shadow: 0 2px 3px #777
}

#other-countries ul li a img {
    position: absolute;
    margin-top: -2px
}

#other-countries ul li a span {
    margin-left: 34px;
    text-transform: uppercase
}

.links-block {
    margin: 10px 23px
}

.links-block .rurl li {
    margin: 12px 0
}

.subject-main.parts-page {
    width: 1055px
}

@media (max-width:652px) {
    #contactsForm {
        margin-left: 10px;
        margin-right: 10px
    }
    #contactsForm input[type="text"],
    #contactsForm textarea {
        width: 100%
    }
}

@media (max-width:376px) {
    .page-container {
        width: 99vw !important;
        max-width: 100vw !important;
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:340px) {
    .bottom-list {
        position: absolute;
        top: 15px;
        right: 15px;
        left: 0
    }
}

@media (min-width:769px) {
    #advertising-sidebar {
        position: absolute;
        left: -321px;
        overflow: hidden;
        margin: 0
    }
}

.advertising-block {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px
}