html {
  text-rendering: optimizeLegibility !important;
}

body {
  overflow-y: hidden;
}

.profit-front-block .item .customimage {
  float: left;
  overflow: hidden;
  position: relative;
}

.profit-front-block .item .customimage+.body-info {
  padding: 7px 0 0 55px;
}

img{max-width: 100%;height: auto;}

h2 {
    line-height: 36px !important;
}

span.headline-bold {
   font-size: 18px !important;
   font-weight: 500 !important
}

span.desc-text {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.benefits-block {
  margin: 30px 0 40px;
  width: 100%;
}

.benefits-block .text {
    padding: 0px 0px 0px 90px;
    min-height: 46px;
    line-height: 24px;
    color: #555;
    text-align: left;
    position: relative;
}

.benefits-block .text .svg {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 39px;
  top: -2px;
  left: 0px;
}

p.drop-caps:first-child:first-letter {
    color: #e75628 !important;
    background-color: #fff !important;
    margin-right: 7px !important;
    font-size: 48px !important;
    margin-top: 0px !important;}
    
.contacts.desc {
    padding-top: 0px !important;
}

.row.vcard {
    padding-top: 24px;
}

.lazyload{
  position: relative;
}
.lazyload:after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #fff !important;
  color: transparent !important;
  content: ''
}
.tizers_block {
  background: #fafafa !important;
  margin: -30px -30px 30px !important;
  padding: 30px 30px 0 !important
}

.tizers_block .item a {
  text-decoration: none;
  color: #08c;
  line-height: 16px;
  display: block
}

.tizers_block .item a:hover, a:focus {
  color: #222
}

.attention_text {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.444em
}

blockquote {
  font-size: 16px !important
}

.tizers_block2 .item .title .top-text {
  font-size: 16px !important;
  font-weight: 500 !important
}

.banners-content .intro-text {
  font-size: 16px !important
}

.btn {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  white-space: normal
}
  .btn--dashed{
    font-size: 13px;
    line-height: 1.54;
    color: var(--color-blue);
    padding: 0;
    border: 0;
    font-weight: 400;
    border-bottom: 1px dashed rgba(0, 136, 204, 0.32);
  }
    .btn--dashed:hover{
      border-bottom-color: var(--color-blue);
      color: var(--color-blue);
    }
  .btn--green{
    color: var(--color-green-dark);
    border-color: var(--color-green);
  }
    .btn--green:hover{
      color: #fff;
      background: var(--color-green);
      border-color: var(--color-green);
    }
h1, h2, h3, h4, h5 {
  font-weight: 500 !important
}

.sidearea .tizers_block2 .item .title span {
  padding: 0
}

#mobilemenu .contacts .email .email {
  padding-left: 0
}

#mobileheader .logo.colored img, .logo.colored img {
  width: 200px;
  max-height: 50px;
  background-color: transparent
}

#mobilemenu .menu ul>li .dark-color {
  padding: 19px 20px 20px 19px;
  display: block;
  position: relative
}
  #mobilemenu .menu ul>li .menu-item__num{
    margin-left: 10px;
  }

#mobilemenu .menu ul>li .link.dark-color {
  color: #08c
}

#mobileheader .logo img {
  max-height: 100%;
  max-width: 100%;
  width: 100px
}

#mobilemenu .menu.middle>ul>li>button {
  background: #fbfbfb;
  display: block;
  width: 100%;
  text-align: left;
  padding: 22px 20px 22px 57px
}

#mobilemenu .menu>ul>li>button>span {
  padding-right: 25px;
  position: relative
}

#mobilemenu .menu.middle button .svg-inline-search {
  width: 18px;
  min-width: 18px;
  height: 17px;
  min-height: 17px;
  left: 20px;
  top: 23px
}

#mobilemenu .menu.middle button .svg {
  position: absolute
}

#mobilemenu.leftside .phone, #mobilemenu.leftside .phone .phone {
  max-width: 100%;
  width: 100%;
  min-width: 0
}

#mobilemenu.leftside .phone .phone.big {
  padding-left: 20px;
  color: #222
}

#mobilemenu.leftside .phone .phone.big svg {
  fill: #222
}
.projects-blocks:not(.js-move-content-up) + .row .additional-info > *:first-child.desc{
  position: relative;
  padding-top: 92px;
}
.projects-blocks:not(.js-move-content-up) + .row .additional-info > *:first-child.desc:before{
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 42px;
  left: 0;
  background: #f2f2f2;
  content:''
}

.projects-blocks .head-block .info .prop-block .value {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis
}
.projects-blocks .head-block .info .prop-block--orderer .value{
  font-size: 28px;
  line-height: 1.4
}
.projects-blocks .head-block .info .prop-block--includes .value{
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}

.module_products_list{}
  .module_products_list thead{
    font-size: .8em;
    line-height: 16px;
    color: #95979a;
  }
  .module_products_list tr.item,
  .module_products_list thead tr{
    display: table-row;
    border: 1px solid #f2f2f2;
  }
  .module_products_list thead td{
    vertical-align: middle;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: left;
  }
  .module_products_list thead tr td:nth-child(2){
    padding-left: 19px;
  }

  .module_products_list td.buy_block_wrapper{
    width: 24.2%;
  }
  .module_products_list td.buy_block_wrapper .item-name-num{
    width: 55px;
    height: 34px;
    line-height: 34px;
    background: #f3f3f5;
    text-align: center;
    color: #555555;
    font-size: 14px;
    font-weight: 700
  }

.banners-big.without-slider .text .inner {
  padding-right: 10px;
  line-height: 20px;
  padding-left: 109px;
  padding-top: 100px
}

.banners-big.without-slider .item:hover .title, .banners-big.without-slider .item:hover .title a, .banners-big.without-slider .text-block, .banners-big.without-slider .text-block strong, .banners-big.without-slider .title, .banners-big.without-slider .title a {
  color: #fff
}

.banners-big.without-slider .title {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 32px;
}

.banners-big.without-slider .text-block {
  margin-bottom: 9px;
  line-height: 26px;
  font-size: 18px;
  position: relative;

}
  .banners-big.without-slider .text-block:before{
    width:  32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    background: #fff;
    z-index: 5;
    position: absolute;
    top: 3px;
    left: -48px;
    content: '';
  }
  .banners-big.without-slider .text-block:after{
    width:  14px;
    height: 11px;
    display: block;
    position: absolute;
    top: 15px;
    left: -39px;
    z-index: 6;
    background: url(../images/svg/allcorp2.svg) no-repeat;
    background-position: -14px -10px;
    content: '';
  }
  .banners-big__form{
    padding-top: 27px;    
    margin-left: 16.2%;
    width: 26.4%;
  }

.mega-menu table td .wrap>.link.active, .mega-menu table td .wrap>.link:hover {
  color: #08c
}

.menu-row.with-color.colored_dark .mega-menu table td .wrap>.link {
  border: none;
  display: inline-block;
  font-weight: 700;
  padding: 0 12px;
  position: relative;
  text-transform: none;
  width: auto;
  vertical-align: middle;
  font-size: 1.067em;
  height: 59px;
  line-height: 58px;
  cursor: pointer;
}
.menu-row.with-color.colored_dark .mega-menu table td .wrap>.link:not(.link--perm){
  color: #08c
}

.menu-row.with-color.bgnone .mega-menu table td .wrap>.link .line-wrapper .line {
  bottom: -1px
}

  .menu-item__num{
    width:  50px;
    height: 26px;
    display: inline-block;
    border-radius: 500px;
    background: #FEEA53;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    font-weight: 500;
    margin-left: -8px;
  }
.mega-menu table td .wrap>.link.active .line-wrapper {
  display: block;
  position: relative
}

.mega-menu table td .wrap>.link .line-wrapper .line {
  background-color: #08c
}

