@font-face {
    font-family: Gilroy;
    src: url(/catalog/fonts/Gilroy-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Gilroy;
    src: url(/catalog/fonts/Gilroy-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Gilroy;
    src: url(/catalog/fonts/Gilroy-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Gilroy;
    src: url(/catalog/fonts/Gilroy-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Gilroy;
    src: url(/catalog/fonts/Gilroy-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Gilroy;
    src: url(/catalog/fonts/Gilroy-ExtraBold.ttf);
    font-weight: 800;
}

body {
    overflow-y: scroll !important;
}

div#popupcart_extended_background {
    z-index: 99999 !important;
}

body {
    font-family: 'Gilroy';
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-top: 115px;
    background-color: #f1f1f1;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}


/* default font size */

.fa {
    font-size: 14px;
}

ol,
ul {
    margin-bottom: 20px;
}


/* Override the bootstrap defaults */

h1 {
    font-family: 'Gilroy', sans-serif;
    color: #000;
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #242a3a;
}

h3 {
    font-size: 21px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #242a3a;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #db1833;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 20px 0px 7px;
    font-weight: bold;
    margin-top: 20px !important;
    display: block;
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.informationPage {
    padding-bottom: 50px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    font-weight: 500;
    color: #fff;
    background: #061840;
    border-radius: 8px 0 0 8px;
    border-color: #061840;
    padding: 5px 7px;
}

.input-group select#input-limit,
.input-group select#input-sort {
    width: 240px;
    height: 45px;
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
    font-family: "Gilroy" !important;
    color: #272727 !important;
    border-color: #272727;
    margin-top: 10px;
    margin-right: 0px !important;
    margin-left: auto !important;
    display: block !important;
    /* margin: auto !important; */
}

.search-row label.checkbox-inline {
    margin-left: 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}


/*.search-row label.checkbox-inline input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }*/

.search-row label.checkbox-inline input+.newcheckbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    z-index: 2;
}

.search-row label.checkbox-inline input[type=checkbox][disabled]+.newcheckbox {
    cursor: not-allowed;
}

.search-row label.checkbox-inline:hover input+.newcheckbox {
    background-color: #dbeaf970;
}

.search-row label.checkbox-inline input:checked+.newcheckbox {
    background-color: #1e5f9e;
    border: 1px solid #1b538a;
}

.search-row label.checkbox-inline input:checked+.newcheckbox:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.category_page-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: 10px 0 25px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}


/* top */


/*.logoblock {
      flex-basis: 11%;
      display: flex;
      align-items: center;
  }
  */

.logoblock {
    background-color: #1b3548;
    display: flex;
    align-items: center;
    /*flex-basis: 20%;*/
    width: 250px;
    justify-content: center;
}

.ourRestorans {
    margin-left: -15px;
    text-align: left;
}

#top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

#top>.telBlock>a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
}

#top>.telsocBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
}

#top>.telsocBlock>a,
.viber-telegram>a {
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

#top>.telsocBlock>a.viber,
.viber-telegram>a.viber {
    background: #7d3daf;
}

#top>.telsocBlock>a.telegram,
.viber-telegram>a.telegram {
    background: #47afd3;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 14px !important;
    color: #242a3a;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    /* text-shadow: none; */
    color: #dc0432;
    /* background-color: #229ac8;
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x; */
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 14px !important;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #fff;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #db1833;
    transition: all 0.1s ease-in;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#top-links a+a {
    margin-left: 15px;
}


/* logo */

#logo {
    margin: -10px 0 0px 0px;
}


/* search */

#top-links .headicons {
    margin: 0;
}

#top-links .headicons li {
    font-size: 25px;
    padding: 0 5px;
}

#top-links #cart>.btn:hover {
    color: #47afd3;
}

#top-links #cart>.btn:hover #cart-total {
    color: #fff;
}

#top-links .headSearch {
    margin-right: 30px;
}

.dropdown-item {
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 190px !important;
    padding: 5px 0 20px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown:hover .dropdown-item {
    display: block;
}

.dropdown-item .list-unstyled {
    margin: 0;
}

#search {
    margin-bottom: 0px;
    position: relative;
}

#search .input-group-btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
}

#search .input-lg {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0px 26px;
    border-radius: 30px;
    width: 350px;
    border: 0px;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    box-shadow: none;
}

#search input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}

#search input:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}

#search input::-ms-input-placeholder {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}

#search input::placeholder {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}

#search .btn-lg {
    color: #042b86;
    font-size: 22px;
    line-height: 18px;
    padding: 9px;
    border: none;
    background: transparent;
    outline: none !important;
    s box-shadow: none !important;
}

.flex-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-form input {
    display: inline-flex;
    flex-basis: 48%;
    border: 1px solid #ddd;
    border-radius: 30px;
    height: 60px;
    padding: 10px 30px;
    margin-bottom: 20px;
    color: #000;
    box-shadow: none !important;
}

.flex-form textarea {
    display: inline-flex;
    flex-basis: 100%;
    border: 1px solid #ddd;
    border-radius: 30px;
    height: 120px;
    padding: 15px 30px;
}

.flex-form button {
    display: block;
    margin: 30px auto;
    background: #1e5f9e;
    color: #fff;
    border: 1px solid #1e5f9e;
    box-shadow: none;
    border-radius: 30px;
    padding: 16px 50px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.flex-form>* {
    outline: none !important;
}

.flex-form input:focus,
.flex-form textarea:focus {
    border: 1px solid #1e5f9e;
}

.flex-form button:hover {
    background: #fff;
    color: #1e5f9e;
    border: 1px solid #1e5f9e;
}

.flex-form button[disabled="disabled"] {
    background: #bdbdbd;
    color: #fff;
    cursor: not-allowed;
    border-color: #bdbdbd;
}

#post_form_success .success {
    font-weight: 700;
    font-size: 22px;
    color: #113567;
    padding: 50px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

#post_form_success .success .fa-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #113567;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

#post_form_success .suc-mes {
    font-size: 18px;
    text-align: center;
}

.contact-information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 30px;
}

.contact-information>div {
    font-size: 18px;
    color: #000;
    margin: 0px 0 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-information>div>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
}

.contact-from {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-information>div i {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #113567;
    margin-right: 5px;
}

.alert-success {
    color: #ffffff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.alert-success a {
    color: #47afd3;
}

.close {
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
}


/* cart */

#cart>.btn {
    font-size: 25px;
    line-height: 18px;
    color: #FFF;
    padding: 0;
    position: relative;
    font-weight: 300;
}

#cart-total {
    position: relative;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    display: block;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 100%;
    color: #1b3548;
    padding: 0px;
    margin-top: 5px;
    font-weight: 500;
}

#cart-total>i {
    display: none;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #47afd3;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu li,
#cart .dropdown-menu li a {
    color: #555;
    font-size: 14px;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu table td.totalquantity {
    width: 38px;
    word-break: keep-all;
}

#cart .dropdown-menu table td.totalcost {
    width: 95px;
    word-break: keep-all;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */

#content {
    min-height: auto;
}


/* footer */

footer {
    background-color: transparent;
    color: #fff;
    padding: 60px 0px 35px;
    background-color: #0e212f;
    background-size: cover;
    background-repeat: no-repeat;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Gilroy', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}


/* alert */

.alert {
    /* padding: 18px 30px 18px 30px;
      position: fixed;
      top: 35%;
      z-index: 999999;
      left: 50%;
      max-width: 500px;
      margin-left: -250px; */
}

.alert .close {
    position: absolute;
    top: 3px;
    right: 6px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0px 0 0px -15px;
    padding: 10px 0;
    background-color: transparent;
}

.breadcrumb i {
    font-size: 15px;
    color: #242a3a;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb a {
    color: #061840;
}

.breadcrumb>li:last-child:after {
    content: '';
    display: none;
}

.pagination {
    margin: 0;
}


/* #owl-demo.owl-carousel {
      transform: rotate(90deg);
      width: 345px;
      position: absolute;
      top: 120px;
      margin: 0;
      right: -80px;
      height: 150px;
      display: flex !important;
      align-items: center;
  }
  #owl-demo.owl-carousel .owl-wrapper {margin-left: 10px;}
  #owl-demo.owl-carousel .owl-item {transform: rotate(-90deg);}
  #owl-demo.owl-carousel .owl-item .thumbnail {border: 1px solid #ddd;border-radius: 2px;box-shadow: 0 0 10px #e8e8e8;}
  
  #owl-demo .owl-controls .owl-buttons i {font-size: 20px;}
  #owl-demo.owl-carousel .owl-buttons .owl-prev {left: -20px;top:45%;}
  #owl-demo.owl-carousel .owl-buttons .owl-next {right: -20px;top:45%;} */

.zoom-slider-big-box {
    /*max-width: 400px;*/
    /*max-height: 400px;*/
    border-radius: 2px;
    padding: 0;
    /*margin: 5px;*/
}

.vertical-slide {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

.big-picture-image {
    position: relative;
    margin-left: 0px;
    width: 100%;
    display: block;
    float: left;
}

.stocks-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-right: 15px;
}

.stocks-row .presents {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
}

.stocks-row.in .presents {
    background: #14a900;
}

.stocks-row.out .presents {
    background: #c5c5c5;
}

.head-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.btn-group.product-wish-compare>button.btn {
    margin-right: 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    font-size: 24px;
    color: #1e5f9e;
    width: 30px;
    height: 34px;
}

.btn-group.product-wish-compare>button.btn:hover i.fal.fa-heart {
    font-weight: 600;
    color: #f0a31e;
}

.btn-group.product-wish-compare>button.btn:hover i.fal.fa-balance-scale {
    font-weight: 400;
}

.quantity-block {
    display: flex;
    flex-direction: column;
}

.quantity-block .quantity-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.quantity-block .quantity-flex>button {
    width: 20px;
    height: 20px;
    background: #e9e9e9;
    box-shadow: none;
    /* border: 1px solid #ddd; */
    border-radius: 15px;
    padding: 0;
    outline: none !important;
    font-size: 16px;
    font-weight: 600;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-right: 0px solid #ddd;
    border-left: none;
    border-radius: 15px;
    margin-right: 10px;
    color: #5fa3d6;
}

button.remove-quantity {
    /*   border-top: 0px solid #ddd !important;
      border-bottom: 0px solid #ddd !important;
      border-left: 0px solid #ddd !important;
      border-right: none !important;
      border-radius: 15px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 0px !important;
      border-top-right-radius: 0px !important;*/
}

.quantity-block .quantity-flex>button:hover {
    color: #db1833;
}

.quantity-block .quantity-flex>input {
    text-align: center;
    width: 20px;
    height: 40px;
    border: 0;
    outline: none !important;
    box-shadow: none;
    font-size: 15px;
    font-weight: 800;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-radius: 0px;
    padding: 0px !important;
    color: #5fa3d6;
}

.account-forgotten h1 {
    margin-top: 12px;
    margin-bottom: 10px;
}

.quantity-block label {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    text-align: left;
    color: #3a3a3a;
    font-weight: 600;
}

#button-cart {
    border: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    outline: none !important;
    background: linear-gradient(180deg, #5ea2d6, #3e76a0);
    padding: 8px 10px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    top: 0;
    width: 220px;
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
}

.price-product {
    color: #131313;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.zoom-slider-big-box>.thumbnail {
    border: 0;
    margin: 0;
    padding: 0;
}

.head-info {
    margin: 15px 0 20px;
}

.head-info div {
    margin-bottom: 8px;
    font-size: 15px;
}

.head-info div strong {
    color: #333;
    font-weight: 700;
}

.cena {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

#product,
.price-block {
    width: 100%;
}

.product-rating {
    margin: 20px 0 25px;
}

.product-rating .stars {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.product-rating .stars .rating-text {
    font-size: 15px;
    margin-left: 10px;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    box-shadow: none;
    outline: none !important;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    background-color: #db1833;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    width: 153px;
}

.btn-default:hover {
    color: #fff;
    text-align: center;
    background: #2db611;
}

.btn-primary {
    color: #fff;
    text-align: center;
    /*background: #2db611;*/
    transition: all 0.3s ease;
    outline: none !important;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    text-shadow: none;
    font-size: 14px;
    box-shadow: none;
    font-weight: bold;
}

input.btn.btn-primary.save-edit-acc {
    display: none;
}

.edit-text-click {
    font-size: 13px;
    color: #bbbbbb;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

.edit-form-show span.edit-text-click {
    max-height: 0px;
    overflow: hidden;
    display: block;
}

.line-adress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 35px;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 400;
}

.account-edit form.edit-form-show fieldset input {
    border: 1px solid #e4e4e4 !important;
    font-size: 16px !important;
    padding: 5px;
    margin-top: 10px;
    border-radius: 30px;
    transition: all 0.2s ease-in;
}

.edit-form-show input.btn.btn-primary.save-edit-acc {
    display: block;
    font-size: 13px;
    color: #bbbbbb;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 0px !important;
    background: transparent;
    margin: 0px !important;
}

.account-register .pull-right b {
    color: #db1833;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #db1833;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: none;
    background-color: #ef2f28;
    border-color: #fb0000;
    box-shadow: none;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

button.btn.btn-inverse.btn-block.dropdown-toggle {
    color: #ffffff;
    text-shadow: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}


/*.redBtn {
      background: #db1833;
      border: none;
      color: #fff;
      padding: 15px 15px;
      border-radius: 15px;
      font-size: 14px;
      font-weight: bold;
  }*/

.redBtn {
    background: #447fab;
    border: none;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    /* font-weight: 400; */
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    /* -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); */
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); */
    text-transform: uppercase;
    font-size: 12px;
    color: #fef4e9;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e95d2a8), to(#447fab));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    background-image: -o-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

span.title-deliver-upper {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

p.title-head-block span {
    font-weight: bold;
}

span.desc-delivery-upper {
    display: block;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
}

p.title-head-block {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 3px;
}

span.title-deliver-upper {
    display: block;
    color: #fff;
}

.btnRedLeave {
    /*margin-right: 0px;*/
    margin-right: 0%;
}

span.desc-delivery-upper {
    display: block;
}

.leavePopup {
    margin-right: 7px;
    position: relative;
    top: -3px;
    width: 20px;
}

.telHead {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    font-family: "Gilroy";
    display: block;
    margin: 5px 0px 5px 0px !important;
}

.contactTelHead {
    margin-right: 0px;
    transition: all 0.15s ease-in;
}

.contactTelHead:hover {
    transform: translate3d(0px, -3px, 0px) !important;
    transition: all 0.15s ease-in;
}

.telHead:hover {
    color: #fff !important;
    transition: all 0.15s ease-in !important;
    transform: translate3d(0px, 0px, 0px) !important;
}


/* list group */

.list-group a {
    border-bottom: 0px solid #f0f0f1;
    color: #fff;
    padding: 10px 12px 10px;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    font-family: "Gilroy";
    padding-left: 0px;
}

.ourRestItem {
    width: 240px !important;
    height: 45px;
    border-radius: 15px;
    padding: 12px 10px !important;
    font-size: 14px;
    font-family: "Gilroy";
    color: #272727 !important;
    background: #fff;
    text-align: left !important;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 480px;
    background: #f1f1f1;
}

.ourRestItem:focus {
    outline: none;
}


/*#top-links {
      margin: 20px 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-basis: 89%;
      padding-left: 135px;
  }*/

#top-links {
    padding: 0px 0;
    margin: 0px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-basis: calc(100% - 250px);
    padding-left: 0px;
    border-bottom: 1px solid #d3d3d3;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    height: 100%;
    width: 275px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0px;
}

a.active-lang {
    color: #717171 !important;
}

ul.dropdown-menu2 a {
    font-size: 14px;
    font-weight: bold;
    color: #1b3548;
}

ul.dropdown-menu2 {
    list-style: none;
    padding: 0px;
    margin-left: 15px;
    margin-right: 30px;
}

.wr-l {
    width: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    height: 100%;
    min-width: 100px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #fff;
    background: #2c516c;
    border-bottom: 0px solid #f0f0f1;
    /* font-weight: bold; */
    transition: all 0.1s ease-in;
}


/* carousel */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.featuredTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px 0 15px;
    min-height: 72px;
}

.featuredTitle a {
    color: #242425;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.excellence {
    background: #fafafa;
}

.excellence-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    margin-bottom: 20px;
}

.excellence-item {
    flex-basis: 30%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.excellence-item img {
    margin-bottom: 20px;
    max-height: 95px;
}

.excellence-item .title {
    font-size: 20px;
    font-weight: 400;
    max-width: 200px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
}

.excellence-item .desc {
    color: #3a3a3a;
    font-size: 14px;
    text-align: center;
    max-width: 280px;
}

.flexRowHead {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


/* product list */


/*.product-thumb {
      border: none;
      margin-bottom: 20px;
      overflow: visible;
      border-radius: 15px;
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
      transition: all 0.15s ease-in;
      position: relative;
      z-index: 1;
  }*/

.product-thumb {
    border: none;
    margin-bottom: 20px;
    overflow: visible;
    border-radius: 15px;
    transition: all 0.15s ease-in;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.section-similar {
    padding-top: 20px;
}

.product-thumb {
    margin-bottom: 70px;
}

.newProduct {
    width: 40px;
}

.product-thumb .button-group {
    overflow: visible;
    text-align: center;
}

.product-thumb:hover {
    border-color: #1e5f9e;
    box-shadow: 0 0 20px -10px #9a9a9a;
    transform: translate3d(0px, -10px, 0px);
}

.product-thumb:hover .button-group .btn-cartpr {
    text-decoration: none;
    cursor: pointer;
    border-color: #1b3548;
    background: #1b3548;
    transition: all 0.15s ease-in;
    color: #fff;
}

.titleProductHome a {
    font-size: 16px;
    font-family: "Gilroy";
    color: #000;
    font-weight: bold;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
    opacity: 0.95;
}

.product-thumb .image a:hover {
    opacity: 1;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 18px;
    margin-top: 11px;
    z-index: 999;
    position: relative;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating.tubmflex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}

.sku-row {
    text-align: center;
    margin: 15px 0;
    font-weight: 700;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #f0a31e;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #eaa01e;
}

h2.price {
    margin: 0;
}

.rating .fa-star-o:before {
    content: "\f005";
}

.product-thumb .price {
    text-align: center;
    font-weight: 600;
    color: #1e5f9e;
    font-size: 20px;
    margin: 15px 0;
    display: inline-block;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #bb1e2c;
    font-size: 20px;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 12px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    overflow: visible;
}

.product-thumb .button-group.button-flexrow {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0 30px;
}

.more-btn {
    font-size: 15px;
    border: 2px solid #1e5f9e;
    background: #1e5f9e;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding: 18px 34px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.more-btn:hover {
    color: #1e5f9e;
    background: #ffffff;
}

.more-btn.home-marg {
    margin: 40px auto 80px;
}

.homeProduction {
    margin-bottom: 60px;
}

.animated-board {
    width: 548px;
    height: 548px;
    background: url(/image/homepage/text-1.jpg);
    position: relative;
    margin: 0px 0px 20px 20px;
    float: right;
}

.animated-board .bordered-cycle {
    width: 548px;
    height: 548px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.animated-board .bordered-cycle img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(500px, 0px);
    transition: transform 0.4s ease;
}

.animated-board.do-animation .bordered-cycle img {
    transform: translate(0px, 0px);
    transition-delay: 0.7s;
}

.infoText .innerText {
    padding-bottom: 80px;
}

.infoText strong {
    color: #0f2c54;
    font-weight: 700;
}

.infoText .innerText p,
.infoText .innerText div,
.infoText .innerText li {
    color: #2f2f2f;
    line-height: 1.5;
    font-size: 15px;
}

.infoText h2 {
    margin: 0 0 40px;
}

.infoText .innerText ol {
    list-style-type: none;
    counter-reset: num;
    padding-left: 0;
    margin: 5px 0;
}

.infoText .innerText ol li {
    margin-bottom: 5px;
}

.infoText .innerText ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
}

.infoText .innerText .subtitle {
    margin: 50px 0 25px;
    color: #0f2c54;
    font-weight: 700;
}

.infoText .innerText ol.infoText-list {
    margin-bottom: 50px;
}

.infoText .innerText ol.infoText-list li:before {
    color: #0f2c54;
    font-weight: 700;
}

.borderLeft-info {
    border-left: 1px solid #eaeaea7d;
    margin-left: 0px;
    padding: 0 5px 0 35px;
}

.related-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #131313;
    font-size: 15px;
}

.info-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 800;
    margin-bottom: 10px;
}

.info-item {
    margin: 10px 0 30px;
}

.info-item .info-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.informationAboutProduction {
    margin-top: 40px;
    margin-bottom: 60px;
}

img.akcii-new-product {
    margin-bottom: 20px;
}

.row.smotriteAll {
    margin-bottom: 50px;
}

.informationAboutProduction h2 {
    margin: 0 0 40px;
    font-size: 22px;
    color: #272727;
    font-weight: bold;
}

.get-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.get-rating .rating-label {
    display: flex;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.get-rating .rating-stars {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    left: -3px;
}

.rating-radio {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.rating-radio input {
    width: 0;
}

.rating-radio .newratradio {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-radio .newratradio:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #a2a2a2;
}

.rating-radio .newratradio:hover:before {
    color: #eaa01e;
}

.checked .newratradio:before {
    color: #eaa01e;
}

#form-review .form-group input {
    height: 45px;
}

#form-review .form-group input,
#form-review .form-group textarea {
    border-radius: 15px;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Gilroy";
}

#form-review .form-group input:focus,
#form-review .form-group textarea:focus {
    border-color: #db1833;
}

.informationAboutProduction .review {
    margin: 0 0 \0px;
}

#form-review .review-button button#button-review {
    border: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    outline: none !important;
    background: #db1833;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    width: 210px;
}

