

/* Start:/local/templates/b2b-logist-from-vue/blocks/intro/reviews/style.min.css?16831277771971*/
#intro{height:700px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(245,245,246,0)),to(#f5f5f6));background:-o-linear-gradient(top,rgba(245,245,246,0) 0,#f5f5f6 100%);background:linear-gradient(180deg,rgba(245,245,246,0) 0,#f5f5f6 100%)}@media only screen and (max-width:991.98px){#intro{height:500px}}#intro .container{position:relative;height:100%}#intro .container .centered-block{position:absolute;left:50%;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:100%}#intro .container .centered-block h1{font-size:60px;line-height:1;color:#000}@media only screen and (max-width:991.98px){#intro .container .centered-block h1{font-size:44px}}@media only screen and (max-width:767.98px){#intro .container .centered-block h1{font-size:32px}}#intro .container .centered-block .numbers{margin-bottom:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:991.98px){#intro .container .centered-block .numbers{margin-bottom:30px}}@media only screen and (max-width:575.98px){#intro .container .centered-block .numbers{display:block}}#intro .container .centered-block .numbers .col{margin:0 30px}@media only screen and (max-width:575.98px){#intro .container .centered-block .numbers .col{margin:0 0 20px;text-align:center}}#intro .container .centered-block .numbers .col .value{font-family:Bebas Neue;font-size:60px;line-height:1;color:#000}@media only screen and (max-width:991.98px){#intro .container .centered-block .numbers .col .value{font-size:44px}}@media only screen and (max-width:575.98px){#intro .container .centered-block .numbers .col .value{font-size:32px}}#intro .container .centered-block .numbers .col .desc{font-style:normal;font-weight:300;font-size:16px;line-height:19px;color:#000}@media only screen and (max-width:991.98px){#intro .container .centered-block .numbers .col .desc{font-size:14px}}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/components/bitrix/news.list/reviews_audio/style.css?16831277783686*/
#audio {
  padding-bottom: 90px;
  background: #F5F5F6;
}
@media only screen and (max-width: 767.98px) {
  #audio {
    padding-bottom: 60px;
  }
}
#audio .card {
  padding: 71px 71px 75px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 16px 56px rgba(64, 64, 81, 0.1);
          box-shadow: 0 16px 56px rgba(64, 64, 81, 0.1);
  border-radius: 2px;
}
@media only screen and (max-width: 1299.98px) {
  #audio .card {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #audio .card {
    padding: 20px;
  }
}
#audio .card .card-header {
  font-family: Bebas Neue;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  #audio .card .card-header {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  #audio .card .card-header {
    font-size: 22px;
  }
}
#audio .card .card-header span {
  color: #FF8800;
}
#audio .card .card-text {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  #audio .card .card-text {
    font-size: 19px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  #audio .card .card-text {
    font-size: 14px;
    line-height: 16px;
  }
}

