@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

*, ::after, ::before, :after, :before {
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #151515 ;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  overflow-x: hidden;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 22px;
}

h1, .h1 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 22px;
}

h3, .h3 {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 22px;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 15px;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin-bottom: 20px;
  border-spacing: 0;
  border: none;
  padding: 0;
}

table th {
  font-weight: 500;
}

table tr:nth-child(2n) {
  background: #fff;
}

table td {
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: 0;
  border: none;
  padding: 10px 10px;
  margin: 0;
  border-width: thin;
}

table td p {
  margin-bottom: 0px;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
  border-radius: 0px;
}

article ul {
  list-style: none;
  list-style-image: none;
  margin-left: 55px;
  margin-bottom: 15px;
  padding: 0px;
}

article ul li {
  list-style: none;
  list-style-image: none;
  position: relative;
  padding: 0 0 5px;
}

article ul li:before {
  content: "";
  border-radius: 0px;
  text-align: center;
  color: #fff;
  background: #ea5a23;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: -16px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article ul li a {
  cursor: pointer;
  color: #0b1875;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article ul li a:hover {
  color: #ea5a23;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ol {
  font-weight: 400;
  list-style: decimal;
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 15px;
  padding: 0;
}

ol li {
  font-weight: 400;
  list-style: decimal;
  list-style-type: decimal;
  margin: 0 0 5px;
}

em {
  font-weight: 400;
}

a {
  cursor: pointer;
  color: #164574;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover {
  color: #ea5a23;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  padding: 0 5px 5px 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button:focus {
  outline: none;
}

button, input, optgroup, select, textarea {
  box-sizing: border-box;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

fieldset {
  border: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

input, select {
  vertical-align: middle;
}

.wrapper {
  margin-bottom: 2rem;
}

.wrapper__header {
  margin-bottom: 1rem;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

.center {
  text-align: center;
}

/********* header **********/
.header__top {
  background: #f2f2f2;
}

.header__navigation {
  padding: 5px 0;
  background: #fafafa;
}

.header__menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
}

.header__menu  li {
  margin: 0px 2px 0px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
}

.header__menu  li:last-child {
  margin: 0px;
}

.header__menu  li a {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed;
}

.header__menu li a:hover {
  color: #ea5a23;
  text-decoration: none;
}

.logo {
  text-align: center;
}

.logo img {
  width: 90%;
}

.btn_category {
  float: left;
}

.search_input {
  float: left;
  width: 49%;
  margin-left: 20px;
  position: relative;
}

.sr-close {
	position: absolute;
    z-index: 1;
    right: 50px;
    top: 0;
    height: 42px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	display: none;
}

.sr-close::after, .sr-close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #f44336;
}

.sr-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.sr-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.phones_block {
  float: left;
  position: relative;
  margin-left: 20px;
  text-align: center;
}

.phones_block .lnr {
  font-size: 12px;
}

.phones_block a {
  font-size: 16px;
  color: #272727;
  font-weight: 400;
}

.phones_block a:hover {
  color: #0b1875;
}

.phones_block .callback a {
  font-weight: 400;
  font-size: 14px;
  color: #ea5a23;
  border-bottom: 1px dashed;
}

.phones_block .callback a:hover {
  font-weight: 300;
  color: #0b1875;
  border-bottom: 1px dashed;
}

.header__icons {
  float: right;
  margin-right: 20px;
}

/* search */
.search__wrapper {
  margin: 0 300px;
  position: relative;
}

.search__wrapper .title-form {
  font-size: 28px;
}

.search__wrapper .mobile__search {
  margin-top: 10px;
}

.email__link {
	margin: 0 90px 0 20px;
}

.soc_links {
  float: left;
  font-size: 14px;
}

.soc_links ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.soc_links li {
  display: inline-block;
  margin: 0px 5px 0px;
  position: relative;
}

.soc_links li a {
  color: #272727;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  text-decoration: underline;
  text-transform: none;
}

.soc_links li a:hover {
  color: #164574;
  text-decoration: underline;
}

.customer {
  margin-left: 80px;
  position: relative;
  float: left;
}

.customer a {
  color: #272727;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  text-decoration: underline;
  text-transform: none;
}

.customer a:hover {
  color: #164574;
  text-decoration: underline;
}

.customer ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.customer li {
  display: inline-block;
  margin: 0px 5px 0px;
  position: relative;
}

.customer li a {
  color: #272727;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 0px;
  text-decoration: underline;
  text-transform: none;
}

.customer li a:hover {
  color: #ea5a23;
  text-decoration: underline;
}

.language {
  float: right;
}

.language ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.language li {
  display: inline-block;
  margin: 0px 5px 0px;
  position: relative;
}

.language li a.selected {
  color: #ea5a23;
  text-decoration: none;
}

.language li a.selected:hover {
  color: #ea5a23;
  text-decoration: none;
}

.language li a {
  color: #272727;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 0px;
  text-decoration: underline;
  text-transform: none;
}

.language li a:hover {
  color: #164574;
  text-decoration: underline;
}

.navigation a {
  color: #272727;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  text-decoration: underline;
  text-transform: none;
}

.navigation a:hover {
  color: #164574;
  text-decoration: underline;
}

.navigation ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  display: inline-block;
  margin: 0px 10px 0px;
  position: relative;
}

.navigation li:first-child {
  margin-left: 0px;
}

.navigation li:last-of-type {
  margin-right: 0px;
}

.navigation li a {
  color: #272727;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 0px;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.navigation li a.dropdown-link:after {
  content: "\e874";
  font-weight: 800;
  font-family: Linearicons-Free;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
  margin-left: 5px;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation li a:hover {
  color: #164574;
  text-decoration: underline;
}

.navigation li ul {
  background: #fff;
  left: -9999px;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  text-align: left;
  z-index: 100;
  box-shadow: 0px 0px 5px 0px rgba(180, 175, 175, 0.25);
  opacity: 0;
}

.navigation li ul li {
  border: none;
  display: block;
  float: none;
  margin: 5px 0;
  padding: 0px;
}

.navigation li ul li a {
  color: #272727;
  display: block;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.navigation li ul li a:hover {
  color: #164574;
  text-decoration: none;
}

.navigation li:hover ul {
  left: -20px;
  width: initial;
  opacity: 1;
}

.navigation li:hover ul a {
  color: #272727;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  font-weight: 400;
}

.header__navigation.fixed {
  position: fixed;
  z-index: 10000;
  top: 0px;
  width: 100%;
  margin: 0px;
  box-shadow: 0px 0px 10px 0px rgba(188, 188, 188, 0.55);
  animation: fixed_nav .6s forwards cubic-bezier(.4,0,.2,1);
  padding: 5px 0;
  border-bottom: none;
}

.cart__count {
  text-align: center;
  background: #ea5a23;
  min-width: 25px;
  height: 24px;
  border-radius: 0px;
  color: #fff;
  position: absolute;
  top: 17px;
  right: -25px;
  font-size: 11px;
  line-height: 25px;
}

.seacrh__mobile, .cart__mobile, .user__mobile {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.phone__mobile {
  position: relative;
  display: none;
  margin: 0 5px 0;
}

.seacrh__mobile {
  position: relative;
  display: none;
  margin: 0 5px 0;
}

.search__open, .cart__open, .phone__open {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  color: #272727;
  font-size: 32px;
}

.search__open:hover, .cart__open:hover, .user__open:hover, .phone__open:hover {
  color: #164574;
}

.search__open .lnr {
  font-size: 27px;
}

.cart__open .lnr {
  font-size: 34px;
}

.phone__open .lnr {
  font-size: 30px;
}

.search__close {
  position: absolute;
  left: 50px;
  top: 15px;
  cursor: pointer;
  padding: 20px 10px 20px 10px;
  line-height: 5px;
  color: #fff;
  width: 50px;
}

.navbar__close span, .navbar__close span:before, .navbar__close span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
}

.search__close span, .search__close span:before, .search__close span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #272727;
  position: absolute;
  display: block;
  content: '';
}

.navbar__close span {
  background-color: transparent;
}

.search__close span {
  background-color: transparent;
}

.navbar__close span:before, .navbar__close span:after {
  top: 0;
}

.search__close span:before, .search__close span:after {
  top: 0;
}

.navbar__close span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search__close span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar__close span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search__close span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/********* sections **********/
.padding__tb__40 {
  padding: 20px 0;
}

.padding__lr__40 {
  padding: 0px 80px;
}

.padding__wr__40 {
  padding: 0px 20px;
}

.padding__lr__20 {
  padding: 20px 20px;
}

.white__backround {
  background: #fff;
}

.grey__backround {
  background: #fafafa;
}

.border-right {
  border-right: 1px solid #dedede;
}

.section__title {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
}

.section__title .section__separator:before {
  content: "";
  display: block;
  margin: 10px auto;
  width: 200px;
  height: 6px;
  background: #164574;
  z-index: 5;
  position: relative;
}

.section__title .section__separator:after {
  content: "";
  position: absolute;
  margin: 0;
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  left: 0px;
  top: 40px;
  z-index: 1;
}

.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}