#form-review .review-button button#button-review:hover {
    background: #2db711;
    color: #fff;
}

#form-review .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #9a9a9a;
    font-size: 13px;
    padding: 0 10px;
}

table.attributes-table {
    width: 100%;
}

table.attributes-table tr {
    font-size: 15px;
    vertical-align: bottom;
    border-bottom: 1px solid #ececec;
}

table.attributes-table tr td {
    padding: 12px 5px;
    vertical-align: top;
}

table.attributes-table tr td:first-child {
    width: 65%;
}

table.attributes-table tr td:last-child {
    width: 35%;
}

.attribute-product {
    margin-bottom: 70px;
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

.attribute-product.open {
    max-height: 1050px;
}

.description-product {
    font-size: 14px;
    line-height: 1.6;
    font-family: "Gilroy";
    color: #272727;
    margin-top: 25px;
    margin-bottom: -10px;
}

.Action_text {
    color: #db1833;
    font-size: 16px;
    font-weight: bold;
}

.Action_img {
    margin-bottom: 20px;
}

.Action_img img {
    width: 100%;
}

.description-product p span {
    font-size: 14px;
    line-height: 1.6;
    font-family: "Gilroy" !important;
    color: #272727;
    margin-top: 25px;
    margin-bottom: -10px;
}

.review-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    padding: 20px 20px 0px;
    border-radius: 10px;
}

.review-head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.review-head .review-author {
    font-size: 14px;
    line-height: 20px;
    flex-basis: 75%;
    padding-left: 0px;
    font-family: "Gilroy";
    font-weight: bold;
    color: #272727;
}

.review-head .review-rating {
    flex-basis: 25%;
    display: inline-flex;
    flex-grow: 0;
    text-align: right;
    justify-content: flex-end;
}

.reivew-date {
    color: #a2a2a2;
    font-size: 14px;
}

.review-head .review-rating .fa.fa-stack {
    max-width: 25px;
    max-height: 25px;
    font-size: 17px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-head .review-rating .fa.fa-stack>i.fa {
    font-size: 17px;
}

.review-head .review-rating .fa.fa-stack>i.fa:before {
    content: "\f005";
}

.review-head .review-rating .fa.fa-stack>i.fa.fa-star {
    color: #eaa01e;
}

.review-head .reivew-date {
    flex-basis: 25%;
    font-size: 15px;
    color: #bbb8b7;
    padding: 0 10px;
}

.review-text {
    padding: 0px 0px 20px;
    width: 100%;
    min-height: 90px;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    word-break: break-word;
    font-size: 14px;
    color: #272727;
    font-family: "Gilroy";
    margin-top: -1px;
}

.review-button {
    text-align: right;
}

.block-to-order {
    margin-left: 0px;
    padding-left: 25px;
}

.showmore-attr {
    margin: -60px auto 40px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #0f2c54;
    font-weight: 600;
    cursor: pointer;
}

.lastview-title {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 30px;
    font-weight: bold;
}

.total-row:first-child {
    visibility: hidden;
}

.search-row input.form-control,
.search-row select.form-control {
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    box-shadow: none;
    border: 1px solid #ddd;
}

#button-search {
    color: #fff;
    text-align: center;
    background: #1e5f9e;
    transition: all 0.3s ease;
    outline: none !important;
    border: 2px solid #1e5f9e;
    border-radius: 30px;
    padding: 10px 40px;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    transition: all 0.3s ease;
}

#button-search:hover {
    background: #fff;
    color: #1e5f9e;
}

.title-search-row {
    margin-bottom: 15px;
}

.title-search-row .col-md-3 .col-xs-12 {
    margin-bottom: 5px;
}

.title-search-row .col-md-3 .col-xs-12.input-group .input-group-addon {
    width: 100px;
}

.search-row {
    margin-bottom: 15px;
}

#d_quickcheckout #payment_address_form .form-group {
    margin-bottom: 10px;
}

#d_quickcheckout .text-danger {
    font-size: 10px;
    line-height: 10px;
}

#d_quickcheckout .form-horizontal .control-label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

#d_quickcheckout input.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px 10px 15px;
    font-size: 14px !important;
    line-height: 1.42857143;
    position: relative;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/*#account input.form-control, #address input.form-control, #input-password, #input-confirm  {
      display: block;
      width: 100%;
      height: 45px;
      padding: 0;
      font-size: 20px !important;
      line-height: 1.42857143;
      position: relative;
      color: #1b3548;
      background-color: #fff;
      border: none !important;
      border-radius: 15px;
      box-shadow: none !important;
  }*/

label.col-sm-3.control-label {
    font-size: 16px;
    position: relative;
    top: 4px;
    text-align: left;
}

#d_quickcheckout input.form-control:focus {
    border-color: #db1833;
    color: #000;
}

#d_quickcheckout #payment_address_form .text-input {
    display: block;
    justify-content: space-between;
    align-items: center;
}

#d_quickcheckout div.required .control-label:after {
    content: '* ';
    color: #7c8489;
    font-weight: bold;
}

#d_quickcheckout div.required .control-label:before {
    display: none;
}

span.text {
    color: #7c8489;
    font-size: 16px;
    font-weight: 500;
}

form#payment_address_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 35px;
    padding-bottom: 20px;
}

#d_quickcheckout #confirm_view .panel-default {
    padding: 0px 35px 30px !important;
    margin-top: -13px;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

div#payment_address_firstname_input {
    flex-basis: 50%;
}

div#payment_address_lastname_input {
    flex-basis: 50%;
}

div#payment_address_telephone_input {
    flex-basis: 50%;
}

div#payment_address_email_input {
    flex-basis: 50%;
}

div#payment_address_address_1_input {
    flex-basis: 105%;
}

div#payment_address_postcode_input {
    flex-basis: 36%;
}

div#payment_address_company_input {
    flex-basis: 36%;
}

div#payment_address_address_2_input {
    flex-basis: 36%;
}


/*#confirm_wrap .panel.panel-default {
      position: absolute;
      left: -133%;
      top: 96%;
      width: 125%;
  }*/

.form-horizontal.qc-totals .row:first-child {
    display: none !important;
}

.quantity-group .fa-minus:before {
    content: "\f068";
    color: #5fa3d6;
}

.quantity-group .fa-plus:before {
    color: #5fa3d6;
}

.payment-info {
    background-color: #ffffff;
    border-radius: 15px;
}

p.description {
    font-size: 25px;
    font-weight: 700;
    padding: 30px 35px;
    border-bottom: 1px solid #e4e4e4;
}


/* #d_quickcheckout #shipping_method, #d_quickcheckout #payment_method {margin-top: 40px; padding-top: 40px; border-top: 1px solid #ddd;}
  #d_quickcheckout .cartTitle {color: #000;}
  #d_quickcheckout #shipping_method .radio label, #d_quickcheckout #payment_method .radio label {color: #000; font-weight: 500;} */

.blockProduction>.row {
    position: relative;
    overflow-y: hidden;
}

.blockProduction .moduleTitle {
    position: relative;
}

.mobile-swipe {
    position: absolute;
    bottom: -472px;
    right: 0;
    animation: swipeanimation 1s ease infinite alternate-reverse;
}

.mobile-swipe i {
    font-size: 30px;
    color: #1e5f9e;
    position: relative;
}

@keyframes swipeanimation {
    from {
        transform: translate(-30px, 0);
    }
    to {
        transform: translate(0, 0);
    }
}

#d_quickcheckout .remark {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 0 0 0 30px;
}

#cart_view {
    padding: 0 15px;
}

#cart_view .product-in-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    margin-top: 0px;
}

#cart_view .products-table {
    max-height: 425px;
    overflow-y: auto;
    margin-top: -30px;
    padding: 0 30px;
}

#cart_view .products-table::-webkit-scrollbar {
    width: 4px;
    border-radius: 8px;
}

#cart_view .products-table::-webkit-scrollbar-thumb {
    border: 0px;
    border-radius: 8px;
    background: #1e5f9e;
}

#cart_view .products-table::-webkit-scrollbar-track {
    border: 1px solid #fff;
    border-bottom: none;
    border-top: none;
    background: #ddd;
}


/*#cart_view .product-in-cart + .product-in-cart {border-top: 1px solid #ddd;}*/

#cart_view .prodcart-img {
    position: relative;
    flex-basis: 20%;
    padding: 0 0 0 10px;
}

#cart_view .prodcart-img img {
    padding: 0;
    border: 0;
    min-width: 90px;
    border-radius: 15px;
    box-shadow: 0 0 14px 0px #dad6d6;
}

#cart_view .prodcart-img button.btn-danger {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding: 0;
    background: rgb(76 133 177) !important;
    border: 0;
}

.qc-checkout-product p.text {
    font-size: 25px;
    font-weight: 700;
    padding: 30px 35px;
    border-bottom: 1px solid #e4e4e4;
}

.qc-checkout-product {
    background: #fff;
    border-radius: 15px;
    margin-top: 70px;
}

#cart_view .prodcart-img button.btn-danger i {
    font-size: 15px;
    line-height: 1;
}

#cart_view .prodcart-info {
    flex-basis: 80%;
    padding: 0 5px 0 20px;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#cart_view .prodcart-info .prodcart-name {
    flex-basis: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#cart_view .prodcart-info .prodcart-quantity {
    flex-basis: 60%;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#cart_view .prodcart-info .prodcart-cost {
    flex-basis: 40%;
    font-size: 16px;
    line-height: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#cart_view .prodcart-info .prodcart-cost .cart-total,
#cart_view .prodcart-info .prodcart-quantity .cart-total {
    font-size: 18px;
    font-weight: 700;
    margin: 0 5px;
}

#cart_view .prodcart-info .prodcart-name a {
    color: #000 !important;
    font-size: 18px;
    line-height: 26px;
}

#cart_view .cart-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

#cart_view .prodcart-info .prodcart-quantity .quantity-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

#cart_view .prodcart-info .prodcart-quantity .quantity-group input.qc-product-qantity.form-control {
    text-align: center;
    width: 40px;
    height: 29px;
    border: 0;
    outline: none !important;
    box-shadow: none;
    font-size: 16px !important;
    font-weight: 700;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #6caedc;
}

#cart_view .prodcart-info .prodcart-quantity .quantity-group button.btn.btn-primary {
    width: 20px;
    height: 20px;
    background: #eee;
    box-shadow: none;
    color: #000;
    border: none;
    border-radius: 100%;
    padding: 0;
    outline: none !important;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#cart_view .prodcart-info .prodcart-quantity .quantity-group button.btn.btn-primary:hover {
    color: #1e5f9e;
    border-color: #1e5f9e;
}

#cart_view .qc-totals .row {
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 5px;
}

#cart_view .qc-totals .row .control-label {
    padding: 0;
    text-align: left;
}

#cart_view .qc-totals .row .form-control-static {
    padding: 0;
    min-height: auto;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}

#d_quickcheckout #cart_view .qc-totals .row:last-child {
    border: 0;
    padding: 0px;
    align-items: center;
    margin: 20px 0 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

#d_quickcheckout #cart_view .qc-totals .row:last-child label {
    font-size: 14px;
    font-weight: 500;
}

#d_quickcheckout #cart_view .qc-totals .row:last-child div {
    font-size: 20px;
    font-weight: bold;
}

#d_quickcheckout #confirm_view .panel-default {
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    box-shadow: none !important;
}

#d_quickcheckout #confirm_view .panel-default .panel-body {
    padding: 0;
}

#d_quickcheckout #confirm_view textarea.form-control {
    min-height: 102px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: 10px;
    font-size: 16px;
}

#d_quickcheckout #confirm_view textarea.form-control:focus {
    border-color: #113567;
    box-shadow: none;
}

#d_quickcheckout #confirm_view #qc_confirm_order.btn-primary {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 15px;
    text-shadow: none !important;
    font-weight: 600;
    color: #fff;
    box-shadow: none!important;
    display: block !important;
    margin: 30px auto 0 !important;
    transition: all 0.3s ease;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e95d2a8), to(#447fab));
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#d_quickcheckout .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    max-width: 340px;
    display: flex !important;
    align-items: center;
}

.btn-group.btn-group-justified .btn-group {
    width: 100% !important;
    display: block !important;
}

.btn-group.btn-group-justified .btn-group:first-child {
    max-width: 100px;
    margin-right: 25px;
}

#d_quickcheckout .btn-default {
    color: #777 !important;
    text-shadow: none;
    background-color: transparent !important;
    ;
    background-image: none !important;
    ;
    background-repeat: repeat-x !important;
    ;
    border-color: transparent !important;
    ;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    ;
    text-transform: uppercase !important;
    ;
    letter-spacing: 1px !important;
    ;
    border: 2px solid #bcbcbc !important;
    ;
    border-radius: 30px !important;
    padding: 14px 20px !important;
    ;
}

label.btn.btn-primary.active {
    background: transparent !important;
    border: 3px solid #3e759f !important;
    border-radius: 30px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    color: #3e76a0 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 13px !important;
}