.player {
  margin: 35px 0;
}
.player .player-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player .player-controls .controls a {
  display: block;
  background: #FCB448;
  width: 30px;
  height: 28px;
  padding: 2px 0 0 0;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  text-decoration: none;
  margin-right: 20px;
}
.player .player-controls .review-progress {
  width: 100%;
}
.player .player-controls .review-progress .player-progress {
  background-color: #ECECEE;
  cursor: pointer;
  height: 6px;
  min-width: 200px;
  position: relative;
  border-radius: 3px;
}
.player .player-controls .review-progress .player-progress .player-seeker {
  background-color: #FCB448;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 3px;
}
.player .player-controls .review-progress .audio-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player .player-controls .review-progress .audio-info .audio-name {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding-right: 15px;
}
@media only screen and (max-width: 991.98px) {
  .player .player-controls .review-progress .audio-info .audio-name {
    font-size: 16px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 575.98px) {
  .player .player-controls .review-progress .audio-info .audio-name {
    font-size: 14px;
    line-height: 16px;
  }
}
.player .player-controls .review-progress .audio-info .audio-name span {
  color: #FF8800;
}
@media only screen and (max-width: 575.98px) {
  .player .player-controls .review-progress .audio-info .audio-name span {
    display: block;
  }
}
.player .player-controls .review-progress .audio-info .player-time-total {
  font-family: Bebas Neue;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #797985;
}
@media only screen and (max-width: 575.98px) {
  .player .player-controls .review-progress .audio-info .player-time-total {
    font-size: 16px;
  }
}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/blocks/review_note/style.min.css?16831277782767*/
#reviewNote{background:#f5f5f6 url(/local/templates/b2b-logist-from-vue/blocks/review_note/../../assets/img/pages/reviews/review-note-bg.jpg) center no-repeat;background-size:cover;padding:130px 0;position:relative}#reviewNote .bg-gradient{position:absolute;left:0;top:0;height:100%;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(#f5f5f6),color-stop(45%,rgba(245,245,246,.4)),color-stop(55%,rgba(245,245,246,.4)),to(#f5f5f6));background:-o-linear-gradient(top,#f5f5f6 0,rgba(245,245,246,.4) 45%,rgba(245,245,246,.4) 55%,#f5f5f6 100%);background:linear-gradient(to bottom,#f5f5f6 0,rgba(245,245,246,.4) 45%,rgba(245,245,246,.4) 55%,#f5f5f6 100%)}#reviewNote .container{z-index:0;position:relative}#reviewNote .container .note{margin:0 110px;padding:70px 60px 47px;background:#fff;border-radius:4px;position:relative;text-align:center}@media only screen and (max-width:991.98px){#reviewNote .container .note{padding:60px 20px 35px;margin:0 50px}}@media only screen and (max-width:767.98px){#reviewNote .container .note{margin:0 10px}}@media only screen and (max-width:575.98px){#reviewNote .container .note{margin:0}}#reviewNote .container .note:before{position:absolute;top:0;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);display:block;content:"";background:url(/local/templates/b2b-logist-from-vue/blocks/review_note/../../assets/img/base/note.svg) no-repeat;background-size:contain;width:36px;height:30px}#reviewNote .container .note:after{display:block;content:"";position:absolute;left:27px;bottom:0;right:27px;top:14px;-webkit-box-shadow:0 40px 80px rgba(19,43,56,.2);box-shadow:0 40px 80px rgba(19,43,56,.2);z-index:-1}#reviewNote .container .note .note-img{margin-bottom:35px}#reviewNote .container .note .note-img img{width:100px;height:100px}#reviewNote .container .note .note-text{font-style:normal;font-weight:300;font-size:18px;line-height:26px;text-align:center;color:#000}@media only screen and (max-width:1299.98px){#reviewNote .container .note .note-text{font-size:16px;line-height:21px}}@media only screen and (max-width:767.98px){#reviewNote .container .note .note-text{font-size:13px;line-height:16px}}#reviewNote .container .note .splitter{background:#ff7610;height:1px;width:240px;margin:35px auto 30px}@media only screen and (max-width:767.98px){#reviewNote .container .note .splitter{width:120px}}#reviewNote .container .note .user-name{font-family:Bebas Neue;font-weight:700;font-size:18px;line-height:24px;color:#000;padding-bottom:7px}@media only screen and (max-width:767.98px){#reviewNote .container .note .user-name{font-size:13px;line-height:17px}}#reviewNote .container .note .user-position{font-style:normal;font-weight:300;font-size:16px;line-height:18px;color:#f80}@media only screen and (max-width:767.98px){#reviewNote .container .note .user-position{font-size:12px;line-height:14px}}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/lightgallery.min.css?160922642721051*/
@font-face{font-family:lg;src:url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../fonts/lg.ttf?22t19m) format("truetype"),url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../fonts/lg.woff?22t19m) format("woff"),url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../fonts/lg.svg?22t19m#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;outline:0;border:none;background-color:transparent}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer .lg-toggle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{height:100%;width:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:"\e902"}.lg-flip-ver:after{content:"\e903"}.lg-group:after,.lg-group:before{display:table;content:"";line-height:0}.lg-group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;outline:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(/local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-backdrop.in{opacity: .5 !important;}.lg-image{max-width: 360px !important;}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/blocks/proof_docs/style.min.css?17289806804348*/
#proof{background:#f5f5f6;padding:90px 0 110px}@media only screen and (max-width:1299.98px){#proof{padding:50px 0 70px}}#proof h2{line-height:1;text-align:center;margin-bottom:0}#proof .section-text{font-style:normal;font-weight:300;font-size:24px;line-height:42px;text-transform:uppercase;color:#000;padding-bottom:20px;text-align:center}@media only screen and (max-width:1299.98px){#proof .section-text{font-size:19px;line-height:22px}}@media only screen and (max-width:575.98px){#proof .section-text{font-size:17px}}#proof .base-arrow-link-block{text-align:center;padding:30px 0 30px}#proof .row{margin:50px 0 0}@media only screen and (max-width:991.98px){#proof .row{margin:30px 0 0}}#proof .row .col{width:100%;-ms-flex:0 0 20%;-webkit-box-flex:0;flex:0 0 20%;max-width:20%}#proof .row .col.pb-more{padding-bottom:25px}@media only screen and (max-width:991.98px){#proof .row .col.pb-more{padding-bottom:15px}}#proof .row .col .col-wrapper{padding:0 20px 20px 0;position:relative;z-index:0;height:100%}@media only screen and (max-width:991.98px){#proof .row .col .col-wrapper{padding:0 10px 10px 0}}#proof .row .col .col-wrapper .doc-img{position:relative;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:block}#proof .row .col .col-wrapper .doc-img:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);cursor:pointer}#proof .row .col .col-wrapper .doc-img:hover:after{-webkit-box-shadow:0 10px 30px rgba(64,64,81,.25);box-shadow:0 10px 30px rgba(64,64,81,.25)}#proof .row .col .col-wrapper .doc-img:hover .more-info{opacity:1;visibility:visible}#proof .row .col .col-wrapper .doc-img:after{display:block;content:"";position:absolute;left:10px;top:10px;right:10px;bottom:5px;-webkit-box-shadow:0 12px 30px rgba(64,64,81,.1);box-shadow:0 12px 30px rgba(64,64,81,.1);z-index:-1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}#proof .row .col .col-wrapper .doc-img img{width:100%}#proof .row .col .col-wrapper .doc-img .more-info{display:none;opacity:0;visibility:hidden;position:absolute;left:0;right:0;top:0;bottom:5px;background:rgba(255,255,255,.5);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:1}#proof .row .col .col-wrapper .doc-img .more-info:before{display:block;content:url(/local/templates/b2b-logist-from-vue/blocks/proof_docs/../../assets/img/base/loop.svg);position:absolute;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);top:80px}#proof .row .col .col-wrapper .doc-img .more-info .text{font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#f80;position:absolute;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);left:50%;bottom:30px;width:100%;text-align:center}#proof .row .col .col-wrapper .request-more{border:1px solid #f80;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;background:0 0;text-align:center;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;cursor:pointer}#proof .row .col .col-wrapper .request-more:hover{background:rgba(255,136,0,.04)}@media only screen and (max-width:991.98px){#proof .row .col .col-wrapper .request-more .request-more-img img{width:calc(100% - 30px)}}#proof .row .col .col-wrapper .request-more .request-more-text{font-style:normal;font-weight:400;font-size:20px;line-height:23px;text-align:center;color:#f80;padding-top:10px}@media only screen and (max-width:991.98px){#proof .row .col .col-wrapper .request-more .request-more-text{padding-top:5px;font-size:14px;line-height:16px}}@media only screen and (max-width:575.98px){#proof .row .col .col-wrapper .request-more .request-more-text{font-size:2vw;line-height:1}}.sub-docs-container__stmd{margin-top:10px!important;}.sub--container_stmd{padding:50px 0 0 0;} @media (max-width: 520px) { .request-more { border-width: 4px; padding: 1vw 1vw; width: 50vw; transition: all 0.7s ease; } .request-more-img svg { width: 5vw; height: 5vw; } .block-wrapper { flex-direction: column; align-items: center; transition: all 0.3s ease; } .request-more-text { margin-top: 3vw; text-align: center; } }
/* End */


/* Start:/local/templates/b2b-logist-from-vue/blocks/modals/leave_contacts/style.min.css?16092264271230*/
#leaveContactsModal .modal{width:600px}@media only screen and (max-width:767.98px){#leaveContactsModal .modal{width:90vw}}#leaveContactsModal .modal .modal-header{padding:45px 100px 0}@media only screen and (max-width:991.98px){#leaveContactsModal .modal .modal-header{padding:30px 80px 0}}@media only screen and (max-width:575.98px){#leaveContactsModal .modal .modal-header{padding:15px 40px 0}}#leaveContactsModal .modal .modal-body{padding:20px 45px 0}@media only screen and (max-width:991.98px){#leaveContactsModal .modal .modal-body{padding:20px 30px 45px}}@media only screen and (max-width:575.98px){#leaveContactsModal .modal .modal-body{padding:20px 20px 30px}}#leaveContactsModal .modal .modal-body .modal-body-description{font-weight:300;text-align:center;padding-top:50px}@media only screen and (max-width:1439.98px){#leaveContactsModal .modal .modal-body .modal-body-description{padding-top:30px}}@media only screen and (max-width:575.98px){#leaveContactsModal .modal .modal-body .modal-body-description{padding-top:10px}}#leaveContactsModal .modal .modal-footer{background:#fff}#leaveContactsModal .modal .modal-footer .main-lemon-btn{width:100%}#leaveContactsModal .modal .modal-footer .btn-magnet{text-align:center}
/* End */