.menu-row .mega-menu table td.wide_menu .dropdown-submenu .dropdown-menu>li>.link {
  font-size: 13px;
  padding: 2px 0 !important
}

.mega-menu td .wrap>.link .line-wrapper .line {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #dedede;
  right: 100%;
  opacity: 1;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.mega-menu table td .wrap>.link.active .line-wrapper .line, .mega-menu table td .wrap>.link:hover .line-wrapper .line {
  right: 0
}

.mega-menu table td.wide_menu .dropdown-menu li>.link {
  border: none
}

.mega-menu table td.wide_menu>.wrap>.dropdown-menu .form-wrapper {
  font-size: 15px
}

.mega-menu table td.wide_menu>.wrap>.dropdown-menu .form-wrapper .title {
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 7px
}

.mega-menu table td.wide_menu>.wrap>.dropdown-menu .form-wrapper .sub-title {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 3px
}

.mega-menu table td.wide_menu>.wrap>.dropdown-menu .form-wrapper .btn {
  font-size: 13px;
  padding: 8px 15px 9px
}

.mega-menu table td.wide_menu>.wrap>.dropdown-menu>li>.link {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  white-space: normal;
  line-height: 20px
}

.menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img>.dropdown-menu, .menu-row .mega-menu table td.wide_menu>.wrap>.dropdown-menu>li.has_img>.link {
  padding-left: 82px;
  display: inline-block
}

a.scroll-to-top {
  bottom: 53px !important
}

.detail .item-views, .item-views .item p {
  margin-bottom: 0
}

.linked .flexslider.shadow .slides {
  padding-bottom: 60px
}
.scurrency-price span:not(.text-muted),
.catalog  .scurrency-price span:not(.text-muted) {
  font-size: 18px;
  font-weight: 700;
  padding-right: 5px;
  color: #1d2029;
  display: inline-block
}
.catalog  .scurrency-price span.text-muted{
    display: block;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}


blockquote.danger .list.icons .fa {
  color: #d21515 !important
}

blockquote.info .list.icons .fa {
  color: #5bb147 !important
}

.order-block .text-clean {
  padding: 0 0 0 40px;
  min-height: 46px;
  line-height: 24px;
  color: #555;
  text-align: left;
  position: relative
}

.btn-success {
  color: #fff !important
}

blockquote.code {
  color: #222 !important
}

.leftimg {
  float: left !important;
  margin: 10px 20px 20px 0;
  border-radius: 6px;
}

.rightimg {
  float: right;
  margin: 10px 0 20px 20px;
  border-radius: 6px;
}

ul.list-unstyled li {
  margin-bottom: 1em !important
}

ul.list-unstyled li h6 {
  margin: 0 !important;
  display: inline !important
}

.banners-big .slides .item[data-color=light] .text-block strong {
  color: #fff !important
}

.shadow-box{
  padding: 36px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.08);
  margin-top: -43px 0 46px;
}
.shadow-box .stockblock-services .item-views,
.detail .stockblock-services .item-views {
  position: relative;
  padding: 15px 15px 30px 90px;
  margin: 0;
  font-size: 1.2em;
  line-height: 30px;
  background: #fff
}

.shadow-box .stockblock-services .link-block-more,
.detail .stockblock-services .link-block-more {
  display: none
}

.shadow-box .stockblock-services .item-views:before ,
.detail .stockblock-services .item-views:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(/bitrix/templates/grand-poliv-clear/images/svg/gp-sale-badge.svg) 0px 0px no-repeat;
  left: 25px;
  background-size: 99% auto;
  top: 18px;
}

.shadow-box .stockblock-services .list-type-block.item-views .item .previewtext, 
.detail .stockblock-services .list-type-block.item-views .item .previewtext {
  margin: 0
}

.shadow-box .stockblock-services .item-views .item,
.detail .stockblock-services .item-views .item {
  border: none;
  box-shadow: none;
  padding: 0 !important;
  margin-bottom: 0 !important
}

.stockblock-services .list-type-block.item-views.wide_img .item .body-info {
  padding: 0
}

.orangetext {
  color: #e75628
}

.company-front .col-md-8 {
  width: 100% !important
}

.company-front .col-md-4 {
  width: 0% !important
}

table tbody td .btn {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0;
  margin-inline-end: 0
}

h3 {
  line-height: 35px !important
}

.alert h4 {
  margin-bottom: 0 !important
}

.accordion-type-danger .item, .accordion-type-danger .item:hover {
  border-color: #ebccd1 !important
}

.accordion-type-danger .item .accordion-head {
  margin-bottom: 0 !important
}

.accordion-type-danger .accordion-head {
  padding-left: 65px;
  padding-right: 29px
}

.accordion-type-danger .accordion-head a {
  display: inline;
  line-height: 18px;
  text-decoration: none;
  font-size: 16px
}

.accordion-type-danger .accordion-head:after {
  content: "";
  display: table;
  clear: both
}

.accordion-type-danger .accordion-head.accordion-open .fa {
  line-height: 25px
}

.accordion-type-danger .panel-collapse .accordion-body {
  padding: 0 29px 21px 65px
}

.accordion-type-danger .item-accordion-wrapper {
  border: 1px solid #ebccd1;
  margin-bottom: -1px;
  padding-bottom: 11px
}

.accordion-type-danger .accordion-head, .accordion-type-danger .accordion-head:active, .accordion-type-danger .accordion-head:focus, .accordion-type-danger .accordion-head:hover, .accordion-type-danger .accordion-head:visited {
  color: #e83333 !important
}

.accordion-type-danger, .accordion-type-danger .accordion-head.accordion-open+.panel-collapse {
  background: #fee
}

.accordion-type-danger .accordion-head.accordion-open {
  border-bottom: none;
  background: #fee
}

.accordion-type-danger .item-accordion-wrapper.opened {
  background: #fee
}

.accordion-type-danger .accordion-head .fa {
  left: 26px;
  color: #e83333
}

.accordion-type-danger .select-outer i.fa {
  top: 0;
  width: 28px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 1px 1px 0 2px;
  border-right: 0 solid #fff;
  left: 0;
  vertical-align: top;
  font-size: 13px;
  margin-right: -28px
}

.accordion-type-danger .accordion-head:hover .fa {
  background: #fee
}

.accordion-type-danger .accordion-body, .accordion-type-danger strong {
  color: #9a6e76
}

.danger {
  color: #e83333 !important
}

.order-block p {
  margin-bottom: 0 !important
}

.tarifs .frame, .tarifs .frame .wraps {
  margin: 0;
  overflow: hidden
}

.tarifs .frame, .tarifs .head-block {
  position: relative
}

.tarifs .frame .wraps {
  width: 10000% !important
}

.tarifs .items_view td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 40px 20px 20px;
  position: relative;
  text-align: left;
  vertical-align: top;
  overflow: hidden
}

.tarifs .border:after, .wrapp_scrollbar {
  position: absolute
}

.tarifs .frame.top .items_view td {
  border-right: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5
}

.tarifs .frame.props .items_view td {
  border: 1px solid #f5f5f5
}

.tarifs .frame.props .items_view td:first-child {
  border-right-width: 0
}

.tarifs .frame.props .items_view td:nth-child(2) {
  border-left-width: 0
}

.tarifs .dynamic-block {
  position: absolute;
  left: 0;
  overflow: hidden;
  z-index: 2;
  background: #fff;
  height: 100%;
  border: 1px solid #f5f5f5
}

.tarifs .border:after, .wrapp_scrollbar.relative_block:after {
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #f5f5f5;
  content: ""
}

.tarifs .head-block .frame .item {
  border: none;
  box-shadow: none
}

.tarifs .head-block .frame .item .body-info {
  padding: 0
}