.section__title .title a {
  font-size: 14px;
  margin-left: 20px;
}

.section__title .section__dpn {
  margin: 15px 0;
}

.section__title p {
  margin-bottom: 0;
}

/********* main blocks **********/
.col__services {
	position: relative;
}

.in__section img {
	width: 80px;
	height: 80px;
}

.col__services .category__section {
	width: 100%;
    text-align: center;
	font-size: 14px;
    min-height: 50px;
    vertical-align: middle;
    line-height: 48px;
    max-height: 45px;
    overflow: hidden;
    padding: 0px 5px;
}

.col__services .category__name {
	display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
	text-decoration: underline;
}

.image__hover:hover .col__services .title {
	background: #164574;
}

.sidebar__navigation ul {
    margin-left: 15px;
}

.sidebar__navigation li {
	font-size: 14px;
}

.sidebar__navigation li a {
	font-size: 14px;
}

.the_sorting {
  padding: 0 10px;
  position: relative;
  text-align: center;
  margin: 0 5px 10px 5px;
  border: 1px solid #dedede;
  background: #fafafa;
}

.the_sorting ul {
  padding: 0px;
  margin: 0px;
}

.the_sorting li {
  margin: 0px;
  padding: 5px 0;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-right: 1px solid #dedede;
}

.the_sorting li:last-child {
  border-right: none;
}

.the_sorting li.selected a {
  display: inline-block;
  cursor: default;
  border: none;
}

.the_sorting li.selected a:hover {
	cursor: default;
	border-bottom: none;
}

.the_sorting li a {
  padding: 0px;
  margin: 0px 10px;
  list-style: none;
  list-style-image: none;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  color: #272727;
}

.the_sorting li a:hover {
  color: #164574
}

.the_sorting li:before {
  content: initial;
}

.goods__list  > [class*='col-'] {
  padding: 5px;
  margin: 0px;
}

.brand__name h2 a {
	font-size: 14px;
}

.col__goods {
  min-height: 348px;
}

.col__goods .image-main img {
  width: 140px;
  height: 140px;
}

.col__goods .good-slide {
  margin: 10px 0;
  min-height: 40px;
  vertical-align: middle;
  line-height: 52px;
  max-height: 52px;
  overflow: hidden;
}

.col__goods .good-slide .title {
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.2em;
  vertical-align: middle;
}

.col__goods .product-info {
  font-size: 14px;
}

.col__goods .expectation, .col__goods .preorder {
  font-size: 13px;
  color: #ff9800;
}

.col__goods .notavailable {
  font-size: 13px;
  color: #c51f1a;
}

.col__goods .instock {
  font-size: 13px;
  color: #2d995b;
}

.col__goods .product-price {
  margin: 5px 0 5px;
  font-weight: 500;
  font-size: 16px;
}

.col__goods .product-price-old {
	line-height: 1;
    position: relative;
    white-space: nowrap;
    color: #afb8c6;
    font-size: 0.8125rem;
	display: inline-block;
}

.col__goods .product-price-old:not(:empty):before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 40%;
    height: 1px;
    background: #afb8c6;
}

.col__goods .product-price-item {
  margin: 5px 0 0;
}

.col__goods .b-large {
  padding: 10px 22px;
  font-size: 13px;
}

.brand__element {
    border: 1px solid #dedede;
    padding: 10px 0 0;
    margin-bottom: 10px;
    border-radius: 0px;
}

.col__element {
  border: 1px solid #dedede;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-radius: 0px;
  min-height: 415px;
}

.image-main a {
	display: flex;
    text-align: center;
    margin: auto;
    min-height: 230px;
    max-height: 230px;
    overflow: hidden;
}

.image-main a img {
    margin: auto;
    text-align: center;
}

.col__element .good-slide {
  margin: 5px 0;
  min-height: 40px;
  vertical-align: middle;
  line-height: 65px;
  max-height: 60px;
  overflow: hidden;
}

.col__element .good-slide .title {
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.2em;
  vertical-align: middle;
}

.col__element .product-info {
  font-size: 14px;
}

.col__element .expectation, .col__element .preorder {
  font-size: 13px;
  color: #ff9800;
}

.col__element .notavailable {
  font-size: 13px;
  color: #c51f1a;
}

.col__element .instock {
  font-size: 13px;
  color: #2d995b;
}

.col__element .product-price-old {
    line-height: 1;
    position: relative;
    white-space: nowrap;
    color: #afb8c6;
    font-size: 0.8125rem;
    display: inline-block;
}

.col__element .product-price-old:not(:empty):before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 40%;
    height: 1px;
    background: #afb8c6;
}

.col__element .product-price {
  margin: 5px 0 5px;
  font-size: 18px;
}

.col__element .addCart-item {
  margin-bottom: 20px;
}

.col__element .b-large {
  padding: 10px 22px;
  font-size: 13px;
}

.col__advanages {
  margin: 0px;
  padding: 0px;
}

.col__advanages img {
  float: left;
}

.col__advanages .rl__advanages {
  margin-left: 70px;
}

.col__advanages .title {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0px;
}

.col__advanages p {
  margin-bottom: 0px;
  font-size: 12px;
}

.variants__element {
  font-size: 15px;
}