/*#d_quickcheckout #confirm_view #qc_confirm_order.btn-primary:hover {
      background: #2db711;
      color: #fff;
  }*/

#d_quickcheckout #payment_address .form-horizontal .control-label {
    padding: 0;
}

#d_quickcheckout #payment_view .modal-content {
    border: 0;
    border-radius: 30px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
}

#d_quickcheckout #payment_view .modal-content h2 {
    font-size: 24px;
    color: #000;
}

#d_quickcheckout #payment_view .modal-content p b {
    font-weight: 500;
    color: #000;
}

#d_quickcheckout #payment_view .modal-content .well-sm {
    padding: 10px 15px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f7fafd;
    margin: 20px 0 40px;
}

#d_quickcheckout #payment_view #payment_modal .modal-content .pull-right {
    float: none !important;
}

#d_quickcheckout #payment_view #payment_modal .modal-content #button-confirm {
    background: #1e5f9e;
    border: 1px solid #1e5f9e;
    box-shadow: none;
    display: block !important;
    margin: 0 auto 20px !important;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    transition: all 0.3s ease;
}

#d_quickcheckout #payment_view #payment_modal .modal-content #button-confirm:hover {
    background: #fff;
    color: #1e5f9e;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    #cart_view .products-table {
        max-height: inherit;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .qc-checkout-product:before {
        content: "Товары в корзине";
        display: block;
        font-size: 24px;
        line-height: 28px;
        color: #000;
        font-family: inherit;
        text-align: center;
        margin: 40px 0 10px;
    }
    #cart_view .product-in-cart {
        flex-direction: column;
    }
    #cart_view .prodcart-img {
        position: relative;
        flex-basis: 100%;
        padding: 0;
    }
    #cart_view .prodcart-info {
        flex-basis: 100%;
        padding: 0 5px 0 5px;
        color: #000;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #cart_view .prodcart-info .prodcart-name {
        flex-basis: 100%;
        margin: 10px 0;
        display: flex;
        flex-direction: column;
    }
    #cart_view .prodcart-info .prodcart-quantity {
        flex-basis: 100%;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 14px;
    }
    #cart_view .prodcart-info .prodcart-cost {
        flex-basis: 100%;
        font-size: 16px;
        line-height: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #cart_view .prodcart-info .prodcart-name a {
        text-align: center;
    }
    #d_quickcheckout #cart_view .qc-totals .row:last-child label {
        flex-basis: 55%;
    }
    #cart_view .qc-totals .row .form-control-static {
        flex-basis: 45%;
        text-align: right;
    }
    #d_quickcheckout #cart_view .qc-totals .row:last-child {
        align-items: flex-start;
    }
}

.category-info .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.product-thumb .button-group .btn-cartpr {
    border: none;
    display: inline-block;
    color: #000;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    outline: none !important;
    background: #75a7d0;
    /* padding: 15px 25px; */
    border: 1px solid #75a7d0;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
}

.product-thumb .button-group button.compare-btn,
.product-thumb .button-group button.wishlist-btn {
    font-size: 24px;
    width: 36px;
    height: 30px;
    box-sizing: border-box;
    padding: 0;
}

.product-thumb .button-group button.buy-btn {
    border: 2px solid #1e5f9e;
    border-radius: 30px;
    padding: 7px 18px;
}

.product-thumb .button-group button.buy-btn .cart-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
}

.product-thumb .button-group button.compare-btn:hover i.fal.fa-balance-scale {
    font-weight: 400;
}

.product-thumb .button-group button.wishlist-btn:hover i.fal.fa-heart {
    font-weight: 600;
    color: #f0a31e;
}

.product-thumb .button-group button.buy-btn:hover {
    background: #1e5f9e;
    color: #fff;
}

.product-thumb .button-group .btn-cartpr:hover {
    text-decoration: none;
    cursor: pointer;
    border-color: #1b3548;
    background: #1b3548;
    transition: all 0.15s ease-in;
    color: #fff;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}


/*.water{
      display:block;
      width:300px;
      height: 300px;
      background-image:url('https://res.cloudinary.com/dxlvclh9c/image/upload/v1504671890/water_j5rkdh.jpg');
      -webkit-background-size:100% 100%;
      background-size:100% 100%;
      position:absolute;
      top:0;bottom:0;left:0;right:0;
      margin:auto;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
  }*/

.productTitleBlock {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 285px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productTitleBlock.land-1 {
    background-image: url(/image/homepage/land-1.jpg);
}

.productTitleBlock.land-2 {
    background-image: url(/image/homepage/land-2.jpg);
}

.productTitleBlock.land-3 {
    background-image: url(/image/homepage/land-3.jpg);
}

.aqua-animation {
    background-image: url(/image/homepage/aqua_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 256px;
}

.aqua-animation>canvas {
    width: 120% !important;
    height: 280px !important;
    margin-left: -10% !important;
    margin-top: -14px !important;
}

.productTitle.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.title-item.controll h2 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 700;
}

.more-btn.aqua-btn {
    margin: 5px auto;
    background: #fff;
    border-color: #fff;
    color: #1e5f9e;
    transition: all 0.3s ease;
    padding: 18px 50px;
}

.more-btn.aqua-btn.right-btn {
    float: right;
}

.more-btn.aqua-btn:hover {
    background: transparent;
    color: #fff;
}

.productTitle .title-item.controll>*,
.productTitle .title-item.img>img {
    position: relative;
}

.blockProduction .row .product-layout {
    max-height: 478px;
}

#cart.open>.dropdown-menu.dropdown-cart {
    display: none;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    /*    #column-left  .product-layout .col-md-3 {
         width: 100%;
      }
  
      #column-left + #content .product-layout .col-md-3 {
         width: 50%;
      }
  */
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.headSection {
    width: 100%;
    height: 100%;
    display: inline-block;
    /* background-image: url(/image/catalog/home/bg.jpg); */
    padding: 90px 0px;
}

.text-logo {
    padding-top: 30px;
}

.text-logo p {
    text-transform: uppercase;
    font-size: 14px;
}

#logo img {
    float: left;
    position: relative;
    display: block;
    height: 90px;
    margin-right: 15px;
    margin: 12px 0px 8px;
}

.header-bg {
    display: block;
    background: #061840;
}

.logInHead svg circle,
.logInHead svg path {
    fill: #fff;
}

.logInHead svg {
    width: 20px;
}

#cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    border: 0px solid #929292 !important;
    border-radius: 100% !important;
    width: 104px !important;
    height: 100px !important;
    position: relative;
    /* top: 2px; */
    padding: 0px;
}

.shopCartHead {
    width: 30px;
    margin: 10px;
}

.logInHead {
    border: 0px solid #929292;
    border-radius: 100%;
    padding: 0px;
    position: relative;
    top: 0px;
}

#megamenu-menu.navbar {
    margin-bottom: 0;
    min-height: auto;
}

.header-bg .container {
    padding-left: 0px;
}

.common-home .header-bg .container {
    padding-left: 0;
}

#megamenu-menu {
    border: none !important;
    background: none !important;
}

#megamenu-menu .nav>li>a {
    text-shadow: none !important;
    background-color: transparent;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    font-size: 16px;
}

.spisokLanguage img {
    display: none;
}

.loginRed {
    background-color: #dc0432;
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px 7px;
    text-shadow: none !important;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-weight: bold;
}

.language {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #000;
}

.fa-caret-down:before {
    content: "\f0d7";
    color: #dc0432;
}

.pull-left {
    /* float: none !important; */
}

.collapse.navbar-collapse.navbar-ex1-collapse {
    padding-right: 0px;
}

.collapse.navbar-collapse.navbar-ex1-collapse .nav.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
}

.collapse.navbar-collapse.navbar-ex1-collapse .nav.navbar-nav .dropdown {}

.imgAdres {
    /* background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='h…-extension://cmkdbmfndkfgebldhnkbfhlneefdaaip/js/wrs_env.js'/%3E%3C/svg%3E); */
    height: 38px;
    display: block;
    width: 38px;
    margin-top: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    -webkit-text-fill-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='97.713px' height='97.713px' viewBox='0 0 97.713 97.713' style='enable-background:new 0 0 97.713 97.713;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill: %23dc0432;' d='M48.855,0C29.021,0,12.883,16.138,12.883,35.974c0,5.174,1.059,10.114,3.146,14.684 c8.994,19.681,26.238,40.46,31.31,46.359c0.38,0.441,0.934,0.695,1.517,0.695s1.137-0.254,1.517-0.695 c5.07-5.898,22.314-26.676,31.311-46.359c2.088-4.57,3.146-9.51,3.146-14.684C84.828,16.138,68.69,0,48.855,0z M48.855,54.659 c-10.303,0-18.686-8.383-18.686-18.686c0-10.304,8.383-18.687,18.686-18.687s18.686,8.383,18.686,18.687 C67.542,46.276,59.159,54.659,48.855,54.659z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cdiv xmlns='' id='divScriptsUsed' style='display: none; fill: red;'/%3E%3Cscript xmlns='' id='globalVarsDetection' src='chrome-extension://cmkdbmfndkfgebldhnkbfhlneefdaaip/js/wrs_env.js'/%3E%3C/svg%3E");
}

.contactAdres p {
    color: #000;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    line-height: 23px;
}

.telInfo {
    display: flex;
    margin-bottom: 5px;
    line-height: 18px !important;
    font-size: 16px;
    color: #000;
}

.spanTel {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    display: block;
    margin: 0px 15px;
}

#top .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.imgTel {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='16.877px' height='16.877px' viewBox='0 0 16.877 16.877' style='enable-background:new 0 0 16.877 16.877;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill: %23dc0432' d='M5.301,5.587L1.404,1.688c0.503-0.503,1.005-1.007,1.509-1.511C3.146-0.056,3.522-0.06,3.756,0.17l3.036,3.039 c0.232,0.232,0.232,0.614-0.003,0.848L6.124,4.721L5.505,5.34C5.429,5.417,5.36,5.499,5.301,5.587z M8.507,11.938 c-0.638-0.549-1.25-1.132-1.844-1.725C6.07,9.616,5.489,9.006,4.939,8.365c-0.45-0.52-0.538-1.273-0.303-1.907L0.636,2.457 c-0.931,0.957-0.812,3.33,0.208,5.415c0.438,0.902,1.006,1.716,1.593,2.49c0.586,0.768,1.229,1.494,1.906,2.176 c0.679,0.681,1.401,1.327,2.171,1.913c0.774,0.589,1.59,1.153,2.486,1.59c2.088,1.019,4.462,1.131,5.418,0.199l-4.001-4.001 C9.783,12.474,9.029,12.387,8.507,11.938z M16.702,13.119l-3.036-3.037c-0.233-0.23-0.615-0.23-0.848,0.003h-0.002l-0.667,0.666 l-0.615,0.618c-0.076,0.076-0.159,0.143-0.247,0.205l3.896,3.898c0.504-0.505,1.007-1.007,1.512-1.51 C16.93,13.729,16.935,13.352,16.702,13.119z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cdiv xmlns='' id='divScriptsUsed' style='display: none'/%3E%3Cscript xmlns='' id='globalVarsDetection' src='chrome-extension://cmkdbmfndkfgebldhnkbfhlneefdaaip/js/wrs_env.js'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 0px;
}

.registerHeadHome a {
    color: #000 !important;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    margin-left: 9px;
    margin-right: -6px;
}

.slider {
    margin: 0 auto;
    max-width: 100%;
}

.slide_viewer {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 600px;
    position: relative;
    width: 100%;
    ;
}

.slide {
    /* display: none; */
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.slide:first-child {
    display: block;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.slide:nth-of-type(1) {
    background: transparent;
}

.slide:nth-of-type(2) {
    background: transparent;
}

.slide:nth-of-type(3) {
    background: transparent;
}

.slide_buttons {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 39%;
    display: flex;
    flex-direction: column;
}

a.slide_btn {
    color: transparent;
    font-size: 30px;
    margin: 7px 4px 7px 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    border: 1px solid #262633;
    height: 10px;
    width: 10px;
}

.slide_btn.active,
.slide_btn:hover {
    color: transparent;
    cursor: pointer;
    background: #262633;
}

.directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    top: -340px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}


/* @media only screen and (max-width: 767px) {
      .previous_btn {
        left: 50px;
      }
      .next_btn {
        right: 50px;
      }
    } */

.flexSlide {
    display: flex;
}

.titleSlide {
    margin-bottom: 100px;
    font-size: 84px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #242a3a;
}

.textSlideOne {
    margin-top: 7%;
    position: absolute;
}

.imgSlideOne {
    position: absolute;
    right: 0px;
    /* display: flex; */
    /* flex-basis: 60%; */
}

.rowFirstHome {
    padding: 0;
}

.ulSlide {
    list-style-image: url(/image/catalog/home/punkt.png);
    padding: 0px 0px 0px 20px;
}

.searchBlock {
    position: absolute;
    bottom: 25%;
    width: 32%;
    left: 0px;
}

.newSliderHome {
    position: relative;
}

.caption-container a {
    text-decoration: none;
    color: #1e5e9e;
    width: 230px;
    height: 60px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 30px;
    background: #ffffff;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caption-container a:hover {
    background: transparent;
    color: #fff;
}


/* Slideshow caption */

.owl-carousel .caption-container {
    max-width: 1170px;
    height: 400px;
    background: transparent;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 60px;
    transition-duration: 0.3s;
    color: white;
}


/* Slideshow button */

button.next,
button.prev {
    background-color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    z-index: 10;
    transition: all 0.2s ease;
    outline: none !important;
}

button.next,
button.prev {
    bottom: 0;
    right: 0;
}

button.next i {
    font-size: 32px;
    line-height: 40px;
    margin-right: -3px;
    color: #3a3a3a;
}

button.prev i {
    font-size: 32px;
    line-height: 40px;
    margin-left: -3px;
    color: #3a3a3a;
}

button.next:hover,
button.prev:hover {
    background: transparent;
    color: #fff;
}

button.next:active,
button.prev:active {
    cursor: pointer;
    transform: translate(0px, 3px);
    transition: all 0.15s ease;
}

.category-banner {
    margin: 0 auto 25px;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.pagination-row {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 40px;*/
}

.pagination-row .pagination {
    display: flex;
}

.pagination-row .pagination>li {
    display: flex;
    margin: 0 3px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
}

.pagination-row .pagination>li>a,
.pagination-row .pagination>li>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    padding: 0;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.pagination-row .pagination>li>a:hover {
    border-color: #db1833;
}

.pagination-row .pagination>li.active {
    border-color: #db1833;
}

.pagination-row .pagination>li.active span {
    background: #db1833;
    color: #fff;
    border-color: #db1833;
}

.slogan {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    padding: 60px 0;
    position: relative;
    z-index: 2;
    color: #fff;
}

#slides img.slide-free-img {
    height: auto;
    width: auto;
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 1;
}

.button-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 60px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -45px;
}

.dots-container {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 20px;
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.dots-container li {
    width: 12px;
    height: 12px;
    display: block;
    font-size: 20px;
    background-color: #003b75;
    border-radius: 50%;
    margin: 0 10px;
    z-index: 10;
}

.dots-container li:hover {
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

#dots .selected {
    background-color: #fff;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.moduleTitle {
    margin: 60px 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #3a3a3a;
    font-family: Gilroy, sans-serif;
}

.ulSlide li {
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    color: #262633;
    margin: 25px 0px;
}

.first-bold {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
}

.headerSection {
    position: relative;
    /* background-image: url(/image/catalog/home/bg_header.jpg); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.28); */
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    top: 0;
    /*  border-bottom: 1px solid #d3d3d3;*/
    background: #f1f1f1;
}

.titleQuality {
    position: relative;
    float: left;
    margin-right: 20px;
    font-size: 38px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
}

.goodQuality {
    background-image: url(/image/catalog/home/new-bg/slide_2.jpg);
    padding: 130px 0px 110px;
}

.whyQuality {
    font-size: 16px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    display: block;
    position: relative;
    top: -25px;
    left: 35px;
}

.slash {
    font-size: 40px;
    color: #dc0432;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
}

.qualityImg {
    border-radius: 30px;
    width: 360px;
    transition: all 0.2s ease-in;
}

.qualityItem {
    position: relative;
}

.imgPeople {
    position: absolute;
    top: -27%;
    left: 9%;
}

.plusHover {
    color: #fff;
    font-size: 48px;
    font-weight: lighter;
    background: #dc0432e8;
    border-radius: 100%;
    padding: 15px 12px;
    position: absolute;
    /* height: 42px; */
    top: 0;
    left: 20px;
    margin: auto;
    right: 0;
    width: 50px;
    bottom: 0;
    height: 50px;
    box-shadow: 0px 0px 16px 0px rgba(210, 14, 54, 0.54);
    transition: all 0.2s ease-in;
}

.titleItemQuality {
    font-size: 22px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    margin: 70px 0px 20px;
}

.qualityBlock {
    margin-top: 130px;
}

.subtitleItemQuality {
    font-size: 16px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    line-height: 22px;
}

.imgIngenner {
    top: -45%;
}

.linkQuality:hover .qualityImg {
    box-shadow: -13px 17px 27px -10px rgba(189, 189, 189, 0.54);
    /* border-radius: 100%; */
    /* border-top-left-radius: 48%; */
    /* border-bottom-left-radius: 49%; */
    transition: all 0.2s ease-in;
}

.linkQuality:hover .plusHover {
    color: #fff;
    font-size: 48px;
    font-weight: lighter;
    background: #dc0432e8;
    border-radius: 100%;
    padding: 23px 19px;
    position: absolute;
    /* height: 42px; */
    top: 0;
    left: 20px;
    margin: auto;
    right: 0;
    width: 65px;
    bottom: 0;
    height: 65px;
    box-shadow: 0px 0px 16px 0px rgba(210, 14, 54, 0.54);
    transition: all 0.2s ease-in;
}

.direction-block {
    display: inline-block;
}

.directionTitle {
    font-size: 38px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #242a3a;
    float: left;
    margin-right: 28px;
}

.ourSpecial {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    color: #242a3a;
    display: inline-block;
    /* margin-top: -9px; */
    position: relative;
    top: -5px;
    left: 20px;
}

.direction-block {
    display: inline-block;
    margin: 110px 0px;
}

.directionItem {
    text-align: center;
}

.titleItem {
    color: #242a3a;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    margin-top: 15px;
}

.directions {
    padding-bottom: 100px;
}

.listOffer {
    display: flex;
    /* flex-direction: row; */
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
}

.offerItem {
    flex-basis: 20%;
    margin-bottom: 60px;
    text-align: center;
    padding: 0px 15px;
}

.alsoOffer {
    background-color: #f5f6f6;
    padding-bottom: 30px;
}

.titleOfferItem {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    color: #242a3a;
    margin-top: 20px;
}

.imgOffer {
    /* height: 70px; */
    /* width: 190px; */
}

.offerItem1 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/1.png);
    transition: all 0.2s ease-in;
}