.tarifs .head-block .body-info {
  text-align: center
}

.tarifs .head-block .body-info .title {
  font-size: .933em;
  color: #222;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 700
}

.tarifs .head-block .item .body-info .price-block {
  font-size: .933em;
  margin: 0 0 8px
}

.tarifs .head-block .item .body-info .price-block+.price-block {
  text-decoration: line-through;
  font-size: .867em;
  color: #777
}

.tarifs .head-block .item .body-info .order {
  margin: 0
}

.tarifs .head-block .body-info .btn {
  margin: 0;
  text-transform: uppercase
}

.ram-calc__value-image{
  background: #fff
}

.wrapp_scrollbar {
  padding: 31px 0 15px
}

.wrapp_scrollbar.relative_block {
  position: relative
}

.wrapp_scrollbar.relative_block:after {
  position: absolute
}

.wrapp_scrollbar .wr_scrollbar {
  margin: 0 78px 1em;
  background: #e5e5e5;
  height: 1px;
  opacity: 0
}

.wr_scrollbar .scrollbar {
  height: 5px;
  line-height: 0;
  display: none;
  position: relative;
  top: -3px;
  cursor: pointer
}

.wr_scrollbar .scrollbar .handle {
  width: 100px;
  height: 3px;
  position: relative;
  top: 2px;
  background: #292a33;
  background: #08c;
  cursor: pointer;
  border-radius: 3px
}

.wr_scrollbar .scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px
}

.tarifs .main-block {
  position: relative;
  margin: -1px 0 0
}

.tarifs .data_table_props tr td:first-of-type {
  font-weight: 600;
  visibility: hidden;
  padding-right: 22px
}

.tarifs .prop_title_table .data_table_props tr td:first-child {
  display: table-cell;
  opacity: 1;
  visibility: visible
}

.tarifs .data_table_props.clone tr td {
  border-bottom: 1px solid #f5f5f5
}

.main-block .item-block td {
  text-align: center;
  padding: 16px 20px 14px;
  font-size: .867em;
  vertical-align: middle
}

.main-block .item-block td:first-child {
  text-align: left
}

.main-block .item-block .prop-block.icon-block {
  font-size: 0;
  line-height: 0
}

.main-block .item-block .prop-block.icon-block:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/bitrix/templates/grand-poliv/components/bitrix/news.detail/catalog4/../../../../images/allcorp2.png) -249px -204px no-repeat
}

.main-block .item-block .prop-block.icon-block.Y:before {
  background-position: -249px -231px
}

.wrapp_scrollbar.rounded-nav .flex-direction-nav .flex-next,
.wrapp_scrollbar.rounded-nav:hover .flex-direction-nav .flex-next {
  right: 20px
}

.wrapp_scrollbar.rounded-nav .flex-direction-nav .flex-prev,
.wrapp_scrollbar.rounded-nav:hover .flex-direction-nav .flex-prev {
  left: 20px
}

.wrapp_scrollbar.rounded-nav .flex-direction-nav a {
  font-size: 0;
  top: 38px
}

.wrapp_scrollbar.rounded-nav:hover .flex-direction-nav a {
  opacity: 1
}

.body div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-vertical-side-wrap div.wqec-vertical-side div.wqec-vertical-side-inner div.weqc-tab-percent {
  background-color: #eaeaea;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  background-image: none !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.body div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-vertical-side-wrap div.wqec-vertical-side div.wqec-vertical-side-inner div.weqc-tab-percent div.wqec-tab-per {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  background-color: #2b99df;
}

.cluster_custom {
  font-size: 13px;
  line-height: 1;
}

.cls-cluster2 {
  fill: #0088cc;
}

.cluster_custom>span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  line-height: 56px;
}

  .bordered-block{
    padding: 56px 60px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
  }
  .projects-blocks .head-block .inner.detail-slider__wrapper .detail-slider{
    margin-bottom: 2px;
  }
.detail.projects .reviews{}
  .detail.projects .review .image{
    display: none;
  }
  .detail.projects .list-type-block.item-views.reviews .group-content .item>.body-info{
    padding: 0 0 39px 60px;
  }
  .detail.projects .list-type-block.item-views.reviews .group-content .item>.body-info:after{
    display: block;
    border-bottom: 1px solid #f2f2f2;
    position: absolute;
    bottom: 0;
    right:  0;
    left:   60px;
    content: "";
  }
.detail.projects .demo{}
  .demo-item{
    margin: 46px 0
  }
.detail.goods .linked .flexslider.shadow .slides{
  padding-bottom: 0
}
.marker > *{
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}
.marker.video .mcls-1,
.marker.video .mcls-3{
  fill:#ec6d3d !important;
}
.marker.video:hover .mcls-1,
.marker.video:hover .mcls-3{
  fill:#ec993d !important;
}
.marker.no-photo .mcls-3{
  fill:#08c !important;
}
.marker.no-photo:hover .mcls-3{fill:#00a3f5 !important}

.item-views.table-elements .item .image.image--noimage{
  height: 193.05px;
  background: #fbfcfd;
  text-align: center;
}
.item-views.table-elements .item .image.image--noimage img{
  height: 57%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 18%;
}
.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .image.image--noimage{
  height: 115px;
  padding: 24px 0;
  text-align: center;
  background: url(../images/svg/Map_no-photo-big.svg) no-repeat center;
  background-size: 69px;
}
.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .without-photo,
.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .with-video{
  margin-top: 15px;
  font-size: 14px;
  color: #ec6d3d;
}
.contacts-page-map-top.projects .bx-yandex-view-layout .pane_info .without-photo{
  color: #999999
}


.cena__ajax-projects .more-wrapper{
  margin: -7px 0 12px;
}
form.wqec-form div.load-file{
  margin-bottom: 23px;
}
.load-file .err-text{
    width: 100%;
    color: red;
    display: block;
    position: absolute;
    font-size: 12px;
    bottom: -14px;
    right: -13px;
    text-align: center;
}


@media (min-width:768px) and (max-width:991px) {
  .wrapp_scrollbar .slider_navigation {
    display: none !important
  }
}

@media (min-width:768px) {
  .tarifs .items_view td {
    width: 195px;
    min-width: 195px
  }

  .tarifs .frame, .wrapp_scrollbar {
    margin-left: 195px
  }

  .tarifs .frame.props .wraps {
    margin-left: -195px
  }

  .tarifs .dynamic-block {
    width: 195px
  }
}

@media (max-width:767px) {
  .tarifs .items_view td {
    width: 222px;
    min-width: 222px
  }

  .tarifs .frame, .wrapp_scrollbar {
    margin-left: 222px
  }

  .tarifs .frame.props .wraps {
    margin-left: -222px
  }

  .tarifs .dynamic-block {
    width: 222px
  }
  .url-block span{
    font-size: 0;
    padding-left: 30px;
  } 
    .url-block:before{
      display: none;
    }
    .url-block.next-url span{
      padding-right: 30px;
    }
  .projects-blocks .head-block .small-gallery{
    padding: 0 
  }
}

@media (max-width:600px) {
  .tarifs .frame {
    margin-left: 122px
  }

  .wrapp_scrollbar {
    margin-left: 0
  }

  .wrapp_scrollbar.relative_block {
    background: #fff;
    z-index: 11;
    border: 1px solid #f5f5f5;
    border-right-width: 0
  }

  .wrapp_scrollbar .wr_scrollbar {
    margin: 0 28px 1em
  }

  .tarifs .frame.props .wraps {
    margin-left: -122px
  }

  .tarifs .dynamic-block {
    width: 122px
  }

  .tarifs .data_table_props.items_view td:first-child {
    width: 122px;
    min-width: 122px;
    max-width: 122px;
    font-size: .733em;
    line-height: 20px
  }
  .detail .stockblock-services .item-views {
    padding: 0px 13px 13px 0px;
  }
  .shadow-box .stockblock-services .item-views:before, .detail .stockblock-services .item-views:before {
    display: none;
  }
  .left_block {
    min-height: 0px !important;
  }
  
}

@media (max-width:320px) {
  .tarifs .items_view td {
    width: 165px;
    min-width: 165px
  }
}

.tarifs .head-block .body-info .subtitle {
  font-size: .867em;
  color: #222;
  text-align: center;
  font-weight: 400
}

.rating-list {
  font-size: 1.8rem
}

.rating-list i {
  padding-right: 3px
}

.news_block .item {
  position: relative
}

.news_block .item .link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15
}