.price__element {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.imgage__good {
  float: left;
  width: 315px;
  max-height: 260px;
  overflow: hidden;
  margin-left: 10px;
  text-align: center;
  position: relative;
  height: 260px;
  border: 1px solid #dedede;
  max-width: 315px;
  display: flex;
}

.imgage__good a {
    text-align: center;
    margin: auto;
}

.imgage__good img {
    text-align: center;
    margin: auto;
	max-width: 265px;
}

.zoom__photo {
  background: #164574;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  height: 40px;
  width: 40px;
  border-radius: 0%;
}

.zoom__photo:hover {
  color: #fff;
  background: #272727;
}

.all__photo {
  text-align: center;
  color: #164574;
  font-size: 16px;
  border-bottom: 1px dashed;
}

.good-preimushestva-bg {
	background: #fafafa;
}

.good-preimushestva {
	padding: 20px 0;
}

.good-preimushestva .preim-title {
	font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.good-preimushestva .preim-dpn {
	font-size: 14px;
}

.good-preimushestva .col-lg-8 {
	padding-left: 0px;
}

.availability {
  font-size: 16px;
  margin: 10px 0;
  padding-left: 0px;
}

.good__variants {
  /*display: inline-block;*/
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}

.buy__button, .click__button {
  /*display: inline-block;*/
}

.list__params {
  margin-bottom: 20px;
  font-size: 15px;
}

.list__params ul {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list__params ul li {
  display: block;
  margin: 5px 0;
  padding: 0px;
}

.list__params ul li .reviews__link {
  border-bottom: 1px dashed;
  font-size: 13px;
  font-weight: 300;
}

.list__params ul li:last-child {
  border-right: none;
}

.list__params ul li:before {
  content: initial;
}

.list__params ul li .expectation, .list__params ul li .preorder {
  color: #ff9800;
}

.list__params ul li .notavailable {
  color: #c51f1a;
}

.list__params ul li .instock {
  color: #2d995b;
}

.oldprice__good {
    line-height: 1;
    position: relative;
    white-space: nowrap;
    color: #afb8c6;
    font-size: 1.355rem;
    display: inline-block;
}

.oldprice__good:not(:empty):before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    right: -2px;
    top: 40%;
    height: 1px;
    background: #afb8c6;
}

.count_minimum {
	font-size: 13px;
    margin-bottom: 5px;
	color: red;
}

.price__good {
  font-size: 32px;
  font-weight: 600;
  margin: 10px 0;
}

.cure-price {
  display: inline-block;
  margin-left: 30px;
  font-size: 20px;
  text-decoration: line-through;
}

.nav
{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
.nav > li
{
	display: inline-block;
	position: relative;
}
.nav > li > a
{
	padding: 8px 26px;
	display: inline-block;
}
.nav > li > a:hover, .nav > li > a:focus
{
	color: #010101;
}
.nav-tabs
{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.nav-tabs ul
{
	margin: 0px;
	padding: 0px;
}
.nav-tabs > li
{
	margin: 0px 10px 0 0;
	padding: 0px;
}
.nav-tabs > li:before
{
	content: initial;
}
.nav-tabs > li > a
{
	color: #272727;
    font-size: 15px;
    background: #fafafa;
    border: 1px solid #d8d8d8;
}
.nav-tabs > li > a:hover
{
	background: #fff;
	border-color: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #272727;
    cursor: default;
    font-weight: 400;
    border: 1px solid #d8d8d8;
	background: transparent;
    border-bottom: 1px solid #fff;
}
.tab-content > .tab-pane
{
	display: none;
}
.tab-content > .active
{
	float: left;
    width: 100%;
    display: block;
    padding: 20px;
    border: 1px solid #dedede;
    margin: -1px 0 0;
}

.comment-block
{
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #fafafa;
}
.answer-admin-block
{
	margin: 10px;
	padding: 5px 10px;
	background: #ffeb3b40;
}
.answer-admin-block p
{
	margin: 0px;
}
.info-reviews 
{
	margin: 0px 0 5px;
}
.info-reviews span
{
	margin-right: 10px;
}
.info-reviews span.name-reviews
{
	font-size: 14px;
    font-weight: 500;
}
.info-reviews span.date-reviews
{
	font-size: 14px;
}

/********* footer **********/
.footer {
  background: #1d1d1b;
  position: relative;
  padding: 20px 0;
  color: #fff;
}

.footer .title__information {
  color: #fff;
  font-size: 18px;
  margin: 0px 0px 10px;
  font-weight: 400;
}

.footer .padding-left {
  padding-left: 40px;
}

.footer .information__button {
  margin: 10px 0px;
}

.footer .information {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 8px;
}

.footer .information a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.footer .information a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.footer .copyright {
  margin-top: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.footer .privacy, .footer .develop {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin: 5px 0;
}

.footer .copyright a, .footer .privacy a, .footer .develop a {
  color: #fff;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.footer .copyright a:hover, .footer .privacy a:hover, .footer .develop a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer__menu {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu ul {
  margin: 0px;
  padding: 0px;
}

.footer__menu li {
  margin: 0px 0px 15px;
  display: block;
}

.footer__menu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.footer__menu li a:hover {
  color: #164574а;
  text-decoration: none;
  border-bottom: 1px solid #164574;
}

.scrollup {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 38px;
  outline: 0;
  padding: 5px 0;
  z-index: 99999;
  position: fixed;
  bottom: 85px;
  right: 50px;
  height: 45px;
  width: 45px;
  display: none;
  text-align: center;
  border-radius: 0px;
  background: #164574;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.scrollup:hover {
  background: #ea5a23;
  color: #fff;
}

/********* contacts **********/
.google__map__title {
	font-size: 14px;
    font-weight: 400;
}

.adress__shops h3 {
	color: #164574;
    font-size: 20px;
    font-weight: 600;
}

.contacts__wrapper {
  margin-top: 40px;
}

/********* dropdown **********/
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	min-width: 160px;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.35);
}

.btn_category .dropdown-menu {
	width: 585px;
	max-width: 585px;
	list-style-position: inside;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	list-style-type: decimal;
}


.dropdown-toggle, .dropdown-toggle:focus {
	cursor: pointer;
}
.dropdown-menu .divider {
	height: 1px;
	overflow: hidden;
	background-color: #f1f2f2;
}
.dropdown-menu li {
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 14px;
}
.dropdown-menu li.title {
  font-weight: 600;
}
.dropdown-menu li:before {
	content: initial;
}
.dropdown-menu li a {
  font-size: 14px;
  color: #272727;
  font-weight: 400;
  display: block;
  padding: 5px 0;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
}
.dropdown-menu li ul {
  padding: 0px;
  margin: 10px 0 0;
	display: block;
}
.dropdown-menu li ul li {
  padding: 0px;
  margin: 0px 2px;
	display: inline-block;
}
.dropdown-menu li ul li:before {
	content: initial;
}
.dropdown-menu li ul li img:hover {
	opacity: 0.5;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #164574;
	text-decoration: none;
}
.open .dropdown-menu {
	display: block;
	padding: 10px 15px;
}
.open a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0px;
}
.dropdown-menu-left {
	left: 0px;
	right: auto;
}

.path {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #272727;
  text-align: center;
  width: 100%;
}

.path a {
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.path a:hover {
  color: #272727;
  text-decoration: underline;
}

.path ul {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li a {
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.path ul li a:hover {
  color: #272727;
  text-decoration: underline;
}

.path ul li:visited {
  color: #272727;
  font-weight: 400;
  text-decoration: none;
}

.btn {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  display: inline-block;
  line-height: initial;
  text-align: center;
  border-radius: 0px;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
}

.btn-seacrh {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  line-height: initial;
  text-align: center;
  border-radius: 0px;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  background: #164574;
  padding: 0 16px;
  height: 42px;
  line-height: 46px;
}

.btn-seacrh:hover {
  color: #fff;
  background: #ea5a23;
}

.btn .lnr {
  font-size: 16px;
  vertical-align: bottom;
}

.b-large {
  padding: 14px 40px;
  font-size: 16px;
}

.b-average {
  padding: 11px 24px 11px 45px;
  font-size: 14px;
}

.b-small {
  padding: 7px 20px;
  font-size: 14px;
}

.b-xsmall {
  padding: 14px 28px;
  font-size: 15px;
}

.b-full {
  width: 100%;
}

.b-ml-10 {
  margin-left: 10px;
}

.b-mt-20 {
  margin-top: 20px;
}

.orange-color {
  color: #fff;
  background: #164574;
  border: 1px solid #164574;
}

.orange-color:hover {
  color: #fff;
  border: 1px solid #ea5a23;
  background: #ea5a23;
}

.yellow-color {
  color: #fff;
  background: #164574;
  border: 1px solid #164574;
}

.yellow-color:hover {
  color: #fff;
  border: 1px solid #ea5a23;
  background: #ea5a23;
}

.green-color {
  color: #fff;
  background: #ea5a23;
  border: 1px solid #ea5a23;
}

.green-color:hover {
  color: #fff;
  border: 1px solid #164574;
  background: #164574;
}

.white-color {
  color: #272727;
  border: 1px solid #ea5a23;
  background: transparent;
}

.white-color:hover {
  color: #fff;
  border: 1px solid #164574;
  background: #164574;
}

.transparent-color {
  color: #fff;
  background: #164574;
}

.transparent:hover {
  color: #fff;
  background: #ea5a23;
}

.simple-pagination {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  padding: 0;
}

.simple-pagination ul {
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li:before {
  content: initial;
}

.light-theme a, .light-theme span {
  background-color: transparent;
  color: #272727;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  margin: 0px;
  min-width: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0%;
  border: 1px solid #dedede;
}

.light-theme a:hover {
  color: #ea5a23;
  background-color: transparent;
   border: 1px solid #ea5a23;
}

.light-theme a.page-current {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin: 0 2px;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
}

.light-theme a.page-current:hover {
  color: #fff;
  background-color: #272727;
}

.light-theme .current {
  cursor: default;
  color: #272727;
  background-color: #fafafa;
  border: 1px solid #dedede;
}

.reveal-modal-bg {
  background: rgba(14, 14, 14, 0.85);
  position: fixed;
  z-index: 10001;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.reveal-modal {
  position: absolute;
  background: #fff;
  visibility: hidden;
  padding: 50px 30px 30px;
  margin-left: -200px;
  border-radius: 0px;
  color: #272727;
  z-index: 10002;
  width: 400px;
  left: 50%;
  top: 100px;
}

#search_modal.reveal-modal
{
	z-index: 10002;
	color: #272727;
	background: #fff;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 20px 30px;
	width: 100%;
	margin: 0px;
}

.title-form {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.main-data {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.personal-data {
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
}

.close-reveal-modal {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #164574;
  position: absolute;
  font-weight: 400;
  cursor: pointer;
  font-size: 54px;
  padding: 5px;
  right: 12px;
  top: 17px;
}

.close-reveal-modal:hover {
  color: #272727;
  text-decoration: none;
}

#search_modal .close-reveal-modal {
	color: inherit;
  position: absolute;
  font-weight: inherit;
  cursor: inherit;
  font-size: inherit;
  padding: inherit;
  right: 50px;
  top: 20px;
  left: unset;
}

#search_modal .close-reveal-modal:hover {
  color: initial;
  text-decoration: initial;
}

.occurred, .success {
  width: 100%;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 0px;
}

.occurred {
  background: #f00f0f;
}

.success {
  background: #009a3d;
}

.form-title {
  margin-bottom: 5px;
}

.form-field-indicator {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0px;
}

.search-input .form-field { 
  border-radius: 0px;
}

.form-field {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #272727;
  border: 1px solid #dedede;
  overflow: hidden;
  max-height: 42px;
  width: 100%;
  min-width: 100%;
  padding: 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.form-field-textarea {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #272727;
  border: 1px solid #dedede;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 130px;
  padding: 13px 20px;
  text-overflow: ellipsis;
  background: 0 0;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.form-field-select {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #272727;
  border: 1px solid #dedede;
  overflow: hidden;
  width: 100%;
  padding: 12px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border-radius: 0px;
  background: url(/_files/template/images/select__icon.png) no-repeat right #fff;
  background-position: right 13px center;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=select]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=search]:focus, select:focus, input[type=url]:focus, textarea:focus {
  outline: none;
  box-shadow: 0px 0px 15px 0px rgb(180 175 175 / 25%);
  outline-offset: 0px;
  -webkit-appearance: none; 
}

[type="search"]  {
	outline-offset: 0px;
	-webkit-appearance: none; 
}

.form-field::-webkit-input-placeholder, .form-field-textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #272727;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field::-moz-placeholder, .form-field-textarea::-moz-placeholder {
  font-size: 14px;
  color: #272727;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field:-ms-input-placeholder, .form-field-textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #272727;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field::-ms-input-placeholder, .form-field-textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #272727;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field::placeholder, .form-field-textarea::placeholder {
  font-size: 14px;
  color: #272727;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.header__social {
  list-style-image: none;
  list-style: none;
  margin: 0px 0 20px;
  text-align: center;
  padding: 0;
  width: 100%;
}

.header__social li {
  vertical-align: middle;
  display: inline-block;
  margin: 0px;
}

.header__social li:before {
  content: initial;
}

.header__social li img {
  width: 22px;
  border-radius: 0%;
}

.header__social li a {
  text-align: center;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.header__social li a:hover {
  opacity: 0.8;
}

.footer__social {
  list-style-image: none;
  list-style: none;
  margin: 0px 0 0px;
  padding: 0;
  width: 100%;
}

.footer__social li {
  vertical-align: middle;
  display: inline-block;
  margin: 0px;
}

.footer__social li:before {
  content: initial;
}

.footer__social li img {
  width: 34px;
  border-radius: 0%;
}

.footer__social li a {
  text-align: center;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.footer__social li a:hover {
  opacity: 0.8;
}

.contacts__social {
  list-style-image: none;
  list-style: none;
  margin: 20px 0 20px;
  padding: 0;
  width: 100%;
}

.contacts__social li {
  vertical-align: middle;
  display: inline-block;
  margin: 0px;
}

.contacts__social li:before {
  content: initial;
}

.contacts__social li img {
  width: 45px;
  border-radius: 0px;
}

.contacts__social li a {
  text-align: center;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.contacts__social li a:hover {
  opacity: 0.8;
}

.share__buttons ul {
  list-style-image: none;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.share__buttons li {
  list-style-image: none;
  list-style: none;
  display: inline-block;
  margin: 0px;
}

.share__buttons li:before {
  content: initial;
}

.share__buttons li a {
  width: 32px;
  display: inline-block;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.share__buttons li a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.error__404 {
  font-size: 80px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  line-height: 100px;
}

.error-404 {
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.text404-error p {
  margin-bottom: 6px;
  font-size: 16px;
}

.err-title {
  font-weight: 600;
  font-size: 23px;
}

.b404-error {
  font-size: 57px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding-top: 40px;
}

.cart_table_element img, .order_table_element img {
	display: inline-block;
  width: 120px;
  height: 120px;
}

.cart_table_good > div, .order_table_good > div {
	margin-top: 5px;
}

.cart-delete-elems {
	color: #ff0303;
	cursor: pointer;
	font-size: 14px;
}

.cart-delete-elems:hover {
	color: #010101;
	text-decoration: none;
}

.cart_table_border .small-title {
	font-size: 14px;
	line-height: 30px;
}

.minimum_count {
	margin: 5px;
    color: red;
    font-size: 13px;
}

.cart_table_border .ncount {
  background: #4caf50;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  color: #fff;
  margin-top: 10px;
}

.cart_table_border .error-sklad {
  background: #f44336;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  color: #fff;
  margin-top: 10px;
}

.cart_table_count input {
  width: 55px;
  max-width: 55px;
  min-width: 55px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  margin: 0 5px;
  padding: 13px 5px;
}

.cart_table_count .minus, .cart_table_count .plus {
  color: #fff;
  border-radius: 0px;
  background: #164574;
  border: 1px solid #164574;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  font-size: 24px;
  width: 40px;
  height: 40px;
}

.cart_table_count .minus:hover, .cart_table_count .plus:hover {
	color: #fff;
	background: #ea5a23;
	border: 1px solid #ea5a23;
	text-decoration: none;
}

.cart_table_summ span {
	font-size: 18px;
}

.cart_table_toshop {
	margin: 20px 0 0;
}

.cart_table_allsumm {
	margin: 10px 0 20px;
}

.cart_table_allsumm .div_cart_table_allsumm {
	font-size: 26px;
  font-weight: 600;
}

.order-number {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0px 0px;
}

.order-number i {
	color: #5eab1f;
	font-size: 22px;
	font-style: normal;
}

.history-orders {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  margin: 10px 0 10px 0;
}

.orders-cabinet {
  float: left;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  background: #fafafa;
}

.orders-cabinet ul {
  margin: 0px;
	padding: 0px;
}

.orders-cabinet li {
  padding: 0 20px 0 0px;
  list-style: none;
	display: inline-block;
}

.orders-cabinet li:before {
  content: initial;
}

.orders-cabinet li span{
  font-weight: normal;
}

.orders-cabinet li strong{
  color: #fff;
  padding: 2px 12px;
  font-size: 13px;
  margin: 0 5px;
  background: #009a3d;
  font-weight: normal;
  display: inline-block;
  border-radius: 0px;
}

.orders-cabinet li strong.gno-1 {
  background: #888a8e;
}

.orders-cabinet li strong.gti-2 {
  background: #1372b3;
}

.orders-cabinet-items {
	float:left;
	width: 100%;
	margin: 5px 0 0;
}

.info-order-block {
  float: left;
  padding: 15px 0 0 5px;
}

.history-orders ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.items-list-cabinet {
	width: 98%;
	float: left;
	margin: 10px 0px 0px 5px;
	border-bottom: 1px dashed #e1e1e1;
}

.items-list-cabinet:before {
  content: initial;
}

.items-list-cabinet:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.orders-cabinet-podrobnosi {
	padding: 0 10px;
}

.read-next {
	color: #000;
	font-size: 13px;
	margin: 3px 10px;
	display: inline-block;
	border-bottom: 1px dotted;
}

.read-next:hover {
	color: #ff6900;
}

.items-list-cabinet-img { 
	float: left;
}

.items-list-cabinet-name { 
	display: inline-block;
	width: 100%;
}

.items-list-cabinet-name img { 
	padding: 0px;
}

.items-list-cabinet-name span.artcode_cab { 
	margin-left: 20px;
}
.orders-cabinet-items ul {
  margin: 0px;
	padding: 0px;
}

.orders-cabinet-items li {
  padding: 0px;
  list-style: none;
  display: block;
}

.orders-cabinet-items li:before {
  content: initial;
}

a.allinfo-orders { 
	color: #164574;
  display: inline-block;
	cursor: pointer;
}

.info-order-block .title {
	font-weight: 600;
}

.orders-cabinet-podrobnosi-over > div { 
  margin: 2px 0;
}

.insubscipt {
  margin: 0 0 10px;
  padding: 5px 10px;
  border: 1px dashed #dedede;
  display: inline-block;
  background: #fcfcfc;
}
.insubscipt .fa {
  color: #164574;
}

.insubscipt .reqvest-pass {
  font-size: 12px;
}

.modal_table_header {
	color: #010101;
	font-size: 14px;
	text-transform: uppercase;
}

.modal_table_header a {
	font-weight: 400;
	text-decoration: underline;
}

.modal_table_header a:hover {
	color: #010101;
	text-decoration: underline;
}

.modal_table_element {
	margin: 10px 0;
}

.modal_table_element img {
	display: inline-block;
    border-radius: 0px;
    width: 145px;
    max-height: 100px;
    overflow: hidden;
}

.modal_table_element a {
	text-decoration: underline;
}

.modal_table_good > div {
	margin-bottom: 5px;
}

.modal_table_good .ncount {
	background: #4caf50;
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  color: #fff;
}

.modal_table_good strong {
	font-weight: 400;
}

.modal_table_count {
	float: left;
	margin-top: 0;
	position: relative;
}

.modal_table_count input {
  width: 55px;
  max-width: 55px;
  min-width: 55px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  margin: 0 5px;
  padding: 13px 5px;
}

.modal_table_count .minus, .modal_table_count .plus {
  color: #fff;
  border-radius: 0px;
  background: #164574;
  border: 1px solid #164574;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  line-height: 38px;
  font-size: 24px;
  width: 40px;
  height: 40px;
}

.modal_table_count .minus:hover, .modal_table_count .plus:hover {
	color: #fff;
	background: #ea5a23;
	border: 1px solid #ea5a23;
	text-decoration: none;
}

.modal_table_summ {
	font-size: 20px;
}

.modal_table_back {
	font-size: 15px;
  text-transform: uppercase;
}

.modal_table_back a {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  position: initial;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-transform: none;
  padding: 0px;
  padding-bottom: 0px;
  display: inline-block;
  color: #0b1875;
}

.modal_table_back a:hover {
	color: #164574;
	text-decoration: none;
}

.orderitems .error-form {
  border: 1px solid #F44336;
}

.block-title {
	color: #164574;
	font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0;
}

.block-title-dpn {
	margin: 5px 0 0;
    font-size: 13px;
}

.vorder-block {
    margin: 5px 0;
    padding: 10px;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #dddcdc;
}

.vorder-block input[type=checkbox] {
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 5px;
    margin-top: -3px;
}

.orderitems span {
    display: inline-block;
    margin: 5px 10px 5px 0;
}

ul.deliveries {
	list-style: none;
	margin-left: 35px;
	padding: 0px;
}

ul.deliveries li {
	list-style: none;
}

.deliveries_list label {
	cursor: pointer;
}

.deliveries_list {
  position: relative;
  float: left;
  padding: 0px;
  margin-bottom: 10px;
}

.deliveries_list:before {
  content: initial  
}

.deliveries_list:last-child {
  margin-bottom: 0px;
}

.deliveries_list input[type=radio] {
	margin: 0;
	opacity: 0;
	cursor: pointer;
	width: 16px;
	height: 16px;
	z-index: 10;
	position: absolute;
	top: 5px;
}

.deliveries_list label {
  padding-left: 30px;
  line-height: 140%;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

.deliveries_list input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  left: 0;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  transition: border 0.3s ease-in-out;
  box-sizing: border-box;
  border-radius: 0px;
}
.deliveries_list input[type=radio]:checked + label::before, .deliveries_list input[type=radio]:checked:hover + label::before {
	border: 1px solid #c0c0c0;
}

.deliveries_list input[type=radio]:checked + label::after {
	background-color: #164574;
  transform: scale(1, 1);
}

.deliveries_list input[type=radio] + label::after {
	content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 8px;
  background-color: #ffffff;
  transform: scale(0, 0);
  transition: transform 0.3s ease-in-out;
  box-sizing: border-box;
  border-radius: 0px;
}

.delivery_dpn {
  font-size: 14px;
  margin-left: 30px;
  padding-right: 80px;
}

.order__title {
  padding: 4px 12px;
  margin: 10px 0;
  display: inline-block;
  background: #164574;
  border-radius: 0px;
  color: #fff;
}

.order__dpn {
  font-size: 14px;
}

.orderitems a {
	border-bottom: 1px dashed;
	cursor: pointer;
	font-size: 15px;
  margin-bottom: 15px;
}

.error-order, .error-registrtion {
  background: #f00f0f;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 10px;
}

.order-errors {
  list-style: none;
  padding: 0;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
}

.order-errors li {
	margin: 0px;
	padding: 0;
}

.cart_table_good, .order_table_good, .check-accept-order {
	font-size: 14px;
}

.order_table_allsumm {
	margin: 20px 0 10px;
}

.order_table_allsumm .div_cart_table_allsumm {
	font-size: 24px;
    font-weight: 600;
}

.order__summ {
    margin: 30px 0 0;
}

/* promocode */
#input__promocode .b-large {
    padding: 11px 40px;
    font-size: 15px;
    max-height: 42px;
	width: 100%;
}

.promo_result {
    font-size: 14px;
    display: inline-block;
    background: #009a3d;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

/* login */
.main-login-page ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main-login-page ul li {
	display: inline-block;
	list-style: none;
	margin: 15px 15px 0 0;
}

.main-login-page ul li:before {
	content: initial;
}

.error-massage-auth {
  color: #ed1c24;
}

/* animate.css */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* fixed navigation */
@-webkit-keyframes fixed_nav {
	0%
	{
		transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-o-transform: translate(0,-100%);
	}
	100%
	{
		transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		-webkit-transform: translate(0,0%);
		-o-transform: translate(0,0%);
	}
}
@keyframes fixed_nav {
	0%
	{
		transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-o-transform: translate(0,-100%);
	}
	100%
	{
		transform: translate(0,0%);
		-moz-transform: translate(0,0%);
		-ms-transform: translate(0,0%);
		-webkit-transform: translate(0,0%);
		-o-transform: translate(0,0%);
	}
}

/* owl animation */
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.slider_arrow {
  background: #164574;
  text-align: center;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0px;
  height: 40px;
  width: 40px;
  z-index: 100;
  position: absolute;
}

.slider_arrow:hover {
  color: #fff;
  background: #ea5a23;
}

.owl__slider .slider_arrow_left {
  left: 0px;
}

.owl__slider  .slider_arrow_right {
  right: 0px;
}

.slider_arrow_left {
  top: 50%;
  left: 5px;
  margin-top: -20px;
}

.slider_arrow_right {
  top: 50%;
  right: 5px;
  margin-top: -20px;
}

#owl__slider__category .owl-item .item {
  margin: 0 15px 0;
  padding: 0px 0 10px;
}

#owl__slider__partners .owl-item .item {
  font-size: 14px;
  margin: 0 15px 0;
  border: none;
  padding: 0px;
}

.owl-item .item {
  margin: 0 15px 0;
  border: 1px solid #dedede;
  background: #fff;
  padding: 10px 0;
  border-radius: 0px;
}

.owl-origin {
  perspective: 1200px;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
}

.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  -webkit-animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  -webkit-animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  -webkit-animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  -webkit-animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  -webkit-animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  -webkit-animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  -webkit-animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  -webkit-animation: scaleUpTo .5s ease both;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
  display: none;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-trigered {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}

.owl-theme .owl-controls {
  float: left;
  margin: 0px;
  text-align: center;
  width: 100%;
}

.owl__slider .owl-controls {
  position: absolute;
  bottom: 10px;
}

.owl-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  line-height: initial;
  margin: 0 5px;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  background: #164574;
  border: 1px solid #164574;
  display: inline-block;
  border-radius: 0%;
  height: 14px;
  width: 14px;
}

.owl-theme .owl-controls .owl-page.active span {
  opacity: 0.8;
  background: #ea5a23;
  border: 1px solid #ea5a23;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.8;
  background: #164574;
  border: 1px solid #164574;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  height: auto;
  width: auto;
  border-radius: 30px;
}

.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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

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

.fancybox-opened .fancybox-skin {
  box-shadow: 0;
}

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

.fancybox-inner {
  overflow: hidden;
}

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

.fancybox-error {
  color: #444;
  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;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

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

.fancybox-close {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #fff;
  position: absolute;
  font-weight: 400;
  cursor: pointer;
  font-size: 54px;
  padding: 5px;
  right: -50px;
  top: 0px;
  z-index: 8040;
}

.fancybox-close:hover {
  color: #164574;
  text-decoration: none;
}

.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: 30px;
}

.fancybox-next {
  right: 30px;
}

.fancybox-nav span {
  cursor: pointer;
  position: absolute;
  z-index: 8040;
  top: 50%;
  background: #164574;
  text-align: center;
  color: #fff;
  padding: 0px;
  font-size: 18px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  line-height: 44px;
  border-radius: 0px;
}

.fancybox-nav span:hover {
  color: #fff;
  background: color--orange--hover;
}

.fancybox-prev span {
  left: -50px;
}

.fancybox-next span {
  right: -50px;
}

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

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

/* Overlay helper */
.fancybox-lock {
  overflow: visible !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: 80100;
  background: rgba(0, 0, 0, 0.75);
}

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

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

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

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

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

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: 0;
  padding: 2px 20px;
  color: #fff;
  white-space: nowrap;
}

.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, 0.8);
}

/* Ajax search */
#resSearch  {
  width: 100%;
  padding: 10px;
  left: 0;
  position: absolute;
  z-index: 10000;
  color: #272727;
  background: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgb(180 175 175 / 25%);
}
 
#res-goods {
  margin: 0px;
  padding: 0px;
}
 
#resSearch li {
  margin: 5px 0;
  color: #272727;
  padding: 0px;
  width: 100%;
  display: block;
  float: left;
}
 
#resSearch li .good_ajax_img img {
  display: block;
  max-width: 45px;
  width: 45px;
}
 
#resSearch li span {
  font-size: 15px;
  font-style: normal;
}
 
#resSearch li a {
  color: #272727;
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
}
 
#resSearch li a:hover {
  color: #164574;
  text-decoration: underline;
}

