html, body {
    height: 100%;
}

body {
    font: 15px 'Open Sans', Arial, sans-serif;
    line-height: 21px;
    color: #3b3b3b;
    -webkit-font-smoothing: antialiased;
    background: #f5f5f5;
}

a, .catalog a, section.consult a {
    text-decoration: none;
    color: #0074d6;
    border-bottom: 1px solid rgba(0, 116, 214, .15);
}

a:hover .catalog a:hover, section.consult a:hover{
    transition: none;
    border-color: rgba(255, 139, 3, .4);
    color: #df7800;
}

.section-row {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    position: relative;
}

.section-row:after {
    content: '';
    display: block;
    clear: both;
}

.infinity-block-background_white {
    background: #fff;
}

.infinity-block-background_back__header {
    background: #131519;
}

.infinity-block-background_back__footer {
    background: #090606;
}

.clear {
    clear: both;
}

.shadow {
    background: rgba(238, 249, 255, .8);
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8
}

.icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.icon.icon-user {
    margin: 9px 7px 0 0;
}

.icon.icon-phone {
    margin: 5px 5px 0 -23px;
}

.icon.icon-favorite {
    margin: 8px 5px 0 0;
}

.icon.icon-burger {
    background: url('../images/burger-2.svg') no-repeat;
    width: 13px;
    height: 10px;
    margin: 6px 5px 0 0;
}

.icon.icon-user {
    background: url('../images/login-2.svg') no-repeat;
    width: 12px;
    height: 12px;
    margin: 8px 7px 0 0;
}

a:hover .icon.icon-user {
    background-position: 0 -12px;
}

.icon.icon-other {
    background: url('../images/links-menu.svg') no-repeat;
    width: 9px;
    height: 5px;
    margin: 14px 0 0 5px
}

a:hover .icon.icon-other {
    background-position: 0 -5px;
}

/* Leftmenu
--------------------- */
.leftmenu {
    left: -310px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 #b9d0d6;
    width: 270px;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 990;
}

.leftmenu__inside {
    height: 100%;
    overflow-x: scroll
}

.leftmenu__close {
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 15px
}