span.hidden-link {
  cursor: pointer
}

.sections_wrapper .list .item .name span.hidden-link, span.hidden-link:hover {
  text-decoration: none
}

.links-block .links .hidden-link.next-url {
  float: right
}

.links-block .links>.hidden-link {
  font-size: 15px;
  line-height: 24px
}

.sections_wrapper .list .item.section_item .sect .hidden-link {
  text-decoration: none;
  color: #08c
}

.sections_wrapper .list .item.section_item .sect .hidden-link:active {
  color: #00527a
}

.sections_wrapper .list .item.section_item .sect .hidden-link:focus, .sections_wrapper .list .item.section_item .sect .hidden-link:hover {
  color: #222
}

@media only screen and (min-width:992px) {
  .menu-row.with-color .menu-only {
    padding-right: 145px
  }
}

.history.item-views.list .item .infotransparent {
  margin-left: 35px;
  padding: 15px 5px
}

.detail .cite-item .header-block {
  padding: 20px 20px 2px
}

.detail .cite-item .header-block>div {
  display: table-cell;
  vertical-align: middle
}

.detail .cite-item .quote-avatar {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: relative
}

.detail .cite-item .quote-avatar .image-wrapper {
  border-radius: 100%;
  background: #fff;
  overflow: hidden
}

.detail .cite-item .quote-avatar .image-wrapper .image-inner {
  overflow: hidden;
  border-radius: 100%;
  height: 50px
}

.detail .block-cite {
  padding: 0 0 0 20px;
  text-align: left;
  line-height: 20px
}

.detail .cite-item .title {
  color: #333;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 1.067em
}

.detail .cite-item .company {
  color: #777;
  font-size: 13px
}

.detail .cite-item .bottom-block {
  padding: 10px 72px 0
}

.detail .cite-item .preview-text-wrapper {
  padding: 0 0 2px;
  font-size: 16px;
  color: #555
}

.detail .cite-item .preview-text-wrapper .quote {
  position: relative;
  top: 18px;
  left: -40px
}
.detail .cite-item .preview-text-wrapper .quote i svg{
  fill: #158aca;
}

.logo_and_menu-row .phone .whatsapp-tel {
  color: #4bc25a;
  font-size: 32px;
  position: absolute;
  right: -35px
}

.logo_and_menu-row .phone .whatsapp-tel:active, .logo_and_menu-row .phone .whatsapp-tel:hover {
  color: #64d873
}

.logo_and_menu-row .phone .whatsapp-tel i {
  font-size: inherit;
  color: inherit
}

.items-with-price .item .date, .items-with-price .item .price {
  min-width: 7.5rem;
  display: inline-block;
  vertical-align: middle
}

.items-with-price .item .price {
  color: #068acb;
  font-size: 15px;
  font-weight: 700
}

.items-with-price .item .date {
  color: #777;
  font-size: 13px;
  font-weight: 500
}

#headerfixed .phone .whatsapp-tel {
  color: #4bc25a;
  font-size: 24px;
  position: absolute;
  right: -4px;
  top: 0;
}

#headerfixed .phone .whatsapp-tel:active, #headerfixed .phone .whatsapp-tel:hover {
  color: #64d873
}

#headerfixed.phone .whatsapp-tel i {
  font-size: inherit;
  color: inherit
}
.instagram .image{
  background-position: center center; background-size: cover; background-repeat: no-repeat;
}
.landing-page .blue-text {
  color: #0389cb
}

.landing-page .big-text {
  font-weight: 900;
  margin-bottom: 2.3rem;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #222
}

.landing-page .drag-block.container {
  border-top: 0 !important;
  margin-top: -1px;
  margin-bottom: 0
}

#headerfixed .logo-row.v2 .phone, #mobileheader .phone {
  min-width: 200px;
  max-width: 200px;
  font-weight: 700;
  font-size: 16px;
  text-align: right;
}

#headerfixed .logo-row.v2 .phone {
  padding-right: 23px;
  position: relative
}

#mobileheader .phone {
  height: 62px;
  line-height: 62px;
  position: relative;
  padding-right: 40px;
  max-width: 240px
}
#mobileheader .phone--has-icons{
  max-width: 340px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 6px;
  padding-right: 17px;
}
#headerfixed .logo-row.v2 .phone a.tel, #mobileheader .phone a.tel {
  color: #222;
  font-size: 17px;
  font-weight: 900
}

#mobileheader .phone span.whatsapp-tel,
#mobileheader .phone a.whatsapp-tel {
  color: #4bc25a;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 0;
  display: inline-block
}

#mobileheader .phone span.whatsapp-tel i ,
#mobileheader .phone a.whatsapp-tel i {
  font-size: inherit;
  color: inherit;
  display: inline-block
}


.landing-promo{
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
  .landing-promo b,
  .landing-promo strong,
  .landing-promo a{
    color: inherit;
  }
  .landing-promo .inner{
    padding: 10rem 0
  }
    .landing-promo .inner .title{
      font-weight: 900;
      margin-bottom: 4rem;
      font-size: 48px;
      line-height: 1.2;
    }
      .landing-promo .inner .text-block{
        width: 70%;
        text-align: left;
        padding-left: 150px;
        position: relative;
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto;
      }
        .landing-promo .inner .text-block .left-icon{
          width:  154px;
          height: 100px;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -70px;
          left: 0;
        }
        .landing-promo .down-btn{
          margin-top: 42px;
          cursor: pointer;
        }
.landing-quiz {
  padding: 4.8rem 0 5.3rem
}

.landing-quiz .item-views {
  padding: 0 32px
}

.landing-quiz .item-views .title {
  color: #777;
  margin-bottom: 1.7rem
}

.landing-quiz .item-views .title .icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px
}

div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner {
  width: 100% !important
}
.fancybox__content.video-wrapper{
  width: 800px;
  max-width: 90%;
}

.landing-projects {
  background: #f3f3f3;
  border-bottom: 1px solid #ebebeb !important
}

.landing-projects .list-type-block.item-views .item {
  border: 0 !important;
  box-shadow: none !important
}

.landing-projects .item .date, .landing-projects .item .price {
  min-width: 7.5rem;
  display: inline-block;
  vertical-align: middle
}

.landing-projects .item .price {
  color: #068acb;
  font-size: 15px;
  font-weight: 700
}

.landing-projects .item .date {
  color: #777;
  font-size: 13px;
  font-weight: 500
}

.landing-projects .links-block-wrapper .col-md-9 {
  width: 100%
}

@media (min-width:992px) {
  .landing-projects .detail .gallery-block .bigs.flexslider .slides .item {
    height: 470px;
    line-height: 470px
  }
}
footer .social-icons li svg{
  width:  40px;
  height: 40px;
  display: block !important;
}
footer .social-icons li svg .bg{
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}
footer .social-icons li.instagram:hover svg .bg{
  fill: #FF479B !important;
}
footer .social-icons li.telegram:hover svg .bg{
  fill: #65C8FF !important;
}
footer .social-icons li.whatsapp:hover svg .bg{
  fill: #5AE16B !important;
}

