@charset "utf-8";
.push1 {height: 1px;}
.push2 {height: 2px;}
.push3 {height: 3px;}
.push4 {height: 4px;}
.push5 {height: 5px;}
.push6 {height: 6px;}
.push7 {height: 7px;}
.push8 {height: 8px;}
.push9 {height: 9px;}
.push10 {height: 10px;}
.push15 {height: 15px;}
.push20 {height: 20px;}  .push25 {height: 25px;}  .push30 {height: 30px;}  .push35 {height: 35px;}  .push40 {height: 40px;}  .push45 {height: 45px;}  .push50 {height: 50px;}  .push55 {height: 55px;}  .push60 {height: 60px;}  .push70 {height: 70px;}  .push80 {height: 80px;}  .push90 {height: 90px;}  .push100 {height: 100px;}
.f8 {font-size: 8px;}  .f9 {font-size: 9px;}  .f10 {font-size: 10px;}  .f11 {font-size: 11px;}  .f12 {font-size: 12px;}  .f13 {font-size: 13px;}  .f14 {font-size: 14px;}  .f15 {font-size: 15px;}  .f16 {font-size: 16px;}  .f18 {font-size: 18px;}  .f20 {font-size: 20px;}  .f22 {font-size: 22px;}.f24 {font-size: 24px;}  .f26 {font-size: 26px;}  .f28 {font-size: 28px;} .f30 {font-size: 30px;}  .f34 {font-size: 34px;}  .f36 {font-size: 36px;}
.acticle-box {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.date-format {
    text-align: right;
    font-weight: 400;
}
.row.min {
    margin-left: -5px;
    margin-right: -5px;
}

.row.min > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.no-padding > div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.row .img-aligment {
    text-align:center;
}

#cart {
    display: none;
}
.h2-manufactures {
    padding: 10px 10px;
    /*border: 1px solid #000;*/
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #f67c09;
    color: #FFF;
    text-align: center;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 1.4;
    color: #2E2E2E;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

.main-wrapper {
    min-height: 100%;
    margin-bottom: -310px;
    background: #fff;
}

.footer-push {
    height: 310px;
}

.footer-wrapper {
    min-height: 310px;
    background: url('../image/black-mamba.png') #171717;
    font-size: 13px;
    color: #fff;
}

.footer-wrapper a {
    color: #fff;
    text-decoration: none;
}

.footer-menu-wrapper {
    background: #2A2A2A;
}

.footer-menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border-left: 1px solid #202020;
    border-right: 1px solid #3a3a3a;
}

.footer-menu ul li {
    width: 100%;
}

.footer-menu a {
    display: block;
    padding: 14px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    border-right: 1px solid #202020;
    border-left: 1px solid #3a3a3a;
    background: #2A2A2A;
}

.footer-menu a:hover {
    background: #000;
}

.footer-middle {
    padding: 50px 0 20px;
}

.footer-contacts-item {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.footer-contacts-item a:hover {
    color: #F9D118;
}

.footer-contacts-item svg {
    color: #F9D118;
    margin-right: 15px;
}

.footer-contacts-item.address-item svg,
.footer-contacts-item.phone-item svg {
    width: 19px;
    height: 26px;
}

.footer-contacts-item.email-item svg {
    width: 20px;
    height: 20px;
}

.footer-social a:first-of-type {
    margin-left: 0;
}

.footer-bottom {
    padding: 20px 0;
    position: relative;
}

.footer-wrapper .development a {
    color: #F67C09;
}

.footer-wrapper .development a:hover {
    color: #F9D118;
}

/*
.main__page-logo {display: inline-flex;text-align: center;text-transform: uppercase;letter-spacing: 2px;font-weight: 600;font-size: 18px;cursor:pointer;}
.main__page-logo .a-block {position:relative;background: #0096bd;color: #FFF;padding: 4px 18px 0 10px;margin: 5px 0px;border-radius:5px;}
.main__page-logo .b-block {color: #FFF;font-size:10px;position: absolute;right: 5px;bottom: 2px;}
.main__page-logo .c-block {padding: 0 10px 0 0;margin: 8px 0 0 0;}
.main__page-logo .c-block img {width:46px}
.main__page-sublogo {font-size: 12px;text-align:right;}
*/
.sucess_send {
    text-align: center;
    font-size: 16px;
    color: #f67c09;
    border: 1px solid #f67c09;
    width: fit-content;
    margin: auto;
    padding: 3px 16px;
    border-radius: 5px;
}

.success_send-more {
    text-align: center;
}

.container_cart {display:none;position:absolute;background: #FFF;padding: 10px 3px;min-width: 300px;right: 0;top: 50px;box-shadow: 0 3px 3px #f67c09;min-height:100px;max-height:400px;overflow-x:auto;}
.container_cart.active {display:flex;}

.link_bottom {text-align:center;}
.footer__menu-ad {display: flex;flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;}
.footer__menu-ad li {border:1px solid transparent;padding: 4px 13px; }
.footer__menu-ad li:hover {border:1px solid #FFF;border-radius: 3px;}
.footer__menu-ad li a {}
.footer__menu-ad li a:hover {}

.section__rings {text-align: center;margin:40px auto;}
.button_cart_info {position: relative;}

.a_btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #F67C09;
    font-size: 16px;
    padding: 3px 9px;
    margin-bottom: 0px;
    position: relative;
    border: 2px solid #F67C09;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px;
    border-radius: 2px;
}

.a_btn:hover {
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
    color: #fff;
}

.bluring1 {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    -ms-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;
}


@media (max-width: 767px) {
    .footer-middle .item1 {
        margin-bottom: 30px;
    }

    .footer-contacts-item {
        font-size: 14px;
    }

    .development {
        padding-top: 15px;
    }
}

h1,
.title-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 60px;
    position: relative;
    font-weight: 500;
    color: #2E2E2E;
}

h2,
.title-h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    font-weight: 500;
    color: #2E2E2E;
}

h3,
.title-h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    color: #2E2E2E;
}

h4,
.title-h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    color: #2E2E2E;
}

h5,
.title-h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    color: #2E2E2E;
}

.title-h2 span {
    font-size: 18px;
    line-height: 1;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    h1,
    .title-h1 {
        font-size: 26px;
        margin-bottom: 50px;
    }

    h2,
    .title-h2 {
        font-size: 22px;
    }
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 2px solid #F67C09;
    text-align: left;
    font-style: italic;
}

blockquote p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

a {
    color: #F67C09;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a.decoration-none {
    text-decoration: none;
}

