

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}



ul, ol {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}



a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

dl, dd {
    margin: 0
}

.inner {
    max-width: 940px;
    padding: 0 15px;
    margin: 0 auto
}

.inner:after {
    content: "";
    display: table;
    clear: both
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.r-col {
    padding-left: 260px
}

.r-col h2 {
    font-size: 22px
}

.l-col {
    width: 220px;
    float: left
}

.text {
    text-align: justify
}

.text img {
    margin: 15px 0
}

.text img[align="left"] {
    margin-right: 20px
}

.text img[align="right"] {
    margin-left: 20px
}

.list-style {
    list-style-image: url(../img/list-style-square.png);
    margin-left: 68px;
    display: inline-block
}

.list-style li {
    margin-bottom: 9px
}

.table-style {
    width: 100%;
    text-align: center;
    margin: 23px 0 40px
}

.table-style td {
    padding: 14px 10px
}

.table-style thead {
    background-color: #000;
    color: #fff
}

.table-style thead td {
    border-left: 1px solid #555d67
}

.table-style thead td:first-child {
    border: 0
}

.table-style tbody tr {
    border-bottom: 1px solid #eee
}

.table-style tbody tr:nth-child(even) > td {
    background-color: #f9f9f9
}

.table-style tbody td {
    width: 33.3333%
}

.bg-orange {
    background-color: #ffb631
}

.bg-grey {
    background-color: #fbfaf7
}

.btn_link {
    background-color: #a04401;
    display: inline-block;
    padding: 9px 45px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 17px;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn_link:hover {
    background-color: #8E3D00
}

.btn-trig {
    font-family: 'roboto_bkbold';
    text-transform: uppercase;
    border: 1px solid #000;
    display: inline-block;
    padding: 8px 34px 7px;
    text-decoration: none;
    color: #000
}

.btn-trig.white {
    border-color: #fff;
    color: #fff
}

.btn-trig.white:before {
    background-position: 0 -61px
}

.btn-trig.white.active:before {
    background-position: -13px -61px
}

.btn-trig:before {
    content: '';
    background: url("../image/slider/arrow-sprite.png") no-repeat 0 -69px;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 8px;
    margin-right: 15px
}

.btn-trig.active:before {
    background-position: -13px -69px
}

.btn-slider_hide {
    text-align: center;
    position: relative;
    margin: 28px 0 75px
}

.btn-slider_hide .btn-trig {
    position: absolute;
    margin-left: -81px;
    left: 50%
}

.form-order input {
    width: 100%
}

.bx-pager {
    position: absolute;
    bottom: 0
}

.bx-pager-item {
    display: inline-block;
    margin-right: 5px
}

.bx-pager-item a {
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    text-indent: -9999px;
    outline: 0 none
}

.bx-pager-item .active {
    background-color: #fff
}

.breadcrumbs {
    padding: 26px 0 35px
}

.pagenav {
    padding: 28px 0 46px;
    text-align: center
}

.pagenav .first, .pagenav .last {
    position: relative
}

.pagenav .first:before, .pagenav .last:before {
    content: '';
    background: url(../img/arrow-sprite.png) no-repeat 0 0;
    display: inline-block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 5px
}

.pagenav .first {
    padding-left: 25px;
    margin-right: 25px
}

.pagenav .first:before {
    background-position: 0 -78px;
    left: 0
}

.pagenav .last {
    padding-right: 25px;
    margin-left: 25px
}

.pagenav .last:before {
    background-position: -7px -78px;
    right: 0
}

.pagenav .active {
    color: #000;
    text-decoration: none
}

.pagenav a {
    display: inline-block;
    color: #a04401;
    text-decoration: underline;
    margin: 0 1px
}

.pagenav a:hover {
    color: #000
}

form .field {
    margin-bottom: 10px
}

.form_white .jq-file__name, .form_white .jq-selectbox__select, .form_white .jq-selectbox__dropdown, .form_white input[type="email"], .form_white input[type="number"], .form_white input[type="password"], .form_white input[type="search"], .form_white input[type="tel"], .form_white input[type="text"], .form_white input[type="url"], .form_white textarea {
    background-color: #fff;
    color: #000
}

.form_white .jq-file__name::-webkit-input-placeholder, .form_white .jq-selectbox__select::-webkit-input-placeholder, .form_white .jq-selectbox__dropdown::-webkit-input-placeholder, .form_white input[type="email"]::-webkit-input-placeholder, .form_white input[type="number"]::-webkit-input-placeholder, .form_white input[type="password"]::-webkit-input-placeholder, .form_white input[type="search"]::-webkit-input-placeholder, .form_white input[type="tel"]::-webkit-input-placeholder, .form_white input[type="text"]::-webkit-input-placeholder, .form_white input[type="url"]::-webkit-input-placeholder, .form_white textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.form_white .jq-file__name::-moz-placeholder, .form_white .jq-selectbox__select::-moz-placeholder, .form_white .jq-selectbox__dropdown::-moz-placeholder, .form_white input[type="email"]::-moz-placeholder, .form_white input[type="number"]::-moz-placeholder, .form_white input[type="password"]::-moz-placeholder, .form_white input[type="search"]::-moz-placeholder, .form_white input[type="tel"]::-moz-placeholder, .form_white input[type="text"]::-moz-placeholder, .form_white input[type="url"]::-moz-placeholder, .form_white textarea::-moz-placeholder {
    color: #000;
    opacity: 1
}

.form_white .jq-file__name:-moz-placeholder, .form_white .jq-selectbox__select:-moz-placeholder, .form_white .jq-selectbox__dropdown:-moz-placeholder, .form_white input[type="email"]:-moz-placeholder, .form_white input[type="number"]:-moz-placeholder, .form_white input[type="password"]:-moz-placeholder, .form_white input[type="search"]:-moz-placeholder, .form_white input[type="tel"]:-moz-placeholder, .form_white input[type="text"]:-moz-placeholder, .form_white input[type="url"]:-moz-placeholder, .form_white textarea:-moz-placeholder {
    color: #000;
    opacity: 1
}

.form_white .jq-file__name:-ms-input-placeholder, .form_white .jq-selectbox__select:-ms-input-placeholder, .form_white .jq-selectbox__dropdown:-ms-input-placeholder, .form_white input[type="email"]:-ms-input-placeholder, .form_white input[type="number"]:-ms-input-placeholder, .form_white input[type="password"]:-ms-input-placeholder, .form_white input[type="search"]:-ms-input-placeholder, .form_white input[type="tel"]:-ms-input-placeholder, .form_white input[type="text"]:-ms-input-placeholder, .form_white input[type="url"]:-ms-input-placeholder, .form_white textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.form_white.__border .jq-file__name, .form_white.__border .jq-selectbox__select, .form_white.__border input[type="email"], .form_white.__border input[type="number"], .form_white.__border input[type="password"], .form_white.__border input[type="search"], .form_white.__border input[type="tel"], .form_white.__border input[type="text"], .form_white.__border input[type="url"], .form_white.__border textarea {
    border: 1px solid #000
}

.form_white .jq-selectbox li {
    color: #000
}

.form_black .jq-file__name, .form_black .jq-selectbox__select, .form_black input[type="email"], .form_black input[type="number"], .form_black input[type="password"], .form_black input[type="search"], .form_black input[type="tel"], .form_black input[type="text"], .form_black input[type="url"], .form_black textarea {
    background-color: #000;
    color: #fff
}

.form_black .jq-file__name::-webkit-input-placeholder, .form_black .jq-selectbox__select::-webkit-input-placeholder, .form_black input[type="email"]::-webkit-input-placeholder, .form_black input[type="number"]::-webkit-input-placeholder, .form_black input[type="password"]::-webkit-input-placeholder, .form_black input[type="search"]::-webkit-input-placeholder, .form_black input[type="tel"]::-webkit-input-placeholder, .form_black input[type="text"]::-webkit-input-placeholder, .form_black input[type="url"]::-webkit-input-placeholder, .form_black textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form_black .jq-file__name::-moz-placeholder, .form_black .jq-selectbox__select::-moz-placeholder, .form_black input[type="email"]::-moz-placeholder, .form_black input[type="number"]::-moz-placeholder, .form_black input[type="password"]::-moz-placeholder, .form_black input[type="search"]::-moz-placeholder, .form_black input[type="tel"]::-moz-placeholder, .form_black input[type="text"]::-moz-placeholder, .form_black input[type="url"]::-moz-placeholder, .form_black textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form_black .jq-file__name:-moz-placeholder, .form_black .jq-selectbox__select:-moz-placeholder, .form_black input[type="email"]:-moz-placeholder, .form_black input[type="number"]:-moz-placeholder, .form_black input[type="password"]:-moz-placeholder, .form_black input[type="search"]:-moz-placeholder, .form_black input[type="tel"]:-moz-placeholder, .form_black input[type="text"]:-moz-placeholder, .form_black input[type="url"]:-moz-placeholder, .form_black textarea:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form_black .jq-file__name:-ms-input-placeholder, .form_black .jq-selectbox__select:-ms-input-placeholder, .form_black input[type="email"]:-ms-input-placeholder, .form_black input[type="number"]:-ms-input-placeholder, .form_black input[type="password"]:-ms-input-placeholder, .form_black input[type="search"]:-ms-input-placeholder, .form_black input[type="tel"]:-ms-input-placeholder, .form_black input[type="text"]:-ms-input-placeholder, .form_black input[type="url"]:-ms-input-placeholder, .form_black textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form_black .jq-selectbox li {
    color: #fff
}

.jq-checkbox {
    top: -1px;
    width: 14px;
    height: 14px;
    background-color: #000;
    vertical-align: middle;
    cursor: pointer
}

.jq-checkbox.checked .jq-checkbox__div {
    background: url(../image/slider/check.png) no-repeat;
    width: 7px;
    height: 9px;
    margin: 3px 0 0 3px
}

.jq-checkbox.focused {
    border: 1px solid #08C
}

.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55)
}

.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #666
}

.jq-radio.focused {
    border: 1px solid #08C
}

.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55)
}

.jq-file {
    width: 370px;
    vertical-align: middle
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em
}

