

/* Start:/local/templates/pimenov/css/fonts.css?15942110511018*/
@font-face {
    font-family: 'ComfortaaBold';
    src: url('/local/templates/pimenov/css/../fonts/ComfortaaBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ComfortaaLight';
    src: url('/local/templates/pimenov/css/../fonts/ComfortaaLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ComfortaaRegular';
    src: url('/local/templates/pimenov/css/../fonts/ComfortaaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansRegular';
    src: url('/local/templates/pimenov/css/../fonts/NotoSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansItalic';
    src: url('/local/templates/pimenov/css/../fonts/NotoSansItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'NotoSansBold';
    src: url('/local/templates/pimenov/css/../fonts/NotoSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/* End */


/* Start:/local/templates/pimenov/css/ui.css?16109826795358*/
/* SlideMenu */
.SlideMenu {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #fafafa;
    top: 80px;
    left: -300px;
}

.SlideMenu.open {
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.SlideMenu__back {
    position: fixed;
    z-index: 9998;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.SlideMenu__box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    overflow-x: auto;
}

.SlideMenu__list {
    width: 100%;
    margin-bottom: 15px;
}

.SlideMenu__list a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none;
    font-size: 15px;
    color: #444444;
}

.SlideMenu__list a.level2 {
    margin-left: 5%;
    width: 95%;
    padding: 8px 15px;
    font-size: 14px;
}

.SlideMenu__list a:hover {
    border-color: #c1c1c1;
    background: #f6f6f6;
    color: #333;
}

/* Block__items_scroll */

.Block__items_scroll {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0px auto 0px auto;
}

.Block__items_scroll_box {
    min-width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 5px 0;
}

.Block__items_scroll_items {
    display: flex;
}

.Block__items_scroll .item {
    position: relative;
    min-height: 1px;
    user-select: none;
}

.Block__items_scroll .arrows {
    display: none;
    position: absolute;
    z-index: 8;
    width: 40px;
    height: 40px;
    background: url("/local/templates/pimenov/css/../img/arrows.png") no-repeat;
    top: 85px;
}

.Block__items_scroll .arrows.prev {
    background-position: left center;
    left: 0;
}

.Block__items_scroll .arrows.next {
    background-position: right center;
    right: 0;
}

.Block__items_scroll::after {
    display: block;
    content: "";
    clear: both;
}

/* Free Windows */
.FreeWindows {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 12px;
}

.FreeWindows__back {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    position: fixed;
}

.FreeWindows__box {
    padding: 20px 25px 20px 25px;
    position: relative;
}

.FreeWindows__title {
    width: 100%;
    min-height: 28px;
    box-sizing: border-box;
    font-size: 20px;
    color: #444;
    text-align: center;
    margin-bottom: 15px;
}

.FreeWindows__title.center {
    text-align: center;
}

.FreeWindows__close {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background: url("/local/templates/pimenov/css/../img/icon_close.png") no-repeat;
    top: 3px;
    right: 3px;
}

.FreeWindows__content_select {
    margin-top: 10px;
    padding-left: 25px;
}

.FreeWindows__content_select a {
    font-size: 18px;
    text-decoration: underline;
}

.FreeWindows__content_select a:hover {
    text-decoration: none;
}

.InformWin {
    width: 100%;
    min-height: 30px;
    padding: 6px 10px;
    margin: 5px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #232323;
}

.InformWin.error {
    color: #ea3838;
}

/* Photos */

.PhotosWin {
    display: none;
    position: fixed;
    background: #ffffff;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
}

.PhotosWin__control a {
    display: none;
    position: fixed;
    z-index: 999;
    background-image: url("/local/templates/pimenov/css/../img/icon_photos.png");
    background-repeat: no-repeat;
    opacity: 0.5;
}

.PhotosWin__control a:hover {
    opacity: 1;
}

.PhotosWin__control_prev {
    width: 56px;
    height: 200px;
    top: 50%;
    left: 0;
    margin-top: -100px;
    background-position: 0 0;
}

.PhotosWin__control_next {
    width: 56px;
    height: 200px;
    top: 50%;
    right: 0;
    margin-top: -100px;
    background-position: -56px 0;
}

.PhotosWin__control_close {
    width: 56px;
    height: 56px;
    top: 0;
    right: 0;
    background-position: -112px 0;
}

.PhotosWin__panel {
    display: none;
    width: 280px;
    height: 50px;
    position: fixed;
    z-index: 999;
    background: #ffffff;
}

.PhotosWin__panel_box {
    position: relative;
    width: 100%;
    padding: 8px 8px 8px 100px;
}

.PhotosWin__panel_text {
    width: 100%;
    min-height: 15px;
}

.PhotosWin__count {
    display: none;
    position: fixed;
    width: 80px;
    height: 25px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    z-index: 999;
}

.PhotosWin__back {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
    position: fixed;
    z-index: 998;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/pimenov/css/theme.css?161173579021118*/
html {
    margin: 0;
    height: 100%;
    font-family: 'NotoSansRegular', Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fafafa;
}

body {
    position: relative;
    margin: 0;
    min-height: 100%;
    box-sizing: border-box;
    min-width: 375px;
}

a {
    color: #232323;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-family: ComfortaaBold;
    font-size: 34px;
}

h2 {
    font-family: ComfortaaBold;
    font-size: 26px;
}

h2.m_top_none {
    margin-top: 0;
}

h3 {
    font-family: ComfortaaBold;
    font-size: 23px;
}

.shadow20 {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.bg_white {
    background: #fff;
}

/* Header */
.Header {
    position: fixed;
    width: 100%;
    min-height: 80px;
    background: #fff;
    top: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 9;
}

.Header__box {
    position: relative;
    width: 1200px;
    min-height: 80px;
    margin: 0 auto;
    box-sizing: border-box;
}

.Header .logo {
    position: absolute;
    display: block;
    width: 234px;
    height: 59px;
    top: 50%;
    left: 50%;
    margin: -29px 0 0 -117px;
    background: url("/local/templates/pimenov/css/../img/logo.png") no-repeat center;
    text-decoration: none;
}

.Header__contacts {
    position: absolute;
    width: 185px;
    height: 50px;
    font-family: ComfortaaRegular;
    top: 18px;
    right: 10px;
    line-height: 1em;
    text-align: right;
}

.Header__contacts .phone {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    font-size: 20px;
}

.Header__contacts .email {
    width: 100%;
    height: auto;
    font-size: 19px;
}

.Header__social {
    position: absolute;
    width: 64px;
    height: 28px;
    top: 12px;
    right: 220px;
    line-height: 1em;
}

.Header__social::after {
    display: block;
    content: "";
    clear: both;
}

.Header__social a {
    display: block;
    text-decoration: none;
    width: 28px;
    height: 28px;
    background: url("/local/templates/pimenov/css/../img/icon_soc.png") no-repeat;
    margin-right: 8px;
    float: left;
}

.Header__social a:last-child {
    margin-right: 0;
}

.Header__social a.vk {
    background-position: 0 -28px;
}

.Header__social a.vk:hover {
    background-position: 0 0;
}

.Header__social a.fb {
    background-position: -28px -28px;
}

.Header__social a.fb:hover {
    background-position: -28px 0;
}

.Header__user {
    position: absolute;
    width: 130px;
    height: 15px;
    top: 49px;
    right: 220px;
    line-height: 1em;
    text-align: right;
}

.Header__user a {
    font-size: 14px;
    color: #444;
    text-decoration: underline;
}

.Header__user a:hover {
    text-decoration: none;
}

/* Footer */
.Footer {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.Footer__box {
    position: relative;
    width: 1200px;
    min-height: 40px;
    margin: 5px auto;
    box-sizing: border-box;
}

.Footer .logo {
    position: absolute;
    display: block;
    width: 43px;
    height: 40px;
    top: 0;
    left: 10px;
    background: url("/local/templates/pimenov/css/../img/logo_qadro.png") no-repeat center;
    text-decoration: none;
}

.Footer .epilog {
    position: absolute;
    display: block;
    width: auto;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: #636363;
}

.Footer .policy {
    position: absolute;
    display: block;
    width: auto;
    top: 10px;
    left: 70px;
    font-size: 12px;
    color: #636363;
    text-decoration: none;
    border-bottom: 1px dashed #636363;
}

.Footer .policy:hover {
    border-bottom: none;
}

/* Breadcrums */
.Breadcrums {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 24px;
}

.Breadcrums span.name {
    font-size: 13px;
    color: #999;
}

.Breadcrums span.separ {
    margin: 0 12px;
    font-size: 13px;
    color: #999;
}

.Breadcrums a {
    font-size: 13px;
    color: #444444;
    text-decoration: underline;
}

.Breadcrums a:hover {
    text-decoration: none;
}

/* Menu */

.MenuButton {
    position: absolute;
    width: 90px;
    height: 16px;
    top: 18px;
    left: 10px;
    box-sizing: border-box;
    padding: 0 0 0 32px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1em;
}

.MenuButton__icon {
    display: block;
    width: 26px;
    height: 3px;
    background: #333;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
}

.MenuButton__icon:after {
    display: block;
    width: 26px;
    height: 3px;
    background: #333;
    position: absolute;
    content: "";
    top: 6px;
    transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
    transition-property: top,transform;
}

.MenuButton__icon:before {
    display: block;
    width: 26px;
    height: 3px;
    background: #333;
    position: absolute;
    content: "";
    top: -6px;
    transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
    transition-property: top,transform;
}

.MenuButton.open .MenuButton__icon {
    background: transparent;
    transition: background 0s .2s;
    transition-property: transform;
}

.MenuButton.open .MenuButton__icon:before {
    transform: rotate(45deg);
    top: 0;
    transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
    transition-property: top,transform;
}

.MenuButton.open .MenuButton__icon:after {
    transform: rotate(-45deg);
    top: 0;
    transition-duration: .2s,.2s;
    transition-delay: .2s,0s;
    transition-property: top,transform;
}

.Menu__top {
    position: absolute;
    width: 310px;
    height: 15px;
    top: 48px;
    left: 10px;
    line-height: 1em;
}

.Menu__top a {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    margin-right: 24px;
}

.Menu__top a:last-child {
    margin-right: 0;
}

.Menu__top a:hover {
    text-decoration: underline;
}

/* Wrapper */

.Wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding: 80px 0 80px 0;
}

/* FirstScreen */
.FirstScreen {
    width: 100%;
    min-height: 680px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.FirstScreen__box {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.FirstScreen__img {
    position: absolute;
    display: block;
    width: 600px;
    height: auto;
    top: 100px;
    left: 0;
}

.FirstScreen__content {
    position: absolute;
    width: 540px;
    min-height: 400px;
    top: 120px;
    right: 0;
}

.FirstScreen__tabs {
    margin-bottom: 30px;
}

.FirstScreen__tab {
    width: 100%;
    min-height: 40px;
    margin-bottom: 25px
}

.FirstScreen__tab_title {
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    border-left: 12px solid #444444;
    padding: 3px 0 0 17px;
    font-family: ComfortaaBold;
    font-size: 22px;
    color: #444444;
    cursor: pointer;
}

.FirstScreen__tab_title:hover, .FirstScreen__tab.open .FirstScreen__tab_title {
    border-left: 12px solid #333;
    color: #333;
}

.FirstScreen__tab_content {
    display: none;
    width: 100%;
    min-height: 95px;
    box-sizing: border-box;
    padding: 12px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.FirstScreen__tab.open .FirstScreen__tab_content {
    display: block;
}

.FirstScreen__tab_content-tags {
    width: 100%;
    height: 18px;
    margin-bottom: 10px;
    line-height: 1em;
    font-size: 16px;
}

.FirstScreen__tab_content-tags::after {
    display: block;
    content: "";
    clear: both;
}

.FirstScreen__tab_content-tags .item {
    width: auto;
    height: 18px;
}

.FirstScreen__tab_content-tags .item.left {
    float: left;
}

.FirstScreen__tab_content-tags .item.right {
    float: right;
}

.FirstScreen__tab_content-tags .icon {
    display: inline-block;
    background: url("/local/templates/pimenov/css/../img/icons.png") no-repeat;
    margin-right: 8px;
}

.FirstScreen__tab_content-tags .icon.money {
    width: 23px;
    height: 18px;
    background-position: 0 0;
    vertical-align: middle;
}

.FirstScreen__tab_content-tags .icon.time {
    width: 18px;
    height: 18px;
    background-position: -23px 0;
    vertical-align: middle;
}

.FirstScreen__tab_content-more {
    width: 100%;
    height: auto;
    margin-top: 5px;
    text-align: right;
}

.FirstScreen__tab_content-more a {
    font-size: 15px;
    color: #333;
    text-decoration: underline;
}

.FirstScreen__tab_content-more a:hover {
    text-decoration: none;
}

.FirstScreen__buttons {
    width: 100%;
}

.FirstScreen__buttons::after {
    display: block;
    content: "";
    clear: both;
}

.FirstScreen__buttons a {
    min-width: 210px;
    min-height: 60px;
    padding: 17px 20px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    border-radius: 8px;
    line-height: 1em;
}

.FirstScreen__buttons .Button__work {
    color: #fff;
    background: #444444;
    float: left;
}

.FirstScreen__buttons .Button__mail {
    color: #fff;
    background: #65719d;
    float: right;
}

/* ContentBlocks */
.w1200 {
    width: 1200px !important;
}

.w400 {
    width: 400px !important;
}

.ContentBlock {
    position: relative;
    margin: 15px auto;
    min-height: 10px;
}

.ContentBlock.title h1 {
    margin-bottom: 10px;
}

.ContentBlock .content {
    width: 100%;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.ContentBlock .sidebar .box {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 15px;
}

.ContentBlock.main_promo {
    display: flex;
    flex-wrap: nowrap;
    margin: 35px auto;
}

.ContentBlock.main_promo .content {
    margin-right: 30px;
}

.ContentBlock.main_promo .sidebar {
    width: 450px;
    padding: 15px;
    flex: none;
    background: #fff;
}

.ContentBlock.col2_right {
    display: flex;
    flex-wrap: nowrap;
    margin: 25px auto;
}

.ContentBlock.col2_right .content {
    margin-left: 30px;
}

.ContentBlock.col2_right .sidebar {
    width: 280px;
    flex: none;
}

.ContentBlock.col2_left {
    display: flex;
    flex-wrap: nowrap;
    margin: 25px auto;
}

.ContentBlock.col2_left .content {
    margin-right: 30px;
}

.ContentBlock.col2_left .sidebar {
    width: 280px;
    flex: none;
}

.ContentBlock .sidebar .menu_title {
    position: relative;
    display: none;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 0 8px 26px;
}

.ContentBlock .sidebar .menu_title::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("/local/templates/pimenov/css/../img/icons_up_down.png") no-repeat left;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.ContentBlock .sidebar.open .menu_title::before {
    background-position: right;
}

.ContentBlock .sidebar .menu {
    padding: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.ContentBlock .sidebar .menu a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none;
    font-size: 15px;
    color: #444444;
}

.ContentBlock .sidebar .menu a.active {
    border-color: #c1c1c1;
    background: #f6f6f6;
    color: #333;
}

.ContentBlock .sidebar .menu a.level2 {
    margin-left: 5%;
    width: 95%;
    padding: 8px 15px;
    font-size: 14px;
}

.ContentBlock .sidebar .menu a:hover {
    border-color: #c1c1c1;
    background: #f6f6f6;
    color: #333;
}

.BlockTitle__border {
    width: 100%;
    min-height: 35px;
    box-sizing: border-box;
    border-left: 12px solid #444444;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.BlockTitle__border h2 {
    margin: 0;
    font-size: 25px;
    color: #444444;
    text-transform: uppercase;
}

.BlockTitle__border a.more {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #5e6d96;
    text-decoration: underline;
}

.BlockTitle__border a.more:hover {
    text-decoration: none;
}

/* Catalog */
.Catalog {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.Catalog.works {
    width: 1200px;
}

.Catalog__nav {
    width: 100%;
    margin-bottom: 15px;
}

.Catalog .item {
    width: 280px;
    min-height: 240px;
    margin: 10px;
    text-align: center;
}

.Catalog .item .img {
    display: block;
    width: 280px;
    height: 180px;
    margin-bottom: 10px;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Catalog .item .link {
    display: block;
    font-size: 14px;
    color: #5e6d96;
    text-decoration: underline;
    margin-bottom: 5px;
}

.Catalog .item .link:hover {
    text-decoration: none;
}

.Catalog .item .price {
    font-size: 20px;
    color: #444444;
}

.Catalog .item .price .old {
    font-size: 17px;
    color: #717171;
    text-decoration: line-through;
}

.Catalog .item .company {
    font-size: 16px;
    color: #444444;
    margin-bottom: 5px;
}

.Catalog .item .description {
    font-size: 14px;
    color: #636363;
}

.Catalog.works .item {
    text-align: left;
}

.Catalog__nav .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #444444;
}

/* Solution */
.Solution__title {
    position: relative;
    width: 100%;
    min-height: 135px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    box-sizing: border-box;
    padding-left: 165px;
}

.Solution__price {
    width: 100%;
    height: 30px;
    font-family: ComfortaaBold;
    line-height: 1em;
}

.Solution__price a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.Solution__buttons {
    width: 100%;
    min-height: 36px;
    line-height: 1em;
    display: flex;
}

.Solution__buttons a {
    min-width: 160px;
    min-height: 36px;
    padding: 11px 20px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1em;
}

.Solution__buttons a.order {
    color: #fff;
    background: #429e52;
    margin-right: 15px;
}

.Solution__buttons a.demo {
    color: #fff;
    background: #444444;
}

.Solution__description {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
}

.Solution__images {
    width: 1200px;
    min-height: 195px;
}

.Solution__images .item {
    display: block;
    width: 280px;
    height: 195px;
    margin: 10px;
    text-decoration: none;
    flex: none;
}

.Solution__images .arrows {
    top: 92px;
}

.Solution__content img {
    max-width: 100%;
}

.Solution__cost {
    width: 100%;
    margin-top: 15px;
}

.Solution__cost_description {
    color: #444444;
}

/* Bitrix products */
.Bitrix__about {
    width: 100%;
    min-height: 200px;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.Bitrix__about .icon {
    display: block;
    width: 250px;
    height: auto;
    margin-right: 10px;
    flex: none;
}

.Bitrix__about .text {
    width: 100%;
    font-size: 16px;
}

.Bitrix__product {
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    margin-bottom: 35px;
    background: #fff;
    border-left: 3px solid #8b8b8e;
}

.Bitrix__product .title {
    width: 100%;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.Bitrix__product .body {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Bitrix__product .body .price {
    width: auto;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.Bitrix__product .body .price .old {
    font-weight: normal;
    text-decoration: line-through;
    margin: 0 5px;
}

.Bitrix__product .body .buttons {
    width: auto;
}

.Bitrix__product .body .buttons a.Button:last-child {
    margin-left: 12px;
}

/* Blocks */
.Block__slider {
    width: 1200px;
    min-height: 240px;
}

.Block__slider .item {
    width: 280px;
    min-height: 240px;
    margin: 10px;
    text-align: center;
}

.Block__slider .item .img {
    display: block;
    width: 280px;
    height: 180px;
    margin-bottom: 10px;
    text-decoration: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Block__slider .item .link {
    display: block;
    font-size: 14px;
    color: #5e6d96;
    text-decoration: underline;
    margin-bottom: 5px;
}

.Block__slider .item .link:hover {
    text-decoration: none;
}

.Block__slider .item .price {
    font-size: 20px;
    color: #444444;
}

.Block__slider .item .price .old {
    font-size: 17px;
    color: #717171;
    text-decoration: line-through;
}

.Block__slider .item .company {
    font-size: 16px;
    color: #444444;
    margin-bottom: 5px;
}

.Block__slider .item .description {
    font-size: 14px;
    color: #636363;
}

.Block__slider.works .item {
    text-align: left;
}

/* Links */
.link_content {
    color: #0c336e;
    text-decoration: underline;
}

.link_content:hover {
    text-decoration: none;
}

/* Buttons */
.Button {
    display: inline-block;
    min-width: 140px;
    min-height: 36px;
    padding: 8px 20px;
    box-sizing: border-box;
    text-align: center;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    color: #fff;
    background: #333;
    cursor: pointer;
}

.Button.block {
    width: 100%;
}

.Button.up {
    text-transform: uppercase;
}

.Button.violet {
    color: #fff;
    background: #65719d;
}

.Button.violet:hover {
    background: #7582af;
}

.Button.grey {
    color: #fff;
    background: #848484;
}

.Button.grey:hover {
    background: #a1a1a1;
}

.Button.green {
    color: #fff;
    background: #429e52;
}

.Button.green:hover {
    background: #44af61;
}

.Button.outline {
    border: 1px solid #848484;
    color: #444;
    background: transparent;
}

.Button.outline:hover {
    border-color: #444444;
}

/* EditionData */
.EditionData .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.EditionData .sites {
    margin-bottom: 10px;
}

.EditionData .description {
    margin-bottom: 15px;
}

/* Form */
.Form__field {
    width: 100%;
    margin-bottom: 5px;
}

.Form__field.name {
    margin-bottom: 15px;
    text-align: center;
}

.Form__field.userdata {
    font-size: 12px;
    cursor: pointer;
}

.Form__field.userdata a {
    color: #232323;
}

.Form__field input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #adadad;
    border-radius: 4px;
    font-size: 15px;
}

.Form__field textarea {
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #adadad;
    border-radius: 4px;
    font-size: 15px;
    resize: vertical;
}

/**/
.Contacts__main {
    width: 100%;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 16px;
}

.Contacts__main b {
    display: inline-block;
    min-width: 90px;
}

.Contacts__main a.email {
    color: #232323;
    text-decoration: none;
}

.Contacts__msg {
    width: 100%;
    margin-bottom: 25px;
}

.Contacts__msg a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    background: url('/local/templates/pimenov/css/../img/icon_msg36.png') no-repeat;
}

.Contacts__msg a.vb {
    background-position: 0 0;
}

.Contacts__msg a.tl {
    background-position: -36px 0;
}

.Contacts__msg a.wt {
    background-position: -72px 0;
}

.About__parther_block::after {
    display: block;
    content: "";
    clear: both;
}

.img_parther {
    float: left;
    margin: 0 12px 12px 0;
}

.Advantage__list li {
    margin-bottom: 10px;
    color: #555;
    line-height: 22px
}

.Advantage__list li b {
    display: block;
    font-size: 16px;
    color: #333;
}
/* End */


/* Start:/local/templates/pimenov/css/adaptive.css?15946623546133*/
@media screen and (max-width: 1210px) {
    .Header__box, .Footer__box, .FirstScreen__box {
        width: 96%;
    }

    .w1200 {
        width: 96% !important;
    }

    .FirstScreen__img {
        width: 500px;
        top: 115px;
    }

    .Block__slider {
        width: 900px;
        margin: 0 auto;
    }

    .Catalog {
        width: 600px;
    }

    .Catalog.works {
        width: 900px;
        margin: 0 auto 15px auto;
    }

    .Solution__images {
        width: 900px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    .FirstScreen__content {
        width: 460px;
    }

    .FirstScreen__img {
        width: 430px;
    }

    .FirstScreen__buttons a {
        min-width: 160px;
        min-height: 36px;
        padding: 12px 20px;
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .Menu__top {
        display: none;
    }

    .Header__user {
        right: unset;
        left: 10px;
    }

    .Header__contacts {
        width: 160px;
        height: 45px;
    }

    .Header__contacts .phone {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .Header__contacts .email {
        font-size: 16px;
    }

    .Header__social {
        width: 28px;
        height: 60px;
        top: 10px;
        right: 185px;
    }

    .Header__social a {
        margin-right: 0;
        margin-bottom: 4px;
        float: none;
    }

    .Header__social a:last-child {
        margin-bottom: 0;
    }

    .FirstScreen {
        min-height: 500px;
    }

    .FirstScreen__content {
        top: 70px;
    }

    .FirstScreen__img {
        width: 45%;
        top: 70px;
    }

    .ContentBlock.main_promo {
        display: block;
    }

    .ContentBlock.main_promo .content {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ContentBlock.main_promo .sidebar {
        margin: 10px auto;
    }
}

@media screen and (max-width: 960px) {
    .ContentBlock.col2_right {
        display: block;
    }

    .ContentBlock.col2_right .sidebar {
        width: 100%;
        margin-bottom: 12px;
    }

    .ContentBlock .sidebar .menu_title {
        display: block;
    }

    .ContentBlock .sidebar .menu {
        display: none;
    }

    .ContentBlock .sidebar.open .menu {
        display: block;
    }

    .ContentBlock.col2_right .content {
        margin-left: 0;
    }

    .Catalog {
        width: 900px;
    }

    .Catalog.works {
        width: 600px;
    }

    .Solution__images {
        width: 600px;
    }
}

@media screen and (max-width: 910px) {

/*    .Header {
        position: absolute;
    }*/

    .Block__slider {
        width: 600px;
    }

    .FirstScreen__box {
        width: 700px;
    }

    .FirstScreen__img {
        width: 200px;
        top: 70px;
    }

    .Catalog {
        width: 600px;
    }

    .ContentBlock.col2_left {
        display: block;
    }

    .ContentBlock.col2_left .content {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ContentBlock.col2_left .sidebar {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {

    .Header .logo {
        width: 180px;
        height: 46px;
        margin: -23px 0 0 -90px;
        background-size: contain;
    }

    .FirstScreen__box {
        width: 96%;
    }

    .FirstScreen__img {
        display: none;
    }

    .FirstScreen__content {
        position: relative;
        width: 100%;
        top: 40px;
        right: unset;
    }
}

@media screen and (max-width: 720px) {
    .Header__contacts {
        display: none;
    }

    .Header__social {
        right: 10px;
    }

    .Header .logo {
        margin: -23px 0 0 0;
        left: unset;
        right: 65px;
    }

    .Bitrix__about .icon {
        width: 140px;
        height: 132px;
    }

}

@media screen and (max-width: 620px) {

    h1 {
        font-family: ComfortaaBold;
        font-size: 26px;
    }

    h2 {
        font-family: ComfortaaBold;
        font-size: 24px;
    }

    .Block__slider {
        width: 300px;
    }

    .ContentBlock.main_promo .sidebar {
        width: 100%;
        box-sizing: border-box;
    }

    .Catalog {
        width: 300px;
        margin: 0 auto 15px auto;
    }

    .Catalog.works {
        width: 300px;
    }

    .Solution__images {
        width: 300px;
    }

    .Bitrix__product .body {
        display: block;
    }

    .Bitrix__product .body .price {
        width: 100%;
        margin-bottom: 15px;
    }

    .Bitrix__product .body .buttons {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .Footer .policy {
        top: 22px;
    }

    .Footer .epilog {
        top: 0;
        right: unset;
        left: 70px;
    }

    .Solution__title .Solution__buttons {
        display: block;
    }

    .Solution__title .Solution__buttons a {
        display: block;
        margin: 10px 0 0 0;
        float: none;
    }
}

@media screen and (max-width: 450px) {
    .Header__user {
        display: none;
    }

    .MenuButton {
        top: 32px;
    }

    .FirstScreen__buttons a {
        font-size: 16px;
    }

    .Solution__title {
        padding-left: 0;
        padding-top: 165px;
        background-position: top center;
    }
}

@media screen and (max-width: 420px) {
    .Header .logo {
        width: 150px;
        height: 38px;
        margin: -19px 0 0 0;
    }

    .Solution__buttons {
        display: block;
    }

    .Solution__buttons a {
        display: block;
        margin: 10px 0 0 0;
        float: none;
    }

    .Solution__buttons a.order {
        margin-right: 0;
    }

    .Bitrix__about {
        display: block;
    }

    .Bitrix__about .icon {
        margin: 5px auto;
        width: 280px;
        height: 265px;
    }
}
/* End */


/* Start:/local/templates/pimenov/components/bitrix/menu/SlideMenu/style.min.css?1594213981490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/pimenov/components/bitrix/menu/SlideMenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/pimenov/css/fonts.css?15942110511018 */
/* /local/templates/pimenov/css/ui.css?16109826795358 */
/* /local/templates/pimenov/css/theme.css?161173579021118 */
/* /local/templates/pimenov/css/adaptive.css?15946623546133 */
/* /local/templates/pimenov/components/bitrix/menu/SlideMenu/style.min.css?1594213981490 */