strong,
b,
.bold {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.red {
    color: red;
}

.gray {
    color: #8A8A8A;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.strike {
    text-decoration: line-through;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.visible {
    opacity: 1;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

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

a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.label {
    display: block;
    margin-bottom: 4px;
}

.dotted {
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

.dotted:hover {
    border: none;
}

.dashed {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.dashed:hover {
    border-bottom-color: transparent;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.cleaner,
.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.upper {
    text-transform: uppercase;
}

.error {
    color: #FF0000;
}

img {
    /*max-width: 100%;*/
}

.content {
    line-height: 1.8;
    color: #79787F;
}

.article-img {
    border: 1px solid #999;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    margin: 10px auto;
}

.article-img img {
    width: auto;

}

.content ul {
    margin-bottom: 20px;
}

.content ul > li {
    margin-bottom: 10px;
    position: relative;
}

.content ul > li {
    padding-left: 15px;
}

.content ul > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 2px;
    background: #F67C09;
    border-radius: 10px;
}

.content ul ul {
    padding-top: 10px;
    padding-left: 10px;
}

.content ul ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.content ul ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 2px;
    background: #F67C09;
    border-radius: 10px;
}

.content ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
}

.content ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

.content ol li:before {
    content: counter(num) ".";
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    color: #F67C09;
    text-align: right;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

.modal {
    display: none;
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 40px 30px;
}

.modal .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1;
}

.modal p {
    margin-bottom: 0;
}

.modal .title + p {
    font-size: 14px;
    margin: -10px 0 30px;
}

@media (min-width: 992px) {
    .modal {
        padding: 40px;
    }
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

#responseMessage {
    width: 700px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #F67C09;
    font-size: 14px;
    padding: 12px 35px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #F67C09;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px;
    border-radius: 2px;
}

.btn:hover {
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
    color: #fff;
}

.btn.btn-transparent {
    background: transparent;
    border-color: #F67C09;
    color: #F67C09;
}

.btn.btn-transparent:hover {
    color: #fff;
    background: #F67C09;
    border-color: #F67C09;
}

.btn.block {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.btn.mid {
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.btn.mini,
.btn.min {
    font-size: 11px;
    padding: 8px 10px;
    border-bottom: none;
}

hr {
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #fff;
}

.hr-min {
    width: 100px;
    margin: 30px auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table tr:nth-child(odd) {
    background: #F5F5F5;
}

table td,
table th {
    padding: 14px 20px;
    font-size: 14px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}

table th {
    color: #000;
    font-weight: bold;
    border-left-color: rgba(255, 255, 255, 0.2);
}

table td:first-child, table th:first-child {
    border-left: none;
}

table .separate td {
    background: #E2E6E7;
    color: #333333;
    font-weight: bold;
}

@media (max-width: 767px) {
    table td,
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}

/* CUSTOM CHROME SCROLL */
body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 1px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 10px;
    height: 0px;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #F9D118;
}

body::-webkit-scrollbar-track {
    background-color: #212121;
}

/* /. CUSTOM CHROME SCROLL */

/* PRELOADER */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
}

#preloader.hid {
    opacity: 0;
    visibility: hidden;
}

.load8 .loader {
    margin: 60px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 72, 127, 0.2);
    border-right: 1.1em solid rgba(0, 72, 127, 0.2);
    border-bottom: 1.1em solid rgba(0, 72, 127, 0.2);
    border-left: 1.1em solid #F9D118;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.load8 .loader,
.load8 .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* /. PRELOADER */

/* UP BTN */
#up {
    position: fixed;
    overflow: hidden;
    left: 15px;
    bottom: 60px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background: #f9d118;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
    border-radius: 3px;
}

#up.active {
    transform: translate3d(0, 0, 0);
}

#up:hover {
    background-color: #F67C09;
    color: #fff;
}

#up svg {
    height: 20px;
    position: relative;
    bottom: -7px;
}

@media (max-width: 767px) {
    #up {
        bottom: 15px;
    }
}

/* /. UP BTN */


/* BREADCRUMBS */
.breadcrumb {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 0;
    list-style: none;
    height: 28px;
    overflow: hidden;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
}

.breadcrumb svg {
    width: 18px;
    height: 16px;
    position: relative;
    bottom: -4px;
    fill: #F67C09;
}

.breadcrumb > li a {
    color: #F67C09;
    text-decoration: none;
}

.breadcrumb > li a:hover {
    color: #000;
}

.breadcrumb > li:after {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1f5f5;
}

.breadcrumb > li:before {
    position: absolute;
    content: '';
    left: -22px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > li:first-of-type:before {
    display: none;
}

@media (max-width: 991px) {
    .breadcrumb {
        display: none;
    }
}

/* / BREADCRUMBS */

/* PAGINATION */
.pagination {
    display: inline-block;
    margin: 30px 0;
}

.pagination li {
    display: inline;
}

.pagination li > span {
    cursor: default;
}

.pagination li > a,
.pagination li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
}

.pagination li:first-child > a,
.pagination li:first-child > span {
    margin-left: 0;
}

.pagination li > a:hover {
    background-color: #EEEEEE;
}

.pagination .active > a, .pagination .active > a:hover {
    background-color: #F67C09;
    color: #fff;
    border-color: #F67C09;
    cursor: default;
}

/* /. PAGINATION */

/* AGREEMENT */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #7c7f8c;
}

.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.agreement label {
    padding-left: 25px;
    display: inline-block;
    position: relative;
}

.agreement input + label:before {
    background: url('../image/check-empty.svg') 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0px;
}

.agreement input:checked + label:before {
    background: url('../image/checked.svg') 0 0 no-repeat;
}

.agreement input.error + label {
    color: red;
}

/* /. AGREEMENT */

/* TABS */
.box {
    display: none;
}

.box.visible {
    display: block;
}

ul.tabs {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
}

ul.tabs li {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    padding: 10px 35px;
}

ul.tabs li.current,
ul.tabs li.current:hover {
    border-color: #d5d5d5;
    background: #fff;
    color: #333333;
}

ul.tabs li:hover {
    background: #F6F6F6;
    border-color: #F6F6F6;
}

ul.tabs li.current:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}

.mobile-tab-header {
    display: none;
}

@media (max-width: 767px) {
    .mobile-tab-header {
        padding: 14px 40px 14px 14px;
        color: #ffffff;
        background: #f67c09;
        width: 100%;
        position: relative;
        display: block;
        font-weight: 600;
        border-radius: 3px;
    }

    ul.tabs {
        position: relative;
        display: none;
        border: none;
    }

    .mobile-tab-header:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

    .mobile-tab-header.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }

    ul.tabs li {
        padding: 17px 15px;
        width: 100%;
        border: 1px solid #E9E9E9;
        border-top: none;
        display: block;
        height: auto;
        text-align: left;
        text-transform: none;
        font-size: 15px;
    }

    ul.tabs li.current {
        display: none;
    }

    .mobile-tab-header.active + ul.tabs {
        display: block;
    }
}

@media (min-width: 768px) {
    .tabs.mobile {
        display: block !important;
    }
}