.offerItem2 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/2.png);
    transition: all 0.2s ease-in;
}

.offerItem3 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/3.png);
    transition: all 0.2s ease-in;
}

.offerItem4 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/4.png);
    transition: all 0.2s ease-in;
}

.offerItem5 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/5.png);
    transition: all 0.2s ease-in;
}

.offerItem6 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/6.png);
    transition: all 0.2s ease-in;
}

.offerItem7 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/7.png);
    transition: all 0.2s ease-in;
}

.offerItem8 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/8.png);
    transition: all 0.2s ease-in;
}

.offerItem9 {
    width: 200px;
    height: 140px;
    margin: 0px !important;
    margin-right: 0px !important;
    background: url(/image/catalog/home/other/9.png);
    transition: all 0.2s ease-in;
}


/*Счетчик возле карты*/

.offerLink:hover .offerItem1 {
    background: url(/image/catalog/home/other/color/1.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem2 {
    background: url(/image/catalog/home/other/color/2.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem3 {
    background: url(/image/catalog/home/other/color/3.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem4 {
    background: url(/image/catalog/home/other/color/4.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem5 {
    background: url(/image/catalog/home/other/color/5.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem6 {
    background: url(/image/catalog/home/other/color/6.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem7 {
    background: url(/image/catalog/home/other/color/7.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem8 {
    background: url(/image/catalog/home/other/color/8.png);
    transition: all 0.2s ease-in;
}

.offerLink:hover .offerItem9 {
    background: url(/image/catalog/home/other/color/9.png);
    transition: all 0.2s ease-in;
}

.col_fourth {
    position: relative;
    /* display:inline;
      display: inline-block;
      float: left; */
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
}

.end {
    margin-right: 0 !important;
}


/* Column Grids End */

.counter {
    background-color: transparent;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 28px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #dc0432;
}

.count-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 16px;
    text-align: center;
    color: #262633;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.first-light {
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}

.mapUkraine {
    position: relative;
}

.ulCity {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
}

.city {
    font-size: 12px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #262633;
    position: absolute;
}

.city:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #dc0432;
    border-radius: 100%;
    margin: auto;
}

.city-1 {
    left: 500px;
    top: 160px;
}

.city-2 {
    left: 411px;
    top: 254px;
}

.city-3 {
    left: 149px;
    top: 179px;
}

.city-4 {
    left: 413px;
    top: 200px;
}

.city-5 {
    left: 41px;
    top: 229px;
}

.counterBlock {
    margin-top: 0px;
}


/* .timeline {
      white-space: nowrap;
      overflow-x: hidden;
    }
    
    .timeline ol {
      font-size: 16px;
      transition: all 1s;
      padding-top: 10px;
      font-family: 'Gilroy', sans-serif; font-weight: 900;
      color: #262633;
    }
    
    .timeline ol li {
      position: relative;
      display: inline-block;
      list-style-type: none;
      width: 160px;
      height: 3px;
      background: #e1e2e3;
      text-align: right;
    }
    
    .timeline ol li:last-child {
      width: 160px;
      top: -12px;
    }
    
    .timeline ol li:not(:first-child) {
      margin-left: 9px;
    }
    
    .timeline ol li:not(:last-child)::after {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(100% + 1px);
      bottom: 0;
      width: 12px;
      height: 12px;
      transform: translateY(-50%);
      border-radius: 50%;
      background: #e1e2e3;
    } */

.timeline {
    /* overflow-x: hidden; */
    padding: 20px 0;
    padding-right: 50px;
}

.timeline ol {
    width: 100%;
    transition: all 1s;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.timeline ol li {
    list-style: none;
    position: relative;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 5px;
}

.timeline ol li:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: transparent;
    margin: -2px auto 4px auto;
    border: 1px solid #cecece;
}

.timeline ol li:not(:last-child)::after {
    content: "";
    width: calc(100% - 14px);
    height: 2px;
    display: block;
    background: #ccc;
    margin: 0;
    position: absolute;
    top: 4px;
    left: calc(50% + 7px);
}

.timeline ol li:last-child::after {
    content: "";
    width: calc(100% - 14px);
    height: 2px;
    display: block;
    background: #ccc;
    margin: 0;
    position: absolute;
    top: 4px;
    left: calc(50% + 7px);
}

.timeline ol li:first-child::before {
    content: "";
    width: calc(100% - 14px);
    height: 2px;
    display: block;
    background: #ccc;
    margin: 0;
    position: absolute;
    top: 4px;
    left: calc(50% + 7px);
}

.yearsVert {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #000;
    display: block;
    position: relative;
    top: -51px;
    transform: rotate(270deg);
    left: -1px;
}

.map-ukraine {
    padding: 0px;
}

.our-partners {
    background-image: url("/image/catalog/home/bg2.jpg");
    padding: 100px 0px 90px;
    background-size: cover;
    background-attachment: fixed;
}

.flexPartners {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.partItem {
    flex-basis: 20%;
    margin: 0px 0px 20px 0px;
}

.imgPart {
    border-radius: 15px;
}

ul#imageGallery {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    column-count: 3;
    column-gap: 0em;
}

ul#imageGallery li {
    display: inline-block;
    /* padding: 8px; */
    /* background: ghostwhite; */
    margin: 2px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

ul#imageGallery li a {
    text-decoration: none;
}

ul#imageGallery li a img {
    display: block;
    /* width: 200px; */
    border-radius: 15px;
    transition: all 0.2s ease-in;
}

ul#imageGallery li a img:hover {
    box-shadow: 0px 0px 27px 0px rgb(220, 4, 50, 0.25);
    transition: all 0.2s ease-in;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}

#overlay .holder {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    top: 15%;
    transition: all 0.2s ease-in;
}

#overlay .holder img {
    width: 100%;
    max-width: 600px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    transition: all 0.2s ease-in;
}

#overlay .holder p {
    color: #ffffff;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 10px;
}

#overlay .holder .nav {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
}

#overlay .holder .nav a {
    color: white;
    opacity: 0.3;
    -webkit-user-select: none;
    cursor: pointer;
}

#overlay .holder .nav a:hover {
    opacity: 1;
}

#overlay .holder .nav #next,
#overlay .holder .nav #prev {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    font-size: 40px;
}

#overlay .holder .nav #next span,
#overlay .holder .nav #prev span {
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: relative;
}

#overlay .holder .nav #next {
    right: 0;
    text-align: right;
}

#overlay .holder .nav #prev {
    left: 0;
    text-align: left;
}

#overlay .holder .nav #close {
    right: 10px;
    top: 0;
    font-size: 30px;
    opacity: 0.6;
    z-index: 1000000;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
}

#overlay .holder .nav #close:hover {
    opacity: 1;
}

.subWorks {
    position: absolute;
    bottom: -100px;
    padding: 10px 10px 0px;
    width: 100%;
    background-color: rgba(205, 11, 53, 0.7);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.2s ease-in;
    visibility: hidden;
}

.subWorks p {
    color: #fff;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    margin-bottom: 8px;
}

ul#imageGallery li:hover {
    box-shadow: 0px 0px 27px 0px rgb(220, 4, 50, 0.25);
    transition: all 0.2s ease-in;
}

ul#imageGallery li:hover .subWorks {
    bottom: 0;
    visibility: visible;
    transition: all 0.2s ease-in;
}

.subWorks .title {
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
}

.our-works .direction-block {
    display: inline-block;
    margin: 110px 0px 100px;
}

.det-inform {
    background-image: url(/image/catalog/home/info/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 100px;
}

.our-works {
    padding: 0px 0px 90px;
}

.infoItem {
    text-align: center;
}

.underRow {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    color: #7a868c;
    text-decoration: underline;
}

.last-news {
    background-image: url("/image/catalog/home/bg2.jpg");
    padding: 110px 0px 45px;
    background-attachment: fixed;
}

.thumbnail-post {
    border-radius: 15px;
}

.blog_title a {
    font-size: 22px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #0f2c54;
}

.bloglink a {
    background: #1e5f9e;
    border: 1px solid #1e5f9e;
    color: #fff;
    width: 150px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    float: right;
}

.bloglink a i {
    margin-left: 5px;
}

.titleBlog {
    margin-bottom: 70px;
}

.shortDesc {
    color: #fff;
    font-size: 14px !important;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    margin-top: 15px;
    text-decoration: underline;
    /* border-bottom: 1px solid; */
    /* position: relative; */
}

.dateAdPost {
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    color: #fff;
}

.logoFooter {
    float: left;
    padding-right: 15px;
    max-width: 220px;
}

.social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.social .icon {
    width: 35px;
    text-align: center;
}

.list-footer {
    padding: 0 0 0 15px;
    list-style-type: none;
}

.list-footer li {
    margin-bottom: 5px;
}

.viber-telegram {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}

.titleSiteFooter {
    color: #5e707b;
    font-size: 14px !important;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    width: 306px;
    display: block;
    margin-top: 50px;
}

.poweredFooter {
    color: #5e707b;
    font-size: 14px !important;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    width: 306px;
    display: block;
    margin-top: 35px;
}

.titleInfo {
    font-size: 18px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.listInfo {
    padding: 0;
    list-style: none;
    margin: 0px;
}

.listInfo li a,
.list-footer li a {
    color: #fff !important;
    font-size: 15px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}

.listInfo li {
    margin-top: 5px;
}

.list-unstyled {
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

ul.list-unstyled.megamenu-haschild {
    margin-top: 0px;
}

.dropdown-menu .megamenu-haschild a {
    color: #000 !important;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
}

.dropdown-menu .megamenu-haschild a:hover {
    color: #061840 !important;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    background: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 295px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.list-unstyled li a {
    color: #000000 !important;
    font-size: 15px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
}

.list-unstyled li {
    margin-top: 10px;
}

.mailLink {
    color: #5e707b !important;
    font-size: 14px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    margin-right: 35px;
}

.linkSoc {
    margin-right: 10px;
}

.socMail {
    margin-top: 20px;
}

.marginTitle {
    margin-top: 40px;
}

.spanTel {
    display: inline-block;
    color: #fff !important;
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
}

.contactTel {
    position: relative;
    display: flex !important;
    width: 39%;
    padding: 0 !important;
}

#megamenu-menu #category {
    display: none !important;
}

.collapse.navbar-collapse.navbar-ex1-collapse {
    padding-left: 0px;
}


/*Появление*/

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

ul.ulCity li {
    animation: flipdown 0.5s ease both;
}

.ulCity li:nth-of-type(1) {
    animation-delay: 1.7s;
}

.ulCity li:nth-of-type(2) {
    animation-delay: 2.5s;
}

.ulCity li:nth-of-type(3) {
    animation-delay: 3.1s;
}

.ulCity li:nth-of-type(4) {
    animation-delay: 3.8s;
}

.ulCity li:nth-of-type(5) {
    animation-delay: 4.5s;
}

.skills {
    background-color: #ddd;
    width: 100%;
    height: 3px;
    position: relative;
    margin: 0;
    margin-top: 80px;
    margin-bottom: 60px;
}

.title-bar {
    position: absolute;
    top: -50px;
    margin: 5px
}

.skillbar {
    background-color: #dc0432;
    width: 0px;
    height: 3px;
}

.imgUkraine {
    width: 100%;
}

.circleYear {
    font-size: 16px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #000;
    position: absolute;
    transform: rotate(270deg);
}

.circleYear:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

.year-2008 {
    top: -32px;
    left: 13.2%;
}

.year-2009 {
    top: -32px;
    left: 30.4%;
}

.year-2010 {
    top: -31px;
    left: 47.6%;
}

.year-2011 {
    top: -30px;
    left: 63.8%;
}

.year-2012 {
    top: -31px;
    left: 80%;
}

@keyframes change {
    0% {
        border: 2px solid #ddd;
    }
    100% {
        border: 2px solid #dc0432;
    }
}

.circleYear:before {
    animation: change 0.2s ease both;
}

.year-2008:before {
    animation-delay: 1.6s;
}

.year-2009:before {
    animation-delay: 2.4s;
}

.year-2010:before {
    animation-delay: 3s;
}

.year-2011:before {
    animation-delay: 3.7s;
}

.year-2012:before {
    animation-delay: 4.4s;
}

@keyframes animsandvich {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sandvich {
    animation: animsandvich 0.5s ease both;
    animation-delay: 2.5s;
}

.tel {
    margin-right: 12px;
    margin-top: -3px;
}

.directionItem .directionImgitem {
    transition: all 0.2s ease-in;
}

.directionLink:hover .directionItem .directionImgitem {
    transform: translate(0px, -10px);
    transition: all 0.2s ease-in;
}

.category-info img {
    max-width: 100%;
}

.category-info .span2 {
    width: 25%;
    text-align: left;
    display: block;
    float: left;
}

.category-info .span6 {
    width: 75%;
    text-align: left;
    display: block;
    float: left;
}

.category-info .span4 {
    width: 50%;
    text-align: Center;
    display: block;
    float: left;
}

.category-info img {
    margin-bottom: 15px;
}

.category-info p {
    font-size: 16px;
}

.category-info li {
    font-size: 16px;
    margin: 10px 0px;
}

.category-info a {
    color: #dc0432;
}

.subCatSpisok {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 50px;
}

.item-sub-category {
    background-color: #fff;
    text-align: center;
    padding: 0px 0px 15px;
    transition: all 0.1s ease-in;
    margin: 10px 10px;
    width: 31% !important;
}

.item-sub-category a {
    color: #242a3a;
    transition: all 0.1s ease-in;
}

.item-sub-category:hover {
    box-shadow: 0px -1px 30px -5px #0000001f;
    transition: all 0.1s ease-in;
    color: #e1173d;
}

.item-sub-category:hover a {
    color: #e1173d;
    transition: all 0.1s ease-in;
}

.logoFooterW {
    width: 195px;
    margin-bottom: 10px;
}

.flexRowFooter {
    display: flex;
    flex-wrap: wrap;
}

.itemFlexFooter {
    flex-basis: 23%;
}

.menuFooter a {
    color: #a6a6a6;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.3;
    font-family: "Gilroy";
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.blockMenuFoot {
    flex-basis: 18%;
}

.blockContacts {
    padding-left: 80px;
}

.blockSoc {
    margin-bottom: 40px;
}

.weOnSoc {
    font-size: 14px;
}

.footIcon {
    margin-right: 12px;
}

.socImg {
    margin-top: 20px;
}

.platizh {
    font-size: 14px;
}

.cartOplata {
    margin-top: 18px;
}

.mastCard {
    margin-right: 8px;
}

.vanoCopy {
    text-align: center;
    color: #929292;
    margin: 0px !important;
    font-size: 14px;
    padding: 20px 0px;
}

.vollLink {
    color: #929292;
    font-weight: bold;
}

.vollLink:hover {
    color: #929292;
    font-weight: bold;
    text-decoration: underline;
}

.copyrightFoot {
    background: #0e0e0e;
}

.common-home button#grid-view {
    display: none;
}


/*
  .homeTitle {
      font-weight: bold;
      font-size: 22px;
      line-height: 1;
  }
  */

.homeTitle {
    font-weight: bold;
    font-size: 22px;
    /* color: #1b3548!important; */
    line-height: 1;
    color: #1b3548!important;
    font-size: 46px;
    font-weight: 800;
    margin: 30px 0px 5px;
    letter-spacing: 1;
}

#input-sort {
    width: 240px;
    height: 45px;
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
    font-family: "Gilroy" !important;
    color: #272727 !important;
    border-color: #272727;
    margin-top: 10px;
    margin-right: 0px !important;
    margin-left: auto !important;
    display: block !important;
    /* margin: auto !important; */
}

.flex-row-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: -25px !important;
    margin-bottom: -15px;
}

.number-price {
    /* color: #272727; */
    /* font-size: 18px; */
    font-family: "Gilroy";
    font-weight: 500 !important;
    color: #1b3548;
    font-size: 22px;
}

span.grn {
    color: #323232;
    font-size: 18px;
    font-family: "Gilroy";
    font-weight: 400 !important;
    margin-left: 0px;
}

.flex-row-product {
    display: flex;
    /*flex-direction: row-reverse;*/
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 15px 0px;
}

.group-quant button.btn.btn-default {
    width: 35px;
    height: 35px;
    background: #e9e9e9;
    box-shadow: none;
    /* border: 1px solid #ddd; */
    border-top-right-radius: 15px;
    padding: 0;
    outline: none !important;
    font-size: 22px;
    font-weight: 600;
    border-left: none;
    border-bottom-right-radius: 15px;
    color: #5fa3d6;
    border-radius: 100% !important;
    margin-right: 0;
}

input#input-quantity {
    text-align: center;
    width: 30px;
    height: 40px;
    border: 0;
    outline: none !important;
    box-shadow: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0px;
    padding: 0px !important;
    min-width: 35px;
    font-size: 20px;
    color: #5fa3d6;
    position: relative;
    top: -2px;
}

