@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
* {
  font-family: 'Roboto', sans-serif !important;
}
.fa {
  font-family: FontAwesome !important;
}
body {
  font: 13px/20px 'Roboto', sans-serif !important;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #888888;
}
button {
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
input[type='submit'] {
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
input[type='button'] {
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
.basket_button {
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
.basket_button span {
  text-transform: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
h1 {
  color: #383838;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  padding-bottom: 25px;
  padding-right: 0;
}
h1.shifted {
  padding-right: 200px;
}
h2 {
  color: #383838;
  line-height: 20px;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 24px;
}
h3 {
  color: #383838;
  margin: 0 0 23px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
h3 a {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
h4 {
  color: #383838;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 23px;
}
h5 {
  color: #383838;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 23px;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a h3 {
  display: inline-block;
}
img {
  border: 0;
}
blockquote {
  color: #383838;
  font-size: 13px;
  margin: 43px 0 45px;
  min-height: 40px;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
}
blockquote:before {
  bottom: 3px;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: 3px;
  width: 3px;
  background-color: #ddd;
}
.medium {
  font-weight: 500;
  font-size: 14px;
}
hr {
  border: 0;
  height: 1px;
  margin: 20px 0;
  background: #E5E5E5;
}
p {
  color: #888888;
  font-size: 13px;
  margin: 0px 0px 20px;
}
table {
  border-collapse: collapse;
}
ol {
  counter-reset: li;
}
ol li {
  position: relative;
}
ol li:before {
  content: counter(li) ". " !important;
  counter-increment: li;
  padding-right: 0 !important;
  color: #383838;
}
ul li:before {
  content: "\25CF";
  color: #383838;
}
li {
  list-style-type: none;
}
.big_text {
  font-size: 18px;
  font-weight: 500;
}
.middle_text {
  font-size: 14px;
}
hr.long {
  margin: 35px 0px 30px;
}
.border_block_wide {
  border: 1px solid #e5e5e5;
  padding: 9px 38px 34px;
}
.border_block_wide .props_list {
  width: 100%;
}
.border_block_wide .props_list td {
  padding-top: 6px;
  border-bottom: 1px dotted #c3c3c3;
}
.border_block_wide .props_list td:first-child {
  font-size: 14px;
}
.border_block_wide .props_list td:first-child .txt {
  padding-right: 28px;
}
.border_block_wide .props_list td:last-child {
  font-size: 16px;
  font-weight: bold;
}
.border_block_wide .props_list td:last-child .txt {
  padding-left: 29px;
}
.border_block_wide .props_list td .txt {
  padding-left: 14px;
}
.border_block_wide .props_list td > span {
  bottom: -11px;
  background: #FFF;
  padding: 0px 0px 0px 10px;
  display: inline-block;
}
.border_block_wide .props_list td > .txt {
  bottom: -11px;
  background: #FFF;
  padding: 0px 0px 0px 10px;
  display: inline-block;
}
.border_block_wide .props_list tr td:first-child > span:before {
  content: "";
  display: block;
  position: absolute;
  background: #ddd;
  left: 1px;
  top: 10px;
  width: 2px;
  height: 2px;
}
.border_block_wide .props_list tr td:first-child > .txt:before {
  content: "";
  display: block;
  position: absolute;
  background: #ddd;
  left: 1px;
  top: 10px;
  width: 2px;
  height: 2px;
}
table.props_list {
  border-collapse: collapse;
  border: 0px;
}
table.table td {
  padding: 10px;
}
table[data-bx-no-border="Y"] td {
  border: 0px;
  border-bottom: 1px dotted #c3c3c3;
}
.props_list td {
  text-align: right;
  padding: 2px 0px 2px 10px;
  font-size: 13px;
}
.props_list td > span {
  position: relative;
  background: #FFF;
  padding: 0px;
  display: inline-block;
  color: #666;
}
.props_list td > .txt {
  position: relative;
  background: #FFF;
  padding: 0px;
  display: inline-block;
  color: #666;
}
.props_list tr td:first-child {
  text-align: left;
  padding-right: 10px;
  padding-left: 0px;
}
.props_list tr td:first-child > span {
  padding-right: 12px;
  position: relative;
}
.props_list tr td:first-child > .txt {
  padding-right: 12px;
  position: relative;
}
.props_list tr td:first-child > .txt:before {
  top: 9px;
  width: 3px;
  height: 3px;
}
.props_list tr td:first-child > span.whint {
  padding-right: 32px;
}
.tizer_bold_text {
  font-weight: 600;
  font-size: 18px;
}
.tizer_text {
  font-size: 16px;
}
header .wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
header .wrapper > .left {
  float: left;
}
header .wrapper > .right {
  float: right;
  width: calc(100% - 690px);
}
header .logo {
  float: left;
}
header .slogan,
header .slogan h1 {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  margin-left: 160px;
  padding-top: 8px;
}
header .slogan div,
header .slogan h1 div {
  margin-bottom: 7px;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
header .slogan h1 {
  margin-left: 0;
  padding-top: 0;
}
header .phone-wrapp {
  float: right;
  text-align: right;
}
header .phone-wrapp a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}
header .phone-wrapp a:hover {
  color: #093a4b;
}
header .basket_wrapp {
  padding-top: 5px;
  margin: 0;
  margin-right: 222px;
}
header .basket_wrapp .wrapp_all_icons {
  width: auto !important;
  padding: 0 !important;
  float: right;
}
header .basket_wrapp .header-cart {
  float: none;
}
header .basket_wrapp .basket_block .link {
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
header .basket_wrapp .wraps_icon_block {
  display: none;
}
header .basket_wrapp .wraps_icon_block::before {
  display: none;
}
header .basket_wrapp .basket_block {
  box-sizing: border-box;
  float: none;
  padding: 15px 25px 35px 65px;
  background: url("/local/templates/aspro_optimus_shtrih_atoll/images/user-cart.png") no-repeat 15px center;
  border-radius: 5px;
  border: 2px solid #c3d1d7;
  transition: all 0.3s ease;
}
header .basket_wrapp .basket_block:hover {
  border-color: #104861;
}
header > .wrapper_inner > .wrapper {
  overflow: visible;
}
.search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  float: left;
  margin-top: 29px;
}
.search .form-control1 {
  position: relative;
}
.search input[type="text"] {
  width: 100%;
  line-height: 19px !important;
  padding: 7px 13px;
  padding-right: 35px;
}
.search input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 3px;
  width: 32px;
  padding: 6px 16px !important;
  background: url("/local/templates/aspro_optimus_shtrih_atoll/images/search.png") no-repeat center;
  cursor: pointer;
}
/*.scroll-to-fixed-fixed{
  left: 0 !important;
}*/
header .callback_btn,
footer .callback_btn {
  margin-top: 16px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #c12a28;
  background-color: #ffffff;
  color: #c12a28;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 10px;
  display: block;
}
header .menu_top_block li.catalog:after,
.left_menu > li.has-childs > a:after,
.menu_top_block li.catalog > a:before {
  content: '' !important;
  display: none !important;
}
body .menu_top_block.catalog_block .dropdown > li.full:first-child > a {
  border-top-width: 1px !important;
}
.catalogfirst > li.catalog > a {
  color: #fff !important;
}
.catalogfirst > li.catalog:hover > ul.dropdown {
  display: block !important;
}
.catalogfirst > li.catalog:hover > ul.dropdown li:hover ul {
  display: block !important;
}
/*.front_page{
  .catalogfirst{
    &>li{
      &>a{
        background: #0c4c61 ;
      }
    }
  }
}*/
.header_wrap #header .catalog_menu .inc_menu {
  position: relative;
  z-index: 1;
  /*padding-left: 0 !important;*/
  width: 100%;
  background: #f5f5f5 !important;
  padding-left: 140px !important;
}
.header_wrap #header .catalog_menu .inc_menu li:hover > a {
  background: #0a4153 !important;
  color: #fff !important;
}
.header_wrap #header .catalog_menu .inc_menu a:hover {
  background: #0a4153 !important;
  color: #fff !important;
}
.header_wrap #header .catalog_menu .inc_menu .has-child:nth-child(6n):before {
  display: none;
}
.header_wrap #header .catalog_menu .menu_top_block > li.more > a::before {
  background: url(/local/templates/aspro_optimus_shtrih_atoll/images/ai.png) -118px -10px no-repeat;
}
.header_wrap #header .catalog_menu .catalog_menu_ext {
  width: auto !important;
}
.header_wrap #header .catalog_menu .catalog_menu_ext ul.menu > li {
  text-align: center !important;
  width: auto !important;
}
.header_wrap #header .catalog_menu .catalog_menu_ext ul.menu > li:after {
  display: none !important;
}
.header_wrap #header .catalog_menu .catalog_menu_ext ul.menu > li:hover > a {
  background: #0a4153 !important;
  color: #fff !important;
}
.header_wrap #header .catalog_menu .catalog_menu_ext ul.menu > li > a {
  padding-left: 40px;
  padding-right: 40px;
  color: #000 !important;
  background: #f5f5f5 !important;
}
.header_wrap #header .catalog_menu .catalog_menu_ext ul.menu > li > a:hover {
  background: #0a4153 !important;
  color: #fff !important;
}
.header_wrap #header .catalog_menu .catalog_menu_ext ul.menu > li.current > a {
  background: #0a4153 !important;
}
.header_wrap #header .catalog_menu ul.menu > li {
  background: #f5f5f5 !important;
}
.header_wrap #header .catalog_menu ul.menu > li > a {
  color: #000000 !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.header_wrap #header .catalog_menu ul.menu > li.current > a {
  color: #fff !important;
}
.menu_top_block > .has-child {
  position: relative;
}
.menu_top_block > .has-child:hover:before {
  display: none;
}
.menu_top_block > .has-child::before {
  content: '' !important;
  position: absolute;
  top: 7px;
  right: -2px;
  height: 33px;
  width: 1px;
  background-color: #104861 !important;
  opacity: 1 !important;
  z-index: 2;
}
.menu_top_block > .has-child.current:before {
  display: none;
}
.menu_top_block li.catalog > a:after,
.menu_top_block li.catalog > a:before {
  content: '';
}
.tour-3d {
  border-radius: 5px;
  border: 2px solid #c3d1d7;
  width: 170px;
  display: block;
  margin-bottom: 60px;
  margin-top: 30px;
  color: #147081;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 10px;
  box-sizing: border-box;
}
h2 {
  color: #147081;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 29px;
  text-transform: uppercase;
  margin: 0;
}
.wraps .left_block {
  padding-top: 15px;
  width: 180px;
}
.wraps .left_block .menu_top_block.catalog_block {
  margin: 0;
}
.wraps .right_block {
  padding-left: 210px;
}
.left_block_contacts h2 {
  padding-bottom: 15px;
}
.left_block_contacts a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.left_block_contacts > a {
  text-transform: lowercase;
}
.left_block_contacts .address {
  margin-top: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAPCAYAAAAyPTUwAAABMElEQVQoU3WRzU0DMRCFv0GbM5HYSByTClgqIB0AFQAVYBpg7Q5MB1BBUkKoAKiAcEPKSmzOrDAarxMcBHPYH/u9eaNvhFSHxo4/oQaZCowDLCEsBuDevV2qTPRRGjsFmQHDjTl7txDOG28Xoh075CkTroFnoAL2k6ktCMcyMu4+wEWKeVj5+lK/h8YOB4jP76Q0rk0d1o2vd8ZQQ4HovJrQqjikqMfG19PfM5fGLYCTmFwap/MdqbMjTFpvNSlW6vyRfl/kwDgvcN0fyLzj60oNvXBvBiGmBbiTkbFV6GlsSxkr6/ysIEwSZzcHTv9g3OdBpBTFifXrP+J1Qah0i1GsVRpniev+XXLT+FufEn4uc0zpdAfntnOGarOEt45Q5Sh3xGpIdOZCOFt5qzvY1jdLX3Rn8jc7VQAAAABJRU5ErkJggg==') top left no-repeat;
  padding-left: 13px;
  max-width: 175px;
}
.affiliate-title {
  padding: 5px 0 20px;
  font-size: 16px;
  color: #000;
}
.left_block_catalog {
  margin-bottom: 40px;
}
.left_block_catalog .menu_top_block.catalog_block .dropdown > li.full > a {
  color: #000;
  background: #fff;
  font-size: 16px;
}
.subscribe_wrap {
  margin-bottom: 40px;
}
.subscribe_wrap .subscribe-form {
  background: #fff;
}
.subscribe_wrap .subscribe-form .wrap_bg {
  border: none;
  padding: 0;
}
.b-question_left .ask_small_block .ask_btn_block {
  padding: 12px 12px;
  border: none;
}
.b-question_left .ask_small_block .ask_btn_block a {
  background: #147081;
  color: #ffffff;
  font-size: 14px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.b-question_left .ask_small_block .description {
  padding: 0 12px 12px 12px;
  color: #000;
  font-size: 13px;
}
.news_blocks.front {
  margin-bottom: 40px;
  border: none;
  padding: 0;
}
.news_blocks.front .info_block .item,
.news_blocks.front .info_block .item:last-child {
  border: 1px solid #c3d1d7;
  border-bottom: none;
  margin: 0;
  padding: 12px;
  font-size: 14px;
}
.news_blocks.front .info_block + a {
  display: block;
  border: 1px solid #c3d1d7;
  margin: 0;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}
.our-advantages {
  margin-top: 83px;
}
.our-advantages h2 {
  text-align: center;
}
.our-advantages ul {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-between;
}
.our-advantages .advantage {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 16px;
  padding-top: 100px;
  padding-left: 0;
  min-width: 100px;
}
.our-advantages .advantage:before {
  content: '';
}
.our-advantages .advantage.advantage-1 {
  background: url('/static/img/advantages/advantage-1.png') top center no-repeat;
}
.our-advantages .advantage.advantage-2 {
  background: url('/static/img/advantages/advantage-2.png') top center no-repeat;
}
.our-advantages .advantage.advantage-3 {
  background: url('/static/img/advantages/advantage-3.png') top center no-repeat;
}
.our-advantages .advantage.advantage-4 {
  background: url('/static/img/advantages/advantage-4.png') top center no-repeat;
}
.our-advantages .advantage.advantage-5 {
  background: url('/static/img/advantages/advantage-5.png') top center no-repeat;
}
.our-advantages .advantage.advantage-6 {
  background: url('/static/img/advantages/advantage-6.png') top center no-repeat;
}
.news_akc_block {
  margin-top: 83px;
}
.news_akc_block h2,
.news_akc_block h3 {
  text-align: center;
}
.news_akc_block h3 {
  margin: 0 0 22px 0;
}
.expert-consult {
  display: flex;
  width: 100%;
  margin-top: 42px;
  justify-content: space-around;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}
.expert-consult .block-title {
  font-size: 20px;
  color: #000;
  align-self: center;
}
.expert-consult .phone {
  font-size: 25px;
  color: #000;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABY0lEQVQ4T52UUU7CQBCG/0F8lsSS+CacAD2B9Qa9gXqD9QLs7g3GE4gnIJ5AvUGPAG8m1ATfq2OmFrJAKS2TtA/d/b/O7PyzBAB9465+QVMCBoBwDvglu6WutQlSkIDeAPQCoc/YujYg3UuR8TMAl6FQgNkX2+ExMKkSdSHDT3b6o8ZRmdm/mh4zHnNjUlnmO4CbXZHcZux0rXFQ3/iJAHehgoCXBdv7xpRyI50blxBoGgozttQWVByMviLj1VNnKwCBHhY8nrQFFrCKUtOM7fVRsAvjBjkoDbMD0Nq467OJjFfH281GtCt3DesZ1+uC1AqjrfJcxtaH3yLjYiIanYi8hsbe6FoJVNevm1FCUiHwqchHjs4zIPEKrqNHwCSHPO1YoBx8zXAbWNsPAXZhqqgpuRa415wl0ADQp0mW84NOV9v8gJwASQ30myDxQVhYl45eB5RIcSMXl6l2fk6QZMEu/QPyvnjWqQJOLwAAAABJRU5ErkJggg==') no-repeat left center;
  padding-left: 30px;
  align-self: center;
}
.expert-consult a {
  display: block;
  border-radius: 5px;
  background-color: #147081;
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
  align-self: center;
}
.expert-consult-wrapper {
  margin-top: 40px;
}
.expert-consult-wrapper h2 {
  text-align: center;
  color: #000;
}
.expert-consult-wrapper .expert-consult {
  margin-top: 0;
  background: #147081;
  color: #fff;
  padding: 40px 20px;
}
.expert-consult-wrapper .expert-consult .block-title,
.expert-consult-wrapper .expert-consult .phone,
.expert-consult-wrapper .expert-consult .button.vbig_btn.wides {
  color: #fff;
}
div.wrapper_inner1.wides.float_banners {
  margin-top: 83px;
}
div.wrapper_inner1.wides.float_banners h2 {
  text-align: center;
}
div.wrapper_inner1.wides.float_banners .start_promo.other .wide50 {
  width: 25%;
}
div.wrapper_inner1.wides.float_banners .item {
  text-align: center;
}
div.wrapper_inner1.wides.float_banners .item img {
  position: relative;
  left: auto;
}
div.wrapper_inner1.wides.float_banners .item:not(.touch_class):hover .scale_block_animate,
div.wrapper_inner1.wides.float_banners .touch_class .scale_block_animate {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
div.wrapper_inner1.wides.float_banners .wrap_tizer {
  bottom: 5px;
}
div.wrapper_inner1.wides.float_banners .wrap_tizer .wrapper_inner_tizer {
  padding: 0;
}
div.wrapper_inner1.wides.float_banners .wrap_tizer .wrap_outer {
  background: none;
}
div.wrapper_inner1.wides.float_banners .wrap_tizer .wrap_outer .outer_text {
  background: none;
}
div.wrapper_inner1.wides.float_banners .wrap_tizer .wrap_outer .inner_text {
  background: none !important;
  color: #147081;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding-top: 10px;
}
.front-catalog.bx_catalog_tile {
  margin-top: 41px;
  padding-top: 61px;
  border-top: 1px solid #c3d1d7;
  margin-bottom: 51px;
  border-bottom: 1px solid #c3d1d7;
}
.front-catalog.bx_catalog_tile h2 {
  text-align: center;
}
.front-catalog.bx_catalog_tile .bx_catalog_tile_img {
  border: none;
}
.front-catalog.bx_catalog_tile .bx_catalog_tile_ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.front-catalog.bx_catalog_tile .bx_catalog_tile_ul > li {
  width: 33.33%;
  padding-bottom: 10px;
}
.front-catalog.bx_catalog_tile .bx_catalog_tile_ul > li:hover {
  border: none;
}
.front-catalog.bx_catalog_tile .bx_catalog_tile_title a {
  color: #147081;
  font-size: 18px;
  font-weight: 500;
}
.projects-and-partners {
  margin: 80px 0 60px;
}
.projects-and-partners h2 {
  text-align: center;
  text-transform: uppercase;
}
.projects-and-partners .projects-and-partners-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.projects-and-partners .projects-and-partners-wrapper > div {
  width: 11.1111%;
  text-align: center;
}
.front-ready-solutions {
  margin-top: 80px;
}
.front-ready-solutions h2,
.front-ready-solutions h3 {
  text-align: center;
}
.front-ready-solutions h2 {
  padding-bottom: 20px;
}
.front-ready-solutions h3 {
  padding-bottom: 14px;
}
.front-ready-solutions .bx_catalog_tile_ul {
  display: flex;
  flex-wrap: wrap;
}
.front-ready-solutions .bx_catalog_tile_ul > li {
  display: block;
  width: 25%;
  border-left: 1px solid #c3d1d7;
  border-bottom: 1px solid #c3d1d7;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.front-ready-solutions .bx_catalog_tile_ul > li:hover {
  border: none;
  border-left: 1px solid #c3d1d7;
  border-bottom: 1px solid #c3d1d7;
}
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(1),
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(2),
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(3),
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(4) {
  border-top: 1px solid #c3d1d7;
}
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(1):hover,
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(2):hover,
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(3):hover,
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(4):hover {
  border-top: 1px solid #c3d1d7;
}
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(4n),
.front-ready-solutions .bx_catalog_tile_ul > li:last-child {
  border-right: 1px solid #c3d1d7;
}
.front-ready-solutions .bx_catalog_tile_ul > li:nth-child(4n):hover,
.front-ready-solutions .bx_catalog_tile_ul > li:last-child:hover {
  border-right: 1px solid #c3d1d7;
}
.front-ready-solutions .bx_catalog_tile_ul .bx_catalog_tile_img {
  border: none;
}
.front-ready-solutions .bx_catalog_tile_ul h4 a {
  color: #147081;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
.page-ready-solutions {
  margin-top: 20px;
}
.page-ready-solutions h3.bx_sitemap_li_title {
  color: #147081;
  font-size: 24px;
  font-weight: 700;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 45px;
}
.page-ready-solutions .bx_sitemap_ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #87a3b0;
}
.page-ready-solutions .bx_sitemap_ul > li {
  border-bottom: none;
}
.page-ready-solutions table {
  width: 100%;
}
.page-ready-solutions table td {
  color: #000000;
  font-size: 20px;
  border-collapse: collapse;
  border-top: 1px solid #87a3b0;
  border-bottom: 1px solid #87a3b0;
  padding: 10px 60px;
}
.page-ready-solutions table td:first-child {
  width: 50%;
}
.page-ready-solutions table td:nth-child(2) {
  color: #147081;
}
.page-ready-solutions table td:last-child {
  width: 25%;
}
.page-ready-solutions table thead td {
  color: #87a3b0;
  font-size: 16px;
  border-top: none;
}
.page-ready-solutions .egais {
  color: #87a3b0;
  font-size: 20px;
  font-weight: 400;
  padding: 0 10px;
}
.ready-solutions-page .section-description {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.ready-solutions-page .section-description img {
  float: right;
  margin-left: 20px;
}
.ready-solutions-page .section-description .equinox {
  margin-top: 30px;
}
.ready-solutions-page .price-btn {
  border-radius: 5px;
  border: 1px solid #147081;
  color: #000000;
  font-size: 16px;
  padding: 5px 15px;
  margin: 0 auto;
}
.ready-solutions-page .ready-solutions-block {
  color: #000;
  /*    .description{
          max-width: 800px;
        }*/
}
.ready-solutions-page .ready-solutions-block table {
  width: 100%;
}
.ready-solutions-page .ready-solutions-block > .item {
  margin-top: 100px;
}
.ready-solutions-page .ready-solutions-block .price-title {
  color: #87a3b0;
  font-size: 24px;
  line-height: 25px;
  padding-top: 50px;
}
.ready-solutions-page .ready-solutions-block h3 {
  color: #147081;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 0;
}
.ready-solutions-page .ready-solutions-block table thead tr {
  border-top: none;
}
.ready-solutions-page .ready-solutions-block table thead tr td {
  color: #87a3b0;
  font-size: 16px;
}
.ready-solutions-page .ready-solutions-block table tr {
  border-top: 1px solid #c3d1d7;
}
.ready-solutions-page .ready-solutions-block table tr td {
  padding: 15px 0;
}
.ready-solutions-page .ready-solutions-block table tr td:first-child {
  padding-right: 20px;
  text-align: center;
}
.ready-solutions-page .ready-solutions-block table tr td:last-child {
  width: 150px;
  text-align: center;
}
.ready-solutions-page .ready-solutions-block table tr.sum {
  border-top: 3px solid #c3d1d7;
}
.ready-solutions-page .ready-solutions-block table tr.sum td {
  color: #147081;
  font-size: 26px;
  font-weight: 500;
  line-height: 50px;
}
.ready-solutions-page .ready-solutions-block table tr.sum td:last-child {
  /*text-align: right;*/
}
.ready-solutions-page .ready-solutions-block .item-contact-description {
  border-top: 1px solid #c3d1d7;
  padding-top: 15px;
}
.ready-solutions-page .ready-solutions-block .js-spinner {
  text-align: center;
}
.ready-solutions-page .ready-solutions-block input[type="number"] {
  border-radius: 5px;
  border: 1px solid #87a3b0;
  background-color: #ffffff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 5px 10px;
  text-align: center;
}
.ready-solutions-page .ready-solutions-block .price-td {
  color: #147081;
  font-size: 20px;
  padding: 5px 20px;
  min-width: 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.ready-solutions-page .ready-solutions-block .sumOfferPrice {
  color: #147081;
  font-size: 20px;
  font-weight: 500;
}
.ready-solutions-page .ready-solutions-block thead .price-td {
  color: #87a3b0;
  font-size: 16px;
}
#pagetitle + .expert-consult {
  margin-top: 0;
}
.expert-consult-section-bottom {
  background: #147081;
}
.expert-consult-section-bottom .expert-consult {
  display: block;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.expert-consult-section-bottom .block-title {
  font-size: 18px;
  font-weight: 400;
  float: left;
  min-width: 520px;
}
.expert-consult-section-bottom .block-title img {
  float: left;
  margin-right: 10px;
}
.expert-consult-section-bottom .block-title b {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
.expert-consult-section-bottom .block-title .text {
  padding-top: 18px;
}
.expert-consult-section-bottom .pdf {
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding-top: 9px;
  width: 165px;
}
.expert-consult-section-bottom .pdf .fa {
  font-size: 64px;
  padding-right: 5px;
  display: block;
  float: left;
}
.expert-consult-section-bottom a {
  margin-top: 18px;
  border: 1px solid #fff;
  display: block;
  float: right;
}
footer .soc_wrapper .dark_link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
footer .right_block {
  padding-left: 0;
}
footer .order_wrap_btn {
  display: block;
}
footer .copyright_block {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
footer .copyright_block .copyright {
  float: left;
}
footer .copyright_block .pay_system_icons {
  margin-left: 30px;
}
footer .submenu .menu_item a {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
footer .address,
footer .mail,
footer .phone {
  color: #000000;
  font-size: 16px;
  padding: 8px 0;
}
footer .address i,
footer .mail i,
footer .phone i,
footer .address span,
footer .mail span,
footer .phone span {
  margin-right: 6px;
}
footer .allgood-copy {
  margin-top: -38px;
  position: relative;
  z-index: 9;
}
footer .allgood-copy a {
  text-decoration: underline;
}
.bx_banner_container {
  height: 50px;
  width: 100%;
  background: url('/local/components/atoll/eshop.banner/templates/years15/images/ru/content.jpg') top center;
}
h2 {
  line-height: 1;
}
body .wrapper .top_slider_wrapp .flexslider,
body .wrapper .top_slider_wrapp .flexslider .slides > li,
body .wrapper .top_slider_wrapp .flexslider .slides > li td {
  -webkit-background-size: contain;
  background-size: 100% !important;
}
.top_slider_wrapp .flexslider .slides > li::after {
  display: none !important;
}
.inc_menu .menu.top.menu_top_block.catalogfirst {
  /*    &>li{
          &:first-child{
            display: none;
          }
        }*/
}
.slick-wrapper {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.slick-wrapper .slick-item {
  padding: 0 5px;
}
.slick-wrapper .slick-prev {
  left: 20px;
  z-index: 99;
}
.slick-wrapper .slick-next {
  right: 20px;
  z-index: 99;
}
html .top-h-row .menu.topest {
  width: 60%;
}
.popup .form.CEO .form_desc {
  margin-top: 0;
}
.feedbacks-list article h3 {
  margin-bottom: 10px;
}
.feedbacks-list article + article {
  margin-top: 40px;
}
.form.inline.REVIEW {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #888888;
}
table.zebra {
  margin: 20px 0;
}
table.zebra tr {
  border: 1px solid;
}
table.zebra tr:nth-child(2n) {
  background: #dae9ec;
}
table.zebra td {
  padding: 4px;
}
table.zebra h3 {
  margin: 10px 0;
  font-weight: 700;
}
.link-whsp{
    position: absolute;
    left: -18px;
    top: 2px;
}
.phone-block{
    position: relative;
}
.warn-info-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #F7F7F7;
  z-index: 1000;
  padding: 10px;
}
.warn-info-wrap .wrap{
    display: flex;
    max-width: 1210px;
    margin: 0 auto;
    align-items: center;
}
.warn-text {
  margin-right: 25px;
}
/*# sourceMappingURL=styles.css.map */