.flex-viewport {
  padding: 0 !important
}

.reviews .flex-viewport {
  padding: 13px 25px !important
}

.landing-call-form {
  padding: 8rem 0 2.6rem;
  background: url(/images/landing2019/bg1.jpg) top center/cover no-repeat;
  position: relative
}

.landing-call-form:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 18, 6, .5);
  z-index: 1;
  content: ''
}

.landing-call-form .maxwidth-theme {
  position: relative;
  z-index: 10
}

.landing-call-form .top-text {
  color: #feed2b;
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 3.2rem
}

.landing-call-form .middle-text {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 3.1rem
}

.landing-call-form .bottom-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0
}

.landing-call-form .bottom-text ul li {
  padding-left: 16px
}

.landing-call-form .bottom-text ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  content: ""
}

.landing-call-form .form-wrapper {
  width: 79%;
  margin-left: 21%;
  border-radius: 4px;
  background: #fff;
  position: relative;
  top: -27px
}

.landing-call-form .form-wrapper .description {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #222
}

.landing-call-form .form-wrapper .description strong {
  font-weight: 700;
  color: #0389cb
}

.landing-call-form .form-wrapper .form.inline {
  padding: 9px 35px;
  margin: 0
}

.landing-call-form .form:not(.success) {
  line-height: 1.2 !important
}

.landing-call-form .form .form-group {
  margin-bottom: 21px
}

.landing-call-form .form-wrapper .form-footer {
  text-align: center
}

.landing-call-form .form-header {
  display: none
}

.landing-call-form .success {
  width: 100%;
  position: absolute;
  height: auto;
  top: 32%;
  left: 0
}

.landing-call-form form input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 15
}

.landing-recount {
  background: #f3f3f3;
  padding: 6.8rem 0;
  border-bottom: 1px solid #ebebeb !important
}

.landing-recount .sub-title {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  margin-bottom: 6rem;
  text-align: center
}

.landing-recount .sub-title b {
  color: #222;
  font-weight: 500
}

.landing-recount .bottom-text {
  margin-top: 3.8rem;
  color: #aeaeae
}

.landing-recount .form.inline {
  width: 92%;
  padding: 0;
  margin: 0
}

.landing-recount .form-title {
  font-size: 18px;
  margin-bottom: 10px
}

.landing-recount .form-group {
  margin-bottom: 17px
}

.landing-recount .form .form-header {
  display: none
}

.landing-recount .form .form-body {
  background: 0 0
}

.landing-recount .form-footer {
  margin-top: 23px;
  text-align: center
}

.landing-recount form input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 15
}

.landing-recount label.error {
  top: -19px
}

.landing-recount .form-body .landing-recount .uploader:hover .action {
  color: #08c
}

.landing-recount .licence_block {
  display: none !important
}

.landing-recount form .form-group.input-filed label {
  display: none
}

.landing-recount .uploader .action {
  background: 0 0
}

.landing-recount .form .form-body>.row:last-of-type .form-group {
  margin-bottom: 17px
}

.landing-page img {
  max-width: 100%;
  height: auto
}

@keyframes sheen {
  0%, 79% {
    opacity: 0;
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em)
  }

  80% {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em)
  }

  95% {
    opacity: 1;
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em)
  }

  100% {
    opacity: 0;
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em)
  }
}

.menu-row.with-color .wrap_icon>span {
  position: relative;
  z-index: 10;
  padding: 0 0 0 21px;
  display: block;
  height: 59px
}

#mobilemenu .menu.middle>ul>li>.link {
  padding-left: 57px;
  background: #fbfbfb
}

#mobilemenu .menu.middle .link .svg {
  width: 14px;
  min-width: 14px;
  height: 17px;
  min-height: 17px;
  left: 21px;
  top: 22px;
  position: absolute
}
#mobilemenu .menu>ul>li.counters>.link >span {
    padding-right: 25px;
    position: relative;
}

footer .bottom-under .inner-wrapper {
  position: relative
}

footer .bottom-under .inner-wrapper .social-block>* {
  display: inline-block;
  vertical-align: middle
}

footer .bottom-under .inner-wrapper .bx-composite-btn {
  height: 40px !important;
  line-height: 40px !important;
  margin-right: 11px;
  border-radius: 33px;
  background-position: right -58px
}

footer .bottom-under .sitemap-block {
  margin-left: 15px;
  font-size: .867em
}

footer .bottom-under .sitemap-block a {
  color: #a7a7a7;
  text-decoration: none
}

footer .bottom-under .sitemap-block i {
  margin-right: 5px;
  font-size: 15px
}

footer .bottom-under .sitemap-block a:hover {
  color: #fff
}

footer .info .blocks {
  position: relative;
  float: left
}

.bottom-breadcrumb.right-oriented {
  background: none ;
  box-shadow: none ;
  padding: 25px 30px;
  margin-bottom: 0
}
@media (min-width: 992px){
  .bottom-breadcrumb.right-oriented {
    width: 75%;
    float: right;
    margin-bottom: 0;
    margin-top: -83px;
  }
}
@media (min-width: 992px) and  (max-width: 1199px){
  /*.bottom-breadcrumb.right-oriented {
    margin-top: 0;
    padding: 10px 0
  }*/
  .projects-blocks .head-block .inner.detail-slider__wrapper .detail-slider{
    border: 0;
    padding: 0
  }
}
@media (max-width: 991px){
  .bottom-breadcrumb.right-oriented {
    order: 3;
    margin-top: -68px;
    padding: 10px 0
  }
  .bordered-block{
    padding: 30px;
  }
  .detail.projects .list-type-block.item-views.reviews .group-content .item>.body-info{
    padding-left: 30px;
  }
  .projects-blocks .head-block .inner.detail-slider__wrapper .detail-slider{
    border: 0;
    padding: 0
  }
    .projects-blocks .head-block .inner.detail-slider__wrapper .flex-control-nav{
      display: none;
    }
}
@media (max-width: 767px){
  .bottom-breadcrumb.right-oriented {
    margin-top: 15px
  }
}

.bottom-breadcrumb .breadcrumb>li+li::before {
  color: #888;
  opacity: 1;
  font-size: 9px;
  position: relative;
  top: -1px
}


footer .info .phones .phone span.whatsapp-tel,
footer .info .phones .phone a.whatsapp-tel {
  display: none
}

.dark-breadcrumbs .breadcrumb>li+li:before{
  color: inherit ; 
  opacity: 1
}
.breadcrumb>li+li::before {
  content: "\f105"
}

.bottom-breadcrumb {
  color: #222
}

.bottom-breadcrumb a {
  color: #888
}

.reviews.item-views.slider .item .link-block-more+.link-block-more {
  margin-top: 17px;
  display: inline-block;
  margin-left: 15px
}

.reviews.item-views.slider .item .yt-link {
  color: red !important
}

.reviews.item-views.slider .item .yt-link:active, .reviews.item-views.slider .item .yt-link:hover {
  text-decoration: underline;
  border-color: transparent
}

.reviews.item-views.slider .item .yt-link i {
  margin-right: 8px
}

.detail.services .title_block {
  display: none
}