#product label.control-label {
    font-size: 16px;
    font-weight: bold;
}

#product .checkbox label {
    font-size: 14px;
}

.form-block-title-select {
    margin-bottom: 10px;
}

span.checkmark {
    width: 17px;
    height: 17px;
    border: 1px solid #db1833;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
}

.checkbox input:checked~.checkmark {
    background-color: #db1833;
}

#product .checkbox input[type="checkbox"] {
    opacity: 0;
}

.weight-product {
    color: #929292 !important;
    font-size: 14px;
    margin-top: 10px;
    font-family: "Gilroy";
    margin-bottom: 20px;
}

.link-to-mainSite img {
    max-width: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

span.icon-img-tray svg {
    max-width: 14px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

a.link-to-mainSite {
    border: 2px solid #3d749e;
    /* border-image-source: linear-gradient(to bottom, #60a5d9, #3d749e); */
    border-image-slice: 1;
    border-width: 2px;
    border-radius: 30px !important;
    height: 50px;
    padding: 13px 25px 12px;
    color: #4079a4;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in;
}

a.link-to-mainSite:hover {
    background: #3d749e;
    color: #fff;
}

svg path {
    transition: all 0.2s ease-in;
}

a.link-to-mainSite:hover svg path {
    fill: #fff;
}

.grn-grey .number-price {
    color: #929292 !important;
    font-weight: normal !important;
    font-size: 14px;
}

.grn-grey span.grn {
    color: #929292;
    font-family: "Gilroy";
    font-weight: normal !important;
    font-size: 14px !important;
}

.product-thumb .button-group {
    overflow: visible;
    margin-top: -15px;
}

.blockSeoHome {
    margin-top: 75px;
    margin-bottom: 75px;
}

.imgSeoHome {
    border-radius: 15px;
}

.imgSeoBLock {
    float: left;
    padding-right: 25px;
}

.blockText p {
    font-size: 14px;
    font-family: "Gilroy";
    color: #272727;
}

.titleSeoHome {
    font-weight: bold;
}

#owl-demo {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0px;
}

.col-image-product #owl-demo {
    position: relative;
    margin-top: -5px;
    margin-bottom: 0px;
}

.owl-controls {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.owl-pagination {
    text-align: center;
    top: -5px !important;
    position: relative;
}

.item.imgBlock img {
    border-radius: 15px !important;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 9px !important;
    height: 9px !important;
    margin: 1px 1px !important;
    filter: none !important;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff !important;
    border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page {
    border: 1px solid #fff !important;
    border-radius: 100% !important;
    height: 13px !important;
    width: 13px !important;
}

.owl-theme .owl-controls .owl-page span {
    opacity: 0 !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1 !important;
}

.weightCalculate {
    color: #777777;
    font-size: 18px;
    margin-top: 12px;
    font-family: "Gilroy";
    margin-bottom: 1px;
    font-weight: 400;
}

.blocks-new-line {
    box-shadow: -10px -10px 30px -10px rgb(255 255 255 / 1);
    border-radius: 15px;
}

img.icon-cart-img {
    max-width: 17px;
    position: relative;
    top: -2px;
    right: -2px;
}

.price-weight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 35px;
}

.price-weight ul {
    margin: 0px;
}

p.thank-title {
    font-size: 39px;
    font-weight: 900;
    color: #1b3548;
    line-height: 1.2;
    max-width: 380px;
}

p.thank-title {
    font-size: 39px;
    font-weight: 900;
    color: #1b3548;
    line-height: 1.2;
    max-width: 380px;
    margin-top: 50px;
    margin-bottom: 20px;
}

div#payment_address_company-error {
    display: none !important;
}

button.btn-cartpr.in_cart {
    color: #fff !important;
}

span.autocalc-product-price {
    color: #1b3548;
    font-size: 33px;
    font-weight: 500;
}

span.autocalc-product-price span {
    color: #323232;
    font-size: 20px;
    font-weight: 500;
}

.weightFlex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: -2px;
}

.catTitleBlock {
    margin-top: 15px;
}

.categoryProduct {
    margin-bottom: 25px;
}

.header-bg2 {
    display: inline-block;
    margin-left: 8px;
}

.menu_head:before {
    position: relative;
    top: 0px;
    left: -2px;
    transition: all 0.1s ease-in;
    vertical-align: top;
}

.menu_head:nth-child(1):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(/image/menu/sea.svg);
}

.menu_head:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/salad.svg);
}

.menu_head:nth-child(2):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/salad.svg);
}

.menu_head:nth-child(3):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/cold_snacks.svg);
}

.menu_head:nth-child(6):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/cold_snacks.svg);
}

.menu_head:nth-child(5):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/first_meal.svg);
}

.menu_head:nth-child(5):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/first_meal.svg);
}

.menu_head:nth-child(4):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/hot_snacks.svg);
}

.menu_head:nth-child(4):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/hot_snacks.svg);
}

.menu_head:nth-child(6):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    /*background: url(/image/catalog/category/svgicon/blyuda_na_mangale.svg);*/
    background: url(/image/menu/main_dishes.svg);
}

.menu_head:nth-child(6):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    /*background: url(/image/catalog/category/svgicon/blyuda_na_mangale_inside.svg);*/
    background: url(/image/menu/main_dishes.svg);
}

.menu_head:nth-child(7):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    /*background: url(/image/catalog/category/svgicon/goryachie_blyuda.svg);*/
    background: url(/image/menu/side_dishes.svg);
}

.menu_head:nth-child(7):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    /*background: url(/image/catalog/category/svgicon/goryachie_blyuda_inside.svg);*/
    background: url(/image/menu/side_dishes.svg);
}

.wrsvg00 {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.info_head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.txt_head_1 {
    font-size: 16px;
    font-family: "Gilroy";
    color: #545454;
    font-weight: bold;
}

.txt_head_color {
    font-size: 16px;
    font-family: "Gilroy";
    color: #3c7199;
    font-weight: bold;
    text-transform: uppercase;
}

.txt_head_color>a {
    font-size: 16px;
    font-family: "Gilroy";
    color: #3c7199;
    font-weight: bold;
    text-transform: uppercase;
}

.wrt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-basis: 33%;
    display: flex;
    justify-content: stretch;
}

.container_head {
    width: calc( 100% - 250px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    max-height: 100px;
}

.container_head>.container {
    display: flex;
    align-items: center;
}

.btnRedLeave {
    display: flex;
    flex-basis: 33%;
    justify-content: flex-end;
}


/*::-webkit-scrollbar-button {
  background-image:url('');
  background-repeat:no-repeat;
  width:0px;
  height:0px
  }
  
  ::-webkit-scrollbar-track {
  background-color:#ecedee
  }
  
  ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color:#272f47;
  }
  
  ::-webkit-scrollbar-thumb:hover{
  background-color:#272f47;
  }
  
  ::-webkit-resizer{
  background-image:url('');
  background-repeat:no-repeat;
  width:0px;
  height:0px
  }
  
  ::-webkit-scrollbar{
  width: 0px;
  }*/

.logoBlockFoot>.btnRedLeave {
    justify-content: start;
    margin-top: 15px;
}

.wr_txt_foote {
    font-size: 16px;
    font-family: "Gilroy";
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
}

.wr_txt_footer_1 {
    font-size: 16px;
    font-family: "Gilroy";
    color: #d4cece;
    font-weight: 200;
    margin-bottom: 10px;
}

.wr_txt_footer_2 {
    font-size: 16px;
    font-family: "Gilroy";
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wr_txt_footer_2 a {
    font-size: 16px;
    font-family: "Gilroy";
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blockMenuFoot2 {
    flex-basis: 35%;
}

.wr-flex-f {
    display: flex;
    flex-direction: row;
}

.wr_footer_m_1>a {
    margin-bottom: 10px;
    display: flex;
    font-size: 14px;
}

.wr_footer_m_1 {
    margin-right: 25px;
}

.blockMenuFoot3 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.adres_foot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
}

.adres_foot>a {
    margin-bottom: 5px;
}

.logInHead>img {
    width: 30px;
    height: 24px;
}

button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle>svg {
    width: 25px;
    height: 25px;
}

.section-similar .weightFlex {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: -2px;
    align-items: baseline;
}

.similar-title {
    font-size: 39px;
    line-height: 1.2;
    color: #1b3548;
    font-weight: 800;
    margin-top: 70px;
    margin-bottom: 25px;
}


/*.menu_head:nth-child(7):before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(/image/catalog/category/svgicon/garniri.svg);
      position: relative;
      top: 8px;
      left: -2px;
      transition: all 0.1s ease-in;
      vertical-align: top;
  }
  
  .menu_head:nth-child(7):hover:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(/image/catalog/category/svgicon/garniri_inside.svg);
      position: relative;
      top: 8px;
      left: -2px;
      transition: all 0.1s ease-in;
  }*/

.menu_head:nth-child(8):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/khinkali.svg);
}

.menu_head:nth-child(8):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/khinkali.svg);
}

.menu_head:nth-child(10):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/bakery.svg);
}

.menu_head:nth-child(10):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/bakery.svg);
}

.menu_head:nth-child(9):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/brazier.svg);
}

.menu_head:nth-child(9):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/brazier.svg);
}

.menu_head:nth-child(11):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/sauces.svg);
}

.menu_head:nth-child(11):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/sauces.svg);
}

.menu_head:nth-child(12):before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/desserts.svg);
}

.menu_head:nth-child(12):hover:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/image/menu/desserts.svg);
}


/*.menu_head:nth-child(12):before {
      content: "";
      display: inline-block;
      background: url(/image/menu/children.svg);
      width: 30px;
      height: 30px;
  }
  
  .menu_head:nth-child(12):hover:before {
      content: "";
      display: inline-block;
      background: url(/image/menu/children.svg);
      width: 30px;
      height: 30px;
  }*/

.menu_head:nth-child(13):before {
    content: "";
    display: inline-block;
    background: url(/image/menu/children.svg);
    width: 30px;
    height: 30px;
}

.price-weight .weightFlex {
    margin-bottom: 0px !important;
}

.img_tovar {
    height: 180px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
}

.col-l {
    padding: 0px !important;
    margin: 0px !important;
}

.row-flex-product {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    background: #fff;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
}

.image-bg-product {
    width: 570px;
    height: 470px;
    max-width: 570px;
    max-height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
    .container {
        width: 1110px !important;
    }
}

a.list-group-item.menu_head {
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.col-image-product {
    flex-basis: 58%;
    max-width: 625px;
    position: relative;
}

img.absolut-line {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.wr_btm_ico {
    width: 20px;
    height: 20px;
}

.column-caption-product {
    flex-basis: 36%;
}

.wr-p-p {
    background-image: url(/image/hov/sub.png);
    height: 20px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0px;
}

div#cart.tovar-in-cart {
    background-color: #1b3548;
}

div#cart.open {
    background-color: #1b3548;
}

#cart {
    transition: 0.4s;
}

div#cart.tovar-in-cart>.btn>#cart-total {
    position: relative;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    display: block;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 100%;
    color: #fff;
    padding: 0px;
    margin-top: 5px;
}

div#cart.open>.btn>#cart-total {
    position: relative;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    display: block;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 100%;
    color: #fff;
    padding: 0px;
    margin-top: 5px;
}

div#cart.tovar-in-cart>.btn>svg path {
    fill: #fff;
}

div#cart.open>.btn>svg path {
    fill: #fff;
}

.bg-prod-cart {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

span.cartQuantity.cart-total i:before {
    color: #5fa3d6;
    font-size: 11px;
    font-weight: bold;
}

span.cartQuantity.cart-total input {
    color: #5fa3d6;
    margin-left: 7px !important;
    display: block;
    position: relative;
    right: -7px;
    top: 0;
}

.product-in-cart {
    border-bottom: 2px dashed #eaeaea;
    padding-bottom: 20px !important;
    margin-top: 20px;
}


/*.menu_head:nth-child(13):before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(/image/catalog/category/svgicon/alcohol.svg);
      position: relative;
      top: 8px;
      left: -2px;
      transition: all 0.1s ease-in;
      vertical-align: top;
  }
  
  .menu_head:nth-child(13):hover:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url(/image/catalog/category/svgicon/alcohol_inside.svg);
      position: relative;
      top: 8px;
      left: -2px;
      transition: all 0.1s ease-in;
  }*/

.list-group-item:before,
.menu_head:before {
    margin-right: 6px;
}

ul.menu_head li {
    display: inline-block;
}

ul.menu_head li ul li {
    display: block;
}

.spisokCatMenu li a span,
ul.menu_head li {
    vertical-align: text-bottom;
}

.spisokCatMenu li a span,
.main-nav a span {
    position: relative;
    vertical-align: bottom;
}

.filterTitle {
    /*    font-family: "Gilroy";
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 20px;
      margin-top: 30px;*/
}

.filterTitle {
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 22px;
    /* margin-bottom: 20px; */
    margin-top: 5px;
    background: #2c516c;
    width: 250px;
    position: relative;
    right: 0;
    padding: 20px 15px;
    color: #fff;
    text-transform: uppercase;
}

.productTitle h1 {
    font-size: 22px;
    font-weight: bold;
    color: #272727;
    font-family: "Gilroy";
}

.productTitle {
    margin-top: 0px;
}

.productMargin {
    margin-top: 10px;
}

.flexRowPrice {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productInsideMar {
    margin-top: 15px;
}

.productInsideMar .price-product {
    color: #131313;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
}

.productInsideMar .number-price {
    color: #272727;
    font-size: 26px;
    font-family: "Gilroy";
    font-weight: bold !important;
}

.productInsideMar span.grn {
    color: #272727;
    font-size: 26px;
    font-family: "Gilroy";
    font-weight: bold !important;
    margin-left: 5px;
}

#popupcart_extended .total-table {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*margin-top: -60px;*/
}

.productInsideMar .weight-product .number-price {
    color: #929292 !important;
    font-size: 15px;
    margin-top: 15px;
    font-family: "Gilroy";
    margin-bottom: 5px;
    font-weight: normal !important;
}

.productInsideMar .section-similar .number-price {
    color: #1b3548;
    font-size: 22px;
    font-weight: 500 !important;
}

.productInsideMar .section-similar span.grn {
    font-size: 18px;
    color: #323232 !important;
    font-weight: 500 !important;
    margin-left: 0px;
}

.productInsideMar .weight-product .grn {
    color: #929292 !important;
    font-size: 15px;
    margin-top: 15px;
    font-family: "Gilroy";
    margin-bottom: 5px;
    font-weight: normal !important;
}

.lastview-body {
    margin-bottom: 70px;
}

.leaveReview {
    display: inline-block;
    color: #000;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    outline: none !important;
    background: #fff;
    padding: 13px 25px;
    border: 1px solid #272727;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: 23px;
    width: 220px;
}

.leaveReview:hover {
    background: #db1833;
    color: #fff;
    border-color: #db1833;
}

#stock_dostavka {
    margin: 0;
}

.stock_bl img {
    margin-right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: auto;
}

.stock_bl {
    display: flex;
    margin: 20px 0 40px 0;
}

.btnInline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zoom-slider-ok.row {
    margin-left: -5px;
}

.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999990;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}

.popupWindow {
    z-index: 999999;
    width: 400px;
    padding: 20px;
    background: #fff;
}

.popupWindow-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.popupClose {
    cursor: pointer;
    position: fixed;
    line-height: 59px;
    font-size: 60px;
    transform: rotate(45deg);
    text-align: center;
    font-weight: 100;
    top: 2px;
    right: 15px;
    color: #ec4a3a;
    z-index: 99999999;
    display: none;
}

.popup-form .control-group input,
.popup-form .control-group textarea {
    width: 94%;
}

.moveRight {
    display: block;
    position: fixed;
    max-width: 525px;
    height: auto;
    top: 13%;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.4s ease;
    transform: translate3d(2600px, 0, 0);
    visibility: hidden;
    width: 100%;
    border-radius: 15px;
}

span.colors-ha {
    color: #db1833;
    font-weight: bold;
}