/* Start:/local/templates/b2b-logist-from-vue/components/bitrix/main.userconsent.request/.default/user_consent.css?17502407924354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/landing.pub/templates/.default/style.css?170679177745364*/
.bitrix-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height:48px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #242424;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 16px 0 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.bitrix-footer-text .bitrix-footer-logo {
	margin: 0 3px;
}

.bitrix-footer-link {
	margin: 0;
}

.bitrix-footer-link,
a.bitrix-footer-link,
a.bitrix-footer-link:visited,
.bitrix-footer-text {
	color: #919191;
	font: 12px/14px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	text-align: center;
}

a.bitrix-footer-link,
a.bitrix-footer-link:visited{
	-webkit-transition: 180ms all ease;
	-o-transition: 180ms all ease;
	transition: 180ms all ease;
	border-bottom: 1px solid #919191;
	text-decoration: none;
}

a.bitrix-footer-link:hover{
	color:#fff;
	border-bottom-color:#fff;
	text-decoration: none;
}

.bitrix-footer-seo {
	margin-bottom: 10px !important;
}

.bitrix-footer-terms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bitrix-footer-link-report {
	margin: auto 10px auto auto;
}
.bitrix-footer-hint {
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
.bitrix-footer-hint .ui-hint-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.833 6.5a6.333 6.333 0 11-12.666 0 6.333 6.333 0 0112.666 0zm-7.13 2.08v1.431H7.16v-1.43H5.703zm-.13-3.064H4.207c.006-.335.064-.641.172-.92.108-.279.26-.52.455-.725a2.05 2.05 0 01.706-.478c.276-.115.584-.172.924-.172.44 0 .807.06 1.101.181.294.121.531.271.71.45a1.669 1.669 0 01.502 1.161c0 .298-.038.543-.116.735a1.812 1.812 0 01-.668.84 8.79 8.79 0 00-.395.288 1.846 1.846 0 00-.33.33.947.947 0 00-.181.465v.353H5.833v-.418c.018-.267.07-.49.153-.67.084-.179.181-.332.293-.459.111-.127.229-.237.353-.33.123-.093.238-.186.343-.278.106-.093.19-.196.256-.307a.762.762 0 00.088-.418c0-.285-.07-.495-.209-.632-.14-.136-.333-.204-.58-.204a.899.899 0 00-.432.098.861.861 0 00-.298.26 1.128 1.128 0 00-.172.38 1.892 1.892 0 00-.055.47z' fill='%23fff' opacity='.4'/%3E%3C/svg%3E");
}
.bitrix-footer-hint.ui-hint {
	line-height: 13px;
	width: 13px;
	height: 13px;
}
.bitrix-footer-hint.ui-hint .ui-hint-icon {
	margin: 0 !important;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
}


.landing-error-site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 50px 0;
	overflow: hidden;
	color: #525c69;
}

.landing-error-site-title {
	margin-bottom: 19px;
	font: 40px/48px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
}

.landing-error-site-desc {
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	opacity: .7;
}

.landing-error-site-img {
	width: 250px;
	height: 246px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22249%22%20height%3D%22246%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20fill%3D%22%232FC6F6%22%3E%3Cpath%20d%3D%22M124.078%20246c68.501%200%20124.032-55.068%20124.032-123%200-67.931-55.53-123-124.032-123C55.577%200%20.048%2055.069.048%20123c0%2067.932%2055.53%20123%20124.03%20123z%22%20opacity%3D%22.093%22/%3E%3Cpath%20d%3D%22M219.172%2083.051c.045.04.087.082.128.124%2015.51%2037.423%207.974%2082.215-22.56%20112.749-30.562%2030.563-75.411%2038.083-112.854%2022.515a2.417%202.417%200%2001-.646-1.607%202.412%202.412%200%20012.68-2.443l-.993-.413c35.949%2015.28%2079.211%208.186%20108.632-21.234%2029.19-29.19%2036.4-72.007%2021.588-107.787a2.403%202.403%200%2001.619-1.718%202.412%202.412%200%20013.406-.186zM51.077%2050.26C81.09%2020.246%20124.88%2012.454%20161.906%2026.928c.458.357.79.878.9%201.495a2.412%202.412%200%2001-1.95%202.799l-.15.021-.143.013-.343-.137C124.818%2017.291%2082.954%2024.746%2054.26%2053.442%2025.642%2082.058%2018.149%20123.77%2031.822%20159.11c.081.704-.15%201.44-.693%201.982a2.413%202.413%200%2001-3.296.115l-.068-.063-.425-1.108c-13.92-36.8-5.993-80.047%2023.737-109.777z%22%20opacity%3D%22.324%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M124.078%20203c44.65%200%2080.847-35.817%2080.847-80s-36.196-80-80.847-80c-44.65%200-80.846%2035.817-80.846%2080s36.196%2080%2080.846%2080z%22/%3E%3C/g%3E%3C/svg%3E) no-repeat center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 27px;
}

.landing-error-site-img:before,
.landing-error-kb-img:before {
	content: '';
	position: absolute;
	left: -120px;
	top: 61px;
	width: 100px;
	height: 170px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22101%22%20height%3D%22171%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20d%3D%22M83.587%2029.985h-23.29c-.2%200-.397-.008-.593-.022-5.263-.121-9.493-4.451-9.493-9.775a9.813%209.813%200%20012.852-6.916%209.719%209.719%200%20013.245-2.155%2010.354%2010.354%200%20012.98-8.098A10.23%2010.23%200%200166.546%200c3.486.004%206.564%201.758%208.414%204.435a8.338%208.338%200%20012.809-.483c4.352.005%207.926%203.343%208.34%207.61%204.17.915%207.29%204.652%207.287%209.12-.005%205.149-4.156%209.32-9.274%209.318-.18%200-.358-.005-.535-.015z%22%20opacity%3D%22.117%22/%3E%3Cpath%20stroke%3D%22%232FC6F6%22%20d%3D%22M77.843%20169.964H24.22c-.458%200-.913-.017-1.364-.05C10.74%20169.637%201%20159.678%201%20147.434a22.559%2022.559%200%20016.568-15.908%2022.378%2022.378%200%20017.47-4.957%2023.803%2023.803%200%20016.86-18.625A23.566%2023.566%200%200138.608%20101c8.027.01%2015.113%204.044%2019.372%2010.2%202.022-.72%204.2-1.111%206.468-1.11%2010.019.012%2018.248%207.688%2019.202%2017.503%209.6%202.104%2016.784%2010.699%2016.776%2020.975-.01%2011.843-9.568%2021.437-21.352%2021.432-.414%200-.824-.012-1.231-.036h0z%22%20opacity%3D%22.302%22/%3E%3C/g%3E%3C/svg%3E) no-repeat center;
}