.detail.services .postload-reviews .maxwidth-theme, .detail.services .postload-reviews .maxwidth-theme>div {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.detail.services .postload-reviews .flex-direction-nav {
  display: none !important
}

.detail.services .postload-reviews .item-views.blocks {
  padding: 0 0 20px
}
.projects-blocks .block .btn-lg.btn-project-order{
  font-size: 13px;
  text-transform: uppercase;
}
.price-banner .banners-content .maxwidth-banner {
  background-size: cover !important
}


.calc-banner .btn.btn-default.white2:hover {
  background: 0 0 !important;
  color: #fff !important;
  border-color: #fff !important
}
.gallery-3 > div{
  margin-bottom: 30px;
}
  .gallery-3 .img-thumbnail{
    display: block;
  }

footer .social-icons svg{
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}
footer .social-icons svg.hover{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
footer .social-icons .max .circle_base{
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}
footer .social-icons .max .circle_hover{
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}
footer .social-icons .max:hover .circle_base{
  opacity: 0;
}
footer .social-icons .max:hover .circle_hover{
  opacity: 1;
}
body .detail .drag_block.staff>d iv{
  margin-bottom: 0
}
.detail.services + * + .bottoms{
  margin-top: 44px;
}
@media (min-width:1200px) {
  .maxwidth-theme>.center-block {
    background: #fff;
    padding: 30px;
    margin: -83px 15px 83px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1)
  }

  .bottom-breadcrumb {
    padding: 0 45px;
    margin-top: -60px
  }
  .detail.projects .staff .list-type-block.item-views .item{
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .detail.projects .staff .list-type-block.item-views .item:hover{
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1) !important;
  }
}

@media (min-width:1201px) and (max-width:1400px) {
  .banners-big.without-slider .text .inner {
    padding-top: 100px
  }

 /* .mega-menu table td .wrap>.link, .mega-menu table td .wrap>a {
    font-size: 1.2rem
  }*/
  .logo-row .slogan{
    display: none !important;
    width: 20%
  }
  #headerfixed .logo-row.v2 .js-nav{
    max-width: calc(100vw - 384px);
  }
  #headerfixed .logo-row.v2 .logo-block:first-child{
    min-width: 65px;
    max-width: 65px;
    height: 60px;
    background: url(../images/logo-short.svg) no-repeat 15px 10px;
    background-size: auto 64%;
  }
  #headerfixed .logo-row.v2 .logo-block:first-child img{
    display: none;
  }
  #headerfixed .logo-row.v2 .logo-block:first-child span.hidden-link{
    width: 65px;
    height: 60px;
    display: block
  }
  #headerfixed .logo-row.v2 .logo-block{
    max-width: 220px;
  }
  .mega-menu table td .wrap>.link, .mega-menu table td .wrap>a{
    font-size: 16px
  }
}

@media (max-width:1200px) {
  .ajax_basket .fixed_wrapper .right_dok{
    display: none;
  }
}
@media (max-width:991px) {
  
body.preloaded{
  overflow: hidden;
}

.preloader__wrapper{
  position: fixed;
  top:    0;
  left:   0;
  right:  0;
  bottom: 0;
  background: rgba(36,36,36,0.75);
  z-index: 9999999;
}
.preloader{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.7em;
  margin-left: -6em;
  width: 12em;
  height: 5.4em;
  text-align: center;}
  .preloader-2{}
#loader {
  width: 5.4em;
  height: 5.4em;
  background-color: transparent;
  margin: 0 auto;
  display: block;
  position: relative;
}

  .preloader-2 .text {
    color: #fff;
    margin: 15px 0 ;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
  }

#hill {
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  top: 1.7em;
  left: 1.7em;
  background-color: transparent;
  border-left: .25em solid whitesmoke;
  transform: rotate(45deg);
}

#hill:after {
  content: '';
  position: absolute;
  width: 7.1em;
  height: 7.1em;
  left: 0;
  background-color: transparent;
}

#box {
  position: absolute;
  left: 0;
  bottom: -.1em;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .25em solid whitesmoke;
  border-radius: 15%;
  transform: translate(0, -1em) rotate(-45deg);
  animation: push 2.5s cubic-bezier(.79, 0, .47, .97) infinite;
}

@keyframes push {
  0% {
    transform: translate(0, -1em) rotate(-45deg);
  }
  5% {
    transform: translate(0, -1em) rotate(-50deg);
  }
  20% {
    transform: translate(1em, -2em) rotate(47deg);
  }
  25% {
    transform: translate(1em, -2em) rotate(45deg);
  }
  30% {
    transform: translate(1em, -2em) rotate(40deg);
  }
  45% {
    transform: translate(2em, -3em) rotate(137deg);
  }
  50% {
    transform: translate(2em, -3em) rotate(135deg);
  }
  55% {
    transform: translate(2em, -3em) rotate(130deg);
  }
  70% {
    transform: translate(3em, -4em) rotate(217deg);
  }
  75% {
    transform: translate(3em, -4em) rotate(220deg);
  }
  100% {
    transform: translate(0, -1em) rotate(-225deg);
  }
}
  .page-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .body--projects{}
    .body--projects .main {
      display: flex;
      flex-direction: column;
    } 
      .body--projects .main > *{
        width: 100%;
      }
      .body--projects .main .page-top-wrapper{
        order: 1;
        margin-bottom: 20px;
      }
      .body--projects .main .contacts-page-map-top.projects {
        order: 3;
      }
      .body--projects .main .container{
        order: 2;
        margin-bottom: 34px;
      }
  .page-top-wrapper.color{
  }
    .page-wrapper .right_block ,
    .page-wrapper .left_block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .page-wrapper .left_block {
      order: 1;
    }
    .page-wrapper .right_block {
      order: 2;
    }
    .left_block>div{
      display: block !important;
    }
    .left_block div.sidearea{
      margin-bottom: 20px;
    }
      .left_block .sidebar {
        display: block !important;
        position: relative;
        margin-bottom: 20px;
      }
      .left_block>.sidebar .side-menu{
        padding-top: 4px;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background: #fff;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out
          }
      .left_block>.sidebar.open .side-menu{
        z-index: 9999;
        opacity: 1;
        visibility: visible;
      }
      .side-menu>li>.link, .side-menu>li>a{
        border-color: #e8e8e8;
        font-size: 14px;
        color: #158aca;
      }
  .menu-opener{
    border-color: #e8e8e8;
    border-bottom-width: 1px;
    background: #f3f3f3;
    color: #222222;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }
  .open .menu-opener{
    border-color: #999999
  }
  .menu-opener span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .menu-opener span:after{
    width:  20px;
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 2px;
    text-align: left;
    font-size: 25px;
    font-family: FontAwesome;
    content: "\f107";
  }
  .open .menu-opener span:after{
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
  }
  #mobilemenu .menu.top ul>li:last-child{
    display: none;
  }
  #mobilemenu>.scroller>.wrap>.btn.btn-success{
    margin: 19px;
    width: calc(100% - 38px)
  }
  #mobilemenu>.scroller>.wrap>.btn.btn-success + .menu.middle{
    border-top: 1px solid #f2f2f2;
  }
}
@media (min-width:1201px) and (max-width:1300px) {
  .banners-big.without-slider .text{
    width: 709px;
  }
  .banners-big.without-slider .text .inner {
    padding-top: 140px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .banners-big.without-slider .text .inner {
    padding-top: 50px
  }

  .landing-call-form .form-wrapper {
    width: 100%;
    margin-left: 0
  }

  .mega-menu table td .wrap>.link, .mega-menu table td .wrap>a {
    font-size: 1.2rem;
    padding: 0 3px
  }

  #headerfixed .logo-row.v2 .phone a, #mobileheader .phone a {
    font-size: 13px
  }

  #mobileheader .logo.colored img, .logo.colored img {
    width: 174px
  }

  #mobileheader .phone {
    max-width: 140px;
    min-width: 140px
  }

  #headerfixed .logo-row.v2 .phone {
    max-width: 100%;
    min-width: 100%;
    text-align: right;
    padding-right: 30px;
    position: relative
  }

  #headerfixed .logo-row.v2 .phone a.tel, #mobileheader .phone a.tel {
    font-size: 17px
  }

  #headerfixed .logo-row.v2 .logo-block {
    max-width: 200px;
    min-width: 200px
  }

  #headerfixed .phone .whatsapp-tel {
    right: 0;
    font-size: 19px !important
  }
  #headerfixed .logo-row.v2 .js-nav{
    max-width: calc(100vw - 366px);
  }
  #headerfixed .logo-row.v2 .logo-block:first-child{
    min-width: 65px;
    max-width: 65px;
    height: 60px;
    background: url(../images/logo-short.svg) no-repeat 15px 11px;
    background-size: auto 74%;
  }
  #headerfixed .logo-row.v2 .logo-block:first-child img{
    display: none;
  }
  #headerfixed .logo-row.v2 .logo-block:first-child span.hidden-link{
    width: 65px;
    height: 60px;
    display: block;
  }
  #headerfixed .logo-row.v2 .logo-block{
    max-width: 220px;
  }
  .mega-menu table td .wrap>.link, .mega-menu table td .wrap>a{
    font-size: 16px
  }
  .banners-big.without-slider .text{
    width: 59%;
  }
    .banners-big__form{
          margin-left: 3.2%;
    width: 31.4%;
    }
    .form .licence_block--text{
      font-size: 10px;
    }
    .form.inline-compact{
      padding: 25px 30px 0;
    }
  .tizers_block2 .item .title {
    padding-left: 15px
  }
  .tizers_block2 .item .img{
    width: 32px;
    height: 32px;
    min-width: 32px;
    position: relative;
    top: 4px;
  }
  .tizers_block2 .item .title .top-text {
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .tizers_block2 .item .title .desc-text{
    font-size: 13px;
    line-height: 17px;
  }
}