.moveRight.in {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.paginationSec {
    margin-top: 70px;
}

.relatedProduct {
    font-size: 22px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 900;
    color: #272727;
    margin-bottom: 45px;
    margin-top: 28px;
}

.tagsImg {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
}

.flexBreadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bludaUnder {
    font-size: 14px;
    font-family: "Gilroy";
    font-weight: bold;
    /* text-decoration: underline; */
    border-bottom: 1px solid;
    color: #272727;
}

.linkSearchTag .newProduct {
    width: 32px;
}

.linkSearchTag {
    margin-left: 20px;
}

.bluda {
    padding: 0px !important;
}

.linkBludaUl {
    margin-bottom: 0px;
    list-style: none;
    color: #272730;
    padding: 0px !important;
}

.tagTitle {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    margin-top: 15px;
}

.linkTags {
    margin-top: 15px;
}

.titleHome {
    margin-bottom: 13px;
    margin-top: 30px;
    display: flex;
}

.common-home .titleHome {
    margin-bottom: 0px;
    margin-top: -15px;
    display: flex;
}

.absoluteSand {
    position: absolute;
    top: 9px;
    left: -2px;
    z-index: 2;
}

.in-menu-bluda {
    max-width: 320px;
    margin: auto;
}

.link-bluda-mobil a.linkSearchTag span {
    color: #fff !important;
    font-weight: normal;
    font-size: 14px;
}

.link-bluda-mobil a.linkSearchTag {
    margin: 0px !important;
    color: #fff !important;
    width: 50% !important;
    max-width: 160px !important;
}

span.pod-zag-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    margin-left: 8px;
}

.linkTags {
    display: flex;
    margin-left: 25px;
    margin-bottom: 20px;
}

.absoluteShash {
    position: absolute;
    bottom: -3px;
    right: -9px;
    z-index: 2;
}

.category-info {
    margin-bottom: 75px;
}
.category-info ul {
    list-style: none;
}
.category-info ul li {
    position: relative;
}
.category-info ul li:after {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-position: center;
    background-size: cover;
    background-image: url(/catalog/view/theme/default/image/check.svg);
    top: 1px;
    left: -22px;
}
.category-info ol{
    list-style-type: none;
    counter-reset: item;
}
.category-info ol li {
    position: relative;
}
.category-info ol li:before {
    content: counter(item);
    counter-increment: item;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -27px;
    top: 0;
    background: #75a7d0;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}

.spisokUl {
    list-style: none !important;
    padding-left: 13px !important;
    background: transparent !important;
}

.spisokUl li {
    background-image: url(https://vanoivano.com.ua/templates/jm-italian-restaurant/images/style1/arrow.png) !important;
    background-position-x: -10px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: left 7px;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #272727;
}

.ourRestItem option:focus {
    background: #db1833 !important;
}

.titleProductHome {
    height: 42px;
}

#button-cart.in_cart {
    background: #4f88b3;
    color: #fff;
}

.common-home .flexBreadcrumb {
    justify-content: flex-end;
}

.checkout-checkout h1 {
    margin-top: 22px;
}

.account-register .list-group-item:before {
    display: none !important;
}

.account-login .list-group-item:before {
    display: none !important;
}

.account-login .list-group a {
    border-bottom: 1px solid #f0f0f1;
    color: #393939;
    padding: 12px 12px 12px;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    font-family: "Gilroy";
    padding-left: 0px;
}

.account-register .list-group a {
    border-bottom: 1px solid #f0f0f1;
    color: #393939;
    padding: 12px 12px 12px;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    font-family: "Gilroy";
    padding-left: 0px;
}

.account-register h1 {
    margin-top: 10px;
    margin-bottom: 15px;
}

label.col-sm-2.control-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.account-register .pull-right {
    margin-bottom: 70px;
}

.well {
    margin-top: 16px;
}

.account-forgotten .list-group-item:before {
    display: none !important;
}

.account-forgotten .list-group a {
    border-bottom: 1px solid #f0f0f1;
    color: #393939;
    padding: 12px 12px 12px;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    font-family: "Gilroy";
    padding-left: 0px;
}

ul.navbar-nav {
    list-style: none;
}

a#navbarDropdownMenuLink {
    color: #000;
    width: 240px !important;
    display: block;
    padding-top: 2px;
    position: relative;
}

ul.dropdown-menu.menu-dropHead {
    min-width: 240px !important;
    /* position: relative !important; */
    /* left: auto !important; */
    /* right: auto !important; */
    top: 35px !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0px;
    border: none;
    overflow: hidden;
}

.menu-dropHead>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    position: relative;
    top: 0px;
    box-shadow: none !important;
    width: 100%;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 10px !important;
    border: none;
    background: transparent;
    overflow: hidden;
}

.menu-dropHead>li>a:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.menu-dropHead>li>a:hover {
    background: #db1833;
    color: #fff;
    transition: all 0.15s ease-in;
}

.dropdown-toggle:focus {
    outline: 0;
    text-decoration: none;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    right: 20px;
    position: absolute;
    top: 10px;
}

.input-group {
    position: relative;
    display: flex !important;
    border-collapse: separate;
    width: 90px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
}

.closeMenu {
    display: none;
}

.thumbnail {
    display: block;
    padding: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.42857143;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}

.owl-carousel .owl-buttons div i {
    font-size: 14px;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: bold;
}

.productInsideMar #owl-demo .owl-controls {
    position: absolute;
    top: 0;
    height: fit-content;
    bottom: 0;
    margin: auto;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #000 !important;
    display: inline-block;
    display: inline;
    padding: 5px 9px 3px !important;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50%;
    background: #ffffff !important;
    filter: Alpha(Opacity=100);
    opacity: 1 !important;
    font-weight: bold;
}

.paginationSec {
    margin-top: 0px;
    visibility: hidden;
}

.common-home .blockSeoHome {
    margin-top: 0px;
    margin-bottom: 75px;
}

a.load_more {
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 13px 30px !important;
    border: none !important;
    text-decoration: none;
    color: #1b3548;
    font-weight: 700;
    transition: all 0.15s ease-in;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*a.load_more:hover:before {
      background: url(/image/svg/load_more_icon.png);
      width: 18px;
      height: 16px;
  }*/

.smotriteAll .number-price {
    color: #272727;
    font-size: 18px;
    font-family: "Gilroy";
    font-weight: bold !important;
}

.smotriteAll span.grn {
    color: #272727;
    font-size: 18px;
    font-family: "Gilroy";
    font-weight: bold !important;
    margin-left: 5px;
}

.alsoZakaz .number-price {
    color: #272727;
    font-size: 18px;
    font-family: "Gilroy";
    font-weight: bold !important;
}

.alsoZakaz span.grn {
    color: #272727;
    font-size: 18px;
    font-family: "Gilroy";
    font-weight: bold !important;
    margin-left: 5px;
}

.Leha {
    margin-bottom: 40px;
}


/*#column-left {
      position: sticky;
      margin-bottom: 50px;
      z-index: 999 !important;
      top: 115px;
  }*/

#column-left {
    margin-bottom: 50px;
    z-index: 999 !important;
    top: 95px;
    left: 0px;
    position: fixed;
    height: 100vh;
    background-color: #1b3548;
    width: 250px;
    transition: all 0.2s ease-in;
}

.lastview-title {
    padding-left: 0px;
}

.filterVisible #column-left.expand {
    display: block !important;
    position: relative;
}

nav.main-nav ul {
    padding: 0px;
    list-style: none;
}

.main-nav .list-group-item {
    padding-left: 1px;
}


/*
  
  .main-nav {
      width: 250px;
  
    }*/

.main-nav {
    width: auto;
    margin-top: 0px;
}

.main-nav ul ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-in;
}

.spisokCatMenu:hover .has-sub .child-list {
    visibility: visible;
    opacity: 0;
}

.main-nav ul .tab ul {
    display: block;
}

.main-nav .sub-arrow:after {
    content: "\203A";
    float: right;
    margin-right: 0px;
    /* transform: rotate(90deg); */
    margin-top: 9px;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.spisokCatMenu a.list-group-item.active {
    padding-bottom: 0;
    padding-top: 13px;
}

.main-nav .tab .sub-arrow:after {
    content: "\2039";
    transform: rotate(180deg);
}

aside#column-left .spisokCatMenu .sub-arrow:after {
    margin-top: 0px;
    right: 5px;
    content: "";
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #fff;
    top: 10px;
    transition: width 0.5s;
}

aside#column-left .spisokCatMenu:hover .sub-arrow:after {
    margin-top: 0px;
    right: 5px;
    content: "";
    display: inline-block;
    height: 1px;
    width: 30px;
    background-color: #fff;
}

aside#column-left .spisokCatMenu.active .sub-arrow:after {
    margin-top: 0px;
    top: 15px;
    right: -56px;
    content: "";
    display: inline-block;
    height: 1px;
    width: 30px;
    background-color: #fff;
    transform: rotate(0deg);
}

aside#column-left .spisokCatMenu.active .sub-arrow:after {
    right: -15px;
    z-index: 2;
}

aside#column-left .spisokCatMenu:hover {
    background-color: #2c516c;
}

aside#column-left .spisokCatMenu:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

aside#column-left .spisokCatMenu:hover .has-sub .child-list {
    visibility: visible;
    opacity: 1;
}

aside#column-left .spisokCatMenu .has-sub .child-list {
    background-color: #1b3548;
    right: -222px;
    top: -15px;
    border-radius: 0px 15px 15px 0px;
    padding: 0 !important;
    width: 200px;
    overflow: hidden;
}

aside#column-left .spisokCatMenu ul.child-list li a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}

.has-sub .child-list {
    border: none;
}

aside#column-left .spisokCatMenu li .has-sub {
    width: 180px;
}

aside#column-left .spisokCatMenu li {
    position: relative;
    vertical-align: bottom;
    max-width: 200px;
    overflow: visible;
    min-height: 20px;
}

aside#column-left .spisokCatMenu li .list-group-item {
    padding: 0;
}

aside#column-left:hover .spisokCatMenu {
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.spisokCatMenu li a,
.spisokCatMenu li a:hover,
.spisokCatMenu li div.subMenuItemCat a {
    border: 0 !important;
}

ul.child-list {
    padding: 0px;
    list-style: none;
}

.sub-arrow {
    display: block !important;
    height: 23px !important;
    /*position: relative;*/
    margin-top: -45px !important;
    width: fit-content;
    margin-left: auto;
}

h2.titleSeoHome {
    line-height: 25px;
}

.imgSeoBLockRight {
    float: right;
    padding-left: 25px;
    margin-top: 9px;
}

.list-group-item-child2 {
    display: block;
    border: none !important;
    padding: 10px 0px !important;
    margin-bottom: 0px;
    margin-left: 39px;
}

.list-group-item-child2:first-child {
    border-bottom: 1px solid #eaeaea !important;
}

.subMenuItemCat {
    margin-top: 25px;
    margin-bottom: 0px !important;
}

.sub-arrow.arrow-down:after {
    transform: rotate(90deg);
    margin-top: 13px;
    color: red;
}

.blockThank {
    max-width: 560px;
    text-align: left;
    background: url(/image/catalog/checkout/bg.jpg);
    padding: 70px 50px;
    border-radius: 15px;
    margin-bottom: 60px;
    margin-top: 50px;
}

.titleThanks {
    margin-bottom: 40px;
}

.imgDel {
    width: 100%;
    max-width: fit-content;
}

.textThanks {
    margin: 30px 0px 35px;
}

.textThanks p {
    color: #262626;
    font-family: "Gilroy";
    font-weight: normal;
}

.boldBottom {
    font-weight: bold !important;
    margin-top: 30px;
    font-size: 16px;
}

.btnThanks {
    font-size: 16px;
}

.account-logout .blockThank {
    margin-top: 15px;
    text-align: left;
}

.account-logout .titleThanks {
    margin-bottom: 22px;
}

.account-logout .pull-center {
    margin-top: 30px;
}

.textWellBlock {
    font-size: 14px;
}

.account-account .list-unstyled {
    margin-top: 0px;
    margin-bottom: 40px;
}

.account-edit h1 {
    margin-top: 20px;
}

.account-edit form fieldset input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0;
    font-size: 20px !important;
    line-height: 1.42857143;
    position: relative;
    color: #1b3548;
    background-color: #fff;
    border: none !important;
    border-radius: 15px;
    box-shadow: none !important;
    transition: all 0.2s ease-in;
}

.btn.btn-info {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    background: #db1833 !important;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
}

.btn.btn-danger {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    background: #db1833 !important;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
}

.account-order h1 {
    margin-bottom: 25px;
    margin-top: 15px;
}

a.redBtn.popupUp.bingc-action-open-passive-form.carousel-button-call:hover {
    color: #fff !important;
}

.block-tags-product {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.productTitle h1 {
    font-size: 25px;
    font-weight: bold;
    color: #323232;
    font-family: "Gilroy";
}

.flexBreadcrumb.product-crumb {
    margin-top: 30px;
}

.product-desc {
    margin-top: 35px;
    color: #525252;
    font-size: 18px;
    margin-bottom: 30px;
}

.sp-l,
.sp-o {
    background-color: transparent !important;
}
a.load_more:after, a.load_more:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #1b3548;
    position: absolute;
    top: calc(50% - 0px);
}
a.load_more:after {
/*    content: "";
    display: block;
    background: url(/image/catalog/upload.png);
    width: 13px;
    height: 10px;
    background-repeat: no-repeat;
    margin: 5px auto 0px;*/

    transform: rotateZ(-35deg);
    right: calc(15% - 9px);
}
a.load_more:before {
   	transform: rotateZ(35deg);
    left: calc(85% - 9px);
}


a.load_more {
    box-shadow: 0px 15px 18px -7px rgba(217, 227, 235, 1);
    /*padding: 20px 70px !important;*/
    border-radius: 69% !important;
}
a.load_more {
	position: relative;
	display: block;
    width: 215px;
    border-radius: 36px!important;
    border: 2px solid #75a7d0!important;
    padding: 15px 25px !important;
    text-align: left;
}

.title-empty-cart {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #1b3548;
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
    padding: 25px;
}

p.text-empty {
    color: #1b3548;
    text-align: center;
    margin-top: 25px;
}

.block-btn {
    width: 100%;
    padding-top: 60px;
    border-top: 1px solid #e4e4e4;
}

button.button-dis {
    width: 100%;
    background-color: #a9a9a9;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    height: 60px;
    cursor: not-allowed;
}

.empty {
    display: flex;
    justify-content: space-between !important;
    flex-direction: column !important;
    align-items: center;
    height: calc(100vh - 100px) !important;
    max-height: 100%;
}

html.popup_visible.popup_visible_popupcart_extended div#cart {
    background-color: #1b3548;
}

html.popup_visible.popup_visible_popupcart_extended div#cart>.btn>svg path {
    fill: #fff;
}

html.popup_visible.popup_visible_popupcart_extended div#cart>.btn>#cart-total {
    color: #fff;
}

html.login-form .login-wrapp-change {
    max-height: 1200px;
    overflow: hidden;
    transition: all 0.4s ease-in;
}

.login-wrapp-change {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in;
}

.cart-wrapp-change {
    max-height: 1500px;
    /*overflow: hidden;*/
    transition: all 0.4s ease-in;
    opacity: 1;
}

html.login-form .cart-wrapp-change {
    display: none;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in;
    opacity: 0;
}

.login-form .wr-toper {
    right: 125px;
    transition: all 0.4s ease-in;
}

.login-form li.dropdown2.wr-l {
    background: #1b3548;
    transition: all 0.2s ease-in;
    height: 101px;
}

.login-form div#cart {
    background-color: transparent;
}

.login-form div#cart>.btn>svg path {
    fill: #1b3548;
}

span.icon-user-img svg path {
    fill: #1b3548;
}

.login-form span.icon-user-img svg path {
    fill: #fff;
}

.title-vhod {
    font-size: 18px;
    text-transform: uppercase;
    color: #1b3548;
    font-weight: 600;
    padding: 30px;
    border-bottom: 1px solid #e4e4e4;
}

form.form-login-in-cart label {
    color: #1b3548;
    font-size: 16px;
    font-weight: 600;
}

form.form-login-in-cart input {
    border-radius: 30px !important;
    height: 50px !important;
    border: 1px solid #dfdfdf !important;
}

a.forgot {
    color: #7c8a94;
    font-size: 14px;
    border-bottom: 1px dashed;
    font-weight: lighter;
}

form.form-login-in-cart {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: calc(100vh - 181px);
}

