/** {
  cursor: pointer;
} */

.buy_btn,
.mobile-table__list,
.js-mobile-table-row,
.product-size__item,
.mobile-menu,
.mobile-menu__btn,
.mobile-menu__item,
.mobile-menu__link,
.order .close{
  /*this prevents touchstart on buy button */
  cursor: pointer;
}
.msk_delivery_address_comment {
  height: 20px;
}
#new_models_div {
    height: 200px;
    overflow: hidden;
}

#d3model {
  width: 443px;
  height: 381px;
}

#d3model iframe {
  width: 443px;
  height: 381px;
}

#d3model_thumb {
  width: 50px;
  height: 50px;
}

.mobile-table_main {
  width: 93%;
  margin: 0 auto 14px;
}
.mobile-table__row {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1885c4;
}
.mobile-table__row_state_active .mobile-table__arrow {
  border-top: 10px solid #1885c4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
}
.mobile-table__arrow {
  position: absolute;
  top: 5px;
  right: 20px;
  border-top: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #1885c4;
}
.mobile-table__list:first-child .mobile-table__list-title {
  padding-right: 35px;
}
.mobile-table__list-title {
  padding: 0 0 5px;
  font: 14px directcn, Arial, sans-serif;
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
.mobile-table__list-text {
  display: none;
  padding: 3px 0 5px;
  font: 12px directcn, Arial, sans-serif;
  line-height: 14px;
  font-weight: 700;
  color: #666;
}
.mobile-table__list-text_small-alert {
  color: #f00;
}
.show-more {
  display: none;
  font: 15px directcn, Arial, sans-serif;
}
.show-more__link {
  font-weight: 700;
  color: #3695cb;
  text-decoration: underline;
  cursor: pointer;
}
.show-more__link:hover {
  text-decoration: none;
}

.popup_bg {
  display: none;
}
.table-popup_delivery {
  position: absolute;
}

#templates {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .show-more {
    display: inline;
  }
  #up_submit_area {
    display: none;
  }
  #new_models_div {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #content {
    padding-top: 15px;
  }
  #content .content .crumbs_menu {
    position: static;
    padding-left: 3.7%;
    padding-right: 3.7%;
  }
  #content .content .catalog .bottom-text {
    /*position: absolute;*/
    bottom: 15px;
    padding: 0 15px;
    text-align: left;
  }
  #content .content .catalog .title2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 3.7%;
    padding-right: 3.7%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
  }
  #content .content .catalog .cat_info .r_cat_info {
    height: auto;
    bottom: 20px;
    left: 4%;
  }
  #content .content .catalog .cat_info .r_cat_info .video,
  #content .content .catalog .cat_info .r_cat_info .pic,
  #content .content .catalog .cat_info .r_cat_info .pic img {
    max-width: 190px;
    width: 190px;
    height: 108px;
  }
  #content .content .catalog .cat_info .r_cat_info .questions {
    bottom: 29px;
    left: 194px;
    width: 162px;
    height: 72px;
    padding: 4px;
  }
  #content .content .catalog .cat_info .l_cat_info {
    padding-left: 3.7%;
    padding-right: 3.7%;
    width: 96%;
  }
  #content .content .catalog .cat_info .l_cat_info .cat_nav .cat_nav_title,
  #content .content .catalog .cat_info .l_cat_info .cat_nav .prev,
  #content .content .catalog .cat_info .l_cat_info .cat_nav .same_nav,
  #content .content .catalog .cat_info .l_cat_info .cat_nav .next {
    display: none;
  }
  #content .content .catalog .cat_info .l_cat_info .cat_nav .text {
    padding-top: 10px;
    font-size: 14px;
  }
  #content .content .catalog .cat_info .l_cat_info .cat_nav .link {
    font-size: 14px;
  }
  #content .content .catalog .cat_info .l_cat_info .title_list li .redlink,
  #content .content .catalog .cat_info .l_cat_info .title_list li .link {
    padding: 2px 10px;
    background: #278dc8;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
  }
  #content .content .catalog .cat_info .l_cat_info .title_list li .redlink:hover,
  #content .content .catalog .cat_info .l_cat_info .title_list li .link:hover {
    background: #10c1d5;
    color: #fff !important;
    font-size: 13px !important;
  }
  #content .content .catalog .cat_nav2 {
    /*position: absolute;*/
    display: table;
    bottom: 135px;
    margin-left: 3.7%;
    margin-right: 3.7%;
  }
  #content .content .catalog .cat_nav2 .cat_nav_title {
    display: none;
  }
  #content .content .catalog .cat_nav2 .same_nav {
    display: table-cell;
    float: none;
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  #content .content .catalog .cat_nav2 .same_nav li {
    display: inline-block;
    float: none;
    margin: 0 4%;
  }
  #content .content .catalog .cat_nav2 .prev,
  #content .content .catalog .cat_nav2 .next {
    display: table-cell;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
  }
  #content .video .play {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 {
    margin-top: 17px;
    padding-left: 3.7%;
    padding-right: 3.7%;
    height: auto;
  }
  /*#content .catalog .tovar_items2_catalog {
    padding-bottom: 170px;
  } */
}
@media only screen and (max-width: 767px) {
  .legacy_prod {
    padding-left: 15px;
  }
  #content .catalog .tovar_items2 .tovar_item {
    margin-right: 5px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    width: 49%;
    height: 272px;
  }
  #content .catalog .tovar_items2 .tovar_item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .new,
  #content .catalog .tovar_items2 .tovar_item .hit,
  #content .catalog .tovar_items2 .tovar_item .sale {
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .pic {
    width: 93%;
  }
  #content .catalog .tovar_items2 .tovar_item .pic a {
    display: block;
  }
  #content .catalog .tovar_items2 .tovar_item .pic img {
    width: 100%;
    height: 125px;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .tovar_url {
    padding-left: 7px;
    padding-right: 7px;
    height: 3em;
  }
  #content .catalog .tovar_items2 .tovar_item .tovar_url .tovar_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .left {
    position: static;
    float: left;
    margin-left:8px;
    margin-top: 10px;
    width: 130px;
  }
  #content .catalog .tovar_items2 .tovar_item .left .age {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #content .content .catalog .tovar_items .tovar_item .left .old_cost,
  #content .catalog .tovar_items2 .tovar_item .left .old_cost {
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    width: 100%;
    height: 33px;
    background: url("/templates/babybrick/img/btn4_red-mobile.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .not_now {
    position: static;
    margin-top: 10px;
    margin-left: 2px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  #content .catalog .tovar_items2 .tovar_item .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .buy {
    position: static;
    margin-top: 20px;
    margin-left: 7px;
    width: 92%;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .buy .cost {
    padding-top: 0;
    padding-left: 5px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .buy .cost .same_cost {
    font-size: 16px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #content .catalog .tovar_items2 .tovar_item .buy .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 84px;
    height: 35px;
    background-size: cover;
  }
  #content .catalog .tovar_items2 .tovar_item .buy .buy_btn:active {
    opacity: 0.6;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media only screen and (max-width: 1024px) {
  /*#content .catalog .tovar_items2_catalog {
    padding-bottom: 170px;
  } */
  #content .catalog .r_cat_info {
    position: absolute;
    height: 165px;
    bottom: 45px;
    left: 5px;
  }
  #content .catalog .r_cat_info .text6 {
    display: none;
  }
  #content .catalog .r_cat_info .video,
  #content .catalog .r_cat_info .pic,
  #content .catalog .r_cat_info .pic img {
    max-width: 220px;
    width: 220px;
    height: 165px;
  }
  #content.block .catalog .tovar .tovar_description .questions {
    display:none;
  }
  #content .catalog .r_cat_info .questions {    
    position: absolute;
    bottom: 74px;
    left: 230px;
    margin: 0;
    padding: 4px 4px 4px 10px;
    width: 200px;
    height: 83px;
  }
  #content .catalog .r_cat_info .questions .text6 {
    display: block;
    font-size: 16px;
  }
  #content .catalog .r_cat_info .questions .text3 {
    font-size: 14px;
  }
  #content .catalog .r_cat_info .questions .q_phone {
    padding-top: 4px;
    font-size: 16px;
  }
  #content .catalog .l_cat_info p {
    position: absolute;
    visibility: hidden;
    will-change: visibility, transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: 0.2s -webkit-transform ease-out 0s;
            transition: 0.2s transform ease-out 0s;
  }
  #content .catalog .l_cat_info p:first-of-type {
    position: static;
    display: inline;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  #content .catalog .l_cat_info_show-more p {
    position: static;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  #content .catalog .l_cat_info_show-more .show-more {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  #content .content .catalog > .title2 {
    margin-top: 17px;
  }
  #content .content .catalog .title2 {
    padding-top: 8px;
    font-size: 16px !important;
    text-transform: none;
  }
  #content .content .catalog .cat_info .l_cat_info {
    width: 100%;
  }
  #content .content .catalog .cat_info .l_cat_info .title_list {
    padding-top: 15px;
  }
  #content .content .catalog .cat_info .l_cat_info .title_list li .redlink,
  #content .content .catalog .cat_info .l_cat_info .title_list li .link {
    padding: 2px 10px;
    background: #278dc8;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
  }
  #content .content .catalog .cat_info .l_cat_info .title_list li .redlink:hover,
  #content .content .catalog .cat_info .l_cat_info .title_list li .link:hover {
    background: #10c1d5;
    color: #fff !important;
    font-size: 13px !important;
  }
  #content .content .catalog .tovar_items,
  #content .content .catalog .tovar_items2 {
    margin-top: 14px;
    padding-left: 0;
    height: auto;
  }
  #content .content .catalog .tovar_items .tovar_item,
  #content .content .catalog .tovar_items2 .tovar_item {
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 12px;
    padding: 6px;
    width: 154px;
    height: 231px;
  }
  #content .content .catalog .tovar_items .tovar_item:nth-child(3n),
  #content .content .catalog .tovar_items2 .tovar_item:nth-child(3n) {
    margin-right: 0;
  }
  #content .content .catalog .tovar_items .tovar_item .new,
  #content .content .catalog .tovar_items2 .tovar_item .new,
  #content .content .catalog .tovar_items .tovar_item .hit,
  #content .content .catalog .tovar_items2 .tovar_item .hit,
  #content .content .catalog .tovar_items .tovar_item .sale,
  #content .content .catalog .tovar_items2 .tovar_item .sale {
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  #content .content .catalog .tovar_items .tovar_item .pic,
  #content .content .catalog .tovar_items2 .tovar_item .pic {
    width: 154px;
  }
  #content .content .catalog .tovar_items .tovar_item .pic img,
  #content .content .catalog .tovar_items2 .tovar_item .pic img {
    width: 154px;
    height: 115px;
  }
  #content .content .catalog .tovar_items .tovar_item .tovar_url,
  #content .content .catalog .tovar_items2 .tovar_item .tovar_url {
    height: 2em;
    line-height: 1em;
  }
  #content .content .catalog .tovar_items .tovar_item .left .old_cost,
  #content .content .catalog .tovar_items2 .tovar_item .left .old_cost {
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 10px;
  }
  #content .content .catalog .tovar_items .tovar_item .right,
  #content .content .catalog .tovar_items2 .tovar_item .right {
    display: none;
  }
  #content .content .catalog .tovar_items .tovar_item .checkout,
  #content .content .catalog .tovar_items2 .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 16px;
    width: 100%;
    height: 27px;
    background: url("/templates/babybrick/img/btn4_red.png") 50% 50% no-repeat;
  }
  #content .content .catalog .tovar_items .tovar_item .not_now,
  #content .content .catalog .tovar_items2 .tovar_item .not_now {
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  #content .content .catalog .tovar_items .tovar_item .not_now p,
  #content .content .catalog .tovar_items2 .tovar_item .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  #content .content .catalog .tovar_items .tovar_item .buy,
  #content .content .catalog .tovar_items2 .tovar_item .buy {
    position: static;
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    height: 27px;
  }
  #content .content .catalog .tovar_items .tovar_item .buy .cost,
  #content .content .catalog .tovar_items2 .tovar_item .buy .cost {
    font-size: 9px;
  }
  #content .content .catalog .tovar_items .tovar_item .buy .cost .same_cost,
  #content .content .catalog .tovar_items2 .tovar_item .buy .cost .same_cost {
    font-size: 16px;
  }
  #content .content .catalog .tovar_items .tovar_item .buy .buy_btn,
  #content .content .catalog .tovar_items2 .tovar_item .buy .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 65px;
    height: 27px;
    background-size: cover;
  }
}
#content .crumbs_menu {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  #content .crumbs_menu {
    position: absolute;
    left: -27.8%;
    top: -22px;
    min-height: 16px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
  }
  #content .crumbs_menu li {
    float: none;
    display: inline-block;
  }
  #content .crumbs_menu .link {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #content .crumbs_menu {
    width: 94%;
    left: 0;
  }
  #content .crumbs_menu li {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  #content .content h2 {
    padding-left: 4%;
  }
  #content .content .infopage {
    padding: 10px 3.7%;
  }
  #content .content .infopage .column {
    width: 100%;
    margin-right: 0;
  }
  #content .content .infopage .column .cities-group ul li {
    width: 100%;
  }
  #content .content .infopage .column .cities-group ul li a {
    font-size: 16px;
    line-height: 1.2em;
  }
  #content .content .infopage .table_wrap {
    margin-top: 0;
    padding-right: 1%;
  }
  #content .content .infopage .mobile-table__list_last-in-group {
    border-bottom: 1px solid #1885c4;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #content .content .infopage .mobile-table__title {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    color: #000;
    font-size: 14px;
    font-family: directcn, Arial, sans-serif;
    font-weight: 700;
  }
  #content .content .infopage .mobile-table__title .arrow,
  #content .content .infopage .mobile-table__title .arrow_up {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #1885c4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
  }
  #content .content .infopage .mobile-table__title .arrow_up {
    display: block;
    border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #1885c4;
  }
  #content .content .infopage .mobile-table__item {
    padding-top: 5px;
    display: none;
  }
  #content .content .infopage .mobile-table__item .red {
    color: #666;
  }
  #content .content .infopage p {
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
  }
  #content .content .infopage h1 {
    margin: 0;
    letter-spacing: 1px;
    color: #000;
    font-size: 16px;
  }
  #content .content .infopage h2,
  #content .content .infopage h3 {
    margin: 0;
    padding-left: 0;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
  }
  #content .content .infopage h3 {
    padding-top: 23px;
  }
  #content .content .infopage h2 {
    padding-top: 4px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  #content .content .infopage .title3 {
    background: none;
    text-transform: none;
  }
}
/*.same_table .head_table .text5 {
  white-space: nowrap;
} */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content {
    min-width: 737px;
    width: 737px;
    margin: 0 auto;
  }
  #content .content {
    width: 75%;
  }
  #content .content>.clear .crumbs_menu {
    top: -5px;
  }
  #content .content .infopage {
    padding-top: 8px;
    padding-right: 27px;
  }
  #content .content p {
    font-family: 'als_direct_cond', Arial, sans-serif;
    font-weight: 300;
  }
  #content .content .column {
    margin-right: 28px;
  }
  #content .content .column:nth-child(3n) {
    margin-right: 0;
  }
  #content .content .cities-group .letter {
    top: 0;
  }
  #content .content .cities-group ul {
    margin-left: 45px;
  }
  #content .content .cities-group ul li {
    width: 100px;
    font-size: 15px;
    line-height: 1.2;
  }
  #content .content .table_wrap {
    margin-top: 0;
    padding: 0;
  }
  #content .content .table_wrap .same_table .head_table .text5 {
    white-space: normal;
  }
  #content .content .table_wrap .same_table .body_table .table_row p {
    padding: 5px 0 5px 0;
    line-height: 1em;
    color: #000;
    font-weight: bold;
  }
  #content .content .table_wrap .same_table .body_table .table_row .el {
    width: auto;
    vertical-align: middle;
  }
  #content .content .table_wrap .same_table .body_table .table_row .el .red {
    color: #000;
  }
  #content .content .table_wrap .same_table .body_table .table_row .text5 {
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
  }
  #content .content .table_wrap .same_table .body_table .table_row .text5 p {
    padding-left: 0;
    font-size: 10px;
  }
  #content .content .table_wrap .same_table .body_table .head_table p {
    font-size: 13px;
    color: #666;
  }
  #content .content h1,
  #content .content h2,
  #content .content h3 {
    font-family: 'als_direct_bold', Arial, sans-serif;
  }
  #content .content h1 {
    margin: 0;
    padding-left: 0 !important;
    padding-top: 0;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
  }
  #content .content h2,
  #content .content h3 {
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
  }
  #content .content h2,
  #content .content h3 {
    padding-top: 23px;
  }
  #content .content h2 {
    font-size: 17px;
    letter-spacing: 1px;
    padding-left: 5px;
  }
  #content .content .title3 {
    background: none;
    text-transform: none;
  }
  #content .content p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1024px) {
  #content .content .infopage p {
    font-family: 'als_direct_cond', Arial, sans-serif;
  }
  #content .content .infopage h1,
  #content .content .infopage h2,
  #content .content .infopage h3 {
    font-family: 'als_direct_bold', Arial, sans-serif;
  }
}
.tovar_item .checkout,
.tovar .checkout {
  width: 154px;
  height: 33px;
  background: url("/templates/babybrick/img/btn4_red-mobile.png") 50% 50% no-repeat;
}
.same_table .el {
  display: table-cell !important;
  float: none !important;
}
.tovar .product-size + .econom .product-size {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #footer.block {
    padding: 5px 10px;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    min-width: 300px;
    max-width: 767px;
    height: auto;
  }
  #footer.block .contacts {
    display: none;
  }
  #footer.block .left {
    width: 60%;
  }
  #footer.block .search {
    display: none;
  }
}
#footer.block {
  margin-top: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  height: auto;
}
#footer.block .left .copy {
  margin-top: 0;
}
#footer.block .contacts {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer.block {
    margin: 20px auto 0;
    min-width: 737px;
    width: 737px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    margin-top: 25px;
    padding-top: 16px;
    height: 70px;
  }
  #footer .left {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  #footer .left .search {
    display: none;
  }
  #footer .left .copy {
    font-size: 14px;
  }
  #footer .contacts {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #page {
    padding: 10px 5px;
    padding-bottom: 0;
    overflow: hidden;
    background-position: 59% -201px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header.block {
    padding-top: 0;
    width: 100%;
    min-width: 300px;
    max-width: 767px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 111px;
  }
  #header .search .popup {
    width: 395px;
    top: 85px;
    left: -6px;
  }
  #header .search .top_line {
    width: 257px;
    margin-left: 52px;
  }
  #header .search .same_popup {
    padding: 15px 10px;
    box-shadow: 0 0 25px #080808;
  }
  #header .tovar_searchs {
    margin: 8px 0 0;
  }
  #header .tovar_searchs .link {
    margin: 0;
  }
  #header .tovar_search {
    width: auto;
    padding: 8px 15px 0 8px;
  }
  #header .tovar_search .pic {
    margin-right: 15px;
  }
  #header .tovar_search .tovar_title {
    margin: 0;
  }
  #header .tovar_search .desc {
    display: none;
  }
  #header .tovar_search .age {
    display: none;
  }
  #header .tovar_search .tovar_buy {
    float: left;
    width: 220px;
    height: 50px;
    margin-top: 13px;
  }
  #header .tovar_search .buy_btn {
    position: relative;
    float: right;
    top: -22px;
  }
  #header .logo_info,
  #header .card {
    display: none;
  }
}
#header .block1 .mobile-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .block1 .mobile-menu {
    z-index: 500;
    position: absolute;
    top: 12px;
    left: 18px;
    display: block;
  }
  #header .block1 .mobile-menu__btn {
    width: 28px;
    height: 23px;
    background: url("/templates/babybrick/img/icon-mobile-menu.png") 50% 50% no-repeat;
    cursor: pointer;
  }
  #header .block1 .mobile-menu__btn::after,
  #header .block1 .mobile-menu__btn::before {
    position: absolute;
    top: -4px;
    right: -10px;
    display: block;
    width: 0;
    height: 30px;
    content: '';
    border-right: 1px solid #1885c4;
  }
  #header .block1 .mobile-menu__btn::before {
    top: 33px;
    left: -12px;
    width: 381px;
    height: 0;
    border-right: none;
    border-top: 1px solid #1885c4;
  }
  #header .block1 .mobile-menu__list {
    z-index: 500;
    position: absolute;
    top: 33px;
    left: -18px;
    display: none;
    width: 395px;
    background: #e0eaf1;
    border-top: 1px solid #1885c4;
  }
  #header .block1 .mobile-menu__sub-list {
    display: none;
    padding: 10px 30px;
  }
  #header .block1 .mobile-menu__sub-list_active {
    display: block;
  }
  #header .block1 .mobile-menu__item {
    width: 100%;
    border-bottom: 1px solid #1885c4;
  }
  #header .block1 .mobile-menu__item:last-child {
    border-bottom: 0;
  }
  #header .block1 .mobile-menu__link {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    width: 84.7%;
    text-decoration: none !important;
    line-height: 45px;
    color: #1885c4;
    font-size: 16px;
  }
  #header .block1 .mobile-menu__link:hover {
    color: #fff !important;
    background: #09b7d8;
  }
  #header .block1 .mobile-menu__sub-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 1.6em;
    color: #0e0c00;
  }
  #header .block1 .mobile-menu__sub-link .new_year {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 1px;
    background: #ee3326;
    line-height: 1em;
    font-size: 9px;
    color: #fff;
  }
  #header .block1 .upper_quick_find {
    background: none;
  }
  #header .block1 .upper_quick_find .left_search_piece {
    display: none;
  }
  #header .block1 .upper_quick_find .field {
    position: absolute;
    padding-left: 10px;
    top: 32px;
    left: 46px;
    width: 247px;
    height: 38px;
    background: #fff;
    display: none;
    box-shadow: 2px 3px 7px #666;
  }
  #header .block1 .upper_quick_find .right_search_piece {
    display: none;
  }
  #header .block1 .upper_quick_find .send {
    left: 4%;
    top: 33px;
    width: 40px;
    height: 38px;
    opacity: 1;
    font-size: 0.0001px;
    background: url("/templates/babybrick/img/icon-search-mobile.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu {
    top: -7px;
    left: -5px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu {
    top: -7px;
    left: -3px;
    margin: 0 auto;
    margin-top: 50px;
    width: 391px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point1 {
    margin-left: 0;
    margin-right: 0;
    width: 116px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point1 .point {
    width: 116px;
    background: url("/templates/babybrick/img/point1n.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point1 .popup .top_line {
    margin-left: 12px;
    width: 91px;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup {
    margin-left: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    max-width: 339px;
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column {
    width: 50%;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column ul {
    margin-right: 10px;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column:nth-of-type(4) {
    width: 100%;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column__left,
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column__right {
    float: left;
    width: 50%;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column__left::after,
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column__right::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column__right {
    float: right;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .arr4 {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point2 {
    margin-left: 0;
    margin-right: 0;
    width: 97px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point2 .point {
    width: 97px;
    background: url("/templates/babybrick/img/point2n.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point2 .popup .top_line {
    margin-left: 15px;
    width: 68px;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup {
    left: -109px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 235px;
    height: auto;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup ul {
    margin-top: 15px;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup ul li {
    margin-right: 0;
    margin-top: -15px;
    width: auto;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup ul li .btn-filter-container .btn-left-part,
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup ul li .btn-filter-container .btn-center-part,
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup ul li .btn-filter-container .btn-right-part {
    vertical-align: top;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup ul li .btn-filter-container .btn-center-part {
    width: 83%;
    text-align: center;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup .arr4 {
    margin-left: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point3 {
    margin-left: 0;
    margin-right: 0;
    width: 79px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point3 .point {
    width: 79px;
    background: url("/templates/babybrick/img/point3n.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point3 .popup .top_line {
    margin-left: 16px;
    width: 49px;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup {
    left: -52px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    min-width: 225px;
    width: auto;
    height: auto;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup ul {
    margin-top: 15px;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup ul li {
    margin-top: -15px;
    margin-right: 0;
    width: auto;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup ul li .btn-filter-container .btn-left-part,
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup ul li .btn-filter-container .btn-center-part,
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup ul li .btn-filter-container .btn-right-part {
    vertical-align: top;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup ul li .btn-filter-container .btn-center-part {
    width: 83%;
    text-align: center;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup .arr4 {
    margin-left: 86px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point4 {
    margin-left: 0;
    margin-right: 0;
    width: 99px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point4 .point {
    width: 99px;
    background: url("/templates/babybrick/img/point4n.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block1 .header_menu .same_menu .point4 .popup .top_line {
    margin-left: 13px;
    width: 72px;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup {
    left: -285px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    max-width: 339px;
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column {
    width: 50%;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column ul {
    margin-right: 10px;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column:nth-of-type(4) {
    width: 100%;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__left,
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__right {
    float: left;
    width: 50%;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__left::after,
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__right::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__right {
    float: right;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .arr4 {
    margin-left: 287px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .contacts {
    padding-top: 0;
    padding-left: 11px;
    position: absolute;
    left: 59px;
    top: 4px;
    margin-top: 3px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .contacts .link {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .contacts .phone {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .contacts .text1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .cabinet {
    position: relative;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .cabinet .link:first-child {
    position: absolute;
    left: 99px;
    top: -72px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .cabinet .link:first-child::after {
    position: absolute;
    top: 86px;
    left: 50px;
    display: block;
    width: 22px;
    height: 21px;
    content: '';
    background: url("/templates/babybrick/img/icon-my-cabinet.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .cabinet .link2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .block2 .cabinet .dev_link {
    position: absolute;
    font-size: 15px;
    left: 65px;
    top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 {
    position: relative;
    width: 11%;
  }
  #header .block3 .original {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 #empty_basket .basket_pic {
    display: none;
  }
  #header .block3 #empty_basket .basket_link {
    position: absolute;
    top: -100px;
  }
  #header .block3 #empty_basket .basket_link:after {
    position: absolute;
    top: 106px;
    left: 2px;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    background: url("/templates/babybrick/img/icon-basket.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 #empty_basket #empty_basket_text {
    display: none;
  }
}
#header .block3 #not_empty_basket {
  position: static;
}
@media only screen and (max-width: 767px) {
  #header .block3 #not_empty_basket .text_button {
    display: none;
  }
  #header .block3 #not_empty_basket .basket_tovars {
    font-size: 0.0001px;
  }
  #header .block3 #not_empty_basket .basket_tovars .count {
    position: absolute;
    left: 17px;
    top: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ee3326;
  }
  #header .block3 #not_empty_basket .basket_link {
    position: absolute;
    top: -100px;
  }
  #header .block3 #not_empty_basket .basket_link:after {
    position: absolute;
    top: 106px;
    left: 2px;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    background: url("/templates/babybrick/img/icon-basket.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 .text3 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 .pays {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 .hours24 {
    position: relative;
    top: 50px;
    right: 642%;
    width: 305px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 .hours24 .text24 {
    padding: 1px 0 0 36px;
    min-height: 37px;
    font-size: 15px;
    font-weight: normal;
    background: url("/templates/babybrick/img/icon-hour-24.png") 0 0 no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #header .block3 .hours24 .arr_block {
    position: absolute;
    top: 14px;
    left: 31px;
    z-index: 17;
    overflow: hidden;
    width: 80%;
    height: 21px;
    box-shadow: 2px 3px 7px #666;
    cursor: pointer;
  }

  #header .block3 .hours24 .arr_block .long {
      height: 27px;
  }
  /*#header .block3 .hours24 .arr_block:after {
    content: '....';
    display: block;
    position: absolute;
    right: 23px;
    bottom: 1px;
  } */

  #header .block3 .hours24 .long:after {
    content: '....';
    display: block;
    position: absolute;
    right: 21px;
    bottom: 1px;

  }
}
#header .block3 .hours24 .arr_block_active {
  height: auto !important;
}
#header .block3 .hours24 .arr_block_active:after {
  content: '' !important;
}
@media only screen and (max-width: 767px) {
  #header .block3 .hours24 .arr1 {
    position: absolute;
    left: 25px;
    top: 6px;
  }
}
.arr_block {
  max-width: 326px;
}
#header .search .field {
  height: 34px;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1024px) {
  #header .search .top_line {
    width: 268px;
  }
  #header .search .same_popup {
    width: auto;
    padding: 20px 10px;
  }
  #header .tovar_searchs .link {
    font-size: 14px;
  }
  #header .tovar_search {
    width: 448px;
  }
  #header .tovar_search .pic a {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page {
    padding-top: 5px;
    overflow: hidden;
    background-position: 60% -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header.block {
    margin: 0 auto 24px;
    min-width: 737px;
    width: 737px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    height: 108px;
  }
  #header .block1 {
    margin-left: 20px;
  }
  #header .block1 .logopic {
    margin: 5px 1px 0;
    width: 220px;
    height: 35px;
  }
  #header .block1 .logo_info .link {
    display: none;
  }
  #header .block1 .logo_title {
    display: none;
  }
  #header .block1 .card {
    display: none;
  }
  #header .block1 .search {
    margin-top: 10px;
    padding: 0 10px;
    width: 250px;
    background: none;
  }
  #header .block1 .search .right_search_piece {
    display: none;
  }
  #header .block1 .search .send {
    display: none;
  }
  #header .block1 .search #quick_find:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    width: 10px;
    height: 34px;
    background: url("../img/left_search_piece.png") no-repeat;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  #header .block1 .search #quick_find .field {
    padding-left: 2px;
  }
  #header .block1 .search #quick_find .left_search_piece {
    left: 2px;
  }
  #header .block1 .header_menu .same_menu {
    width: 450px;
    margin-top: 9px;
    margin-left: -15px;
  }
  #header .block1 .header_menu .same_menu .point1 {
    margin-left: 10px;
    width: 116px;
  }
  #header .block1 .header_menu .same_menu .point1 .point {
    width: 116px;
    background: url("/templates/babybrick/img/point1n.png") 50% 50% no-repeat;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .top_line {
    margin-left: 9px;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    max-width: 650px;
    height: 60vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header .block1 .header_menu .same_menu .point1 .popup .same_popup .column ul {
    margin-right: 30px;
  }
  #header .block1 .header_menu .same_menu .point2 {
    margin-left: 4px;
    width: 97px;
  }
  #header .block1 .header_menu .same_menu .point2 .point {
    width: 97px;
    background: url("/templates/babybrick/img/point2n.png") 50% 50% no-repeat;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .top_line {
    margin-left: 9px;
    width: 78px;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup {
    left: -115px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
    max-width: 420px;
    height: auto;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup .arr4 {
    margin-left: 114px;
  }
  #header .block1 .header_menu .same_menu .point2 .popup .same_popup ul {
    margin-top: 10px;
  }
  #header .block1 .header_menu .same_menu .point3 {
    margin-left: 4px;
    width: 79px;
  }
  #header .block1 .header_menu .same_menu .point3 .point {
    width: 79px;
    background: url("/templates/babybrick/img/point3n.png") 50% 50% no-repeat;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .top_line {
    margin-left: 9px;
    width: 62px;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup {
    left: -211px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
    max-width: 420px;
    height: auto;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup ul {
    margin-top: 10px;
  }
  #header .block1 .header_menu .same_menu .point3 .popup .same_popup .arr4 {
    margin-left: 200px;
  }
  #header .block1 .header_menu .same_menu .point4 {
    margin-right: 52px;
    width: 99px;
  }
  #header .block1 .header_menu .same_menu .point4 .point {
    width: 99px;
    background: url("/templates/babybrick/img/point4n.png") 50% 50% no-repeat;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .top_line {
    margin-left: 9px;
    width: 79px;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup {
    left: -289px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    max-width: 650px;
    height: 60vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup ul {
    margin-top: 10px;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column:nth-of-type(4) {
    width: 100%;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__left,
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__right {
    float: left;
    width: 50%;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__left::after,
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__right::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .column__right {
    float: right;
  }
  #header .block1 .header_menu .same_menu .point4 .popup .same_popup .arr4 {
    margin-left: 285px;
  }
  #header .block2 .contacts {
    position: relative;
    width: 55%;
    margin-top: 3px;
    padding-left: 11px;
  }
  #header .block2 .contacts::before {
    position: absolute;
    left: -22px;
    top: 8px;
    display: block;
    width: 20px;
    height: 18px;
    content: '';
    background: url("/templates/babybrick/img/icon-phone.png") 50% 50% no-repeat;
  }
  #header .block2 .contacts .link {
    display: none;
  }
  #header .block2 .contacts .phone {
    font-size: 16px;
  }
  #header .block2 .contacts .text1 {
    display: none;
  }
  #header .block2 .cabinet {
    position: absolute;
    float: none;
    overflow: visible;
    width: 25%;
    height: 35px;
    top: 10px;
    right: 90px;
    margin: 0;
  }
  #header .block2 .cabinet .link:first-child {
    position: absolute;
    top: -58px;
    right: -60px;
  }
  #header .block2 .cabinet .link:first-child::after {
    position: absolute;
    top: 64px;
    left: 3px;
    display: block;
    width: 22px;
    height: 21px;
    content: '';
    background: url("/templates/babybrick/img/icon-my-cabinet.png") 50% 50% no-repeat;
  }
  #header .block2 .cabinet .link2 {
    display: none;
  }
  #header .block2 .cabinet .dev_link {
    position: relative;
    font-size: 14px;
    left: 15px;
    top: 4px;
    display: inline-block;
    margin: 0;
  }
  #header .block2 .cabinet .dev_link::after {
    position: absolute;
    bottom: -12px;
    width: 125%;
    display: block;
    content: 'по всей России';
    font-size: 9px;
    font-weight: 300;
    color: #666;
  }
  #header .block3 {
    position: relative;
    width: 11%;
  }
  #header .block3 .original {
    display: none;
  }
  #header .block3 #empty_basket .basket_pic {
    display: none;
  }
  #header .block3 #empty_basket .basket_link {
    position: absolute;
    top: -100px;
  }
  #header .block3 #empty_basket .basket_link::after {
    position: absolute;
    top: 98px;
    left: 30px;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    background: url("/templates/babybrick/img/icon-basket.png") 50% 50% no-repeat;
  }
  #header .block3 #not_empty_basket {
    position: relative;
    top: -8px;
    right: -28px;
  }
  #header .block3 #not_empty_basket .text_button {
    display: none;
  }
  #header .block3 #not_empty_basket .basket_tovars {
    font-size: 0.0001px;
  }
  #header .block3 #not_empty_basket .basket_tovars .count {
    position: absolute;
    left: 17px;
    top: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ee3326;
  }
  #header .block3 #not_empty_basket .basket_link {
    position: absolute;
    top: -100px;
  }
  #header .block3 #not_empty_basket .basket_link:after {
    position: absolute;
    top: 106px;
    left: 2px;
    display: block;
    width: 32px;
    height: 32px;
    content: '';
    background: url("/templates/babybrick/img/icon-basket.png") 50% 50% no-repeat;
  }
  #header .block3 .text3 {
    display: none;
  }
  #header .block3 .pays {
    display: none;
  }
  #header .block3 .hours24 {
    position: relative;
    width: 305px;
    left: -347px;
    top: 47px;
  }
  #header .block3 .hours24 .text24 {
    padding: 1px 0 0 36px;
    min-height: 37px;
    font-size: 14px;
    background: url("/templates/babybrick/img/icon-hour-24.png") 0 0 no-repeat;
  }
  #header .block3 .hours24 .arr_block {
    position: absolute;
    top: 20px;
    left: 140px;
    width: 260px;
    box-shadow: 2px 3px 7px #666;
  }
  #header .block3 .hours24 .arr1 {
    position: absolute;
    left: 137px;
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 1024px) {
  #header #empty_basket_text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .beam {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #content.block {
    padding-bottom: 0;
    width: 100%;
    min-width: 300px;
    max-width: 767px;
  }
  #content.block .content {
    margin: 0;
    width: 100%;
    padding-bottom: 30px;
  }
  #content.block .content .title {
    padding-left: 4%;
    margin-top: 0;
    width: 70%;
    font-size: 16px;
  }
  #content.block .content .why {
    display: none;
  }
  #content.block .content .rating {
    position: relative;
    display: block;
    width: 151px;
    height: auto;
    margin: 0 auto;
    padding: 1px;
    background: url("../img/rating_bg.png") 0 0 no-repeat;
  }
  #content.block .content .rating:before {
    position: absolute;
    content: "";
    width: 375px;
    height: 0;
    top: -15px;
    left: 50%;
    border-bottom: 1px solid #1885c4;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #content.block .content .rating .rating_btn {
    display: block;
    width: 118px;
    height: 23px;
    margin: 65px auto 0;
    background: url("../img/rating_btn.png") 0 0 no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .content_page-home .text {
    padding-left: 3.7%;
    padding-right: 3.7%;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .tisers {
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .tiser {
    margin-right: 20px;
    margin-bottom: 15px;
    width: 105px;
    height: 230px;
    overflow: hidden;
  }
  #content.block .tiser2 {
    margin-right: 20px;
    margin-bottom: 15px;
    width: 105px;
    height: 150px;
  }
  #content.block .tiser:nth-child(3n) {
    margin-right: 0;
  }
  #content.block .tiser_pic img {
    width: 105px;
    height: 155px;
  }
  #content.block .tiser2 .tiser_pic img {
    width: 105px;
    height: 80px;
  }
  #content.block .tiser_name {
    margin-top: 0;
  }
  #content.block .tiser_age {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .delivery {
    margin: 0;
    margin-top: 10px;
    padding: 10px 10px;
    width: auto;
    background: none;
  }
  #content.block .delivery .side_title {
    padding: 0;
  }
  #content.block .delivery .text4 {
    padding: 5px;
  }
  #content.block .delivery #lego_weight_select {
    width: 95% !important;
  }
  #content.block .delivery #index_field {
    width: 60%;
  }
  #content.block .delivery .send {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .tovar_items {
    margin-top: 17px;
    padding-left: 3.7%;
    padding-right: 3.7%;
    height: auto;
  }
  #content.block .tovar_items .tovar_item {
    float: left;
    margin-right: 5px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    width: 49%;
    height: 272px;
  }
  #content.block .tovar_items .tovar_item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  #content.block .tovar_items .tovar_item .new,
  #content.block .tovar_items .tovar_item .sale,
  #content.block .tovar_items .tovar_item .hit {
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  #content.block .tovar_items .tovar_item .pic {
    width: 93%;
  }
  #content.block .tovar_items .tovar_item .pic img {
    width: 100%;
    height: 125px;
  }
  #content.block .tovar_items .tovar_item .tovar_url {
    padding-left: 7px;
    padding-right: 7px;
    height: 3em;
  }
  #content.block .tovar_items .tovar_item .tovar_url .tovar_title {
    font-size: 16px;
  }
  #content.block .tovar_items .tovar_item .left {
    position: static;
    float: left;
    margin-left:8px;
    margin-top: 10px;
    width: 130px;
  }
  #content.block .tovar_items .tovar_item .left .age {
    font-size: 16px;
  }
  /*#content.block .tovar_items .tovar_item .left .old_cost {
    display: none;
  } */
  #content.block .tovar_items .tovar_item .right {
    display: none;
  }
  #content.block .tovar_items .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    width: 100%;
    height: 33px;
    background: url("/templates/babybrick/img/btn4_red-mobile.png") 50% 50% no-repeat;
  }
  #content.block .tovar_items .tovar_item .not_now {
    position: static;
    margin-top: 10px;
    margin-left: 2px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  #content.block .tovar_items .tovar_item .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
  #content.block .tovar_items .tovar_item .buy {
    position: static;
    margin-top: 20px;
    margin-left: 7px;
    width: 92%;
    height: 35px;
  }
  #content.block .tovar_items .tovar_item .buy .cost {
    padding-top: 0;
    padding-left: 5px;
    font-size: 9px;
  }
  #content.block .tovar_items .tovar_item .buy .cost .same_cost {
    font-size: 16px;
    line-height: 35px;
  }
  #content.block .tovar_items .tovar_item .buy .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 84px;
    height: 35px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .shadow_polka {
    display: block;
    margin: 5px auto;
    width: 93%;
    height: 0;
    background: none;
    border-bottom: 1px solid #8ab8d2;
  }
}
@media only screen and (max-width: 767px) {
  .info__products-list .tovar_item {
    float: left;
    margin-right: 5px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    width: 49%;
    height: 272px;
  }
  .info__products-list .tovar_item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .info__products-list .tovar_item .new,
  .info__products-list .tovar_item .sale,
  .info__products-list .tovar_item .hit {
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  .info__products-list .tovar_item .pic {
    width: 93%;
  }
  .info__products-list .tovar_item .pic img {
    width: 100%;
    height: 125px;
  }
  .info__products-list .tovar_item .tovar_url {
    padding-left: 7px;
    padding-right: 7px;
    height: 3em;
  }
  .info__products-list .tovar_item .tovar_url .tovar_title {
    font-size: 16px;
  }
  .info__products-list .tovar_item .left {
    position: static;
    float: left;
    margin-left:8px;
    margin-top: 10px;
    width: 130px;
  }
  .info__products-list .tovar_item .left .age {
    font-size: 16px;
  }
  .info__products-list .tovar_item .left .old_cost {
    display: none;
  }
  .info__products-list .tovar_item .right {
    display: none;
  }
  .info__products-list .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    width: 100%;
    height: 33px;
    background: url("/templates/babybrick/img/btn4_red-mobile.png") 50% 50% no-repeat;
  }
  .info__products-list .tovar_item .checkout .not_now {
    position: static;
    margin-top: 10px;
    margin-left: 2px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  .info__products-list .tovar_item .checkout .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
  .info__products-list .tovar_item .buy {
    position: static;
    margin-top: 20px;
    margin-left: 7px;
    width: 92%;
    height: 35px;
  }
  .info__products-list .tovar_item .buy .cost {
    padding-top: 0;
    padding-left: 5px;
    font-size: 9px;
  }
  .info__products-list .tovar_item .buy .cost .same_cost {
    font-size: 16px;
    line-height: 35px;
  }
  .info__products-list .tovar_item .buy .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 84px;
    height: 35px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .info {
    display: block;
    position: relative;
    width: 100%;
    min-width: 395px;
    max-width: 767px;
  }
  .info__products-list {
    height: auto;
    margin: 10px 0 0;
    text-align: center;
  }
  .info__products-item {
    display: inline-block;
    float: none;
    margin: 0 2% 4% 0;
  }
  .info__list {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .beam {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content.block {
    margin: 0 auto 24px;
    margin-top: -2px;
    min-width: 737px;
    width: 737px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content .content {
    width: 579px;
  }
  #content .content .rating {
    display: none;
  }
  #content .content_page-home {
    float: left;
  }
  #content .content_page-home .title {
    margin-top: 18px;
    margin-left: 6px;
    padding-top: 14px;
    padding-left: 11px;
  }
  #content .content_page-home .text {
    padding-left: 6px;
    padding-right: 6px;
  }
  #content .content_page-home .tovar_items {
    margin-top: 14px;
    padding-left: 0;
    height: auto;
  }
  #content .content_page-home .tovar_items .tovar_item {
    margin-right: 5px;
    margin-left: 5px;
    padding: 6px;
    width: 158px;
    height: 231px;
  }
  #content .content_page-home .tovar_items .tovar_item:nth-child(1) {
    margin-left: 0;
  }
  #content .content_page-home .tovar_items .tovar_item:nth-child(4n) {
    margin-left: 0;
    display: none;
  }
  #content .content_page-home .tovar_items .tovar_item:nth-child(3n) {
    margin-right: 0;
  }
  #content .content_page-home .tovar_items .tovar_item .new,
  #content .content_page-home .tovar_items .tovar_item .hit,
  #content .content_page-home .tovar_items .tovar_item .sale {
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  #content .content_page-home .tovar_items .tovar_item .pic {
    width: 154px;
  }
  #content .content_page-home .tovar_items .tovar_item .pic img {
    width: 154px;
    height: 115px;
  }
  #content .content_page-home .tovar_items .tovar_item .tovar_url {
    line-height: 1em;
    height: 2em;
  }
  #content .content_page-home .tovar_items .tovar_item .left .old_cost {
    /*display: none;*/
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 8px;
  }
  #content .content_page-home .tovar_items .tovar_item .right {
    display: none;
  }
  #content .content_page-home .tovar_items .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 16px;
    width: 100%;
    height: 27px;
    background: url("/templates/babybrick/img/btn4_red.png") 50% 50% no-repeat;
  }
  #content .content_page-home .tovar_items .tovar_item .not_now {
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  #content .content_page-home .tovar_items .tovar_item .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  #content .content_page-home .tovar_items .tovar_item .buy {
    position: static;
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    height: 27px;
  }
  #content .content_page-home .tovar_items .tovar_item .buy .cost {
    font-size: 9px;
  }
  #content .content_page-home .tovar_items .tovar_item .buy .cost .same_cost {
    font-size: 16px;
  }
  #content .content_page-home .tovar_items .tovar_item .buy .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 65px;
    height: 27px;
    background-size: cover;
  }
  #content .content_page-home .shadow_polka {
    margin-left: -3px;
    margin-top: -10px;
    width: 96%;
  }
  #content .content_page-home .tisers {
    margin-left: -3px;
    padding-left: 9px;
  }
  #content .content_page-home .tisers .tiser {
    margin-right: 2%;
    margin-bottom: 20px;
    width: 122px;
    height: 240px;
    overflow: hidden;
  }
  #content .content_page-home .tisers .tiser2 {
  margin-right: 2%;
     margin-bottom: 20px;
     width: 122px;
     height: 160px;
     overflow: hidden;
  }
  #content .content_page-home .tisers .tiser .tiser_pic img {
    width: 118px;
    height: 175px;
  }
  #content .content_page-home .tisers .tiser2 .tiser_pic img {
    width: 118px;
    height: 89px;
  }
  #content .content_page-home .why_block .why {
    margin-top: 39px;
    float: left;
    width: 152px;
  }
  #content .content_page-home .why_block .why img {
    width: 54px;
    height: 80px;
  }
  #content .content_page-home .why_block .why .why_text {
    width: 98px;
    background: url("/templates/babybrick/img/why_bg-ipad.png") 0 0 no-repeat;
    float: right;
  }
  #content .content_page-home .why_block .why .why_text a {
    margin-top: 15px;
    margin-left: 29px;
    font-size: 11px;
  }
  #content .content_page-home .why_block .delivery {
    margin: 0;
    margin-top: 23px;
    padding-left: 34px;
    background-position: -5px -43px;
  }
  #content .content_page-home .why_block .delivery .side_title {
    padding-top: 3px;
  }
  #content .table-popup_delivery {
    width: 680px;
    margin-left: -340px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  #content .table-popup_delivery .close {
    right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .info__products-list .tovar_item {
    margin-right: 4px;
    margin-left: 5px;
    padding: 6px;
    width: 158px;
    height: 231px;
  }
  .info__products-list .tovar_item:first-child {
    margin-left: 0;
  }
  .info__products-list .tovar_item:nth-child(4n) {
    margin-right: 0;
  }
  .info__products-list .tovar_item .new,
  .info__products-list .tovar_item .hit,
  .info__products-list .tovar_item .sale {
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  .info__products-list .tovar_item .pic {
    width: 154px;
  }
  .info__products-list .tovar_item .pic img {
    width: 154px;
    height: 115px;
  }
  .info__products-list .tovar_item .tovar_url {
    line-height: 1em;
    height: 2em;
  }
  .info__products-list .tovar_item .left .old_cost {
    display: none;
  }
  .info__products-list .tovar_item .right {
    display: none;
  }
  .info__products-list .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 16px;
    width: 100%;
    height: 27px;
    background: url("/templates/babybrick/img/btn4_red.png") 50% 50% no-repeat;
  }
  .info__products-list .tovar_item .not_now {
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  .info__products-list .tovar_item .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .info__products-list .tovar_item .buy {
    position: static;
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    height: 27px;
  }
  .info__products-list .tovar_item .buy .cost {
    font-size: 9px;
  }
  .info__products-list .tovar_item .buy .cost .same_cost {
    font-size: 16px;
  }
  .info__products-list .tovar_item .buy .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 65px;
    height: 27px;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .info {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    width: 737px;
    min-width: inherit;
    max-width: inherit;
  }
  .info .left_info,
  .info .center_info {
    width: 200px;
  }
  .info .left_info {
    margin-left: 250px;
  }
  .info .center_info {
    float: right;
  }
  .info .right_info {
    position: absolute;
    top: 690px;
    left: 0;
    margin-top: 20px;
    width: 712px;
  }
}
.info {
  display: block;
}
.info__top {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border-collapse: separate;
  border-spacing: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .info__top {
    display: block;
  }
}
.info__news,
.info__products,
.info__service,
.info__about {
  position: relative;
  display: table-cell;
  padding: 15px 12px 20px;
  min-height: 100%;
  border-radius: 12px;
  border-bottom: 4px solid #93acbb;
  vertical-align: top;
  box-shadow: 0 5px 5px #0a5170;
  background: #fafafa;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .info__news,
  .info__products,
  .info__service,
  .info__about {
    display: block;
    position: static;
  }
}
.info__news {
  left: -10px;
  width: 23.6%;
}
@media only screen and (max-width: 1024px) {
  .info__news {
    margin-bottom: 15px;
    width: 100%;
  }
}
.info__news-new {
  margin-top: 20px;
}
.info__news-date {
  display: block;
  font-size: 10px;
  color: #5d5d5d;
}
.info__news-text {
  padding: 15px 0 5px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 12px;
  font-family: directcn, Arial, sans-serif;
  color: #666;
}
.info__news-text a {
  display: inline;
  margin: 3px 0 0;
  line-height: 1.6;
  font-size: 12px;
  font-family: directcn, Arial, sans-serif;
  color: #0a5e81;
}
.info__products {
  right: -10px;
  width: 68%;
}
@media only screen and (max-width: 1024px) {
  .info__products {
    width: 100%;
  }
}
.info__products-list {
  position: relative;
  height: 324px;
  margin: 12px 0 0;
  padding: 8px 0 0 6px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .info__products-list {
    height: auto;
    margin-top: 10px;
  }
}
.info__products-age {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  box-shadow: inset 0 -6px 6px #f1f9fc;
  background: #fff;
  font-size: 10px;
  color: #154b63;
}
@media only screen and (min-width: 1025px) {
  .info__products .tovar_item:nth-child(3n),
  .info__products .tovar_item:nth-child(4n) {
    display: none;
  }
}
@media only screen and (min-width: 1146px) {
  .info__products .tovar_item:nth-child(3n) {
    display: block;
  }
}
.info__title {
  display: block;
  margin-top: 0;
  padding: 3px 3px 8px 3px;
  letter-spacing: 1px;
  background: #fff;
  font-weight: 700;
  font-family: directcn, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.info__bottom {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .info__bottom {
    display: block;
  }
}
.info__service {
  left: -10px;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .info__service {
    margin-bottom: 15px;
    width: 100%;
  }
}
.info__about {
  right: -10px;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .info__about {
    width: 100%;
  }
}
.info__list {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.info__list:not(:last-child) {
  margin-right: 11%;
}
.info__item {
  margin-bottom: 4px;
}
.info__item a {
  font-weight: 700;
  font-size: 13px;
  font-family: directcn, Arial, sans-serif;
  color: #004497;
}
.pages {
  width: 568px;
  margin: 130px auto 0;
  background: #ccc;
  font-family: bork-helv-roman;
  padding: 20px;
}
.pages__logo {
  margin: 0 auto 30px;
}
.pages__item {
  position: relative;
  text-decoration: none;
  color: #231f20;
  display: block;
  border: 1px solid #231f20;
  width: 460px;
  margin-bottom: 7px;
  padding: 3px 5px;
  background: #ccc;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.pages__item:hover {
  background: #ddd;
}
.pages__file {
  float: right;
}
.pages__styles {
  position: absolute;
  display: block;
  width: 55px;
  height: 24px;
  top: -1px;
  right: -72px;
  z-index: 2;
  pointer-events: none;
}
.pages__styles_done {
  background: #008000;
}
.pages__styles_wip {
  background: #ff0;
}
.pages__styles_no {
  background: #f00;
}
.pages__styles_scripts {
  background: #00f;
}
.pages__styles-label {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  margin-right: -16px;
}
.field:focus::-webkit-input-placeholder {
  color: transparent;
}
.field:focus::-moz-placeholder {
  color: transparent;
}
.field:focus:-moz-placeholder {
  color: transparent;
}
.field:focus::-ms-input-placeholder {
  color: transparent;
}
.why_block .table_popup {
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .popup_bg {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1024px) {
  #content .video_popup {
    top: 44%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .video_popup {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    box-shadow: none;
    z-index: 999;
  }
  .video_popup .close {
    top: 0;
    right: 3%;
  }
  .video_popup .video_title {
    color: #fff;
  }
  .video_popup #catalog-video {
    width: 87%;
    max-width: 640px;
    height: 46.94vw;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .title4 {
    padding-left: 3.7%;
    padding-right: 3.7%;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar {
    margin-top: 17px;
    margin-left: 3.7%;
    margin-right: 3.7%;
    width: 340px;
  }
}
#content.block .catalog .tovar .econom img {
  margin-right: -4px;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
#content.block .catalog .tovar .econom .text6 {
  font-size: 9px;
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .slider {
    position: relative;
    width: 235px;
    margin-bottom: 6px;
  }
  #content.block .catalog .tovar .slider .slides {
    width: 235px;
  }
  #content.block .catalog .tovar .slider .slides .slide {
    width: 235px;
    height: 200px;
  }
  #content.block .catalog .tovar .slider .slides .slide img {
    width: 235px;
    height: 200px;
  }

  #d3model {
    width: 235px;
    height: 200px;
  }

  #d3model iframe {
    width: 235px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .slider .thumbs {
    position: absolute;
    bottom: 10px;
    right: 5px;
    margin-top: 0;
  }
  #content.block .catalog .tovar .slider .thumbs li {
    margin-right: 4px;
    height: 10px;
    width: 10px;
  }
  #content.block .catalog .tovar .slider .thumbs li:last-child {
    margin-right: 0;
  }
  #content.block .catalog .tovar .slider .thumbs li a {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #09bbda;
    border: none;
    overflow: hidden;
  }
  #content.block .catalog .tovar .slider .thumbs li a img {
    display: none;
  }
  #content.block .catalog .tovar .slider .thumbs .thumbs_item-active {
    position: absolute;
    top: 4px;
    background: none;
    border-radius: 50%;
    border: 1px solid #09bbda;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description {
    margin: 0;
    padding-left: 0;
    width: 100%;
  }
  #content.block .catalog .tovar .tovar_description .no_exist_now {
    position: absolute;
    right: -27px;
    top: 10px;
    margin-top: 0;
    width: 171px;
    height: 59px;
    background: url("/templates/babybrick/img/not_now_bg.png") 50% 50% no-repeat;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  #content.block .catalog .tovar .tovar_description .no_exist_now p {
    margin: 0;
    width: 100%;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 5px;
    font-size: 16px;
  }
  #content.block .catalog .tovar .tovar_description .old_cost {
    position: absolute;
    right: 35px;
    top: 17px;
  }
  #content.block .catalog .tovar .tovar_description .text3 {
    font-size: 14px;
    font-weight: bold;
    color: #365c6a;
  }
  #content.block .catalog .tovar .tovar_description .title5 {
    margin-top: 90px;
  }
  #content.block .catalog .tovar .tovar_description .bought {
    display: none !important;
  }
  #content.block .catalog .tovar .tovar_description .art-wrap {
    position: absolute;
  }
  #content.block .catalog .tovar .tovar_description .art-wrap__line {
    width: 100%;
  }
  #content.block .catalog .tovar .tovar_description .art-wrap__line .text3,
  #content.block .catalog .tovar .tovar_description .art-wrap__line .art {
    display: inline-block;
  }
  #content.block .catalog .tovar .tovar_description .art-wrap__line .art {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description .questions {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description .buy {
    position: absolute;
    right: 6px;
    top: 50px;
    width: 110px;
    height: 35px;
  }
  #content.block .catalog .tovar .tovar_description .buy .cost {
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  #content.block .catalog .tovar .tovar_description .buy .cost .same_cost {
    font-size: 16px;
    line-height: 35px;
  }
  #content.block .catalog .tovar .tovar_description .buy .buy_btn {
    position: absolute;
    top: 50px;
    left: 0px;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description .exist {
    position: absolute;
    top: 138px;
    right: 35px;
    float: none;
    padding: 3px 9px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description .checkout {
    position: absolute;
    right: 7px;
    top: 53px;
    width: 108px;
    height: 23px;
    background: url("/templates/babybrick/img/btn4_red.png") 50% 50% no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description .buy2 {
    width: 151px;
    height: 27px;
  }
  #content.block .catalog .tovar .tovar_description .buy2 .cost {
    font-size: 9px;
  }
  #content.block .catalog .tovar .tovar_description .buy2 .cost .same_cost {
    font-size: 16px;
  }
  #content.block .catalog .tovar .tovar_description .buy2 .buy_btn {
    margin: 0;
    background: none;
  }
  #content.block .catalog .tovar .tovar_description .buy2 .buy_btn img {
    float: right;
    margin: 0;
    width: 65px;
    height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description .title5 {
    font-size: 16px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .catalog .tovar .tovar_description .desc .char .char_name {
    font-size: 14px;
  }
  #content.block .catalog .tovar .tovar_description .desc .char .count {
    font-size: 14px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 {
    margin-right: 0;
  }
  #content.block .slider2_menu {
    padding-left: 3.7%;
    padding-right: 3.7%;
  }
  #content.block .slider2 .slides2 {
    padding-left: 3.7%;
    padding-right: 3.7%;
  }
  #content.block .slider2 .slides2 .char_block {
    margin-top: 0;
  }
  #content.block .slider2 .slides2 .slide {
    width: 100%;
  }
  #content.block .title3 {
    padding-left: 3.7%;
    padding-right: 3.7%;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2,
  #content.block .slider2 .tovar_items3 {
    margin-top: 17px;
    margin-bottom: 0;
    padding-left: 3.7%;
    padding-right: 3.7%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 div[itemprop=isSimilarTo]:nth-child(2n) > .tovar_item,
  #content.block .slider2 .tovar_items3 div[itemprop=isSimilarTo]:nth-child(2n) > .tovar_item {
    margin-right: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item,
  #content.block .slider2 .tovar_items3 .tovar_item {
    margin-right: 5px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    width: 49%;
    height: 272px;
  }

}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .new,
  #content.block .slider2 .tovar_items3 .tovar_item .new,
  #content.block .slider2 .tovar_items2 .tovar_item .hit,
  #content.block .slider2 .tovar_items3 .tovar_item .hit,
  #content.block .slider2 .tovar_items2 .tovar_item .sale,
  #content.block .slider2 .tovar_items3 .tovar_item .sale {
    top: -4px;
    left: -4px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .pic,
  #content.block .slider2 .tovar_items3 .tovar_item .pic {
    width: 93%;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .pic img,
  #content.block .slider2 .tovar_items3 .tovar_item .pic img {
    width: 100%;
    height: 125px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .tovar_url,
  #content.block .slider2 .tovar_items3 .tovar_item .tovar_url {
    padding-left: 7px;
    padding-right: 7px;
    height: 3em;
  }
  #content.block .slider2 .tovar_items2 .tovar_item .tovar_url .tovar_title,
  #content.block .slider2 .tovar_items3 .tovar_item .tovar_url .tovar_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .checkout,
  #content.block .slider2 .tovar_items3 .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
    width: 100%;
    height: 33px;
    background: url("/templates/babybrick/img/btn4_red-mobile.png") 50% 50% no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .not_now,
  #content.block .slider2 .tovar_items3 .tovar_item .not_now {
    position: static;
    margin-top: 10px;
    margin-left: 2px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  #content.block .slider2 .tovar_items2 .tovar_item .not_now p,
  #content.block .slider2 .tovar_items3 .tovar_item .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .left,
  #content.block .slider2 .tovar_items3 .tovar_item .left {
    position: static;
    float: left;
    margin-left:8px;
    margin-top: 10px;
    width: 130px;
  }
  #content.block .slider2 .tovar_items2 .tovar_item .left .age,
  #content.block .slider2 .tovar_items3 .tovar_item .left .age {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .left .old_cost,
  #content.block .slider2 .tovar_items3 .tovar_item .left .old_cost {
    /*display: none;*/
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .right,
  #content.block .slider2 .tovar_items3 .tovar_item .right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .buy2,
  #content.block .slider2 .tovar_items3 .tovar_item .buy2,
  #content.block .slider2 .tovar_items2 .tovar_item .buy,
  #content.block .slider2 .tovar_items3 .tovar_item .buy {
    position: static;
    margin-top: 20px;
    margin-left: 7px;
    width: 92%;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .buy2 .cost,
  #content.block .slider2 .tovar_items3 .tovar_item .buy2 .cost,
  #content.block .slider2 .tovar_items2 .tovar_item .buy .cost,
  #content.block .slider2 .tovar_items3 .tovar_item .buy .cost {
    padding-top: 0;
    padding-left: 5px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .buy2 .cost .same_cost,
  #content.block .slider2 .tovar_items3 .tovar_item .buy2 .cost .same_cost,
  #content.block .slider2 .tovar_items2 .tovar_item .buy .cost .same_cost,
  #content.block .slider2 .tovar_items3 .tovar_item .buy .cost .same_cost {
    font-size: 16px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .buy2 .buy_btn,
  #content.block .slider2 .tovar_items3 .tovar_item .buy2 .buy_btn,
  #content.block .slider2 .tovar_items2 .tovar_item .buy .buy_btn,
  #content.block .slider2 .tovar_items3 .tovar_item .buy .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 84px;
    height: 35px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .slider2 .tovar_items2 .tovar_item .buy2 .buy_btn img,
  #content.block .slider2 .tovar_items3 .tovar_item .buy2 .buy_btn img {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #content.block .product-size ~ .bought {
    margin-top: -44px;
  }
}
#content.block .product-size {
  margin-top: 5px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content.block .product-size {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #content.block .product-size {
    margin-bottom: 6px;
  }
}
#content.block .product-size__item {
  display: inline-block;
  margin-bottom: 3px;
  
  height: 27px;
  border: 1px solid #14cdd9;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