.leftmenu__list--item {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.leftmenu__list--item .icon {
    margin: 4px 8px 0 0;
}

.leftmenu__list--item .item__link {
    padding: 11px 18px 12px;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.leftmenu__list--item .item__link img {
    float: left;
    margin: 2px 7px 0 0
}

.leftmenu__list--item .item__link img.icon-menu {
    margin: -1px 8px 0 0;
    height: 25px;
}

.leftmenu__list--item .item__link img.icon-menu.menu-2 {
    margin: -1px 8px 0 -5px;
}

.leftmenu__list--item .item__link img.icon-menu.menu-3 {
    margin: -1px 11px 0 -2px;
}

.leftmenu__list--item .item__link img.icon-menu.menu-4 {
    margin: -1px 9px 0 -2px;
}

.leftmenu__list--item.item--search {
    position: relative;
    padding: 10px 18px 11px
}

.leftmenu__list--item .search__submit {
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 139, 3, .3);
    z-index: 3;
    border: 0;
    color: #333;
    height: 43px;
    padding: 0 20px;
}

body.safari .leftmenu__list--item .search__submit {
    right: -2px;
    height: 45px;
}

.leftmenu__list--item .item__search--input {
    width: 100%;
    box-sizing: border-box;
    background: #fff url('../images/search.png') no-repeat 0 2px;
    padding: 0 80px 0 24px;
    border: 0;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.leftmenu__list--item .item__search--input:focus {
    outline: none;
}

.leftmenu__list--item .item__search--input::-webkit-input-placeholder {
    font-weight: 300;
    color: #000
}

.leftmenu__list--item.item--hasDrop .item__link {
    position: relative;
}

.leftmenu__list--item.item--hasDrop .item__link i.arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    background: url('../images/arrow.png') no-repeat;
    margin-top: -3.5px;
    display: block;
    width: 16px;
    height: 7px;
    transform: rotate(180deg)
}

.leftmenu__list--item.item--hasDrop.active .item__link {
    border-left: 6px solid #ff8b03;
    padding-left: 12px
}

.leftmenu__list--item.item--hasDrop.active .item__link i.arrow {
    transform: rotate(0deg)
}

.leftmenu__list--drop {
    display: none;
    position: relative;
    border-top: 1px solid #e0e0e0
}

.leftmenu__list--drop:before {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    box-shadow: 0 1px 3px 0 rgba(255, 139, 3, .3);
}

.leftmenu__list--drop .drop__item {
    border-bottom: 1px solid #e0e0e0
}

.leftmenu__list--drop .drop__item:last-child {
    border: 0
}

.leftmenu__list--drop .drop__item--link {
    padding: 11px 18px 12px 30px;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.leftmenu__list--drop .drop__item--link img {
    float: left;
    margin: 3px 7px 0 0
}

.leftmenu__other--item {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #d7d7d7
}

.leftmenu__other--item .item__link {
    background: #f5f5f5;
    padding: 11px 18px 12px;
    border: 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.leftmenu__other--item.item--white .item__link {
    background: #fff;
}

.leftmenu__footer {
    font-size: 13px;
    line-height: 21px;
    color: #242424;
    padding: 16px
}

.leftmenu__footer--title {
    font-size: 15px;
    padding: 0 0 6px;
}

.leftmenu__footer--address {
    font-weight: 300;
}

.leftmenu__footer--address a {
    color: #242424;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.leftmenu__footer--time {
    padding: 4px 0;
    font-weight: 300;
    font-style: italic
}

.leftmenu__footer--phone {
    font-weight: 300
}

.leftmenu__footer--phone a {
    border: 0;
    color: #242424
}

.leftmenu__footer--phone img {
    float: left;
    margin: 2px 6px 0 0
}

.leftmenu__footer--copy {
    padding: 32px 0 0;
    font-weight: 300;
    color: #292929;
    opacity: .4
}

body.leftmenu--open .container {
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 99
}

body.leftmenu--open .container:before {
    display: block;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, .7)
}

body.leftmenu--open {
    overflow-x: hidden
}

/* Header
-------------------------------------- */
.header {
    padding: 17px 0 22px;
}

.header__mobile {
    display: none;
}

.header__block {
    display: table;
    width: 100%;
}

.header__block--cell {
    display: table-cell;
    vertical-align: top;
}

.header__logo {
    width: 35%;
}

.header__logo--link {
    display: block;
    border: 0;
}

.header__logo--link img {
    float: left;
}

.header__logo .link__text {
    float: left;
    color: #393939;
    line-height: 22px;
    padding: 8px 0 0 15px
}

.header__menu--block {
    padding: 6px 0 0;
    line-height: 28px;
    position: relative;
    width: 17%;
}

.header__menu--block .block__line {
    line-height: 28px;
    position: relative;
}

.header__menu--block .block__line--link {
    border: 0;
	cursor: pointer;
}

.header__menu--block .block__line--link span {
    padding: 0 0 1px;
    color: #393939;
    border-bottom: 1px solid rgba(129, 129, 129, .4);
}

.header__menu--block .block__line--link.question__ask span {
	border-color: rgba(255,139,3,.4);
	color: #df7800;
}

.header__menu--block .block__line--link.question__ask:hover span {
	 font-weight: 600;
}

.header__menu--block .block__line--link:hover span {
    border-color: rgba(255, 139, 3, .4);
    color: #df7800;
}

.header__menu--block .block__line.line--phone {
    padding: 1px 0 0;
    font-size: 17px;
    font-weight: 600;
}

.header__menu--block .block__line.line--phone span {
    border: 0;
    color: #1a1d20;
}

.header__menu--block.block--4 {
    text-align: right
}

.header__menu--block .other__drop {
    display: none;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: -15px;
    padding: 10px 0;
    width: 213px;
    z-index: 300;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgba(96, 99, 102, 0.52);
}

.header__menu--block .other__drop:after {
    width: 25px;
    height: 11px;
    background: url('../images/str.png') no-repeat;
    content: '';
    position: absolute;
    left: 40px;
    top: -11px;
    z-index: 3;
}

.main_cab__drop:after {
	width: 25px;
	height: 11px;
	background: url('../images/str.png') no-repeat;
	content: '';
	position: absolute;
	left: 40px;
	top: -11px;
	z-index: 3;
}

.main_cab__drop a.main_cab__droplink{
	color: #393939;
	line-height: 24px;
	padding: 10px;
}

.header__menu--block .other__drop--list .list__item--link {
    color: #393939;
    line-height: 24px;
    display: block;
    padding: 4px 15px 6px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.header__menu--block .other__drop--list .list__item--link:hover {
    background: #e6f4ff;
    border-color: #c0dbef;
}

.header__menu--block .block__line.line--other .block__line--link span {
    border-style: dashed;
}

.header__menu--block .block__line.line--other .block__line--link.link--active span {
    color: #d56306;
    border-color: rgba(255, 139, 3, .6);
}

.header__menu--block .block__line.line--other .block__line--link.link--active .icon.icon-other {
    background-position: 0 -5px;
}

/* Nav
-------------------------------------- */
.nav__block {
    background: rgba(27, 32, 35, .9) url('../images/menu-bg.svg') no-repeat;
    background-size: contain;
    border-radius: 4px;
    display: table;
    width: 100%;
}

.nav__block--cell {
    display: table-cell;
    vertical-align: top;
}

.nav__block--catalog {
    padding: 4px 0 0 0;
    min-width: 185px;
    width: 19.3%;
    position: relative
}

.nav__block--catalog .catalog__line {
    display: none;
    position: absolute;
    left: 5px;
    top: 35px;
    z-index: 99;
    background: #fff;
    width: 211px;
    height: 15px;
}

.nav__block--catalog .catalog__link {
    position: relative;
    z-index: 99;
    border: 2px solid rgba(227, 231, 233, .39);
    border-radius: 2px;
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 7px 11px 0;
    height: 40px;
}

.nav__block--catalog .catalog__link:hover {
    opacity: .8;
    border: 2px solid rgba(227, 231, 233, .39);
    color: #fff;
}

.nav__block--catalog.link--active .catalog__link {
    opacity: 1;
    border-radius: 2px 2px 0 0;
    background: #fff;
    color: #000;
}

.nav__block--catalog.link--active .catalog__link i.icon.icon-burger {
    background-position: 0 -10px;
}

.nav__block--catalog.link--active .catalog__line {
    display: block;
}

.nav__block--basket {
    width: 12%;
    text-align: center;
}

.nav__block--basket .basket__link {
    padding: 5px 0 0;
    height: 49px;
    border: 0;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.nav__block--basket .basket__link--title {
    padding: 0 0 1px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 7px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav__block--basket .basket__link--count {
    margin: 5px 7px 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, rgb(255, 165, 14), rgb(209, 93, 5));
    border-radius: 50%;
    text-align: center;
    padding: 3px 0 0;
}

.nav__block--basket .basket__link--count img {
    position: relative;
    top: 2px;
}

.nav__block--basket .basket__link:hover .basket__link--title {
    opacity: .8;
    color: #ffffff;
}

.nav__block--basket .basket__link:hover .basket__link--count {
    background-image: linear-gradient(-180deg, #FEC05A 1%, #ED6F10 100%);
}

.nav__block--favorite {
    width: 15%;
    text-align: center;
    position: relative;
    padding: 1px 0 0
}

.nav__block--favorite:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: '';
    box-shadow: -1px 0 0 0 #000000;
    height: 36px;
    opacity: .2;
    border: solid 1px #979797;
}

.nav__block--favorite .favorite__link {
    height: 49px;
    padding: 4px 0 0;
    border: 0;
    color: #fff;
    display: block;
}

.nav__block--favorite .favorite__link span {
    padding: 0 0 1px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 7px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav__block--favorite .favorite__link:hover {
    opacity: .8;
}

.nav__block--search {
    position: relative;
    padding: 4px 0 0 11px
}

body.safari .nav__block--search {
    padding-top: 4px;
}

.nav__block--search .search__input {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: rgba(89, 89, 89, .5);
    border-radius: 3px;
    background: #fff url('../images/search.svg') no-repeat 11px 13px;
    padding: 8px 115px 12px 36px;
    border: 0;
}

.nav__block--search .search__input::placeholder {
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: rgba(89, 89, 89, .5);
}

.nav__block--search .search__input:focus {
    color: #000;
    outline: none;
}

.nav__block--search .search__submit {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
    border-radius: 0 2px 2px 0;
    background-image: linear-gradient(to bottom, #ffa50e, #d15d05);
    box-shadow: 0 3px 4px 0 rgba(148, 64, 0, 0.66), 0 2px 0 0 #aa4d00;
    border: 0;
    cursor: pointer;
    padding: 7px 28px 11px 27px
}

body.safari .nav__block--search .search__submit {
    top: 4px;
    right: -2px;
}

.nav__block--search .search__submit:focus {
    outline: none;
}

.nav__block--search .search__submit:hover {
    background-image: linear-gradient(-180deg, #FEC05A 1%, #ED6F10 100%);
    box-shadow: 0 2px 0 0 #BE5804, 0 3px 4px 0 rgba(148, 64, 0, 0.66);
}

.nav__tags {
    position: absolute;
    top: 52px;
    left: 11px;
}

.nav__tags--item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.nav__tags--item .item__link {
    color: #fff;
    border: 0;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
    padding: 0px 8px 3px;
    background: #2f95e9;
}

.nav__tags--item .item__link:hover {
    opacity: .8;
}

/* Catalog Drop */
.catalog__drop {
    z-index: 10;
    position: absolute;
    left: 25px;
    top: 60px;
    width: 100%;
    border-radius: 0 3px 3px 3px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(75, 78, 82, 0.58);
}

.catalog__drop--line {
    position: absolute;
    width: 211px;
    height: 32px;
    background: #fff;
    left: 0;
    top: 5px;
    z-index: 13;
    box-shadow: 2px -8px 8px 0 rgba(75, 78, 82, 0.58);
}

.catalog__drop .block__list {
    z-index: 20;
    position: relative;
    top: -1px;
    float: left;
    width: 244px;
    margin: 0 0 20px;
}

.catalog__drop .block__list--item .item__link {
    position: relative;
    padding: 8px 35px 8px 75px;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.catalog__drop .block__list--item > .block__list {
    min-height: 100%;
    display: none;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    position: absolute;
    left: 244px;
    top: 0;
}

.catalog__drop .block__list--item:first-child > .block__list {
    display: block
}

.catalog__drop .block__list--item > .block__list .block__list--item .item__link {
    padding: 8px 35px 8px 17px
}

.catalog__drop .block__list--item > .block__list .block__list--item > .block__list {
    display: none;
    border: 0;
    position: absolute;
    left: 243px;
    top: 0;
}

.catalog__drop .block__list--item .item__link:hover {
    background: #e6f4ff;
    border-color: #c0dbef;
}

.catalog__drop .block__list--item .item__link.link--active {
    background: #e6f4ff;
    border-color: #c0dbef;
}

.catalog__drop .block__list--item .item__link .icon.icon-menu {
    position: absolute;
    left: 17px;
    top: 11px;
}

.catalog__drop .block__list--item .item__link .icon.icon-menu-1 {
    left: 19px;
}

.catalog__drop .block__list--item .item__link .icon.icon-menu-2 {
    top: 15px;
    left: 16px;
}

.catalog__drop .block__list--item .item__link .icon.icon-menu-3 {
    left: 20px;
    top: 13px;
}

.catalog__drop .block__list--item .item__link .icon.icon-menu-4 {
    top: 13px;
    left: 22px;
}

.catalog__drop .block__list--item .item__link .icon.icon-arrow-1 {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -10px;
}

.catalog__drop .block__list--item .item__link .icon.icon-arrow-2 {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -7px;
}

.catalog__drop .block__list--item .item__link span {
    color: #1e1f20;
    line-height: 22px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.catalog__drop .block__list--item > .block__list .block__list--item > .block__list .block__list--item .item__link {
    background: #fff !important;
    border-color: transparent !important;
}

.catalog__drop .block__list--item > .block__list .block__list--item > .block__list .block__list--item .item__link:hover span {
    color: #df7800 !important;
}

/* Ficha
-------------------------------------- */
.ficha {
    padding: 38px 0;
}

.ficha__title {
    display: none;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    font-family: 'Open Sans', Arial, sans-serif
}

.ficha__list {
    display: table;
    margin: 0 auto;
    overflow: hidden;
}

.ficha__list--item {
    float: left;
    width: 265px
}

.ficha__list--item.item--2 {
    position: relative;
    left: -10px
}

.ficha__list--item .item__icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top
}

.ficha__list--item .item__text {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 3px 0 0 7px;
    color: #383b3f;
}

/* Catalog
-------------------------------------- */
.catalog {
    padding: 0 0 0;
    margin-bottom: 85px;
}

.catalog__list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 13px
}

.catalog__list--block {
    position: relative;
    width: 24%;
    border: 1px solid #dcdfe2;
    background: #fff;
    padding: 16px;
    min-height: 272px;
}

.catalog__list--block .block__icon {
    display: table;
}

.catalog__list--block .block__title {
    color: #12110f;
    margin: -1px 0 6px;
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
}

.catalog__list--block .block__title--link {
    padding: 0 0 1px;
    color: #121110;
    border-bottom: 1px solid rgba(76, 76, 76, .2);
}

.catalog__list--block .block__title--link:hover {
    border-color: rgba(255, 139, 3, .4);
    color: #df7800;
}

.catalog__list--block .block__list--item {
    line-height: 22px;
    padding: 5px 0;
}

.catalog__list--block .block__list--item .item__link {
    padding: 0 0 1px;
}

.catalog__list--block.block--bg {
    overflow: hidden;
    padding: 0;

}
.catalog__list--block.block--bg img{
	z-index: 10;
}

.catalog__list--block.block--bg .icon-1 {
    position: absolute;
    top: -14px;
    left: 0;
}

.catalog__list--block.block--bg .icon-2 {
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -40px;
}

.catalog__list--block.block--bg .icon-3 {
    position: absolute;
    top: -45px;
    right: 50%;
    margin-right: -55px;
}

.catalog__list--block.block--bg .icon-4 {
    position: absolute;
    top: 30px;
    right: -17px;
}

.catalog__list--block.block--bg .icon-5 {
    position: absolute;
    top: 80px;
    right: 25px
}

.catalog__list--block.block--bg .icon-6 {
    position: absolute;
    bottom: 13px;
    right: -10px;
}

.catalog__list--block.block--bg .icon-7 {
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -80px;
}

.catalog__list--block.block--bg .icon-8 {
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: -10px;
}

.catalog__list--block.block--bg .icon-9 {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -100px;
}

.catalog__list--block.block--bg .icon-10 {
    position: absolute;
    bottom: 20px;
    left: -15px;
}

.catalog__list--block.block--bg .icon-11 {
    position: absolute;
    top: 70px;
    left: -35px;
}

.catalog__list--block.block--bg a {
    position: relative;
    display: block;
    z-index: 9;
    border: 0;
    height: 100%;
    padding: 48px 0;
}

.catalog__list--block.block--bg .block__title {
    margin: 0 0 7px;
    display: block;
    line-height: 24px;
    text-align: center;
}

.catalog__list--block.block--bg .block__text {
    padding: 0 0 15px;
    display: block;
    color: #383b3f;
    text-align: center;
    font-weight: 400 !important;
}

.catalog__list--block.block--bg .block__btn {
    color: #0074d6 !important;
    display: table;
    margin: 0 auto;
    padding: 7px 10px 8px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dcdfe2 !important;
}

.catalog__list--block.block--bg a:hover .block__btn {
    opacity: .8;
}

.catalog__all {
    display: table;
    margin: 32px auto 0;
    width: 240px;
}

.catalog__all--link {
    color: #0074d6 !important;
    border-radius: 3px;
    border: 1px solid #c9cdd1 !important;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 0 11px;
}

.catalog__all--link:hover {
    opacity: .8;
}

/* Consultant
-------------------------------------- */
.consult__block {
    display: table;
    padding: 22px 0 0;
    width: 100%;
    background: url('../images/consultfooterblock.png') no-repeat;
    border-radius: 1px;
}

.consult__block--cell {
    display: table-cell;
    vertical-align: top;
}

.consult__block--cell.cell--photo {
    width: 20%;
    padding: 0 0 0 6.2%;
}

.consult__block--cell.cell--photo img {
    display: block;
}

.consult__block--cell.cell--about {
    padding: 15px 0 0 62px;
    width: 50.5%;
}

.consult__block--cell.cell--about .about__whois {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
}

.consult__block--cell.cell--about .about__title {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0 11px;
}

.consult__block--cell.cell--about .about__title:before {
    position: absolute;
    left: -32px;
    top: 3px;
    content: '—';
    z-index: 2;
    color: #ffa500;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.consult__block--cell.cell--about .about__text {
    padding: 0 0 20px;
    color: #ffffff;
}

.consult__block--cell.cell--about .about__form {
    max-width: 230px;
    position: relative;
}
#BX24_FORM_CALLBACK > iframe,
#BX24_FORM_CALLBACK_MOBILE > iframe{
	height: 75px !important;

}
#BX24_FORM_CALLBACK_MOBILE{
	width: 293px;
	margin: 0 auto;
}
.consult__block--cell.cell--about .about__form--input,
.b-input {
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 3px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #c1c9ce;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #999;
    padding: 11px 7px 12px;
}

.consult__block--cell.cell--about .about__form--input {
    padding-right: 75px;
}

.consult__block--cell.cell--about .about__form--input::placeholder,
.b-input::placeholder {
    color: #999;
}

.consult__block--cell.cell--about .about__form--input:focus,
.b-input:focus {
    color: #000;
    outline: none;
}

.consult__block--cell.cell--about .about__form--submit,
.b-button {
    cursor: pointer;
    border: 0;
    border-radius: 0 3px 3px 0;
    background-image: linear-gradient(to bottom, #ffa50e, #d15d05);
    box-shadow: 0 2px 4px 0 rgba(148, 64, 0, 0.66), 0 1px 0 0 #aa4d00;
    padding: 10px 20px 13px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(149, 71, 0, 0.45);
    font-size: 17px;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
}

.consult__block--cell.cell--about .about__form--submit {
    position: absolute;
    top: 0;
    right: 0;
}

body.safari .consult__block--cell.cell--about .about__form--submit {
    right: -2px;
}

.consult__block--cell.cell--about .about__form--submit:focus {
    outline: none;
}

.consult__block--cell.cell--about .about__form--submit:hover,
.b-button:hover,
.b-button:focus {
    background-image: linear-gradient(-180deg, #FEC05A 1%, #ED6F10 100%);
    box-shadow: 0 2px 0 0 #BE5804, 0 3px 4px 0 rgba(148, 64, 0, 0.66);
}

.consult__block--cell.cell--contacts {
    padding: 17px 0 0;
    width: 30%;

}

.consult__block--cell.cell--contacts .contacts__line {
    padding: 0 0 13px;
}

.consult__block--cell.cell--contacts .contacts__line--phone {
    font-weight: 600;
    color: #1a1d20;
    font-size: 18px;
    line-height: 22px;
}

.consult__block--cell.cell--contacts .contacts__line--where {
    font-style: italic;
    color: #4a4a4a;
    line-height: 22px;
}

.consult__block--cell.cell--contacts .contacts__line a {
    padding: 0 0 1px;
    color: #ffa500;

  


}

/* Assist
------------------------------- */
.padding {
    margin: 35px 0 25px;
    display: none;
}

.assist {
    display: none;
    margin-top: 85px;
}

.assist__inside {
    overflow: hidden;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 0 0 25px;
    background: #D2E3EF
}

.assist__photo {
    width: 133px;
    height: 133px;
    background: #d2e3ef;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px 0 0 5px;
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -66px;
    text-align: center
}

.assist__photo img {
    width: 133px
}

.assist__text--title {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    position: initial;
    padding: 7px 0 20px;
}

.assist__text--left {
    width: 100%;
    display: block;
    padding: 0
}

.assist__text--left .left__cmt {
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 0 0 14px;
    line-height: 24px;
    color: #414141;
    font-weight: 300;
}

.assist__text--left .left__form {
    position: relative;
    width: 88%;
    display: table;
    margin: 0 auto
}

.assist__text--left .left__form .input-text {
    box-shadow: inset 0 1px 3px 0 rgba(212, 212, 212, 0.5);
    border: solid 1px #c1c9ce;
    outline: none;
    padding: 15px 70px 15px 12px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-weight: 300;
    font: 18px 'Open Sans', Arial, sans-serif;
    color: #a9a9a9
}

.assist__text--left .left__form .input-text::-webkit-input-placeholder {
    font-weight: 300;
    color: #a9a9a9
}

.assist__text--left .left__form .input-text:focus {
    color: #373d3f
}

.assist__text--left .left__form .input-submit {
    outline: none;
    border: 0;
    position: absolute;
    border-radius: 0 5px 5px 0;
    font: 18px 'Open Sans', Arial, sans-serif;
    background-image: linear-gradient(to bottom, #ffa50e, #d15d05);
    box-shadow: 0 3px 4px 0 rgba(148, 64, 0, 0.66), 0 2px 0 0 #aa4d00;
    cursor: pointer;
    right: -1px;
    top: 0;
    text-shadow: 0 1px 0 rgba(255, 139, 3, 1);
    color: #fff;
    padding: 15px 28px 16px;
}

.assist__text--left .left__form--note {
    font-style: normal;
    padding: 10px 0 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #707e83;
    line-height: 18px;
}

.assist__text--left .left__name {
    text-align: center;
    padding: 88px 0 0;
    font-size: 16px;
    font-style: italic;
    color: #414141;
    font-weight: 300;
    line-height: 22px;
}

/* Footer
-------------------------------------- */
.footer {
    text-align: right;
    color: rgba(98, 100, 104, .5);
    font-size: 13px;
    line-height: 21px;
}

@media screen and (max-width: 1180px) {
    .consult__block--cell.cell--about {
        width: 53%;
    }

    .consult__block--cell.cell--photo {
        padding: 0 0 0 4%;
    }

    .consult__block {
        background: #333333 url('../images/consult.svg') no-repeat 125% 70px
    }
}

.contacts__phone a {
    color: #000
}

.block__line.line--phone .block__line--link{
    color: #1a1d20;
}

.header__mobile--contacts a {
    color: #000 !important;
}

.leftmenu__list a{
    text-decoration: none !important;
}

.forklift-repair-icon{
    position: relative;
}

.forklift-repair-icon:before{
    content: '';
    position: absolute;
    background: url('../images/repair.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    left: -20px;
    top: 4px;
}

.header__menu_padding{
    padding-left: 20px;
    width: 17%;
}

.catalog__list--block .block__icon img{
    height: 31px;
}
.catalog__list--block .block__icon .img--span--icon{
	width: 34px;
	height: 31px;
	background-size: contain;
}