/* /. TABS */

/* FANCYBOX */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    padding: 35px 0 0;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.3);
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: -35px;
    right: -3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

@media (min-width: 992px) {
    .fancybox-close {
        background: transparent !important;
        top: -35px !important;
        width: 40px !important;
        right: -35px !important;
    }
}

.fancybox-close:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}

.fancybox-close:after {
    background: url('../image/close.png') 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.fancybox-close:hover {
    background: #FF4632;
}

.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.fancybox-prev span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -50px;
}

.fancybox-next span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-prev span:after,
.fancybox-next span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.fancybox-prev:hover span:after,
.fancybox-next:hover span:after {
    border-color: #5253FF;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    z-index: 8050;
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.fancybox-title-float-wrap .child {
    display: block;
    margin-right: -100%;
    background: rgba(255, 255, 255, 1);
    color: #000;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
    width: 100%;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/* /. FANCYBOX */

/* SLICK SLIDER */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slider-wrapper .item img {
    min-height: 300px;
}

.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.slick-dots li button {
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}

.slick-dots li {
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
    border: 2px solid #F67C09;
}

.slick-dots li.slick-active {
    border-color: #F67C09;
    background: #F67C09;
}

.slick-prev:after,
.slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
    border-left: 2px solid #202534;
    border-bottom: 2px solid #202534;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.slick-prev:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next:after {
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(225deg);
    margin-left: -9px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #202534;
    opacity: 1;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    border-color: #fff;
}

/* /. SLICK SLIDER */


/* HEADER */
.header {
    background: #fff;
}

.header-top {
    background: url('../image/black-mamba.png') #000;
    padding: 6px 0;
    font-size: 13px;
}

.header .slogan {
    font-size: 12px;
    padding-top: 2px;
    display: inline-block;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
}

.social-links a {
    margin-left: 10px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a:hover {
    color: #000;
    background: #fff;
}

.header-bottom {
    padding: 20px 0 9px;
    position: relative;
    min-height: 114px;
}

.logo {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-tel .header-tel-1,
.header-tel .header-tel-2 {
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-tel svg {
    width: 20px;
    color: #f67c09;
    top: 2px;
    left: 0;
    position: absolute;
}

.header-tel-1 + .header-tel-2 svg {
    display: none;
}

.header-tel a {
    text-decoration: none;
    color: #000;
    letter-spacing: 0.6px;
    font-size: 16px;
}

.header-tel a:hover {
    color: #F67C09;
}

.header .inner {
    display: flex;
    align-items: center;
}

.header-top .inner {
    justify-content: space-between;
}

.header-info {
    padding: 10px 0;
}

.schedule,
.header-address {
    padding: 10px 0 10px 28px;
    position: relative;
}

.schedule svg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    color: #f67c09;
}

.header-address svg {
    position: absolute;
    left: 1px;
    top: 8px;
    width: 17px;
    color: #f67c09;
}

.top-bar {
    width: 100%;
    height: 60px;
    z-index: 300;
}

.top-bar-container {
    background: #F67C09;
    padding: 10px;
}

.top-bar .btn {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    position: absolute;
    right: 60px;
    top: 0;
    text-transform: uppercase;
    height: 55px;
    padding: 17px 30px 0;
    z-index: 10;
    background: #e94f00;
    border-color: #e94f00;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
}

.top-bar .btn > span {
    position: relative;
}

.top-bar .btn > span:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -100px;
    width: 250%;
    height: 245%;
    background: linear-gradient(to left, rgba(255, 255, 255, .0), rgba(255, 255, 255, .1), rgba(255, 255, 255, .6), rgba(255, 255, 255, .5), rgba(255, 255, 255, .0)) no-repeat -7em 0%;
    background-size: 7em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    z-index: 10;
}

.top-bar .btn > span.blink_on:after {
    transition: 0.3s linear;
    background-position: 130% 0%;
}

.top-bar .btn.minishop-off {
    right: 0;
}

.top-bar .btn:hover {
    background: #F9D118;
    border-color: #F9D118;
    color: #000;
}

.header-cart {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #000;
}

.header-cart svg {
    width: 25px;
    height: 23px;
    position: relative;
    bottom: -18px;
    left: -4px;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-cart:hover .not_empty svg {
    color: #F9D118;
}

.header-cart span {
    top: 5px;
    right: 10px;
    background: red;
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
}

#cart .button_cart_class {position: relative;}
.container_cart .wrapper {min-height:200px;}




.top-menu {
    display: none;
}

.mobile-menu {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
    text-align: left;
}

.mobile-menu > ul > li {
    position: relative;
    z-index: 300;
    background: #fff;
}

.mobile-menu > ul {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.mobile-menu > ul > li > a {
    background: #000;
    display: block;
    color: #ffffff;
    padding: 15px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}

.mobile-menu > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}

.mobile-menu > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}

.mobile-menu > ul > li.active > a:after {
    opacity: 0.1;
}

.mobile-menu > ul > li > ul {
    background: #000;
    padding: 23px 15px 13px 15px;
    display: none;
    position: relative;
}

.mobile-menu > ul > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}

.mobile-menu > ul > li > ul > li {
    margin-bottom: 15px;
    position: relative;
}

.mobile-menu > ul > li > ul a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 5px 0 5px 12px;
    position: relative;
}

.mobile-menu > ul > li > ul > li.active > a span,
.mobile-menu ul ul ul li.active > a span {
    text-decoration: underline;
}

.mobile-menu > ul > li > ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    background: #fff;
    border-radius: 1px;
}

.mobile-menu ul ul ul a:before {
    top: 14px;
}

.mobile-menu > ul > li > ul a span {
    position: relative;
    z-index: 5;
}

.mobile-menu .dropdown-button {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.mobile-menu .dropdown-button:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 17px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.mobile-menu .dropdown-button.active:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px;
}

.mobile-menu ul ul .dropdown-button {
    height: 25px;
    right: -15px;
}

.mobile-menu ul ul .dropdown-button:after {
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 0 !important;
    font-size: 18px;
    right: 21px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.mobile-menu ul ul .dropdown-button.active:after {
    content: "—";
    font-size: 10px;
    top: 4px !important;
    right: 22px;
}

.mobile-menu .dropdown-button + ul {
    display: none;
}

.mobile-menu ul ul ul {
    padding-top: 10px;
}

.mobile-menu ul ul ul a {
    padding: 10px 0 10px 30px;
}

.mobile-menu ul ul ul a:before {
    left: 17px;
}

/* mob-menu-btn */
.mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 21px;
    height: 14px;
    width: 40px;
    cursor: pointer;
}

.icon-menu-burger {
    height: 2px;
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -14px;
    -webkit-transition: transform 0.1s ease 0s;
    -moz-transition: transform 0.1s ease 0s;
    -o-transition: transform 0.1s ease 0s;
    -ms-transition: transform 0.1s ease 0s;
    transition: transform 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.1s ease 0s;
}