@media (max-width:790px) {
  .menu-opener span:after{
    font-size: 16px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .banners-big.without-slider .text .inner {
    padding-top: 100px;
    padding-left: 64px;
    text-align: left;
  }
    .banners-big.without-slider .title{
      font-size: 27px;
      line-height: 1.2;
    }
  .landing-call-form {
    background-size: cover
  }

  .landing-call-form .form-wrapper {
    width: 50%;
    margin-left: 25%;
    top: 0
  }

  .landing-recount .text-right {
    text-align: center !important
  }

  .landing-call-form .middle-text, .landing-page .big-text {
    font-size: 37px
  }

  a.scroll-to-top {
    bottom: 21px !important;
    right: 102px !important
  }

  .banners-big.short-banner .flexslider {
    height: calc(100vw*.65)
  }

  .banners-big video {
    max-width: 140%;    
    position: relative;
    top: -45px
  }
  .banners-big__form{
    margin-left: 8.2%;
    width: 40.4%;
  }
    .banners-big__form .form.inline-compact{
      max-width: 274px;
      padding: 18px 17px 0;
    }
    .form .licence_block--text{
      font-size: 11px;
    }
}

@media (min-width:992px) {
  .price-banner .banners-content .text {
    padding-top: 107px;
    padding-bottom: 83px
  }
  .menu-row .mega-menu:hover .wrap.hover > .dropdown-menu{
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 30px 4px 0;
    left: 0!important;
    max-height: 485px;
    overflow: auto;
    opacity: 1;
    animation: .3s toggle_opacity;
  }
}
@media (min-width:768px) {

  .price-banner .banners-content .banner-infopart {
    margin-bottom: 27px
  }

  .calc-banner .banners-content .text {
    padding-top: 36px;
    padding-bottom: 0
  }

  .calc-banner .banners-content .banner-infopart {
    margin-bottom: 27px
  }

  .calc-banner .banners-content .img {
    vertical-align: bottom
  }
}

@media (max-width:767px) {

  .list-type-block.item-views.wide_img .item .body-info {
    padding: 0px !important;
  }
  .shadow-box .stockblock-services .item-views {
    padding: 0px;
  }

  .banners-big.without-slider .flexslider {
    height: 642px
  }

  .banners-big.without-slider video {
    max-width: 180%
  }

  .banners-big.without-slider .text .inner {
    padding-top: 32px;
    padding-left: 15px;
    text-align: center;
  }

  .service-banner .maxwidth-banner {
    background: #08c !important;
    color: #fff
  }
    .banners-content .intro-text,
    .banners-content .text h1{
      color: #fff !important
    }

  .service-banner .maxwidth-banner .btn.btn-default {
    background: #fff;
    border-color: #fff;
    color: #333
  }

  .service-banner .maxwidth-banner .btn.btn-default:hover {
    background-color: #009ceb;
    border-color: #009ceb
  }

  .service-banner:not(.calc-banner) .maxwidth-banner .btn.btn-default.white2:not(:hover) {
    color: #fff !important;
    border: 1px solid #fff;
    background: 0 0
  }

  .service-banner .maxwidth-banner .btn.btn-default.white2:hover {
    color: #08c !important;
    border-color: #fff;
    background: #fff
  }

  .landing-call-form .form-wrapper {
    width: 100%;
    margin-left: 0
  }

  .landing-call-form .form-wrapper button[type=submit] {
    font-size: 14px
  }

  .landing-call-form .middle-text, .landing-page .big-text {
    font-size: 26px
  }

  .landing-call-form {
    background-size: cover;
    background-image: url(/images/landing2019/bg1m.jpg)
  }

  .landing-call-form .bottom-text {
    margin-bottom: 9rem
  }

  .landing-recount .form.inline {
    width: 100%
  }

  .landing-recount .bottom-text, .landing-recount .form-title {
    text-align: center
  }
  .drag-block.INSTAGRAMM_INDEX h3{
    text-align: center;
  }
  .banners-big__form{
    padding-top: 27px;
    margin-left: 0;
    width: 100%;
  }
    .insta-link__wrapper{
      text-align: center;
    }
  body {
    padding-top: 63px
  }

  #mobileheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
  }


  footer .bottom-middle {
    padding-top: 0;
    text-align: left
  }

  footer .bottom-menu {
    margin-top: 5px
  }

  .bottom-menu .items .wrap {
    max-height: 0;
    padding: 0 18px;
    font-size: 13px;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
  }
    .bottom-menu .items .wrap .item-link:first-child{
      padding-top: 10px
    }

  .bottom-menu.open .items .wrap {
    max-height: 500px
  }
  div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-vertical-side-wrap{
    margin: 0 !important
  }
  form.wqec-form div.wqec-elements.wqec-pic-on div.wqec-elements-inner{
    margin: 0 -14px !important;
  }

  footer .bottom-menu>.items>.item-link, footer .white_middle_text {
    margin-bottom: 0;
    border-bottom: 1px solid #3e454d;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    position: relative; 
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
  }

  footer .bottom-menu>.items>.item-link .item {
    margin-bottom: 0
  }

  footer .bottom-menu.open>.items>.item-link {
    border-color: transparent
  }

  footer .bottom-menu>.items>.item-link:after {
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 11px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    line-height: 21px;
    content: "\f107"
  }

  footer .bottom-menu.open>.items>.item-link:after {
    -webkit-transform: scale(-1);
    transform: scale(-1)
  }

  footer .bottom-menu .wrap .items .item-link {
    line-height: 1.1
  }

  footer .info .blocks {
    margin-bottom: 5px
  }

  footer .white_middle_text {
    border: 0;
    display: block;
    padding: 0
  }

  footer .info .phones .phone {
    padding-left: 20px;
    font-size: 14px
  }

  footer .info .blocks.phones .svg {
    left: 0
  }

  footer .info .address, footer .info .blocks.phones .svg svg {
    font-size: 12px
  }

  footer .info .email-wrapper {
    text-align: center;
    float: left
  }
  .popup.review-detail .reviews.item-views.front .item .image{
    display: none;
  }
  .popup.review-detail .reviews.item-views.front .item .header-block .text{
    padding-left: 0
  }
  .popup.review-detail .reviews.item-views.slider .item .title{
    width: 100%;
  }
  .popup.review-detail .item-views.reviews .title-wrapper.bottom-props .value{
    margin-top: 1px;
  }
  .popup.review-detail .reviews.item-views.front .item .header-block,
  .popup.review-detail .reviews.item-views.front .item .bottom-block{
    padding-left:  46px;
    padding-right: 46px;
  }
  .projects-blocks .head-block .info{
    text-align: center;
  }
  .projects-blocks .head-block .info .prop-block__wrapper{
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    justify-content: center!important;
  }
    .projects-blocks .head-block .info .prop-block{
      flex: 0 0 auto;
      width: auto;
      padding-right: calc(var(--bs-gutter-x)/ 2);
      padding-left: calc(var(--bs-gutter-x)/ 2);
    }
    .projects-blocks .head-block .info .prop-block--author{
      order: 1;
    }
    .projects-blocks .head-block .info .prop-block--orderer{
      min-width: 190px;
      order: 2;
    }
    .projects-blocks .head-block .info .prop-block--site{
      order: 3;
    }
 .projects-blocks .head-block .buttons-block {
 }
   .projects-blocks .head-block .buttons-block .block{
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      margin-left:  5px;
   }
  .projects-blocks .block .btn-lg{
    width: 200px;
  }

}