.landing-error-kb-img:after {
	content: '';
	position: absolute;
	right: -83px;
	top: 51px;
	width: 80px;
	height: 141px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2280%22%20height%3D%22142%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20d%3D%22M71.448%20141.987h-20.04c-.172%200-.342-.007-.51-.02-4.53-.104-8.17-3.857-8.17-8.47a8.536%208.536%200%20012.455-5.995%208.359%208.359%200%20012.792-1.867%209.007%209.007%200%20012.564-7.018A8.772%208.772%200%200156.784%20116c3%20.004%205.649%201.524%207.24%203.844a7.128%207.128%200%20012.417-.419c3.745.005%206.82%202.897%207.177%206.596%203.588.792%206.273%204.031%206.27%207.903-.004%204.463-3.576%208.078-7.98%208.076-.155%200-.308-.005-.46-.013z%22%20opacity%3D%22.117%22/%3E%3Cpath%20stroke%3D%22%232FC6F6%22%20d%3D%22M23.834%2021.99H7.584c-.138%200-.276-.006-.413-.016C3.5%2021.889.548%2018.858.548%2015.132a6.881%206.881%200%20011.99-4.842%206.779%206.779%200%20012.264-1.508%207.26%207.26%200%20012.079-5.668A7.126%207.126%200%200111.944%201a7.128%207.128%200%20015.87%203.104%205.8%205.8%200%20011.96-.338c3.037.004%205.53%202.34%205.82%205.328%202.909.64%205.086%203.256%205.083%206.383-.003%203.605-2.9%206.524-6.47%206.523-.126%200-.25-.004-.373-.01h0z%22%20opacity%3D%22.302%22/%3E%3C/g%3E%3C/svg%3E) no-repeat center;
}

.landing-error-site-img-inner {
	width: 119px;
	height: 91px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22122%22%20height%3D%2293%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20width%3D%2298.424%22%20height%3D%2276.256%22%20fill%3D%22%23A4E9FF%22%20rx%3D%224%22/%3E%3Crect%20width%3D%2259.852%22%20height%3D%2214.187%22%20x%3D%2211.084%22%20y%3D%2222.167%22%20fill%3D%22%23FFF%22%20rx%3D%221%22/%3E%3Crect%20width%3D%2242.118%22%20height%3D%223.547%22%20x%3D%2211.084%22%20y%3D%2242.118%22%20fill%3D%22%23FFF%22%20rx%3D%221%22/%3E%3Crect%20width%3D%2242.118%22%20height%3D%223.547%22%20x%3D%2211.084%22%20y%3D%2250.591%22%20fill%3D%22%23FFF%22%20rx%3D%221%22/%3E%3Cpath%20fill%3D%22%232FC6F6%22%20d%3D%22M4%200h90.424a4%204%200%20014%204v8.386H0V4a4%204%200%20014-4z%22/%3E%3Ccircle%20cx%3D%228.246%22%20cy%3D%226.158%22%20r%3D%222.664%22%20fill%3D%22%23FFF%22/%3E%3Ccircle%20cx%3D%2215.224%22%20cy%3D%226.158%22%20r%3D%222.664%22%20fill%3D%22%23FFF%22/%3E%3Ccircle%20cx%3D%2222.318%22%20cy%3D%226.158%22%20r%3D%222.664%22%20fill%3D%22%23FFF%22/%3E%3Cg%20transform%3D%22translate%2860.739%2032.365%29%22%3E%3Ccircle%20cx%3D%2228.642%22%20cy%3D%2228.642%22%20r%3D%2228.642%22%20fill%3D%22%23FF5752%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%226%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M44.258%2035.095l-13.37-22.269c-1.03-1.71-3.485-1.71-4.493%200l-13.37%2022.27c-1.052%201.753.22%203.966%202.258%203.966h26.74c2.016%200%203.288-2.213%202.235-3.967zm-17.534-14.51c0-.986.79-1.775%201.775-1.775h.241c.987%200%201.776.79%201.776%201.776v6.64c0%20.987-.79%201.776-1.776%201.776h-.24c-.987%200-1.776-.789-1.776-1.775v-6.641zm1.907%2015.124a2.245%202.245%200%2001-2.236-2.236%202.245%202.245%200%20012.236-2.235%202.245%202.245%200%20012.236%202.235%202.245%202.245%200%2001-2.236%202.236z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) no-repeat center;
}

.landing-error-kb {
	background: #fff;
	color: #525c69;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.landing-error-kb-inner {
	max-width: 730px;
	padding: 67px 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.landing-error-kb-title {
	margin-bottom: 62px;
	font: 37px/52px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-light, 300);
}