.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.1s linear 0.1s;
    -moz-transition: transform 0.1s linear 0.1s;
    -o-transition: transform 0.1s linear 0.1s;
    -ms-transition: transform 0.1s linear 0.1s;
    transition: transform 0.1s linear 0.1s;
    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
}

.icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.icon-menu-burger:before {
    top: -6px;
    -webkit-transition: top 0.1s linear 0.2s;
    -moz-transition: top 0.1s linear 0.2s;
    -o-transition: top 0.1s linear 0.2s;
    -ms-transition: top 0.1s linear 0.2s;
    transition: top 0.1s linear 0.2s;
}

.icon-menu-burger:after {
    bottom: -6px;
    -webkit-transition: bottom 0.1s linear 0.2s;
    -moz-transition: bottom 0.1s linear 0.2s;
    -o-transition: bottom 0.1s linear 0.2s;
    -ms-transition: bottom 0.1s linear 0.2s;
    transition: bottom 0.1s linear 0.2s;
}

.mob-menu-btn.active .icon-menu-burger {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.1s linear 0.2s;
    -moz-transition: transform 0.1s linear 0.2s;
    -o-transition: transform 0.1s linear 0.2s;
    -ms-transition: transform 0.1s linear 0.2s;
    transition: transform 0.1s linear 0.2s;
    -webkit-transition: -webkit-transform 0.1s linear 0.2s;
}

.mob-menu-btn.active .icon-menu-burger__line {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mob-menu-btn.active .icon-menu-burger:before {
    -webkit-transition: top 0.1s linear;
    -moz-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    -ms-transition: top 0.1s linear;
    transition: top 0.1s linear;
    top: 0;
}

.mob-menu-btn.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.1s linear;
    -moz-transition: bottom 0.1s linear;
    -o-transition: bottom 0.1s linear;
    -ms-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;
    bottom: 0;
}

/* /. mob-menu-btn */

@media (max-width: 1169px) {
    .top-menu > ul > li > a {
        padding: 0 10px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .top-bar-container {
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .top-bar {
        height: 55px;
    }

    .header-tel-icon {
        top: 0;
        bottom: 0;
    }

    .header-cart {
        height: 55px;
    }

    .header-cart span {
        top: 12px;
    }

    .top-bar {
        position: fixed;
        top: 0;
        left: 0;
    }

    .top-bar-push {
        height: 56px;
    }

    .base-template .header {
        border-bottom: 1px solid #D5D5D5;
        margin-bottom: 40px;
    }

    .top-bar {
        background: #F67C09;
    }
}

@media (max-width: 767px) {
    .header-tel-1,
    .header-tel-2,
    .schedule,
    .header-address {
        display: inline-block;
    }

    .header .inner {
        display: block;
        text-align: center;
    }

    .logo {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .header-info {
        position: fixed;
        left: 100px;
        z-index: 1000;
        top: 6px;
        padding: 0;
    }

    .schedule,
    .header-address {
        padding: 2px 0 0 22px;
        color: #fff;
    }

    .schedule svg {
        top: 4px;
        width: 14px;
        color: #ffffff;
    }

    .header-address svg {
        top: 4px;
        width: 11px;
        color: #ffffff;
    }

    .header-tel {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .header-bottom {
        padding: 15px 0;
    }
}

@media (min-width: 992px) {
    .base-template .header {
        margin-bottom: 40px;
    }

    .top-bar .btn {
        font-size: 13px;
        top: 2px;
        height: 37px;
        border-radius: 2px;
        padding: 8px 16px 0;
    }

    .top-bar-container {
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px;
    }

    .mobile-menu {
        display: none !important;
    }

    .top-menu {
        display: block !important;
        position: static;
    }

    .top-menu > ul > li > a {
        text-decoration: none;
        color: #fff;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        padding: 0 17px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        position: relative;
        border-radius: 2px;
        text-transform: uppercase;
        font-size: 13px;
    }

    .top-menu > ul > li.active > a,
    .top-menu > ul > li:hover > a {
        background: #F9D118;
        color: #000;
    }

    .top-menu > ul > li {
        float: left;
        position: relative;
        z-index: 10;
        margin-right: 5px;
    }

    .top-menu > ul > li:last-child {
        margin-right: 0;
    }

    .top-menu > ul > li.down a {
        padding-right: 30px;
    }

    .top-menu > ul > li.down > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        right: 12px;
        top: 50%;
        margin-top: -5px;
    }

    .top-menu > ul > li.down:hover > a:after,
    .top-menu > ul > li.down.active > a:after {
        border-bottom-color: #2e2e2e;
        border-right-color: #2e2e2e;
    }

    .top-menu > ul > li ul.two {
        position: absolute;
        width: 280px;
        top: 64px;
        padding-top: 20px;
        left: 0;
        text-align: left;
        z-index: 300;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
    }

    .top-menu > ul > li:hover ul.two {
        visibility: visible;
        top: 40px;
        opacity: 1;
    }

    .top-menu > ul ul.two li {
        position: relative;
    }

    .top-menu > ul > li ul.two > li:first-of-type:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        background: #000;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(45deg);
        position: absolute;
        left: 15px;
        top: -6px;
        z-index: 10;
    }

    .top-menu > ul > li ul.two > li:first-of-type:hover:after,
    .top-menu > ul > li ul.two > li:first-of-type.active:after {
        background: #F67C09;
    }

    .top-menu ul ul.two li > a {
        position: relative;
    }

    .top-menu ul ul.two li.down > a span:after {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        right: 15px;
        transform: rotate(45deg);
        margin-top: -3px;
        border-top: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
    }

    .top-menu > ul ul.two li > a {
        background: #000;
        padding: 12px 10px 12px 10px;
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #ffffff;
        text-decoration: none;
        position: relative;
    }



    .top-menu a span {
        position: relative;
        z-index: 10;
        display: block;
    }

    .top-menu > ul ul.two li.down > a {
        padding-right: 0;
    }

    .top-menu > ul ul.two li > a:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        background: #fff;
        opacity: 0.1;
        z-index: 5;
    }

    .top-menu > ul ul.two li:first-of-type > a:before {
        display: none;
    }

    .top-menu > ul ul.two li > a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: #F67C09;
        opacity: 0;
    }

    .top-menu > ul ul.two li:hover > a:after,
    .top-menu > ul ul.two li.active > a:after {
        opacity: 1;
        color:#FFF;
    }

    .top-menu ul ul.two ul.tree {
        position: absolute;
        top: 0;
        left: 280px;
        width: 250px;
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-out;
        z-index:20;
    }

    .top-menu ul ul li:hover ul.tree {
        visibility: visible;
        opacity: 1;
    }

    .header-info {
        position: absolute;
        right: inherit;
        z-index: 10;
        top: 8px;
        left: 320px;
        font-size: 16px;
    }

    .schedule, .header-address {
        padding: 10px 0 0 30px;
        color: #333;
    }

    .header-address svg {
        width: 19px;
        top: 7px;
        color: #f67c09;
    }

    .schedule svg {
        top: 9px;
        width: 22px;
        color: #f67c09;
    }

    .top-bar.fix-true.fixed {
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .top-bar.fix-true.fixed + .top-bar-push-md {
        height: 60px;
    }

    .header-cart {
        width: 45px;
    }

    .header-cart span {
        right: 0;
    }

    .top-bar .btn {
        right: 50px;
    }

    .header-cart svg {
        bottom: -10px;
        left: 0;
    }
}

@media (min-width: 1170px) {
    .header {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        position: relative;
        padding-bottom: 30px;
    }

    .base-template .header {
        margin-bottom: 70px;
    }

    .top-bar {
        position: absolute;
        bottom: -30px;
        left: 0;
    }

    .top-bar:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        right: 50%;
        background: #F67C09;
        width: 0;
    }

    .top-bar.fix-true.fixed:before {
        width: 100%;
        left: 0;
        right: 0;
    }

    .top-bar-container {
        width: 1110px;
        margin: 0 auto;
        border-radius: 2px;
    }
}