@media (max-width:520px) {
    .projects-blocks .head-block .info .prop-block{
      width: 100%;
    }
    .projects-blocks .head-block .info .prop-block--author{
      width: 50%;
      order: 1;
    }
    .projects-blocks .head-block .info .prop-block--orderer{
      width: 100%;
      order: 3;
    }
    .projects-blocks .head-block .info .prop-block--site{
      width: 50%;
      order: 2;
    }
  .projects-blocks .block .btn-lg{
    width: auto;
    padding: 10px ​13px 10px
  }

}
@media (max-width:575px) {
  .banners-content{
    margin-bottom: 15px
  }
  .banners-big.without-slider .title {
    font-size: 1.8em;
    line-height: 1.2;
  }
    .banners-big.without-slider .title br{
      display: none;
    }
  .banners-big.without-slider .text-block{
    line-height: 24px
  }

  .banners-big.without-slider .text .inner {
    padding-top: 17px
  }

  .banners-big.without-slider .flexslider, .landing-promo .banners-big.short-banner .flexslider {
    height: 784px
  }
    .banners-big .flex-viewport{
      height: 100%;
    }

  .banners-big.without-slider .flexslider video, .landing-promo video {
    height: 392px !important;
    margin-top: 0 !important;
    max-width: 999%;
    /*background-image: url(/images/landing2019/video-screen-md.jpg)*/
  }

  #mobileheader .phone {
    min-width: 100px;
    max-width: 300px;
    padding-right: 13px;
    gap: 3px;
    line-height: 1;
  }
  
  

  #mobileheader .phone svg {
    width: 12px
  }

  #mobileheader .phone a {
    font-size: 3.9vw
  }

  #mobileheader .phone span.whatsapp-tel ,
  #mobileheader .phone a.whatsapp-tel {
    right: 6px
  }
  .reviews.item-views.slider .item .link-block-more+.link-block-more{
    width: 100%;
    margin-left: 0;
  }
  .item-views.blocks .title_block .right_link_block{
    float: left;
    margin-bottom: 6px;
    width: 100%;
  }
  .list-type-block.item-views.staff .item .image:not(.pagging){
    width:  100px;
    height: 100px;
    padding: 0;
    margin-bottom: 0
  }
    body .list-type-block.item-views.staff-block .item>.body-info{
      padding-top: 5px;
    }
    .staff.item-views .item .post{
      text-align: center;
    }
  h2{
    line-height: 1.15
  }
  .detail blockquote{
    padding: 0 0 0 26px;
    border: 0 !important
  }
    .detail blockquote h4{
      float: none;
      display: block;
    }
    .detail blockquote .list.icons{
      display: block;
    }
    .detail blockquote h4{
      padding-left: 30px;
    }
      .detail blockquote::before{
        top: 5px;
        left: -1px;
        font-size: 53px;
        line-height: 39px;
      }
      ul.list.icons .fa{
        margin-left: -28px;
        margin-right: 11px;
      }
  .content > .col-md-12{
    padding-left:  0;
    padding-right: 0;
  }
  h5{
    line-height: 26px
  }
  .form .form-header .title{
    font-size: 1.9rem
  }
}

@media (max-width: 525px) {  
  #mobileheader .phone--has-icons{
    height: auto;
    max-width: max(160px, 44vw);
    line-height: 1.2;
  }
}


@media only screen and (max-width:480px) {
  #mobileheader .phone i {
    display: none
  }

  #mobileheader .logo {
    margin-left: -10px;
    margin-top: 1px
  }

  #mobileheader .phone a.tel {
    font-size: 16px
  }

  #mobileheader .phone {
    padding-right: 13px
  }
  .banners-big.without-slider .flexslider video{
    display: none !important;
  }
  .banners-big.without-slider .flexslider img.video-replacer{
  display: block !important;
    width: 100%;
    visibility: visible !important;
  }
  .banners-big.without-slider .text .inner{
    padding-top: calc(1vw*9)
  }
}

@media (max-width:470px) {
  .center-block .tizers_block .col-xs-6 {
    width: 100%;
    text-align: left
  }
}

@media only screen and (max-width:400px) {
  #mobileheader .logo {
    width: 140px;
    margin-left: -2px;
    margin-top: 1px
  }

  #mobileheader .phone a.tel {
    font-size: 14px
  }

  #mobileheader .phone {
    padding-right: 8px
  }
  .reviews.item-views.slider .item .title{
    display: block;
  }
  .reviews.item-views.slider .item .social_icon{
    margin: 0px 3px 3px 0px
  }
  h4{
    line-height: 26px;
  }
  .module_products_list tr td:first-child{
    padding-left: 9px;
  }
  .module_products_list td.info-td{
    padding-right: 9px;
  }
}

@media only screen and (max-width:370px) {

  .banners-big.without-slider .text .inner{
    padding-top: calc(12vw)
  }
  footer .contact-block .col-xs-6 {
    width: 100%;
    text-align: center
  }
  footer .white_middle_text {
    text-align: center
  }
  #mobileheader .phone a.tel {
    font-size: 13px
  }
  #mobileheader .burger{
    width: 42px;
  }
  #mobileheader .logo {
    max-width: 120px;
  }
  h2{
    line-height: 28px;
  }
  .banners-big.without-slider .title{
    font-size: 1.6em;
  }
  .form .licence_block--text{
    font-size: 11px;
  }
  .banners-big.without-slider .flexslider, .landing-promo .banners-big.short-banner .flexslider {
    height: 778px;
  }
  .reviews.item-views.slider .item{
    padding-left: 32px;
  }
  .reviews.item-views.slider .item .preview-text{
    font-size: 14px
  }
  .reviews.item-views.slider .item .preview-text-wrapper .quote{
    left: -21px;
  }
    .reviews.item-views.slider .item .preview-text-wrapper .quote .svg svg{
      width: 13px;
    }
  .reviews.item-views.slider .item .image{
    display: none;
  }
  .reviews.item-views.slider .table_block .image+.text{
    padding-left: 0
  }
  .postload-reviews{
    position: relative;
    overflow: hidden;
  }
  .ram-calc__value-image{
    width:  80px;
    height: 80px;
    line-height: 72px;
  }
  .ram-calc__calculation{
    text-align: left;
    font-size: 16px
  }
  .detail blockquote img{
    max-width: 100px !important;
    height: auto !important;
  }
  .banners-big.without-slider .text-block{
    font-size: 14px;
    line-height: 1.48
  }
  .banners-big .btn{
    padding-left:  12px;
    padding-right: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }
}