.landing-error-kb-desc {
	max-width: 370px;
	font: 17px/27px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.landing-error-kb-desc a {
	color: #2066b0;
	text-decoration: none;
	border-bottom: 1px dashed rgba(32, 102, 176, .5);
	-webkit-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.landing-error-kb-desc a:hover {
	border-color: rgba(32, 102, 176, 1);
}

.landing-error-kb-img {
	width: 250px;
	height: 246px;
	background: url(data:image/png;base64,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) no-repeat center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 110px;
}

.landing-error-kb-img-inner {
	width: 132px;
	height: 106px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%22121%22%20height%3D%2299%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22105.9%25%22%20height%3D%22117.6%25%22%20x%3D%22-3%25%22%20y%3D%22-8.8%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeGaussianBlur%20in%3D%22SourceGraphic%22%20stdDeviation%3D%221%22/%3E%3C/filter%3E%3Cfilter%20id%3D%22b%22%20width%3D%22169.2%25%22%20height%3D%22169.2%25%22%20x%3D%22-34.6%25%22%20y%3D%22-29.5%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20operator%3D%22dilate%22%20radius%3D%225%22%20result%3D%22shadowSpreadOuter1%22/%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22shadowSpreadOuter1%22%20result%3D%22shadowOffsetOuter1%22/%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%222.5%22/%3E%3CfeComposite%20in%3D%22shadowBlurOuter1%22%20in2%3D%22SourceAlpha%22%20operator%3D%22out%22%20result%3D%22shadowBlurOuter1%22/%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.0989674388%200%22/%3E%3C/filter%3E%3Ccircle%20id%3D%22c%22%20cx%3D%2219.931%22%20cy%3D%2219.931%22%20r%3D%2219.5%22/%3E%3C/defs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23525C69%22%20fill-opacity%3D%22.096%22%20d%3D%22M46.995%2050.501l.001%2033.999C35.24%2078.234%2021.116%2074.275%204.612%2072.624%202.282%2072.393.487%2071%20.374%2069.281l-.006-.173V50.5h9c.633.822%201.751%201.428%203.114%201.578%208.472.929%2015.622%202.52%2021.455%204.751%202.113.809%204.712.196%205.805-1.368s.265-3.487-1.849-4.296a67.15%2067.15%200%2000-1.821-.666l10.923.001zm54.266%200l.001%2018.164c0%201.756-1.706%203.258-4.054%203.52-8.375.94-28.01%203.9-42.573%2012.001V50.501h11.654a67.15%2067.15%200%2000-1.821.665c-2.114.809-2.941%202.732-1.849%204.296%201.093%201.564%203.692%202.177%205.806%201.368%205.833-2.231%2012.982-3.822%2021.455-4.751%201.362-.15%202.48-.756%203.113-1.578h8.268z%22%20filter%3D%22url%28%23a%29%22%20transform%3D%22translate%281.632%29%22/%3E%3Cpath%20fill%3D%22%232FC6F6%22%20d%3D%22M6.896.257C14.84.945%2030.821%203.492%2048.26%2012.84V82C36.504%2074.83%2022.38%2070.299%205.876%2068.409c-2.33-.265-4.124-1.86-4.237-3.827l-.006-.198V4.326c0-2.412%202.43-4.313%205.264-4.069zm95.625%203.635l.005.19v59.794c0%202.01-1.706%203.729-4.054%204.028-8.375%201.076-28.012%204.465-42.574%2013.739V12.825C67.086%205.952%2080.803%201.687%2097.046.03c2.825-.288%205.347%201.478%205.475%203.86zM10.115%2040.746c-.348%201.993%201.277%203.849%203.63%204.144%208.473%201.064%2015.622%202.885%2021.455%205.439%202.114.925%204.713.225%205.806-1.566%201.092-1.79.265-3.991-1.849-4.917-6.734-2.949-14.786-5-24.148-6.175-2.354-.295-4.545%201.081-4.894%203.075zm84.658%200c-.349-1.994-2.54-3.37-4.893-3.075-9.362%201.176-17.414%203.226-24.149%206.175-2.113.926-2.94%203.127-1.848%204.917%201.093%201.79%203.692%202.491%205.805%201.566%205.833-2.554%2012.983-4.375%2021.455-5.439%202.354-.295%203.979-2.15%203.63-4.144zM10.115%2025.007c-.348%201.994%201.277%203.85%203.63%204.145%208.473%201.064%2015.622%202.884%2021.455%205.438%202.114.926%204.713.225%205.806-1.565%201.092-1.79.265-3.992-1.849-4.917-6.734-2.95-14.786-5-24.148-6.175-2.354-.296-4.545%201.08-4.894%203.074zm84.658%200c-.349-1.993-2.54-3.37-4.893-3.074-9.362%201.175-17.414%203.226-24.149%206.175-2.113.925-2.94%203.127-1.848%204.917%201.093%201.79%203.692%202.49%205.805%201.565%205.833-2.554%2012.983-4.374%2021.455-5.438%202.354-.296%203.979-2.151%203.63-4.145z%22/%3E%3Cg%20transform%3D%22translate%2871.5%2047.5%29%22%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23b%29%22%20xlink%3Ahref%3D%22%23c%22/%3E%3Ccircle%20cx%3D%2219.931%22%20cy%3D%2219.931%22%20r%3D%2222%22%20fill%3D%22%238FBD00%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%225%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M19.01%208.753c5.525%200%2010.005%204.48%2010.005%2010.006%200%202.025-.602%203.91-1.636%205.484l3.631%203.631c.392.392.39%201.03-.003%201.423l-1.459%201.459a1.01%201.01%200%2001-1.423.003l-3.63-3.63a9.959%209.959%200%2001-5.485%201.635c-5.526%200-10.006-4.48-10.006-10.005%200-5.526%204.48-10.006%2010.006-10.006zm0%203.249a6.757%206.757%200%20100%2013.513%206.757%206.757%200%20000-13.513z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) no-repeat top 8px left 11px;
}

.landing-error-kb-group .landing-error-kb-desc {
	font-size: 14px;
	line-height: 24px;
	max-width: 480px;
	margin-bottom: 30px;
}

.landing-error-kb-group .landing-error-kb-img,
.landing-error-kb-group .landing-error-kb-title {
	margin-bottom: 45px;
}

.landing-error-kb-group .landing-error-kb-img-inner {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%22121%22%20height%3D%2299%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20width%3D%22105.9%25%22%20height%3D%22117.6%25%22%20x%3D%22-3%25%22%20y%3D%22-8.8%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeGaussianBlur%20in%3D%22SourceGraphic%22%20stdDeviation%3D%221%22/%3E%3C/filter%3E%3Cfilter%20id%3D%22b%22%20width%3D%22169.2%25%22%20height%3D%22169.2%25%22%20x%3D%22-34.6%25%22%20y%3D%22-29.5%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20operator%3D%22dilate%22%20radius%3D%225%22%20result%3D%22shadowSpreadOuter1%22/%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22shadowSpreadOuter1%22%20result%3D%22shadowOffsetOuter1%22/%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%222.5%22/%3E%3CfeComposite%20in%3D%22shadowBlurOuter1%22%20in2%3D%22SourceAlpha%22%20operator%3D%22out%22%20result%3D%22shadowBlurOuter1%22/%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.0989674388%200%22/%3E%3C/filter%3E%3Ccircle%20id%3D%22c%22%20cx%3D%2219.931%22%20cy%3D%2219.931%22%20r%3D%2219.5%22/%3E%3C/defs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23525C69%22%20fill-opacity%3D%22.096%22%20d%3D%22M46.995%2050.501l.001%2033.999C35.24%2078.234%2021.116%2074.275%204.612%2072.624%202.282%2072.393.487%2071%20.374%2069.281l-.006-.173V50.5h9c.633.822%201.751%201.428%203.114%201.578%208.472.929%2015.622%202.52%2021.455%204.751%202.113.809%204.712.196%205.805-1.368s.265-3.487-1.849-4.296a67.15%2067.15%200%2000-1.821-.666l10.923.001zm54.266%200l.001%2018.164c0%201.756-1.706%203.258-4.054%203.52-8.375.94-28.01%203.9-42.573%2012.001V50.501h11.654a67.15%2067.15%200%2000-1.821.665c-2.114.809-2.941%202.732-1.849%204.296%201.093%201.564%203.692%202.177%205.806%201.368%205.833-2.231%2012.982-3.822%2021.455-4.751%201.362-.15%202.48-.756%203.113-1.578h8.268z%22%20filter%3D%22url%28%23a%29%22%20transform%3D%22translate%281.632%29%22/%3E%3Cpath%20fill%3D%22%232FC6F6%22%20d%3D%22M6.896.257C14.84.945%2030.821%203.492%2048.26%2012.84V82C36.504%2074.83%2022.38%2070.299%205.876%2068.409c-2.33-.265-4.124-1.86-4.237-3.827l-.006-.198V4.326c0-2.412%202.43-4.313%205.264-4.069zm95.625%203.635l.005.19v59.794c0%202.01-1.706%203.729-4.054%204.028-8.375%201.076-28.012%204.465-42.574%2013.739V12.825C67.086%205.952%2080.803%201.687%2097.046.03c2.825-.288%205.347%201.478%205.475%203.86zM10.115%2040.746c-.348%201.993%201.277%203.849%203.63%204.144%208.473%201.064%2015.622%202.885%2021.455%205.439%202.114.925%204.713.225%205.806-1.566%201.092-1.79.265-3.991-1.849-4.917-6.734-2.949-14.786-5-24.148-6.175-2.354-.295-4.545%201.081-4.894%203.075zm84.658%200c-.349-1.994-2.54-3.37-4.893-3.075-9.362%201.176-17.414%203.226-24.149%206.175-2.113.926-2.94%203.127-1.848%204.917%201.093%201.79%203.692%202.491%205.805%201.566%205.833-2.554%2012.983-4.375%2021.455-5.439%202.354-.295%203.979-2.15%203.63-4.144zM10.115%2025.007c-.348%201.994%201.277%203.85%203.63%204.145%208.473%201.064%2015.622%202.884%2021.455%205.438%202.114.926%204.713.225%205.806-1.565%201.092-1.79.265-3.992-1.849-4.917-6.734-2.95-14.786-5-24.148-6.175-2.354-.296-4.545%201.08-4.894%203.074zm84.658%200c-.349-1.993-2.54-3.37-4.893-3.074-9.362%201.175-17.414%203.226-24.149%206.175-2.113.925-2.94%203.127-1.848%204.917%201.093%201.79%203.692%202.49%205.805%201.565%205.833-2.554%2012.983-4.374%2021.455-5.438%202.354-.296%203.979-2.151%203.63-4.145z%22/%3E%3Cg%20transform%3D%22translate%2871.5%2047.5%29%22%3E%3Cuse%20fill%3D%22%23000%22%20filter%3D%22url%28%23b%29%22%20xlink%3Ahref%3D%22%23c%22/%3E%3Ccircle%20cx%3D%2219.931%22%20cy%3D%2219.931%22%20r%3D%2222%22%20fill%3D%22%23FF5752%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%225%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20.98%2027.393h-2.096v-2.61a1.646%201.646%200%2001-.619-1.285%201.66%201.66%200%20011.666-1.654c.92%200%201.667.74%201.667%201.654%200%20.519-.242.982-.619%201.285v2.61zm-5.61-13.7c0-2.502%202.042-4.53%204.561-4.53%202.52%200%204.562%202.028%204.562%204.53v3.275H15.37v-3.276zm11.534%203.275v-3.276c0-3.823-3.122-6.921-6.973-6.921-3.85%200-6.972%203.098-6.972%206.921v3.276h-2.116v14.148H29.02V16.968h-2.116z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}

.landing-payrate-popup-content {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='126' height='145' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M83.849 34.822h-8.056c-5.986 0-10.857 4.87-10.857 10.857v4.071h2.715V45.68c0-4.479 3.664-8.143 8.142-8.143h8.056c4.479 0 8.143 3.664 8.143 8.143v4.071h2.714V45.68c0-5.987-4.87-10.857-10.857-10.857zM56.071 72.059v4.239c0 .87.713 1.583 1.584 1.583.87 0 1.583-.713 1.583-1.583v-4.24a3.393 3.393 0 10-3.167 0z' fill='%23469AF9' fill-rule='nonzero'/%3E%3Crect stroke='%23469AF9' stroke-width='3' x='38.5' y='53.5' width='38' height='33' rx='3'/%3E%3Ccircle stroke='%23469AF9' stroke-width='3' cx='61.5' cy='62.5' r='47.5'/%3E%3Cpath d='M22.727 111c-8.233 0-14.937 6.752-14.996 15.075C3.34 126.883 0 130.785 0 135.46 0 140.72 4.226 145 9.42 145h26.612c.055 0 .11-.003.164-.008a11.014 11.014 0 007.607-3.367A11.286 11.286 0 0047 133.717c0-5.726-4.246-10.479-9.717-11.191a15.235 15.235 0 00-4.738-7.818A14.88 14.88 0 0022.727 111m0 1.71c6.663 0 12.183 4.962 13.154 11.435 5.21.013 9.43 4.293 9.43 9.572 0 5.227-4.14 9.473-9.28 9.567l.001.005H9.421c-4.27 0-7.731-3.505-7.731-7.828 0-4.324 3.461-7.829 7.73-7.829.027 0 .052.004.079.004a13.637 13.637 0 01-.078-1.452c0-7.44 5.957-13.473 13.306-13.473M113.605 0c-4.204 0-7.627 3.376-7.657 7.537-2.242.405-3.948 2.355-3.948 4.693 0 2.63 2.158 4.77 4.81 4.77h13.59a5.68 5.68 0 003.968-1.687A5.582 5.582 0 00126 11.358c0-2.863-2.168-5.239-4.962-5.595a7.592 7.592 0 00-2.42-3.91A7.693 7.693 0 00113.606 0m0 .855c3.403 0 6.221 2.48 6.717 5.717 2.66.007 4.815 2.147 4.815 4.786 0 2.614-2.113 4.737-4.738 4.784v.003h-13.588c-2.18 0-3.948-1.753-3.948-3.915s1.767-3.914 3.948-3.914l.04.002a6.678 6.678 0 01-.04-.726c0-3.72 3.042-6.737 6.794-6.737' fill='%23C9CCD0' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 center;
	min-height: 145px;
	padding-left: 137px;
}

.landing-payrate-popup-content:before {
	content: '';
	display: inline-block;
	height: 145px;
	margin-left: -1px;
	vertical-align: middle;
	width: 1px;
}
.landing-pub-top-panel,
.landing-pub-top-panel-left,
.landing-pub-top-panel-right {
	position: relative;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 17px;
	padding-left: 16px;
	height: 62px;
	background: #fff;
	-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06);
	        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.landing-pub-top-panel {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding-left: 19px;
}

.landing-pub-top-panel-wrapper {
	height: 62px;
}

.landing-pub-top-panel-left,
.landing-pub-top-panel-right {
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 0;
}

.landing-pub-top-panel-separator
{
	width: 1px;
	height: 20px;
	background: #D8D8D8;
	border: none;
	margin: 0 16px;
}
.landing-pub-top-panel-back,
.landing-pub-top-panel-forward
{
	--ui-btn-min-width: 0;
	margin-left: 0 !important;
}
.landing-pub-top-panel-forward
{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.landing-pub-top-panel-chain-link {
	overflow: hidden;
	padding: 0 11px !important;
	max-width: 200px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	cursor: auto;
}

.landing-pub-top-panel-chain-separator {
	position: relative;
	display: inline-block;
	padding: 0 3px;
}

.landing-pub-top-panel-chain-separator span {
	display: inline-block;
	height: 2px;
	width: 9px;
	background-color: #535c69;
	opacity: .2;
	position: relative;
	top: -4px;
}

.landing-pub-top-panel-link-help {
	margin-left: 5px !important;
	min-width: 0 !important;
}

.landing-pub-top-panel-link-help-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #535c69;
	font-size: 19px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-bold, 700);
	-webkit-transform: translateX(-38%) translateY(-50%);
	    -ms-transform: translateX(-38%) translateY(-50%);
	        transform: translateX(-38%) translateY(-50%);
}