@media (min-width: 1230px) {
    .top-bar-container {
        width: 1170px;
    }

    .header-info {
        left: 450px;
    }
}

/* /. HEADER */


/* TOP SLIDER */
.top-slider {
    margin-bottom: 40px;
}

.top-slider .slick-prev,
.top-slider .slick-next {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    top: 50%;
    margin-top: -26px;
    z-index: 20;
    border-radius: 2px;
    opacity: 0.3;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: #fff;
    color: #343644;
    border: 2px solid #fff;
}

.top-slider:hover .slick-prev,
.top-slider:hover .slick-next {
    opacity: 0.6;
}

.top-slider .slick-prev {
    left: 25px;
}

.top-slider .slick-next {
    right: 25px;
}

.top-slider .slick-prev:hover,
.top-slider .slick-next:hover {
    background: #F67C09;
    color: #fff;
    border-color: #F67C09;
    opacity: 1;
}

.top-slider > div {
    display: none;
}

.top-slider > div:first-of-type,
.top-slider.slick-slider > div {
    display: block;
}

.top-slider .item {
    position: relative;
}

.top-slider .container {
    display: flex;
    height: 100%;
}

.top-slider .element-content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}

.top-slider .element-content-inner {
    padding: 5% 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.top-slider .title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
}

.top-slider .subtitle {
    font-size: 3vw;
}

.top-slider .subtitle p {
    margin-bottom: 0;
}

.top-slider img {
    width: 100%;
}

.top-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .top-slider .img-wrapper {
        margin-bottom: 0;
    }

    .top-slider .item .element-content {
        z-index: 20;
    }
}

@media (min-width: 992px) {
    .top-slider .title {
        font-size: 3vw;
    }

    .top-slider .subtitle {
        font-size: 2vw;
    }

    .top-slider .slick-dots {
        bottom: 30px;
    }
}

@media (min-width: 1230px) {
    .top-slider .title {
        font-size: 42px;
    }

    .top-slider .subtitle {
        font-size: 22px;
    }
}

/* /. TOP SLIDER */

/* SERVICES */
.index-template .services-elements {
    margin-top: -70px;
}

.services-elements {
    text-align: center;
}

.services-section .element {
    margin-bottom: 20px;
    padding: 30px 40px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 3px;
}

.services-section .element:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.services-section .element:hover h3 {
    color: #F67C09;
}

.services-section .element h3 {
    height: 52px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin-bottom: 0;
}

.services-section .element .text {
    line-height: 1.8;
    color: #79787F;
    height: 100px;
    overflow: hidden;
}

.services-section .element .img-wrapper {
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    background: #F67C09;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1229px) {
    .index-template .services-elements {
        margin-top: 0;
    }

    .index-template .services-section {
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .index-template .services-section {
        padding-top: 40px;
    }
}

/* /. SERVICES */

/* ACTION */
.top-form-box {
    padding: 35px 45px 30px;
    background: #f6f6f6;
    border-radius: 4px;
    border: 5px solid #F9D118;
}

.top-form-box .title {
    font-size: 26px;
    font-weight: bold;
}

.top-form-box .subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width: 500px) {
    .top-form-box {
        padding: 25px 25px 15px;
    }
}

/* countdown*/
.countdown-wrapper {
    padding-top: 8px;
}

.countdownHolder {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 50px;
}

.countdownHolder > span:nth-of-type(odd) {
    color: #fff;
    width: 40px;
    padding: 10px 0;
    background-color: #f67b0c;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.countdownHolder > span:nth-of-type(odd):after {
    content: ":";
    display: block;
    position: absolute;
    top: 8px;
    right: -15px;
    color: #000;
}

.countdownHolder > span.countSeconds:after {
    display: none;
}

.countDiv {
    display: inline-block;
    width: 22px;
}

.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before {
    position: absolute;
    display: block;
    width: 40px;
    text-align: center;
    left: 0;
    bottom: -30px;
    content: 'дней';
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}

.countDays:before {
    content: 'дней';
}

.countHours:before {
    content: 'часов';
}

.countMinutes:before {
    content: 'минут';
}

.countSeconds:before {
    content: 'секунд';
}

@media (min-width: 768px) {
    .countdown-wrapper {
        float: right;
    }
}

@media (min-width: 992px) {
    .countdownHolder > span:nth-of-type(odd) {
        width: 50px;
    }

    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before {
        width: 48px;
        font-size: 11px;
        bottom: -24px;
    }

    .countdownHolder {
        margin: 0 auto;
        text-align: right;
        font-size: 26px;
    }
}

/* /. Countdown */

/* /. ACTION */


/* ADVANTAGES */
.vantages-section {
    position: relative;
    background: url('../image/bg1.jpg') 50% bottom no-repeat #f6f6f6;
    padding: 70px 0 260px;
}

.vantages > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.vantages > .row > div {
    margin-bottom: 20px;
}

.vantages .element {
    color: #79787F;
    line-height: 1.8;
    background: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 3px;
}

.vantages .col-xs-3 {
    max-width: 90px;
}

.vantages .img-wrapper {
    height: 64px;
}

.vantages .img-wrapper img {
    max-height: 100%;
}

.vantages > .row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .vantages-section {
        background: #f6f6f6;
        padding: 70px 0 10px;
    }
}

/* /. ADVANTAGES */

.about-section {
    background: #f6f6f6;
}

/* STEPS */
.steps {
    padding: 40px 0;
}

.steps:after {
    content: "";
    background: #F9D118;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
}