#content.block .product-size__input {
  display: none;
}
#content.block .product-size__input:checked + .product-size__item {
  color: #fff;
  background: #fe583a;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content.block {
    min-width: 737px;
    width: 737px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content {
    margin-top: 21px;
  }
  #content .sidebar .side_title {
    background: transparent;
  }
  #content .sidebar .side_title .side_menu li {
    padding-left: 0;
  }
  #content .content {
    width: 559px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  #content .content .catalog h1 {
    padding-top: 17px;
    padding-left: 11px;
    font-size: 18px !important;
  }
  #content .content .catalog .tovar {
    margin-top: 17px;
    padding-right: 0;
    width: 529px;
    /*min-height: 495px;*/
    margin-bottom: 200px;
  }
  #content .content .catalog .tovar .select {
    margin-bottom: 25px;
  }
  #content .content .catalog .tovar .slider {
    width: 303px;
  }
  #content .content .catalog .tovar .slider .slides {
    width: 303px;
  }

  #content .content .catalog .tovar .slider .slides .slide {
    width: 303px;
    height: 260px;
  }
  #content .content .catalog .tovar .slider .slides .slide img {
    width: 303px;
    height: 260px;
  }

  #d3model {
    width: 303px;
    height: 260px;
  }

  #d3model iframe {
    width: 303px;
    height: 260px;
  }
  #d3model_thumb {
    width: 75px;
    height: 50px;
  }

  #content .content .catalog .tovar .slider .thumbs {
    margin-top: 5px;
  }
  #content .content .catalog .tovar .slider .thumbs li {
    margin-right: 7px;
    height: 60px;
    width: 70px;
  }
  #content .content .catalog .tovar .slider .thumbs li:nth-child(4n) {
    margin-right: 0;
    float: right;
  }
  #content .content .catalog .tovar .slider .thumbs li a img {
    padding: 0;
  }
  #content .content .catalog .tovar .econom {
    left: 343px;
    top: -20px;
  }
  #content .content .catalog .tovar .econom .text6 {
    font-family: als_direct_regular, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  #content .content .catalog .tovar .tovar_description {
    padding-left: 9px;
    width: 178px;
  }
  #content .content .catalog .tovar .tovar_description .no_exist_now {
    margin-top: 0;
    margin-left: -15px;
    margin-bottom: 75px;
    width: 227px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #content .content .catalog .tovar .tovar_description .no_exist_now p {
    padding-left: 82px;
    width: 142px;
    font-size: 14px;
  }
  #content .content .catalog .tovar .tovar_description .questions {
    /*position: absolute;
    margin-top: 0;
    left: 11px;*/
  }
  #content .content .catalog .tovar .tovar_description .questions .text6 {
    margin: 0;
    padding-top: 4px;
    font-weight: 700;
  }
  #content .content .catalog .tovar .tovar_description .questions .text3 {
    padding: 2px 0 3px;
  }
  #content .content .catalog .tovar .tovar_description .questions .q_phone {
    font-weight: 700;
    font-size: 14px;
    font-family: 'als_direct_bold', Arial, sans-serif;
    line-height: 1;
  }
  #content .content .catalog .tovar .tovar_description .old_cost {
    margin: 13px 0 0 4px;
  }
  #content .content .catalog .tovar .tovar_description .buy {
    margin-top: 5px;
    width: 160px;
    height: 27px;
  }
  #content .content .catalog .tovar .tovar_description .buy .cost {
    padding: 0;
    padding-left: 7px;
    font-size: 12px;
  }
  #content .content .catalog .tovar .tovar_description .buy .cost .same_cost {
    font-size: 15px;
    line-height: 27px;
  }
  #content .content .catalog .tovar .tovar_description .buy_btn {
    width: 64px;
    height: 26px;
    margin: 1px 0px 0 0;
    background-size: 100%;
  }
  #content .content .catalog .tovar .tovar_description .checkout {
    position: static;
    width: 120px;
    height: 26px;
    background: url("/templates/babybrick/img/btn4_red.png") 50% 50% no-repeat;
  }
  #content .content .catalog .tovar .tovar_description .exist {
    margin: 20px 0 8px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #content .content .catalog .tovar .tovar_description p {
    font-size: 12px;
    line-height: 1.3;
  }
  #content .content .catalog .tovar .tovar_description .title5 {
    background: #fafafa;
    position: absolute;
    top: 364px;
    left: 0px;
    padding: 23px 0 0 5px;
    width: calc(100% - 5px);
    font-family: als_direct_bold, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
  }
  #content .content .catalog .tovar .tovar_description .art {
    font-family: als_direct_bold, Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
  }
  #content .content .catalog .tovar .tovar_description .desc {
    position: absolute;
    top: 420px;
    left: 0;
    padding-top: 6px;
    padding-left: 5px;
  }
  #content .content .catalog .tovar .tovar_description .desc .char .char_name {
    margin: 0 5px 0 0;
  }
  #content .content .catalog .tovar .tovar_description .desc .char .count {
    margin: 0 0 0 4px;
  }
  #content .content .catalog .buy2 {
    bottom: 5px;
    width: 100%;
    height: 27px;
  }
  #content .content .catalog .buy2 .cost {
    font-size: 9px;
  }
  #content .content .catalog .buy2 .cost .same_cost {
    font-size: 16px;
  }
  #content .content .catalog .buy2 .buy_btn {
    margin: 0;
    background: none;
  }
  #content .content .catalog .buy2 .buy_btn img {
    float: right;
    margin: 0;
    width: 65px;
    height: 27px;
  }

  #content .content .catalog .tovar .slider .thumbs {
     height:110px;
  }

  #content .content .catalog .slider2 .slider2_menu {
    margin: 0;
  }
  #content .content .catalog .slider2 .slider2_menu li:first-child {
    margin-right: 29px;
  }
  #content .content .catalog .title3 {
    text-transform: uppercase;
  }
  #content .content .catalog .slider2 .tovar_items,
  #content .content .catalog .slider2 .tovar_items2 {
    margin-top: 20px;
    margin-bottom: 0;
    height: auto;
  }
  #content .content .catalog .slider2 .tovar_items .tovar_item,
  #content .content .catalog .slider2 .tovar_items2 .tovar_item {
    margin-left: 6px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 156px;
    height: 231px;
  }
  #content .content .catalog .slider2 .tovar_items .tovar_item:first-child,
  #content .content .catalog .slider2 .tovar_items2 .tovar_item:first-child {
    margin-left: 3px;
  }
  #content .content .catalog .slider2 .tovar_items .tovar_item .checkout,
  #content .content .catalog .slider2 .tovar_items2 .tovar_item .checkout {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 16px;
    width: 100%;
    height: 27px;
    background: url("/templates/babybrick/img/btn4_red.png") 50% 50% no-repeat;
  }
  #content .content .catalog .slider2 .tovar_items .tovar_item .not_now,
  #content .content .catalog .slider2 .tovar_items2 .tovar_item .not_now {
    position: static;
    margin-top: 3px;
    width: 100%;
    height: 59px;
    background-size: cover;
  }
  #content .content .catalog .slider2 .tovar_items .tovar_item .not_now p,
  #content .content .catalog .slider2 .tovar_items2 .tovar_item .not_now p {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  #content .content .catalog .slider2 .tovar_items .buy,
  #content .content .catalog .slider2 .tovar_items2 .buy,
  #content .content .catalog .slider2 .tovar_items .buy2,
  #content .content .catalog .slider2 .tovar_items2 .buy2 {
    position: static;
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    height: 27px;
  }
  #content .content .catalog .slider2 .tovar_items .buy .cost,
  #content .content .catalog .slider2 .tovar_items2 .buy .cost,
  #content .content .catalog .slider2 .tovar_items .buy2 .cost,
  #content .content .catalog .slider2 .tovar_items2 .buy2 .cost {
    font-size: 9px;
  }
  #content .content .catalog .slider2 .tovar_items .buy .cost .same_cost,
  #content .content .catalog .slider2 .tovar_items2 .buy .cost .same_cost,
  #content .content .catalog .slider2 .tovar_items .buy2 .cost .same_cost,
  #content .content .catalog .slider2 .tovar_items2 .buy2 .cost .same_cost {
    font-size: 16px;
  }
  #content .content .catalog .slider2 .tovar_items .buy .buy_btn,
  #content .content .catalog .slider2 .tovar_items2 .buy .buy_btn,
  #content .content .catalog .slider2 .tovar_items .buy2 .buy_btn,
  #content .content .catalog .slider2 .tovar_items2 .buy2 .buy_btn {
    margin-right: 0;
    margin-top: 1px;
    width: 65px;
    height: 27px;
    background-size: cover;
  }
  #content .content .catalog #innder_div_prod_description p {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  #content.content_page-search .sidebar {
    margin-top: 30px;
  }
  #content.content_page-search .catalog .crumbs_menu {
    width: 100%;
    padding-right: 3.7%;
  }
  #content.content_page-search .catalog .title2 + p {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #content.content_page-search {
    padding-bottom: 45px;
  }
  #content.content_page-search .catalog .crumbs_menu {
    position: static;
    width: 94%;
  }
  #content.content_page-search .catalog .title2 + p {
    padding-top: 10px;
    padding-left: 3.7%;
  }
  #content.content_page-search .catalog .cat_info .r_cat_info {
    display: none;
  }
  #content.content_page-search .catalog .cat_info .l_cat_info {
    padding-left: 3.7%;
    padding-right: 3.7%;
    width: auto;
  }
  #content.content_page-search .catalog .cat_info .l_cat_info .cat_nav {
    margin-top: 10px;
  }
  #content.content_page-search .catalog .cat_nav2 {
    bottom: -35px;
  }
}
@media only screen and (max-width: 767px) {
  #content .sidebar {
    display: none;
  }
  #content .sidebar_page-home {
    display: block;
  }
  #content .sidebar_page-home .yashare-auto-init,
  #content .sidebar_page-home .gplus,
  #content .sidebar_page-home .side_title,
  #content .sidebar_page-home .side_menu,
  #content .sidebar_page-home .side_menu2 {
    display: none;
  }
  #content .sidebar_page-home .rating {
    display: none;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 0;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #content .sidebar_page-home .rating::before {
    position: absolute;
    top: -15px;
    left: 50%;
    display: block;
    width: 375px;
    height: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: '';
    border-bottom: 1px solid #1885c4;
  }
  #content .sidebar_page-home .rating .text {
    display: none;
  }
  #content .sidebar_page-home .rating #lego_weight_select {
    width: 90% !important;
  }
  #content .sidebar_page-home .rating #vk_groups {
    display: none;
  }
}
.text_technical-info {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #content .sidebar {
    margin-top: 20px;
    margin-left: 10px;
    padding-right: 3%;
    width: 18%;
  }
  #content .sidebar .yashare-auto-init {
    position: absolute;
    right: 19px;
    top: 15px;
  }
  #content .sidebar .gplus {
    position: absolute;
    top: 15px;
    right: 130px;
  }
  #content .sidebar .side_title:not(:nth-of-type(1)),
  #content .sidebar .side_title:not(:nth-of-type(5)) {
    cursor: pointer;
  }
  #content .sidebar .side_title:not(:nth-of-type(1)) .side_menu {
    display: none;
  }
  #content .sidebar .side_menu {
    margin-top: 10px;
  }
  #content .sidebar .side_menu li {
    padding-left: 13%;
  }
  #content .sidebar .side_menu li .plus {
    left: -5px;
  }
  #content .sidebar .side_menu ul li {
    padding-left: 2%;
  }
  #content .sidebar .side_menu2 {
    display: none;
  }
  #content .sidebar .rating {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #content h1.title {
    margin-top: 37px;
  }
  #content h1.title2 {
    margin-top: 26px;
  }
  #content h1.title4 {
    margin-top: 27px !important;
  }
  #content .infopage h1 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #page {
    padding-top: 5px;
    overflow: hidden;
  }
  #page .wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #page {
    padding: 10px;
    padding-bottom: 0;
  }
}
#to-top-btn {
  z-index: 600;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #to-top-btn {
    position: fixed;
    top: 50%;
    left: 0;
    width: 38px;
    height: 38px;
    background: url("/templates/babybrick/img/icon-arrow-up.png") 50% 50% no-repeat, -webkit-linear-gradient(top, #14cdd9 30%, #0983bb 100%);
    background: url("/templates/babybrick/img/icon-arrow-up.png") 50% 50% no-repeat, linear-gradient(to bottom, #14cdd9 30%, #0983bb 100%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.social-mobile {
  z-index: 600;
  position: fixed;
  bottom: 2%;
  right: 0;
  display: block;
  width: 41px;
  height: 164px;
  background: -webkit-linear-gradient(top, #14cdd9 30%, #0983bb 100%);
  background: linear-gradient(to bottom, #14cdd9 30%, #0983bb 100%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.social-mobile__link {
  display: block;
  width: 41px;
  height: 41px;
  text-decoration: none;
}
.social-mobile__link_facebook {
  background: url("/templates/babybrick/img/icon-social-facebook.png") 50% 50% no-repeat;
}
.social-mobile__link_twitter {
  background: url("/templates/babybrick/img/icon-social-twitter.png") 50% 50% no-repeat;
}
.social-mobile__link_google {
  position: relative;
  background: url("/templates/babybrick/img/icon-social-google.png") 50% 50% no-repeat;
  overflow: hidden;
}
.social-mobile__link_vk {
  background: url("/templates/babybrick/img/icon-social-vk.png") 50% 50% no-repeat;
}
@media only screen and (max-width: 767px) {
  .social-mobile .gplus {
    margin: 0;
    padding-top: 23px;
    height: 41px;
    width: 41px;
    -webkit-transform: scale(1.95);
            transform: scale(1.95);
    opacity: 0;
    overflow: hidden;
  }
}
.table-wrap_infopage_city {
  padding-left: 0;
}
.table-wrap_infopage_city .el1 {
  width: 16%;
}
.table-wrap_infopage_city .el2 {
  width: 23%;
}
.table-wrap_infopage_city .el3 {
  width: 20%;
}
.table-wrap_infopage_city .el4 {
  width: 17%;
}
.table-wrap_infopage_city .el5 {
  width: 19%;
}
.table-wrap_infopage_city .head_table .text5 {
  white-space: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #transcom_delivery .tk_del_tbl {
    padding-left: 0;
  }
  #transcom_delivery .tk_del_tbl .el1 {
    width: 17%;
  }
  #transcom_delivery .tk_del_tbl .el2 {
    width: 17%;
  }
  #transcom_delivery .tk_del_tbl .el3 {
    width: 20%;
  }
  #transcom_delivery .tk_del_tbl .el4 {
    width: 17%;
  }
  #transcom_delivery .tk_del_tbl .head_table .text5 {
    white-space: normal;
  }
}