/*SETTINGS*/
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 18px;
}
body.grey_page {
  background-color: #f5f5f5;
}
img {
  max-width: 100%;
}
a {
  color: #0e9cbd;
  text-decoration: none !important;
}
a:hover {
  color: #191919;
}
table {
  width: 100%;
}
.page_wrapper {
  min-height: 600px;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex_wrap {
  flex-wrap: wrap;
}
.inner_content {
  max-width: 1385px;
  padding: 0 15px;
  margin: auto !important;
}
.content_page {
  padding: 36px 15px;
}
*:focus {
  outline: none !important;
}
.hidden {
  display: none;
}
h1 {
  margin-top: 0;
}
h1, h2, h3 {
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  position: relative;
  padding-bottom: 14px;
  text-align: left !important;
  font-weight: normal;
  color: #000 !important;
  margin-bottom: 25px;
}
h1:after, h2:after, h3:after {
  height: 2px;
  width: 50px;
  content: '';
  background-color: #0e9cbd;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*HEADER*/
.header {
  justify-content: space-between;
  padding-top: 43px;
  align-items: center;
  padding-bottom: 27px;
}
.header .fa {
  color: #bfbfbf;
}
.head_phones a {
  display: block;
  text-decoration: none;
  color: #000;
}
.header .city_c .cont_i {
  position: relative;
}
.header .city_c .fa {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}
.header .city_c span {
  display: block;
  padding-left: 22px;
  font-size: 16px;
  margin-bottom: 3px;
}
.head_cont .city_c:first-child {
  margin-bottom: 12px;
}
.center_head_logo {
  align-items: center;
}
.center_head_logo .desc {
  margin-left: 33px;
}
.head_phones .phone span {
  font-size: 20px;
  font-weight: bold;
}
.mailto .fa {
  font-size: 14px;
}
.menu_basket {
  justify-content: space-between;
  align-items: center;
}
#horizontal-multilevel-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
#horizontal-multilevel-menu li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#horizontal-multilevel-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  background-color: #000;
  min-width: 220px;
  padding: 10px 18px;
  z-index: 22;
}
#horizontal-multilevel-menu li {
  position: relative;
}
.top_menu a, #cart_line a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.wrapper_line_header {
  background-color: #3a4043;
}
.top_menu a {
  color: #fff;
}
#horizontal-multilevel-menu li > a {
  padding: 13px 0;
  margin-right: 10px;
  display: block;
}
#horizontal-multilevel-menu li:last-child > a {
  margin-right: 0;
}
.menu_basket .top_menu {
  width: 85%;
}
.menu_basket .head_basket {
  width: 12%;
  text-align: right;
}
#cart_line a {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  padding: 8px 10px;
}
#cart_line a:hover {
  background-color: #e6e6e6;
}
#cart_line a .count {
  color: #0e9cbd;
}
#cart_line a img {
  position: relative;
  top: -3px;
  left: -3px;
}
#horizontal-multilevel-menu li > a:hover {
  color: #0e9cbd;
}
#horizontal-multilevel-menu li:hover ul {
  display: block;
}
#horizontal-multilevel-menu li > ul > a {
  padding: 7px 0;
}
.content_wrapper {
  padding-top: 25px;
  justify-content: space-between;
}
.sidebar_left {
  width: 17%;
}
.content_site {
  width: 81%;
}
.catalog .items {
  justify-content: space-between;
}
.catalog .cell {
  width: 32%;
  padding: 12px;
  border: 1px solid #ececec;
  text-align: center;
  color: #000;
  margin-bottom: 23px;
}
.catalog .cell:nth-child(3n + 2):last-child {
  margin-right: 34%;
}
.catalog .image_c {
  min-height: 220px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog .name {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  display: block;
  margin-top: 24px;
  padding-bottom: 10px;
}
.catalog:not(.catalog_section) .cell:hover {
  border: 1px solid #0e9cbd;
  color: #0e9cbd;
}
.left_menu a {
  color: #000;
  display: block;
}
.left_menu a:hover {
  color: #0e9cbd;
}
.left_menu .name {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.left_menu .left_0 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 25px;
}
.left_menu .left_0:first-child {
  margin-top: 0 !important;
}
.left_menu .left_1 a, .left_menu .left_2 a {
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.left_menu .left_2 a {
  padding-left: 30px;
}
.left_menu .select {
  font-weight: bold;
}
/*FOOTER*/
.wrapper_footer {
  background-color: #3b4044;
  border-top: 1px solid #0e9cc0;
  margin-top: 30px;
}
.footer {
  justify-content: space-between;
  padding-top: 39px;
  padding-bottom: 39px;
}
.footer, .footer a {
  color: #fff;
  font-size: 18px;
}
.menu_f a {
  display: block;
  margin-bottom: 2px;
}
.menu_f a:hover {
  text-decoration: underline !important;
}
.footer .title_f {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #878c8f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
  min-height: 34px;
}
.itemc_f {
  margin-bottom: 8px;
}
.footer .fa.fa-facebook {
  display: flex;
  width: 37px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
}
.footer .fa.fa-facebook:hover {
  color: #000;
  background-color: #fff;
}
/*FILTER*/
.catalog-item-filter-body-tog {
  display: none;
}
/*BRAND*/
.brands {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.brands a {
  border: 1px solid #ececec;
  width: 14.3%;
  margin-right: 2.7%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 159px;
  overflow: hidden;
  margin-bottom: 26px;
}
.brands a:hover {
  border: 1px solid #0e9cbd;
}
.brands a img {
  transition: 0.3s;
}
.brands a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
/*SECTION*/
.catalog_section .name {
  color: #000 !important;
  min-height: 72px;
}
.catalog_section .cell {
  text-align: left;
  padding-bottom: 35px;
}
.bottom_info .price span {
  display: block;
}
.catalog_section .cell .preview {
  min-height: 50px;
  margin-bottom: 12px;
}
.catalog_section .bottom_info {
  justify-content: space-between;
  align-items: flex-end;
}
.catalog_section .name_price {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.price .blue {
  font-size: 24px;
  font-weight: bold;
  color: #0e9cbd;
}
.bottom_info .avaibl {
  font-size: 16px;
  font-weight: bold;
}
.cart_gray, .cart_blue {
  padding: 10px 13px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0e9cbd;
  border: 2px solid #0e9cbd;
  text-transform: uppercase;
  display: inline-block;
  min-width: 110px;
}
.cart_blue:hover, .cart_gray {
  color: #fff !important;
  background-color: #0e9cbd;
}
.catalog_section .name:hover {
  color: #0e9cbd !important;
}
div.catalog-item-sorting a.selected {
  background: #f7f7f7;
}
div.catalog-item-sorting a {
  border-radius: 4px;
  color: #000;
}
div.catalog-item-sorting a:hover {
  color: #0e9cbd;
}
div.catalog-item-sorting {
  margin-bottom: -10px;
  margin-top: 25px;
}
div.catalog-item-sorting a, .inline-filter a {
  margin: 0 0.3em;
}
div.catalog-item-sorting a.selected, .inline-filter b {
  padding: 0.4em 0.6em 0.5em;
}
div.catalog-item-sorting a.desc, div.catalog-item-sorting a.asc {
  padding-right: 1.3em;
}
div.catalog-item-sorting a.asc {
  background-image: url("images/icons-sprite.gif");
  background-position: right -223px;
  background-repeat: no-repeat;
}
div.catalog-item-sorting a.desc {
  background-image: url("images/icons-sprite.gif");
  background-position: right -180px;
  background-repeat: no-repeat;
}
.catalog-item-sorting label {
  font-weight: normal;
}
.nav {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
p, li {
  font-size: 18px;
}
.catalog-item-filter tbody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
.catalog-item-filter {
  background-color: #f7f7f7;
  padding: 20px 25px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.catalog-item-filter tbody tr {
  width: 24%;
  margin-bottom: 10px;
}
.catalog-item-filter tbody tr td {
  display: block;
}
.catalog-item-filter .field-name {
  font-size: 14px;
}
.title_wrap_filter {
  margin-bottom: 16px;
}
.catalog-item-filter input, .catalog-item-filter select, .catalog-item-filter textarea {
  padding: 6px;
}
.catalog-item-filter select, .catalog-item-filter .filter-textbox input {
  width: 100%;
}
input[type="submit"] {
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #0e9cbd;
  border: 2px solid #0e9cbd;
  text-transform: uppercase;
  display: block;
  background-color: #f7f7f7;
}
input[type="submit"]:hover {
  background-color: #fff;
}
.bootom_filter {
  justify-content: space-between;
  align-items: flex-end;
}
#catalog_item_toogle_filter {
  text-decoration: underline !important;
}
#catalog_item_toogle_filter:hover {
  text-decoration: none !important;
}
input[name="set_filter"] {
  margin-right: 20px;
}
.catalog-item-filter tbody tr:nth-child(3n + 2):last-child {
  margin-right: 50.2%;
}
.catalog-item-filter tbody tr:nth-child(3n + 3):last-child {
  margin-right: 25.2%;
}
.element_detail_wrap {
  justify-content: space-between;
  margin-bottom: 35px;
}
.element_detail_wrap .card_foto {
  width: 34.5%;
}
.element_detail_wrap .card_text {
  width: 62.5%;
}
.breadcrumb a {
  color: #000;
  font-size: 17px;
}
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb a:hover {
  color: #0e9cbd;
}
.more_photo {
  justify-content: space-between;
}
.more_photo .item {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  padding: 12px;
  cursor: pointer;
  margin-bottom: 20px;
}
.card_foto .big_ph {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
  padding: 30px;
  margin-bottom: 15px;
  min-height: 390px;
}
.card_foto .big_ph img {
  cursor: pointer;
}
.more_photo .item:hover, .more_photo .item.i_selected {
  border: 1px solid #0e9cbd;
}
.card_text .articul {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
}
.card_text .name_price {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.card_text .price {
  margin-bottom: 15px;
}
.detail_btn {
  margin-bottom: 25px;
}
div.cart-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
div.cart-buttons input {
  margin-left: 25px;
}
.egg {
  justify-content: space-between;
  padding: 25px 20px;
  border: 1px solid #0e9cbd;
  border-radius: 3px;
  margin-bottom: 25px;
}
.egg .item {
  width: 33%;
  text-align: center;
}
.egg .item span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 23px;
}
.char_item {
  justify-content: space-between;
  position: relative;
}
.char_item:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.char_item span {
  position: relative;
  background-color: #fff;
  padding: 2px;
  z-index: 2;
}
.card_props .ph, .mod_wrapper .ph {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.detail_bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}
label {
  font-weight: normal;
}
.mod .th {
  font-weight: bold;
}
.mod td {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
}
.mod .mod_name {
  width: 50%;
}
.mod tbody tr:nth-child(2n+2) td {
  background-color: #fbfbfb;
}
.info_page + h1 {
  display: none;
}
.breadcrumb b {
  font-weight: normal;
}
.chars_section {
  width: 70%;
}
.phone_menu {
  padding: 20px 10px;
  padding-left: 20px;
  font-size: 18px !important;
  padding-top: 20px !important;
}
#menu_right {
  display: none;
}
#menu_right.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}
.fixed_mm_item {
  border-color: #fff;
  padding: 10px 20px;
  padding-bottom: 0;
}
.fixed_mm_item .search_form #title-search-input {
  height: 45px;
}
.menu_search_m {
  margin-top: 5px;
}
.wrapper_bottom_float {
  background-color: #354cbc;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 102;
}
.bottom_foat {
  justify-content: space-between;
}
.button_bottom_float {
  color: #fff;
  font-weight: 500;
  align-items: center;
}
.button_bottom_float .img {
  border-radius: 100%;
  background-color: #fff;
  padding: 6px;
}
.button_bottom_float .text {
  margin-left: 18px;
  color: #fff;
}
.button_bottom_float .text a {
  color: #fff;
}
.button_bottom_float a.text span {
  text-decoration: underline !important;
}
.button_bottom_float a.text:hover span {
  text-decoration: none !important;
}
.fixed_mm_item span {
  display: block;
}
.fixed_mm_item .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fixed_mm_item .cont_item .text {
  font-size: 13px;
}
.fixed_mm_item .mm-listitem__text {
  padding: 0;
  word-wrap: normal !important;
}
.fixed_mm_item #title-search-input {
  font-size: 14px;
}
.cabinet_menu {
  display: block;
}
.cabinet_menu a {
  display: block;
}
.cont_menu_m {
  display: block !important;
  max-width: 274px;
}
.cabinet_menu a {
  margin-bottom: 10px;
}
.menu_title_m {
  margin-top: 12px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.cont_header.mm-listitem__text {
  white-space: normal !important;
}
.mobile_header {
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #0e9cbd;
}
.logo_mobile img {
  max-width: 180px;
}
.mobile_header .right_part {
  align-items: center;
}
.mobile_header .right_part .sub_item:last-child a {
  font-size: 27px;
}
.cart_mt {
  position: relative;
  padding-right: 35px;
}
.cart_mt span {
  position: absolute;
  top: -11px;
  background-color: #354cbc;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  right: 18px;
}
.old_view_product {
  display: none;
}
.mobile_header_wrapper {
  display: none;
}
.phone_menu_last.fixed_mm_item {
  padding-top: 5px !important;
  padding-bottom: 15px;
}
.wrapper_slider {
  position: relative;
  margin-bottom: 20px;
}
.wrapper_slider .text_slide {
  position: absolute;
  right: 0;
  width: 30%;
  top: 0;
  padding: 38px 46px;
  color: #fff;
  background-color: #0e9cbd;
  height: 100%;
}
.wrapper_slider .title {
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.text_slide .link a {
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 16px;
}
.text_slide .link a:hover {
  color: #000;
  background-color: #fff;
}
.wrapper_slider .owl-nav {
  display: none;
}
.wrapper_slider .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff !important;
  margin: 0 3px;
}
.wrapper_slider .owl-dot.active {
  background-color: #0e9cbd !important;
}
.wrapper_slider .owl-dots {
  position: absolute;
  bottom: 4%;
  left: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 21%);
  padding: 4px 4px;
  border-radius: 3px;
}
.wrapper_searh .search_input {
  width: 100%;
  padding: 9px 18px;
  background-color: #f5f5f5;
  border: 0;
}
.wrapper_searh {
  margin-top: 28px !important;
}
.wrapper_searh form {
  border: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  color: #000;
  font-size: 18px;
}
.wrapper_searh input[type="submit"] {
  z-index: 2;
  position: relative;
  background: none;
  border: 0;
}
.wrapper_searh .search_b {
  position: relative;
}
.wrapper_searh .search_b:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  left: 8px;
  top: 8px;
  color: #24a4c2;
  cursor: pointer;
}
.wrapper_searh .search_b:hover:after {
  color: #000;
}
div.search-page input.search-query {
  padding: 10px;
}
.wrapper_egg {
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrapper_egg .item {
  width: 32%;
}
.wrapper_egg_text {
  justify-content: space-between;
  margin-bottom: 60px;
}
.wrapper_egg_text .item {
  width: 32%;
  text-align: center;
}
.wrapper_egg_text .item .text {
  text-align: left;
  margin-top: 12px;
}
.catalog_section .cell .preview * {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 19px !important;
  font-family: 'Roboto', sans-serif !important;
  display: block;
}
.integer_list .item_list {
  justify-content: space-between;
  margin-bottom: 12px;
}
.integer_list .item_list .int {
  font-size: 22px;
  color: #099dbb;
  width: 6%;
  border-right: 1px solid #cecece;
}
.integer_list .item_list.empty_item .int {
  border: 0;
}
.integer_list .item_list .text {
  width: 92%;
}
.integer_list a {
  text-decoration: underline !important;
}
.integer_list a:hover {
  text-decoration: none !important;
}
.two_about .item:first-child {
  margin-right: 20px;
}
.block_seven {
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_seven .item {
  width: 16%;
  border: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
}
.block_seven .item:nth-child(6n + 2):last-child {
  margin-right: 67.4%;
}
.block_seven .item:nth-child(6n + 3):last-child {
  margin-right: 50.4%;
}
.block_seven .item:nth-child(6n + 4):last-child {
  margin-right: 33.4%;
}
.block_seven .item:nth-child(6n + 5):last-child {
  margin-right: 16.4%;
}
.list_line .item_line {
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
}
.list_line .item_line:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #099dbb;
  content: '';
}
.page_multi_block h2 {
  margin-top: 0;
}
.page_multi_block {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 50px;
}
.page_multi_block .left {
  width: 58%;
}
.page_multi_block .right {
  width: 39%;
}
.multi_ico .m_ico {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.multi_ico .m_ico .img_m {
  width: 10%;
}
.multi_ico .m_ico .text_m {
  width: 88%;
}
.wrapper_footer {
  width: 100%;
}
.content_wrapper {
  flex-wrap: wrap;
}
td.space {
  border: 0;
}
table.items {
  border-collapse: unset;
}
.bootom_footer_block {padding-bottom: 12px !important;}
.bootom_footer_block * {font-size: 12px; color: #fff !important;}
.bootom_footer_block a:hover {text-decoration: underline !important;}