.steps .element {
    margin-bottom: 55px;
    font-size: 15px;
    line-height: 1.8;
}

.steps .element .img-wrapper,
.steps .element .element-content {
    width: 80%;
}

.steps .element.element-even .img-wrapper,
.steps .element.element-odd .element-content {
    float: right;
}

.steps .element .img-wrapper img {
    border-radius: 3px;
}

.steps .element .element-num {
    width: 50px;
    height: 50px;
    background: #F67C09;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -25px;
    z-index: 10;
    font-size: 20px;
}

.steps .element .element-content .element-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1229px) {
    .steps .element {
        margin-bottom: 45px;
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
    .steps .element.element-even .img-wrapper,
    .steps .element.element-odd .element-content {
        float: none;
    }

    .steps .element .img-wrapper {
        margin-bottom: 20px;
    }

    .steps .element {
        padding-left: 150px;
    }

    .steps:after {
        margin-left: 0;
        left: 50px;
    }

    .steps .element .element-num {
        margin-left: 0;
        left: 27px;
    }

    .steps .element .element-content .element-title {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .steps .element .element-num {
        left: 0;
        top: 50px;
    }

    .steps:after {
        left: 25px;
    }

    .steps .element {
        padding-left: 65px;
    }
}

/* /. STEPS */

/* INDEX PORTFOLIO */
.portfolio {
    background: #f6f6f6;
    position: relative;
}

@media (min-width: 768px) {
    section.portfolio:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 50%;
        border-top: 14px solid #fff;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        margin-left: -14px;
        z-index: 10;
    }
}

.portfolio .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolio figure {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.portfolio img {
    width: 100%;
}

.portfolio .img-wrapper {
    display: block;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.portfolio figure > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio figure .img-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../image/zoom2.png') 50% 50% no-repeat;
    background-size: 0 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    content: "";
    z-index: 2;
}

.portfolio figure:hover .img-wrapper:after {
    opacity: 1;
    background-size: 50px 50px;
}

.portfolio figure .img-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    opacity: 0;
    background: #000;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0, 1), opacity 0.4s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0, 1), opacity 0.4s;
    -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0, 1), opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1), opacity 0.4s;
    z-index: 1;
}

.portfolio figure:hover .img-wrapper:before {
    opacity: 0.7;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}