.landing-pub-top-panel-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
}
.landing-pub-top-panel-actions {
	margin-left: 25px;
}

.landing-pub-top-panel-chain .ui-btn:hover {
	border-color: transparent;
	background-color: transparent;
}

.landing-page-link-btn {
	width: 40px;
	display: inline-block;
	height: 32px;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: 250ms opacity linear;
	-o-transition: 250ms opacity linear;
	transition: 250ms opacity linear;
	vertical-align: middle;
	line-height: 36px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyI+PHBhdGggZmlsbD0iIzgwODY4RSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuOTkgNS44OUw5LjU1IDguMzNhMy40NSAzLjQ1IDAgMDEtNC44OCAwIDMuNDQ3IDMuNDQ3IDAgMDEtLjUyNC0uNjk2TDUuMjggNi41Yy4wNTQtLjA1NC4xMi0uMDg1LjE4NC0uMTIyLjA3OS4yNjguMjE1LjUyMS40MjYuNzMyYTEuNzI3IDEuNzI3IDAgMDAyLjQ0IDBsMi40NC0yLjQ0YTEuNzI2IDEuNzI2IDAgMDAwLTIuNDQgMS43MjcgMS43MjcgMCAwMC0yLjQ0IDBsLS44NjguODY5YTQuMzI5IDQuMzI5IDAgMDAtMi4yLS4yNEw3LjExIDEuMDExYTMuNDUgMy40NSAwIDAxNC44OCA0Ljg4ek01LjUzOCA5LjkwMmwtLjg2OC44NjhhMS43MjggMS43MjggMCAwMS0yLjQ0IDAgMS43MjggMS43MjggMCAwMTAtMi40NGwyLjQ0LTIuNDRhMS43MjYgMS43MjYgMCAwMTIuNDQgMGMuMjEuMjEuMzQ3LjQ2NC40MjYuNzMxLjA2NC0uMDM3LjEzLS4wNjcuMTg0LS4xMjFsMS4xMzMtMS4xMzNhMy4zOSAzLjM5IDAgMDAtLjUyMy0uNjk3IDMuNDUgMy40NSAwIDAwLTQuODggMEwxLjAxIDcuMTFhMy40NSAzLjQ1IDAgMDA0Ljg4IDQuODhsMS44NS0xLjg1YTQuMzI2IDQuMzI2IDAgMDEtMi4yMDItLjIzOHoiLz48L3N2Zz4=) no-repeat center;
}
.landing-page-link-btn:hover {
	opacity: 1;
}