#resSearch .good_ajax_img {
  float: left;
  width: 55px;
}

#resSearch .good_ajax_params > div {
	color: #ea5a23;
}

#resSearch .all-results-count  {
  float: left;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  background: #fafafa;
  font-weight: 400;
  font-size: 15px;
}
 
#resSearch .all-results-ajsearch  {
  float: left;
  width: 100%;
  margin: 0px;
  text-align: center;
  background: #fafafa;
  padding: 5px 0;
}
 
#resSearch .all-results-ajsearch a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #164574;
  padding: 5px 30px;
}
 
#resSearch .all-results-ajsearch a:hover {
  color: #fff;
  background: #ea5a23;
  text-decoration: none;
}

.autocomplete-suggestions {
	border-top: 0;
	border: 1px solid #b0afaf;
	background: #fff;
	cursor: default;
	margin: 0px;
	overflow: auto;
	box-sizing: border-box;
}
.getCity-suggestions {
	border-top: 0px;
	border: 1px solid #bababa;
	background: #fff;
	cursor: default;
	margin: 0px;
	overflow: auto;
	box-sizing: border-box;
}
.getCity-suggestions::--webkit-scrollbar
{
	width: 6px;
}
.getCity-suggestions::--webkit-scrollbar-track
{
	background-color: #fafafa;
}
.getCity-suggestions::--webkit-scrollbar-thumb
{
	background: #D41D21;
	height: 20%;
	width: 6px;
	border-radius: 0px;
}
.getNpos-suggestions
{
	border-top: 0px;
	border: 1px solid #bababa;
	background: #fff;
	cursor: default;
	margin: 0px;
	overflow: auto;
	box-sizing: border-box;
}
.getNpos-suggestions::--webkit-scrollbar
{
	width: 6px;
}
.getNpos-suggestions::--webkit-scrollbar-track
{
	background-color: #fafafa;
}
.getNpos-suggestions::--webkit-scrollbar-thumb
{
	background: #D41D21;
	height: 20%;
	width: 6px;
	border-radius: 0px;
}
.autocomplete-suggestion
{
	cursor: pointer;
	font-size: 13px;
	overflow: hidden;
	padding: 4px 30px 4px 10px;
}
.autocomplete-no-suggestion
{
	padding: 2px 5px;
}
.autocomplete-selected
{
	background: #fafafa;
	color: #010101;
}
.autocomplete-suggestions strong,.getNpos-suggestions strong,.getCity-suggestions strong
{
	font-weight: 600;
}
.autocomplete-group
{
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 2px 5px;
	border-bottom: 1px solid #000;
}

