

/* Start:/bitrix/templates/promolink/plugins/owl-carousel-2/assets/owl.carousel.css?16505455325965*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  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;
  /* fix for flashing background */
  -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 */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.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 - Video Plugin
 */
.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("/bitrix/templates/promolink/plugins/owl-carousel-2/assets/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;
}



/* DOTS */ 
.owl-theme .owl-controls{
    position: absolute;
    margin-top: -35px;
    text-align:center;
    -webkit-tap-highlight-color:transparent;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
    color:#fff;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#d6d6d6;
    display:inline-block;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#fff;
    text-decoration:none
}

.owl-theme .owl-controls .owl-nav .disabled{
    opacity:.5;
    cursor:default
}

.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline
}

.owl-theme .owl-dots .owl-dot span{
    width:8px;
    height:8px;
    margin:5px 7px;
    background:#4F2E29;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    border: 2px solid #4F2E29;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#fff;
}
/* End */


/* Start:/bitrix/templates/promolink/plugins/fancybox_3/jquery.fancybox.min.css?165054553210424*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/bitrix/templates/promolink/plugins/uniModal/unimodal.css?16522796132084*/
.unimodal {
    max-width: 390px;
    padding: 30px;
}
.unimodal .m_title {
    font-weight: 600;
    font-size: .9em;
}
.unimodal textarea {
    width: 100%;
    height: 90px;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    padding: 5px;
}
.unimodal input[type="text"] {
    display: block;
    margin: 0 auto 20px auto;
    padding: 0px;
    border: none;
    width: 100%;
    height: 32px;
    padding-left: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    outline: none;
}
.unimodal input[type=radio] {
    -webkit-appearance: radio;
}
.unimodal select {
    width: 100%;
    height: 32px;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0 auto 20px auto;
}
.unimodal .radio-wrap {
    /* border: 1px solid rgba(0,0,0,0.2); */
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 auto 20px auto;
}
.unimodal button {
    display: block;
    padding: 0px;
    border: none;
    background-image: -moz-linear-gradient( 90deg, rgb(234,57,58) 0%, rgb(255,108,107) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(234,57,58) 0%, rgb(255,108,107) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(234,57,58) 0%, rgb(255,108,107) 100%);
    width: 70%;
    height: 52px;
    color: #FFF;
    margin: 0 auto;
    border-radius: 4px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
}
.unimodal textarea.it_is_required,
.unimodal .radio-wrap.it_is_required {
    background-color: rgba(255,150,150, .2);
}
.unimodal .radio-wrap p {
    margin: 0 0 5px 0;
}
.unimodal .user_policy {
    padding: 1em 0 0 0;
    font-size: 0.8em;
    text-align: center;
}
.unimodal .cb-box-header {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.unimodal .cb-box-alt {
    color: #8A8A8A;
    margin-bottom: 20px;
}

.unimodal .callback-check {
	text-align: center;
	margin-bottom: 15px;
}
/* End */


/* Start:/bitrix/templates/promolink/components/bitrix/catalog.section.list/toHeader/style.min.css?16505455336236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/bitrix/templates/promolink/components/bitrix/menu/simple_left/style.min.css?1650545534490*/
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(/bitrix/templates/promolink/components/bitrix/menu/simple_left/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 */


/* Start:/bitrix/templates/promolink/components/bitrix/breadcrumb/.default/style.min.css?1650545533467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/promolink/styles.css?16505455345315*/
h1,h2,h3,h4,h5,h6{font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;font-weight: 500;}
p{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p.bxe-first-letter:first-letter, .bxe-first-letter-s{
	font-weight: bold;
	font-size: 56px;
	line-height: 56px;
	margin-right: 10px;
	float: left;
	vertical-align: top;

}
.lead {
	color: #757575;
  	margin-left: 40px;
  		padding:0 0 0 15px;
  	font-size: 13px;
  	font-weight: 300;
  	line-height: 1.4;
  	border-left: 3px solid #99cded;
}
@media (min-width: 768px){
	.lead {
	  	font-size: 16px;
  		margin-left: 20px;
	}
}

blockquote {
  	padding:0 0 0 15px;
  	margin: 0 0 20px 20px;
	border-left: 3px solid #c2c2c2;
}
blockquote p{
  	font-size: 20px;
  	font-style: italic;
	color: #757575;
  	font-family: Georgia, "Helvetica Neue", Arial,  Helvetica, sans-serif;
}
@media (max-width: 768px){
	blockquote p {
	  	font-size: 16px;
	}
}

blockquote.bxe-quote {
	position: relative;
	padding-left: 70px;
	padding-top: 8px;
	min-height: 50px;
	border-left: none;
}
blockquote.bxe-quote:after{
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOS45OTYgMzcuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOS45OTYgMzcuOTk1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I0Q2RDdENjsiIGQ9Ik0wLjAxLDM3Ljk5NXYtMTguMTFjLTAuMDc5LTIuNjA0LDAuMjk0LTUuMDQ5LDEuMTE4LTcuMzM4YzAuODI0LTIuMjg4LDEuOTgxLTQuMywzLjQ3Mi02LjAzNmMxLjQ5LTEuNzM1LDMuMjc2LTMuMTc2LDUuMzU2LTQuMzIxYzIuMDc4LTEuMTQzLDQuMzM1LTEuODczLDYuNzY4LTIuMTl2Ny44MTJjLTIuOTgzLDEuMDI3LTUuMDIzLDIuNTQ1LTYuMTIxLDQuNTU3Yy0xLjEsMi4wMTItMS42NDgsNC40NzktMS42NDgsNy4zOThoNy43Njl2MTguMjI4SDAuMDF6IE0yMy4yODEsMzcuOTk1di0xOC4xMWMtMC4wNzktMi42MDQsMC4yOTQtNS4wNDksMS4xMTgtNy4zMzhjMC44MjQtMi4yODgsMS45ODEtNC4zLDMuNDcyLTYuMDM2YzEuNDktMS43MzUsMy4yNzYtMy4xNzYsNS4zNTYtNC4zMjFjMi4wNzgtMS4xNDMsNC4zMzUtMS44NzMsNi43NjgtMi4xOXY3LjgxMmMtMi45ODMsMS4wMjctNS4wMjMsMi41NDUtNi4xMjEsNC41NTdjLTEuMSwyLjAxMi0xLjY0OCw0LjQ3OS0xLjY0OCw3LjM5OGg3Ljc2OXYxOC4yMjhIMjMuMjgxeiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 10px;
	top: 10px;
	-webkit-background-size: 40px;
			background-size: 40px;
	width: 40px;
	height:40px;
}

hr{
	border: none;
	border-bottom: 1px solid #ccc;
}
hr.bxe-bolder{
	border-bottom-width: 5px;
}
hr.bxe-dashed{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
hr.bxe-normal{}
hr.bxe-light{
	border-bottom-color: #e5e5e5

}
hr.bxe-dotted{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
}

/**/
.bg-primary	{background: #60aadb!important;color: #fff;}
.bg-success	{background: #64ba4e!important;color: #fff;}
.bg-info	{background: #9bc6dd!important;color: #fff;}
.bg-warning	{background: #fec139!important;color: #fff;}
.bg-danger{}
/**/
img.pull-left{
	padding: 5px 15px 5px 0;
}
img.pull-right{
	padding: 5px 0 5px 15px;
}
/**/
.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
}
.alert.alert-note{
	background: #f2f2f3;
}
.alert.alert-sys{
	background: #f5f2ec;
	color: #81641F;
}
.alert.bxe-icon{
	padding-left: 90px;
	min-height: 100px;
	position: relative;
}
.alert.bxe-icon:after{
	left:22px;
	top: 20px;
	position: absolute;
	content: " ";
	width:48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-image:url(/bitrix/templates/promolink/images/editor_sprite.png);
	background-repeat: no-repeat;
}
.alert.bxe-icon.alert-success:after	{background-position:0 0}
.alert.bxe-icon.alert-info:after	{background-position:0 -50px}
.alert.bxe-icon.alert-warning:after	{background-position:0 -100px}
.alert.bxe-icon.alert-danger:after	{background-position:0 -200px}
.alert.bxe-icon.alert-note:after	{background-position:0 -150px}
.alert.bxe-icon.alert-sys:after		{background-position:0 -250px}

.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-panel-tooltip {
  z-index: 2210 !important;
  overflow: hidden !important;
  position: absolute !important;
  letter-spacing: normal !important;
  list-style: none !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  visibility: visible !important;
  white-space: normal !important;
  word-spacing: normal !important;
  vertical-align: baseline !important;
  margin: 0 !important;
  padding: 15px !important;
  float: none !important;
  text-decoration: none !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 12px 10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid;
  border-color: #f0f0f0;
  background: #fff;
  color: #35414e;
  font-size: 14px;
}

/**/
tab,
tabsection,
.bxe-tab-title{
	display: block;
	padding: 5px;
	border: 1px dashed #ccc;
}
/**/
.bxe-list,
.bxe-list ul{
	list-style: none;
	margin: 5px 0;
	padding-left: 15px;
}
.bxe-list-default,
.bxe-list-default ul{

 }
.bxe-list .fa{
	color: #9fb2bd;
	margin-right: 6px;
}
.bxe-lis-blue .fa{
	color: #0083d1;
}
/* End */


/* Start:/bitrix/templates/promolink/main.css?165289185369753*/
/*@import "";*/

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Open Sans', OpenSans;
    font-size: inherit;
    line-height: inherit;
    min-width: 1200px;
}

#global100 {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: 'Open Sans', OpenSans;
    font-size: 1.5em;
    line-height: inherit;
}

.content {
    max-width: 1180px;
    margin: 0 auto;
}

.screen {
    padding-top: 40px;
    padding-bottom: 40px;
}

.in-screen:first-child {
    margin-top: 0;
}

.in-screen:last-child {
    margin-bottom: 0;
}

.in-screen {
    margin-top: 40px;
    margin-bottom: 40px;
}

.row-start {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row-sb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header .top-line .lk-container a {
    color: #272727;
    font-size: .9em;
    transition: all .3s;
}

header .top-line .lk-container {
    padding-right: 28px;
    background: url('/bitrix/templates/promolink/style/key.svg') no-repeat right center;
}

header .top-line .links-container a {
    color: #272727;
    font-size: .9em;
    transition: all .3s;
    margin-right: 28px;
}

header .top-line .lk-container a:hover,
header .top-line .links-container a:hover {
    text-decoration: none;
    opacity: .6;
}

header .top-line .links-container a:last-child {
    margin-right: 0;
}

header .top-line .my-place {
    padding-left: 20px;
    background: url('/bitrix/templates/promolink/style/flag.svg') no-repeat left center;
    line-height: normal;
    display: table;
    height: 40px;
    position: relative;
}

header .top-line .my-place .city {
    display: table-cell;
    vertical-align: middle;
    color: #272727;
}

header .top-line .my-place .city span {
    border-bottom: 1px dotted #272727;
    font-size: .9em;
    cursor: pointer;
    transition: all .3s;
}

header .top-line .my-place .city span:hover {
    opacity: .6;
}

header .top-line .my-place .all-cities {
    display: none;
    width: 170px;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    z-index: 20;
    box-shadow: 0px 0px 5px 0px rgba(160, 160, 160, 0.15), 0px 0px 20px 0px rgba(160, 160, 160, 0.2);
    padding: 10px;
}

header .top-line .my-place .all-cities .block {
    cursor: pointer;
    transition: all .3s;
    margin-top: 6px;
}

header .top-line .my-place .all-cities .block:hover {
    opacity: .6;
}

header .top-line .my-place .all-cities .block:nth-of-type(1) {
    margin-top: 0;
}

header .top-line {
    height: 40px;
    background: #F4F4F4;
    line-height: 40px;
}

header .middle-line {
    height: 120px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .bottom-line {
    background: #1B64A1;
    height: 50px;
    color: #fff;
}

header .middle-line a.logo {
    display: block;
    width: 287px;
    height: 100%;
    position: relative;
}

header .middle-line a.logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

header .middle-line form.search-container {
    width: 490px;
    width: 41.52542372881356%;
    height: 40px;
}

header .middle-line form.search-container .select-wrapper {
    position: relative;
    width: 150px;
    width: 30.61224489795918%;
}

header .middle-line form.search-container .select-wrapper:after {
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    position: absolute;
    background: url(/bitrix/templates/promolink/style/allcat.svg) no-repeat center;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

header .middle-line form.search-container .select-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 21%;
    z-index: 2;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0, rgba(197, 227, 239, 0)), color-stop(0.619, rgb(25, 118, 196)), color-stop(1, rgb(25, 118, 196)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(left, rgba(197, 227, 239, 0) 0%, rgb(25, 118, 196) 61.9%, rgb(25, 118, 196) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to right, rgba(197, 227, 239, 0) 0%, rgb(25, 118, 196) 61.9%, rgb(25, 118, 196) 100%);
    background-image: -ms-repeating-linear-gradient(left, rgba(197, 227, 239, 0) 0%, rgb(25, 118, 196) 61.9%, rgb(25, 118, 196) 100%);
}

header .middle-line form.search-container .select-wrapper select {
    background: transparent;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #1976C4;
    color: #fff;
    font-size: .95em;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    padding-left: 15px;
    vertical-align: top;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    cursor: pointer;
    /*background-image: url(/bitrix/templates/promolink/style/allcat.svg);
    background-position: 129px 19px;
    background-position: 91% 52%;
    background-repeat: no-repeat;*/
}

header .middle-line form.search-container .select-wrapper select option {
    background: #fff;
    color: #272727;
}

header .middle-line form.search-container input[type="text"]::-webkit-input-placeholder {
    color: #999999;
}

header .middle-line form.search-container input[type="text"]::-moz-placeholder {
    color: #999999;
}


/* Firefox 19+ */

header .middle-line form.search-container input[type="text"]:-moz-placeholder {
    color: #999999;
}


/* Firefox 18- */

header .middle-line form.search-container input[type="text"]:-ms-input-placeholder {
    color: #999999;
}

header .middle-line form.search-container input[type="text"] {
    width: 290px;
    height: 40px;
    background: #F7F7F7;
    padding-left: 14px;
    box-sizing: border-box;
    border: none;
    outline: none;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

header .middle-line form.search-container input[type="submit"] {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #1B64A1;
    background-image: url('/bitrix/templates/promolink/style/search.svg');
    background-repeat: no-repeat;
    background-position: center;
}

footer .main-line .contact-container,
header .middle-line .contact-container {
    text-align: right;
}

footer .main-line .contact-container>a,
header .middle-line .contact-container>a {
    transition: all .3s;
    text-decoration: none;
}

footer .main-line .contact-container>a:hover,
header .middle-line .contact-container>a:hover {
    opacity: .6;
}

footer .main-line .contact-container>a.phone,
header .middle-line .contact-container>a.phone {
    display: block;
    color: #272727;
    font-weight: 600;
    font-size: 1.7em;
    letter-spacing: -.02em;
    margin-bottom: -7px;
}

footer .main-line .contact-container>a.callback,
header .middle-line .contact-container>a.callback {
    color: #1B64A1;
    border-bottom: 1px dotted #1B64A1;
    font-size: .9em;
    display: inline-block;
    margin-top: -7px;
}

header .bottom-line .content>*,
header .bottom-line .content {
    height: 100%;
}

header .bottom-line .catalog-button {
    width: 23.72881355932203%;
    position: relative;
    background: #1976C4;
    /*box-shadow: 0.4em 0 26px rgba(122,122,122,0.3);*/
    box-shadow: 1em 0em 23px -9px rgba(122, 122, 122, 0.3);
    padding-left: 70px;
    box-sizing: border-box;
    line-height: 50px;
    cursor: pointer;
}

header .bottom-line .catalog-button:before {
    content: '';
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url('/bitrix/templates/promolink/style/caticon.svg') no-repeat center;
    /*box-shadow: 0.4em 0 12px rgba(100,100,100,0.3);*/
    box-shadow: 0.7em 0 20px -6px rgba(80, 80, 80, 0.3);
}

header .bottom-line .content a {
    display: table;
    padding: 0 15px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: all .3s;
}

header .bottom-line .content a:hover {
    opacity: .7;
}

header .bottom-line .content a span {
    /*display: table-cell;
    vertical-align: middle;*/
    font-weight: 500;
}

header .bottom-line .content>.static_link {
    padding-left: 1em;
    max-width: 100%;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-button:active>ul.container,
.catalog-button.active>ul.container {
    display: block;
}

.catalog-button>ul.container {
    display: none;
    z-index: 100;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    top: 0;
    left: -15px;
    padding-top: 50px;
    width: 310px;
    text-align: left;
}

.catalog-button ul.container {
    font-weight: normal;
}

.catalog-button>ul.container>li.level1 {
    background: #383838;
    margin: 0 15px;
    position: relative;
}

.catalog-button>ul.container>li.level1>a {
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    display: block;
    border-bottom: 1px solid #505050;
}

.catalog-button>ul.container>li.level1:hover {
    background: #F5F9FF;
}

.catalog-button>ul.container>li.level1:hover a {
    color: #383838;
}

.catalog-button>ul.container>li.level1:last-child>a {
    border-bottom: none;
}

.catalog-button>ul.container>li.level1>ul.level2 {
    display: none;
    position: absolute;
    background: #F5F9FF;
    right: -280px;
    top: 0;
    padding-left: 0;
    width: 280px;
}

.catalog-button>ul.container>li.level1>ul.level2 li {
    list-style-type: none;
    padding: 0 15px;
    position: relative;
}

.catalog-button>ul.container>li.level1>ul.level2 li:hover {
    background: #7998CF;
}

.catalog-button>ul.container>li.level1>ul.level2 a {
    color: #383838;
    text-decoration: none;
}

.catalog-button>ul.container>li.level1>ul.level2 li:hover a {
    color: #fff;
}

.catalog-button>ul.container>li.level1>ul.level2 a:after {
    content: '';
    display: block;
    height: 1px;
    box-sizing: border-box;
    background: #D3E2F8;
    position: absolute;
    right: 15px;
    left: 15px;
}

.catalog-button>ul.container>li.level1>ul.level2 li:hover a:after,
.catalog-button>ul.container>li.level1>ul.level2 li:last-child a:after {
    display: none;
}

.grid .ct {
    background-image: url('/bitrix/templates/promolink/style/calc.svg');
}

.grid .e-shop {
    background-image: url('/bitrix/templates/promolink/style/shop.svg');
}

.grid .company {
    background-image: url('/bitrix/templates/promolink/style/company.svg');
}

.grid .clients {
    background-image: url('/bitrix/templates/promolink/style/clients.svg');
}

.grid .brand {
    background-image: url('/bitrix/templates/promolink/style/brand.svg');
}

.grid .project {
    background-image: url('/bitrix/templates/promolink/style/project.svg');
}

.grid .services {
    background-image: url('/bitrix/templates/promolink/style/services.svg');
}

.grid .geography {
    background-image: url('/bitrix/templates/promolink/style/geography.svg');
}

.grid .two-blocks {
    width: 391px;
		height: 400px;
		padding: 20px;
    border: 1px solid #DEDEDE;
    border-bottom: none;
}

.grid .two-blocks .inner-block {
    width: 100%;
    border: 1px solid #DEDEDE;
    border-bottom: none;
}

.grid .inner-block,
.grid .block {
    width: 33.05084745762712%;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    background-position: 94% 83%;
    background-repeat: no-repeat;
}

.grid .block:nth-last-of-type(1),
.grid .block:nth-last-of-type(2),
.grid .block:nth-last-of-type(3) {
    border-bottom: 1px solid #DEDEDE;
}

.grid .block:nth-of-type(3n-2) {
    width: 33.89830508474576%;
}

.grid .block:nth-of-type(3n-3) {
    border-left: 1px solid #DEDEDE;
}

.grid .block {
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.grid .two-blocks .inner-block .name,
.grid .block .name {
    display: block;
    color: #272727;
    text-decoration: none;
    transition: all .3s;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 17px;
}

.grid .two-blocks .inner-block .name:hover,
.grid .block .name:hover {
    opacity: .6;
}

.grid .two-blocks .inner-block .desc,
.grid .block .desc {
    color: #999999;
    font-size: .9em;
    max-width: 81%;
}

.grid .inner-block .button-container,
.grid .block .button-container {
    width: 254px;
    height: 40px;
    padding-top: 29px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grid .inner-block .button-container .button.blue,
.grid .block .button-container .button.blue {
    background: #1B64A1;
    color: #fff;
}

.grid .inner-block .button-container .button:first-child,
.grid .block .button-container .button:first-child {
    width: 102px;
}

.grid .inner-block .button-container .button:nth-of-type(2),
.grid .block .button-container .button:nth-of-type(2) {
    width: 152px;
}

.grid .inner-block .button-container .button,
.grid .block .button-container .button {
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    background: #EAEAEA;
    color: #272727;
    font-size: .8em;
    font-weight: 600;
    transition: all .3s;
}

.grid .inner-block .button-container .button:hover,
.grid .block .button-container .button:hover {
    opacity: .6;
}

.grid .inner-block .button-container .button:nth-of-type(odd):last-child,
.grid .block .button-container .button:nth-of-type(odd):last-child {
    width: 100%;
}


/* form */

.grid .tit {
    text-align: right;
}

.grid .frm {
    padding: 5px 0;
}

.call-tit {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #F6AA66;
}

.call-desc {
    font-size: 1.2rem;
    color: #5B5B5B;
}

.call-txt {
    display: inline-block;
    font-size: .5rem;
    line-height: 1.6rem;
    color: #5B5B5B;
    border-top: 1px solid #5B5B5B;
}

.call-box {
    display: flex;
}

@media only screen and (max-width: 1690px) {
	.call-tit {
		font-size: 2rem;
	}
	.call-desc {
    font-size: 1.2rem;
	}
}



.call-wrapper-input {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-right: 50px;
}

.call-img {
    flex: 0 0 70px;
    height: 70px;
		margin-top: 40px;
}

.call-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.callRobot {
	width: 100%;
	height: 1rem;
	line-height: 1em;
	margin-top: 20px;
	font-size: .8rem;
	display: flex;
	align-items: center;
}
.callRobot input[type="checkbox"] {
	margin: 0 5px 0 0;
}


.call-btn {
    display: flex;
    margin-top: 20px;
}

.call-wrapper-button {
    flex: 1 1 40%;
    padding-right: 10px;
}

.jsSubmit {
    background-color: #F6AA66;
    font-size: .8rem;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    border: 0 none;
    border-radius: 3px;
}

.call-wrapper-check {
    flex: 1 1 60%;
    height: 25px;
    font-size: .6rem;
}

.call .captchaImg {
	margin: 7px 0 0 10px;
}

.call-capcha-label {
    font-size: .6rem;
}

.call input[type="checkbox"] {
    margin: 0 5px 0 0;
}

.call label {
    margin: 0;
}

.call input {
    border: 0 none;
    border-bottom: 1px solid #5B5B5B;
    outline: 0;
    line-height: 1;
    background: transparent;
    font-size: .8rem;
    padding: 7px 0 3px;
}

.call input:focus {
    background: transparent;
}

.call input.opacity-control {
	width: 0;
	height: 0;
}

.call-wrapper-message {
    width: 100%;
    margin-top: 10px;
    font-size: .8rem;
    color: #10AC40;
    text-align: center;
}

.call .opacity-control {
	display: none;
}
.call .support-form__upload-btn {
	margin: 5px 0 0 0;
	padding: 5px 0;
	background-color: #F6AA66;
	font-size: .8rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.ctrFiles {
	display: flex;
	flex-direction: column;
}

.ctrFiles .item {
	display: flex;
	align-items: center;
	font-size: .8rem;
}

.ctrFiles .cls {
	flex: 0 0 .8rem;
	height: .8rem;
	margin-right: 5px;
	box-sizing: border-box;
	cursor: pointer;
	border: none;
	outline: none;
	background: url(/bitrix/templates/promolink/style/close2.svg) center / contain no-repeat;
}


/* /form */

#small_slider .slide-block,
.seventeen-years {
    position: relative;
    width: 1180px;
    height: 140px;
    background: url('/bitrix/templates/promolink/style/17let.jpg') no-repeat center;
    margin-left: auto;
    margin-right: auto;
}

#small_slider .slide-block {
    height: auto;
}

.seventeen-years .title {
    display: block;
    position: absolute;
    color: #1B64A1;
    font-weight: 700;
    font-size: 1.5em;
    top: 33px;
    left: 40px;
}

.seventeen-years .desc {
    color: #272727;
    display: block;
    position: absolute;
    bottom: 38px;
    left: 40px;
    font-size: .95em;
}

.seventeen-years .button {
    width: 272px;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
}

.button.global.send-query {
    display: inline-block;
}

.button.global {
    height: 40px;
    cursor: pointer;
    background: #1B64A1;
    color: #fff;
    line-height: 40px;
    font-size: .85em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
}

.button.global:hover {
    opacity: .6;
}

.bottom .button.global.active {
    color: transparent;
    background: #1B64A1 url('/bitrix/templates/promolink/style/loader.svg') no-repeat center center / 20px 20px;
    transition: none;
}

.subscribe-form .button.global {
    padding: 10px 25px;
}

.main_slider_container {
    width: 789px;
    width: 66.86440677966102%;
}


/*
#main_slider {
    width: 789px;
    width: 66.86440677966102%;
    }*/

#main_slider .slide-block {
    width: 100%;
    height: 400px;
}

#main_slider .slide-block a {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 700px) {
    #main_slider .slide-block a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
				object-position: top;
    }
}

.hit-container {
    background: #F7F7F7;
}

.item-big-block .bottom,
.items .block .bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.item-big-block .bottom {
    width: 100%;
}

.items.three-in-row .block {
    width: 33.3%;
}

@media only screen and (min-width: 1500px) {
    .items.three-in-row .block {
        width: 25%;
    }
}

.items.three-in-row .block .item-main-info {
    box-sizing: border-box;
}

.items .block a.photo {
    display: block;
    width: auto;
    position: relative;
}

.items .block a.photo:before {
    content: '';
    display: block;
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.items .block a.photo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.items .block a.name:hover {
    opacity: .6;
}

.items .block .about-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    bottom: 80px;
    left: 20px;
    right: 20px;
}

.nal {
    font-size: .9em;
}

.item-big-block .about-container .nal.it-is {
    font-size: 1em;
}

.item-big-block .about-container .nal.it-is,
.items .block .about-block .nal.it-is {
    color: #10AC40;
    font-size: .9em;
    padding-left: 18px;
    background: url('/bitrix/templates/promolink/style/instock.svg') no-repeat left center;
}

.item-big-block .about-container .price {
    font-size: 1.5em;
    font-weight: 700;
    color: #272727;
}

.items .block .about-block .price {
    font-weight: 600;
    color: #272727;
}

.items .block .item-main-info .article {
    font-size: .9em;
    padding: 2px 0;
    /*position: absolute;*/
    /*bottom: 108px;*/
}

.items .block .item-main-info .article .name {
    color: #A7A7A7;
}

.items .block .item-main-info .article .value {
    color: #272727;
}

.items .block .item-main-info .in-out-stock {
    font-size: .9em;
    padding: 2px 0;
}

.items .block .item-main-info .in-out-stock .name {
    color: #A7A7A7;
}

.items .block .item-main-info .in-out-stock .value {
    color: #272727;
}

.items .block .item-main-info .in-out-stock .in {
    color: green;
}

.items .block .item-main-info .in-out-stock .out {
    color: #990022;
}

.items .block .item-main-info {
    width: 100%;
}

.items .block .bottom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    margin: auto;
}

.item-big-block .bottom .count_trigger,
.items .block .bottom .count_trigger {
    width: 40%;
    position: relative;
    font-weight: 600;
}

.item-big-block .bottom .count_trigger input[type="text"],
.items .block .bottom .count_trigger input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20%;
    background: #F7F7F7;
    border: none;
    outline: none;
    height: 40px;
    text-align: center;
}

.item-big-block .bottom .count_trigger .trigger {
    width: 41.66666666666667%;
}

.item-big-block .bottom .count_trigger .trigger,
.items .block .bottom .count_trigger .trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20%;
    line-height: 40px;
    text-align: center;
    color: #272727;
    background: #EAEAEA;
    z-index: 1;
    cursor: pointer;
    transition: all .3s;
    -ms-user-select: none;
    -moz-user-select: none -khtml-user-select: none;
    -webkit-user-select: none;
}

.item-big-block .bottom .count_trigger .trigger:hover,
.items .block .bottom .count_trigger .trigger:hover {
    opacity: .6;
}

.item-big-block .bottom .count_trigger .trigger.minus,
.items .block .bottom .count_trigger .trigger.minus {
    left: 0;
}

.item-big-block .bottom .count_trigger .trigger.plus,
.items .block .bottom .count_trigger .trigger.plus {
    right: 0;
}

.item-big-block .bottom .button {
    width: 54.16666666666667%;
}

.items .block .bottom .button {
    width: 52%;
}

.items .block .bottom .button.not_available {
    background: #9c9c9c;
}

.items .block a.name {
    text-decoration: none;
    transition: all .3s;
    color: #1B64A1;
    font-weight: 700;
    display: block;
    padding-bottom: 0.5em;
    font-size: .9em;
}

.items .block {
    background: #fff;
    position: relative;
    border: 1px solid #DEDEDE;
    border-left: none;
    padding: 20px 20px 127px 20px;
}

.items {
    /*border-left: 1px solid #dedede;*/
}

.items.three-in-row {
    margin: 20px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.items.three-in-row .block {
    box-sizing: border-box;
}

.items.three-in-row .block:nth-child(n+4) {
    border-top: none;
}

h2.typical {
    color: #272727;
}

.catalog-container .show-more {
    width: 100%;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    background: #F7F7F6;
    height: 39px;
    text-align: center;
}

.our-brands-container {
    background: #F7F7F7;
}

.our-brands-container .content {
    position: relative;
}

.our-brands-container .show-more {
    position: absolute;
    top: 0;
    right: 0;
}

.show-more {
    box-sizing: border-box;
    display: table;
}

.show-more>div {
    display: table-cell;
    vertical-align: middle;
}

.show-more>div>span {
    position: relative;
    padding-right: 31px;
}

.show-more>div>span>a,
.show-more>div>span>span {
    border-bottom: 1px dotted #1B64A1;
    font-size: .9em;
    cursor: pointer;
    transition: all .3s;
    color: #1B64A1;
    text-decoration: none;
}

.show-more>div span:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url('/bitrix/templates/promolink/style/eye.svg') no-repeat center;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}

.show-more>div>span>a:hover,
.show-more>div>span>span:hover {
    opacity: .6;
}

.catalog-container .catalogs {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.catalogs .block {
    width: 24.49152542372881%;
    box-sizing: border-box;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    padding: 20px;
}

.catalogs .block:nth-of-type(1),
.catalogs .block:nth-of-type(2),
.catalogs .block:nth-of-type(3),
.catalogs .block:nth-of-type(4) {
    border-bottom: none;
}

.catalogs .block:nth-of-type(4n-3):nth-last-of-type(1),
.catalogs .block:nth-of-type(4n-3):nth-last-of-type(2),
.catalogs .block:nth-of-type(4n-3):nth-last-of-type(3),
.catalogs .block:nth-of-type(4n-3):nth-last-of-type(4),
.catalogs .block:nth-of-type(4n-2):nth-last-of-type(1),
.catalogs .block:nth-of-type(4n-2):nth-last-of-type(2),
.catalogs .block:nth-of-type(4n-2):nth-last-of-type(3),
.catalogs .block:nth-of-type(4n-2):nth-last-of-type(4),
.catalogs .block:nth-of-type(4n-1):nth-last-of-type(1),
.catalogs .block:nth-of-type(4n-1):nth-last-of-type(2),
.catalogs .block:nth-of-type(4n-1):nth-last-of-type(3),
.catalogs .block:nth-of-type(4n-1):nth-last-of-type(4),
.catalogs .block:nth-of-type(4n):nth-last-of-type(4),
.catalogs .block:nth-of-type(4n):nth-last-of-type(3),
.catalogs .block:nth-of-type(4n):nth-last-of-type(2),
.catalogs .block:nth-of-type(4n):nth-last-of-type(1) {
    border-bottom: 1px solid #DEDEDE;
}

.catalogs .block:nth-of-type(4n-2),
.catalogs .block:nth-of-type(4n-1) {
    width: 25.42372881355932%;
}

.catalogs .block:nth-of-type(4n) {
    width: 24.66101694915254%;
    border-right: 1px solid #DEDEDE;
}

.catalogs .block:last-child {
    border-right: 1px solid #DEDEDE;
}

.catalogs .block a {
    text-decoration: none;
    transition: all .3s;
    display: block;
    color: #272727;
}

.catalogs .block a:hover {
    opacity: .6;
}

.catalogs .block a.name {
    color: #1B64A1;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 19px;
}

.catalogs .block a.ordinary {
    font-size: .9em;
    margin-bottom: 11px;
}

.catalogs .block a.ordinary:last-child {
    margin-bottom: 0;
}

.our-brands-main {
    columns: 4;
}

.our-brands-main .block {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 40px;
}

.our-brands-main .block .brand-one {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-bottom-color: transparent;
    /*border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;*/
}

.our-brands-main .block .brand-one:nth-last-of-type(1) {
    border-bottom-color: #DEDEDE;
}

.our-brands .block.text-link,
.our-brands-main .block .brand-one.text-link {
    display: table;
}

.our-brands .block.text-link span,
.our-brands-main .block .brand-one.text-link .name {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.our-brands-main .block .brand-one img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.our-brands .block:not(.text-link) .name,
.our-brands-main .block .brand-one:not(.text-link) .name {
    display: none;
}

.our-brands .block {
    display: block;
    width: 16.66666666666667%;
    height: 100px;
    position: relative;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    box-sizing: border-box;
    background: #fff;
    transition: all .3s;
}

.our-brands .block:hover {
    background-color: #DEDEDE;
}

.our-brands .block b {
    display: block;
    margin-bottom: 10px;
}

.our-brands .block a.text-link {
    display: block;
    text-decoration: none;
    transition: all .3s;
    font-weight: 600;
}

.our-brands .block a.text-link:hover {
    opacity: .6;
}

.our-brands .block:nth-of-type(1),
.our-brands .block:nth-of-type(2),
.our-brands .block:nth-of-type(3),
.our-brands .block:nth-of-type(4),
.our-brands .block:nth-of-type(5),
.our-brands .block:nth-of-type(6) {
    border-top: 1px solid #DEDEDE;
}

.our-brands .block:nth-of-type(6n-5) {
    border-left: 1px solid #DEDEDE;
}


/*.our-brands .block a.text-link {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    
}
.our-brands .block a.text-link span {
    display: table-cell;
    vertical-align: middle;
    }*/

.our-brands .block img {
    max-width: 100%;
    max-width: 90%;
    max-height: 100%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.news-container .column {
    width: 32.20338983050847%;
    -webkit-flex: 0 1 32.20338983050847%;
    -ms-flex: 0 1 32.20338983050847%;
    flex: 0 1 32.20338983050847%;
}

.news-container .column .news {
    padding: 23px 0 40px 0;
}

.news .block {
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
    position: relative;
    padding-top: 3px;
    padding-left: 100px;
    margin-bottom: 20px;
}

.news .block:last-child {
    margin-bottom: 0;
}

.news .block a.photo {
    display: block;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
}

.news .block a.photo img {
    width: 100%;
    height: 100%;
    -o-fit-object: cover;
    object-fit: cover;
}

.news .block .date {
    color: #999999;
    font-size: .9em;
    margin-bottom: 6px;
}

.news .block a.name {
    color: #1B64A1;
    font-size: .9em;
    font-weight: 700;
    transition: all .3s;
}

.news .block a.name:hover {
    text-decoration: none;
    opacity: .6;
}

h2.s {
    color: #272727;
    font-size: 1.2em;
}

.news-container .button.global {
    display: inline-block;
    padding: 0 29px;
}

footer .main-line {
    background: #F7F7F7;
}

footer .main-line .column.contacts .social-links>* {
    margin-right: 6px;
}

footer .main-line .column.contacts .social-links>*:last-child {
    margin-right: 0;
}

footer .main-line .column.contacts .social-links {
    padding-top: 6px;
}

footer .main-line .column.contacts .title {
    margin-bottom: 6px;
}

footer .social-links img {
	height: 30px;
}

footer .main-line .column .title {
    color: #1B64A1;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 20px;
}

footer .main-line .column.contacts {
    text-align: right;
}

footer .main-line .column {
    width: 23.72881355932203%;
}

footer .main-line .column.ordinary-links a {
    display: block;
    color: #272727;
    font-size: .9em;
    text-decoration: none;
    transition: all .3s;
    margin-bottom: 11px;
}

footer .main-line .column.ordinary-links a:hover {
    opacity: .6;
}

footer .main-line .column.ordinary-links a:last-child {
    margin-bottom: 0;
}

footer .main-line .contact-container {
    margin-bottom: 22px;
}

footer .bottom-line .desc {
    color: #fff;
    font-size: .9em;
    line-height: 50px;
    opacity: .8;
}

footer .bottom-line {
    background: #1B64A1;
    height: 50px;
}

footer .bottom-line .content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -.01em;
}

footer .main-line .column.ordinary-links a.button.global {
    display: inline-block;
    margin-top: 15px;
    padding: 0 25px;
    height: 40px;
    cursor: pointer;
    background: #1B64A1;
    color: #fff;
    line-height: 40px;
    font-size: .85em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
}

.subscribe-box {
    text-align: center;
}

.in-the-middle {
    display: table;
    vertical-align: middle;
}

.in-the-middle .content-container {
    display: table-cell;
}

.in-the-middle .content-container>* {
    text-decoration: none;
    transition: all .3s;
}

footer .bottom-line .in-the-middle .content-container>a {
    color: #fff;
    opacity: .8;
    font-size: .9em;
    display: inline-block;
    border-bottom: 1px dotted #fff;
}

footer .bottom-line .in-the-middle .content-container>a:hover {
    opacity: 1;
}

.global-columns {
    width: 100%;
    flex-wrap: nowrap;
}

.global-columns .main-column {
    width: 74.57627118644068%;
    -webkit-flex: 0 1 74.57627118644068%;
    -ms-flex: 0 1 74.57627118644068%;
    flex: 0 1 74.57627118644068%;
    padding: 18px 0 40px 0;
}

.global-columns .left-column {
    width: 23.72881355932203%;
    -webkit-flex: 0 1 23.72881355932203%;
    -ms-flex: 0 1 23.72881355932203%;
    flex: 0 1 23.72881355932203%;
    padding-bottom: 30px;
    margin-right: 1.694915254237288%;
}

.global-columns .left-column .cats-container {
    box-shadow: -5px 16px 61px -10px rgba(50, 50, 50, 0.24);
}

a {
    color: #1B64A1;
}

.breadcrumbs a {
    font-size: .9em;
    position: relative;
    padding-right: 12px;
    margin-right: 3px;
    transition: all .3s;
}

.breadcrumbs a:last-child {
    color: #272727;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: none;
    opacity: .6;
}

.breadcrumbs a:after {
    content: '›';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #272727;
}

.breadcrumbs a:last-child:after {
    display: none;
}

.main-column h1 {
    color: #272727;
    font-size: 1.45em;
    margin-top: 0px;
    margin-top: 5px;
}

.main-column .page-links-container {
    font-size: .9em;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background: #F7F7F7;
    padding: 0 10px;
}

.main-column .page-links-container select span {
    border-bottom: 1px dotted #272727;
}

.main-column .page-links-container select {
    border: none;
    color: #1B64A1;
    font-weight: 600;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 1em;
    background: none;
}

.pagination-container {
    line-height: 39px;
}

.pagination-container>span {
    margin-right: 13px;
}

.pagination-container .pages .page-button {
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    background: #EAEAEA;
    margin-right: 1px;
    transition: all .3s;
}

.pagination-container .pages .page-button:hover {
    opacity: .6;
}

.pagination-container .pages .page-button.active {
    background: #1B64A1;
}

.pagination-container .pages .page-button a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pagination-container .pages .page-button span {
    color: #272727;
    font-weight: 700;
}

.pagination-container .pages .page-button.active span {
    color: #fff;
}

.left-column .cats-container .string {
    width: 100%;
    min-height: 40px;
    position: relative;
}

.left-column .cats-container .string.hide_away .sub_menu {
    display: none;
}

.left-column .cats-container .string .sub_menu {
    padding: 0 20px;
}

.left-column .cats-container .string .sub_menu a {
    display: block;
    padding-left: 15px;
    text-decoration: none;
    position: relative;
}

.left-column .cats-container .string .sub_menu a:hover {
    opacity: .6;
}

.left-column .cats-container .string .sub_menu a:before {
    content: '';
    display: block;
    height: 20px;
    color: #DC002A;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.left-column .cats-container .string .head_sec {
    position: relative;
}

.left-column .cats-container a {
    display: block;
    width: 100%;
    color: #383838;
    text-decoration: none;
    position: relative;
    padding: 10px 30px 12px 20px;
    font-size: 0.9em;
    vertical-align: middle;
    min-height: 40px;
    box-sizing: border-box;
    transition: all .3s;
}

.left-column .cats-container a:hover {
    opacity: .6;
}

.left-column .cats-container a:after/ {
    content: '';
    display: block;
    position: absolute;
}

.left-column .cats-container a:after {
    border-bottom: 1px solid #E6E6E6;
    right: 14px;
    left: 14px;
    bottom: 0;
}

.left-column .cats-container .string:last-child a:after {
    display: none;
}

.left-column .block.contacts-left-menu .content-container .section-string .head-container.open .show_it,
.left-column .block .area-container .links-container .string .head_sec .show_it.active,
.left-column .cats-container .string .show_it.active {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.left-column .cats-container .string .show_it {
    position: absolute;
    width: 40px;
    height: 100%;
    background: url('/bitrix/templates/promolink/style/catleft.svg') no-repeat;
    background-position: 20px center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: all .3s;
}

.left-column>* {
    margin-top: 30px;
}

.left-column>.cats-container {
    margin-top: 0;
}

.left-column .block>.name {
    background: #1B64A1;
    color: #fff;
    display: table;
    width: 100%;
    height: 40px;
}

.left-column .block>.name span {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 700;
    padding: 0 20px;
}

.left-column .block .area-container>.name {
    font-weight: 700;
    color: #272727;
    font-size: .9em;
}

.left-column .block .content-container {
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    padding: 20px 18px;
}

.left-column .block .area-container .links-container {
    padding: 20px 0;
    font-size: .9em;
    color: #272727;
}

.left-column .block .area-container .links-container a {
    display: block;
    color: #272727;
    text-decoration: none;
    transition: all .3s;
}

.left-column .block .area-container .links-container a:hover {
    opacity: .6;
}

.left-column .block .area-container .links-container .string {
    margin-top: 21px;
}

.left-column .block .area-container .links-container .string:first-child {
    margin-top: 0;
}

.left-column .block .area-container .links-container .string .head_sec {
    padding-left: 20px;
    position: relative;
}

.left-column .block.contacts-left-menu .content-container>.section-string {
    cursor: pointer;
}

.left-column .block.contacts-left-menu .content-container .section-string .head-container {
    position: relative;
    padding: 10px 0 10px 16px;
}

.left-column .block.contacts-left-menu .content-container .section-string .childs-section {
    display: none;
    padding: 0 0 0 40px;
}

.left-column .block.contacts-left-menu .content-container .section-string .childs-section>.section-string {
    cursor: pointer;
    margin-top: 5px;
}

.left-column .block.contacts-left-menu .content-container .section-string .childs-section>.section-string:first-child {
    margin-top: 0;
}

.left-column .block.contacts-left-menu .content-container .section-string .show_it,
.left-column .block .area-container .links-container .string .head_sec .show_it {
    position: absolute;
    width: 40px;
    height: 100%;
    background: url(/bitrix/templates/promolink/style/catleft.svg) no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto;
    cursor: pointer;
    transition: all .3s;
}

.left-column .block .area-container .links-container .string .sub_menu {
    padding: 0 22px;
}

.left-column .block .area-container .links-container .string .sub_menu a {
    margin-top: 23px;
}

.left-column .block .area-container .links-container .string .sub_menu a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url('/bitrix/templates/promolink/style/catleft.svg') no-repeat;
    background-position: left center;
    margin-right: 10px;
}

.txt {
    font-size: .9em;
    line-height: 24px;
}

.item-big-block {
    width: 100%;
    border: 1px solid #DEDEDE;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    margin: 30px 0;
}

.items .block:after,
.item-big-block:after {
    display: block;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
    height: 20px;
    position: absolute;
    top: 12px;
    left: -34px;
    line-height: 20px;
    width: 111px;
    text-align: center;
    font-size: .9em;
    font-weight: 600;
}

.items .block.new:after,
.item-big-block.new:after {
    content: 'new';
    color: #fff;
    background: #1976C4;
}

.items .block.hit:after,
.item-big-block.hit:after {
    content: 'hit';
    color: #fff;
    background: #EE8208;
}

.item-big-block .price {
    margin-bottom: 18px;
}

.item-big-block .about-container .nal {
    margin-bottom: 30px;
}

.item-big-block .photo-container {
    width: 27.27272727272727%;
    min-height: 200px;
    position: relative;
}

.item-big-block .photo-container a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.item-big-block .photo-container a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    /*-o-fit-object: cover;
    object-fit: cover;*/
}

.item-big-block .about-container {
    width: 68.18181818181818%;
}

.item-big-block .about-container h1 {
    color: #1B64A1;
    width: 100%;
}

.item-big-block .about-container .left {
    width: 40%;
    margin-right: 6.666666666666667%;
}

.item-big-block .about-container .right {
    width: 53.33333333333333%;
}

.item-big-block .about-container .left .string {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.item-big-block .about-container .left .string .name {
    color: #A7A7A7;
    margin-bottom: 15px;
}

.item-big-block .about-container .left .string.brand .value {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
}

.item-big-block .about-container .left .string.brand .value img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.params .string {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .9em;
    margin-bottom: 9px;
}

.params .string:nth-last-of-type(1) {
    margin-bottom: 0;
}

.params .string .name {
    color: #ADADAD;
    max-width: 42%;
}

.params .string .delimeter {
    display: block;
    height: 17px;
    margin: 0 5px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 1px dotted #ADADAD;
}

.params .string .value {
    min-width: 125px;
    max-width: 30%;
    text-align: left;
}

.top-inner-cats {
    margin: 20px 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.top-inner-cats .block {
    width: 25%;
    display: block;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    box-sizing: border-box;
    padding: 20px 20px;
    text-align: left;
    position: relative;
}

.top-inner-cats .block:nth-of-type(1),
.top-inner-cats .block:nth-of-type(2),
.top-inner-cats .block:nth-of-type(3),
.top-inner-cats .block:nth-of-type(4) {
    border-top: 1px solid #DEDEDE;
}

.top-inner-cats .block:nth-of-type(4n-3) {
    border-left: 1px solid #DEDEDE;
}

.top-inner-cats .block a {
    text-decoration: none;
    transition: all .3s;
    font-weight: 600;
}

.top-inner-cats .block a:hover {
    opacity: .6;
}

.inner-page {
    font-size: .9em;
}

.inner-page ol {
    counter-reset: myCounter;
}

.inner-page ol li {
    list-style: none;
}

.inner-page ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    background: #1B64A1;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    font-weight: 600;
}

.inner-page ul li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    margin-bottom: 8px;
}

.inner-page ul li:last-child {
    margin-bottom: 0;
}

.inner-page ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    height: 1px;
    background: #1B64A1;
}

.inner-page h1 {
    font-size: 1.6em;
}

.inner-page h2 {
    font-size: 1.4em;
    color: #1B64A1;
}

.inner-page h3 {
    font-size: 1.2em;
    color: #1B64A1;
}

.inner-page table {
    width: 100%;
    border: none;
    font-weight: 600;
}

.inner-page table th,
.inner-page table td {
    border: none;
    padding: 0 15px;
    height: 40px;
}

.inner-page table tr:nth-of-type(1) {
    border-left: none;
    border-right: none;
}

.inner-page table th {
    color: #fff;
    background: #1B64A1;
}

.inner-page table tr {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.inner-page table tr td {
    color: #272727;
    background: #fff;
}

.inner-page table tr:nth-of-type(2n) td {
    background: #F7F7F7;
}

.inner-page table tr:nth-last-of-type(1) td {
    border-bottom: 1px solid #DEDEDE;
}

.news-index {
	margin: 0 -32px;
}

.news-index .col-start {
	flex: 0 1 50%;
	padding: 32px;
}
.news-index .block {
	display: flex;
}

.news-index .block .photo {
    display: block;
		position: relative;
    flex: 0 0 250px;
    height: 250px;
		border: 1px solid #DEDEDE;
}

.news-index .block .photo img {
		width: 100%;
    height: 100%;
    -o-fit-object: contain;
    object-fit: contain;
}

.news-index .block .photo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
 }

.news-index .right {
	flex: 1 1 100%;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-index .block a.name {
	display: block;
	color: #1B64A1;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 20px;
	transition: all .3s;
}

.news-index .block a.name:hover {
	opacity: .6;
	text-decoration: none;
}

.news-index .desc {
	padding: 16px 16px 0 16px;
}

.news-index .info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 16px 0 0 16px;
}

.news-index .text {
	text-align: justify;
}

.news-index .block .bottom-container .date {
    color: #999999;
}

@media only screen and (max-width: 1500px) {
	.news-index .col-start {
		flex: 1 1 100%;
		margin: 0 auto;
	}
}


.under-inner-page .buttons-container {
    padding-top: 40px;
}

.under-inner-page .buttons-container>.button {
    padding: 0 15px;
}

.mobile {
    display: none;
}

@media only screen and (min-width: 1300px) {
    .content {
        max-width: 90%;
    }
    .grid .two-blocks {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.items.small {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}

.items.small .block {
    max-width: 25%;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    padding: 20px 20px 107px 20px;
}

.items.small .block .about-block {
    bottom: 74px;
}

.items.small .block .line_1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.items.small .block .line_1 a.photo {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    box-sizing: border-box;
    max-height: 110px;
}

.items.small .block .line_1 .article {
    position: static;
    bottom: auto;
}

.first_big.items.small {
    padding-left: 25%;
}

.first_big.items.small .block {
    max-width: 33.3%;
    flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
}

.first_big.items.small .block:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    flex: none;
    width: 25%;
}

.first_big.items.small .block:first-child .line_1 a.photo {
    max-width: 75%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: 0 auto;
    max-height: 100%;
}

.first_big.items.small .block:first-child .line_1 {
    display: block;
    flex: none;
}

@media only screen and (max-width: 1300px) {
    .first_big.items.small .block:first-child .line_1 a.photo {
        max-width: 100%;
    }
}

div.bx-green .btn.btn-default {
    background: #1B64A1;
    transition: opacity .5s;
    border: none;
}

div.bx-green .btn.btn-default:hover {
    background: #1B64A1;
    opacity: 0.5;
}

.brand-detail-container .image-container {
    width: 50%;
    height: 300px;
    float: right;
    margin: 0 0 15px 15px;
    position: relative;
    border: 1px solid #DEDEDE;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.brand-detail-container .image-container img,
.brand-detail-container .image-container .main-photo {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.brand-detail-container h2 {
    font-size: 1.1em;
}

.brand-detail-container .brand-files-container .brand-files a {
    display: block;
    margin-top: 10px;
    position: relative;
}

.brand-detail-container .brand-files-container .brand-files a:first-child {
    margin-top: 0;
}

.brand-detail-container .brand-files-container .brand-files a img {
    width: 60px;
}

.about-company-menu a:not(.selected) {
    color: #272727;
    font-weight: normal;
}

.about-company-menu a {
    display: block;
    transition: all .3s;
    text-decoration: none;
    margin-bottom: 6px;
    font-size: 0.9em;
    font-weight: 600;
}

.about-company-menu a:hover {
    opacity: .6;
}

.about-company-menu a:last-child {
    margin-bottom: 0;
}

.choose-cat-container {
    padding: 0 0 30px 0;
}

.brand-cats .block {
    display: table;
    width: 19%;
    height: 40px;
    margin-right: 1.25%;
    border: 1px solid #1B64A1;
    transition: all .3s;
    cursor: pointer;
    margin-top: 15px;
    padding: 5px;
}

.brand-cats .block.selected,
.brand-cats .block:hover {
    background-color: #1B64A1;
    color: #fff;
}

.brand-cats .block:nth-of-type(1),
.brand-cats .block:nth-of-type(2),
.brand-cats .block:nth-of-type(3),
.brand-cats .block:nth-of-type(4),
.brand-cats .block:nth-of-type(5) {
    margin-top: 0;
}

.brand-cats .block:nth-of-type(5n) {
    margin-right: 0;
}

.brand-cats .block span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#hidden_brands {
    display: none;
}

.contacts .string .point-name {
    background-color: #F1F1F1;
}

.contacts .string:nth-child(odd) .point-name {
    background-color: #fff;
}

.contacts .string .point-name {
    font-weight: 600;
    font-size: 1.2em;
    padding: 7px 10px 8px 10px;
    cursor: pointer;
    transition: all .3s;
}

.contacts .string .point-name:hover {
    opacity: .6;
}

.contacts .string .contact-container {
    display: none;
    padding: 10px 10px 10px 30px;
}

.contacts .string .contact-container .show-map-scheme {
    cursor: pointer;
}

.contacts .string .contact-container .info div .name {
    font-weight: 600;
    margin-right: 10px;
}

.contacts .string .contact-container .other {
    margin-top: 20px;
}

#map {
    /*display: none;*/
    width: 100%;
    /*width: 80%;*/
    height: 260px;
}

.global-columns.not_catalog .left-column .cats-container {
    display: none;
}

.brands-left-choice .block {
    display: block;
    margin-bottom: 7px;
}

.brands-left-choice .block:last-child {
    margin-bottom: 0;
}

.brands-left-choice .block span {
    cursor: pointer;
}

.brands-left-choice .block.selected span {
    color: #1B64A1;
    font-weight: 600;
}

.left-column .block .content-container.simple-left a {
    display: block;
    margin-bottom: 7px;
}

.left-column .block .content-container.simple-left a:last-child {
    margin-bottom: 0;
}

.left-column .block .content-container.simple-left a.selected {
    font-weight: 600;
}

.txt table {
    width: 100%;
    box-sizing: border-box;
}

.txt table tr td {
    border: 1px solid #DEDEDE;
}

.txt table tr td,
.txt table tr th {
    padding: 10px;
}

.txt table tr th {
    height: 40px;
    background-color: #1B64A1;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.certificates a {
    display: block;
    width: 13.42857142857143%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
}

.certificates a:nth-of-type(7n) {
    margin-right: 0;
}

.certificates a .image .name {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.certificates a .image {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
}

.certificates a .image img {
    /*max-width: 100%;
    max-height: 100%;*/
    width: 100%;
    height: 100%;
    -o-fit-object: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;*/
}

.other-pictures a {
    display: block;
    width: 24.7%;
    height: 250px;
    position: relative;
    margin-right: .4%;
    margin-top: .4%;
}

.other-pictures a:nth-of-type(1),
.other-pictures a:nth-of-type(2),
.other-pictures a:nth-of-type(3),
.other-pictures a:nth-of-type(4) {
    margin-top: 0;
}

.other-pictures a:nth-of-type(4n) {
    margin-right: 0;
}

.other-pictures a img {
    width: 100%;
    height: 100%;
    -o-fit-object: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.detail-picture {
    width: 100%;
}

.detail-picture img {
    max-width: 300px;
    max-height: 500px;
    float: left;
    margin: 0 20px 20px 0;
}

.bx-basket-block a {
    margin-right: 0;
}

.bx-basket-block.basket {
    background-image: url(/bitrix/templates/promolink/style/118089.svg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 49px;
    padding: 0 0 0 60px;
    height: 35px;
    padding: 0 0 0 44px;
    font-size: 0.9em;
}

.block.contacts-left-menu .section-string .head-container.without-childs.active span,
.block.contacts-left-menu .childs-section .section-string .head-container.active span {
    font-weight: 600;
}

.contacts {
    padding: 20px 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.contacts .block {
    width: 49%;
    min-height: 160px;
    margin-right: 2%;
    margin-top: 20px;
    border: 1px solid #DEDEDE;
    padding: 20px 10px;
    position: relative;
    padding-left: 145px;
}

.contacts .block:nth-of-type(2n) {
    margin-right: 0;
}

.contacts .block .photo {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 10px;
    border-radius: 120px;
    overflow: hidden;
}

.contacts .block .info-container .name {
    font-size: 1.1em;
    font-weight: 800;
}

.contacts .block .info-container .address,
.contacts .block .info-container .work-time,
.contacts .block .info-container .phone,
.contacts .block .info-container .email,
.contacts .block .info-container .position {
    font-size: .9em;
}

.contacts .block .info-container .employee {
    font-weight: 800;
}

.contacts .block .info-container .employee,
.contacts .block .info-container .phone {
    margin-top: 10px;
}

.content>.breadcrumbs {
    margin-top: 20px;
}

.under-inner-page {
    margin-bottom: 20px;
}

.contacts.on-the-page .block.pointer {
    cursor: pointer;
}

.contacts.on-the-page .block.pointer:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.contacts .block .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#map {
    margin-top: 10px;
}

.servisy-i-uslugi-container .main-image-wrap {
    margin: 20px 0;
}

.servisy-i-uslugi-container .main-image-wrap>img {
    /*max-height: 400px;*/
}

.inner-page .main-image-wrap>img {
    max-width: 100%;
}

.servisy-i-uslugi-container {
    padding-top: 20px;
}

.servisy-i-uslugi-container .main-image-wrap {
    width: 36%;
    margin: 0 0 20px 20px;
    float: right;
}

.items.category {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: 40px 0;
}

.items.category>.block {
    max-width: 24%;
    flex: 0 0 24%;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    /*border-bottom: none;  */
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

.items.category>.block:hover {
    border: 1px solid rgba(27, 100, 161);
}

@media only screen and (min-width: 1500px) {
    .items.category>.block:nth-last-child(1),
    .items.category>.block:nth-last-child(2),
    .items.category>.block:nth-last-child(3),
    .items.category>.block:nth-last-child(4) {
        border-bottom: 1px solid #DEDEDE;
    }
    .items.category>.block {
        margin: 0 1.33% 1.333% 0;
    }
    .items.category>.block:nth-child(4n+4) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1500px) {
    .items.category>.block {
        /*max-width: 33.3%;
        flex: 0 0 33.3%;
        -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%; */
        max-width: 32%;
        flex: 0 0 32%;
        -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
        margin: 0 2% 2% 0;
    }
    /*.items.category > .block:nth-last-child(1),
    .items.category > .block:nth-last-child(2),
    .items.category > .block:nth-last-child(3) {
        border-bottom: 1px solid #DEDEDE;
        }*/
    .items.category>.block:nth-child(3n+3) {
        margin-right: 0;
    }
}

.button.global.not_available {
    background: #9c9c9c;
}

#global100 .bx-filter.bx-blue .bx-filter-section {
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#global100 .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #1B64A1;
}

#global100 .bx-filter.bx-blue .btn-themes.bx-active,
#global100 .bx-filter.bx-blue .btn-themes.focus,
#global100 .bx-filter.bx-blue .btn-themes:active,
#global100 .bx-filter.bx-blue .btn-themes:focus,
#global100 .bx-filter.bx-blue .btn-themes:hover {
    opacity: .6;
}

#global100 .bx-filter.bx-blue .btn-themes {
    background: #1B64A1;
    border-color: #1B64A1;
    transition: opacity .3s;
}

#global100 .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #1B64A1;
    opacity: .4;
}

.item-big-block .about-container .left .string.brand {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-big-block .about-container .left .string.brand .value {
    max-width: 150px;
}

.item-big-block .about-container .left .string.artnumber {
    margin-bottom: 0;
}

.item-big-block .about-container .left .string.brand .name {
    margin-bottom: 0;
}

.ct_plus_filter>* {
    margin-right: 15px;
}

.ct_plus_filter .button {
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    background: #EAEAEA;
    color: #272727;
    font-size: .8em;
    font-weight: 600;
    transition: all .3s;
    display: inline-block;
    padding: 0 10px;
}

.ct_plus_filter .button.blue {
    background: #1B64A1;
    color: #fff;
    cursor: pointer;
}

.ct_plus_filter {
    margin: 15px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ct_plus_menu {
    background: #1B64A1;
    height: 50px;
    color: #fff;
    font-weight: bold;
}

.ct_plus_header {
    background: #F4F4F4;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.ct_plus_menu .content,
.ct_plus_header .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ct_plus_menu .content>* {
    line-height: 50px;
}

.ct_plus_menu .content .company_name,
.ct_plus_menu .content .curs {
    max-width: 20%;
    flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
}

.ct_plus_menu .content .logo {
    max-width: 10%;
    flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    text-align: center;
}

.ct_plus_menu .content .empty {
    max-width: 10%;
    flex: 0 0 10%;
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
}

.ct_plus_menu .content .personal_name {
    max-width: 40%;
    flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    text-align: right;
}

.ct_plus_header .content>* {
    max-width: 30%;
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
}

.ct_plus_header .content .center {
    text-align: center;
}

.ct_plus_header .content .right {
    text-align: right;
}

.ct_plus_header .content.bill_page>* {
    max-width: 100%;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    margin: 0 10px;
}

.ct_plus_header .content.bill_page>*:first-child {
    margin-left: 0;
}

.ct_plus_header .content.bill_page>*:last-child {
    right: 0;
}

table.stylized td {
    position: relative;
}

table.stylized .preloading {
    background: url(/bitrix/templates/promolink/style/loader2.svg) no-repeat center center / contain;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8) url(/bitrix/templates/promolink/style/loader2.svg) no-repeat center center/ 150px 150px;
    z-index: 99999;
}

.ct_plus_menu a {
    color: #fff;
    text-decoration: underline;
}

form.stylized label {
    display: block;
    color: #999;
    font-weight: 400;
}

form.stylized input[type=text],
form.stylized input[type=password],
form.stylized textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 8px;
    box-sizing: border-box;
    background: #EEF2F7;
    border: 2px solid #EEF2F7;
    height: 50px;
    border-radius: 2px;
    outline: none;
    font-weight: 400;
    transition: all .3s;
}

form.stylized input[type=text]:focus,
form.stylized input[type=password]:focus,
form.stylized textarea:focus {
    background: #fff;
}

form.stylized input[type=text]::placeholder,
form.stylized input[type=password]::placeholder,
form.stylized textarea::placeholder {
    transition: all .3s;
}

form.stylized input[type=text]:focus::placeholder,
form.stylized input[type=password]:focus::placeholder,
form.stylized textarea:focus::placeholder {
    color: transparent;
}

form.stylized .string {
    margin-bottom: 1em;
}

form.stylized input[type=file] {
    display: none;
}

form.stylized .file_trigger {
    color: #000;
    text-align: right;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: uppercase;
    background: #eef2f7 url(/bitrix/templates/promolink/style/w_clip.svg) no-repeat left 10px center / 40px;
    padding-left: 30px;
    transition: opacity .3s;
    cursor: pointer;
    border: 2px solid #EEF2F7;
    padding: 15px 30px 15px 50px;
    border-radius: 20px;
    display: inline-block;
}

form#reg {
    max-width: 800px;
    margin: 0 auto;
}
/* End */


/* Start:/bitrix/templates/promolink/mobile.css?165054553414622*/
@media only screen and (max-width : 699px) {
    html, body {
        min-width: 0;
    }
    #global100 {
        transition: all .3s;
    }
    #global100.menu_right {
        transform: translateX(-250px);
        z-index: 100;
        position: relative;
    }
    .content {
        max-width: 100%;
        box-sizing: border-box;
    }
    .top-line .content > * {
        display: none;
    }
	header .middle-line {
		padding: 0 1em;
		height: 85px;
	}
    header .middle-line a.logo {
        width: 70%;
    }
    header .middle-line .contact-container > a.phone {
		position: absolute;
		top: -33px;
		left: 1em;
		font-size: 19px;
    }
	#basket-an-button-container {
		position: absolute;
		top: -28px;
		right: 16px;
	}
	
	header .bottom-line .content > .static_link {
		height: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
	}
	
	#global100.menu_right header .bottom-line .content > .static_link {
		height: auto;
		right: -250px;
		overflow: visible;
		width: 250px;
		padding: 1em;
		box-sizing: border-box;
		
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;		
		top: 60px;
		
	}
	header .bottom-line .content .static_link a {
		color: #1B64A1;
		padding: 0.5em 0;
		text-align: right;
		display: block;
		width: 100%;
		font-weight: 600;
	}
	

    .menu_button_container {
        /*width: 50px;
        height: 50px;*/
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
	
	header .middle-line {
		position: relative;
	}
	.menu_trigger_container {
        position: relative;
        max-width: 15%;
        flex: 0 0 15%;
        -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;   
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        height: 1em;                   
    }
    .menu_trigger {
        position: absolute;
        width: 1.2em;
        height: 1em;
        right: 1em;
        top: 0;
        right: 1em;
        bottom: 0;
        margin: auto;
        display: block;
        font-size: 1.6em;
        z-index: 200;
    }   
    .menu_trigger:before, .menu_trigger:after, .menu_trigger span {
        content:'';
        display: block;
        width: 100%;
        height: 4px;
        background: #1976C4;
        position: absolute;
        transition: all .3s;
    }  
    .menu_trigger:before {
        top: 0;
    }
    .menu_trigger:after {
        bottom: 0;     
        z-index: 100;
    }
    .menu_trigger span {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #global100.menu_right .menu_trigger:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);    
        top: 0.42em;    
    }
    #global100.menu_right .menu_trigger:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);  
        bottom: 0.42em;   
    }    
    #global100.menu_right .menu_trigger span {
        background: transparent;
    }    
	
	
	
	
    /*, .content*/
    .mobile {
        display: block;
    }
    header .bottom-line .catalog-button {
        width: 80%;
    }
    .show-search {
        width: 20%;
        height: 100%;
        /*line-height: 50px;*/
        background: url('/bitrix/templates/promolink/style/search.svg') no-repeat center;
        
    }
    header .middle-line form.search-container {
        display: none;
        width: 100%;
        position: absolute;
        top: 135px;
        left: 0;
        right: 0;
        z-index: 30;
        box-shadow: 0em 0em 16px rgba(122,122,122,0.5);
        transition: all .3s;
    }
    header .middle-line form.search-container.active {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    header .middle-line form.search-container input[type="text"] {
        width: 80%;
    }
    header .middle-line form.search-container input[type="submit"] {
        width: 20%;
    }
    header .middle-line form.search-container .select-wrapper {
        display: none;
    }
    #basket-an-button-container {
        position: absolute;
        top: 0;
        right: .7em;
    }
	.about-us-container {
		overflow: hidden;
	}
    .about-us-container .grid .block {
        width: 100%;
        border-top: 1px solid #DEDEDE;
        border-right: 1px solid #DEDEDE;
        border-left: 1px solid #DEDEDE;
    }
    .grid .block:nth-last-of-type(2),
    .grid .block:nth-last-of-type(3) {
        border-bottom: none;
    }
    .about-us-container .grid .block:nth-last-of-type(1) {
        border-bottom: 1px solid #DEDEDE;
    }
    .about-us-container.content {
        padding: 0 0 50px 0;
    }
    .seventeen-years {
        display: none;
    }
    .news-container .column {
        width: 100%;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 40px;
    }
    .news-container .column:last-child {
        margin-bottom: 0;
    }
    footer .main-line .column,
    footer .main-line .column.contacts {
        width: 100%;
    }
    .catalogs .block:nth-of-type(1),
    .catalogs .block:nth-of-type(2),
    .catalogs .block:nth-of-type(3),
    .catalogs .block:nth-of-type(4),
    .catalogs .block:nth-of-type(4n-2),
    .catalogs .block:nth-of-type(4n-1),
    .catalogs .block:nth-of-type(4n),
    .catalogs .block {
        width: 50%;
        border-top: none;
        border-bottom: 1px solid #DEDEDE;
        border-left: 1px solid #DEDEDE;
        padding: 15px;
    }
    .catalogs .block:nth-of-type(2n),
    .catalogs .block:nth-last-of-type(1) {
        border-right: 1px solid #DEDEDE;
    }
    .catalogs .block:nth-of-type(1),
    .catalogs .block:nth-of-type(2) {
        border-top: 1px solid #DEDEDE;
    }
    .catalogs .block a.name {
        font-size: 1em;
    }
    .our-brands .block:nth-of-type(2n-1) {
        border-left: 1px solid #DEDEDE;
    }
    .our-brands .block:nth-of-type(1),
    .our-brands .block:nth-of-type(2) {
        border-top: 1px solid #DEDEDE;
    }
    .our-brands .block:nth-of-type(3),
    .our-brands .block:nth-of-type(4),
    .our-brands .block:nth-of-type(5),
    .our-brands .block:nth-of-type(6) {
        border-top: none;
    }
    .our-brands .block {
        width: 50%;
        border-top: none;
        border-left: none;
        border-bottom: 1px solid #DEDEDE;
        border-right: 1px solid #DEDEDE;
    }
    footer .bottom-line .in-the-middle {
        line-height: 50px;
    }
    footer .bottom-line .desc,
    footer .main-line .column.ordinary-links {
        display: none;
    }
    footer .main-line .contact-container,
    footer .main-line .column.contacts {
        text-align: center;
    }
    .our-brands-container .show-more {
        top: 0.3em;
        right: .7em;
    }
    .global-columns .left-column {
        display: none;
    }
    .global-columns .main-column {
        width: 100%;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .breadcrumbs a:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) {
        display: none;
    }
    .item-big-block {
        padding: 10px;
    }
    .item-big-block .photo-container {
        margin-bottom: 20px;
    }
    .item-big-block .about-container .right,
    .item-big-block .photo-container,
    .item-big-block .about-container {
        width: 100%;
    }
    .item-big-block .about-container .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .item-big-block .about-container .right {
        width: 100%;
    }
    .main-column .page-links-container {
        height: auto;
        padding: 10px;
        text-align: center;
    }
    .main-column .page-links-container > * {
        width: 100%;
        margin-bottom: 10px;
    }
    .main-column .page-links-container > *:last-child {
        margin-bottom: 0;
    }
    .top-inner-cats .block {
        width: 50%;
    }
    .main-column .page-links-container .pagination-container {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .top-inner-cats .block:nth-of-type(3),
    .top-inner-cats .block:nth-of-type(4) {
        border-top: 0;
    }
    .top-inner-cats .block:nth-of-type(2n-1) {
        border-left: 1px solid #DEDEDE;
    }
    .news-index .block:nth-of-type(2),
    .news-index .block:nth-of-type(3) {
        border-top: none;
    }
    .news-index .block {
        width: 100%;
        border-top: none;
        border-right: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        border-left: 1px solid #DEDEDE;
    }
    .news-index .block:nth-of-type(1) {
        border-top: 1px solid #DEDEDE;
    }
    h2:first-child {
        margin-top: 0;
    }
    header .top-line.active .my-place {
        display: table;
        
    }
    header .top-line.active .lk-container {
        display: block;
    }
    header .top-line .my-place {
        display: none;
        text-align: right;
        padding-right: .7em;
        background-position: 82px center;
        position: absolute;
        top: 0 !important;
        right: 0;
        width: 250px;
        transform: translateX(250px);
        z-index: -1;
    }
    header .top-line .lk-container {
        display: none;
        position: absolute;
        top: 30px;
        right: 0;
        background: none;
        width: 250px;
        transform: translateX(250px);
        z-index: -1;
        text-align: right;
        padding-right: .7em;
    }
    /*.bottom-line .content a:not(.catalog-button).active {
        display: block;
        transform: translateX(250px);
    }
    .bottom-line .content a:not(.catalog-button) {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        background: none;
        width: 250px;
        color: #272727;
        z-index: -1;
        padding-right: .7em;
    }
    .bottom-line .content a:nth-of-type(4) {
        top: 90px;
    }
    .bottom-line .content a:nth-of-type(5) {
        top: 110px;
    }
    .bottom-line .content a:nth-of-type(6) {
        top: 130px;
    }
    .bottom-line .content a:nth-of-type(7) {
        top: 150px;
    }
    .bottom-line .content a:nth-of-type(8) {
        top: 170px;
    }
    .bottom-line .content a:nth-of-type(3) {
        top: 70px;
    }*/
    .main_slider_container {
		/*width: auto;
		margin: -1em 0 1em 0;*/
		margin: -1em -1em 0 -1em;
		min-width: 100%;
		max-width: 150%;
		width: 120%;
    }
	/*.about-us-container.content.screen {
		padding: 1em 0;
	}*/
	#main_slider .slide-block {
		height: auto;
	}
	#main_slider.owl-carousel .owl-item img {
		width: 125%;		
	}
	.grid .two-blocks {
		width: auto;
	}
	#global100 > .screen {
		padding: 1em;
		box-sizing: border-box;
	}
	.first_big.items.small {
		padding-left: 0;
	}

	.first_big.items.small .block {
		max-width: 50%;
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;			
	}
	.first_big.items.small .block:first-child {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		flex: none;
		width: auto;
	}	
	.items.small .block .line_1 a.photo {
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 5px;
	}
	.items .block {
		font-size: 13px;
	}
	.items .block,
	.items.small .block {
		padding: 10px 10px 118px 10px;
	}	
	.items .block a.name {
		padding-bottom: 0.5em;
	}
	.items .block .bottom .count_trigger .trigger {
		width: 30%;
	}
	.items .block .about-block,
	.items.small .block .about-block {
		bottom: 60px;
	}	
	.items .block .about-block {
		left: 10px;
		right: 10px;
	}
	.items .block .line_1 .article,
	.items.small .block .line_1 .article {
		position: absolute;
		bottom: 93px;
	}	
	
	.items .block .bottom {
		position: absolute;
		right: 10px;
		bottom: 10px;
		left: 10px;
		margin: auto;
	}	
	
	.items.small .block .line_1 {
		display: block;
		flex: none;
	}
	.items.three-in-row .block {
		width: 50%;
	}
	.items.three-in-row {
		margin: 1em 0;
	}
    
    .global-columns .main-column {
        padding: 1em;
    }	
	.in-the-middle,
	.in-the-middle .content-container {
		display: block;
		width: 100%;
		text-align: center;
	}
	footer .bottom-line .in-the-middle .content-container > a {
		max-width: 100%;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.grid .inner-block .button-container .button:first-child, .grid .block .button-container .button:first-child,
	.grid .inner-block .button-container .button:nth-of-type(2), .grid .block .button-container .button:nth-of-type(2)	{
		width: auto;
		padding: 0 1.5em;
	}
	.items .block .bottom .button.not_available {
		width: auto;
		padding: 0 1em;
	}
    .items.category > .block:nth-child(3n+3),
    .items.category > .block {
        max-width: 49%;
        flex: 0 0 49%;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;   
        margin: 0 2% 2% 0; 
    }
    .items.category > .block:nth-child(2n+2) {
        margin-right: 0;
    }
    .items.category > .block:nth-last-child(1),
    .items.category > .block:nth-last-child(2) {
        border-bottom: 1px solid #DEDEDE;
    }
    .bx-basket-block.basket {
        right: 1em;
        top: -40px;
        position: absolute;
        background-position: center left;
        background-size: auto 30px;            
    }
    .contacts .block {
        width: 100%;
        min-height: 160px;
        margin-right: 0%;        
    }
}
/* End */