.landing-pub-top-panel-unique-view-popup {
	position: absolute;
	left: -150px;
	top: 45px;
	z-index: 1000 !important;
	width: 200px;
	min-height: 100px;
	max-height: 200px;
	padding: 6px 10px 10px 10px;
	border-radius: 18px;
	background-color: #fff;
	-webkit-box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
	        box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	will-change: opacity;
}

.landing-pub-top-panel-unique-view-popup.hide {
	display: none;
}

.landing-pub-top-panel-unique-view:hover .landing-pub-top-panel-unique-view-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.landing-pub-top-panel-unique-view .ui-btn-icon-eye-opened:hover {
	border-color: transparent !important;
	background-color: transparent !important;
}
.landing-pub-top-panel-unique-view-popup-header {
	display: block;
	text-decoration: none;
	cursor: auto;
	padding: 10px 0 9px 0;
	font: 13px var(--ui-font-family-primary,var(--ui-font-family-helvetica));
	color: #525c69;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 8px 9px 8px;
	max-width: 190px;
}
.landing-pub-top-panel-unique-view-popup-item-container {
	background-color: #fff;
	display: block;
	margin: 0 0 2px 0;
	padding: 0 17px 8px 8px;
	overflow-y: auto;
	overflow-x: hidden;
	width: auto;
	min-width: 174px;
	min-height: 50px;
	max-height: 200px;
}
.landing-pub-top-panel-unique-view-popup-item-link {
	display: block;
	color: #656365;
	text-decoration: none;
	overflow: hidden;
	zoom: 1;
	white-space: nowrap;
}
.landing-pub-top-panel-unique-view-popup-item-link:hover {
	color: #656365;
	text-decoration: underline overline;
}
.landing-pub-top-panel-unique-view-popup-item-avatar {
	background-size: cover;
	min-width: 20px;
	width: 20px;
	min-height: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	margin-right: 7px;
	color: #000;
}
.landing-pub-top-panel-unique-view-popup-item-avatar.landing-pub-top-panel-unique-view-popup-item-avatar-empty {
	background: #7b8691 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjIxOSAxMS42ODVjLjM3LS4xMTkuNTc0LS40NjIuNDk4LS44MDNsLS4yNjEtMS4xNzdjMC0uNDkyLS43NC0xLjA1My0yLjE5OC0xLjM4YTUuMzQyIDUuMzQyIDAgMDEtMS4zOTItLjU1Yy0uMDkzLS4wNDYtLjA4LS40NzUtLjA4LS40NzVsLS40NjktLjA2MmMwLS4wMzUtLjA0LS41NS0uMDQtLjU1LjU2Mi0uMTYzLjUwNC0xLjEzLjUwNC0xLjEzLjM1Ny4xNzIuNTktLjU5My41OS0uNTkzLjQyMS0xLjA2Mi0uMjEtLjk5OC0uMjEtLjk5OGE1LjgxIDUuODEgMCAwMDAtMS45NTZDOC44NzgtLjE0IDQuNjQ4LjQ0NCA1LjE1IDEuMTQ2IDMuOTEzLjk1IDQuMTk1IDMuMzkgNC4xOTUgMy4zOWwuMjY4LjYzMmMtLjM3Mi4yMS0uMjk5LjQ1LS4yMTcuNzE4LjAzNC4xMTIuMDcuMjI5LjA3NS4zNS4wMjYuNjEuNDU1LjQ4My40NTUuNDgzLjAyNyAxLjAwNi41OTggMS4xMzcuNTk4IDEuMTM3LjEwNy42MzEuMDQuNTI0LjA0LjUyNGwtLjUwOC4wNTNjLjAwNy4xNDQtLjAwNy4yODctLjA0LjQyOGE2LjYxMyA2LjYxMyAwIDAwLS42NTUuMjk1IDYuMzI1IDYuMzI1IDAgMDEtLjY2Ni4yOThDMi4zOTggOC43NDUgMS4xNTEgOS4zMTIuOTMgMTAuMDc3YTkuMTMxIDkuMTMxIDAgMDAtLjE4Ni44MzdjLS4wNi4zMjguMTQ3LjY1LjUuNzY0IDEuNTQyLjQ5OCAzLjI4Mi43OTMgNS4xMjcuODI4aC43NDRjMS44MzctLjAzNSAzLjU2OS0uMzI3IDUuMTA1LS44MjF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
}
.landing-pub-top-panel-unique-view-popup-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 8px;
}