@media (max-width: 1200px) and (min-width: 991px) {

  .cd-dropdown-content {
    width: 1015px;
    -moz-column-count: 2;
    -webkit-column-count: 4;
    column-count: 4;
  }
  
  
  /* header */
  .logo {
	margin: 5px 0 0;  
  }
  .btn_category {
    margin-top: 0px;
  }
  .search_input {
    width: 38%;
    margin-left: 10px;
    margin-top: 0px;
  }
  .phones_block {
    margin-left: 25px;
  }
  .footer .b-large {
    padding: 14px 18px;
    font-size: 14px;
  }
  .seo-small {
    max-height: 220px;
  }
  .col__advanages .title {
    font-size: 16px;
  }
  .col__advanages p {
    font-size: 13px;
  }
  .good-preimushestva .sline {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 0px 0;
    text-align: center;
  }
  .good-preimushestva {
    padding: 0;
    text-align: center;
  }
  .good-preimushestva .preim-dpn {
    font-size: 14px;
  }
  /* slider */
  .owl__slider__content {
    margin: 180px 80px;
  }
  /* services */
  .col__services .title a {
    padding: 0px;
  }
  .sidebar__navigation li a {
    font-size: 13px;
  }
  .the_sorting li a {
    padding: 0px;
    margin: 0px 10px;
  }
  .imgage__good {
    width: 290px;
    max-height: 290px;
    height: 290px;
    max-width: 290px;
 }
  .list__params {
    font-size: 13px;
  }
  .click__button {
    margin-top: 10px;
	margin-left: 0px;
  }
  /* footer */
  .scrollup {
	right: 10px;
  }
  .footer .copyright, .footer .privacy, .footer .develop {
    font-size: 12px;
  }
  .delivery_dpn {
    padding-right: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  
  .seo-small {
    max-height: 220px;
  }
  .col__advanages p {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .b-large {
    padding: 14px 28px;
    font-size: 15px;
  }
  .list__params .b-large {
    width: 100%;
  }
  .slider_arrow_right {
    right: 0px;
  }
  .slider_arrow_left {
    left: 0px;
  }
  .owl__slider .owl-controls {
    position: absolute;
    bottom: -30px;
  }
  .owl-theme .owl-controls .owl-page span {
    background: #164574;
    border: 1px solid #164574;
	height: 8px;
    width: 8px;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 18px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 18px;
  }
  .section__title .section__separator:after {
    top: 33px;
  }

  /* header */
  .customer {
    margin-left: 10px;
  }
  .customer li a, .language li a {
    font-size: 13px;
  }
  
  .phones_block {
    margin-left: 0px;
    margin-top: 10px;
  }
  .header__icons {
    float: none;
    display: inline-block;
    margin-left: 0;
	margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 70%;
  }
  .btn_category, .btn_category {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .btn_category .b-average {
    padding: 12px 82px;
    font-size: 15px;
  }
  .phone__mobile, .seacrh__mobile {
    display: inline-block;
  }
  .modal_table_good {
    text-align: center;
  }
  .modal_table_count {
    float: none;
    text-align: center;
  }
  .modal_table_summ {
    text-align: center;
  }
  .imgage__good {
    width: 100%;
    margin-left: 0;
  }
  .list__params ul li {
    display: block;
    margin: 10px 0;
    padding: 0px;
  }
  .form-field-select {
    padding-right: 40px;
  }
  .cart_table_allsumm {
    text-align: center;
  }
  .cart_table_count input {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
  }
  .cart_table_count .minus, .cart_table_count .plus {
    width: 32px;
  }
  
  .buy__button .b-large {
    padding: 16px 28px;
    font-size: 15px;
    width: 100%;
  }
  .click__button {
    padding-left: 0;
    text-align: center;
  }
  .good-preimushestva {
    text-align: center;
  }
  .good-preimushestva .preim-dpn {
    font-size: 14px;
    padding: 0 100px;
  }
  .padding__lr__40 {
    padding: 0px 0px;
  }
  .contacts__wrapper_40 {
    padding: 0px;
  }

  /* footer */
  .footer .copyright, .footer .privacy, .footer .develop, .footer__social, .footer__menu, .footer .information, .contacts__dnepr {
    text-align: center;
	width: 100%;
  }
}

@media (max-width: 768px) and (min-width: 600px) {

  .seo-small {
    max-height: 230px;
  }
  .col__advanages p {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .b-large {
    padding: 14px 28px;
    font-size: 15px;
  }
  .click__button .b-large {
    padding: 14px 18px;
    font-size: 15px;
  }
  .list__params .b-large {
    width: 100%;
  }
  .slider_arrow_right {
    right: 0px;
  }
  .slider_arrow_left {
    left: 0px;
  }
  .slider_arrow {
    line-height: 33px;
    height: 30px;
    width: 30px;
  }
  .owl__slider .owl-controls {
    position: absolute;
    bottom: -30px;
  }
  .owl-theme .owl-controls .owl-page span {
    background: #164574;
    border: 1px solid #164574;
	height: 8px;
    width: 8px;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 18px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 18px;
  }
  .section__title .section__separator:after {
    top: 33px;
  }

  /* header */
  .customer {
    margin-left: 10px;
  }
  .customer li a, .language li a {
    font-size: 13px;
  }
  .search_input {
    float: none;
	width: 100%;
    margin-left: 0;
    margin-top: 5px;
    position: absolute;
    z-index: 10;
    left: 0px;
    padding: 0 10px;
    display: none;
  }
  .sr-close {
    display:block;
  }
  .phones_block {
    margin-left: 0px;
    margin-top: 10px;
  }
  .header__icons {
    float: none;
    display: inline-block;
    margin-left: 0;
	margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 40%;
  }
  .btn_category, .btn_category {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .btn_category .b-average {
    padding: 12px 82px;
    font-size: 15px;
  }
  .phone__mobile, .seacrh__mobile {
    display: inline-block;
  }
  .modal_table_good {
    text-align: center;
  }
  .modal_table_count {
    float: none;
    text-align: center;
  }
  .modal_table_summ {
    text-align: center;
  }
  .imgage__good {
    width: 100%;
    margin-left: 0;
  }
  .list__params ul li {
    display: block;
    margin: 10px 0;
    padding: 0px;
  }
  .form-field-select {
    padding-right: 40px;
  }
  .cart_table_allsumm {
    text-align: center;
  }
  .cart_table_count input {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
  }
  .cart_table_count .minus, .cart_table_count .plus {
    width: 32px;
  }
  
  .buy__button .b-large {
    padding: 16px 28px;
    font-size: 15px;
    width: 100%;
  }
  .click__button {
    padding-left: 0;
    text-align: center;
  }
  .good-preimushestva .sline {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 0px 0;
    text-align: center;
  }
  .good-preimushestva {
    text-align: center;
  }
  .good-preimushestva .preim-dpn {
    font-size: 14px;
    padding: 0 0px;
  }
  .padding__lr__40 {
    padding: 0px 0px;
  }
  .contacts__wrapper_40 {
    padding: 0px;
  }

  /* footer */
  .footer .copyright, .footer .privacy, .footer .develop, .footer__social, .footer__menu, .footer .information, .contacts__dnepr {
    text-align: center;
	width: 100%;
  }
  .footer .padding-left {
    padding-left: 0;
  }
}

@media (max-width: 599px) and (min-width: 320px) and (orientation:portrait), (max-width: 320px) and (orientation:portrait) {

  article ul {
    margin-left: 15px;
  }
  .col__advanages p {
    margin-bottom: 0px;
    font-size: 11px;
  }
  .b-large {
    padding: 14px 28px;
    font-size: 15px;
  }
  .list__params .b-large {
    width: 100%;
  }
  .slider_arrow_right {
    right: 0px;
  }
  .slider_arrow_left {
    left: 0px;
  }
  .slider_arrow {
    line-height: 33px;
    height: 30px;
    width: 30px;
  }
  .owl__slider .owl-controls {
    position: absolute;
    bottom: -30px;
  }
  .owl-theme .owl-controls .owl-page span {
    background: #164574;
    border: 1px solid #164574;
	height: 8px;
    width: 8px;
  }
  #owl__slider__partners .owl-item .item {
    margin: 0 65px 0;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 18px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 18px;
  }
  .section__title .section__separator:after {
    top: 33px;
  }

  /* header */
  .customer {
    margin-left: 10px;
  }
  .customer li a, .language li a {
    font-size: 13px;
  }
  .search_input {
    float: none;
	width: 100%;
    margin-left: 0;
    margin-top: 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
    padding: 0 10px;
    display: none;
  }
  .sr-close {
    display:block;
  }
  .phones_block {
    margin-left: 0px;
    margin-top: 10px;
  }
  .header__icons {
    float: none;
    display: inline-block;
    margin-left: 0;
	margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 50%;
  }
  .btn_category, .btn_category {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .btn_category .b-average {
    padding: 12px 52px;
    font-size: 15px;
  }
  .phone__mobile, .seacrh__mobile {
    display: inline-block;
  }
  .modal_table_good {
    text-align: center;
  }
  .col__element {
    border: none
  }
  .modal_table_count {
    float: none;
    text-align: center;
  }
  .modal_table_summ {
    text-align: center;
  }
  .imgage__good {
    width: 100%;
	max-width: 100%;
    margin-left: 0;
  }
  /* tabs */
  .nav-tabs > li {
    width: 100%;
	margin: 4px 0;
    padding: 0px;
 }
  .nav > li > a {
    width: 100%;
	text-align: center;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #d8d8d8;
  }
  .tab-content > .active {
    margin: 4px 0 0;
 }
  .list__params ul li {
    display: block;
    margin: 10px 0;
    padding: 0px;
  }
  .form-field-select {
    padding-right: 40px;
  }
  .cart_table_allsumm {
    text-align: center;
  }
  .cart_table_count input {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
  }
  .cart_table_count .minus, .cart_table_count .plus {
    width: 32px;
  }
  
  .buy__button .b-large {
    padding: 16px 28px;
    font-size: 15px;
    width: 100%;
  }
  .buy__button, .click__button {
    display: block;
    width: 100%;
  }
  .click__button {
    text-align: center;
    margin-left: 0;
    margin-top: 5px;
  }
  .click__button .b-large {
    padding: 14px 28px;
    font-size: 15px;
    width: 100%;
   }
  .good-preimushestva {
    text-align: center;
  }
  .good-preimushestva .preim-dpn {
    font-size: 14px;
  }
  .padding__lr__40 {
    padding: 0px 0px;
  }
  .contacts__wrapper_40 {
    padding: 0px;
  }
  ul.deliveries {
    margin-left: 0px;
  }
  .delivery_dpn {
    padding-right: 0px;
  }
  .GETorder-right-table {
	margin-top: 50px;  
  }
  .GETorder-right-table .orderitems .btn {
	width: 100%; 
  }

  /* footer */
  .footer .copyright, .footer .privacy, .footer .develop, .footer__social, .footer__menu, .footer .information, .contacts__dnepr {
    text-align: center;
	width: 100%;
  }
  .footer .padding-left {
    padding-left: 0;
  }
}

@media (max-width: 599px) and (min-width: 320px) and (orientation:landscape) {

  article ul {
    margin-left: 15px;
  }
  .col__advanages p {
    margin-bottom: 0px;
    font-size: 11px;
  }
  .b-large {
    padding: 14px 28px;
    font-size: 15px;
  }
  .list__params .b-large {
    width: 100%;
  }
  .slider_arrow_right {
    right: 0px;
  }
  .slider_arrow_left {
    left: 0px;
  }
  .slider_arrow {
    line-height: 33px;
    height: 30px;
    width: 30px;
  }
  .owl__slider .owl-controls {
    position: absolute;
    bottom: -30px;
  }
  .owl-theme .owl-controls .owl-page span {
    background: #164574;
    border: 1px solid #164574;
	height: 8px;
    width: 8px;
  }
  #owl__slider__partners .owl-item .item {
    margin: 0 65px 0;
  }
  h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-size: 18px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 18px;
  }
  .section__title .section__separator:after {
    top: 33px;
  }

  /* header */
  .customer {
    margin-left: 10px;
  }
  .customer li a, .language li a {
    font-size: 13px;
  }
  .search_input {
    float: none;
	width: 100%;
    margin-left: 0;
    margin-top: 5px;
    position: absolute;
    z-index: 10;
    left: 0px;
    padding: 0 10px;
    display: none;
  }
  .sr-close {
    display:block;
  }
  .phones_block {
    margin-left: 0px;
    margin-top: 10px;
  }
  .header__icons {
    float: none;
    display: inline-block;
    margin-left: 0;
	margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 70%;
  }
  .btn_category, .btn_category {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .btn_category .b-average {
    padding: 12px 82px;
    font-size: 15px;
  }
  .phone__mobile, .seacrh__mobile {
    display: inline-block;
  }
  .col__element {
    border: none
  }
  .modal_table_good {
    text-align: center;
  }
  .modal_table_count {
    float: none;
    text-align: center;
  }
  .modal_table_summ {
    text-align: center;
  }
  .imgage__good {
    width: 100%;
    margin-left: 0;
  }
  .list__params ul li {
    display: block;
    margin: 10px 0;
    padding: 0px;
  }
  .form-field-select {
    padding-right: 40px;
  }
  .cart_table_allsumm {
    text-align: center;
  }
  .cart_table_count input {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
  }
  .cart_table_count .minus, .cart_table_count .plus {
    width: 32px;
  }
  
  .buy__button .b-large {
    padding: 16px 28px;
    font-size: 15px;
    width: 100%;
  }
  .click__button {
    padding-left: 0;
    text-align: center;
  }
  .good-preimushestva {
    text-align: center;
  }
  .good-preimushestva .preim-dpn {
    font-size: 14px;
    padding: 0 100px;
  }
  .padding__lr__40 {
    padding: 0px 0px;
  }
  .contacts__wrapper_40 {
    padding: 0px;
  }
  ul.deliveries {
    margin-left: 0px;
  }
  .delivery_dpn {
    padding-right: 0px;
  }
  .GETorder-right-table {
	margin-top: 50px;  
  }
  .GETorder-right-table .orderitems .btn {
	width: 100%; 
  }

 /* footer */
  .footer .copyright, .footer .privacy, .footer .develop, .footer__social, .footer__menu, .footer .information, .contacts__dnepr {
    text-align: center;
	width: 100%;
  }
  .footer .padding-left {
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .reveal-modal {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .title-form {
    font-size: 24px;
  }
  .main-data, .personal-data {
    font-size: 12px;
  }
  
  .fancybox-prev span {
    left: -30px;
  }
  .fancybox-next span {
    right: -30px;
  }
  .fancybox-close {
    right: 0px;
    top: -50px;
  }
}

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  color: #ffffff;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 52%;
  margin-top: -1px;
  height: 1px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  left: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  left: 27px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #ea5a23;
	border: 1px solid #ea5a23;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #ea5a23;
	border: 1px solid #ea5a23;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
	left: 16px;
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 21px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
  background-color: #272727;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #272727;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #272727;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close, .cd-dropdown .nav__title {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: none;
  text-align: left;
}
.cd-dropdown-icons .title-children {
  padding: 0px 5px;
  font-weight: 600;
  color: #164574;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #272727;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #164574;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title 
  height: 80px;
  line-height: 80px; */
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #272727;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 1200px;
	border-radius: 0px;
	padding: 10px 0;
	
	-moz-column-count: 2;
    -webkit-column-count: 3;
    column-count: 3;
	
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #164574;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #272727;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 20px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 100%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #164574;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #164574;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #164574;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 300px;
	height: 100%;
	border-radius: 0px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* height: 80px;
    line-height: 1.2; */
    padding: 0px 0 0 5px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    color: #164574;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #164574;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  } 
  .cd-dropdown-content ol, .cd-dropdown-content ul {
	list-style: none;
  }

  .cd-dropdown-content li::marker {
	content: none;
  }
  
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #164574;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #164574;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {

  .cd-dropdown-content {
    width: 1015px;
    -moz-column-count: 2;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 12px;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #272727;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: none;
  /*content: '';*/
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a:hover {
  color: #164574;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

@media (max-width: 1023px) and (min-width: 320px) {
  .cd-dropdown {
    background-color: #164574;
	left: 0;
  }
  .cd-dropdown .nav__title {
    position: relative;
	padding: 0 20px;
    z-index: 1;
    background-color: #ea5a23;
    border-bottom: 1px solid #ea5a23;
    color: #fff;
    height: 50px;
    line-height: 50px;
	font-size: 18px;
    text-align: left;
    font-weight: 400;
  }
  .cd-dropdown-icons .title-children {
    padding: 0px 15px;
    font-weight: 600;
    color: #fff;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 15px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    height: 34px;
    line-height: 34px;
  }
  .cd-dropdown-content, .cd-dropdown-content ul {
	padding-top: 60px;
  }

}

@media only screen {
	
	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
		content: none;
	}
	.cd-dropdown-icons {
		display: none;
		visibility: hidden;
	}
	
}

.order-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  margin: 5px auto 0;
}

.btn-tg {
  background-color: #039be5;
}
.btn-vb {
  background-color: #7d3daf;
}
.order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  flex: 1 1 calc(50% - 8px);
  transition: opacity 0.3s ease;
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
}
.order-btn:hover {
  opacity: 0.9;
  color: #ffffff;
}
.order-btn img {
  width: 24px;
  height: 24px;
}


@media (max-width: 600px) {
  
  .good__variants {
      display: flex;
      gap: 0px;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      width: 100%;
      margin: 20px 0 0;
  }

}