/* Start:/bitrix/templates/promolink/fonts/open_sans/opensans.css?16505455352982*/
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/bitrix/templates/promolink/fonts/open_sans/opensanslight.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensanslight.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensanslight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('/bitrix/templates/promolink/fonts/open_sans/opensanslightitalic.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensanslightitalic.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensanslightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('/bitrix/templates/promolink/fonts/open_sans/opensans.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensans.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/bitrix/templates/promolink/fonts/open_sans/opensansitalic.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensansitalic.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensansitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/bitrix/templates/promolink/fonts/open_sans/opensanssemibold.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensanssemibold.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensanssemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('/bitrix/templates/promolink/fonts/open_sans/opensanssemibolditalic.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensanssemibolditalic.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensanssemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/bitrix/templates/promolink/fonts/open_sans/opensansbold.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensansbold.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/bitrix/templates/promolink/fonts/open_sans/opensansbolditalic.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensansbolditalic.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensansbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('/bitrix/templates/promolink/fonts/open_sans/opensansextrabold.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensansextrabold.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensansextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('/bitrix/templates/promolink/fonts/open_sans/opensansextrabolditalic.woff2') format('woff2'), url('/bitrix/templates/promolink/fonts/open_sans/opensansextrabolditalic.woff') format('woff'), url('/bitrix/templates/promolink/fonts/open_sans/opensansextrabolditalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* End */


/* Start:/bitrix/templates/promolink/plugins/jshint/jshint.css?1650545532799*/
.JShint {
    /*margin-top: 10px;*/
    background: #1B64A1;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
    position: absolute;
    padding: 12px 20px;
    color: #000;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    border: 2px solid #1B64A1;
    color: #fff;
    z-index: 600;
}
.JShint a {
    color: #fff;
    text-decoration: underline;
}
.JShint a:hover {
    text-decoration: none;
}
.JShint:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #1B64A1 transparent;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    /*box-shadow: 0px -5px 25px rgba(0,0,0,0.3);*/
}

/* End */
/* /bitrix/templates/promolink/plugins/owl-carousel-2/assets/owl.carousel.css?16505455325965 */
/* /bitrix/templates/promolink/plugins/fancybox_3/jquery.fancybox.min.css?165054553210424 */
/* /bitrix/templates/promolink/plugins/uniModal/unimodal.css?16522796132084 */
/* /bitrix/templates/promolink/components/bitrix/catalog.section.list/toHeader/style.min.css?16505455336236 */
/* /bitrix/templates/promolink/components/bitrix/menu/simple_left/style.min.css?1650545534490 */
/* /bitrix/templates/promolink/components/bitrix/breadcrumb/.default/style.min.css?1650545533467 */
/* /bitrix/templates/promolink/styles.css?16505455345315 */
/* /bitrix/templates/promolink/main.css?165289185369753 */
/* /bitrix/templates/promolink/mobile.css?165054553414622 */
/* /bitrix/templates/promolink/fonts/open_sans/opensans.css?16505455352982 */
/* /bitrix/templates/promolink/plugins/jshint/jshint.css?1650545532799 */