/* End */


/* Start:/local/templates/b2b-logist-from-vue/components/bitrix/news.list/reviews/style.css?16831277786355*/
.reviews {
  background: #F5F5F6;
  padding: 90px 0 160px;
}
@media only screen and (max-width: 1439.98px) {
  .reviews {
    padding: 40px 0 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .reviews {
    padding: 40px 0 50px;
  }
}
.reviews.bg-ashes {
  background: #EEF0F3;
}
.reviews h2 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1439.98px) {
  .reviews h2 {
    font-size: 54px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .reviews h2 {
    font-size: 44px;
  }
}
.reviews .reviews-row .reviews-col {
  width: 100%;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .reviews .reviews-row .reviews-col {
    width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.reviews .reviews-row .reviews-col:nth-child(2) .review {
  margin-right: 0;
}
.reviews .reviews-row .reviews-col .review {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 16px rgba(64, 64, 81, 0.04);
          box-shadow: 0 4px 16px rgba(64, 64, 81, 0.04);
  border-radius: 2px;
  position: relative;
  padding: 70px 20px 30px;
  margin: 0 32px 30px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1439.98px) {
  .reviews .reviews-row .reviews-col .review {
    padding: 60px 20px 20px;
  }
}
@media only screen and (max-width: 1299.98px) {
  .reviews .reviews-row .reviews-col .review {
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .reviews .reviews-row .reviews-col .review {
    margin-right: 0;
  }
}
.reviews .reviews-row .reviews-col .review:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.reviews .reviews-row .reviews-col .review:before {
  position: absolute;
  content: url("/local/templates/b2b-logist-from-vue/components/bitrix/news.list/reviews/../../../../assets/img/base/note-lemon.svg");
  display: block;
  left: 20px;
  top: 0;
  width: 42px;
}
.reviews .reviews-row .reviews-col .review .review-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1439.98px) {
  .reviews .reviews-row .reviews-col .review .review-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.reviews .reviews-row .reviews-col .review .review-user-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews .reviews-row .reviews-col .review .review-user-info .user-img {
  padding-right: 20px;
}
.reviews .reviews-row .reviews-col .review .review-user-info .user-img img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.reviews .reviews-row .reviews-col .review .review-user-info .user-data .user-data-top {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FF8800;
  padding-bottom: 3px;
}
.reviews .reviews-row .reviews-col .review .review-user-info .user-data .user-data-bottom {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #797985;
}
.reviews .reviews-row .reviews-col .review.send {
  min-height: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1439.98px) {
  .reviews .reviews-row .reviews-col .review.send {
    min-height: 118px;
  }
}
@media only screen and (max-width: 991.98px) {
  .reviews .reviews-row .reviews-col .review.send {
    min-height: 137px;
  }
}
@media only screen and (max-width: 575.98px) {
  .reviews .reviews-row .reviews-col .review.send {
    min-height: 80px;
  }
}
.reviews .reviews-row .reviews-col .review.send:before {
  content: url("/local/templates/b2b-logist-from-vue/components/bitrix/news.list/reviews/../../../../assets/img/base/note-grey.svg");
}
.reviews .reviews-row .reviews-col .review.send .review-input {
  padding-left: 50px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .reviews .reviews-row .reviews-col .review.send .review-input {
    padding-left: 0;
  }
}
.reviews .reviews-row .reviews-col .review.send .review-input form textarea {
  font-family: "Roboto Condensed";
  border: none;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #212B33;
  width: calc(100% - 80px);
  resize: vertical;
  vertical-align: middle;
  margin-right: 10px;
  min-height: 26px;
  resize: none;
}
.reviews .reviews-row .reviews-col .review.send .review-input form textarea::-webkit-input-placeholder {
  color: #B3B3B9;
}
.reviews .reviews-row .reviews-col .review.send .review-input form textarea::-moz-placeholder {
  color: #B3B3B9;
}
.reviews .reviews-row .reviews-col .review.send .review-input form textarea:-ms-input-placeholder {
  color: #B3B3B9;
}
.reviews .reviews-row .reviews-col .review.send .review-input form textarea::-ms-input-placeholder {
  color: #B3B3B9;
}
.reviews .reviews-row .reviews-col .review.send .review-input form textarea::placeholder {
  color: #B3B3B9;
}
@media only screen and (max-width: 991.98px) {
  .reviews .reviews-row .reviews-col .review.send .review-input form textarea {
    font-size: 17px;
    line-height: 22px;
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 575.98px) {
  .reviews .reviews-row .reviews-col .review.send .review-input form textarea {
    min-height: 44px;
  }
}
.reviews .reviews-row .reviews-col .review.send .review-input form button {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  background: #FCB448;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .reviews .reviews-row .reviews-col .review.send .review-input form button {
    width: 50px;
    height: 50px;
  }
}
.reviews .reviews-row .reviews-col .review.send .review-input form button img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 10px);
}
.reviews .reviews-row .reviews-col .review.send .review-input form button:hover {
  background: #FF8800;
  cursor: pointer;
}
/* End */
/* /local/templates/b2b-logist-from-vue/blocks/intro/reviews/style.min.css?16831277771971 */
/* /local/templates/b2b-logist-from-vue/components/bitrix/news.list/reviews_audio/style.css?16831277783686 */
/* /local/templates/b2b-logist-from-vue/blocks/review_note/style.min.css?16831277782767 */
/* /local/templates/b2b-logist-from-vue/assets/js/lightgallery.js/dist/css/lightgallery.min.css?160922642721051 */
/* /local/templates/b2b-logist-from-vue/blocks/proof_docs/style.min.css?17289806804348 */
/* /local/templates/b2b-logist-from-vue/blocks/modals/leave_contacts/style.min.css?16092264271230 */
/* /local/templates/b2b-logist-from-vue/components/bitrix/main.userconsent.request/.default/user_consent.css?17502407924354 */
/* /bitrix/components/bitrix/landing.pub/templates/.default/style.css?170679177745364 */
/* /local/templates/b2b-logist-from-vue/components/bitrix/news.list/reviews/style.css?16831277786355 */