.btn-vvoyti>input.btn.btn-primary {
    background: -webkit-gradient(linear, left top, left bottom, from(#4e95d2a8), to(#447fab));
    border: none !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    height: 60px !important;
}

.click-show-register {
    color: #5fa3d6;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

span.abo-register {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
}

.link-remember {
    display: flex;
    align-items: center;
    position: relative;
}

.link-remember input {
    opacity: 0;
}

span.custom-checkbox {
    position: absolute;
    left: 0;
    border-radius: 100%;
    display: block;
    width: 9px;
    height: 9px;
    top: 20px;
}

span.custom-checkbox:before {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    border: 1px solid #1b3548;
    border-radius: 100%;
    top: -2.5px;
    position: relative;
    left: -2.5px;
}

input#rememberMe:checked~span.custom-checkbox {
    background: #1b3548;
}

.link-remember label {
    margin-left: 5px;
    font-size: 14px !important;
    color: #7c8a94 !important;
    font-weight: 300 !important;
}

.zapom-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-remember {
    display: flex;
    align-items: center;
    position: relative;
    left: 3px;
    top: 5px;
}

span.abo-register:before {
    content: "";
    width: 48%;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: -30px;
    background: #5fa3d6;
    top: 9px;
}

span.abo-register:after {
    content: "";
    width: 48%;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: -30px;
    background: #5fa3d6;
    top: 9px;
}

.circle-btn {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    border: none;
}

button.fb-login.circle-btn {
    background: #1976d2;
}

button.google-login.circle-btn {
    background: #ea4335;
}

.social-authorization-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

button.fb-login.circle-btn {
    margin-right: 5px;
}

span.text-social {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #565656;
}

.inside-register-block {
    max-height: 0px;
    overflow: hidden;
}

html.register-form .inside-login-block {
    max-height: 0px;
    overflow: hidden;
    /*transition: all 0.3s ease-in;*/
}

html.register-form .inside-register-block {
    max-height: 1500px;
    overflow: visible;
    /*transition: all 0.3s ease-in;*/
}

.click-show-login {
    color: #5fa3d6;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.inside-register-block .form-group.required {
    margin-bottom: 22px;
}

.white-bg-form-block {
    background: #fff;
    /*padding: 35px;*/
    border-radius: 10px;
    margin-bottom: 30px;
}

.title-to-block-form {
    font-size: 25px;
    font-weight: 700;
}

.flex-line-lk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
    border-bottom: 1px solid #e4e4e4;
}

.bg-pad {
    padding: 30px 35px 25px;
}

form.form-horizontal.form-edit label {
    font-size: 16px;
    color: #7c8489;
    font-weight: 500;
    margin-bottom: 0px;
}

h1.acc-title {
    font-size: 39px;
    font-weight: 800;
    color: #1b3548;
    margin-bottom: 35px;
    margin-top: 30px;
}

.row-web-develop {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 10px;
}

span.text-develop {
    font-size: 14px;
    color: #bac7cc;
}

span.text-develop a {
    text-decoration: underline;
}

aside#column-left .spisokCatMenu {
    margin: 0;
    padding: 10px 12px 10px!important;
    display: flex;
    align-items: center;
}

aside#column-left .spisokCatMenu.active {
    background-color: #2c516c;
    position: relative;
    align-items: flex-start;
}

aside#column-left .spisokCatMenu.active>li {
    padding-top: 5px;
}

@media(min-width: 1280px) and (max-width: 1600px) {
    .filterTitle {
        font-family: "Gilroy";
        font-weight: 400;
        font-size: 22px;
        /* margin-bottom: 20px; */
        margin-top: 5px;
        background: #2c516c;
        width: 90px;
        position: relative;
        right: 0;
        padding: 20px 0px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        transition: all 0.2s ease-in;
    }
    aside#column-left .spisokCatMenu {
        border-bottom: 0px solid #f0f0f1;
        color: #fff;
        background-color: transparent;
        font-size: 14px;
        font-weight: normal;
        font-family: "Gilroy";
        padding-left: 10px;
        justify-content: center;
    }
    aside#column-left:hover .spisokCatMenu li {
        height: auto;
    }
    aside#column-left .spisokCatMenu li {
        max-width: 0px;
        overflow: hidden;
        height: 0px;
    }
    aside#column-left:hover .spisokCatMenu li {
        position: relative;
        vertical-align: bottom;
        max-width: 200px;
        overflow: visible;
        min-height: 20px;
    }
    aside#column-left .spisokCatMenu .child-list li {
        margin-bottom: 15px
    }
    aside#column-left .spisokCatMenu .child-list li:last-of-type {
        margin-bottom: 0px
    }
    .logoblock {
        background-color: #1b3548;
        display: flex;
        align-items: center;
        /* flex-basis: 20%; */
        width: 90px;
        justify-content: center;
    }
    .container_head {
        width: calc( 100% - 90px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #d3d3d3;
        max-height: 100px;
    }
    #column-left {
        margin-bottom: 50px;
        z-index: 999 !important;
        top: 95px;
        left: 0px;
        position: fixed;
        height: 100vh;
        background-color: #1b3548;
        width: 90px;
    }
    .spisokCatMenu li a span,
    .main-nav a span {
        position: relative;
        vertical-align: bottom;
        /* display: none; */
        max-width: 0px;
        overflow: hidden;
        /*transition: all 0.2s ease-in;*/
    }
    a.list-group-item.menu_head {
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .list-group-item:before,
    .menu_head:before {
        margin-right: 0px;
    }
    aside#column-left:hover {
        width: 250px;
    }
    aside#column-left:hover .list-group-item:before,
    aside#column-left:hover .menu_head:before {
        margin-right: 6px;
    }
    aside#column-left:hover a.list-group-item.menu_head {
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    aside#column-left:hover .spisokCatMenu li a span,
    aside#column-left:hover .main-nav a span {
        position: relative;
        vertical-align: bottom;
        /* display: none; */
        max-width: 200px;
        overflow: visible;
        /*transition: all 0.s ease-in;*/
    }
    aside#column-left:hover .filterTitle {
        width: 250px;
        text-align: left;
        padding-left: 10px;
    }
}

@media(min-width: 990px) {
    ul.child-list {
        position: absolute !important;
        right: -105%;
        z-index: 999999 !important;
        background: #ffffff;
        width: 250px;
        padding: 10px 0px 10px !important;
        border-radius: 15px;
        border: 1px solid #eaeaea;
        box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        top: 0px;
    }
    .linkBludaUl {
        width: 29%;
    }
    ul.child-list li a {
        position: relative;
        z-index: 9999;
        display: block;
        padding-top: 12px;
        padding-left: 10px;
        border: none;
    }
    ul.child-list li a:hover {
        position: relative;
        z-index: 9999;
        display: block;
        padding-top: 12px;
        padding-left: 10px;
        border-bottom: none;
    }
    ul.spisokCatMenu {
        position: relative;
    }
}

@media (min-width: 500px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    body {
        margin-top: 50px;
    }
    footer {
        padding: 30px 0 20px !important;
    }
    .product-layout.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
        max-width: 50%;
    }
    .menu-expanded {
        padding: 0;
    }
    p.title-head-block {
        font-size: 12px;
        line-height: 1.3;
        top: 0px;
        margin: 0;
    }
    .free-delivery {
        display: none;
    }
    .flexBreadcrumb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    ul.breadcrumb {
        flex-basis: 100%;
    }
    .main-nav ul ul {
        visibility: hidden;
        opacity: 0;
        transition: all 0.15s ease-in;
        display: none;
    }
    .ourRestorans .navbar-nav {
        padding-left: 24px;
        margin-top: 6px;
    }
    s #top-links .headicons {
        display: flex;
        flex-direction: row !important;
        margin-right: -40px;
    }
    #top-links {
        margin: 5px auto !important;
        padding: 0 0 0 5px;
    }
    .slideHome {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 17px;
    }
    #owl-demo.owl-carousel {
        transform: rotate(0deg);
        width: 100% !important;
        position: relative;
        top: 0;
        margin: 0;
        right: 0;
        height: auto !important;
        display: block !important;
        align-items: center;
    }
    .redBtn {
        background: #db1833;
        border: none;
        color: #fff;
        padding: 9px 14px 8px;
        border-radius: 15px;
        font-size: 14px;
        font-weight: bold;
    }
    .flexRowHead {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .logoblock {
        height: 0px !important;
        flex-basis: 12% !important;
        display: flex;
        align-items: center;
    }
    .ourRestItem {
        width: 175px !important;
        height: 37px;
        border-radius: 15px;
        padding: 6px 10px !important;
        font-size: 14px;
        font-family: "Gilroy";
        color: #272727 !important;
        background: #fff;
        text-align: left !important;
    }
    a#navbarDropdownMenuLink {
        color: #000;
        width: 175px !important;
    }
    #navbarNavDropdown {
        margin-top: 10px;
    }
    .leavePopup {
        display: none;
    }
    .item.imgBlock img {
        border-radius: 15px !important;
        width: 100%;
    }
    .absoluteSand {
        position: absolute;
        top: -6px;
        left: -6px;
        z-index: 2;
        width: 80px;
    }
    .absoluteShash {
        position: absolute;
        bottom: -11px;
        right: -12px;
        z-index: 2;
        width: 71px;
    }
    #input-sort {
        margin-top: 25px;
    }
    .linkTags {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .linkSearchTag .newProduct {
        width: 26px;
    }
    .menu-expanded a {
        font-size: 14px;
        line-height: 1.2;
    }
    .filterTitle {
        margin-top: 15px;
    }
    .shopCartHead {
        width: 20px;
    }
    .c-hamburger {
        width: 45px;
        height: 45px;
        z-index: 9999;
    }
    .c-hamburger span {
        top: 20px;
    }
    .telHead {
        font-weight: bold;
        font-size: 13px;
        margin: 2px 0px 2px 0px !important;
    }
    .btnRedLeave {
        display: none;
    }
    .logInHead svg {
        width: 17px;
    }
    ul.breadcrumb {
        margin-top: 15px;
    }
    #owl-demo.owl-carousel .owl-wrapper {
        margin-left: -1px !important;
    }
    .catTitleBlock {
        margin-top: 30px;
    }
    .contactHead {
        margin-right: 0px;
        margin-top: -2px;
    }
    #navbarNavDropdown {
        margin-top: 28px;
    }
    .btnRedLeave {
        margin-right: 28px;
        margin-top: -81px;
    }
    .main-nav {
        width: 100%;
    }
    .titleHome {
        margin-bottom: 13px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .imgSeoBLockRight {
        float: none;
    }
    .logoFooterW {
        width: 120px;
        margin-top: 0px;
    }
    .socialBlock {
        max-width: 120px;
    }
    .itemFlexFooter {
        flex-basis: 25%;
    }
    .flexRowFooter .itemFlexFooter:last-child {
        flex-basis: 100%;
        display: flex;
        justify-content: space-evenly;
        padding: 15px 0 0;
    }
    .blockSoc {
        margin-bottom: 10px;
    }
    .menuFooter a {
        color: #a6a6a6;
        display: block;
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.3;
        font-family: "Gilroy";
        font-size: 16px;
        font-family: "Gilroy";
        color: rgb(255, 255, 255);
        font-weight: 400;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .blockContacts {
        padding-left: 0px;
    }
    .owl-buttons {
        position: absolute;
        height: 40px;
        width: 100% !important;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        top: 45%;
        bottom: auto !important;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
}

img.image-left-arrow {
    max-width: 22px;
    margin-right: 10px;
}

.item.imgBlock {
    height: 354px !important;
    /* display: block !important; */
    border-radius: 15px;
    margin-top: 20px;
}

img.location-to-mob {
    display: none;
}

h2.podtitle-home-text {
    margin-bottom: 30px;
}

.image {
    position: relative;
}

.description-oh-hover {
    position: absolute;
    bottom: 0;
    padding: 0px 10px 0px;
    opacity: 0;
    height: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
    /* top: 0; */
    background-color: #ffffffd4;
    transition: all 0.2s ease-in;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: grid;
    align-items: center;
}

.image:hover .description-oh-hover {
    opacity: 1;
    height: 180px;
    background-color: #ffffffd4;
    /* top: 0; */
}

@media (max-width: 500px) {
    .imgSeoHome {
        width: 100%;
    }
    .socialBlock {
        width: 100%!important;
        max-width: 100%!important;
    }
    .col-sm-12.search-sliders {
        padding: 0px;
    }
    .wrsvg00 {
        display: none;
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
    .price-weight {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .similar-title {
        font-size: 22px;
        line-height: 1.2;
        color: #1b3548;
        font-weight: 800;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    div#product {
        text-align: left;
    }
    .column-caption-product {
        flex-basis: 100%;
        padding: 20px;
    }
    .productTitle h1 {
        font-size: 25px;
        font-weight: bold;
        color: #323232;
        font-family: "Gilroy";
        margin-top: 35px;
    }
    img.absolut-line {
        position: absolute;
        right: 0;
        top: auto;
        bottom: -55%;
        z-index: 2;
        transform: rotate(90deg);
        left: 50%;
    }
    .col-image-product {
        flex-basis: 100%;
        max-width: 625px;
        position: relative;
    }
    .column-caption-product {
        flex-basis: 100%;
    }
    .txt_head_color {
        font-size: 12px;
        font-family: "Gilroy";
        color: #3c7199;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
    }
    .container_head>.container {
        display: block;
        /* margin-top: -30px !important;
      top: -27px;*/
        position: relative;
    }
    .txt_head_color>a {
        font-size: 20px;
        font-family: "Gilroy";
        color: #3c7199;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: -5px;
        display: block;
        margin-bottom: 3px;
    }
    .txt_head_1 {
        font-size: 12px;
        font-family: "Gilroy";
        color: #545454;
        font-weight: bold;
        display: none;
    }
    .product-thumb .button-group .btn-cartpr {
        border-radius: 100%;
        width: 58px;
        height: 58px;
    }
    .number-price {
        font-size: 24px;
    }
    .weightCalculate {
        font-size: 20px;
    }
    .quantity-block .quantity-flex>button {
        width: 25px;
        height: 25px;
    }
    .img_tovar {
        height: 230px;
    }
    .titleProductHome {
        height: auto;
    }
    .titleProductHome a {
        font-size: 18px;
    }
    .container_head {
        width: calc( 100% - 250px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #d3d3d3;
        max-height: 61px;
        flex-basis: 85%;
    }
    ul.dropdown-menu2 {
        list-style: none;
        padding: 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .product-search ul.breadcrumb {
        position: absolute;
        bottom: -293px;
        left: 10px;
        right: 0;
        z-index: 2;
    }
    /* .menu-expanded ul {
          display: block;
          transition: all 0s;
          position: relative;
          left: 0;
          z-index: 2;
          list-style: none;
          padding: 0px;
          overflow: scroll !important;
          height: 93%;
      } */
    .menu-expanded {
        height: 110%;
        z-index: 999999 !important;
        overflow: scroll !important;
        padding-bottom: 110px;
    }
    /*.flex-blocks-homes {
      display: flex;
      flex-direction: column;
  }*/
    span.line-blocks-webdev {
        display: block;
    }
    img.location-to-mob {
        max-width: 16px;
        display: inline-block;
        top: -2px;
        position: relative;
        margin-right: 5px;
    }
    a.vollLink {
        padding-bottom: 50px;
    }
    .delivery-on-menu {
        margin-top: -30px;
    }
    .link-bluda-mobil .linkTags {
        display: flex;
        justify-content: center;
        margin-left: 0px;
    }
    .link-bluda-mobil a.linkSearchTag {
        margin: 0px !important;
        color: #fff !important;
        width: 50% !important;
        max-width: 160px !important;
    }
    .link-bluda-mobil a.linkSearchTag span {
        color: #fff !important;
        font-weight: normal;
        font-size: 15px;
    }
    span.title-deliver-upper {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }
    span.desc-delivery-upper {
        display: block;
        font-size: 20px;
        text-transform: none;
        font-weight: normal;
    }
    .delivery-on-menu>div {
        display: block;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .delivery-on-menu {
        margin-left: 15px;
    }
    img.image-left-arrow {
        max-width: 22px;
    }
    a.on-home-link {
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }
    .blockMobTel {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background: #db1833;
        left: 0;
        right: 0;
    }
    .footTelFix {
        display: inline-block;
        color: #fff !important;
    }
    .inline-tel-foot {
        display: flex;
        justify-content: space-evenly;
    }
    .footTelFix {
        display: inline-block;
        color: #fff !important;
        margin: 10px 0px !important;
    }
    .main-nav ul ul {
        visibility: hidden;
        opacity: 0;
        transition: all 0.15s ease-in;
        height: 0;
    }
    .spisokCatMenu:hover .has-sub .child-list {
        visibility: visible;
        opacity: 1;
        display: block;
        height: 100%;
    }
    .wr-l {
        width: 43%;
        display: flex!important;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
        height: 100%;
        min-width: auto;
    }
    ul.child-list li {
        padding-top: 30px;
    }
    ul.child-list li a {
        border-bottom: 1px solid #f0f0f1;
        color: #393939;
        padding: 0px 12px 12px;
        background-color: transparent;
        font-size: 14px;
        font-weight: normal;
        font-family: "Gilroy";
        padding-left: 38px;
    }
    .btnFilter {
        float: left;
        margin-top: 10px;
    }
    div#navbarNavDropdown {
        display: inline !important;
        border-top: none !important;
    }
    ul.dropdown-menu.menu-dropHead {
        min-width: 185px !important;
        /* position: relative !important; */
        /* left: auto !important; */
        /* right: auto !important; */
        top: 35px !important;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 0px;
        border: none;
        overflow: hidden;
        z-index: 9999 !important;
        background: #fff !important;
        position: absolute !important;
    }
    .menu-dropHead>li>a {
        white-space: normal;
    }
    a#navbarDropdownMenuLink {
        color: #000;
        width: 185px !important;
        display: block;
        padding-top: 2px;
        position: relative;
    }
    .btnRedLeave {
        margin-right: 15px;
        position: relative;
        left: -5px;
    }
    .absoluteShash {
        position: absolute;
        bottom: -3px;
        right: 3px;
        z-index: 2;
        width: 60px;
    }
    .bludaUnder {
        font-size: 11px;
        font-family: "Gilroy";
        font-weight: bold;
        /* text-decoration: underline; */
        border-bottom: 1px solid;
        color: #272727;
    }
    .linkTags {
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .slideHome {
        width: 100%;
        /* position: relative; */
        margin-left: 0px;
    }
    a.link-to-mainSite {
        display: none;
    }
    .big-picture-image div#owl-demo {
        height: 100% !important;
        width: 100% !important;
        margin-left: 0px !important;
        display: block !important;
    }
    li.wr-l {
        display: none !important;
    }
    li.cart-in-head-block {
        border-left: 1px solid #d3d3d3;
        border-right: 1px solid #d3d3d3;
    }
    .owl-buttons {
        position: absolute;
        height: 40px;
        width: 100% !important;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        top: 45%;
        bottom: auto !important;
    }
    .big-picture-image {
        margin-top: -35px;
        margin-bottom: -30px;
    }
    .absoluteSand {
        position: absolute;
        top: 2px;
        left: 7px;
        z-index: 2;
        width: 60px;
    }
    .flexBreadcrumb {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-direction: column;
        text-align: center;
        margin-left: 5px;
    }
    .btnInline {
        flex-direction: column;
    }
    #button-cart {
        margin-bottom: 20px;
    }
    .imgSeoBLock {
        float: none;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .imgSeoBLockRight {
        float: none;
        padding-left: 0px;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .item.imgBlock img {
        border-radius: 15px !important;
        width: 98%;
    }
    .image-bg-product {
        width: 100%;
        height: 300px;
        max-width: 570px;
        max-height: 470px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .product-thumb {
        margin-bottom: 40px;
    }
    .linkSearchTag {
        margin-left: 0px;
        margin: 0px 3px;
    }
    .catTitleBlock {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    #top-links .headicons {
        display: inline-block !important;
        flex-direction: row;
        margin-top: 10px;
    }
    .headerSection,
    .common-home .headerSection {
        position: relative !important;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 4;
        height: auto;
    }
    #top-links {
        flex-basis: 78%;
        margin: -6px 0px 5px 0px !important;
        justify-content: flex-end;
    }
    #navbarNavDropdown ul.navbar-nav {
        margin-top: -4px;
    }
    img.leavePopup {
        display: none;
    }
    .contactTelHead {
        display: none;
    }
    .redBtn {
        padding: 11px 16px;
    }
    .logInHead {
        padding: 5px 10px 4px;
    }
    .shopCartHead {
        width: 18px;
    }
    #logo img {
        float: left;
        position: relative;
        display: block;
        height: 50px !important;
        margin: 5px 0px 6px !important;
    }
    .row.flexis-blocks-slider {
        display: flex;
        flex-direction: column-reverse;
    }
    .logoblock {
        height: 100% !important;
        width: 40%;
        float: left;
        display: block;
        flex-basis: 15%;
    }
    .headerSection+* {
        margin-top: 11px !important;
    }
    .ourRestorans {
        margin-left: 30px;
        display: inline-block;
        text-align: right;
        margin-top: 0px;
        position: relative;
        right: 0px;
    }
    #cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        /* border: 1px solid #929292 !important; */
        /* border-radius: 100% !important; */
        width: 100% !important;
        height: 60px !important;
        top: -1px;
    }
    #cart-total {
        position: relative;
        font-family: "Gilroy", sans-serif;
        font-size: 12px !important;
        padding: 0px;
        margin-top: 0px !important;
        line-height: 1;
    }
    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle>svg {
        width: 25px;
        height: 20px;
    }
    li.cart-in-head-block {
        width: 45%;
    }
    .list-inline {
        max-width: 150px;
    }
    button.c-hamburger.switch.is-active span:after,
    button.c-hamburger.switch.is-active span:before {
        background: #fff;
    }
    .common-home .homeTitle {
        margin-top: 15px !important;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .homeTitle {
        font-weight: bold;
        font-size: 22px;
        line-height: 1.4;
        text-align: left;
        margin-top: 50px !important;
        margin-bottom: -14px;
        margin-left: 0;
    }
    .row-web-develop {
        text-align: center;
    }
    .wr_footer_m_1 {
        margin-right: 17px;
        text-align: left;
    }
    .adres_foot {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
    .wr-flex-f {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .wr_footer_m_1 {
        margin-right: 0px;
        text-align: left;
        flex-basis: 35%;
    }
    li.dropdown2.wr-l {
        display: none !important;
    }
    #d_quickcheckout #payment_address_form .text-input {
        display: block;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-basis: 100%;
    }
    .wr_footer_m_1:last-child {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-right: 0px;
        justify-content: space-evenly;
    }
    .blockMenuFoot3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wr_txt_foote {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .wr_footer_m_1:last-child a {
        flex-basis: 29%;
        margin-right: 20px;
    }
    ul.linkBludaUl {
        display: none;
    }
    header.headerSection {
        position: fixed !important;
    }
    .common-home header.headerSection {
        position: fixed !important;
    }
    .item-sliders-cats-block .col-sm-12 {
        padding: 0px;
    }
    body {
        margin-top: 30px;
    }
    .row.categoryProduct {
        margin-top: 17px;
    }
    p.title-head-block span {
        font-weight: normal;
    }
    /*ul.breadcrumb {
          position: absolute;
          bottom: -305px;
          left: 0;
          right: 0;
          z-index: 2;
      }*/
    .product-crumb ul.breadcrumb {
        position: relative;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .flexBreadcrumb {
        position: relative;
        margin-top: 0;
        margin-top: -15px;
        margin-bottom: -20px;
    }
    .common-home .titleHome {
        margin-bottom: 0px;
        display: block;
        margin-top: 0px;
    }
    #input-sort {
        /* margin-right: auto !important; */
        margin-left: auto !important;
        margin-bottom: 10px;
        width: 200px;
    }
    span.pod-zag-title {
        font-weight: bold;
        font-size: 15px;
        line-height: 1;
        margin-left: 8px;
        display: inline-block;
        position: relative;
        /* top: -23px; */
        left: 0;
        display: block;
        text-align: center;
    }
    .input-group select#input-sort {
        margin-left: auto !important;
        margin-bottom: 10px;
        width: 200px;
    }
    .tagTitle {
        font-weight: bold;
        font-size: 15px;
        line-height: 1;
        margin-top: 0px;
        margin-bottom: 25px;
        text-align: center;
    }
    .row.paginationSec {
        margin-top: 35px;
    }
    .itemFlexFooter {
        flex-basis: 100%;
        text-align: center;
    }
    .blockMenuFoot {
        flex-basis: 100%;
        margin: 25px 0px 0px;
    }
    .blockContacts {
        padding-left: 0px;
        margin-top: 25px;
    }
    .account-register input.btn.btn-primary {
        margin-top: 25px;
        display: block;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
    /* .geo-head-text {
          display: none;
      } */
    .free-delivery {
        display: none;
    }
    .btnRedLeave {
        display: none;
    }
    .geo-head-text p {
        font-size: 12px;
        line-height: 1.2;
        top: 5px;
        left: -7px;
    }
    .flexRowHead {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    footer {
        padding: 30px 0px 55px;
    }
    .menuFooter a {
        margin-bottom: 10px;
    }
    /* .slider-category-blocks {
          display: flex;
          flex-direction: column-reverse;
      } */
    /*    .item.imgBlock.slide1 {
          background-image: url(/image/catalog/slider-mob/stock_2_mob.jpg) !important;
      }
  
      .item.imgBlock.slide2 {
          background-image: url(/image/catalog/slider-mob/stock_1_mob.jpg) !important;
      }*/
    #owl-demo.owl-carousel .owl-wrapper {
        margin-left: 0px !important;
    }
    /*    .item.imgBlock.slide3 {
          background-image: url(/image/catalog/slider-mob/free_dost_mobil.jpg) !important;
      }
  
      .item.imgBlock.slide4 {
          background-image: url(/image/catalog/slider-mob/oblact_dost_mobil.jpg) !important;
      }
  
      .item.imgBlock.slide5 {
          background-image: url(/image/catalog/slider-mob/time_dost_mobil.jpg) !important;
      }
      .item.imgBlock.slide6 {
          background-image: url(/image/catalog/home/slider/stock_cocacola_mob.jpg) !important;
      }
      .item.imgBlock.slide7 {
          background-image: url(/image/catalog/home/slider/dostavka_mob.jpg) !important;
      }
  */
    .item.imgBlock {
        height: 150px !important;
        /* display: block !important; */
        border-radius: 0px;
        margin-top: 0px;
        background-size: cover;
    }
    .owl-stage-outer {
        margin-top: 65px;
        border-radius: 10px;
    }
    .geo-head-text br {
        display: none;
    }
    div#fca_phone_div {
        right: 10px !important;
        bottom: 10px !important;
    }
    .fca-phone.fca-mobile .fca-ph-img-circle {
        width: 50px !important;
        height: 50px !important;
    }
    .fca-ph-img-circle {
        background-size: cover;
    }
    .image:hover .description-oh-hover {
        opacity: 1;
        height: 230px;
        background-color: #ffffffd4;
        /* top: 0; */
    }
    .geo-head-text {
        display: block;
        position: relative;
        top: 6px;
        color: #fff !important;
        left: 0;
        right: 0;
        margin-left: -9px;
        width: 115px;
    }
    .row.flexis-blocks-slider .col-sm-12 {
        padding: 0px;
    }
    #top-links .headicons li {
        font-size: 20px;
        padding: 0 1px !important;
    }
    .header-bg2 {
        display: inline-block;
        margin-left: 1px;
    }
    .logInHead svg {
        width: 16px;
    }
    #popupcart_extended.dropdown-cart .products-table {
        overflow-y: auto;
        padding: 0 5px;
        height: calc(100vh - 340px);
        overflow-y: auto;
        padding: 0 0px;
    }
    #popupcart_extended .product-in-cart {
        padding: 20px 0 !important;
        flex-direction: row !important;
        margin-top: 0px !important;
    }
}

@media (max-width: 440px) {
    #owl-demo.owl-carousel {
        width: 100% !important;
        height: 100% !important;
    }
    .absoluteSand {
        top: -3px;
        left: 5px;
    }
    .absoluteShash {
        bottom: -10px;
        right: 14px;
    }
    a#navbarDropdownMenuLink {
        width: 227px !important;
    }
    .contactHead {
        display: none;
    }
    .btnRedLeave {
        left: -15px;
    }
    .ourRestItem {
        width: 246px !important;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
}