.portfolio figure .title-h4 {
    margin: 0 0 10px;
    overflow: hidden;
    height: 46px;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.portfolio figure p {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.portfolio figure a {
    text-decoration: none;
}

.portfolio figure img {
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.portfolio figure a > div {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: #fff;
    padding: 15px 25px 5px;
    position: relative;
    z-index: 2;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.portfolio figure:hover a > div {
    background-color: #F67C09;
}

.portfolio figure:hover .title-h4,
.portfolio figure:hover p {
    color: #fff;
}

.lg-outer .lg-thumb {
    margin: auto;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #F1C02D;
}

/* /. INDEX PORTFOLIO */


/* PRICING */
.b-pricing {
    position: relative;
}

.b-pricing_container {
    position: relative;
    z-index: 5;
}

.b-pricing_list {
    text-align: center;
}

.b-pricing_plan {
    display: inline-block;
    vertical-align: middle;
}

.b-pricing_plan_inner {
    width: 280px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    border: 1px solid #dedede;
}

.b-pricing_plan_caption {
    padding: .75em .15em;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
}

.b-pricing_plan_sum {
    padding: 22px 10px;
    font-size: 1.5em;
    text-align: center;
    border-radius: 5px;
}

.b-pricing_plan_include {
    list-style: none;
}

.b-pricing_plan_include li {
    display: block;
    padding: .95em .85em .85em;
    font: 400 1em/1;
    text-align: center;
    color: #555;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.b-pricing_plan_checkout {
    padding: 0 10px 25px;
    text-align: center;
}

.b-pricing_plan_checkout .e-btn {
    display: block;
    margin: 0 auto;
    padding: 11px;
    max-width: 225px;
    font-size: 1.42857142857143em;
}

.b-pricing_plan__scale {
    position: relative;
    z-index: 5;
    margin: 10px -15px;
    font-size: 1.07142857142857em;
    border-color: #fff;
}

.b-pricing_plan__scale .b-pricing_plan_inner {
    border: 1px solid #dedede;
}

.b-pricing_plan__scale .b-pricing_plan_caption {
    padding: .8em .5em;
    font: 400 2.2em/1;
}

.b-pricing_plan__scale .b-pricing_plan_include li {
    padding: 1.1em .85em 1em;
}

.b-pricing_plan__scale .b-pricing_plan_checkout {
    padding: 0 10px 32px;
}

.b-pricing_plan__scale .b-pricing_plan_checkout .e-btn {
    padding: 14px;
    max-width: 245px;
    font-size: 22px;
}

.b-pricing_plan_caption {
    color: #fff;
    background-color: #F67C09;
    border-radius: 4px 4px 0 0;
}

.b-pricing_plan_sum {
    color: #FF4632;
}

@media (min-width: 768px) and (max-width: 1239px) {
    .b-pricing_plan {
        width: 33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .b-pricing_plan_inner {
        width: 100%;
    }

    .b-pricing_plan_checkout .e-btn {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .b-pricing_plan_inner {
        width: 320px;
    }

    .b-pricing_plan__scale {
        margin: 0 -20px;
    }
}

@media (max-width: 991px) {
    .btn {
        padding: 12px 25px;
    }
}

@media (max-width: 767px) {
    .b-pricing_plan_inner {
        width: 100%;
    }

    .b-pricing_plan {
        display: block;
        margin-bottom: 20px;
    }

    .b-pricing_plan__scale {
        margin: 0;
    }

    .b-pricing_plan__scale .b-pricing_plan_inner {
        box-shadow: none !important;
        border: none;
    }
}

/* /. PRICING */

/*  MAP SECTION */
.index-template .map-wrapper,
.index-template .map-iframe {
    height: 500px;
}

.map-section {
    overflow: hidden;
    background: #fff;
}

.contacts-template .map-wrapper {
    height: 360px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.contacts-template .map-iframe {
    height: 360px;
}

.contacts .element.relative .fa {
    position: absolute;
    top: 3px;
    left: 0;
}

.map-iframe iframe {
    height: 100%;
    width: 100%;
    position: relative;
    bottom: -5px;
}

.contacts-template .map-iframe iframe {
    bottom: auto;
}

.contacts .element.relative .fa + span {
    display: inline-block;
    margin-left: 20px;
}

.contacts > hr:last-of-type {
    display: none;
}

@media (max-width: 991px) {
    .index-template .map-wrapper {
        height: 350px !important;
    }
}

/* /. MAP SECTION */

/* CONTACTS */
.contacts-template .contacts-block > hr:last-of-type {
    display: none;
}

.contacts-block .element svg {
    width: 20px;
    height: 20px;
    color: #f67c09;
    position: relative;
    bottom: -2px;
    margin-right: 3px;
}

.contacts-block .address-element svg {
    width: 16px;
    margin-right: 7px;
}

.contacts-block .email-element svg {
    margin-right: 7px;
    bottom: -4px;
}

@media (min-width: 1230px) {
    .contacts-template .contacts-block {
        padding-right: 60px;
    }
}

/* / CONTACTS */

/* LIGHTGALLERY */
@media (min-width: 768px) {
    .lightgallery img {
        display: block;
        width: 100%;
    }

    .lightgallery a:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/zoom.png) 50% 50% no-repeat rgba(0, 0, 0, 0.2);
        background-size: 0 0;
        z-index: 2;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        opacity: 0;
    }

    .lightgallery .img-wrapper:hover a:after {
        opacity: 1;
        background-size: 48px 48px;
    }
}

/* /. LIGHTGALLERY */

/* GALLERY */
.item-gallery .element {
    margin-bottom: 10px;
    overflow: hidden;
}

.item-gallery > .row {
    display: flex;
    flex-wrap: wrap;
}
/* /. GALLERY */


.box__captcha {
    margin:20px auto;
}


/* CATALOG CATEGORIES */
.shop-categories .row {
    display: flex;
    flex-wrap: wrap;
}

.shop-categories .row > div {
    margin-bottom: 20px;
}

.shop-categories .element {
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.shop-categories .element:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.shop-categories .element .img-wrapper {
    height: 160px;
    line-height: 160px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.shop-categories .element .img-wrapper img {
    vertical-align: middle;
    max-height: 100%;
}

.shop-categories .element .title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.shop-categories .element:hover .title {
    color: #F67C09;
}

@media (max-width: 991px) {
    .shop-categories .element .img-wrapper {
        height: 20vw;
        line-height: 20vw;
    }
}

@media (max-width: 767px) {
    .shop-categories .element .img-wrapper {
        height: 25vw;
        line-height: 25vw;
    }
}

@media (max-width: 500px) {
    .shop-categories .element {
        padding: 10px;
    }

    .shop-categories .element .title {
        font-size: 3.5vw;
    }
}

/* /. CATALOG CATEGORIES */

/* CATALOG */
.catalog .element {
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
}

.catalog .element .img-wrapper {
    overflow: hidden;
    position: relative;
    height: 232px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog .element .element-article {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 20px;
    color: #e14d11;
    background: #fffefe;
}

.catalog .element .element-content {
    padding: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 0 0 2px 2px;
}

.catalog .title-h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    color: #F9D118;
    margin-bottom: 0;
}

.catalog .title-h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    border-top: 2px solid #F9D118;
    border-right: 2px solid #F9D118;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.catalog .element .img-wrapper img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 100%;
}

.catalog .element .img-wrapper.crop img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.catalog .element:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.catalog .element .img-wrapper .hiddentitle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 2;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog .element .img-wrapper .hiddentitle span {
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
}

.catalog .element:hover .img-wrapper .hiddentitle {
    opacity: 1;
}

.catalog .element .img-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.catalog .element:hover .img-wrapper:after {
    opacity: 1;
}

.catalog .element:hover .title-h5:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catalog .element .btn {
    position: relative;
    z-index: 20;
    margin-bottom: 0;
    white-space: nowrap;
}

.catalog .element .title-h6 {
    font-weight: bold;
    height: 57px;
    overflow: hidden;
    margin-bottom: 10px;
}

.catalog .element .text {
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}

.goodprice {
    color: #343644;
}

.catalog > .row {
    display: flex;
    flex-wrap: wrap;
}

.latest .elements > div:last-of-type hr {
    display: none;
}

.latest hr {
    margin: 15px 0 10px 0;
}

.index-template .catalog {
    background: #f6f6f6;
}

.index-template .catalog .element .element-content {
    background: #fff;
}

.product-tags {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    padding: 7px 0 0 7px;
    text-align: left;
}

.product-tags span {
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-tags span.product-tag-new {
    background: #76B500;
}

.product-tags span.product-tag-popular {
    background: #FFCA1E;
}

.product-tags span.product-tag-favorite {
    background: #FF1B2D;
}

.index-template .product-tags {
    display: block;
    color:#000;
}

.products-carousel div[class^="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.index-template .products-carousel {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .catalog .element .img-wrapper {
        height: 35vw;
    }
}

@media (max-width: 767px) {
    .catalog .element .img-wrapper {
        height: 65vw;
    }
}

/* /. CATALOG */

/* PRODUCT PAGE */
/* Product count */
.product-count-element .element-counter input {
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-left: none;
    border-right: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.product-count-element .element-counter button {
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    margin: 0;
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    font-size: 20px;
    font-family: arial;
    line-height: 34px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-count-element .element-counter button.btn-minus {
    line-height: 28px;
}

.product-count-element .element-counter button:hover {
    background: #C1C1C1;
    border-color: #C1C1C1;
}

/* /. Product count */
.product-price {
    font-size: 36px;
    color: #F67C09;
}

.fotorama__thumb-border {
    border-color: #F9D118 !important;
}

/* /. PRODUCT PAGE */

/* CART AND ORDER */
.order-wrapper {
    background: #fff;
    padding: 10px 0;
}

.order-wrapper #msOrder .error {
    border-color: #FF1A00 !important
}

#msOrder {
    margin-top: 20px !important;
}

.cart-body {
    margin: 10px 0 0;
}

.cart-body .element {
    background: #fff;
    padding: 20px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}

.cart-body .element-counter {
    display: inline-block;
}

.cart-body .element-price {
    display: inline-block;
}

.cart-body .element-delete {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}

.cart-body .element-delete span {
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-body .element-delete span:after {
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #FF0000;
    margin-left: -1px;
    transition: all ease-out 300ms;
}

.cart-body .element-delete span:before {
    height: 1px;
    top: 50%;
    left: 5px;
    right: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #FF0000;
    margin-top: -1px;
    transition: all ease-out 300ms;
}

.cart-body .element-delete span:hover:after,
.cart-body .element-delete span:hover:before {
    transform: rotate(180deg);
}

.cart-body .subelement2 {
    padding-left: 120px;
    min-height: 100px;
}

.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter {
    height: 100px;
    display: flex;
    align-items: center;
}

.cart-body .element .element-counter {
    width: 110px;
}

.cart-body .element .element-img-wrapper {
    padding: 2px;
    border: 1px solid #EBEBEB;
    position: absolute;
    top: 0;
    left: 0;
}

.cart-body .element .element-img {
    width: 99px;
    height: 76px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
}

.cart-body .element a:hover .element-img {
    opacity: 0.8;
}

.cart-body .element hr {
    margin: 10px 0;
}

.order-finish-btns {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
}

.order-finish-btns .btn {
    margin-bottom: 0;
}

.back-btn {
    margin-right: 30px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #C7C7C7;
}

.back-btn svg {
    width: 28px;
    height: 32px;
    margin-right: 5px;
}

.back-btn:hover {
    color: #f67c09;
}

@media (max-width: 767px) {
    .cart-body .element .element-img-wrapper {
        position: static;
        margin-bottom: 20px;
        display: inline-block;
    }

    .cart-body .subelement2 {
        padding-left: 0;
    }

    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter {
        height: auto;
    }

    .cart-body .subelement1 .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cart-body .subelement1 .row .text-right-xs {
        display: flex;
        justify-content: flex-end;
    }
}

.element-counter .form-control {
    display: inline-block;
    height: 30px;
    width: 40px;
    padding: 0 2px;
    text-align: center;
    color: #000;
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
}

.element-counter button {
    width: 30px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    border: none;
    background: transparent;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-family: arial;
}

.isa_success {
    border: 1px solid #79daa3;
    background-color: #d9f5db;
    margin: 0 0 10px;
    padding: 15px;
}

.order-number {
    color: #268A01;
}

.jgrowlHide #jGrowl {
    display: none !important;
}

/* custom check and radio order-wrapper */
.order-wrapper .checkbox label {
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}

.order-wrapper .checkbox label input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.order-wrapper .checkbox label > div {
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}

.order-wrapper .checkbox label:hover > div {
    border-color: #f67c09;
}

.order-wrapper .checkbox label > div.radio {
    border-radius: 100%;
}

.order-wrapper .checkbox label > div.radio:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.order-wrapper .checkbox input:checked + .radio {
    border-color: #f67c09;
    background-color: #f67c09;
}

.order-wrapper #msOrder .radio {
    min-height: 1px;
}

.order-wrapper .checkbox input:checked + .radio:before {
    opacity: 1;
    transform: scale(0.5);
}

.order-wrapper .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}

.order-wrapper .checkbox input:checked + .checkboxsquare {
    border-color: #105CAA;
    background-color: #105CAA;
}

.checkbox input:checked + .checkboxsquare svg {
    opacity: 1;
    transform: scale(1);
}

.order-wrapper .order-wrapper #msOrder .radio {
    min-height: 1px;
}

.order-wrapper input[type="checkbox"].error + div + span {
    color: red;
}

.order-wrapper .checkbox input:checked.error + div + span {
    color: #444444;
}

.order-wrapper .checkbox p.small {
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}

/* /. custom check and radio */
/* /. CART AND ORDER */


/*  BRANDS */
.brands-section {
    background: #fff;
    padding: 15px 0 10px;
}

.brands-carousel {
    height: 125px;
    overflow: hidden;
}

.logotype {
    padding: 0 10px;
    margin: 0px 0 15px;
    background: #fff;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

.logotype .inner {
    height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* /. BRANDS */


/* ASIDE */
.aside-menu {
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #232323;
    padding: 20px 44px 20px 20px;
    font-size: 15px;
    background: #fff;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.aside-menu > ul > li:first-of-type > a {
    border-top: 1px solid #e6e6e6;
    border-radius: 3px 3px 0 0;
}

.aside-menu > ul > li:last-of-type > a {
    border-radius: 0 0 3px 3px;
}

.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a {
    color: #F67C09 !important;
}

.aside-menu > ul ul {
    display: none;
}

.aside-menu .active > ul {
    display: block;
}

.aside-menu > ul li {
    position: relative;
}

.aside-menu > ul .dropdown-button {
    height: 63px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 23px;
    right: 21px;
    border-bottom: 1px solid #747474;
    border-right: 1px solid #747474;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.aside-menu > ul .dropdown-button.active:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 28px;
}

.aside-menu > ul ul .dropdown-button {
    height: 37px;
}

.aside-menu > ul ul .dropdown-button:after {
    top: 12px;
}

.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after {
    top: 16px;
}

.aside-menu ul ul a {
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}

.aside-menu ul ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 15px;
    background: #D5D5D5;
}

.aside-menu ul ul ul a {
    padding: 8px 36px 8px 30px;
}

.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before {
    display: none;
}

.aside-menu ul ul ul ul a {
    padding: 8px 36px 8px 40px;
}

.aside-menu ul ul ul ul ul a {
    padding: 8px 36px 8px 50px;
}

.aside-menu-title {
    padding: 18px 42px 15px 20px;
    background: #f67c09;
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
}

.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}

@media (max-width: 991px) {
    .aside-menu > ul {
        display: none;
    }

    .aside-menu.active > ul {
        display: block;
    }

    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}

@media (min-width: 992px) {
    .aside-menu > ul > li.active > a {
        color: #fff !important;
        background-color: #F67C09 !important;
        border-color: #F67C09 !important;
    }

    .aside-menu > ul > li.active > .dropdown-button:after {
        border-color: #fff;
    }

    .aside-menu > ul > li:hover > a {
        background: #F6F6F6;
    }
}

.aside-news .element {
    padding-left: 100px;
    margin-bottom: 25px;
    min-height: 74px;
}

.aside-news .element .img-wrapper {
    position: absolute;
    left: 0;
    top: 4px;
}

.aside-news .element .title a {
    text-decoration: none;
    color: #2C2C2C;
}

.aside-news .inner {
    margin-top: -10px;
}

@media (min-width: 992px) {
    .aside {
        padding-right: 30px;
    }
}

/* /. ASIDE */


/* NEWS*/
.news .element {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
}

.news .element > .row > .col-xs-3 {
    max-width: 120px;
}

.news .element .title-h5 {
    overflow: hidden;
    margin-bottom: 5px;
    max-height: 58px;
}

.news .element .date {
    font-size: 12px;
    margin-top: -3px;
    color: #F67C09;
}

.news .element .element-content {
    padding-left: 15px;
}

.news .element .text {
    color: #6A6B70;
    height: 36px;
    overflow: hidden;
    font-size: 13px;
}

.news .element .more {
    font-weight: bold;
}

.news .element .more i {
    vertical-align: middle;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news .element .title-h5 {
    margin-bottom: 15px;
}

.news .element .more,
.news .element .title-h5 a {
    color: #353644;
}

.news .element .more:hover,
.news .element .title-h5 a:hover {
    color: #F67C09;
}

.news .element > .row > .col-xs-4 {
    max-width: 190px;
}

@media (max-width: 767px) {
    .news .element .title-h5 {
        max-height: inherit;
    }
}

/* /. NEWS*/



.img-thumbnail {}

.information-page {}
.information-page article {margin: 20px auto;}
.information-page article p {margin: 10px auto;}
.information-page article ul {margin-left: 20px;}
.information-page article ul li {list-style: disc;}