.jq-file__name {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 30px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #000;
    background: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.jq-file__browse {
    width: 160px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 1px;
    background: #a04401;
    font-family: 'roboto_bkbold';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.jq-file:hover .jq-file__browse {
    background-color: #8E3D00
}

.jq-file.disabled .jq-file__name {
    color: #888
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.sel__red .jq-selectbox__select, .sel__red .jq-selectbox__dropdown {
    background-color: #a04401
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    max-width: 660px;
    width: 100%
}

.jq-selectbox__select {
    height: 40px;
    padding: 9px 9px 9px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.jq-selectbox__select:hover {
    background-position: 0 -10px
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #F5F5F5;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    background: url(../image/slider/arrow-sprite.png) no-repeat 0 -62px;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 11px;
    height: 6px;
    overflow: hidden;
    margin-top: -3px
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    background-position: -13px -62px
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.jq-selectbox__dropdown {
    top: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    padding: 0 10px 18px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100 % 50 %;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 14px;
    padding: 3px 0 4px
}

.jq-selectbox li.selected {
    color: #ffb631
}

.jq-selectbox li:hover {
    color: #ffb631
}

.jq-selectbox li.disabled {
    margin-bottom: 7px
}

.jq-selectbox li.disabled:hover {
    background: none
}

.jq-selectbox li.optgroup {
    font-weight: bold
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"] {
    height: 40px
}

input#top_order_form_name[type="text"]::-webkit-input-placeholder {
    color: #5f5f5f !important;
}

input#top_order_form_name[type="text"]::-moz-placeholder {
    color: #5f5f5f !important;
}

input#top_order_form_phone[type="tel"]::-webkit-input-placeholder {
    color: #5f5f5f !important;
}

input#top_order_form_phone[type="tel"]::-moz-placeholder {
    color: #5f5f5f !important;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea {
    border: 0;
    padding: 0 9px 0 30px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-appearance: none
}

textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    overflow: auto;
    resize: none
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, textarea:focus {
    outline: none
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
    font-family: 'roboto_bkbold';
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    width: 158px;
    height: 38px;
    text-transform: uppercase
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
    padding: 0;
    border: 0
}

button:after {
    content: ''
}

button[disabled], input[type="button"][disabled], input[type="submit"][disabled] {
    background: #F5F5F5;
    color: #888
}

button.btn_yellow, input[type="button"].btn_yellow, input[type="submit"].btn_yellow, input[type="reset"].btn_yellow {
    background-color: #ffb631;
    color: #000;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s
}

button.btn_yellow:not([disabled]):hover, input[type="button"].btn_yellow:not([disabled]):hover, input[type="submit"].btn_yellow:not([disabled]):hover, input[type="reset"].btn_yellow:not([disabled]):hover {
    background-color: #EAA023
}

button.btn_red, input[type="button"].btn_red, input[type="submit"].btn_red, input[type="reset"].btn_red {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    background-color: #a04401;
    color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 6px;
}

button.btn_red:not([disabled]):hover, input[type="button"].btn_red:not([disabled]):hover, input[type="submit"].btn_red:not([disabled]):hover, input[type="reset"].btn_red:not([disabled]):hover {
    background-color: #8E3D00
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-stacking + .noUi-origin {
    *z-index: -1
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s
}

.noUi-origin, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 3px
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7px;
    top: -6px
}

.noUi-background {
    background: #a92424
}

.noUi-origin {
    background-color: #000
}

.noUi-handle {
    background: #a92424;
    cursor: pointer
}

[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle {
    cursor: not-allowed
}

.ico-com {
    /*background: url("../image/slider/company-sprite.png") no-repeat top left*/
}

.ico-com.rosneft {
    background-position: 0px 0px;
    width: 92px;
    height: 69px
}

.ico-com.tnk {
    background-position: -95px 0px;
    width: 86px;
    height: 59px
}

.ico-com.lk {
    background-position: -184px 0px;
    width: 56px;
    height: 57px
}

.ico-com.bachneft {
    background-position: -243px 0px;
    width: 180px;
    height: 53px
}

.ico-com.gazprom {
    background-position: -426px 0px;
    width: 117px;
    height: 57px
}

.ico {
    position: relative
}

.ico:before {
    content: '';
    /*background: url("../img/ico-sprite.png") no-repeat top left;*/
    display: inline-block;
    position: absolute;
    top: 0
}

.ico.blob:before {
    background-position: 0px 0px;
    width: 36px;
    height: 53px
}

.ico.calc:before {
    background-position: -39px 0px;
    width: 25px;
    height: 33px
}

.ico.marker:before {
    background-position: -67px 0px;
    width: 12px;
    height: 18px
}

.ico.tel:before {
    background-position: -82px 0px;
    width: 11px;
    height: 16px
}

.ico.time {
    margin-top: 4px
}

.ico.time:before {
    background: url(../img/ico-sprite.png) no-repeat;
    width: 19px;
    height: 18px;
    top: 3px;
    background-position: -71px -41px;
    left: -1px !important
}

.ico.i_1:before {
    background-position: -96px 0px;
    width: 30px;
    height: 67px
}

.ico.i_2:before {
    background-position: -129px 0px;
    width: 58px;
    height: 52px
}

.ico.i_3:before {
    background-position: -190px 0px;
    width: 57px;
    height: 49px
}

.ico.i_4:before {
    background-position: -250px 0px;
    width: 78px;
    height: 50px
}

.ico.i_5:before {
    background-position: -331px 0px;
    width: 84px;
    height: 51px
}

.ico.i_6:before {
    background-position: -418px 0px;
    width: 114px;
    height: 48px
}

.ico.i_7:before {
    background-position: -535px 0px;
    width: 65px;
    height: 50px
}

.ico.i_8:before {
    background-position: -603px 0px;
    width: 109px;
    height: 41px
}

.ico.i_9:before {
    background-position: -715px 0px;
    width: 66px;
    height: 40px
}

.ico.i_10:before {
    background-position: -784px 0px;
    width: 73px;
    height: 52px
}

.ico.i_11:before {
    background-position: -860px 0px;
    width: 69px;
    height: 43px
}

.ico.i_12:before {
    background-position: -932px 0px;
    width: 107px;
    height: 65px
}

.ico.i_13:before {
    background-position: -1042px 0px;
    width: 58px;
    height: 66px
}

.ico.i_14:before {
    background-position: -1103px 0px;
    width: 98px;
    height: 77px
}

.ico.i_15:before {
    background-position: -1204px 0px;
    width: 61px;
    height: 70px
}

.ico.i_16:before {
    background-position: -1268px 0px;
    width: 54px;
    height: 68px
}

.ico.i_17:before {
    background-position: -1325px 0px;
    width: 59px;
    height: 60px
}

.ico.i_18:before {
    background-position: -1387px 0px;
    width: 98px;
    height: 60px
}

.ico.i_19:before {
    background-position: -1625px -1px;
    width: 122px;
    height: 56px
}

.open-menu, .open-sidebar {
    display: none
}

.z2 {
    font-size: 24px;
    line-height: 22px;
    margin: 0 0 40px;
    text-align: center
}

.z2 span {
    font-family: 'robotobold'
}

.z2 a {
    color: black;
    text-decoration: none
}

.nav {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 17px;
    text-align: center
}

.nav ul {
    display: inline-block;
    vertical-align: top
}

.nav li {
    float: left;
    position: relative;
    margin: 0 2px
}

.nav li:first-child {
    margin-left: 0
}

.nav li:first-child a {
    padding-left: 0
}

.nav li:last-child a {
    padding-right: 0
}

.nav li:hover ul {
    opacity: 1;
    visibility: visible
}

.nav a {
    color: #000;
    display: block;
    padding: 6px 25px;
    border-top: 4px solid #fff;
    text-decoration: none;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s
}

.nav li:hover a {
    border-color: #ffb631
}

.nav .active a {
    border-color: #ffb631
}

.nav_sidebar {
    padding: 16px 0;
    border: 1px solid #000;
    margin-bottom: 30px
}

.nav-left > li {
    padding: 7px 0;
    line-height: 14px
}

.nav-left > li > a {
    padding: 0 30px;
    font-family: 'roboto_bkbold';
    text-transform: uppercase
}

.nav-left a {
    display: block;
    text-decoration: none;
    color: #000
}

.nav-left a:hover, .nav-left a.active {
    color: #a04401
}

.nav-left_sub {
    padding: 20px 0 6px
}

.nav-left_sub a {
    border-left: 4px solid transparent;
    padding: 6px 0 6px 36px
}

.nav-left_sub a.active, .nav-left_sub a:hover {
    border-left: 4px solid #ffb631
}

.header .inner {
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    -webkit-transition: border-color 0.8s;
    -moz-transition: border-color 0.8s;
    transition: border-color 0.8s
}

.header .phone {
    font-family: 'robotobold';
    font-size: 21px
}

.header .phone a {
    text-decoration: none;
    color: #000
}

.header .phone span {
    color: #a04401
}

.header.bor-bot .inner {
    border-color: #000
}

.logo {
    display: inline-block;
    vertical-align: middle
}

.fuel {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 40px
}

.fuel_item {
    display: inline-block;
    width: 62px;
    text-align: center
}

.fuel_name {
    font-size: 12px;
    background-color: #ffb631;
    height: 25px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase
}

.catalog-sort {
    margin: 0 0 0 10px;
    text-align: center
}

div.block_h2 {
    font-size: 24px;
    margin-bottom: 30px
}

div.block_h2 span {
    font-family: 'robotobold'
}

s.fuel_price {
    font-family: 'robotobold';
    font-size: 16px;
    background-color: #000;
    height: 35px;
    line-height: 35px;
    color: #fff
}

.fuel_price {
    font-size: 14px;
    background-color: #000;
    height: 35px;
    line-height: 35px;
    color: #fff
}

.fuel_item.with-status .fuel_price {
    line-height: 1;
    height: 30px;
    padding-top: 5px
}

.fuel_item.with-status .fuel_price small {
    display: block;
    text-align: center;
    font: 10px/1 robotoregular;
/ / color: #f00;
    color: #10d001
}

.fuel_item.with-status .fuel_price small i {
    /*background: url(../images/icon-rise.png) no-repeat 0 0;*/
    height: 3px;
    width: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.fuel_item.with-status .fuel_price small.rise-up i {
    background-position: 0 -3px
}

.fuel_item.with-status .fuel_price small.rise-up {
/ / color: #10d001;
    color: #f00
}

.search {
    float: right;
    padding-top: 5px
}

.search .search-field {
    margin-top: 10px
}

.search input {
    background: url(../img/search.png) no-repeat 25px center;
    width: 220px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 0 10px 0 62px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search input::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.search input::-moz-placeholder {
    color: #000;
    opacity: 1
}

.search input:-moz-placeholder {
    color: #000;
    opacity: 1
}

.search input:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.counter_box {
    display: inline-block;
    margin-top: 7px;
    font-size: 13px;
    text-align: center
}

.counter_box span {
    background: #fff url(../img/spr.png) repeat-x 0 50%;
    width: 54px;
    height: 58px;
    line-height: 58px;
    display: block;
    font-family: 'roboto_condregular';
    font-size: 34px;
    margin-bottom: 7px;
    color: #000
}

.form-order {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-order h3 {
    font-size: 22px;
    text-transform: uppercase
}

.form-order .form .field {
    margin-bottom: 5px
}

.form-order .form button {
    margin-top: 15px
}

.slider-sm {
    position: relative
}

.slider-sm .bx-controls a {
/ / background: url("../img/arrow-sprite.png") no-repeat 0 0;
    background: #fff;
    width: 20px;
/ / height: 29 px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    bottom: 0;
/ / margin-top: - 14 px
}

.slider-sm .bx-controls a::before {
    content: '';
    display: block;
    background: url("../img/arrow-sprite.png") no-repeat 0 0;
    width: 16px;
    height: 29px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -14px
}

.slider-sm .bx-controls .bx-prev {
    left: 0
}

.slider-sm .bx-controls .bx-prev::before {
    background-position: 0 0;
    left: 0
}

.slider-sm .bx-controls .bx-prev:hover::before {
    background-position: 0 -31px
}

.slider-sm .bx-controls .bx-next {
    right: 0
}

.slider-sm .bx-controls .bx-next::before {
    background-position: -16px 0;
    right: 0
}

.slider-sm .bx-controls .bx-next:hover::before {
    background-position: -16px -31px
}

.slider-lg {
    position: relative;
    height: 400px;
    margin-bottom: 35px;
    overflow: hidden
}

.slider-lg #slider_pager {
    position: absolute;
    bottom: 0;
    width: 100%
}

.slider-lg .bx-wrapper {
    height: 400px
}

.slider-lg .bx-viewport, .slider-lg .slider-container, .slider-lg .slider_item {
    height: 100%
}

.slider-lg .bx-pager {
    bottom: 22px
}

.slider-lg .box-order_pos {
    position: relative
}

.slider-lg .box-order_pos .inner {
    position: relative
}

.slider-lg .form-order {
    background-color: #ffb631;
    width: 290px;
    /*min-height: 340px;*/
    position: absolute;
    right: 0;
    bottom: 30px;
    border-radius: 10px;
}

.slider-lg .form-order h3 {
    margin: 20px 0
}

.slider-lg .form-order .end-action {
    margin-top: 16px
}

.slider-lg .sl_1 {
    /*background: url(../img/cont/slider-lg-img-1.jpg) no-repeat*/
}

.slider-lg .sl_1 img {
    padding-left: 32px
}

.slider-lg .sl_2 {
    /*background: url(../img/cont/slider-lg-img-2.jpg) no-repeat*/
}

.slider-lg .sl_2 img {
    padding-left: 32px
}

.slider-lg .sl_3 {
    /*background: url(../img/cont/slider-lg-img-3.jpg) no-repeat*/
}

.slider-lg .sl_3 img {
    padding-left: 32px
}

.slider-lg .sl_4 {
    /*background: url(../img/cont/slider-lg-img-4.jpg) no-repeat*/
}

.slider-lg .sl_4 img {
    padding-left: 32px
}

.slider-lg .sl_5 {
    /*background: url(../img/cont/slider-lg-img-5.jpg) no-repeat*/
}

.slider-lg .sl_5 img {
    padding-left: 32px
}

.slider-lg .sl_6 {
    /*background: url(../img/cont/slider-lg-img-6.jpg) no-repeat*/
}

.slider-lg .sl_7 {
    /*background: url(../img/cont/slider-lg-img-7.jpg) no-repeat*/
}

.slider-lg .sl_7 img {
    padding-left: 32px
}

.slider-lg .sl_8 {
    /*background: url(../img/cont/slider-lg-img-8.jpg) no-repeat*/
}

.slider-lg .sl_8 img {
    padding-left: 32px
}

.slider-lg .slider_item {
    background-position: center center
}

.slider-lg .slider_item h2 {
    font-size: 72px;
    color: #fff;
    line-height: 64px
}

.slider-lg .slider_cont {
    width: 940px;
    padding: 0 310px 0 10px;
    margin: 0 auto;
    position: relative;
    height: 355px;
    line-height: 355px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.company-slider {
    padding: 36px 0 62px
}

.company-slider .slider-sm {
    height: 108px
}

.company-slider .slider_item {
    text-align: center;
    height: 108px;
    line-height: 108px;
    position: static !important
}

.company-slider .slider_item img {
    vertical-align: middle;
    cursor: pointer
}

.company-slider .slider_popup {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 3px 0 #cbcbcb;
    display: none;
    height: 100%;
    left: 50%;
    margin: 0 auto 0 -415px;
    overflow: hidden;
    padding: 0 10px 0 35px;
    position: absolute;
    top: 0;
    width: 830px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.company-slider .slider_popup img {
    display: inline-block;
    vertical-align: middle;
    float: left
}

.company-slider .slider_text {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
    max-width: 605px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.news {
    padding: 58px 0
}

.news h2 {
    text-align: center;
    margin-bottom: 50px
}

.news_date {
    font-size: 12px;
    color: #777777;
    padding-top: 10px
}

.news_short-list:after, .related_list:after {
    content: "";
    display: table;
    clear: both
}

.news_short-list .news_item:first-child, .news_short-list .related_item:first-child, .related_list .news_item:first-child, .related_list .related_item:first-child {
    margin-left: 0
}

.news_short-list .news_title, .news_short-list .related_title, .related_list .news_title, .related_list .related_title {
    font-size: 14px;
    margin: 15px 0 0;
    text-transform: none
}

.news_short-list .news_text, .news_short-list .related_text, .related_list .news_text, .related_list .related_text {
    line-height: 18px
}

.news_page .row {
    margin-bottom: 35px
}

.news-one_page .news_head h1 {
    display: inline-block
}

.news-one_page .news_head .news_date {
    float: right
}

.news-one_page .news_img {
    padding-bottom: 10px
}

.news-one_page .news_text {
    text-align: left;
    overflow: hidden
}

.related {
    padding-bottom: 60px
}

.related .related_item {
    width: 213px
}

.other_news {
    padding: 27px 0 76px
}

.other_news h2 {
    font-size: 24px;
    margin-bottom: 30px
}

.link-more {
    text-align: center;
    clear: both;
    padding-top: 50px
}

.link-more a {
    margin: 0 auto;
    padding: 25px 0 15px 55px;
    position: relative
}

.link-more a:before {
    left: 0
}

.link-more a:hover i {
    -webkit-animation: spin 0.3s ease-in;
    -moz-animation: spin 0.3s ease-in;
    -o-animation: spin 0.3s ease-in;
    animation: spin 0.3s ease-in
}

.link-more a i {
    position: absolute;
    left: 8px;
    top: 26px;
    background: url(../img/spin.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 16px
}

.calc-price {
    padding-bottom: 7px
}

.calc-price h2 {
    text-align: center;
    margin-bottom: 50px
}

.calc-price .form {
    padding-bottom: 4px
}

.calc-price .sel__red {
    width: 490px
}

.calc-price input[type="text"] {
    width: 79px;
    margin: 0 20px;
    padding-left: 10px;
    text-align: right
}

.calc-price .runner label {
    display: inline-block;
    width: 119px
}

.calc-price .runner .val-liters {
    width: 244px
}

.calc-price .runner .val-km {
    width: 140px
}

.calc-price .runner span {
    margin-left: 22px
}

.calc-price .noUi-target {
    display: inline-block;
    vertical-align: middle
}

.calc-price .check {
    margin-left: 141px
}

.calc-price .jq-checkbox + label {
    margin-left: 10px
}

.calc_sum {
    overflow: hidden;
    padding: 15px 0 13px;
    border-top: 1px solid #e29e22
}

.calc_sum .sum {
    float: left;
    border-left: 1px solid #e29e22;
    padding: 0 24px;
    width: 130px
}

.calc_sum .sum:first-child {
    border: 0;
    margin: 0;
    padding-left: 0
}

.calc_sum .sum:last-child {
    padding-right: 0
}

.calc_sum .sum dt {
    line-height: 10px;
    min-height: 20px
}

.calc_sum .sum dd {
    display: block;
    font-family: 'robotobold';
    font-size: 22px;
    margin-top: 5px
}

.slider-md, .slider-xs {
    position: relative
}

.slider-md img, .slider-xs img {
    display: block
}

.slider-md .slider_cont, .slider-xs .slider_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slider-md .slider_title, .slider-xs .slider_title {
    top: -12px;
    text-transform: uppercase;
    color: #fff
}

.slider-md .slider_title span, .slider-xs .slider_title span {
    font-family: 'robotobold'
}

.slider-md .slider_text, .slider-xs .slider_text {
    color: #ffe5b5;
    overflow: hidden
}

.slider-md .bx-wrapper, .slider-xs .bx-wrapper {
    position: relative
}

.slider-md .bx-pager, .slider-xs .bx-pager {
    position: absolute
}

.slider-md {
    width: 360px;
    float: left
}

.slider-md .slider_item {
    height: 344px
}

.slider-md .slider_cont {
    padding: 50px 30px 30px;
    line-height: 18px
}

.slider-md .slider_title {
    font-size: 28px;
    line-height: 24px;
    margin: 0 0 40px
}

.slider-md .slider_text {
    max-height: 165px
}

.slider-md .bx-pager {
    bottom: 22px;
    left: 30px
}

.slider-xs {
    width: 220px
}

.slider-xs .slider_item {
    height: 210px
}

.slider-xs .slider_cont {
    padding: 30px 24px 20px;
    line-height: 16px
}

.slider-xs .slider_title {
    font-size: 17px;
    line-height: 15px;
    margin: 0 0 16px
}

.slider-xs .slider_text {
    max-height: 80px
}

.slider-xs .bx-pager {
    bottom: 8px;
    left: 25px
}

.tabs {
    width: 550px;
    float: right
}

.tab-btn {
    text-align: center;
    overflow: hidden
}

.tab-btn ul {
    display: table;
    width: 100%
}

.tab-btn li {
    font-family: 'roboto_bkbold';
    color: #fff;
    background-color: #a04401;
    max-width: 210px;
    min-width: 170px;
    display: table-cell;
    vertical-align: middle;
    padding: 18px 29px 14px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tab-btn .active {
    background-color: #ffb631;
    color: #000
}

.tab-item {
    display: none;
    background-color: #ffb631;
    padding: 25px 30px 0;
    height: 290px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tab-item.visible {
    display: block
}

.banner_1, .banner_2 {
    height: 308px;
    position: relative
}

.banner_1 .banner_cont, .banner_2 .banner_cont {
    width: 620px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.banner_1 .banner_title, .banner_2 .banner_title {
    font-family: 'roboto_medium';
    text-transform: uppercase
}

.banner_1 .banner_title span, .banner_2 .banner_title span {
    color: #fff
}

.banner_1 .form-order, .banner_2 .form-order {
    width: 290px;
    float: right;
    margin-top: 18px
}

.banner_1 img {
    position: absolute
}

.banner_1 .banner_title {
    color: #000;
    font-size: 40px;
    margin: 82px 0 0 210px;
    line-height: 34px
}

.banner_1 .end-action {
    float: right;
    margin: 23px 60px 0 0
}

.banner_2 {
    /*background: url(../img/banner-2-bg.png) no-repeat center center*/
}

.banner_2 .banner_title {
    color: #ffb631;
    font-size: 48px;
    line-height: 44px
}

.banner_2 .banner_cont {
    padding: 50px 0 0 60px
}

.banner_2 .end-action {
    color: #fff;
    margin-top: 14px
}

.banner_2 .form-order h3 {
    color: #fff
}

.about_text {
    /*background: url(../img/about-bg.png) no-repeat 620px bottom;*/
    text-align: justify;
    padding: 82px 380px 63px 60px;
    line-height: 22px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.about_text h2 {
    font-family: 'robotobold';
    margin-bottom: 30px
}

.company-services {
    padding: 55px 0 68px
}

.company-services h2 {
    margin-bottom: 55px;
    text-align: center
}

.company-services .slider-sm {
    margin-top: 15px
}

.company-services .bx-viewport {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.company-services .slider_item {
    font-family: 'roboto_bkbold';
    text-transform: uppercase;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.company-services .slider_item.ico:before {
    left: 0;
    top: 50%
}

.company-services .slider_item.i_1 {
    padding-left: 52px
}

.company-services .slider_item.i_1:before {
    margin-top: -33px
}

.company-services .slider_item.i_2 {
    padding-left: 86px
}

.company-services .slider_item.i_2:before {
    margin-top: -26px
}

.company-services .slider_item.i_3 {
    padding-left: 90px
}

.company-services .slider_item.i_3:before {
    margin-top: -24px
}

.company-services .slider_item.i_4 {
    padding-left: 100px
}

.company-services .slider_item.i_4:before {
    margin-top: -25px
}

.company-services .slider_item span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

.calc-train {
    padding-top: 43px;
    padding-bottom: 43px
}

.ya-share-news-detail {
    width: 100%;
    float: left;
    margin: 0 0 10px
}

.news_head .news_show {
    float: right;
    font-size: 12px;
    color: #777777;
    position: relative;
    margin-top: 10px;
    margin-left: 32px
}

.news_head .news_show:before {
    content: '';
    position: absolute;
    background: url(/bitrix/media/img/show_counter.png) no-repeat left top;
    width: 18px;
    height: 12px;
    top: 4px;
    left: -22px
}

.news_item {
    margin: 0 0 20px
}

.news_item_show {
    float: right;
    position: relative
}

.news_item_show:before {
    content: '';
    position: absolute;
    background: url(/bitrix/media/img/show_counter.png) no-repeat left top;
    width: 18px;
    height: 12px;
    top: 4px;
    left: -22px
}

.go-back {
    font-size: 14px;
    color: #777777;
    text-align: right;
    float: right;
    margin: 0 0 5px
}

.calc-train h2 {
    padding-left: 138px;
    vertical-align: middle;
    width: 360px;
    margin: 0 auto;
    display: block
}

.calc-train.index h2 {
    display: inline-block;
    margin: 0 0 0 98px;
    width: auto
}

.calc-train iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 800px
}

.calc-train h2:before {
    left: 70px
}

.calc-train .btn-trig {
    margin-left: 50px
}

.box-expand {
    display: none
}

.box-expand .form {
    width: 660px;
    margin: 0 auto;
    padding-top: 30px
}

.box-expand .field {
    margin-left: 10px
}

.box-expand .field .jq-checkbox + label {
    margin: 0 50px 0 15px
}

.box-expand .field .large {
    width: 260px
}

.box-expand .field .medium {
    width: 120px
}

.box-expand .field .small {
    width: 100px
}

.box-expand .field label + input {
    margin-left: 10px
}

.box-expand td:first-child .field {
    margin-left: 0
}

.box-expand td span {
    margin-left: 10px
}

.box-expand button {
    margin-top: 10px
}

.box-expand .country {
    font-family: 'robotobold';
    font-size: 24px;
    text-transform: uppercase;
    margin: 40px 0 20px
}

.box-expand .calc_sum {
    padding: 32px 0
}

.box-expand .sum {
    text-align: center;
    float: left;
    width: 50%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.shipping {
    padding: 57px 0 52px
}

.shipping h2 {
    text-align: center
}

.shipping_list {
    overflow: hidden;
    padding-top: 22px
}

.shipping_item {
    font-family: 'roboto_bkbold';
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    width: 120px;
    text-align: center;
    vertical-align: top;
    margin-left: 16px
}

.shipping_item:first-child {
    margin-left: 0
}

.shipping_item.ico {
    padding-top: 97px
}

.shipping_item.ico:before {
    left: 50%
}

.shipping_item.i_5:before {
    margin-left: -42px;
    top: 13px
}

.shipping_item.i_6:before {
    margin-left: -57px;
    top: 12px
}

.shipping_item.i_7:before {
    margin-left: -32px;
    top: 10px
}

.shipping_item.i_8:before {
    margin-left: -54px;
    top: 16px
}

.shipping_item.i_9:before {
    margin-left: -33px;
    top: 16px
}

.shipping_item.i_10:before {
    margin-left: -46px;
    top: 5px
}

.shipping_item.i_11:before {
    margin-left: -34px;
    top: 16px
}

.benefits {
    padding: 67px 0 78px
}

.benefits h2 {
    text-align: center
}

.benefits_list {
    overflow: hidden;
    padding-top: 12px
}

.benefits_item {
    font-family: 'roboto_bkbold';
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    margin-left: 20px
}

.benefits_item:first-child {
    margin-left: 0
}

.benefits_item.ico {
    padding-top: 120px
}

.benefits_item.ico:before {
    left: 50%
}

.benefits_item.i_12:before {
    margin-left: -53px;
    top: 13px
}

.benefits_item.i_13:before {
    margin-left: -29px;
    top: 8px
}

.benefits_item.i_14:before {
    margin-left: -49px;
    top: 4px
}

.benefits_item.i_15:before {
    margin-left: -30px;
    top: 14px
}

.steps {
    padding: 70px 0 78px
}

.steps h2 {
    text-align: center
}

.steps_list {
    background: url(../img/line-full.png) no-repeat 150px 53px;
    overflow: hidden;
    padding-top: 20px
}

.steps_item {
    font-family: 'roboto_bkbold';
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    margin-left: 20px
}

.steps_item:first-child {
    margin-left: 0
}

.steps_item.ico {
    padding-top: 100px
}

.steps_item.ico:before {
    left: 50%
}

.steps_item.i_16:before {
    margin-left: -33px
}

.steps_item.i_17:before {
    margin-left: -24px
}

.steps_item.i_18:before {
    margin-left: -49px
}

.steps_item.i_19:before {
    margin-left: -61px;
    margin-top: 9px
}

.steps_item span {
    text-transform: none
}

.list-docs h2 {
    margin-bottom: 27px
}

.list-docs ul {
    border-top: 2px solid #000
}

.list-docs li {
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5
}

.map {
    height: 500px;
    position: relative;
    overflow: hidden
}

.map ymaps {
    margin: 0 auto
}

.calc_sum .sum dd {
    font-size: 15px
}

.calc_sum .sum {
    padding: 0 15px
}

.calc_sum .totalCost {
    width: 94px
}

.calc_sum .delivery {
    width: 70px
}

.calc_sum .order {
    width: 100px
}

.calc_sum .order .btn_red {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    line-height: 15px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.map .box_contacts {
    background-color: #FFB731;
    width: 270px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -150px;
    padding: 17px 20px 15px
}

.map .box_contacts h2 {
    font-family: 'robotobold';
    margin-bottom: 28px
}

.map .box_contacts .address, .map .box_contacts .phone {
    padding-left: 28px
}

.map .box_contacts .phone a {
    color: #000;
    text-decoration: none
}

.map .box_contacts .address:before {
    left: 0
}

.map .box_contacts .phone:before {
    top: 4px;
    left: 2px
}

.map .box_contacts .phone {
    font: 21px/1 'robotoregular';
    margin-top: 4px
}

.products {
    padding-bottom: 90px;
    padding-top: 15px
}

.comments {
    padding-top: 55px;
    border-bottom: 1px solid #e5e5e5
}

.comments h2 {
    border-bottom: 2px solid #000;
    padding-bottom: 25px
}

.author_info {
    padding-left: 119px
}

.author_avatar {
    float: left
}

.author_name {
    font-family: 'roboto_bkbold';
    font-size: 18px
}

.author_message {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0 25px
}

.comment_date {
    float: right
}

.comment_item .reply_comments {
    margin-left: 119px
}

.comment_item .reply_comments .comment_item:last-child .author_message {
    border: 0;
    padding-bottom: 0
}

.comment_item:last-child .author_message {
    border: 0;
    padding-bottom: 0
}

.comment_cont {
    margin-bottom: 40px
}

.add_comment {
    padding-top: 15px
}

.add_comment .form {
    padding-top: 6px
}

.add_comment button {
    margin-top: 10px
}

.footer {
    padding: 0 0 61px
}

.footer .copy {
    padding-top: 46px
}

.footer_col {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer_col.pasport {
    width: 140px
}

.footer_col.catalog {
    width: 300px;
    padding-left: 43px
}

.footer_col.info {
    width: 220px
}

.footer_col.docs {
    width: 220px
}

.footer_col:first-child {
    margin-left: 0
}

.footer_title {
    font-family: 'roboto_bkbold';
    text-transform: uppercase;
    margin-bottom: 16px
}

.footer_nav {
    overflow: hidden;
    padding-top: 46px
}

.footer_nav ul {
    line-height: 30px
}

.footer_nav a {
    color: #000;
    text-decoration: none
}

.footer_nav a:hover {
    color: #ffb631
}

.products .full_calc {
    margin: 0px 0px 30px 0px;
    height: 344px
}

.map .rekvizit {
    line-height: 1.3em;
    font-size: 14px;
    margin: 7px 0 0 0
}

.banner-lg {
    position: relative;
    height: 400px;
    margin-bottom: 35px
}

.banner-lg .slider-container, .banner-lg .slider_item {
    height: 100%
}

.banner-lg .box-order_pos {
    position: relative
}

.banner-lg .box-order_pos .inner {
    position: relative
}

.banner-lg .form-order {
    background-color: #ffb631;
    width: 290px;
    height: 340px;
    position: absolute;
    right: 0;
    bottom: 30px
}

.banner-lg.banner-dark .form-order {
    background-color: #A04401;
    color: #fff
}

.banner-lg.banner-dark .form-order button.btn_red {
    background-color: #FFB731;
    color: #000
}

.banner-lg.banner-dark .form-order button.btn_red:hover {
    background-color: #F19C00
}

.banner-lg .form-order h3 {
    margin: 10px 0
}

.banner-lg .form-order .end-action {
    margin-top: 16px
}

.banner-lg .slider_cont {
    width: 100%;
    max-width: 940px;
    padding: 0 310px 0 10px;
    margin: 0 auto;
    position: relative;
    height: 355px;
    line-height: 355px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.banner-lg .slider_cont img {
    float: left;
    margin: 0 20px 0 0;
    display: inline;
    vertical-align: middle
}

.text-after-table-calc {
    margin: -33px 0px 30px 12px;
    font-weight: bold;
    font-size: 12px
}

.slider_cont {
    font: 70px roboto_medium;
    color: #fff;
    text-transform: uppercase
}

.slider_cont b {
/ / font: normal 70 px / 60 px roboto_bkbold;
    font: normal 68px/60px roboto_bkbold
}

.slider_cont span {
/ / line-height: 50 px;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
/ / margin: - 80 px 0 0 0;
    text-align: left
}

.slider_cont.cl_76 span {
    background: rgba(34, 34, 34, .7);
    padding: 16px
}

.slider_cont span.oil {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold
}

.slider_item.gray .slider_cont span.oil {
    background: rgba(34, 34, 34, .7);
    padding: 7px 30px 30px
}

.slider_cont span.oil b {
    font-size: 50px;
    font-family: roboto_medium
}

.slider_cont h1 small {
    font-weight: bold
}

.slider_cont h1 {
    margin: 0
}

.slider_cont span.oil small {
    display: block;
    line-height: 40px;
    position: relative;
    font-size: 36px
}

.slider_cont i {
    font-style: normal
}

.orange_frame {
    background: url(../image/slider/orange_frame.png) no-repeat;
    width: 480px;
    height: 112px;
    display: block;
    color: #ffb631;
    font: 160px/164px roboto_medium;
    padding: 0 0 0 89px
}

.slider_cont.cl_56 .orange_frame {
    background-image: url(../image/slider/orange_frame_tonna.png)
}

.oil_frame {
    /*background: url(../images/oil_frame.png) no-repeat;*/
    width: 480px;
    height: 112px;
    display: block;
    color: #ffb631;
    padding: 0 0 0 89px;
    font: 40px/45px roboto_medium;
    display: block;
    padding-top: 12px;
    text-align: right;
    padding-right: 232px;
    box-sizing: border-box;
    margin-top: 17px
}

.slider_txt_light {
    font: normal 70px/50px roboto_ltregular
}

.slider_txt_bold {
    font: normal 45px/30px roboto_bkbold
}

.slider_txt_reg {
    font: 30px/30px roboto_medium
}

.slider_txt_reg2 {
    font: 50px/30px roboto_medium
}

.slider-lg .slider_cont img {
    float: left;
    margin: 0 20px 0 0;
    display: inline;
    vertical-align: middle
}

.slider_txt_great {
    font: 90px/90px roboto_bkbold
}

.black_text {
    color: #000
}

.slider_txt_great_white {
    font: 90px/110px roboto_medium;
    color: #fff
}

.black_frame {
    background: url(../image/slider/black_frame.png) no-repeat;
    width: 373px;
    height: 126px;
    display: block;
    font: 160px/164px roboto_medium;
    padding: 0 0 0 77px
}

.slider_cont_reg {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 18px;
    padding: 40px 15px 30px
}

.nav .open-submenu {
    display: none
}

.nav ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 200px;
    left: 0;
    top: 100%;
    background: #ffb631;
    margin: 0;
    z-index: 999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.nav ul ul li {
    float: none;
    text-align: left;
    padding: 5px 20px;
    border-bottom: 1px solid #fff;
    margin: 0
}

.nav ul ul li:hover {
    background: #fdc868
}

.nav ul ul li:last-child {
    border: 0
}

.nav ul ul a {
    border: 0;
    padding: 0 !important
}

.full_calc .tabs {
    width: 100%;
    float: none
}

.text_block {
    padding-top: 10px
}

.text_block img {
    display: block;
    float: left;
    margin-right: 15px;
    max-width: 300px
}

.text_container {
    padding-top: 30px;
    overflow: hidden
}

.show_contacts {
    display: none;
    position: absolute
}

.footer.bor-top .inner {
    border-top: 2px solid #000
}

h2 a {
    text-decoration: none
}

.text h4 {
    color: #a04401;
    font-weight: bold;
    font-size: 18px;
    margin: 0px 0px 0px 0px
}

.items-list-block {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 18px
}

.grey {
    color: #6c6c6c
}

.smalltext {
    font-size: 11px;
    margin: 0px 0px 10px 0px
}

.text ul {
    list-style-image: url(../image/slider/list-style-square.png);
    margin-left: 40px;
    display: inline-block
}

.text ul li {
    margin-bottom: 9px
}

.text table {
    width: 100%;
    text-align: center;
    margin: 23px 0 40px
}

.text table td {
    padding: 14px 10px
}

.text table thead {
    background-color: #000;
    color: #fff
}

.text table thead td {
    border-left: 1px solid #555d67
}

.text table thead td:first-child {
    border: 0
}

.text table tbody tr {
    border-bottom: 1px solid #eee
}

.text table tbody td:first-child {
    text-align: left
}

.text table tbody td {
    width: 33.3333%;
    font: 12px/22px 'roboto_ltregular', Arial, Helvetica, sans-serif
}

.jq-selectbox ul {
    overflow-y: scroll !important;
    height: 195px !important;
    display: block !important;
    margin: 0 !important
}

.jq-selectbox ul li {
    margin: 0
}

.tab-btn ul {
    margin-left: 0;
    display: table;
    width: 100%
}

.clearfix:after {
    visibility: hidden;
    display: table;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0
}

.section_list {
    margin: 0 -5px 30px
}

.section_list-item {
    float: left;
    width: 220px;
    height: 220px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0 5px 10px
}

.section_list-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    background: #ffb631;
    padding: 53px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.section_list-item a:hover {
    background: #000;
    color: #ffb631
}

.section_list-item span {
    position: relative;
    height: 85px;
    display: block;
    margin: 0 auto 34px
}

.section_list-item i {
    display: block;
    margin: 0;
    width: 100%
}

.section_list-item:hover i {
    background-position: center bottom !important
}

.section_list-item b {
    display: block;
    font: 900 14px/1 Roboto
}

.doc-item {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 18px
}

.doc-item:first-child {
    margin-top: 25px
}

.items-list-block-name {
    color: #398510;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 0px;
    padding: 6px 7px
}

.items-list-block-name span {
    font-size: 12px;
    color: #222
}

.items-list-block-subname {
    color: #999;
    font-size: 11px;
    line-height: 1.5;
    margin: 7px 0 0
}

.items-list-block-subname a, .items-list-block-subname span {
    color: #555
}

.text table.no-border {
    border: 0;
    margin: 10px 0
}

.text table.no-border td, .text table.no-border tr {
    border: 0;
    width: auto;
    font: 14px/22px 'roboto_ltregular', Arial, Helvetica, sans-serif
}

.text table.no-border td {
    padding: 0 10px 14px 0
}

.text table.no-border img {
    max-width: none
}

.clear {
    clear: both
}

.form-order .request-form {
    position: relative
}

.request-form .field label.error {
    display: none !important
}

.request-form .field input.error {
    box-shadow: 0 0 4px 1px #f00
}

.request-form-success {
    position: absolute;
    background: #fff;
    height: 85px;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 85px
}

.form-styled {
    background: #ffb631;
    padding: 25px 30px;
    color: #000;
    margin: -10px 0 30px;
    position: relative;
    text-align: center
}

.form-styled label {
    display: inline-block;
    width: 80px;
    margin: 0 10px 15px 0;
    text-align: right;
    line-height: 40px;
    vertical-align: middle
}

.form-styled input {
    display: inline-block;
    width: 280px;
    background: #000;
    color: #fff;
    border: 0;
    margin: 0 90px 15px 0;
    vertical-align: middle
}

.form-styled button {
    width: auto;
    height: auto;
    font-family: inherit
}

.link-subscribe {
    text-align: center;
    background: #ffb631;
    border-top: 0;
    padding: 10px 10px;
    color: #000;
    line-height: 40px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    margin: 0 0 -2px 0
}

.link-subscribe a {
    margin: 0 0 0 20px;
    padding: 1px 25px;
    font-size: 14px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: white
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.footer-link {
    padding: 40px 0 0 0;
    overflow: hidden
}

.footer-link .fl-left {
    float: left;
    padding: 0 10px 0 0
}

.footer-link .fl-right {
    float: left;
    padding: 0 0 0 10px
}

table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top
}

table.form-table th {
    /*background-image: url(images/table_head.gif);*/
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A
}

table.form-table td {
    padding: 15px 5px
}

.form-required {
    color: red
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    /*background-image: url(images/icon_warn.gif)*/
}

div.bx-yandex-map {
    color: black;
    font-size: 11px
}

div.bx-yandex-map div.YMaps-b-balloon-content {
    color: black;
    font-size: 11px
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
    padding: 0px !important
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea {
    font-size: 11px
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
    background-image: none !important
}

.company-services .slider_item {
    font-family: 'roboto_bkbold';
    text-transform: uppercase;
    display: inline-block;
    height: 132px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.company-services .slider_item span {
    display: block
}

.slider_item {
    text-align: center
}

.checkedprive {
    display: inline;
    margin-top: 12px;
    vertical-align: center;
}

a.checkedprive {
    font-size: 10px !important;
}

.tpofacti > label {
    margin-right: 0;
    width: auto
}

.footer-mediak .footer-print {
    /*background: rgba(0, 0, 0, 0) url(/bitrix/media/img/ico-print.png) no-repeat scroll 0 0 / cover;*/
    display: block;
    height: 18px;
    vertical-align: top;
    width: 18px
}

.footer-mediak {
    display: inline-block;
    float: right
}

@media print {
    .slider-lg {
        display: none
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes "fadeOut" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.list-of-paspor {
    text-align: center
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative
}

.form-order-popup {
    background: #ffb631;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    color: #000
}

.form-calc-train-popup {
    background: #fff;
    padding: 20px 30px;
    max-width: 650px;
    margin: 40px auto;
    position: relative
}

.js-submit-train-order {
    width: 200px
}

.form-order-popup h3 {
    margin-top: 0
}

.form-calc {
    background-color: #ffb631;
    margin: 0 0 25px 0
}

.form-calc .form {
    padding: 25px 30px 5px
}

.form-calc label {
    width: 200px;
    display: inline-block
}

.form-calc .tab-item {
    padding: 0;
    height: auto
}

.form-calc .input-liters {
    text-align: right;
    width: 79px;
    margin: 0 20px 0 0
}

.form-calc .val-liters {
    width: 555px;
    display: inline-block;
    vertical-align: middle
}

.form-calc .field.check {
    margin-left: 202px
}

.form-calc .calc_sum .sum {
    width: 191px !important
}

.form-calc .calc_sum .order .btn_red {
    padding-top: 18px;
    padding-bottom: 18px
}

.service-form {
    background: #ffb631;
    padding: 20px 20px 16px 15px;
    position: relative;
    margin: 0 -130px
}

.service-form-info {
    color: #000;
    font: 12px/13px roboto_ltregular;
    border-radius: 0;
    position: absolute;
    text-decoration: none;
    opacity: 1;
    transition: all ease .5s;
    top: -160px;
    right: 0px;
    height: 64px;
    width: 115px;
    padding: 10px 0 0 24px;
    box-sizing: border-box
}

.js-basis {
    position: relative
}

.js-basis .loader {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('../img/ajax-loader.gif');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ''
}

.js-basis.v2 .service-form-info {
    width: 149px;
    font: 13px/11px roboto_ltregular;
    padding: 14px 0 0 46px;
    z-index: +1
}

.js-basis.v2 .map {
    height: 360px
}

.js-basis.v2 tr.map td {
    padding: 0
}

.service-form-info.visible {
    opacity: 1
}

.service-form-info:after {
    /*background: url(../images/icon-howto.png) no-repeat;*/
    height: 30px;
    width: 31px;
    display: block;
    position: absolute;
    left: 19px;
    bottom: -12px;
    content: "";
    display: none
}

.service-form-info i {
    font: 48px/1 roboto_bkbold;
    color: #fff;
    position: absolute;
    display: block;
    top: 15px;
    left: 6px;
    animation: pulse 5s infinite linear;
    /*background: url(../images/icon-howto.png) no-repeat;*/
    color: transparent;
    height: 31px;
    width: 31px
}

@keyframes "pulse" {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    5%, 15% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }
    10%, 20%, 100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.service-form-inputs {
    float: left
}

.service-form-input {
    padding: 0 5px 5px;
    width: 250px;
    float: left
}

.service-form-input.v2 {
    width: 200px
}

.service-form-input.v3 {
    width: 160px
}

.service-form-input input, .service-form-input .jq-selectbox__select {
    width: 100%;
    background: #fff;
    font: 14px/40px roboto_ltregular;
    color: #000;
    padding: 0 15px 0 30px
}

.service-form-input input:disabled {
    background: #eee;
    color: #777
}

.service-form-input input.error {
    box-shadow: 0 0 0 2px #a04401
}

.service-form-input .jq-selectbox__trigger-arrow {
    /*background: url(../images/select-arrow.png) no-repeat*/
}

.service-form-input .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    background-position: 0;
    transform: rotate(180deg)
}

.service-form-input .jq-selectbox__dropdown {
    padding: 0;
    background: #fff
}

.service-form-input .jq-selectbox ul {
    height: auto !important;
    overflow-y: auto !important;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, .3)
}

.service-form-input .jq-selectbox li {
    padding: 4px 15px 4px 30px;
    color: #000;
    margin-bottom: 0
}

.service-form-input .jq-selectbox li:hover {
    background: #f1f3f3;
    color: #000
}

.service-form-input .jq-selectbox li.selected, .service-form-input .jq-selectbox li.sel {
    background: #a04401;
    color: #fff
}

.service-form-input .jq-selectbox li.disabled {
    color: #777
}

.form-btn {
    font: 14px/1 roboto_bkbold;
    text-align: center;
    height: 85px;
    padding: 0;
    border: 0;
    width: 120px;
    float: right
}

.btn-broun {
    background: #10d001;
    color: #fff;
    text-align: center
}

.js-map {
    height: 400px;
    overflow: hidden
}

.js-map-inner {
    position: absolute;
    left: 0;
    right: 0;
    height: 400px;
    display: none
}

.js-map-inner {
    position: absolute;
    left: 0;
    right: 0
}

.js-basis {
    position: relative
}

.js-basis.v2 {
    width: 1200px;
    margin: 0 -130px 20px
}

.ya-share-catalog-box {
    margin: 0 -130px 45px 0;
    float: right
}

.service-form-bottom {
    margin: 20px 0 0 -5px
}

.service-form-bottom > div {
    float: left;
    font: 12px/13px roboto_ltregular;
    color: #000;
    padding: 0 7px
}

.service-form-bottom > div div.left {
    float: left
}

.service-form-bottom > div div.left + span {
    margin-left: 10px
}

.service-form-bottom > div span {
    float: right;
    font: 24px/1 Antonio-Bold
}

.service-form-bottom > div small {
    font: 14px/24px roboto_ltregular
}

.service-btn-path {
    float: right;
    height: 28px;
    width: 120px;
    display: block;
    background: #d67812;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    margin-top: -20px
}

.service-btn-path i {
    /*background: url(../images/icon-path.png) no-repeat;*/
    height: 18px;
    width: 11px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle
}

.service-btn-price {
    float: right;
    clear: right;
    display: block;
    height: 28px;
    background: #d67812;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    padding: 0;
    width: 120px;
    margin: 5px 0 -10px 0
}

.service-btn-price i {
    display: none
}

.more-btns {
    float: right;
    margin: 0 0 0 0
}

.more-btns .service-btn-path {
    height: 38px;
    line-height: 38px;
    width: 140px;
    font-size: 14px;
    margin: 0
}

.more-btns .service-btn-price {
    height: 40px;
    line-height: 11px;
    width: 140px;
    font-size: 13px;
    margin: 0;
    padding: 10px 0 0 43px;
    box-sizing: border-box;
    background-image: url(../images/icon-price.png);
    background-position: 14px 11px;
    background-repeat: no-repeat;
    text-align: left
}

.more-btns .service-btn-price i {
    display: none;
    height: 47px;
    background: url(../images/icon-xls.png) bottom center no-repeat;
    background-size: contain;
    margin: 5px 0 0 0
}

.service-table {
    border: 0;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #d9d9d9
}

.service-table .btn-map {
    background: #a04401;
    height: 32px;
    display: inline-block;
    width: 28px;
    text-align: center;
    margin: 0 0 0 6px;
    line-height: 32px
}

.service-table .btn-map i {
    /*background: url(../images/icon-path.png) no-repeat;*/
    height: 18px;
    width: 11px;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle
}

.service-table th {
    font: 13px/1 roboto_ltregular;
    color: #fff;
    background: #130800;
    border: 1px solid #373737;
    padding: 13px 10px
}

.service-table th div a {
    /*background: url(../images/icon-th-sort.png) no-repeat right top;*/
    height: 4px;
    width: 7px;
    display: inline-block
}

th div a.selected, .service-table th.headerSortUp div a:first-child {
    background-position: left top
}

.service-table th div a + a.selected, .service-table th.headerSortDown div a:last-child {
    background-position: left bottom
}

.service-table th div a + a {
    background-position: right bottom;
    margin-left: 3px
}

.service-table tbody tr {
    display: none
}

.service-table tbody tr.visible {
    display: table-row
}

.service-table tr td:first-child {
    border: 0
}

.service-table tbody tr.odd td {
    background: #f6f6f6
}

.service-table td {
    text-align: center;
    padding: 13px 10px;
    border-left: 1px solid #d9d9d9
}

.service-table td small {
    display: block;
    font-size: 10px
}

.service-table td small.rise-up {
    color: red
}

.service-table td small.rise-down {
    color: #10d001
}

.service-table td small.rise-up i, .service-table td small.rise-down i {
    /*background: url(../images/icon-rise.png) no-repeat 0 -3px;*/
    height: 3px;
    width: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.service-table td small.rise-down i {
    background-position: 0 0
}

.service-table td a.btn-broun {
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 87px
}

.service-table td a.btn-broun.wide {
    width: 120px
}

.service-table td a.btn-broun.js-oil_form_train {
    width: 120px
}

.service-table.v2 td a.btn-broun {
    display: inline-block
}

.service-table td a.btn-broun.active {
    background: #FFB531;
    color: #000
}

@-webkit-keyframes "bounceIn" {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes "bounceIn" {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.service-table thead {
    display: block;
    width: 100%
}

.service-table tbody {
    overflow-y: scroll;
    display: block;
    width: 100%;
    max-height: 630px
}

.service-table th, .service-table td {
    padding: 6px 6px
}

.service-table thead th:nth-child(1) {
    width: 51px
}

.service-table thead th:nth-child(2) {
    width: 158px
}

.service-table thead th:nth-child(3) {
    width: 96px
}

.service-table thead th:nth-child(4) {
    width: 65px
}

.service-table thead th:nth-child(5) {
    width: 68px
}

.service-table thead th:nth-child(6) {
    width: 68px
}

.service-table thead th:nth-child(7) {
    width: 56px
}

.service-table thead th:nth-child(8) {
    width: 85px
}

.service-table thead th:nth-child(9) {
    width: 103px
}

.service-table tbody td:nth-child(1) {
    width: 51px
}

.service-table tbody td:nth-child(2) {
    width: 158px
}

.service-table tbody td:nth-child(3) {
    width: 96px
}

.service-table tbody td:nth-child(4) {
    width: 65px
}

.service-table tbody td:nth-child(5) {
    width: 68px
}

.service-table tbody td:nth-child(6) {
    width: 68px
}

.service-table tbody td:nth-child(7) {
    width: 56px
}

.service-table tbody td:nth-child(8) {
    width: 85px
}

.service-table.v2 thead th:nth-child(1), .service-table.v2 tbody td:nth-child(1) {
    width: 51px
}

.service-table.v2 thead th:nth-child(2), .service-table.v2 tbody td:nth-child(2) {
    width: 56px
}

.service-table.v2 thead th:nth-child(3), .service-table.v2 tbody td:nth-child(3) {
    width: 158px
}

.service-table.v2 thead th:nth-child(4), .service-table.v2 tbody td:nth-child(4) {
    width: 180px
}

.service-table.v2 thead th:nth-child(5), .service-table.v2 tbody td:nth-child(5) {
    width: 65px
}

.service-table.v2 thead th:nth-child(9), .service-table.v2 tbody td:nth-child(9), .service-table.v2 thead th:nth-child(6), .service-table.v2 tbody td:nth-child(6), .service-table.v2 thead th:nth-child(7), .service-table.v2 tbody td:nth-child(7) {
    width: 68px
}

.service-table.v2 thead th:nth-child(8), .service-table.v2 tbody td:nth-child(8) {
    width: 120px
}

.service-table.v2 thead th:nth-child(10), .service-table.v2 tbody td:nth-child(10) {
    width: 85px
}

.service-table.v2 thead th:nth-child(11) {
    width: 137px
}

a.callbackkiller {
    left: 50px !important;
    right: auto !important
}

a.callbackkiller div.cbk-phone-bgr {
    background: rgba(160, 68, 1, 0.75) !important
}

.h2-kotirovki {
    font-size: 18px;
    margin: 0 0 1em 0
}

.table-kotirovki {
    margin: 0 0 2em 0
}

.table-kotirovki table {
    border-collapse: collapse;
    border: 0;
    width: 100%
}

.table-kotirovki table thead th {
    background: #000;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    border-left: 1px solid #2a2a2a;
    height: 40px
}

.table-kotirovki table thead th:first-child {
    border-left: 0
}

.table-kotirovki table tbody td {
    border-left: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #d0d0d0;
    padding: 9px 10px
}

.table-kotirovki table tbody td:first-child {
    border-left: 0
}

.table-kotirovki table tbody tr:nth-child(even) td {
    background: #f4f4f4
}

.table-kotirovki table tbody td span.change.asc {
    display: inline-block;
    color: #0f0
}

.table-kotirovki table tbody td span.change.desc {
    display: inline-block;
    color: #f00;
    margin: 0 0 0 15px
}

.table-kotirovki table tbody td span.change::after {
    display: inline-block;
    /*background: url(/bitrix/media/images/icon-rise.png) 0 0;*/
    content: '';
    width: 5px;
    height: 3px;
    vertical-align: middle;
    margin: 0 0 0 4px
}

.table-kotirovki table tbody td span.change.desc::after {
    background-position: bottom left
}

.graph-kotirovki {
    margin: 0 0 2em 0
}

.graph-kotirovki .graph-tabs {
    background: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 0 1em 0
}

.graph-kotirovki .graph-tabs a {
    display: inline-block;
    color: #ffb741;
    border-bottom: 2px dotted #ffb741;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    margin: 0 0 0 20px
}

.graph-kotirovki .graph-tabs a.active {
    border: 0;
    background: #ffb741;
    color: #000;
    line-height: 36px;
    padding: 0 15px;
    margin-top: 2px;
    vertical-align: top
}

#kotirvki-fixed-carousel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 999;
    color: #fff;
    padding: 0 40px;
    box-sizing: border-box
}

#kotirvki-fixed-carousel .header {
    text-align: center;
    background: #ffb741;
    line-height: 25px;
    color: #000;
    position: relative;
    margin: 0 -40px
}

#kotirvki-fixed-carousel .carousel {
    height: 25px;
    margin: 18px 0;
    width: 760px;
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle
}

#kotirvki-fixed-carousel .carousel .item {
    height: 25px;
    line-height: 25px;
    border-right: 1px solid #3b3b3b;
    padding: 0 15px
}

#kotirvki-fixed-carousel span.price {
    display: inline-block;
    margin: 0 0 0 15px
}

#kotirvki-fixed-carousel span.change {
    display: inline-block;
    margin: 0 0 0 5px
}

#kotirvki-fixed-carousel span.change.asc {
    color: #0f0
}

#kotirvki-fixed-carousel span.change.desc {
    color: #f00
}

#kotirvki-fixed-carousel span.change.asc::after, #kotirvki-fixed-carousel span.change.desc::after {
    display: inline-block;
    /*background: url(../images/icon-rise.png) no-repeat 0 0;*/
    width: 5px;
    height: 3px;
    content: '';
    vertical-align: top;
    margin: 11px 0 0 7px
}

#kotirvki-fixed-carousel span.change.desc::after {
    background-position: bottom left
}

#kotirvki-fixed-carousel .owl-nav {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%
}

#kotirvki-fixed-carousel .owl-prev {
    position: absolute;
    top: 0;
    left: -40px;
    background: #000;
    height: 60px;
    line-height: 60px;
    width: 40px;
    text-align: center;
    color: #000
}

#kotirvki-fixed-carousel .owl-next {
    position: absolute;
    top: 0;
    right: -40px;
    background: #000;
    height: 60px;
    line-height: 60px;
    width: 40px;
    text-align: center;
    color: #000
}

#kotirvki-fixed-carousel .owl-prev::before, #kotirvki-fixed-carousel .owl-next::before {
    content: '';
    /*background: url(../images/kotirovki-arrows.png) 0 0 no-repeat;*/
    width: 14px;
    height: 25px;
    display: block;
    margin: 18px 0 0 10px
}

#kotirvki-fixed-carousel .owl-next::before {
    margin: 18px 0 0 16px;
    background-position: top right
}

.btn-yellow {
    font: 700 14px/35px Roboto;
    color: #000;
    display: inline-block;
    padding: 0 15px;
    background: #ffb741
}

li.to-map-level {
    margin: 5px 0
}

.to-map-level a {
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-decoration: none
}

ul.to-map {
    padding: 5px 0 5px 20px
}


.slider_block {
    margin: 0 -15px;
    word-spacing: -0.36em
}

.slider_block .slider-md, .slider_block .calc-banner {
    display: inline-block;
    vertical-align: top;
    float: none;
    word-spacing: normal;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slider_block .slider-md {
    width: 38%
}

.slider_block .calc-banner {
    width: 62%
}

.slider-md .slider_item {
    height: auto
}

.related_list {
    margin: 0 -15px;
    word-spacing: -0.36em
}

.related_list > * {
    word-spacing: normal
}

.related .related_item {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 1200px) {
    .nav a {
        padding: 6px 16px
    }

    .service-form {
        margin: 0
    }

    .service-form-top {
        position: relative
    }

    .service-form-inputs {
        padding-right: 160px
    }

    .more-btns {
        position: absolute;
        float: none;
        right: 0;
        top: 0
    }

    .js-basis.v2 .service-form-info {
        display: none
    }

    #calcForm .inner {
        max-width: none
    }

    #calcForm h2 {
        max-width: none
    }

    .js-basis.v2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .service-table th {
        font-size: 11px
    }

    .service-table th, .service-table td {
        width: auto !important
    }

    .service-table thead {
        display: table-header-group
    }

    .service-table tbody {
        display: table-row-group
    }

    .service-table th:last-child, .service-table td:last-child {
        width: 124px !important
    }
}

@media screen and (max-width: 1024px) {


    .fuel {
        position: absolute;
        right: 15px;
        top: 0;
        margin: 0
    }

    .fuel_name {
        height: 20px;
        line-height: 20px;
        font-size: 11px
    }

    .fuel_item.with-status .fuel_price {
        height: 27px;
        padding-top: 4px;
        line-height: 1
    }

    .fuel_price {
        font-size: 12px
    }

    .slider_cont {
        font-size: 50px
    }

    .slider_txt_reg2 {
        font-size: 32px
    }

    .slider_txt_great {
        font-size: 50px
    }

    .slider-lg .slider_cont {
        max-width: 940px;
        width: auto
    }

    .slider_cont b {
        font-size: 50px
    }

    .orange_frame {
        width: 100%;
        max-width: 480px;
        font-size: 100px;
        line-height: 100px;
        background-size: contain
    }

    .slider_txt_great_white {
        font-size: 60px
    }

    .slider-lg .form-order {
        right: 15px
    }

    .calc_iframe {
        overflow: auto
    }

    .calc_iframe iframe {
        width: 800px
    }

    .calc-train.index h2 {
        margin: 0
    }

    .shipping_item {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 30px
    }

    .steps_list {
        background: none
    }

    .open-sidebar {
        display: inline-block;
        position: relative;
        font-size: 24px;
        color: #000;
        padding-left: 70px;
        z-index: 10;
        margin-left: 15px;
        line-height: 50px;
        text-decoration: none;
        margin-top: -15px;
        margin-bottom: 25px
    }

    .open-sidebar i {
        position: relative;
        width: 26px;
        height: 3px;
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -1px;
        background: #ffb631
    }

    .open-sidebar.active i {
        -webkit-transform: scale(-1, 1) translateZ(0);
        -ms-transform: scale(-1, 1) translateZ(0);
        -o-transform: scale(-1, 1) translateZ(0);
        transform: scale(-1, 1) translateZ(0)
    }

    .open-sidebar i:before {
        content: "";
        width: 16px;
        height: 3px;
        position: absolute;
        right: 0;
        top: 0;
        background: #ffb631;
        -webkit-transform: rotate(45deg) translateY(-7px) translateZ(0);
        -ms-transform: rotate(45deg) translateY(-7px) translateZ(0);
        -o-transform: rotate(45deg) translateY(-7px) translateZ(0);
        transform: rotate(45deg) translateY(-7px) translateZ(0)
    }

    .open-sidebar i:after {
        content: "";
        width: 16px;
        height: 3px;
        position: absolute;
        right: 0;
        top: 0;
        background: #ffb631;
        -webkit-transform: rotate(-45deg) translateY(7px) translateZ(0);
        -ms-transform: rotate(-45deg) translateY(7px) translateZ(0);
        -o-transform: rotate(-45deg) translateY(7px) translateZ(0);
        transform: rotate(-45deg) translateY(7px) translateZ(0)
    }

    .open-sidebar:before {
        content: "";
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0px;
        border: 2px solid #ffb631;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .products {
        overflow: hidden
    }

    .open-sidebar + .inner {
        max-width: none;
        position: relative;
        margin: 0 0 0 -260px !important;
        max-width: none !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }

    .open-sidebar + .inner.active {
        -webkit-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px)
    }

    .section_list-item {
        width: 25%;
        height: 220px;
        padding: 0 5px;
        margin: 0 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .products {
        padding-bottom: 50px
    }

    .js-basis-inner {
        overflow: auto
    }

    .js-basis-inner table {
        width: 1024px
    }

    .news_item img {
        height: auto !important
    }
}

@media screen and (max-width: 768px) {

    .slider-lg .form-order {
        display: none
    }

    .slider-lg .form-order2 {
        background-color: #ffb631;
        display: block !important;
        width: auto !important;
        padding: 20px 20px 20px 20px !important;
        position: absolute;
        bottom: 30px;
        right: 15px;
    }

    .slider-lg .slider_cont {
        padding-right: 0
    }

    .slider_block .slider-md {
        width: 50%
    }

    .slider_block .calc-banner {
        width: 50%
    }

    .news_short-list .row > div:nth-of-type(4) {
        display: none
    }

    .banner-lg {
        height: auto
    }

    .banner-lg .slider_item {
        background-size: cover !important;
        min-height: 710px
    }

    .banner-lg .slider_cont {
        padding-right: 0
    }

    .banner-lg .form-order {
        width: 100%;
        max-width: 290px;
        left: 50%;
        right: auto;
        margin-left: -145px
    }

    .benefits_item, .steps_item {
        margin-bottom: 30px
    }

    .benefits, .steps {
        padding-bottom: 40px
    }

    .black_frame {
        width: 100%;
        max-width: 373px;
        font-size: 120px;
        line-height: 140px
    }

    .footer_col {
        width: 50%;
        margin-bottom: 30px
    }

    .section_list-item {
        width: 33.3333%
    }

    .service-form-input.v2 {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .service-form-inputs {
        padding-right: 0;
        margin: 0 -5px;
        float: none
    }

    .service-form {
        padding: 20px 15px 15px
    }

    .more-btns {
        position: relative;
        margin-top: -44px
    }

    .service-form-input.v3 {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .js-basis.v2 {
        margin-bottom: 40px
    }

    .calc-train.index h2 {
        display: block;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 90px
    }

    .calc-train h2:before {
        left: 40px
    }

    .calc-train .btn-trig {
        display: block;
        margin: 30px auto 0;
        max-width: 200px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 600px) {

    .fuel_item {
        width: 50px
    }

    .search {
        float: none;
        margin-top: 10px
    }

    .slider-lg .slider_cont {
        padding: 0 !important
    }

    .slider-lg .slider_cont {
        font-size: 36px
    }

    .slider_txt_reg2 {
        font-size: 24px
    }

    .slider_txt_great {
        font-size: 36px;
        line-height: 60px
    }

    .slider_cont b {
        font-size: 36px
    }

    .orange_frame {
        font-size: 80px;
        line-height: 90px
    }

    .slider_txt_great_white {
        font-size: 46px;
        line-height: 70px
    }

    .slider_cont.cl_56 .orange_frame {
        padding-left: 50px;
        font-size: 66px;
        line-height: 76px
    }

    .slider_cont.cl_77 img {
        max-width: 100px
    }

    .slider_cont.cl_77 br {
        display: none
    }

    .slider_cont.cl_77 b {
        max-width: 200px;
        display: block
    }

    .slider_block {
        text-align: center
    }

    .slider_block .slider-md {
        width: 100%
    }

    .slider_block .calc-banner {
        width: 100%;
        margin-top: 30px
    }

    .slider_block .slider-md .bx-wrapper {
        margin: 0 auto
    }

    .news-item {
        margin-bottom: 30px
    }

    .news_short-list .row > div:nth-of-type(4) {
        display: inline-block
    }

    .about img {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .company-services {
        padding-bottom: 20px
    }

    .footer_nav {
        text-align: center
    }

    .footer .copy {
        padding-top: 20px
    }

    .footer {
        padding-bottom: 30px
    }

    .section_list-item {
        width: 50%
    }

    .oil_frame {
        width: 100%;
        max-width: 320px;
        background-size: contain;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .slider_cont span.oil b {
        font-size: 36px;
        line-height: 1.2;
        display: block
    }

    .slider_cont span.oil small {
        font-size: 32px
    }

    .oil_frame {
        font-size: 24px;
        line-height: 28px
    }

    .related .related_item {
        width: 50%;
        margin-bottom: 30px
    }

    .form-styled {
        padding: 20px
    }

    .form-styled input {
        width: 100% !important;
        max-width: 280px
    }

    .form-styled label {
        display: none
    }

    .link-subscribe {
        font-size: 16px
    }

    .footer-link a.fl-left, .footer-link a.fl-right {
        float: left;
        padding: 0
    }
}

@media screen and (max-width: 480px) {
    .fuel {
        position: static;
        margin-top: 10px
    }

    .fuel_item {
        width: 44px
    }

    .fuel_name {
        font-size: 10px
    }

    .fuel_price {
        font-size: 11px
    }

    .slider-lg #slider_pager {
        bottom: 20px
    }

    .orange_frame {
        padding-left: 50px;
        font-size: 70px;
        line-height: 80px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .black_frame {
        background-size: contain;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .slider_cont.cl_56 .orange_frame {
        padding-left: 38px
    }

    .slider_cont.cl_77 img {
        max-width: 75px
    }

    .slider_cont.cl_77 .slider_txt_reg {
        font-size: 20px
    }

    .news_item {
        word-break: break-word
    }

    .shipping_list {
        word-spacing: -0.36em;
        margin: 0 -15px;
        text-align: center
    }

    .shipping_item {
        width: 50%;
        margin-left: 0;
        word-spacing: normal;
        display: inline-block;
        vertical-align: top;
        float: none;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .section_list-item {
        width: 100%
    }

    .service-form-input.v2 {
        width: 100%
    }

    .service-form-input.v3 {
        width: 100%;
        margin-top: 0
    }

    .slider_cont span.oil b {
        font-size: 32px
    }

    .slider_cont span.oil small {
        font-size: 24px
    }

    .slider_item.gray .slider_cont span.oil {
        padding-left: 15px;
        padding-right: 15px
    }

    .oil_frame {
        padding-left: 30px;
        max-width: 280px;
        font-size: 18px;
        line-height: 24px;
        padding-left: 70px;
        padding-right: 200px
    }

    .question-form .field input {
        width: 100% !important;
        max-width: 300px
    }

    .dostavka_block table.no-border td {
        display: block
    }

    .related .related_item {
        width: 100%
    }

    .products .text img {
        float: none !important
    }

    .link-subscribe {
        text-align: center
    }

    .link-subscribe a {
        max-width: 160px;
        display: block;
        margin: 0px auto 0
    }

    .slider-lg .bx-pager {
        bottom: 30px
    }

    .map .box_contacts {
        left: 5%;
        width: 90%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width: 320px) {

    .pop {
        min-width: 290px;
        left: 15px
    }
}