@media (max-width: 414px) {
    #owl-demo.owl-carousel {
        width: 100% !important;
        height: 100% !important;
    }
    .absoluteShash {
        right: 20px;
        bottom: -4px;
    }
    .absoluteSand {
        top: 1px;
        left: 12px;
    }
    .ourRestItem {
        width: 231px !important;
    }
    .btnRedLeave {
        left: -7px;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .ourRestItem {
        max-width: 190px;
        height: 45px;
        border-radius: 15px;
        padding: 10px;
        font-size: 14px;
        font-family: "Gilroy";
        color: #272727 !important;
        float: right;
        display: inline-block;
        position: relative;
        right: -11px;
    }
    .redBtn {
        font-size: 13px;
        padding: 11px 10px;
    }
    .btnRedLeave {
        left: -2px;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
}



@media (max-width: 360px) {
    .ourRestItem {
        max-width: 172px;
    }
    a#navbarDropdownMenuLink {
        width: 170px !important;
    }
    .redBtn {
        font-size: 13px;
        padding: 11px 6px;
    }
    #owl-demo.owl-carousel {
        width: 340px !important;
    }
    .linkSearchTag {
        display: inline-block;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .redBtn {
        font-size: 12px;
        padding: 11px 4px;
    }
    .footTelFix {
        font-size: 14px;
    }
    a#navbarDropdownMenuLink {
        width: 160px !important;
    }
    .ourRestItem {
        max-width: 160px;
    }
    #owl-demo.owl-carousel {
        width: 329px !important;
    }
    .absoluteShash {
        right: 3px;
        bottom: 0px;
    }
    .absoluteSand {
        left: 7px;
        top: 5px;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
}

@media (max-width: 320px) {
    #owl-demo.owl-carousel {
        width: 295px !important;
    }
    a#navbarDropdownMenuLink {
        color: #000;
        width: 165px !important;
        display: block;
        padding-top: 2px;
        position: relative;
    }
    .ourRestorans {
        margin-left: 0px;
        display: inline-block;
        text-align: right;
        margin-top: 0px;
        position: relative;
        right: 0px;
    }
    .btnRedLeave {
        margin-right: 0px;
        position: relative;
        left: -2px;
    }
    .logInHead {
        padding: 7px 9px 4px;
    }
    #cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        border: 1px solid #929292 !important;
        border-radius: 100% !important;
        width: 40px !important;
        height: 40px !important;
    }
    .c-hamburger {
        width: 40px;
        height: 40px;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 18px;
        left: 9px;
        right: 9px;
        height: 3px;
        background: #1b3548;
        border-radius: 30px;
    }
    .redBtn {
        font-size: 12px;
        padding: 11px 4px;
    }
    .ourRestItem {
        max-width: 164px;
    }
    .absoluteShash {
        right: 7px;
        bottom: 5px;
    }
    .absoluteSand {
        left: 7px;
        top: 11px;
    }
    .stock_bl {
        display: block;
    }
    .stock_bl img {
        width: 100%;
    }
}


/*LANDSCAPE TABLET START*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .redBtn {
        padding: 13px 10px;
    }
    .linkBludaUl {
        width: 52%;
    }
    .breadcrumb {
        width: 61%;
    }
    div#logo {
        width: 100px;
    }
    .ourRestItem {
        width: 190px !important;
    }
    a#navbarDropdownMenuLink {
        width: 190px !important;
    }
    .main-nav {
        width: 100%;
    }
    #owl-demo.owl-carousel {
        max-width: 697px;
    }
    .owl-carousel .owl-wrapper-outer {
        width: 98%;
    }
    .item.imgBlock img {
        width: 100%;
    }
    #button-cart {
        padding: 15px 20px;
        margin-right: 5px;
    }
    .leaveReview {
        margin-left: 5px;
    }
    .product-thumb .button-group .btn-cartpr {
        padding: 15px 10px;
        width: 175px;
    }
    .linkTags {
        text-align: right;
    }
    #input-sort {
        width: 210px;
    }
    .common-home .product-thumb .button-group .btn-cartpr {
        padding: 15px 10px;
        width: 175px;
        position: relative;
        top: 46px;
    }
    ul.dropdown-menu.menu-dropHead {
        min-width: 210px !important;
    }
    .stock_bl {
        display: block;
    }
}

.list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px)and (max-width: 1440px) {
    div#popupcart_extended_wrapper {
        opacity: 1;
        visibility: visible;
        position: fixed;
        overflow: auto;
        z-index: 100001;
        transition: all 0.3s ease 0s;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }
    #popupcart_extended.dropdown-cart {
        padding: 50px;
        border-radius: 15px;
        min-height: 100vh;
    }
}

@media (min-width: 900px) {
    .header-bg2 {
        display: none;
    }
}

.container.fca_blur .row>* {
    -webkit-filter: blur(1.4px);
    -moz-filter: blur(1.4px);
    -ms-filter: blur(1.4px);
    filter: progid: DXImageTransform.Microsoft.Blur(pixelRadius=2);
}

.fca_blur {
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
}

.fca_blur:not(.container) {
    -webkit-filter: blur(1.4px)!important;
    -moz-filter: blur(1.4px)!important;
    -ms-filter: blur(1.4px)!important;
    filter: progid: DXImageTransform.Microsoft.Blur(pixelRadius=2)!important;
}
.socialBlock {
    margin-top: 20px !important;
    width: 195px;
    text-align: center;
    margin-bottom: 0;
}
.iconSocial {
    margin: 0px 10px;
}
img.seo_text_img_1 {
	float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 7px -7px 0px rgba(117,167,208,1);
}
img.seo_text_img_2 {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: -7px 7px 0px rgba(117,167,208,1);
}
@media (max-width: 500px) {
	img.seo_text_img_1, img.seo_text_img_2 {
    box-shadow: 7px -7px 0px rgba(117,167,208,1);
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.owl-carousel button.owl-dot {
    display: block;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content {
        padding-left: 250px;
    }
    .flexRowFooter{
        padding-left: 250px;
    }
    .itemFlexFooter.logoBlockFoot{
        flex-basis: 30%;
    }
    .blockMenuFoot2{
        flex-basis: 50%;
    }
    .blockMenuFoot3{
        flex-basis: 100%;
        align-items: flex-start;
        margin-top: 20px;
    }
    .blockMenuFoot{
        flex-basis: 20%
    }
    .adres_foot{
        align-items: flex-start;
    }
    .redBtn{
    	padding: 8px 18px;
    }
    .btnRedLeave{
    	flex-basis: 40%;
    }
    .wrt div:first-child {
    	display: none;
	}
	.wrt.btn-link-to-mainSite {
		display: none;
	}
	.column-caption-product{
		padding: 10px;
	}
	.flex-row-price{
		margin-top: -70px !important;
	}
	.column-caption-product{
		flex-basis: 70%;
	}
	img.absolut-line{
		right: -6px;
	}
	.flexBreadcrumb.product-crumb{
		margin-left: 232px;
	}
	.category-info{
		margin-left: 250px;
	}
	.row.category-info{
		margin-left: 0;
	}


}
@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
	#content h1 {
		margin-top: 45px;
	}
	.form-horizontal.qc-totals {
    	padding: 0 30px;
	}
}