@charset "UTF-8";

* {
  box-sizing: border-box;
}

.checkbox,
.radio {
  padding-left: 20px;
}

/* ! таблицы */
.table-theme thead {
  background-color: #33c0b9;
  color: #fff;
}

.table-theme tbody tr:nth-child(2n) {
  background-color: rgba(51, 192, 185, 0.15);
  color: #333;
}

.table-theme tbody tr:nth-child(2n+1) {
  background-color: #FCFCFC;
}

.table-theme tbody tr:hover {
  background-color: rgba(51, 192, 185, 0.25) !important;
}

.table-theme td {
  border-right: 1px solid #33c0b9;
}

.table-theme td:last-child {
  border-right: none;
}

.table-striped {
  width: 100%;
}

.table-striped td {
  padding: 10px 15px;
}

.table-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.table-shadow thead {
  background-color: rgba(170, 170, 170, 0.5);
}

.table-shadow tbody tr {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  background-color: white;
}

.table-shadow tbody tr:last-child {
  border-bottom: none;
}

.table-shadow tbody td {
  border-right: 1px solid rgba(170, 170, 170, 0.5);
}

.table-shadow tbody td:last-child {
  border-right: none;
}

.table-shadow tbody tr:hover {
  color: #33c0b9;
}

.table-simple td {
  padding: 10px 15px;
}

.table-simple thead {
  background-color: rgba(170, 170, 170, 0.5);
}

.table-simple tbody td {
  border-right: 1px solid rgba(170, 170, 170, 0.5);
}

.table-simple tbody td:last-child {
  border-right: none;
}

.table-simple tbody tr {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.table-simple tbody tr:last-child {
  border-bottom: none;
}

.table-simple tbody tr:hover {
  border-left: 1px solid #33c0b9;
  border-right: 1px solid #33c0b9;
}

.table-dashed {
  border-collapse: collapse;
  border: 1px solid #aaa;
}

.table-dashed td,
.table-dashed th {
  padding: 7px 15px;
}

.table-dashed td:not(:last-child),
.table-dashed th:not(:last-child) {
  border-right: 1px dashed #aaa;
}

.table-dashed tr:not(:last-child) td,
.table-dashed tr:not(:last-child) th,
.table-dashed thead tr td,
.table-dashed thead tr th {
  border-bottom: 1px dashed #aaa;
}

/* таблицы ! */
/* ! блоки с цитатами */
blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  font-style: italic;
  font-size: inherit;
}

blockquote.blockquote-simple {
  border-left: 5px solid #33c0b9;
  background-color: #f7f7f7;
}

blockquote.blockquote-symbol {
  position: relative;
  margin-left: 60px;
  border-left: 5px solid #33c0b9;
}

blockquote.blockquote-symbol:before {
  position: absolute;
  content: "\f10d";
  top: 20px;
  left: -60px;
  font-family: "FontAwesome";
  font-size: 30px;
  color: #33c0b9;
}

/* блоки с цитатами ! */
ul {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  margin-bottom: 5px;
}

div#scroll_top {
  position: fixed;
  right: 15px;
  bottom: 80px;
  cursor: pointer;
  z-index: 99;
}

div#scroll_top path {
  fill: #33c0b9;
}

body {
  font-family: "Gilroy";
}

.page-wrapper {
  overflow-x: hidden;
}

p {
  margin: 0 0 15px;
}

h1,
h2,
h3,
.modul_h3,
div.moduletablejunews_mod div.junews_h,
.eshopheader,
h4,
.modul_h4,
h5 {
  color: #33c0b9;
  font-family: "Gilroy";
}

h1 {
  font-size: 36px;
  font-size: max(min(36px, 4vw), 26px);
  padding-top: 20px;
  padding-bottom: 20px;
}

h2 {
  font-size: 30px;
  font-size: max(min(30px, 3vw), 22px);
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 20px 0 25px;
}

h3,
.modul_h3,
div.moduletablejunews_mod div.junews_h,
.eshopheader {
  font-size: 24px;
  font-size: max(min(24px, 3vw), 20px);
  margin: 10px 0 20px;
}

.modul_h3,
div.moduletablejunews_mod div.junews_h,
.eshopheader {
  font-family: "Gilroy";
}

.modul_h3.modul_h3__center,
div.moduletablejunews_mod div.modul_h3__center.junews_h,
.eshopheader {
  text-align: center;
}

.modul_h3.modul_h3__invert,
div.moduletablejunews_mod div.modul_h3__invert.junews_h,
.modul_h3__invert.eshopheader {
  color: #fff;
}

a {
  color: #33c0b9;
  transition: all 0.25s;
}

a:hover {
  color: #54d2cb;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
div.moduletablejunews_mod div.junews_h::-moz-selection,
.eshopheader::-moz-selection,
h4::-moz-selection,
.modul_h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
strong::-moz-selection,
b::-moz-selection,
i::-moz-selection,
u::-moz-selection,
span::-moz-selection,
li::-moz-selection {
  color: #fff;
  background-color: #54d2cb;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
div.moduletablejunews_mod div.junews_h::-moz-selection,
.eshopheader::-moz-selection,
h4::-moz-selection,
.modul_h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection,
strong::-moz-selection,
b::-moz-selection,
i::-moz-selection,
u::-moz-selection,
span::-moz-selection,
li::-moz-selection {
  color: #fff;
  background-color: #54d2cb;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
.modul_h3::selection,
div.moduletablejunews_mod div.junews_h::selection,
.eshopheader::selection,
h4::selection,
.modul_h4::selection,
h5::selection,
h6::selection,
a::selection,
strong::selection,
b::selection,
i::selection,
u::selection,
span::selection,
li::selection {
  color: #fff;
  background-color: #54d2cb;
}

h1,
div.blog>h2,
div.page-header>h2,
div.content-category>h2 {
  position: relative;
  border-bottom: 2px solid rgba(170, 170, 170, 0.35);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h1:after,
div.blog>h2:after,
div.page-header>h2:after,
div.content-category>h2:after {
  position: absolute;
  content: "";
  background-color: #33c0b9;
  height: 2px;
  width: 100px;
  bottom: -2px;
  left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-header {
  border-bottom: 0;
  margin: 20px 0 10px;
}

/* Pagination */
.pagination,
.pagination ul {
  width: 100%;
  border-top: 1px solid #aaa;
  border-radius: 0;
}

.pagination p.counter {
  color: #777777;
  font-size: 12px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  border-top: none;
}

.pagination ul li {
  display: block;
  float: left;
}

.pagination span.pagenav {
  opacity: 0.5;
  background: #848484;
  border: 1px solid #818181;
}

.pagination span.pagenav:hover {
  background: #848484;
  border: 1px solid #818181;
}

.pagination li.active a,
.pagination li.active a:hover {
  background-color: #33c0b9;
  color: #fff;
  border: 1px solid #919191;
}

.content_bottom {
  margin-top: 30px;
}

.list-syle {
  padding-left: 0;
}

.list-syle li {
  list-style: none;
}

.list-syle li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 3px;
}

/* ! global styles */
.navbar {
  border: none;
}

button i {
  display: none;
}

.readmornews,
input[type=submit],
input[type=button],
button,
.btn,
div.moduletablejunews_mod .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .readmore,
.rsform input#Submit,
a.buy {
  border: 1px solid #aaa;
  padding: 10px 12px;
  background: #fff;
  outline: none;
  color: #333;
  cursor: pointer;
}

.readmornews:hover,
.readmornews:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
button:hover,
button:focus,
.btn:hover,
div.moduletablejunews_mod .jn .jn-more .readmore:hover,
.junews_mod .junewsultra .jn .jn-more .readmore:hover,
.rsform input#Submit:hover,
.btn:focus,
div.moduletablejunews_mod .jn .jn-more .readmore:focus,
.junews_mod .junewsultra .jn .jn-more .readmore:focus,
.rsform input#Submit:focus,
a.buy:hover,
a.buy:focus {
  outline: none;
  border-color: #33c0b9;
  background-color: #33c0b9;
  text-decoration: none;
  color: #fff;
}

.btn.btn-arrow,
div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore,
.junews_mod .junewsultra .jn .jn-more .btn-arrow.readmore,
.rsform input.btn-arrow#Submit,
.contact_admin .rsform-submit-button {
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 2px solid #aaa;
  background-color: transparent;
  text-transform: uppercase;
}

.btn.btn-arrow::before,
div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore::before,
.junews_mod .junewsultra .jn .jn-more .btn-arrow.readmore::before,
.rsform input.btn-arrow#Submit::before,
.contact_admin .rsform-submit-button::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  height: 15px;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 24px;
  transform: rotate(-90deg);
}

.btn.btn-arrow:hover,
div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore:hover,
.junews_mod .junewsultra .jn .jn-more .btn-arrow.readmore:hover,
.rsform input.btn-arrow#Submit:hover,
.btn.btn-arrow:focus,
div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore:focus,
.junews_mod .junewsultra .jn .jn-more .btn-arrow.readmore:focus,
.rsform input.btn-arrow#Submit:focus,
.contact_admin .rsform-submit-button:hover,
.contact_admin .rsform-submit-button:focus {
  outline: none;
  border-color: #33c0b9;
  background-color: #33c0b9;
}

.btn-link {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}

.btn-link:hover,
.btn-link:focus {
  background: none;
  color: inherit;
  text-decoration: underline;
}

.btn-primary {
  background: #33c0b9;
  border-color: #33c0b9;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover {
  background-color: #54d2cb;
  border-color: #54d2cb;
}

.formContainer.formHidden {
  display: none;
}

.formControlLabel {
  font-size: 1.4em;
  line-height: 1.5;
}

.rsform-radio {
  float: left;
  width: 15px;
}

.rsform-radio+label {
  display: block;
  padding: 0 5px;
  margin-left: 15px;
  font-weight: normal;
}

.formDescription {
  clear: both;
}

/*
.readmore {
	text-align: right;
	margin-top: 20px;
	a {
		font-size: $text_size - 2; 
		color: $color_text;
	}
}
*/
.navbar-toggle .icon-bar {
  width: 26px;
  background-color: #fff;
}

.switchery-small {
  margin-right: 8px;
}

.jmapcolumn .collapsable li {
  list-style: disc !important;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px !important;
  height: 43px;
  border-radius: 40px;
  border: 1px solid #b1b1b1 !important;
  text-align: center !important;
  line-height: 41px !important;
  font-size: 16px;
}

.social-icons a img {
  width: 1.6rem;
  height: 1.6rem;
}

.social-icons a:hover {
  border-color: #e1f5d8;
  background-color: #e1f5d8;
}

/* global styles ! */
/* Icon */
.aw-icon {
  display: inline-block;
  margin-right: 5px;
  background: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  vertical-align: middle;
}

.aw-icon_phone {
  background-image: url(/images/icons/vb.svg);
}

.img-svg {
  display: inline-block;
  background: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
}

.img-icons {
  width: 2.4rem;
  height: 2.4rem;
}

.element-invisible {
  display: none;
}

.mod-search {
  position: relative;
  display: flex;
  width: 30%;
  padding: 0;
  padding-left: 3px;
}

.mod-search .search {
  display: flex;
  width: 100%;
}

.mod-search .form-inline {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}

.mod-search .form-inline input.inputbox {
  margin: 4px 0;
  padding: 6px 12px;
  width: 100%;
  height: 70%;
  border: none;
  border-bottom: 1px dashed #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}

.mod-search .form-inline input.inputbox::-webkit-input-placeholder {
  color: white;
  /* Цвет подсказывающего текста */
}

.mod-search .btn,
.mod-search div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .mod-search .readmore,
.mod-search .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .mod-search .readmore,
.mod-search .rsform input#Submit,
.rsform .mod-search input#Submit {
  position: relative;
  width: 28px;
  margin-left: -28px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: transparent;
  height: 30px;
  padding: 0;
}

.mod-search .btn:hover,
.mod-search div.moduletablejunews_mod .jn .jn-more .readmore:hover,
div.moduletablejunews_mod .jn .jn-more .mod-search .readmore:hover,
.mod-search .junews_mod .junewsultra .jn .jn-more .readmore:hover,
.junews_mod .junewsultra .jn .jn-more .mod-search .readmore:hover,
.mod-search .rsform input#Submit:hover,
.rsform .mod-search input#Submit:hover,
.mod-search .btn:focus,
.mod-search div.moduletablejunews_mod .jn .jn-more .readmore:focus,
div.moduletablejunews_mod .jn .jn-more .mod-search .readmore:focus,
.mod-search .junews_mod .junewsultra .jn .jn-more .readmore:focus,
.junews_mod .junewsultra .jn .jn-more .mod-search .readmore:focus,
.mod-search .rsform input#Submit:focus,
.rsform .mod-search input#Submit:focus {
  border: none;
  background-color: transparent;
  color: transparent;
  box-shadow: none;
  outline: none;
}

.mod-search .btn:hover::after,
.mod-search div.moduletablejunews_mod .jn .jn-more .readmore:hover::after,
div.moduletablejunews_mod .jn .jn-more .mod-search .readmore:hover::after,
.mod-search .junews_mod .junewsultra .jn .jn-more .readmore:hover::after,
.junews_mod .junewsultra .jn .jn-more .mod-search .readmore:hover::after,
.mod-search .rsform input#Submit:hover::after,
.rsform .mod-search input#Submit:hover::after {
  top: 1px;
}

.mod-search .btn::after,
.mod-search div.moduletablejunews_mod .jn .jn-more .readmore::after,
div.moduletablejunews_mod .jn .jn-more .mod-search .readmore::after,
.mod-search .junews_mod .junewsultra .jn .jn-more .readmore::after,
.junews_mod .junewsultra .jn .jn-more .mod-search .readmore::after,
.mod-search .rsform input#Submit::after,
.rsform .mod-search input#Submit::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f002";
  font-family: "FontAwesome";
  color: white;
  font-size: 22px;
  cursor: pointer;
}

.mod-search_mobile {
  margin: 15px 0 !important;
}

.mod-search_mobile .form-inline input.inputbox {
  color: #858585;
  font-weight: 400;
  font-size: 16px;
  height: 38px;
}

.mod-search_mobile .form-inline input.inputbox::-moz-placeholder {
  color: #858585;
}

.mod-search_mobile .form-inline input.inputbox::placeholder {
  color: #858585;
}

.mod-search_mobile .form-inline .button::after {
  color: #858585;
}

/*  Slider */
.slider-main {
  position: relative;
  /* &::before {
  	background: rgba(0, 0, 0, 0.4);
  	content: '';
  	display: block;
  	height: 100%;
  	position: absolute;
  	width: 100%;
  	z-index: 21;
  } */
}

.slider-main .tp-caption {
  max-width: 38% !important;
}

.slider-info {
  color: #000000;
  position: relative;
  z-index: 100;
}

.slider-info * {
  line-height: 1 !important;
}

.slider-info .slider-title {
  font-size: 55px;
  font-family: "Gilroy";
}

.slider-info .slider-sub-title {
  font-size: 50px;
  font-family: "Gilroy";
  max-width: 380px;
}

.slider-info .slider-text {
  font-size: 25px;
}

/* Сторонние стили ------------------------------- */
.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
  opacity: 1;
  z-index: 22;
}

/* К2 */
.korzin_image img {
  max-width: 100%;
}

.table_bottom {
  padding: 15px 0;
  background-color: #f7f7f7;
}

/* ! Отзывы */
body .carousel-inner>.active,
body .carousel-inner>.next,
body .carousel-inner>.prev {
  display: flex;
}

#phocaguestbook_comments {
  margin: 0 0 35px;
}

#phocaguestbook_comments .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#phocaguestbook_comments .owl-carousel {
  padding: 0;
  margin: 0;
}

#phocaguestbook_comments .owl-carousel .owl-nav button.owl-next,
#phocaguestbook_comments .owl-carousel .owl-nav button.owl-prev {
  font-size: max(min(44px, 3.6vw), 32px);
  color: #000;
  line-height: 1;
}

#phocaguestbook .control-group {
  margin-bottom: 5px;
}

#phocaguestbook_comments .cd-testimonials-wrapper {
  margin-bottom: 5px;
  padding-bottom: 10px;
}

#phocaguestbook_comments .flex-prev:focus,
#phocaguestbook_comments .flex-next:focus,
#phocaguestbook_comments .flex-prev:hover,
#phocaguestbook_comments .flex-next:hover {
  outline: none;
}

#phocaguestbook_comments .btn-wrap {
  text-align: center;
}

#phocaguestbook_comments .cd-testimonials-item-info {
  position: relative;
  min-height: 400px;
  /* width: 30%;
  margin: 0 1.5%; */
  padding: 60px 30px;
  border: 1px solid #aaa;
  border-radius: 0px;
}

#phocaguestbook_comments .cd-testimonials-item-info::before,
#phocaguestbook_comments .cd-testimonials-item-info::after {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #aaa;
  background-color: white;
  color: #aaa;
  font-size: 65px;
  line-height: normal;
}

#phocaguestbook_comments .cd-testimonials-item-info::before {
  content: "“";
  left: -15px;
  top: 10px;
}

#phocaguestbook_comments .cd-testimonials-item-info::after {
  content: "”";
  right: -15px;
  bottom: 10px;
}

#phocaguestbook_comments .cd-testimonials-item-info:hover {
  border-color: #33c0b9;
  box-shadow: 0px 3px 10px 1px rgba(51, 192, 185, 0.2);
}

#phocaguestbook_comments .cd-testimonials-item-info:hover::before,
#phocaguestbook_comments .cd-testimonials-item-info:hover::after {
  border-color: #33c0b9;
  color: #33c0b9;
  box-shadow: 0px 3px 10px 1px rgba(51, 192, 185, 0.2);
}

.comment-item-text {
  margin-bottom: 30px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.comment-item-username {
  text-align: center;
  color: #aaa;
  font-size: 16px;
}

.comment-item-date {
  text-align: center;
  color: #aaa;
}

#phocaguestbook_comments .flex-direction-nav li {
  display: flex;
  align-items: center;
  width: auto;
}

#phocaguestbook_comments .flex-direction-nav a {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-color: white;
}

#phocaguestbook_comments .flex-direction-nav a:hover {
  border-color: #33c0b9;
}

#phocaguestbook_comments .flex-direction-nav a:hover:before,
#phocaguestbook_comments .flex-direction-nav a:hover:after {
  background-color: #33c0b9;
}

#phocaguestbook_comments .flex-direction-nav a:first-child {
  margin-left: 25px;
}

#phocaguestbook_comments .flex-direction-nav a:last-child {
  margin-right: 25px;
}

/* Отзывы ! */
/* !J2STORE Категории */
/* J2STORE Категории! */
/* !J2STORE Товары */
/* J2STORE Товары! */
/* !J2STORE Каталог */
/* J2STORE Каталог! */
/* ! Преимущества */
.benefits {
  margin-top: 25px;
  margin-bottom: 25px;
}

.benefits .modul_h3,
.benefits div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .benefits div.junews_h,
.benefits .eshopheader {
  margin-bottom: 30px;
}

.benefits .benefits-cart {
  padding: 0;
  margin-bottom: 25px;
  padding: 0 15px;
}

.benefits .benefits-cart:hover .svg-container {
  box-shadow: 0px 3px 10px 1px rgba(51, 192, 185, 0.2);
}

.benefits .benefits-cart:hover svg {
  fill: red;
}

.benefits .benefits-cart img {
  max-width: 100%;
}

.svg-container {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.svg-container img {
  margin: auto;
}

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

/* Преимущества ! */
/* ! модуль Версия для слабовидящих */
.module_special_visually.default.mod-a11y {
  position: fixed;
  z-index: 100;
  right: -198px;
  top: 150px;
  width: 200px;
  transition: 0.25s;
}

.module_special_visually.default.mod-a11y:hover {
  right: -2px;
}

.module_special_visually.default.mod-a11y input[name=type_version]+span {
  position: relative;
  height: 46px !important;
  padding: 0 !important;
}

.module_special_visually.default.mod-a11y input[name=type_version]+span::before,
.module_special_visually.default.mod-a11y .params::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  border-radius: 30px 0 0 30px;
  background: #25318c url(/images/icons/eye_on.svg) no-repeat center;
  background-size: 34px;
  transition: all 0.25s;
}

.module_special_visually.default.mod-a11y .params::before {
  background-image: url(/images/icons/eye_off.svg);
}

.module_special_visually.default.mod-a11y input[name=type_version]+span:hover::before {
  border-color: #33c0b9;
}

.module_special_visually.default.mod-a11y .buttons label {
  margin: 0;
}

.module_special_visually.default.mod-a11y .params {
  position: fixed;
  z-index: 1100;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 250px !important;
  height: 100%;
  padding-left: 10px;
  transition: all 0.35s;
  transform: translateX(250px);
}

.module_special_visually.default.mod-a11y .params #params-scrolling {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.module_special_visually.default.mod-a11y .params #params-scrolling .buttons .handle_module {
  display: block;
}

.module_special_visually.default.mod-a11y .params input[name=type_version]+span::before {
  display: none;
}

.module_special_visually.default.mod-a11y .params::before {
  top: 150px;
}

.module_special_visually.default.mod-a11y .params:hover {
  transform: translateX(0px);
}

.module_special_visually.default.mod-a11y .title.handle_module {
  width: 100%;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating {
  margin: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label {
  margin-left: 100%;
  border-color: #25318c;
  border-right: 0 !important;
  transition: all 0.25s;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label:hover {
  margin-left: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-a11y-activating label .button_text {
  display: flex;
  align-items: center;
  padding: 8px 0;
  padding-left: 20px;
  height: 46px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  background: #fff;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .params .param .title {
  margin-right: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually label.handle_module {
  margin: 0;
  margin-bottom: 5px;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually .buttons-original label.handle_module {
  margin: 0;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually label#btn-A11Y-deactivated {
  display: none;
  order: -1;
}

.module_special_visually.default.mod-a11y .module_special_visually #special_visually input[type=radio][name=type_version][value=yes] {
  display: none;
}

/* модуль Версия для слабовидящих ! */
div.comfort-rooms {
  display: flex;
  background: fixed url(/templates/art-web.ru/images/backgrounds/bg_akcia.jpg) no-repeat center;
  justify-content: center;
  height: 680px;
  position: relative;
  align-items: center;
}

div.comfort-rooms::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.l-comfort-rooms {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background-color: #fff;
}

.l-comfort-rooms p {
  padding: 5px 20px;
  text-align: center;
}

/* иконки 

https://fontawesome.ru/all-icons/
http://localhost:3000/plugins/system/ytshortcodes/assets/css/font-awesome.min.css

*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

div.soc a.fa {
  font-size: 18px;
  padding: 10px;
  display: block;
  float: left;
}

a.a_pdf:before,
a.a_zip:before,
a.a_doc:before,
a.a_xls:before,
a.a_mp3:before,
a.a_mp4:before,
a.a_you:before {
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 3px;
}

a.a_pdf:before {
  content: "\f1c1";
}

a.a_zip:before {
  content: "\f1c6";
}

a.a_doc:before {
  content: "\f1c2";
}

a.a_xls:before {
  content: "\f1c3";
}

a.a_mp3:before,
a.a_mp4:before {
  content: "\f1c7";
}

a.a_you:before {
  content: "\f1c8";
}

.b-telephones {
  width: 180px;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 7px 5px;
}

.b-email {
  display: flex;
  align-items: center;
  width: 180px;
  height: 40px;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 7px -41px;
}

.b-address {
  display: flex;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  padding: 0 0 0 45px;
  background: url(/templates/art-web.ru/images/icons/footer_icon.png) no-repeat 8px -88px;
}

/* Blog Content */
.blog .items-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog .items-row>[class^=span] {
  padding-left: 15px;
  padding-right: 15px;
}

.blog .items-row>.span4 {
  width: 33.33%;
}

.blog .items-row>.span6 {
  width: 50%;
}

.blog .item-image.pull-left img {
  max-width: 300px;
  margin-right: 10px;
}

.blog-styled .item {
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.blog-styled .item .introtext-wrapper {
  padding: 15px;
}

.blog-styled .item .readmore {
  margin-bottom: 0;
}

.blog-styled .item-image {
  overflow: hidden;
  height: 260px;
}

.blog-styled .item-image.pull-left {
  float: none !important;
  margin: 0 -15px 15px;
}

.blog-styled .item-image.pull-left img {
  max-width: 100%;
  height: auto;
}

ul.breadcrumb li {
  font-size: 12px;
  opacity: 0.5;
  margin-right: 3px;
}

ul.breadcrumb li:hover {
  opacity: 1;
}

ul.breadcrumb li span.divider {
  opacity: 1;
}

ul.breadcrumb li a {
  margin-right: 3px;
}

.input-group-addon {
  /* убираем иконки на странице отзывов */
  display: none;
}

div.subCategory {
  border: 1px solid #aaa;
  border-radius: 0px;
  background-color: #f7f7f7;
  text-align: center;
}

h3.h3itemListSubCategories,
.h3itemListSubCategories.modul_h3,
div.moduletablejunews_mod div.h3itemListSubCategories.junews_h,
.h3itemListSubCategories.eshopheader {
  display: none;
}

.l-categories-images {
  position: relative;
  background: url(/templates/art-web.ru/images/backgrounds/bg_katalog.jpg) no-repeat center;
  background-attachment: fixed;
}

.l-categories-images::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.categ-img {
  padding: 50px 0 0 0;
}

.l-categ-img__btn-all-categ {
  padding: 20px 0 40px 0;
  text-align: center;
}

.categ-img__btn-all {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: padding 0.5s;
}

.categ-img__btn-all .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  display: none;
  margin: -14px 0 0 0;
  font-size: 25px;
  opacity: 0;
  transition-delay: 0.7s;
}

.categ-img__btn-all:hover {
  padding: 0 50px 0 20px;
  background-color: #fff;
  color: red;
  text-decoration: none;
}

.categ-img__btn-all:hover .fa {
  display: block;
  opacity: 1;
}

div.сategory-img {
  width: calc(33% - 12px);
  margin: 15px 7px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

div.сategory-img div.image {
  height: 243px;
  overflow: hidden;
}

div.сategory-img div.name {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0px;
  font-weight: 700;
  position: absolute;
  width: 100%;
}

div.сategory-img:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
  opacity: 0.8;
}

div.сategory-img:hover div.name {
  background-color: rgba(0, 0, 0, 0.55);
}

div.сategory-img:hover div.image a:after {
  content: "\f00e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

body#tinymce,
body#tinymce p {
  background-color: #fff;
  color: #000;
}

body#tinymce td,
body#tinymce p td {
  vertical-align: top;
}

/* формы */
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
input[type=submit],
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #aaa;
  padding: 10px 12px;
  height: auto;
  margin-bottom: 0;
}

select,
input[type=file] {
  height: auto;
}

.rsform.container,
div.rsform.contact_admin {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.rsform form {
  padding: 10px 0;
}

.rsform input,
.rsform textarea,
.rsform select,
.rsform button,
.rsform button.btn,
.rsform div.moduletablejunews_mod .jn .jn-more button.readmore,
div.moduletablejunews_mod .jn .jn-more .rsform button.readmore,
.rsform .junews_mod .junewsultra .jn .jn-more button.readmore,
.junews_mod .junewsultra .jn .jn-more .rsform button.readmore {
  border-radius: 0px;
  font-family: "Gilroy";
  font-size: 14px;
  color: #333;
}

.rsform input:focus,
.rsform textarea:focus,
.rsform select:focus,
.rsform button:focus,
.rsform button.btn:focus,
.rsform div.moduletablejunews_mod .jn .jn-more button.readmore:focus,
div.moduletablejunews_mod .jn .jn-more .rsform button.readmore:focus,
.rsform .junews_mod .junewsultra .jn .jn-more button.readmore:focus,
.junews_mod .junewsultra .jn .jn-more .rsform button.readmore:focus {
  border: 1px solid #777777;
  color: black;
}

.rsform input#Submit {
  text-transform: uppercase;
}

.btn-next {
  font-size: 18px;
}

div.formControls {
  padding: 10px 0;
}

div.formControls p {
  margin: 0;
}

div.rsform-block-captcha img {
  padding: 0 10px;
}

.moduletable.rs-form-make-order {
  position: absolute;
  z-index: 21;
  right: 30px;
  top: 200px;
  max-width: 410px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.45);
}

.moduletable.rs-form-make-order .modul_h3,
.moduletable.rs-form-make-order div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .moduletable.rs-form-make-order div.junews_h,
.moduletable.rs-form-make-order .eshopheader {
  text-transform: initial;
}

.moduletable.rs-form-make-order form {
  padding: 0;
}

.moduletable.rs-form-make-order .formControls {
  color: #fff;
}

.moduletable.rs-form-make-order input#Submit {
  margin-top: 0;
}

.moduletable.rs-form-make-order h2 {
  margin: 0 0 20px 0;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.moduletable.rs-form-make-order .formControlLabel {
  display: none;
}

.moduletable.rs-form-make-order input,
.moduletable.rs-form-make-order select {
  box-shadow: none;
}

.moduletable.rs-form-make-order input[type=text],
.moduletable.rs-form-make-order select {
  margin: 0;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.moduletable.rs-form-make-order input[type=text]::-moz-placeholder,
.moduletable.rs-form-make-order select::-moz-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::placeholder,
.moduletable.rs-form-make-order select::placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]:focus,
.moduletable.rs-form-make-order select:focus {
  box-shadow: inset 0 1px 1px #33c0b9, 0 0 8px #33c0b9;
  opacity: 1;
}

.moduletable.rs-form-make-order input#Submit {
  border-radius: 0;
}

.moduletable.rs-form-make-order div.rsform-block-arrivaldate,
.moduletable.rs-form-make-order div.rsform-block-departuredate {
  height: 77px;
  position: relative;
}

.moduletable.rs-form-make-order div.rsform-block-departuredate>div {
  position: relative;
}

.moduletable.rs-form-make-order .formControls .formBody .rsform-calendar-button {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
  height: 49px;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  background: no-repeat center/24px url(/images/icons/g_calendar.svg);
}

.moduletable.rs-form-make-order label {
  font-weight: normal;
}

.moduletable.rs-form-make-order p.formDescription {
  margin: 0;
}

.moduletable.rs-form-make-order div.rsform-block-captcha {
  background-color: #fff;
}

.moduletable.rs-form-make-order .itemAgree a {
  color: #fff;
  text-decoration: underline;
}

.moduletable.rs-form-make-order .itemAgree a:hover {
  text-decoration: none;
}

.moduletable.rs-form-make-order .rsform-block-agree {
  text-align: center;
}

.moduletable.rs-form-make-order .rsform-block-submit {
  text-align: center;
}

.moduletable.rs-form-make-order .rsform-submit-button {
  padding: 15px 44px;
  border-radius: 25px;
  background: #33c0b9;
  border-color: #33c0b9;
  box-shadow: 0px 4px 12px 2px rgba(0, 128, 0, 0.47);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

div.rsform-block.rsform-block-captcha {
  float: left;
  width: 370px;
  overflow: hidden;
}

div.rsform-block.rsform-block-captcha div.formControls {
  padding: 0;
}

div.rsform-block.rsform-block-captcha input.rsform-captcha-box {
  width: 149px;
}

div.rsform-block.rsform-block-captcha a {
  display: block;
  float: right;
  padding: 15px 17px 0 0;
}

div.rsform-block.rsform-block-captcha a:hover {
  text-decoration: underline;
}

main#content {
  padding-bottom: 25px;
}

.formNoError {
  display: none;
}

/* ! левая колонка */
.sbat {
  /* иконка стрелочки для открытия вложенных пунктов в меню */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.sbat.up::after {
  margin-top: 0;
  margin-left: 0;
  transform: rotate(90deg);
}

.sbat::after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  color: #aaa;
  transition: all 0.25s;
}

.sbat:hover {
  background-color: #dddddd;
}

.sbat:hover::after {
  color: #33c0b9;
}

.l-categories-images {
  padding: 0;
}

body .column-wrap {
  padding-left: 0;
}

.column-wrap .navbar-collapse {
  padding: 0;
}

.column-wrap #phocaguestbook_comments {
  border: 1px solid #aaa;
}

.column-wrap #phocaguestbook_comments .custom {
  padding: 15px;
}

.column-wrap .modul_h3__comments {
  border: 1px solid #aaa;
  border-bottom: 0;
}

.column-wrap .left_column>div,
.column-wrap .right_column>div {
  margin-bottom: 20px;
}

.column-wrap .modul_h3,
.column-wrap div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .column-wrap div.junews_h,
.column-wrap .eshopheader {
  margin: 0;
  padding: 22px 0;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #f7f7f7;
}

.moduletable.mod-news-column {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: 1px solid #aaa;
  border-radius: 0px;
}

.moduletable.mod-news-column .jn {
  margin-bottom: 8px;
  margin: 10px 15px;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
}

.moduletable.mod-news-column .jn:last-child {
  border-bottom: none;
}

.moduletable.mod-news-column .jn .jn-intro {
  font-size: 12px;
}

.moduletable.mod-news-column .jn .jn-right {
  text-transform: uppercase;
  font-weight: bold;
}

.moduletable.mod-news-column .jn .jn-more {
  margin-top: 6px;
  text-align: right;
}

div.moduletable.mod-auth {
  border: 1px solid #aaa;
  border-radius: 0px;
}

div.moduletable_leftmenu {
  border: 1px solid #aaa;
  border-radius: 0px;
  margin-bottom: 20px;
}

div.moduletable_leftmenu ul {
  /* первый уровень меню */
  padding: 0;
  margin: 0;
  border-top: 1px solid #aaa;
}

div.moduletable_leftmenu ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

div.moduletable_leftmenu ul li a,
div.moduletable_leftmenu ul li span.separator {
  padding: 15px 10px;
  color: #333;
  transition: 0s;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
  background-color: transparent;
}

div.moduletable_leftmenu ul li a:hover,
div.moduletable_leftmenu ul li span.separator:hover {
  text-decoration: underline;
}

div.moduletable_leftmenu ul li:last-child a,
div.moduletable_leftmenu ul li:last-child span.separator {
  border-bottom: none;
}

div.moduletable_leftmenu ul li ul a,
div.moduletable_leftmenu ul li ul span.separator {
  border-bottom: 1px solid #aaa !important;
  background-color: #eaeaea !important;
}

div.moduletable_leftmenu ul li ul ul a,
div.moduletable_leftmenu ul li ul ul span.separator {
  background-color: #c4c4c4 !important;
}

div.moduletable_leftmenu ul li {
  position: relative;
  /* &.deeper:before {
  	background-size: cover;
  	content: '\f054';
  	font: normal normal normal 14px/1 FontAwesome;
  	display: block;
  	height: 15px;
  	margin: -7.5px 0 0 0;
  	position: absolute;
  	right: 5px;
  	top: 22px;
  	width: 15px;
  	color: $color_a_h;
  	transform: rotate(90deg);
  } */
}

div.moduletable_leftmenu ul li:hover {
  /* ul { // показываем второй уровень меню
  	display: block;
  } */
}

div.moduletable_leftmenu ul li:hover.deeper:before {
  color: #54d2cb;
}

div.moduletable_leftmenu ul li ul {
  /* второй уровень меню */
  border-top: none;
}

div.moduletable_leftmenu ul li ul:not(.visible) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

div.moduletable_leftmenu ul li ul li {
  /* li.active, li:hover {
  	a, span.separator {
  		text-decoration: underline;
  	}
  } */
}

div.moduletable_leftmenu ul li ul li a {
  font-size: 13px;
  padding: 15px 10px 15px 20px;
  background: #e1e1e1;
}

div.moduletable_leftmenu ul li ul li a::before {
  content: "\f00c";
  margin-right: 4px;
  font-family: "FontAwesome";
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 {
  /* третий уровень меню */
  display: none;
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li a {
  padding: 10px 10px 10px 40px;
}

div.moduletable_leftmenu ul li ul li ul.header__menu-lvl-3 li a::before {
  font-size: 12px;
}

div.moduletable_leftmenu .current {
  /* активные пункты меню */
}

div.moduletable_leftmenu .current>a,
div.moduletable_leftmenu .current>span.separator {
  text-decoration: underline;
  background-color: #EEEEEE !important;
}

.mod-calendar {
  min-height: 304px;
}

.mod-calendar div.k2CalendarBlock {
  height: auto;
}

.mod-calendar table.calendar tr td {
  padding: 11px;
}

.mod-calendar table.calendar tr td {
  border: 1px solid rgba(170, 170, 170, 0.2);
}

.mod-calendar table.calendar tr td.calendarToday {
  background-color: #33c0b9;
}

.mod-auth {
  border: 1px solid #aaa;
}

.mod-auth .modul_h3,
.mod-auth div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .mod-auth div.junews_h,
.mod-auth .eshopheader {
  border-bottom: 1px solid #aaa;
}

.mod-auth form {
  padding: 15px;
}

/* левая колонка ! */
section.bottom_full_width3 {
  position: relative;
}

section.bottom_full_width3 .contact_admin .modul_h3,
section.bottom_full_width3 .contact_admin div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod section.bottom_full_width3 .contact_admin div.junews_h,
section.bottom_full_width3 .contact_admin .eshopheader {
  color: #fff;
}

section.bottom_full_width3 .contact_admin .itemAgree {
  color: white;
}

section.bottom_full_width3 .contact_admin .itemAgree a {
  text-decoration: underline;
  color: white;
}

section.bottom_full_width3 .contact_admin .itemAgree a:hover {
  text-decoration: none;
}

section.bottom_full_width3 .row {
  position: relative;
}

div.contact_admin .formContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

div.contact_admin div.formControlLabel {
  display: none;
}

div.contact_admin div.rsform-block {
  width: 32%;
  margin: 0 0.65%;
}

div.contact_admin div.rsform-block.rsform-block-comment {
  width: 100%;
}

div.contact_admin div.rsform-block.rsform-block-comment textarea {
  width: 100%;
}

div.contact_admin div.rsform-block-agree {
  width: 100%;
  color: #fff;
}

div.contact_admin div.rsform-block-agree a {
  text-decoration: underline;
}

div.contact_admin .rsform-block-submit {
  text-align: center;
  flex: 1 100%;
}

div.contact_admin .rsform-block-submit .btn,
div.contact_admin .rsform-block-submit div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more div.contact_admin .rsform-block-submit .readmore,
div.contact_admin .rsform-block-submit .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more div.contact_admin .rsform-block-submit .readmore,
div.contact_admin .rsform-block-submit .rsform input#Submit,
.rsform div.contact_admin .rsform-block-submit input#Submit {
  display: inline-block;
}

div.contact_admin input[type=text] {
  width: 100%;
}

div.contact_admin input,
div.contact_admin textarea,
div.contact_admin select {
  border: none;
}

div.contact_admin .btn,
div.contact_admin div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more div.contact_admin .readmore,
div.contact_admin .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more div.contact_admin .readmore,
div.contact_admin .rsform input#Submit,
.rsform div.contact_admin input#Submit {
  border-color: #fff;
  color: #fff;
}

div.contact_admin .btn:hover,
div.contact_admin div.moduletablejunews_mod .jn .jn-more .readmore:hover,
div.moduletablejunews_mod .jn .jn-more div.contact_admin .readmore:hover,
div.contact_admin .junews_mod .junewsultra .jn .jn-more .readmore:hover,
.junews_mod .junewsultra .jn .jn-more div.contact_admin .readmore:hover,
div.contact_admin .rsform input#Submit:hover,
.rsform div.contact_admin input#Submit:hover {
  border-color: #33c0b9;
}

div.search fieldset.only,
div.search fieldset.phrases,
div.search div.form-limit {
  display: none;
}

fieldset.phrases div.controls {
  padding: 2% 4%;
}

dt.result-title {
  padding-top: 25px;
}

/********** каталог товаров **********/
/* 
отключили в www\plugins\system\k2\k2.php вывод левых css файлов:
	/components/com_k2/css/k2.css
	/media/k2/assets/css/k2.fonts.css?v2.7.1
	magnific-popup.css
*/
/* подкатегории товаров */
.itemListCategoriesBlock {
  margin-bottom: 15px;
}

.itemListSubCategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.itemListSubCategories h3,
.itemListSubCategories .modul_h3,
.itemListSubCategories div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .itemListSubCategories div.junews_h,
.itemListSubCategories .eshopheader {
  flex: 1 100%;
}

.itemListSubCategories .subCategoryContainer {
  width: 32% !important;
}

.itemListSubCategories .subCategory {
  margin: 0;
}

.bottom_full_width1 {
  padding: 25px 0;
}

.moduletablek2item {
  margin-bottom: 30px;
}

.moduletablek2item .itemList,
#itemListLeading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.moduletablek2item .itemList>div,
.itemListView .itemContainer {
  position: relative;
  width: 32% !important;
  min-width: 268px;
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 80px;
  border: 1px solid #aaa;
  border-radius: 0px;
}

.moduletablek2item .itemList>div .catItemImage,
.itemListView .itemContainer .catItemImage {
  overflow: hidden;
  max-height: 220px;
}

.moduletablek2item .itemList>div .catItemImage img,
.itemListView .itemContainer .catItemImage img {
  width: auto;
  max-width: 100%;
  height: 220px;
  transition: all 0.25s;
}

.moduletablek2item .itemList>div:hover,
.itemListView .itemContainer:hover {
  box-shadow: 0px 3px 10px 1px rgba(51, 192, 185, 0.2);
  border-color: #33c0b9;
}

.moduletablek2item .itemList>div:hover .catItemImage img,
.itemListView .itemContainer:hover .catItemImage img {
  transform: scale(1.1);
}

.moduletablek2item .itemList>div:hover .prod-dop-info,
.itemListView .itemContainer:hover .prod-dop-info {
  border-color: #33c0b9;
}

.moduletablek2item .itemList>div .catItemTitle,
.itemListView .itemContainer .catItemTitle {
  font-weight: bold;
  text-align: center;
}

.moduletablek2item .itemList>div .catItemTitle a,
.itemListView .itemContainer .catItemTitle a {
  color: #33c0b9;
}

.moduletablek2item .itemList>div .catItemView,
.itemListView .itemContainer .catItemView {
  height: 100%;
  padding: 0;
  margin: 0;
}

.moduletablek2item .itemList>div .catItemExtraFields,
.itemListView .itemContainer .catItemExtraFields {
  border-top: none;
}

.moduletablek2item .itemList>div .prod-dop-info,
.itemListView .itemContainer .prod-dop-info {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 15px;
  border-top: 1px solid #aaa;
  background-color: #f7f7f7;
}

.moduletablek2item .itemList>div .catItemIntroText,
.itemListView .itemContainer .catItemIntroText {
  padding: 10px;
  text-align: center;
}

.moduletablek2item .itemList>div .div_money,
.itemListView .itemContainer .div_money {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.moduletablek2item .itemList>div .num-of-prod,
.itemListView .itemContainer .num-of-prod {
  padding: 7px 0px;
  padding-left: 18px;
  border-right: none;
  border-color: #33c0b9;
  outline: none;
  transition: border-radius 0.15s;
}

.moduletablek2item .itemList>div .catItemExtraFieldsLabel,
.itemListView .itemContainer .catItemExtraFieldsLabel {
  display: none;
}

.moduletablek2item .itemList>div div.catItemExtraFields,
.moduletablek2item .itemList>div div.genericItemExtraFields,
.itemListView .itemContainer div.catItemExtraFields,
.itemListView .itemContainer div.genericItemExtraFields {
  padding: 0;
  margin: 0;
}

.moduletablek2item .itemList>div .catItemExtraFieldsValue.tsena,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena {
  font-size: 24px;
  font-weight: bold;
  color: #33c0b9;
}

.moduletablek2item .itemList>div .catItemExtraFieldsValue.tsena-mini,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena-mini {
  font-size: 18px;
}

.moduletablek2item .itemList>div .typeTextfield,
.itemListView .itemContainer .typeTextfield {
  margin: 0;
}

.moduletablek2item .itemList>div .buyClick,
.itemListView .itemContainer .buyClick {
  position: relative;
  padding: 6px;
  padding-left: 30px;
  background-color: #33c0b9;
  border: 1px solid #33c0b9;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.moduletablek2item .itemList>div .buyClick::before,
.itemListView .itemContainer .buyClick::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
  width: 14px;
  height: 12px;
  background-image: url(../images/k2_image/supermarket-basket.png);
}

#k2Container {
  padding: 0 0 24px 0;
}

body.contentpane #k2Container {
  padding: 16px;
}

/* used in popups */
/* --- General padding --- */
.k2Padding {
  padding: 4px;
}

/* --- Clearing --- */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* --- Striped rows (add a different background color enable stripped rows in various listings with K2 content) --- */
.even {
  padding: 2px;
}

.odd {
  padding: 2px;
}

/* --- RSS feed icon --- */
div.k2FeedIcon {
  padding: 4px 8px;
}

div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {
  display: none;
}

/* --- Rating --- */
.itemRatingForm {
  display: block;
  line-height: 25px;
  float: left;
}

.itemRatingLog {
  font-size: 11px;
  margin: 0;
  padding: 0 0 0 4px;
  float: left;
}

div.itemRatingForm .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
  height: 25px;
  padding: 0 0 0 20px;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background: transparent url(../images/k2_image/transparent_star.gif) left -1000px repeat-x;
}

.itemRatingList {
  position: relative;
  float: left;
  width: 125px;
  height: 25px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.itemRatingList li {
  display: inline;
  background: none;
  padding: 0;
}

.itemRatingList a,
.itemRatingList .itemCurrentRating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000px;
  height: 25px;
  line-height: 25px;
  outline: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.itemRatingList a:hover {
  background-position: left bottom;
}

.itemRatingList a.one-star {
  width: 20%;
  z-index: 6;
}

.itemRatingList a.two-stars {
  width: 40%;
  z-index: 5;
}

.itemRatingList a.three-stars {
  width: 60%;
  z-index: 4;
}

.itemRatingList a.four-stars {
  width: 80%;
  z-index: 3;
}

.itemRatingList a.five-stars {
  width: 100%;
  z-index: 2;
}

.itemRatingList .itemCurrentRating {
  z-index: 1;
  background-position: 0 center;
  margin: 0;
  padding: 0;
}

span.siteRoot {
  display: none;
}

/* --- CSS added with JavaScript --- */
.smallerFontSize {
  font-size: 100%;
  line-height: inherit;
}

.largerFontSize {
  font-size: 150%;
  line-height: 140%;
}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {
  background-color: #fff !important;
}

#recaptcha_table {
  border-color: #ccc !important;
}

#recaptcha_response_field {
  border-color: #ccc !important;
  background-color: #fff !important;
}

.k2-recaptcha-v2 {
  margin-top: 12px;
}

/* --- Icon Font Support --- */
/* Reset for users with older overrides */
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  font-size: 14px;
}

div.itemToolbar ul li a#fontDecrease img,
div.itemToolbar ul li a#fontIncrease img {
  background: none;
}

a.ubUserFeedIcon,
a.ubUserFeedIcon:hover,
a.ubUserURL,
a.ubUserURL:hover,
span.ubUserEmail,
div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.k2FeedIcon a,
div.k2FeedIcon a:hover,
div.itemToolbar ul li a#fontDecrease,
div.itemToolbar ul li a#fontIncrease {
  background: none;
  text-decoration: none;
  vertical-align: middle;
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font assignments */
div.catItemIsFeatured:before,
div.userItemIsFeatured:before,
div.itemIsFeatured:before {
  content: "\e09b";
}

a#fontIncrease:before {
  content: "\e091";
}

a#fontDecrease:before {
  content: "\e092";
}

div.k2FeedIcon a:before,
a.ubUserFeedIcon:before {
  content: "\e03b";
}

a.ubUserURL:before {
  content: "\e037";
}

span.ubUserEmail:before {
  content: "\e086";
}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}

/* Example CSS: padding:0;margin:0;list-style:none; */
div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {
  display: block;
  padding: 0;
  margin: 0 0 24px 0;
}

/* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc; */
.clearList {
  display: none;
  float: none;
  clear: both;
}

/* this class is used to clear all previous floating list elements */
.lastItem {
  border: none;
}

/* class appended on last list item */
/* --- Avatars --- */
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  margin: 2px 4px 4px 0;
}

/* --- Pagination --- */
div.k2Pagination {
  padding: 8px;
  margin: 24px 0 4px 0;
  text-align: center;
}

div.k2Pagination ul {
  text-align: center;
}

div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.k2Pagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.k2Pagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.k2Pagination ul li.active a {
  background: #fafafa;
}

div.k2Pagination ul li a span {
  vertical-align: middle;
}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  position: relative;
}

div.itemIsFeatured:before,
div.catItemIsFeatured:before,
div.userItemIsFeatured:before {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #CF1919;
  font-size: 20px;
}

/* --- Separators --- */
.k2HorizontalSep {
  border: 0;
  padding: 0;
  margin: 0 8px;
}

/* --- Edit Buttons --- */
span.itemEditLink,
span.catItemEditLink,
span.userItemEditLink {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  width: 120px;
  text-align: right;
}

span.itemEditLink a,
span.catItemEditLink a,
span.userItemEditLink a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  background: #2d96dd;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

span.itemEditLink a:hover,
span.catItemEditLink a:hover,
span.userItemEditLink a:hover {
  background: #217dbb;
}

/*------------------------------------------------------------------------------
	Component - Item view
--------------------------------------------------------------------------------*/
a.itemPrintThisPage {
  display: block;
  width: 160px;
  margin: 4px auto 16px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

a.itemPrintThisPage:hover {
  background: #fafafa;
  text-decoration: none;
}

div.itemView {
  padding: 8px 0 24px 0;
  margin: 0 0 24px 0;
}

/* this is the item container for this view */
div.itemHeader span.itemDateCreated {
  color: #999;
  font-size: 11px;
}

div.itemHeader h2.itemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.itemHeader h2.itemTitle span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Featured" presented in superscript */
div.itemHeader span.itemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.itemHeader span.itemAuthor a:before {
  content: " ";
}

div.itemToolbar {
  padding: 8px;
  margin: 16px 0 0 0;
  background: #fafafa;
  border-radius: 4px;
}

div.itemToolbar ul {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.itemToolbar ul li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 8px;
  margin: 0;
  border-left: 1px solid #ccc;
  text-align: center;
  background: none;
  font-size: 12px;
}

div.itemToolbar ul>li:first-child {
  border: none;
}

/* remove the first CSS border from the left of the toolbar */
div.itemToolbar ul li a {
  font-size: 12px;
  font-weight: normal;
}

div.itemToolbar ul li a img {
  vertical-align: middle;
}

div.itemToolbar ul li a#fontDecrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontDecrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontIncrease {
  margin: 0 0 0 2px;
}

div.itemToolbar ul li a#fontIncrease img {
  width: 13px;
  height: 13px;
  font-size: 13px;
}

div.itemToolbar ul li a#fontDecrease span,
div.itemToolbar ul li a#fontIncrease span {
  display: none;
}

div.itemRatingBlock {
  padding: 8px 0;
}

div.itemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.itemBody {
  padding: 8px 0;
  margin: 0;
}

div.itemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}

span.itemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.itemImage img {
  max-width: 100%;
  height: auto;
}

span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}

span.itemImageCredits {
  color: #999;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
}

div.itemIntroText {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 0 12px 0;
}

div.itemFullText h3,
div.itemFullText .modul_h3,
div.itemFullText div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemFullText div.junews_h,
div.itemFullText .eshopheader {
  margin: 0;
  padding: 16px 0 4px 0;
}

div.itemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}

div.itemExtraFields h3,
div.itemExtraFields .modul_h3,
div.itemExtraFields div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemExtraFields div.junews_h,
div.itemExtraFields .eshopheader {
  margin: 0;
  padding: 0 0 8px 0;
}

div.itemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.itemExtraFields ul li {
  display: block;
  padding: 5px 0;
}

div.itemExtraFields li::before {
  content: "";
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: none;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

div.itemExtraFields ul li.class_fild0 {
  display: none;
}

div.catItemExtraFields {
  display: none;
}

div.div_money2 {
  font-weight: bold;
  color: #33c0b9;
}

div.div_money2_item {
  font-size: 25px;
  font-family: "Gilroy";
  padding: 15px 0;
}

div.itemContentFooter {
  display: block;
  text-align: right;
  padding: 4px 0;
  margin: 16px 0 4px 0;
  color: #999;
}

span.itemHits {
  float: left;
}

div.itemSocialSharing {
  padding: 8px 0;
}

div.itemTwitterButton {
  float: left;
  margin: 2px 24px 0 0;
}

div.itemFacebookButton {
  float: left;
  margin-right: 24px;
  width: 200px;
}

div.itemLinks {
  margin: 16px 0;
  padding: 0;
}

div.itemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemTagsBlock ul.itemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemTagsBlock ul.itemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.itemTagsBlock ul.itemTags li a:before {
  content: "#";
}

div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.itemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.itemAttachmentsBlock ul.itemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.itemAttachmentsBlock ul.itemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.itemAttachmentsBlock ul.itemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Author block */
div.itemAuthorBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 16px 0;
  padding: 8px;
}

div.itemAuthorBlock img.itemAuthorAvatar {
  float: left;
  display: block;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.itemAuthorBlock div.itemAuthorDetails {
  margin: 0;
  padding: 4px 0 0 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName,
div.itemAuthorBlock div.itemAuthorDetails .authorName.modul_h3,
div.itemAuthorBlock div.itemAuthorDetails div.moduletablejunews_mod div.authorName.junews_h,
div.moduletablejunews_mod div.itemAuthorBlock div.itemAuthorDetails div.authorName.junews_h,
div.itemAuthorBlock div.itemAuthorDetails .authorName.eshopheader {
  margin: 0 0 4px 0;
  padding: 0;
}

div.itemAuthorBlock div.itemAuthorDetails h3.authorName a,
div.itemAuthorBlock div.itemAuthorDetails .authorName.modul_h3 a,
div.itemAuthorBlock div.itemAuthorDetails div.moduletablejunews_mod div.authorName.junews_h a,
div.moduletablejunews_mod div.itemAuthorBlock div.itemAuthorDetails div.authorName.junews_h a,
div.itemAuthorBlock div.itemAuthorDetails .authorName.eshopheader a {
  font-size: 16px;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: bold;
  color: #555;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {
  font-weight: normal;
}

/* Author latest */
div.itemAuthorLatest {
  margin-bottom: 16px;
  padding: 0;
}

/* Related by tag */
div.itemRelated {
  margin-bottom: 16px;
  padding: 0;
}

/* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
div.itemRelated ul li.k2ScrollerElement {
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 4px;
  margin: 0 4px 4px 0;
  background: #fff;
}

/* you need to insert this class in the related li element in item.php for this styling to take effect */
div.itemRelated ul li.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* Video */
div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
  color: #eee;
}

div.itemVideoBlock div.itemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.itemVideoBlock span.itemVideo {
  display: block;
  overflow: hidden;
}

div.itemVideoBlock span.itemVideoCaption {
  color: #eee;
  float: left;
  display: block;
  font-size: 11px;
  font-weight: bold;
  width: 60%;
}

div.itemVideoBlock span.itemVideoCredits {
  color: #eee;
  float: right;
  display: block;
  font-style: italic;
  font-size: 11px;
  width: 35%;
  text-align: right;
}

/* Image Gallery */
div.itemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Article navigation */
div.itemNavigation {
  padding: 8px;
  margin: 0 0 24px 0;
  background: #fafafa;
  border-radius: 4px;
}

div.itemNavigation span.itemNavigationTitle {
  color: #999;
}

div.itemNavigation a.itemPrevious {
  padding: 0 12px;
}

div.itemNavigation a.itemNext {
  padding: 0 12px;
}

/* Comments */
div.itemComments {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
}

div.itemComments ul.itemCommentsList {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

div.itemComments ul.itemCommentsList li {
  display: block;
  padding: 4px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

div.itemComments ul.itemCommentsList li.authorResponse {
  background: #f5fdff;
}

div.itemComments ul.itemCommentsList li.unpublishedComment {
  background: #ffeaea;
}

div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px;
}

div.itemComments ul.itemCommentsList li span.commentDate {
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li span.commentAuthorName {
  font-weight: bold;
  font-size: 14px;
}

div.itemComments ul.itemCommentsList li p {
  padding: 4px 0;
}

div.itemComments ul.itemCommentsList li span.commentAuthorEmail {
  display: none;
}

div.itemComments ul.itemCommentsList li span.commentLink {
  float: right;
  margin-left: 8px;
}

div.itemComments ul.itemCommentsList li span.commentLink a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbar {
  display: block;
  clear: both;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a {
  font-size: 11px;
  color: #999;
  text-decoration: underline;
  margin-right: 4px;
}

div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
  font-size: 11px;
  color: #555;
  text-decoration: underline;
}

div.itemComments ul.itemCommentsList li span.commentToolbarLoading {
  background: url(../images/k2_image/searchLoader.gif) no-repeat 100% 50%;
}

div.itemCommentsPagination {
  padding: 4px;
  margin: 0 0 24px 0;
}

/* Joomla 1.5 - 2.5 */
div.itemCommentsPagination span.pagination {
  display: block;
  float: right;
  clear: both;
}

/* Joomla 3.x */
div.itemCommentsPagination ul {
  text-align: center;
}

div.itemCommentsPagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

div.itemCommentsPagination ul li a {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff;
  text-decoration: none;
}

div.itemCommentsPagination ul li a:hover {
  background: #fafafa;
  cursor: pointer;
}

div.itemCommentsPagination ul li.active a {
  background: #fafafa;
}

div.itemCommentsPagination ul li a span {
  vertical-align: middle;
}

div.itemCommentsForm h3,
div.itemCommentsForm .modul_h3,
div.itemCommentsForm div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemCommentsForm div.junews_h,
div.itemCommentsForm .eshopheader {
  margin: 0;
  padding: 0 0 4px 0;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #ccc;
  padding: 8px 0;
}

div.itemCommentsForm form {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl,
div.itemCommentsForm form label.formRecaptcha {
  display: block;
  margin: 12px 0 0 2px;
}

div.itemCommentsForm form textarea.inputbox {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
}

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  box-sizing: border-box;
}

/* !!! div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:8px 16px;background:#2d96dd;color:#fff;border:0;border-radius:4px;font-size:16px;font-weight:bold;}
	div.itemCommentsForm form input#submitCommentButton:hover {background:#217dbb;} */
div.itemCommentsForm form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.itemCommentsForm form span#formLog.k2FormLogError {
  display: block;
  background: #f00;
  color: #fff;
}

div.itemCommentsForm form span#formLog.k2FormLogSuccess {
  display: block;
  background: #18ac00;
  color: #fff;
}

div.itemCommentsForm form .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
}

div.itemCommentsLoginFirst {
  display: block;
  margin: 24px;
  padding: 8px 12px;
  background: #f00;
  color: #fff;
  border-radius: 4px;
}

/* "Report comment" form */
div.k2ReportCommentFormContainer {
  padding: 8px;
  width: 480px;
  margin: 0 auto;
}

div.k2ReportCommentFormContainer blockquote {
  width: 462px;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 8px;
  margin: 0 0 8px 0;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  display: block;
  float: left;
}

div.k2ReportCommentFormContainer blockquote span.quoteIconRight {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  color: #135CAE;
  line-height: 30px;
  display: block;
  float: right;
}

div.k2ReportCommentFormContainer blockquote span.theComment {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 4px;
}

div.k2ReportCommentFormContainer form label {
  display: block;
  font-weight: bold;
}

div.k2ReportCommentFormContainer form input,
div.k2ReportCommentFormContainer form textarea {
  display: block;
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 2px;
  margin: 0 0 8px 0;
  width: 474px;
}

div.k2ReportCommentFormContainer form #recaptcha {
  margin-bottom: 24px;
}

div.k2ReportCommentFormContainer form span#formLog {
  margin: 24px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
  display: none;
}

div.k2ReportCommentFormContainer form .formLogLoading {
  background: url(../images/k2_image/loading.gif) no-repeat left center;
}

/* Back to top link */
div.itemBackToTop {
  text-align: right;
}

div.itemBackToTop a {
  text-decoration: underline;
}

div.itemBackToTop a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (category)
--------------------------------------------------------------------------------*/
/* --- Category block --- */
div.itemListCategory {
  margin: 0 0 24px 0;
  padding: 8px;
}

span.catItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.catItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.catItemAddLink a:hover {
  background: #ffffcc;
}

div.itemListCategory img {
  float: left;
  display: block;
  margin: 0 8px 0 0;
}

/* --- Sub-category block --- */
div.subCategoryContainer {
  float: left;
}

div.subCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 4px;
  padding: 8px;
}

div.subCategory a.subCategoryImage,
div.subCategory a.subCategoryImage:hover {
  text-align: center;
  display: block;
}

div.subCategory a.subCategoryImage img,
div.subCategory a.subCategoryImage:hover img {
  margin: 0 8px 0 0;
  max-width: 100%;
}

div.subCategory a.subCategoryMore {
  display: none;
}

/* --- Item groups --- */
div#itemListLinks {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 8px 0;
  padding: 8px;
}

div.itemContainer {
  float: left;
}

/* --- Item block for each item group --- */
div.catItemView {
  margin-bottom: 48px;
  padding: 4px;
}

/* this is the container for each K2 item on this view */
/* Additional class appended to the element above for further styling per group item */
div.groupLinks {
  padding: 0;
  margin: 0;
}

div.catItemHeader span.catItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.catItemHeader h3.catItemTitle,
div.catItemHeader .catItemTitle.modul_h3,
div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h,
div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h,
div.catItemHeader .catItemTitle.eshopheader {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.catItemHeader h3.catItemTitle span sup,
div.catItemHeader .catItemTitle.modul_h3 span sup,
div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h span sup,
div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h span sup,
div.catItemHeader .catItemTitle.eshopheader span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* superscript */
div.catItemHeader span.catItemAuthor {
  display: block;
  padding: 0;
  margin: 0;
}

div.catItemRatingBlock {
  padding: 8px 0;
}

div.catItemRatingBlock span {
  display: block;
  float: left;
  font-style: normal;
  padding: 0 4px 0 0;
  margin: 0;
  color: #999;
}

div.catItemBody {
  padding: 8px 0;
  margin: 0;
}

div.catItemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
}

span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}

span.catItemImage img {
  max-width: 100%;
  height: auto;
}

div.catItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.catItemExtraFields,
div.genericItemExtraFields {
  margin: 16px 0 0 0;
  padding: 8px 0 0 0;
  border-top: 1px dotted #ddd;
}

div.catItemExtraFields h4,
div.catItemExtraFields .modul_h4,
div.genericItemExtraFields h4,
div.genericItemExtraFields .modul_h4 {
  margin: 0;
  padding: 0 0 8px 0;
}

div.catItemExtraFields ul,
div.genericItemExtraFields ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.catItemExtraFields ul li,
div.genericItemExtraFields ul li {
  display: block;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: block;
  float: left;
  font-weight: bold;
  margin: 0 4px 0 0;
  width: 30%;
}

h3.itemExtraFields_h3,
.itemExtraFields_h3.modul_h3,
div.moduletablejunews_mod div.itemExtraFields_h3.junews_h,
.itemExtraFields_h3.eshopheader {
  display: none;
}

div.K2BeforeDisplay {
  padding-bottom: 20px;
}

div.catItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.catItemHitsBlock {
  padding: 4px 0;
}

div.catItemCategory {
  padding: 4px 0;
}

div.catItemCategory span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock {
  padding: 4px 0;
}

div.catItemTagsBlock span {
  font-weight: bold;
  padding: 0 4px 0 0;
}

div.catItemTagsBlock ul.catItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemTagsBlock ul.catItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.catItemTagsBlock ul.catItemTags li a:before {
  content: "#";
}

div.catItemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
}

div.catItemAttachmentsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.catItemAttachmentsBlock ul.catItemAttachments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.catItemAttachmentsBlock ul.catItemAttachments li {
  display: inline;
  list-style: none;
  padding: 0 4px;
  margin: 0;
  text-align: center;
}

div.catItemAttachmentsBlock ul.catItemAttachments li span {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

/* Video */
div.catItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
}

div.catItemVideoBlock div.catItemVideoEmbedded {
  text-align: center;
}

/* for embedded videos (not using AllVideos) */
div.catItemVideoBlock span.catItemVideo {
  display: block;
}

/* Image Gallery */
div.catItemImageGallery {
  margin: 0 0 16px 0;
  padding: 0;
}

/* Anchor link to comments */
div.catItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.catItemReadMore {
  display: inline;
}

/* Modified date */
span.catItemDateModified {
  display: block;
  text-align: right;
  padding: 4px;
  margin: 4px 0;
  color: #999;
  border-top: 1px solid #ddd;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (user)
--------------------------------------------------------------------------------*/
/* User info block */
div.userBlock {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 24px 0;
  padding: 8px;
}

span.userItemAddLink {
  display: block;
  padding: 8px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
  text-align: right;
}

span.userItemAddLink a {
  padding: 4px 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
}

span.userItemAddLink a:hover {
  background: #ffffcc;
}

div.userBlock img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.userBlock div.userDescription {
  padding: 4px 0;
}

div.userBlock div.userAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.userURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.userEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* User items */
div.userItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.userItemViewUnpublished {
  opacity: 0.9;
  border: 4px dashed #ccc;
  background: #fffff2;
  padding: 8px;
  margin: 8px 0;
}

div.userItemHeader span.userItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.userItemHeader h3.userItemTitle,
div.userItemHeader .userItemTitle.modul_h3,
div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h,
div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h,
div.userItemHeader .userItemTitle.eshopheader {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.userItemHeader h3.userItemTitle span sup,
div.userItemHeader .userItemTitle.modul_h3 span sup,
div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h span sup,
div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h span sup,
div.userItemHeader .userItemTitle.eshopheader span sup {
  font-size: 12px;
  color: #CF1919;
  text-decoration: none;
}

/* "Unpublished" presented in superscript */
div.userItemBody {
  padding: 8px 0;
  margin: 0;
}

div.userItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.userItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.userItemImage img {
  max-width: 100%;
  height: auto;
}

div.userItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.userItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.userItemCategory {
  padding: 4px 0;
}

div.userItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock {
  padding: 4px 0;
}

div.userItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.userItemTagsBlock ul.userItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.userItemTagsBlock ul.userItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.userItemTagsBlock ul.userItemTags li a:before {
  content: "#";
}

/* Anchor link to comments */
div.userItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.userItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (tag)
--------------------------------------------------------------------------------*/
div.tagItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.tagItemHeader span.tagItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.tagItemHeader h2.tagItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.tagItemBody {
  padding: 8px 0;
  margin: 0;
}

div.tagItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.tagItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.tagItemImage img {
  max-width: 100%;
  height: auto;
}

div.tagItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.tagItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.tagItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.tagItemReadMore {
  display: inline;
}

/*------------------------------------------------------------------------------
	Component - Itemlist view (generic)
--------------------------------------------------------------------------------*/
div.genericItemView {
  margin-bottom: 48px;
}

/* this is the item container for this view */
div.genericItemHeader span.genericItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.genericItemHeader h2.genericItemTitle {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.genericItemBody {
  padding: 8px 0;
  margin: 0;
}

div.genericItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.genericItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.genericItemImage img {
  max-width: 100%;
  height: auto;
}

div.genericItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.genericItemCategory {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

div.genericItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

/* Read more link */
div.genericItemReadMore {
  display: inline;
}

/* No results found message */
div#genericItemListNothingFound {
  padding: 40px;
  text-align: center;
}

div#genericItemListNothingFound p {
  font-size: 20px;
  color: #999;
}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {
  width: auto !important;
}

#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {
  display: none !important;
}

/* Hide unneeded elements of the results page */
/*------------------------------------------------------------------------------
	Component - Latest view
--------------------------------------------------------------------------------*/
div.latestItemsContainer {
  float: left;
}

/* Category info block */
div.latestItemsCategory {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsCategoryImage {
  text-align: center;
}

div.latestItemsCategoryImage img {
  margin: 0 8px 0 0;
}

/* User info block */
div.latestItemsUser {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 8px 24px 0;
  padding: 8px;
}

div.latestItemsUser img {
  display: block;
  float: left;
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  margin: 0 8px 0 0;
  border-radius: 50%;
}

div.latestItemsUser p.latestItemsUserDescription {
  padding: 4px 0;
}

div.latestItemsUser p.latestItemsUserAdditionalInfo {
  padding: 4px 0;
  margin: 8px 0 0 0;
}

span.latestItemsUserURL {
  font-weight: bold;
  color: #555;
  display: block;
}

span.latestItemsUserEmail {
  font-weight: bold;
  color: #555;
  display: block;
}

/* Latest items list */
div.latestItemList {
  padding: 0 8px 8px 0;
}

div.latestItemHeader h3.latestItemTitle,
div.latestItemHeader .latestItemTitle.modul_h3,
div.latestItemHeader div.moduletablejunews_mod div.latestItemTitle.junews_h,
div.moduletablejunews_mod div.latestItemHeader div.latestItemTitle.junews_h,
div.latestItemHeader .latestItemTitle.eshopheader {
  padding: 10px 0 4px 0;
  margin: 0;
}

span.latestItemDateCreated {
  color: #999;
  font-size: 11px;
}

div.latestItemBody {
  padding: 8px 0;
  margin: 0;
}

div.latestItemImageBlock {
  padding: 0;
  margin: 0;
  float: left;
}

span.latestItemImage {
  display: block;
  text-align: center;
  margin: 0 8px 8px 0;
}

span.latestItemImage img {
  max-width: 100%;
  height: auto;
}

div.latestItemIntroText {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}

div.latestItemLinks {
  margin: 0 0 16px 0;
  padding: 0;
}

div.latestItemCategory {
  padding: 4px 0;
}

div.latestItemCategory span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock {
  padding: 4px 0;
}

div.latestItemTagsBlock span {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
}

div.latestItemTagsBlock ul.latestItemTags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

div.latestItemTagsBlock ul.latestItemTags li {
  display: inline;
  list-style: none;
  padding: 0 4px 0 0;
  margin: 0;
  text-align: center;
}

div.latestItemTagsBlock ul.latestItemTags li a:before {
  content: "#";
}

/* Video */
div.latestItemVideoBlock {
  margin: 0 0 16px 0;
  padding: 16px;
  background: #010101 url(../images/k2_image/videoplayer-bg.gif) repeat-x bottom;
}

div.latestItemVideoBlock span.latestItemVideo {
  display: block;
}

/* Anchor link to comments */
div.latestItemCommentsLink {
  display: inline;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #ccc;
}

/* Read more link */
div.latestItemReadMore {
  display: inline;
}

/* Items presented in a list */
h2.latestItemTitleList {
  padding: 2px 0;
  margin: 8px 0 2px 0;
  border-bottom: 1px dotted #ccc;
}

/*------------------------------------------------------------------------------
	Component - Register & profile page views (register.php & profile.php)
--------------------------------------------------------------------------------*/
.k2AccountPage table tr td label {
  white-space: nowrap;
}

img.k2AccountPageImage {
  border: 4px solid #ddd;
  margin: 10px 0;
  padding: 0;
  display: block;
}

.k2AccountPage div.k2AccountPageNotice {
  padding: 8px;
}

.k2AccountPage div.k2AccountPageUpdate {
  border-top: 1px dotted #ddd;
  margin: 8px 0;
  padding: 8px;
  text-align: right;
}

.k2AccountPage th.k2ProfileHeading {
  text-align: left;
  font-size: 18px;
  padding: 8px;
  background: #f6f6f6;
}

.k2AccountPage td#userAdminParams {
  padding: 0;
  margin: 0;
}

.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  color: #666;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 140px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_comments
--------------------------------------------------------------------------------*/
/* Latest Comments */
div.k2LatestCommentsBlock ul li span.lcCommentDate {
  color: #999;
}

/* Top Commenters */
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {
  color: #999;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_content
--------------------------------------------------------------------------------*/
div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: block;
  padding: 4px 0;
}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: right;
  margin: 2px 0 4px 4px;
  padding: 0;
}

div.k2ItemsBlock ul li div.moduleItemTags a {
  padding: 0 2px;
}

div.k2ItemsBlock ul li a.moduleItemComments {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

div.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 1px solid #ccc;
  padding: 0 4px 0 0;
  margin: 0 8px 0 0;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_tools
--------------------------------------------------------------------------------*/
/* --- Authors --- */
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {
  display: block;
  clear: both;
}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock span.bcTitle {
  padding: 0 4px 0 0;
  color: #999;
}

div.k2BreadcrumbsBlock span.bcSeparator {
  padding: 0 4px;
  font-size: 14px;
}

/* --- Calendar --- */
div.k2CalendarBlock {
  height: 190px;
  margin-bottom: 8px;
}

/* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {
  background: #fff url(../images/k2_image/k2CalendarLoader.gif) no-repeat 50% 50%;
}

table.calendar {
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}

table.calendar tr td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #f4f4f4;
  background: #fff;
}

table.calendar tr td.calendarNavMonthPrev {
  background: #fafafa;
  text-align: left;
}

table.calendar tr td.calendarNavMonthPrev a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthPrev a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarCurrentMonth {
  background: #fafafa;
}

table.calendar tr td.calendarNavMonthNext {
  background: #fafafa;
  text-align: right;
}

table.calendar tr td.calendarNavMonthNext a {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarNavMonthNext a:hover {
  font-size: 20px;
  text-decoration: none;
}

table.calendar tr td.calendarDayName {
  background: #e9e9e9;
  font-size: 11px;
  width: 14.2%;
}

table.calendar tr td.calendarDateEmpty {
  background: #fbfbfb;
}

table.calendar tr td.calendarDateLinked {
  padding: 0;
}

table.calendar tr td.calendarDateLinked a {
  display: block;
  padding: 2px;
  text-decoration: none;
  background: #fafafa;
}

table.calendar tr td.calendarDateLinked a:hover {
  display: block;
  background: #135cae;
  color: #fff;
  padding: 2px;
  text-decoration: none;
}

table.calendar tr td.calendarToday {
  background: #135cae;
  color: #fff;
}

table.calendar tr td.calendarTodayLinked {
  background: #135cae;
  color: #fff;
  padding: 0;
}

table.calendar tr td.calendarTodayLinked a {
  display: block;
  padding: 2px;
  color: #fff;
  text-decoration: none;
}

table.calendar tr td.calendarTodayLinked a:hover {
  display: block;
  background: #BFD9FF;
  padding: 2px;
  text-decoration: none;
}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock form select {
  width: auto;
}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock ul li a span.catTitle {
  padding-right: 4px;
}

div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: bold;
}

/* n level (n) - like the above... */
/* --- Search Box --- */
div.k2SearchBlock {
  position: relative;
}

div.k2SearchBlock form input.k2SearchLoading {
  background: url(../images/k2_image/searchLoader.gif) no-repeat 100% 50%;
}

div.k2SearchBlock div.k2LiveSearchResults {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 99;
  border: 1px solid #ddd;
  margin-top: -1px;
}

/* Live search results (fetched via ajax) */
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {
  border: none;
  margin: 0;
  padding: 0;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  display: block;
  padding: 1px 2px;
  border-top: 1px dotted #ddd;
}

div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {
  background: #fffff0;
}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {
  padding: 8px 0;
}

div.k2TagCloudBlock a {
  padding: 4px;
  float: left;
  display: block;
}

div.k2TagCloudBlock a:hover {
  padding: 4px;
  float: left;
  display: block;
  background: #135cae;
  color: #fff;
  text-decoration: none;
}

/* --- Custom Code --- */
/*------------------------------------------------------------------------------
	Modules - mod_k2_user (mod_k2_login is removed since v2.6.x)
--------------------------------------------------------------------------------*/
div.k2LoginBlock fieldset.input {
  margin: 0;
  padding: 0 0 8px 0;
}

div.k2LoginBlock fieldset.input p {
  margin: 0;
  padding: 0 0 4px 0;
}

div.k2LoginBlock fieldset.input p label {
  display: block;
}

div.k2LoginBlock fieldset.input p input {
  display: block;
}

div.k2LoginBlock fieldset.input p#form-login-remember label,
div.k2LoginBlock fieldset.input p#form-login-remember input {
  display: inline;
}

div.k2UserBlock p.ubGreeting {
  border-bottom: 1px dotted #ccc;
}

div.k2UserBlock div.k2UserBlockDetails span.ubName {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

/*------------------------------------------------------------------------------
	Modules - mod_k2_users
--------------------------------------------------------------------------------*/
a.ubUserFeedIcon,
a.ubUserFeedIcon:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserFeedIcon span,
a.ubUserFeedIcon:hover span {
  display: none;
}

a.ubUserURL,
a.ubUserURL:hover {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 15px;
}

a.ubUserURL span,
a.ubUserURL:hover span {
  display: none;
}

span.ubUserEmail {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  overflow: hidden;
  font-size: 15px;
}

span.ubUserEmail a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

div.k2UsersBlock ul li h3,
div.k2UsersBlock ul li .modul_h3,
div.k2UsersBlock ul li div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.k2UsersBlock ul li div.junews_h,
div.k2UsersBlock ul li .eshopheader {
  clear: both;
  margin: 8px 0 0 0;
  padding: 0;
}

/********** END каталог товаров **********/
/*  components\com_rsform\assets\calendar  */
.categoryImage .image {
  display: block;
  margin-bottom: 0px;
}

.categoryImage .image img {
  width: 100%;
}

.categoryImage .name {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.categoryImage .name:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.categoryImage .name a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  *font-size: 16px;
}

.categoryImage {
  margin-top: 5px;
}

/*************   rsform  формы   ************/
/*  components\com_rsform\assets\calendar  */
.txtCal {
  width: 210px;
}

.btnCal {
  padding-left: 5px;
  padding-right: 5px;
}

.yui-calcontainer {
  position: relative;
  padding: 5px;
  background-color: #F7F9FB;
  float: left;
  overflow: hidden;
}

.yui-calcontainer iframe {
  position: absolute;
  border: none;
  margin: 0;
  padding: 0;
  left: -1px;
  top: -1px;
  z-index: 0;
  width: 50em;
  height: 50em;
}

.yui-calcontainer.multi {
  padding: 0;
}

.yui-calcontainer.multi .groupcal {
  padding: 5px;
  background-color: transparent;
  z-index: 1;
  float: left;
  position: relative;
  border: none;
}

.yui-calcontainer .title {
  font: 100% sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  height: 25px;
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
}

.yui-calcontainer .close-icon {
  position: absolute;
  right: 3px;
  top: 3px;
  border: none;
  z-index: 1;
}

.yui-calcontainer .calclose {
  background: url("../images/com_rsform/calx.gif") no-repeat;
  width: 17px;
  height: 13px;
  cursor: pointer;
}

/* Calendar element styles */
.yui-calendar {
  font: 100% sans-serif;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  position: relative;
}

.yui-calcontainer.withtitle {
  padding-top: 1.5em;
}

.yui-calendar .calnavleft {
  position: absolute;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  top: 2px;
  bottom: 0;
  width: 9px;
  height: 12px;
  left: 2px;
  z-index: 1;
  background: url("../images/com_rsform/callt.gif") no-repeat;
}

.yui-calendar .calnavright {
  position: absolute;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  top: 2px;
  bottom: 0;
  width: 9px;
  height: 12px;
  right: 2px;
  z-index: 1;
  background: url("../images/com_rsform/calrt.gif") no-repeat;
}

.yui-calendar td.calcell {
  padding: 0.1em 0.2em;
  border: 1px solid #E0E0E0;
  text-align: center;
}

.yui-calendar td.calcell a {
  color: #4C4C4D;
  text-decoration: none;
}

.yui-calendar td.calcell.today {
  border: 1px solid #000;
}

.yui-calendar td.calcell.oom {
  cursor: default;
  color: #999;
  background-color: #EEE;
  border: 1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
  color: #4C4C4D;
  background-color: #FFF19F;
  border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
  cursor: pointer;
  color: #FFF;
  background-color: #FF9900;
  border: 1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover a {
  color: #FFF;
}

.yui-calendar td.calcell.restricted {
  text-decoration: line-through;
}

.yui-calendar td.calcell.previous {
  color: #CCC;
}

.yui-calendar td.calcell.highlight1 {
  background-color: #CCFF99;
}

.yui-calendar td.calcell.highlight2 {
  background-color: #99CCFF;
}

.yui-calendar td.calcell.highlight3 {
  background-color: #FFCCCC;
}

.yui-calendar td.calcell.highlight4 {
  background-color: #CCFF99;
}

.yui-calendar .calhead {
  border: 1px solid #E0E0E0;
  vertical-align: middle;
  background-color: #FFF;
}

.yui-calendar .calheader {
  position: relative;
  width: 100%;
  text-align: center;
}

.yui-calendar .calheader img {
  border: none;
}

.yui-calendar .calweekdaycell {
  color: #666;
  font-weight: normal;
  text-align: center;
  width: 2.5em;
}

.yui-calendar .calfoot {
  background-color: #EEE;
}

.yui-calendar .calrowhead,
.yui-calendar .calrowfoot {
  color: #666;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  width: 15px;
}

.yui-calendar .calrowhead {
  border-right-width: 2px;
}

/* CalendarNavigator */
.yui-calendar a.calnav {
  _position: relative;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  color: #000;
}

.yui-calendar a.calnav:hover {
  border: 1px solid #003366;
  background-color: #6699cc;
  background: url(../images/com_rsform/calgrad.png) repeat-x;
  color: #fff;
  cursor: pointer;
}

.yui-calcontainer .yui-cal-nav-mask {
  position: absolute;
  z-index: 2;
  display: none;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  _width: 0;
  /* IE6, IE7 Quirks - width/height set programmatically to match container */
  _height: 0;
  background-color: #000;
  opacity: 0.25;
  *filter: alpha(opacity=25);
}

.yui-calcontainer .yui-cal-nav {
  position: absolute;
  z-index: 3;
  display: none;
  padding: 0;
  top: 1.5em;
  left: 50%;
  width: 12em;
  margin-left: -6em;
  background-color: #F7F9FB;
  font-size: 93%;
}

.yui-calcontainer.withtitle .yui-cal-nav {
  top: 3.5em;
}

.yui-calcontainer .yui-cal-nav-y,
.yui-calcontainer .yui-cal-nav-m,
.yui-calcontainer .yui-cal-nav-b {
  padding: 2px 5px 2px 5px;
}

.yui-calcontainer .yui-cal-nav-b {
  text-align: center;
}

.yui-calcontainer .yui-cal-nav-e {
  margin-top: 2px;
  padding: 2px;
  background-color: #EDF5FF;
  border-top: 1px solid black;
  display: none;
}

.yui-calcontainer .yui-cal-nav label {
  display: block;
  font-weight: bold;
}

.yui-calcontainer .yui-cal-nav-mc {
  width: 100%;
  _width: auto;
  /* IE6 doesn't like width 100% */
}

.yui-calcontainer .yui-cal-nav-y input.yui-invalid {
  background-color: #FFEE69;
  border: 1px solid #000;
}

.yui-calcontainer .yui-cal-nav-yc {
  width: 3em;
}

.yui-calcontainer .yui-cal-nav-b button {
  font-size: 93%;
  text-decoration: none;
  cursor: pointer;
  background-color: #79b2ea;
  border: 1px solid #003366;
  border-top-color: #FFF;
  border-left-color: #FFF;
  margin: 1px;
}

/* Specific changes for calendar running under fonts/reset */
.yui-calendar .calbody a:hover {
  background: inherit;
}

p#clear {
  clear: left;
  padding-top: 10px;
}

/*********** end com_rsform ************* / 



/****** /modules/mod_newscalendar/css/blue-arrows.css   ******/
div.newscalendar {
  max-width: 250px;
  overflow: visible;
}

table.nc-header,
table.nc-body {
  border: none;
  width: 100%;
}

table.nc-header tr,
table.nc-body tr,
table.nc-header td,
table.nc-body td {
  border: none;
}

table.nc-header {
  margin: 5px 0;
}

table.nc-header a {
  background: url(../images/mod_newscalendar/arrows-blue.png) no-repeat 0 100%;
  height: 16px;
  display: block;
  width: 16px;
}

table.nc-header a.back-mth {
  background-position: 0 -32px;
}

table.nc-header a.fwd-mth {
  background-position: 0 -16px;
}

table.nc-header a.fwd-yr {
  background-position: 0 0;
}

table.nc-header .monthname,
table.nc-header .yearname,
table.nc-body .dayname {
  font-weight: bold;
}

.newscalendar span.weekday6 {
  color: #FF3D3D;
}

.newscalendar span.weekday7 {
  color: #FF3D3D;
}

.newscalendar span.outofmonth {
  color: #CCCCCC;
}

.newscalendar span.today {
  font-weight: bold;
}

.newscalendar span.today ul li {
  font-weight: normal;
}

.newscalendar span.nc-day {
  position: relative;
  display: block;
  padding: 3px 2px;
  text-align: center;
}

.newscalendar ul.nc-items {
  background: url(../images/mod_newscalendar/opacity.png) repeat;
  position: absolute;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: 15px !important;
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 0 !important;
  padding: 5px 10px;
  width: 180px;
  list-style: none;
  border: 1px solid #000;
  text-align: left;
  z-index: 100;
  box-shadow: 0 0 8px #333;
  border-radius: 5px;
  display: none;
}

.newscalendar .week1 ul.nc-items,
.newscalendar .week2 ul.nc-items {
  top: 15px !important;
  bottom: auto !important;
}

.newscalendar span.weekday1 ul.nc-items {
  left: 0 !important;
}

.newscalendar span.weekday2 ul.nc-items {
  left: -100% !important;
}

.newscalendar span.weekday3 ul.nc-items {
  left: -200% !important;
}

.newscalendar span.weekday4 ul.nc-items {
  left: -250% !important;
}

.newscalendar span.weekday5 ul.nc-items {
  right: -200% !important;
}

.newscalendar span.weekday6 ul.nc-items {
  right: -100% !important;
}

.newscalendar span.weekday7 ul.nc-items {
  right: 0 !important;
}

span.nc-day ul.nc-items li {
  padding: 3px 5px;
}

span.nc-day ul.nc-items li a {
  background: none;
  display: block;
  color: #FFF;
}

span.nc-day ul.nc-items li a:hover {
  color: yellow;
}

span.nc-day:hover ul.nc-items {
  display: block;
}

.newscalendar span.hasitems {
  cursor: pointer;
  background: url(../images/mod_newscalendar/dot.png) no-repeat 50% 100%;
}

.bgimgcall {
  display: none;
}

.nc-body,
.nc-header table {
  border-spacing: 0;
  border-collapse: collapse;
}

/****** end  /modules/mod_newscalendar/css/blue-arrows.css    ******/
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery>small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small>small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large>small {
  height: 40px;
  width: 40px;
}

/* tabs */
form {
  margin: 0;
  padding: 0;
}

dl.tabs {
  float: left;
  margin: 10px 0 -1px 2px;
  z-index: 50;
}

dl.tabs dt {
  float: left;
  padding: 4px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-left: 3px;
  background: #f0f0f0;
  color: #666;
}

dl.tabs dt.open {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  z-index: 100;
  color: #000;
}

dl.tabs a {
  text-decoration: none;
  font-weight: normal;
}

dl.tabs a:hover {
  background: transparent !important;
}

div.current {
  clear: both;
  border: 1px solid #ccc;
  padding: 10px 10px;
  background: #ffffff;
}

div.current dd {
  padding: 0;
  margin: 0;
}

.mod-carousel-of-logos {
  padding: 0 45px;
}

.menu-contacts {
  font-family: "Gilroy" !important;
}

.menu-contacts__tel {
  font-family: inherit !important;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #333 !important;
}

.menu-contacts__tel .img-icons {
  width: 19px;
  height: 19px;
}

.menu-contacts__mail {
  font-family: inherit !important;
  color: #33c0b9 !important;
}

.menu-contacts__address {
  margin-bottom: 10px !important;
  font-family: inherit !important;
  font-weight: normal;
  font-size: 16px;
}

.menu-contacts__show-map {
  color: #33c0b9 !important;
}

.menu-contacts .hr {
  display: block !important;
  margin-left: -17px !important;
  margin-right: -17px !important;
}

.grecaptcha-badge {
  z-index: 100;
}

/* !phocagallery */
.pg-msnr-container .owl-carousel .owl-nav button.owl-prev,
.pg-msnr-container .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 40px;
  height: 60px;
  margin: 0;
  margin-top: -50px;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  font-size: 40px;
  line-height: 1;
  color: #ccc;
}

.pg-msnr-container .owl-carousel .owl-nav button.owl-prev:hover,
.pg-msnr-container .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #33c0b9;
  color: #fff;
}

.pg-msnr-container .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.pg-msnr-container .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

body #sbox-window {
  padding: 0 !important;
}

/* phocagallery! */
.footer-author {
  background-color: #cfcfd1;
  color: #fff;
}

.footer-author .row {
  display: flex;
}

div.art_web_copyright {
  position: relative;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.art_web_copyright:not(:hover) .image svg * {
  fill: currentColor !important;
}

div.art_web_copyright .text {
  height: 30px;
  text-align: right;
}

div.art_web_copyright a {
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 15px;
}

div.art_web_copyright .image {
  height: 70px;
  margin-left: 10px;
  text-align: center;
  transition: 0.25s;
}

div.art_web_copyright .image img,
div.art_web_copyright .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

div.art_web_copyright .image img *,
div.art_web_copyright .image svg * {
  transition: 0.2s;
}

div.art_web_copyright .image img #Ared,
div.art_web_copyright .image svg #Ared {
  fill: #FF2737;
}

div.art_web_copyright .image img #Wblack,
div.art_web_copyright .image img #art-web,
div.art_web_copyright .image svg #Wblack,
div.art_web_copyright .image svg #art-web {
  fill: #000;
}

.pers-inf,
.copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.pers-inf__ref,
.copyright__ref {
  color: inherit;
  font-size: 12px;
  line-height: 14px;
}

.pers-inf__ref:hover,
.copyright__ref:hover {
  color: inherit;
}

.copyright__text {
  margin: 0;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
}

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

.pers-inf div {
  line-height: 12px;
}

/*---default styles---*/
.header {
  background-color: white;
}

.site-inf {
  height: 114px;
}

.site-inf .container,
.site-inf div.contact_admin {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.site-inf .container::before,
.site-inf div.contact_admin::before,
.site-inf .container::after,
.site-inf div.contact_admin::after {
  display: none;
}

.site-inf__container {
  display: flex;
  margin-left: 21%;
  width: 79%;
  height: 114px;
  justify-content: space-between;
  padding: 0;
}

a.header__logo {
  position: absolute;
  z-index: 23;
  top: 15px;
  left: 0;
  display: block;
  width: 228px;
  height: 80px;
  text-align: center;
}

.header__logo_img {
  max-width: 100%;
  max-height: 100%;
}

div.header_site-name {
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
}

div.header_site-name p {
  margin-bottom: 5px;
  color: #33c0b9;
  line-height: 30px;
  font-size: 24px;
  font-family: "Gilroy";
}

div.header_site-name p:nth-child(2) {
  color: #333;
  font-size: 20px;
}

.sm-site-title {
  text-align: center;
  color: #33c0b9;
}

.sm-site-subtitle {
  text-align: center;
  font-weight: 700;
}

.site-inf__contacts {
  text-align: right;
  padding-top: 10px;
  margin-bottom: 0;
}

.site-inf__contacts a {
  font-size: 2rem;
  line-height: 1;
  color: inherit;
  font-style: normal;
}

.site-inf__contacts svg {
  fill: #333;
}

.site-inf__tel-number {
  display: inline-block;
}

.site-inf__tel-number:not(:first-child) {
  margin-left: 15px;
}

.site-inf__btn-call-wrap {
  font-size: 0;
  line-height: 2rem;
}

.site-nav {
  position: relative;
  z-index: 22;
  width: 100%;
  height: auto;
}

nav.header__menu {
  display: flex;
  margin-bottom: 0;
  min-height: 1px;
  /*
  li.active, li.deeper.active {
  	a, span.separator, a:hover, span.separator:hover{
  		border-right: 1px solid  darken($color_a_h, 20);
  		@extend .active_class;
  	}
  	ul li.active, ul li.deeper.active {
  		a, span.separator, a:hover, span.separator:hover{
  			border-top: 1px solid #fff;
  			@extend .active_class;
  		}
  	}
  }
  */
}

nav.header__menu .mod-nav-main {
  width: 100%;
  height: 100%;
}

nav.header__menu .mod-nav-main .navbar-collapse {
  padding: 0;
}

nav.header__menu .mod-nav-main .navbar-brand {
  color: #fff;
}

nav.header__menu ul {
  z-index: 10;
  margin: 0;
  padding-left: 0;
}

nav.header__menu li,
nav.header__menu li.deeper {
  margin: 0;
  position: relative;
}

nav.header__menu li a,
nav.header__menu li span.separator,
nav.header__menu li.deeper a,
nav.header__menu li.deeper span.separator {
  display: block;
  padding: 11px 8px;
  color: #fff;
  line-height: 20px;
  transition: 0.5s;
  font-size: max(min(20px, 1.8vw), 14px);
  letter-spacing: 0px;
  color: #020922;
  font-weight: 500;
}

nav.header__menu li a:hover,
nav.header__menu li span.separator:hover,
nav.header__menu li.deeper a:hover,
nav.header__menu li.deeper span.separator:hover {
  text-decoration: underline;
  /* &:before {
  	transform: rotate(90deg);
  } */
}

nav.header__menu .active_class {
  background-color: #fff;
  color: #33c0b9;
}

nav.header__menu li.deeper:before,
nav.header__menu li.deeper.active:before {
  background-size: cover;
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  height: 15px;
  margin: -7.5px 0 0 0;
  position: absolute;
  right: 5px;
  top: 22px;
  width: 15px;
  color: #2eaca6;
}

nav.header__menu li.deeper a,
nav.header__menu li.deeper span.separator,
nav.header__menu li.deeper.active a,
nav.header__menu li.deeper.active span.separator {
  padding-right: 25px;
}

nav.header__menu li.deeper:hover:before,
nav.header__menu li.deeper.active:hover:before {
  transform: rotate(90deg);
  /* во 1м уровне меню поворачиваем стрелку */
}

nav.header__menu li.deeper ul,
nav.header__menu li.deeper.active ul {
  position: absolute;
  top: 100%;
  display: none;
  width: 250px;
  border-bottom: 1px solid #33c0b9;
}

nav.header__menu li.deeper ul li,
nav.header__menu li.deeper ul li.deeper,
nav.header__menu li.deeper.active ul li,
nav.header__menu li.deeper.active ul li.deeper {
  list-style: none;
  border-left: 0;
  border-top: 1px solid #1e6f6b;
}

nav.header__menu li.deeper ul li:hover,
nav.header__menu li.deeper ul li.deeper:hover,
nav.header__menu li.deeper.active ul li:hover,
nav.header__menu li.deeper.active ul li.deeper:hover {
  border-top: 1px solid #185b58;
}

nav.header__menu li.deeper ul li:hover:before,
nav.header__menu li.deeper ul li.deeper:hover:before,
nav.header__menu li.deeper.active ul li:hover:before,
nav.header__menu li.deeper.active ul li.deeper:hover:before {
  /* во 2м уровне не поворачиваем стрелку */
  transform: none;
}

nav.header__menu li.deeper ul li a,
nav.header__menu li.deeper ul li span.separator,
nav.header__menu li.deeper ul li.deeper a,
nav.header__menu li.deeper ul li.deeper span.separator,
nav.header__menu li.deeper.active ul li a,
nav.header__menu li.deeper.active ul li span.separator,
nav.header__menu li.deeper.active ul li.deeper a,
nav.header__menu li.deeper.active ul li.deeper span.separator {
  padding-right: 30px;
  border-right: 0;
  background: #289892;
  color: #fff;
}

nav.header__menu li.deeper ul li a:hover,
nav.header__menu li.deeper ul li span.separator:hover,
nav.header__menu li.deeper ul li.deeper a:hover,
nav.header__menu li.deeper ul li.deeper span.separator:hover,
nav.header__menu li.deeper.active ul li a:hover,
nav.header__menu li.deeper.active ul li span.separator:hover,
nav.header__menu li.deeper.active ul li.deeper a:hover,
nav.header__menu li.deeper.active ul li.deeper span.separator:hover {
  background: #1e6f6b;
  color: #fff;
}

nav.header__menu li.deeper ul li:hover ul,
nav.header__menu li.deeper ul li.deeper:hover ul,
nav.header__menu li.deeper.active ul li:hover ul,
nav.header__menu li.deeper.active ul li.deeper:hover ul {
  display: block;
}

nav.header__menu li.deeper ul li ul,
nav.header__menu li.deeper ul li.deeper ul,
nav.header__menu li.deeper.active ul li ul,
nav.header__menu li.deeper.active ul li.deeper ul {
  top: 0px;
  right: -250px;
  display: none;
  /* a {
  	padding: 8px 10px;
  	background: darken($color_a_h, 20);
  } */
}

nav.header__menu ul.nav li:hover>.nav-child {
  display: block;
}

nav.header__menu .menu >  li.active>a,
nav.header__menu .menu >  li.active>span.separator,
nav.header__menu .menu >  li.active>a:hover,
nav.header__menu .menu >  li.active>span.separator:hover{
  background-color: transparent !important;
  color: black !important;
  text-decoration: underline;
}

nav.header__menu li.deeper ul li.active>a,
nav.header__menu li.deeper ul li.active>span.separator,
nav.header__menu li.deeper ul li.deeper ul li.active>a,
nav.header__menu li.deeper ul li.deeper ul li.active>span.separator{
  text-decoration: underline;
}
.fixed-cart {
  position: fixed;
  z-index: 100;
  top: 230px;
  right: 0;
  width: 70px;
}

.fixed-cart .eshop-items {
  height: 45px;
}

.fixed-cart .eshop-items h4,
.fixed-cart .eshop-items .modul_h4 {
  display: none;
}

.fixed-cart .eshop-items a {
  position: relative;
  display: block;
  width: 70px;
  height: 100%;
  margin-left: 10px;
  background-color: #e1f5d8;
  background-repeat: no-repeat;
  background-image: url(/images/icons/g_bask.svg);
  background-size: 24px;
  background-position: 20px 50%;
  border-radius: 30px 0 0 30px;
}

.fixed-cart .eshop-items a:hover {
  margin-left: 0;
  text-decoration: none;
}

.fixed-cart #eshop-cart-total {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #fb5504;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
}

/**
* EShop */
/* Подкатегории Каталога */
.eshop-categories-list img {
  max-width: 100%;
  height: auto;
}

.eshop-categories-list .eshop-category-wrap {
  margin-bottom: 20px;
}

/* Карточки каталога */
.products-list-container .ajax-block-product,
.products-list-container .eshop_product,
.eshop-product .ajax-block-product,
.eshop-product .eshop_product {
  margin-bottom: 30px;
}

.products-list-container .ajax-block-product p,
.products-list-container .eshop_product p,
.eshop-product .ajax-block-product p,
.eshop-product .eshop_product p {
  text-align: left;
}

.products-list-container .ajax-block-product img,
.products-list-container .eshop_product img,
.eshop-product .ajax-block-product img,
.eshop-product .eshop_product img {
  max-width: 100%;
}

.products-list-container .ajax-block-product__inner,
.products-list-container .eshop_product__inner,
.eshop-product .ajax-block-product__inner,
.eshop-product .eshop_product__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}

.products-list-container .ajax-block-product__inner::before,
.products-list-container .ajax-block-product__inner::after,
.products-list-container .eshop_product__inner::before,
.products-list-container .eshop_product__inner::after,
.eshop-product .ajax-block-product__inner::before,
.eshop-product .ajax-block-product__inner::after,
.eshop-product .eshop_product__inner::before,
.eshop-product .eshop_product__inner::after {
  content: "";
  display: table;
  clear: both;
}

.products-list-container .ajax-block-product__inner:hover,
.products-list-container .eshop_product__inner:hover,
.eshop-product .ajax-block-product__inner:hover,
.eshop-product .eshop_product__inner:hover {
  border-color: #000;
}

.products-list-container .ajax-block-product .eshop-product-bottom,
.products-list-container .eshop_product .eshop-product-bottom,
.eshop-product .ajax-block-product .eshop-product-bottom,
.eshop-product .eshop_product .eshop-product-bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products-list-container .ajax-block-product .eshop-buttons,
.products-list-container .eshop_product .eshop-buttons,
.eshop-product .ajax-block-product .eshop-buttons,
.eshop-product .eshop_product .eshop-buttons {
  margin-top: auto;
}

.products-list-container .eshop-info-block,
.eshop-product .eshop-info-block {
  height: 200px;
  padding-left: 0;
  padding-right: 0;
  color: #999999;
  text-align: left;
}

.products-list-container .eshop-info-block h5 a,
.eshop-product .eshop-info-block h5 a {
  font-size: 22px;
  font-size: max(min(22px, 2vw), 17px);
  font-weight: 700;
  color: #0a0a0a;
}

.eshop-image-block .img-thumbnail {
  border: 0;
}

.eshop-product-price .price,
.eshop-product-price .eshop-sale-price {
  font-size: 19px;
  font-weight: 700;
  color: #0a0a0a;
}

.add-to-wish-list {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 15px;
  background: no-repeat url(/images/icons/heart.png) center;
  border: 0;
  font-size: 0;
}

.add-to-wish-list:hover {
  background-image: url(/images/icons/heart-h.png);
  background-color: initial;
}

.eshop-buttons p {
  margin-bottom: 0;
}

.eshop-buttons .btn,
.eshop-buttons div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .eshop-buttons .readmore,
.eshop-buttons .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .eshop-buttons .readmore,
.eshop-buttons .rsform input#Submit,
.rsform .eshop-buttons input#Submit {
  width: 100%;
  height: 40px;
}

.eshop-cart-area,
.product-info .product-cart-area {
  display: flex;
  margin-bottom: 0;
}

.eshop-cart-area .input-append,
.product-info .product-cart-area .input-append,
.eshop-cart-area .input-prepend,
.product-info .product-cart-area .input-prepend {
  flex: 6;
  max-width: 115px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

.eshop-cart-area .input-group .form-control,
.product-info .product-cart-area .input-group .form-control {
  float: none;
}

.eshop-quantity {
  margin-right: 0;
  margin-bottom: 0;
}

.eshop-quantity .btn,
.eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .eshop-quantity .readmore,
.eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .eshop-quantity .readmore,
.eshop-quantity .rsform input#Submit,
.rsform .eshop-quantity input#Submit,
.eshop-quantity input {
  background-color: #f0f0f0;
  border: 0;
  box-shadow: none;
  width: 33.33% !important;
}

.eshop-quantity .btn:focus,
.eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore:focus,
div.moduletablejunews_mod .jn .jn-more .eshop-quantity .readmore:focus,
.eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore:focus,
.junews_mod .junewsultra .jn .jn-more .eshop-quantity .readmore:focus,
.eshop-quantity .rsform input#Submit:focus,
.rsform .eshop-quantity input#Submit:focus,
.eshop-quantity .btn:hover,
.eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore:hover,
div.moduletablejunews_mod .jn .jn-more .eshop-quantity .readmore:hover,
.eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore:hover,
.junews_mod .junewsultra .jn .jn-more .eshop-quantity .readmore:hover,
.eshop-quantity .rsform input#Submit:hover,
.rsform .eshop-quantity input#Submit:hover,
.eshop-quantity input:focus,
.eshop-quantity input:hover {
  color: #333;
}

.eshop-quantity .btn:first-child,
.eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore:first-child,
div.moduletablejunews_mod .jn .jn-more .eshop-quantity .readmore:first-child,
.eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore:first-child,
.junews_mod .junewsultra .jn .jn-more .eshop-quantity .readmore:first-child,
.eshop-quantity .rsform input#Submit:first-child,
.rsform .eshop-quantity input#Submit:first-child {
  border-radius: 4px 0 0 4px;
}

.eshop-quantity .btn:last-child,
.eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore:last-child,
div.moduletablejunews_mod .jn .jn-more .eshop-quantity .readmore:last-child,
.eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore:last-child,
.junews_mod .junewsultra .jn .jn-more .eshop-quantity .readmore:last-child,
.eshop-quantity .rsform input#Submit:last-child,
.rsform .eshop-quantity input#Submit:last-child {
  border-radius: 0 4px 4px 0;
}

.eshop-quantity input {
  padding-left: 5px;
  padding-right: 5px;
}

.eshop-product .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.list .eshop-buttons {
  bottom: 10px;
  right: 10px;
}

.list .eshop-info-block {
  width: auto;
  height: auto;
  float: none;
  margin-left: 30%;
}

.list .eshop-product-bottom {
  margin-left: 30%;
}

.list .eshop-product-price p {
  margin-bottom: 0;
}

/* Страница товара */
.image-main {
  height: 100%;
  display: flex;
  align-items: center;
}

.image-main img {
  margin: auto;
}

.image-main .slick-prev,
.image-main .slick-next {
  background-position: center;
  background-color: #e0e0e0;
  border-radius: 50%;
}

.image-main .slick-prev {
  left: 15px;
}

.image-main .slick-next {
  right: 15px;
}

.product-info__row {
  margin-bottom: 35px;
}

.product-info h1 {
  padding: 0 5px;
  border-bottom: 0;
  text-transform: initial;
  font-size: 30px;
  font-weight: 700;
  color: #0a0a0a;
}

.product-info h1::after {
  display: none;
}

.product-info .product-desc {
  border-bottom: 0;
}

.product-info .product-price {
  border-bottom: 0;
}

.product-info .price-label {
  margin-bottom: 5px;
  text-transform: initial;
  font-size: 13px;
  color: #999999;
}

.product-info .price {
  font-size: 28px;
  font-weight: 700;
  color: #33c0b9;
}

.product-info .product-manufacturer a {
  color: #33c0b9;
}

.product-info .product-cart-area {
  margin-bottom: 17px;
}

.product-info .product-cart-area .btn,
.product-info .product-cart-area div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .product-info .product-cart-area .readmore,
.product-info .product-cart-area .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .product-info .product-cart-area .readmore,
.product-info .product-cart-area .rsform input#Submit,
.rsform .product-info .product-cart-area input#Submit {
  height: 48px;
}

.product-info .product-cart-area input {
  padding-top: 14px;
  padding-bottom: 14px;
}

.product-info .btn-wish-list {
  padding-top: 13px;
  padding-bottom: 13px;
  border-color: #e0e0e0;
}

.product-info .btn-wish-list::before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(/images/icons/heart.png);
  background-position: center;
  vertical-align: middle;
  font-size: 15px;
}

.product-info .btn-wish-list:hover,
.product-info .btn-wish-list:focus {
  border-color: #000;
  background-color: initial;
  color: #000;
}

.product-info .product-cart {
  padding-bottom: 0;
}

.product-info [class^=option-image-] {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.add-to-cart,
input.add-to-cart {
  flex: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #33c0b9;
  border-color: #33c0b9;
  color: #fff;
}

.add-to-cart::before,
input.add-to-cart::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 27px;
  margin-right: 10px;
  background: no-repeat url(/images/icons/l_sh_w.svg) center;
  background-size: contain;
  vertical-align: middle;
}

.add-to-cart:hover,
.add-to-cart:focus,
input.add-to-cart:hover,
input.add-to-cart:focus {
  background-color: #2eaca6;
  border-color: #2eaca6;
  color: #fff;
}

.eshop-container .form-row {
  margin-left: -15px;
  margin-right: -15px;
}

.eshop-container .form-row::before,
.eshop-container .form-row::after {
  content: "";
  display: table;
  clear: both;
}

/* Корзина */
.eshop-remove-item-cart {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #eaeaea no-repeat center url(/images/icons/x.png);
  border-radius: 50%;
}

.cart-info a,
.quote-info a {
  color: inherit;
}

.cart-info .img-thumbnail,
.quote-info .img-thumbnail {
  border: 0;
}

.cart-info .table td:nth-child(2),
.quote-info .table td:nth-child(2) {
  border-right: 0;
}

.cart-info .table td:nth-child(3),
.quote-info .table td:nth-child(3) {
  border-left: 0;
}

.cart-info .eshop-quantity,
.quote-info .eshop-quantity {
  display: flex;
  width: auto;
  text-align: center;
}

.cart-info .eshop-quantity .btn,
.cart-info .eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .cart-info .eshop-quantity .readmore,
.cart-info .eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .cart-info .eshop-quantity .readmore,
.cart-info .eshop-quantity .rsform input#Submit,
.rsform .cart-info .eshop-quantity input#Submit,
.cart-info .eshop-quantity input[type=text],
.quote-info .eshop-quantity .btn,
.quote-info .eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .quote-info .eshop-quantity .readmore,
.quote-info .eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .quote-info .eshop-quantity .readmore,
.quote-info .eshop-quantity .rsform input#Submit,
.rsform .quote-info .eshop-quantity input#Submit,
.quote-info .eshop-quantity input[type=text] {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  line-height: 1;
}

.cart-info .eshop-quantity .btn,
.cart-info .eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .cart-info .eshop-quantity .readmore,
.cart-info .eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .cart-info .eshop-quantity .readmore,
.cart-info .eshop-quantity .rsform input#Submit,
.rsform .cart-info .eshop-quantity input#Submit,
.quote-info .eshop-quantity .btn,
.quote-info .eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .quote-info .eshop-quantity .readmore,
.quote-info .eshop-quantity .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .quote-info .eshop-quantity .readmore,
.quote-info .eshop-quantity .rsform input#Submit,
.rsform .quote-info .eshop-quantity input#Submit {
  padding: 6px !important;
  border: 0 !important;
  background: none !important;
}

.cart-info .eshop-quantity input[type=text],
.quote-info .eshop-quantity input[type=text] {
  margin: 0;
  border: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.cart-info .product-model,
.quote-info .product-model {
  margin-top: 15px;
  font-size: 12px;
}

.cart-info .product-model span,
.quote-info .product-model span {
  color: #ccc;
}

.cart-info .input-group,
.quote-info .input-group {
  margin: auto;
}

.cart-info .totalData,
.quote-info .totalData {
  text-align: right;
  font-size: 27px;
  color: #0a0a0a;
}

.cart-info .totalData span,
.quote-info .totalData span {
  margin-right: 17px;
  font-size: 24px;
  color: #808080;
}

.cart-info .table th,
.quote-info .table th,
.product-info .table-bordered thead th {
  background: #e0e0e0 !important;
  border-color: #e0e0e0;
  font-family: "Gilroy";
}

.cart-info .table td,
.quote-info .table dt,
.product-info .table-bordered tbody th {
  border-color: #e0e0e0;
}

.cart-info {
  padding-bottom: 29px;
  margin-bottom: 22px;
  border-bottom: 1px solid #000;
}

/* fix eshop global */
.eshop-container .form-group {
  margin-left: 0;
  margin-right: 0;
}

.eshop-container .form-group::before {
  content: "";
  display: table;
  clear: both;
}

.eshop-container .form-group::after {
  content: "";
  display: table;
  clear: both;
}

.eshop-container .image {
  width: 100%;
  height: 100%;
}

.eshop-container .input-group .form-control {
  float: none;
}

.eshop-product .row-fluid .span3 {
  flex: 0 0 calc(25% - 20px);
  margin: 10px;
}

.eshop-product .row-fluid .span3:first-child {
  margin-left: 10px;
}

/* fix checkout */
.checkout-content .row {
  margin-left: 0;
  margin-right: 0;
}

.checkout-content .form-group {
  margin-left: 0;
  margin-right: 0;
}

.checkout-content .form-group::before {
  content: "";
  display: table;
  clear: both;
}

.checkout-content .form-group::after {
  content: "";
  display: table;
  clear: both;
}

.modal-success {
  background-color: rgba(0, 0, 0, 0.35);
}

.request-call {
  z-index: 1052;
  margin: 0 15px;
}

.request-call .modal-dialog {
  max-width: 420px;
}

.request-call .modal-footer {
  text-align: center;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  min-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 37px;
}

.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 36px;
  font-weight: normal;
  border: none;
  padding: 0;
}

.modal-header .close:hover {
  background: none;
  color: #289892;
}

.request-call__header-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-body {
  display: flex;
  justify-content: center;
}

.modal-footer button.btn,
.modal-footer div.moduletablejunews_mod .jn .jn-more button.readmore,
div.moduletablejunews_mod .jn .jn-more .modal-footer button.readmore,
.modal-footer .junews_mod .junewsultra .jn .jn-more button.readmore,
.junews_mod .junewsultra .jn .jn-more .modal-footer button.readmore,
.modal-footer .buy {
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  transition: 0.25s;
}

.modal-footer button.btn:hover,
.modal-footer div.moduletablejunews_mod .jn .jn-more button.readmore:hover,
div.moduletablejunews_mod .jn .jn-more .modal-footer button.readmore:hover,
.modal-footer .junews_mod .junewsultra .jn .jn-more button.readmore:hover,
.junews_mod .junewsultra .jn .jn-more .modal-footer button.readmore:hover {
  background: #aaa;
  border-color: #aaa;
}

.modal-footer .buy {
  background: #33c0b9;
  color: #fff;
}

.modal-footer .buy:hover {
  background: #289892;
}

.moduletable .modal-dialog {
  margin: 5% auto;
}

.modal .modul_h4.modal-title {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 1.2em;
}

.request-call .formContainer {
  width: 300px;
  flex-direction: column;
}

.request-call__fullname,
.request-call__telephone {
  margin: 0 0 10px;
}

.request-call__agree {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.request-call__fullname .rsform-input-box,
.request-call__telephone .rsform-input-box {
  width: 100%;
  border-radius: 0px;
  outline-color: #33c0b9;
}

.request-call__captcha,
.rsform-block-captcha2 {
  display: none;
}

.itemAgree {
  margin-top: 25px;
}

.itemAgree label {
  font-weight: normal;
}

.request-call__submit .rsform-submit-button {
  display: block;
  margin: auto;
}

.request-call__or-call-this-number {
  font-size: 14px;
  line-height: 34px;
}

.request-call__footer-btn-close {
  background: #33c0b9;
  border-radius: 0;
}

.junews_mod .junewsultra .jn {
  border: none;
}

.junews_mod .junewsultra .jn .jn-head {
  padding: 25px 15px;
}

.junews_mod .junewsultra .jn .jn-left {
  width: 32%;
}

.junews_mod .junewsultra .jn .jn-left img {
  border: none;
}

.junews_mod .btn-wrap {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.moduletable.mod-services {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.moduletable.mod-services .btn-wrap {
  order: 3;
  margin-top: 35px;
  text-align: center;
}

.moduletable.mod-services .junewsultra {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: none;
}

.moduletable.mod-services .btn-wrap {
  order: 3;
}

.moduletable.mod-services .jn {
  width: 30%;
  max-width: 395px;
  border: none;
  background-color: transparent;
}

.moduletable.mod-services .jn .jn-head {
  background-color: transparent;
}

.moduletable.mod-services .jn .jn-left {
  width: auto;
  float: none;
}

.moduletable.mod-services .jn .jn-left img {
  padding: 0;
  border: none;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.moduletable.mod-services .jn .jn-right {
  width: 100%;
}

.moduletable.mod-services .jn .jn-right h4,
.moduletable.mod-services .jn .jn-right .modul_h4 {
  margin: 0;
}

.moduletable.mod-services .jn .jn-right a {
  display: block;
  padding: 20px 15px;
  background-color: #33c0b9;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gilroy";
}

.moduletable.mod-services .jn .jn-right a:hover {
  text-decoration: none;
}

.moduletable.mod-services .jn:hover .jn-right a {
  text-decoration: none;
  background-color: #1e6f6b;
}

/* ! статьи с иконками на главной (JUNewsUltra) */
.moduletable.mod-materials-icons-in-index-page {
  margin: 30px 0;
  text-align: center;
}

.moduletable.mod-materials-icons-in-index-page .junewsultra {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: visible;
}

.moduletable.mod-materials-icons-in-index-page .jn {
  width: 350px;
  padding: 30px;
  border: none;
  border: 1px solid transparent;
  background-color: rgba(170, 170, 170, 0.1);
}

.moduletable.mod-materials-icons-in-index-page .jn:hover {
  border: 1px solid green;
  box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-head {
  background-color: transparent;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left,
.moduletable.mod-materials-icons-in-index-page .jn .jn-right {
  width: auto;
  float: none;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left {
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  background-color: #33c0b9;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left a {
  display: flex;
  width: 100%;
  height: 100%;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left img {
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
  padding: 0;
  border: none;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-intro {
  font-size: 16px;
  line-height: 1.5;
}

.moduletable.mod-materials-icons-in-index-page .jn h4 a,
.moduletable.mod-materials-icons-in-index-page .jn .modul_h4 a {
  display: block;
  margin-top: 22px;
  margin-bottom: 15px;
  font-size: max(min(20px, 2vw), 17px);
  color: #333;
  font-weight: bold;
}

.moduletable.mod-materials-icons-in-index-page .jn h4 a:hover,
.moduletable.mod-materials-icons-in-index-page .jn .modul_h4 a:hover {
  text-decoration: none;
  color: #333;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-more {
  margin-top: 15px;
  text-align: center;
}

.moduletable.mod-materials-icons-in-index-page .jn .btn,
.moduletable.mod-materials-icons-in-index-page div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .moduletable.mod-materials-icons-in-index-page .jn .jn-more .readmore,
.moduletable.mod-materials-icons-in-index-page .jn .rsform input#Submit,
.rsform .moduletable.mod-materials-icons-in-index-page .jn input#Submit,
.moduletable.mod-materials-icons-in-index-page .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .moduletable.mod-materials-icons-in-index-page .jn .jn-more .readmore {
  background-color: #33c0b9;
  color: #fff;
}

.moduletable.mod-materials-icons-in-index-page .jn .btn:hover,
.moduletable.mod-materials-icons-in-index-page div.moduletablejunews_mod .jn .jn-more .readmore:hover,
div.moduletablejunews_mod .moduletable.mod-materials-icons-in-index-page .jn .jn-more .readmore:hover,
.moduletable.mod-materials-icons-in-index-page .jn .rsform input#Submit:hover,
.rsform .moduletable.mod-materials-icons-in-index-page .jn input#Submit:hover,
.moduletable.mod-materials-icons-in-index-page .junews_mod .junewsultra .jn .jn-more .readmore:hover,
.junews_mod .junewsultra .moduletable.mod-materials-icons-in-index-page .jn .jn-more .readmore:hover {
  text-decoration: none;
  background-color: #fff;
  color: #33c0b9;
}

/* статьи с иконками на главной (JUNewsUltra) ! */
/* ! статьи на главной (JUNewsUltra  на всю ширину) */
.moduletable.mod-materials-in-index-page {
  margin: 30px 0;
}

.moduletable.mod-materials-in-index-page .jn {
  position: relative;
  display: flex;
  margin: 0;
  border: none;
}

.moduletable.mod-materials-in-index-page .jn .jn-left {
  float: none;
  width: auto;
  height: 100%;
}

.moduletable.mod-materials-in-index-page .jn .jn-left a {
  display: block;
  height: 100%;
}

.moduletable.mod-materials-in-index-page .jn .jn-left img {
  display: block;
  max-width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.moduletable.mod-materials-in-index-page .jn .jn-head {
  width: 50%;
  padding: 0;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 70px 50px;
  padding-bottom: 40px;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right {
  order: -1;
  text-align: center;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right a {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right a:hover {
  text-decoration: none;
}

.moduletable.mod-materials-in-index-page .jn .jn-more {
  margin-top: 20px;
  text-align: center;
}

.moduletable.mod-materials-in-index-page .jn .jn-more a {
  border: 1px solid #aaa;
  padding: 10px 15px;
  color: #333;
}

.moduletable.mod-materials-in-index-page .jn .jn-more a:hover {
  color: #fff;
  border: 1px solid #aaa;
  background-color: #aaa;
  text-decoration: none;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n+1) .jn-intro {
  order: -1;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n+1) .jn-more {
  bottom: 15px;
  left: 15px;
}

.moduletable.mod-materials-in-index-page .jn:nth-child(2n) .jn-more {
  bottom: 15px;
  right: 15px;
}

div.moduletablejunews_mod .junews_mod {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.moduletablejunews_mod .junewsultra .jn .jn-left {
  width: 100%;
  float: none;
}

div.moduletablejunews_mod .jn {
  border: none;
  width: 48%;
}

div.moduletablejunews_mod .jn .jn-head {
  background-color: transparent;
}

div.moduletablejunews_mod .jn h4 a,
div.moduletablejunews_mod .jn .modul_h4 a {
  color: #33c0b9;
  text-transform: uppercase;
  font-weight: bold;
}

div.moduletablejunews_mod .jn .jn-left img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
  border: none;
}

div.moduletablejunews_mod .jn .jn-more {
  text-align: right;
}

div.moduletablejunews_mod .jn:first-child {
  width: 100%;
  margin-bottom: 15px;
}

/* статьи на главной () ! */
.full-contact-inf {
  padding: 30px 0;
}

.mod-footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 15px;
}

.mod-footer-contacts .contacts-wrap {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #aaa;
}

.mod-footer-contacts .contacts-wrap a {
  font-size: 16px;
  color: #aaa;
}

.mod-footer-contacts .contacts-wrap a:hover {
  color: #33c0b9;
}

.mod-footer-contacts .contacts-wrap .tel,
.mod-footer-contacts .contacts-wrap .mail,
.mod-footer-contacts .contacts-wrap .address {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 32px;
  padding-left: 45px;
  margin-bottom: 15px;
  font-size: 16px;
}

.mod-footer-contacts .contacts-wrap .tel:before,
.mod-footer-contacts .contacts-wrap .mail:before,
.mod-footer-contacts .contacts-wrap .address:before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 32px;
  background-image: url(/images/footer_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 0px;
}

.mod-footer-contacts .contacts-wrap .tel .tel_namber {
  margin: 6px 0;
}

.mod-footer-contacts .contacts-wrap .tel a {
  display: block;
  line-height: 1;
}

.mod-footer-contacts .contacts-wrap .tel:before {
  top: calc(50% - 17.5px);
}

.mod-footer-contacts .contacts-wrap .mail::before {
  background-position: 50% -53px;
}

.mod-footer-contacts .contacts-wrap .address::before {
  background-position: 50% -107px;
}

.mod-footer-contacts .social-icons {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  margin-top: 30px;
  padding: 10px 25px 0;
  border-top: 1px solid #33c0b9;
  font-size: 26px;
}

.mod-footer-contacts .social-icons li {
  list-style: none;
}

.mod-footer-contacts .social-icons a {
  color: #aaa;
}

.mod-footer-contacts .social-icons a:hover {
  color: #33c0b9;
}

.mod-footer-map {
  min-height: 600px;
}

.footer__1 .moduletable.soc a:hover {
  text-decoration: none;
}

/*---default styles end---*/
/* new styles */
/* header */
.site-inf__container {
  align-items: center;
  padding: 0;
}

.site-inf__btn-call-wrap {
  display: flex;
  align-items: center;
}

.btn.consult-bttn,
.rsform input.consult-bttn#Submit,
.junews_mod .junewsultra .jn .jn-more .consult-bttn.readmore,
div.moduletablejunews_mod .jn .jn-more .consult-bttn.readmore {
  font-size: 20px;
  letter-spacing: 0px;
  color: #f2f9fa;
  font-weight: 500;
  border-radius: 24px;
  filter: drop-shadow(0px 12px 10px rgba(1, 132, 133, 0.4));
  background-color: #018485;
  transition: 0.3s;
  border: none;
  padding: 7.8px 30px 11.8px 30px;
}

.btn.consult-bttn:hover,
.rsform input.consult-bttn#Submit:hover,
.junews_mod .junewsultra .jn .jn-more .consult-bttn.readmore:hover,
div.moduletablejunews_mod .jn .jn-more .consult-bttn.readmore:hover {
  filter: none;
}

.site-inf__addr {
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  line-height: 100%;
}

.site-inf__addr p {
  margin-bottom: 0px;
}

.site-inf__addr img {
  margin-right: 12px;
  margin-top: -9px;
}

.site-inf__tel-number {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 100%;
}

.site-inf__tel-number img {
  margin-right: 12px;
}

.site-inf__tel-number a {
  color: #000000;
}

.tg-link {
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
}

.tg-link img {
  margin-right: 9px;
}

/* header nav */
.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

.header__menu {
  padding: 0px 0px 32px 0px;
}

.header__menu .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header__menu .navbar-nav::before,
.header__menu .navbar-nav::after {
  display: none;
}

.header__menu .navbar-nav>li:nth-child(1)>span,
.header__menu .navbar-nav>li:nth-child(1)>a {
  padding-left: 0px;
}

.header__menu>.navbar-nav li:last-child>span,
.header__menu>.navbar-nav li:last-child>a {
  padding-right: 0px;
}

.slider-info * {
  line-height: 1 !important;
}

.slider-info .slider-title {
  font-size: 56px;
  letter-spacing: -2px !important;
  line-height: 56px;
  color: #000000;
}

.slider-info .slider-sub-title {
  font-size: 20px;
  letter-spacing: 0px !important;
  color: #000000;
  margin-top: 18px !important;
}

.tp-rightarrow,
.tp-leftarrow {
  border-radius: 4px;
  border: 1px solid #000000;
  background-position: center !important;
}

.banner-bttn__container {
  margin-top: 60px;
}

.banner-bttn__container .btn.btn-light-green,
.banner-bttn__container .rsform input.btn-light-green#Submit,
.rsform .banner-bttn__container input.btn-light-green#Submit,
.banner-bttn__container .junews_mod .junewsultra .jn .jn-more .btn-light-green.readmore,
.junews_mod .junewsultra .jn .jn-more .banner-bttn__container .btn-light-green.readmore,
.banner-bttn__container div.moduletablejunews_mod .jn .jn-more .btn-light-green.readmore,
div.moduletablejunews_mod .jn .jn-more .banner-bttn__container .btn-light-green.readmore {
  color: white !important;
  padding: 11px 30px 15px 30px !important;
}

body,
.header {
  background-color: #f2f9fa;
}

.mod-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 42px;
  color: #000000;
  font-weight: 500;
  margin-top: 131px;
  margin-bottom: 38px;
}

.mod-title-big {
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 56px;
  color: #000000;
  font-weight: 500;
  margin-top: 131px;
  margin-bottom: 44px;
}

.btn.btn-dark-green,
.rsform input.btn-dark-green#Submit,
.junews_mod .junewsultra .jn .jn-more .btn-dark-green.readmore,
div.moduletablejunews_mod .jn .jn-more .btn-dark-green.readmore {
  font-size: 22px;
  letter-spacing: 0px;
  color: #f2f9fa;
  font-weight: 500;
  background-color: #018485;
  border-radius: 24px;
  padding: 7.3px 33.4px 9.3px 33.4px;
  border: none;
}

.btn.btn-dark-green:hover,
.rsform input.btn-dark-green#Submit:hover,
.junews_mod .junewsultra .jn .jn-more .btn-dark-green.readmore:hover,
div.moduletablejunews_mod .jn .jn-more .btn-dark-green.readmore:hover {
  background-color: #33c0b9;
}

.btn.btn-light-green,
.rsform input.btn-light-green#Submit,
.junews_mod .junewsultra .jn .jn-more .btn-light-green.readmore,
div.moduletablejunews_mod .jn .jn-more .btn-light-green.readmore {
  font-size: 22px;
  letter-spacing: 0px;
  color: #f2f9fa;
  font-weight: 500;
  background-color: #33c0b9;
  border-radius: 24px;
  padding: 7.3px 33.4px 9.3px 33.4px;
  border: none;
}

.btn.btn-light-green:hover,
.rsform input.btn-light-green#Submit:hover,
.junews_mod .junewsultra .jn .jn-more .btn-light-green.readmore:hover,
div.moduletablejunews_mod .jn .jn-more .btn-light-green.readmore:hover {
  background-color: #018485;
}

.advantages__container {
  margin-top: 92px;
  margin-bottom: 89px;
}

.advantages__image {
  text-align: center;
  margin-bottom: 20px;
}

.advantages__title {
  font-size: 22px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  font-family: "Gilroy";
  text-align: center;
}

.about__icon {
  margin-bottom: 75px;
}

.main-info__container .row {
  display: flex;
  flex-wrap: wrap;
}

.about-block__left {
  margin-top: auto;
}

.about-block__left .about-text__big {
  margin-bottom: 40px;
}

.about-block__left .about-text__big:last-child {
  margin-bottom: 0px;
}

.about-text__big {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}

.about-block__doc {
  max-width: 442px;
  margin-left: auto;
  margin-right: 32px;
}

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

.about-doc__bttns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}

.certififcate-text__block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.certificate-text {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #828282;
  font-weight: 500;
}

.certificate-text p {
  margin-bottom: 0px;
}

.js-services__block .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.jn-service__item {
  padding: 0 10px;
}

.jn-service__item .jn-head {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  max-height: 412px;
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
}

.jn-service__item .jn-left {
  position: relative;
}

.jn-service__item .jn-left::after {
  content: "";
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(0deg, rgb(1, 131, 133) 0%, rgb(1, 131, 133) 20%, rgba(1, 131, 133, 0) 60%, rgba(1, 131, 133, 0) 100%);
}

.jn-service__item .jn-right {
  position: absolute;
  z-index: 30;
  bottom: 28px;
  padding: 0px 27px;
}

.jn-service__item .jn-right h4 a,
.jn-service__item .jn-right .modul_h4 a {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 26px;
  color: #f2f9fa;
  font-weight: 500;
}

.worksers-cat__container {
  margin-bottom: 163px;
}

.worksers-cat__container .row {
  display: flex;
  flex-wrap: wrap;
}

.worker-cat__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 36px;
}

.worker-cat__text {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0px;
  font-weight: 500;
}

/* consult form */
.free-consult-form {
  background-image: url(/images/site-img/fr.jpg);
  background-repeat: no-repeat;
}

.consult-form__text-block {
  max-width: 423px;
}

.consult-form__text-block .mod-title {
  font-size: 56px;
  letter-spacing: -2px;
  line-height: 52px;
  color: #f2f9fa;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 27px;
}

.consult-form__text-block .consult-form__text {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}

.consult-form__container {
  display: flex;
  gap: 85px;
  padding: 90px 0 41px 80px;
}

.consult-form__container .rsform-block-submit .formBody {
  text-align: center;
}

.consult-form__container .btn.rsform-submit-button,
.consult-form__container .rsform input.rsform-submit-button#Submit,
.rsform .consult-form__container input.rsform-submit-button#Submit,
.consult-form__container .junews_mod .junewsultra .jn .jn-more .rsform-submit-button.readmore,
.junews_mod .junewsultra .jn .jn-more .consult-form__container .rsform-submit-button.readmore,
.consult-form__container div.moduletablejunews_mod .jn .jn-more .rsform-submit-button.readmore,
div.moduletablejunews_mod .jn .jn-more .consult-form__container .rsform-submit-button.readmore {
  border-radius: 24px;
  background-color: #f2f9fa;
  font-size: 22px;
  letter-spacing: 0px;
  color: #28b1aa;
  font-weight: 500;
  padding: 6.4px 30.4px 8.4px 30.4px;
  border: none;
}

.consult-form__container .btn.rsform-submit-button:hover,
.consult-form__container .rsform input.rsform-submit-button#Submit:hover,
.rsform .consult-form__container input.rsform-submit-button#Submit:hover,
.consult-form__container .junews_mod .junewsultra .jn .jn-more .rsform-submit-button.readmore:hover,
.junews_mod .junewsultra .jn .jn-more .consult-form__container .rsform-submit-button.readmore:hover,
.consult-form__container div.moduletablejunews_mod .jn .jn-more .rsform-submit-button.readmore:hover,
div.moduletablejunews_mod .jn .jn-more .consult-form__container .rsform-submit-button.readmore:hover {
  background-color: #28b1aa;
  color: #f2f9fa;
}

.consult-form__container .rsform-block-submit .formControls {
  padding: 26px 0px 16px 0px;
}

.consult-form__container .rsform-block-agree {
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  text-align: center;
  max-width: 232px;
  margin: 0px auto;
}

.consult-form__container .rsform-block-agree a {
  color: #ffffff;
}

.consult-form__form {
  max-width: 369px;
}

.consult-form__fields-block .rsform-block-fullnames {
  margin-bottom: 30px;
}

.consult-form__fields-block input {
  width: 100%;
  border-radius: 8px;
  background-color: rgba(242, 249, 250, 0);
  border: 1px solid #f2f9fa;
  font-size: 28px;
  letter-spacing: -1px;
  color: #f2f9fa;
  font-weight: 500;
  padding: 3px 10px 3px 71px;
}

.consult-form__fields-block input::-moz-placeholder {
  color: #f2f9fa;
}

.consult-form__fields-block input::placeholder {
  color: #f2f9fa;
}

.consult-form__fields-block .formControlLabel {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}

/* footer */
.logo-footer-image {
  max-width: 160px;
}

.mod-footer-menu {
  margin-top: 10px;
}

.mod-footer-menu .menu_main {
  display: flex;
  flex-direction: column;
}

.mod-footer-menu .menu_main li a,
.mod-footer-menu .menu_main li span {
  padding: 0px;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #020922;
  font-weight: 500;
}

.mod-footer-menu .menu_main li.active a {
  text-decoration: underline;
}

.mod-footer-contacts .site-inf__container {
  width: 100%;
  margin: 0px;
  padding-right: 0px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12%;
}

.contacts__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 53px;
}

/* artweb footer */
.footer-author {
  background-color: transparent;
  color: #c4ced0;
}

.footer-author .container,
.footer-author div.contact_admin {
  border-top: 1px solid #d1dbdd;
}

.footer-author .copyright__text:hover,
.footer-author div.art_web_copyright a:hover,
.footer-author .pers-inf__ref:hover,
.footer-author .copyright__ref:hover {
  color: black;
}

.table {
  background: #fff;
}

/********** адаптация **********/
/*---Desktop First---*/
/*---Mobile First---*/
@media (min-width: 992px) {
  .header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .product-info__row {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
  }

  .product-info__row::before,
  .product-info__row::after {
    display: none;
  }

}

@media (min-width: 1024px) {

  /* main */
  .about-block__left {
    padding-left: 0px;
  }

  .about-block__right {
    padding-right: 0px;
  }

  /* worker class */
  .worker-cat__item {
    padding-left: 0px;
  }

  .worker-cat__text {
    padding-right: 15%;
  }

  /* footer */
  .footer-logo {
    padding-left: 0px;
  }

  .mod-footer-contacts {
    padding-right: 0px;
  }

  .copyright {
    padding-left: 0px;
  }

  .pers-inf {
    padding-right: 0px;
  }
}

@media (min-width: 1200px) {

  .site-inf .container,
  .site-inf div.contact_admin {
    padding-right: 0px;
  }
}

@media (min-width: 1400px) {

  .container,
  div.contact_admin {
    width: 1360px;
  }
}

@media (max-width: 1399px) {

  /* header */
  .site-inf__tel-number {
    font-size: 18px;
  }

  .site-inf__addr {
    font-size: 14px;
  }

  nav.header__menu li a,
  nav.header__menu li span.separator,
  nav.header__menu li.deeper a,
  nav.header__menu li.deeper span.separator {
    font-size: 15px;
  }

  /* slider */
  .slider-main .tp-caption {
    left: 100px !important;
  }

  /* services */
  .jn-service__item .jn-right h4 a,
  .jn-service__item .jn-right .modul_h4 a {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 1199px) {

  .products-list-container .ajax-block-product,
  .products-list-container .eshop_product,
  .eshop-product .ajax-block-product,
  .eshop-product .eshop_product {
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .moduletable.mod-services {
    width: 100%;
  }

  .moduletable.mod-services .junewsultra.mod-services {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .moduletable.mod-services .jn {
    width: 50%;
  }

  /* ! статьи с иконками на главной (JUNewsUltra) */
  .moduletable.mod-materials-icons-in-index-page .junewsultra {
    justify-content: center;
  }

  .moduletable.mod-materials-icons-in-index-page .jn {
    margin: 15px calc(25% - 175px);
  }

  /* статьи с иконками на главной (JUNewsUltra) ! */
  div.moduletablejunews_mod {
    /* блок новостей  */
  }

  div.moduletablejunews_mod .junews_mod {
    flex-direction: column;
  }

  div.moduletablejunews_mod .jn {
    width: 100%;
  }

  div.moduletablejunews_mod .jn img {
    display: block;
    margin: auto;
    max-width: 100%;
  }

  .logo__img {
    margin-bottom: 15px;
  }

  header .container,
  header div.contact_admin {
    width: 100%;
  }

  header .site-inf {
    height: auto;
  }

  header .header__logo {
    max-width: 233px;
  }

  header .site-nav {
    position: static;
  }

  /* header */
  .mod-nav-main {
    padding: 0 15px;
  }

  /* advantages */
  .advantages__title {
    font-size: 16px;
    line-height: 120%;
  }

  /* main */
  .about-text__big {
    font-size: 16px;
    line-height: 150%;
  }

  .certificate-text {
    font-size: 14px;
  }

  /* commons */
  .mod-title-big,
  .mod-title {
    font-size: 32px;
    line-height: 120%;
    margin-top: 90px;
  }

  .btn.btn-light-green,
  .rsform input.btn-light-green#Submit,
  .junews_mod .junewsultra .jn .jn-more .btn-light-green.readmore,
  div.moduletablejunews_mod .jn .jn-more .btn-light-green.readmore,
  .btn.btn-dark-green,
  .rsform input.btn-dark-green#Submit,
  .junews_mod .junewsultra .jn .jn-more .btn-dark-green.readmore,
  div.moduletablejunews_mod .jn .jn-more .btn-dark-green.readmore {
    font-size: 18px;
  }

  /* servies */
  .jn-service__item .jn-right {
    font-size: 22px;
    padding: 0 22px;
  }

  /* wokers */
  .worker-cat__text {
    font-size: 14px;
    line-height: 120%;
  }

  .worksers-cat__container {
    margin-bottom: 50px;
  }

  /* form */
  .consult-form__container {
    gap: 24px;
  }

  .consult-form__text-block .mod-title {
    font-size: 48px;
    line-height: 120%;
  }

  .consult-form__text-block .consult-form__text {
    font-size: 14px;
    line-height: 120%;
  }

  .free-consult-form {
    background-image: none;
    background-color: #33c0b8;
    border-radius: 20px;
  }

  .consult-form__container {
    padding: 20px 15px 20px 80px;
  }
}

@media (max-width: 991px) {
  .header {
    display: flex;
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  }

  .header .sm-parent {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header .site-inf {
    width: 100%;
  }

  .header .site-inf .container,
  .header .site-inf div.contact_admin {
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .header .header__logo {
    position: static;
    width: 100px;
    height: 60px;
    box-shadow: none;
    padding: 5px;
  }

  .header .site-nav {
    display: none;
  }

  .header .site-inf__container {
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .header .site-inf__container .header_site-name {
    width: 100%;
    text-align: center;
  }

  .header .site-inf__container .header_site-name p {
    text-align: center;
  }

  .header .site-inf__container .site-inf__contacts {
    width: 100%;
    flex-direction: column;
    padding-right: 24px;
    padding-top: 17px;
  }

  .header .site-inf__btn-call-wrap {
    display: none;
  }

  .header .header__menu {
    display: none;
  }

  .header .header__menu .search.mod-search {
    order: 1;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
  }

  .header .header__menu .search.mod-search input.inputbox {
    position: static;
    display: block;
  }

  .header .header__menu .search.mod-search .navbar-collapse {
    padding-left: 10px;
  }

  .site-inf__tel-number~.site-inf__tel-number {
    display: none;
  }

  .eshop-cart-area,
  .product-info .product-cart-area {
    flex-direction: column;
  }

  .eshop-cart-area .input-append,
  .product-info .product-cart-area .input-append,
  .eshop-cart-area .input-prepend,
  .product-info .product-cart-area .input-prepend {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .products-list-container .eshop-info-block,
  .eshop-product .eshop-info-block {
    height: auto;
  }

  .eshop-quantity {
    width: 100%;
  }

  .eshop-product .row-fluid .span3 {
    flex: 0 0 calc(33% - 20px);
  }

  .junewsultra.mod-services {
    flex-direction: column;
    align-items: center;
  }

  .junewsultra.mod-services .jn {
    width: 100%;
    margin-bottom: 15px;
  }

  .moduletable.mod-materials-in-index-page .jn {
    flex-direction: column;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-head {
    width: 100%;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-intro {
    order: -1;
    width: 100%;
  }

  .footer__1 .row {
    display: flex;
    flex-wrap: wrap;
  }

  .footer__1 .soc {
    display: flex;
    justify-content: center;
  }

  .copyright {
    padding-top: 15px;
  }

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

  section.main>.container>.row,
  section.main>div.contact_admin>.row {
    display: flex;
    flex-direction: column;
  }

  #content {
    order: -1;
  }

  .footer-author {
    padding: 15px 0;
  }

  .footer-author .row {
    display: flex;
    flex-direction: column;
  }

  .footer-author .row>div {
    margin: auto;
    margin-bottom: 10px;
  }

  .footer-author .copyright .copyright__text {
    text-align: center;
  }

  .moduletable.rs-form-make-order {
    position: static;
    width: 100%;
    max-width: 100%;
    background-color: #e1f5d8;
  }

  .moduletable.rs-form-make-order .modul_h3,
  .moduletable.rs-form-make-order .eshopheader,
  .moduletable.rs-form-make-order div.moduletablejunews_mod div.junews_h,
  div.moduletablejunews_mod .moduletable.rs-form-make-order div.junews_h {
    color: #33c0b9;
  }

  .moduletable.rs-form-make-order .formControls {
    color: #333;
  }

  .moduletable.rs-form-make-order input[type=text],
  .moduletable.rs-form-make-order select {
    background-color: #fff;
    color: #333;
  }

  .moduletable.rs-form-make-order select:focus,
  .moduletable.rs-form-make-order select option {
    color: #737373;
  }

  #phocagallery-categories-detail .pg-cats-box-float,
  .itemListSubCategories .subCategoryContainer,
  #itemListLeading .itemContainer,
  .moduletablek2item .itemList>div {
    width: 48% !important;
  }

  div.phocagallerys>div {
    width: 50%;
  }

  .owl-theme .owl-controls .owl-buttons div {
    display: none !important;
  }

  .header .header__logo {
    padding: 10px 0 0 0;
  }

  .site-inf__tel-number:not(:first-child) {
    padding: 15px 15px 0px 0px;
  }

  .site-inf__container {
    padding: 0 0px 0px 0px;
  }

  /* banner */
  .slider-main .tp-caption {
    left: 8% !important;
  }

  /* advantages */
  .advantages__container {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* services */
  .jn-service__item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }

  /* commons */
  .mod-title-bif,
  .mod-title {
    margin-top: 50px;
    font-size: 30px;
  }

  /* workers */
  .worksers-cat__container {
    margin-bottom: 0px;
  }

  /* form */
  .free-consult-form {
    background-image: none;
    background-color: #33c0b8;
    border-radius: 20px;
  }

  .consult-form__container {
    padding: 85px 15px 41px 15px;
  }

  .consult-form__text-block {
    width: 50%;
  }

  .consult-form__form {
    width: 50%;
  }

  .consult-form__container {
    padding: 15px 15px 15px 15px;
  }

  /* footer */
  .mod-footer-contacts .site-inf__container {
    flex-direction: column;
    align-items: flex-end;
  }

  .mod-footer-contacts .site-inf__addr {
    text-align: right;
  }

  .mod-footer-menu .menu_main li a,
  .mod-footer-menu .menu_main li span {
    font-size: 15px;
    line-height: 24px;
  }

  .mod-footer-menu .navbar-nav {
    margin: 0px;
  }

  .mod-footer-contacts .site-inf__container {
    align-items: flex-start;
  }

  .mod-footer-contacts .site-inf__addr {
    margin-bottom: 20px;
  }

  .mod-footer-contacts .site-inf__tel-number a {
    font-size: 16px;
  }

  .contacts__container {
    gap: 20px;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .js-services__block .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px;
  }

  .jn-service__item .jn-head {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  /* main */
  .about-block__doc {
    margin-right: 0px;
  }

  .about-doc__bttns .btn,
  .about-doc__bttns .rsform input#Submit,
  .rsform .about-doc__bttns input#Submit,
  .about-doc__bttns .junews_mod .junewsultra .jn .jn-more .readmore,
  .junews_mod .junewsultra .jn .jn-more .about-doc__bttns .readmore,
  .about-doc__bttns div.moduletablejunews_mod .jn .jn-more .readmore,
  div.moduletablejunews_mod .jn .jn-more .about-doc__bttns .readmore {
    font-size: 16px;
    padding: 8.3px 22.4px;
  }

  /* form */
  .free-consult-form {
    margin: 0 15px;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  .site-inf__tel-number a {
    font-size: 0;
  }

  .junewsultra.mod-services {
    width: 100%;
  }

  .junewsultra.mod-services .jn {
    max-width: none;
    width: 90%;
  }

  /* ! статьи с иконками на главной (JUNewsUltra) */
  .moduletable.mod-materials-icons-in-index-page .jn {
    margin: 15px auto;
  }

  /* статьи с иконками на главной (JUNewsUltra) ! */
  .junewsultra.junews_mod .jn {
    width: 100%;
    margin-bottom: 12px;
  }

  .junewsultra.junews_mod .jn .jn-intro img {
    display: block;
    width: 100%;
    height: auto;
    float: none !important;
  }

  .mod-footer-map {
    height: 450px;
    overflow: hidden;
  }

  .footer__1 .moduletable.soc {
    display: flex;
    justify-content: center;
  }

  .modal-footer .buy,
  .modal-footer button.btn,
  .modal-footer .junews_mod .junewsultra .jn .jn-more button.readmore,
  .junews_mod .junewsultra .jn .jn-more .modal-footer button.readmore,
  .modal-footer div.moduletablejunews_mod .jn .jn-more button.readmore,
  div.moduletablejunews_mod .jn .jn-more .modal-footer button.readmore {
    width: 100%;
    margin-bottom: 5px;
  }

  .swithTem {
    /* Версия для компьютера */
    display: block;
  }

  .moduletable.mod-search {
    width: 100%;
  }

  div.moduletable.rs-form-make-order {
    width: 100%;
  }

  .column-wrap {
    padding: 0;
  }

  .column-wrap .moduletable_leftmenu .modul_h3,
  .column-wrap .moduletable_leftmenu .eshopheader,
  .column-wrap .moduletable_leftmenu div.moduletablejunews_mod div.junews_h,
  div.moduletablejunews_mod .column-wrap .moduletable_leftmenu div.junews_h {
    display: none;
  }

  .left_column-wrap {
    padding-left: 15px;
  }

  .formContainer .rsform-block {
    width: 100% !important;
  }

  .formContainer .rsform-block input,
  .formContainer .rsform-block select,
  .formContainer .rsform-block textarea {
    display: block;
    margin: auto;
  }

  .formContainer .rsform-block input.rsform-calendar-button,
  .formContainer .rsform-block select.rsform-calendar-button,
  .formContainer .rsform-block textarea.rsform-calendar-button {
    left: auto !important;
    right: 0;
  }

  .formContainer .rsform-block .rsform-block-submit .formBody,
  .formContainer .rsform-block .rsform-block-agree .formBody {
    text-align: center;
  }

  .formContainer .rsform-block .rsform-block-captcha .formBody div {
    display: block;
    margin: auto;
  }

  /* Blog Content */
  .blog .items-row>[class^=span] {
    width: 100%;
  }

  #phocagallery-categories-detail .pg-cats-box-float,
  .itemListSubCategories .subCategoryContainer,
  #itemListLeading .itemContainer,
  .moduletablek2item .itemList>div {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .categoryImage .image {
    max-height: 100%;
  }

  address.how-get-in-touch {
    position: static;
    border-radius: 0;
  }
}

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

  span.itemImageCaption,
  span.itemImageCredits {
    float: none;
    text-align: center;
  }

  div.itemVideoBlock span.itemVideoCaption,
  div.itemVideoBlock span.itemVideoCredits {
    float: none;
    text-align: center;
    width: auto;
  }

  div.itemContainer {
    float: none;
    display: block;
    width: 100% !important;
  }

  div.latestItemsContainer {
    float: none;
    display: block;
    width: 100% !important;
  }

  div.latestItemImageBlock {
    float: none;
    display: block;
  }
}

@media (max-width: 575px) {

  .eshop-cart-area,
  .product-info .product-cart-area {
    flex-wrap: wrap;
  }

  .eshop-product .row-fluid .span3 {
    flex: 0 0 calc(50% - 10px);
    margin: 5px;
  }

  .eshop-product .row-fluid .span3:first-child {
    margin-left: 5px;
  }

  .junews_mod .junewsultra .jn .jn-left {
    width: auto;
  }

  .junews_mod .junewsultra .jn .jn-left img {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .junews_mod .junewsultra .jn .jn-right {
    width: 100%;
  }

  .junews_mod .junewsultra .jn .jn-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .junews_mod .junewsultra .jn .jn-intro p {
    text-align: center;
  }

  .junews_mod .junewsultra .jn .jn-more {
    text-align: center;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-intro {
    padding: 35px 25px;
  }

  .moduletable.mod-materials-icons-in-index-page .jn {
    padding: 25px 15px;
    margin: 0 auto 15px;
  }

  /* ! footer */
  .full-contact-inf .mod-footer-contacts {
    flex-direction: column;
  }

  .full-contact-inf .mod-footer-contacts>div {
    margin-bottom: 18px;
  }

  .full-contact-inf .mod-footer-contacts .social-icons {
    margin-top: 8px;
  }

  .full-contact-inf .mod-footer-contacts .contacts-wrap {
    width: 100%;
  }

  .full-contact-inf .logo__img {
    display: block;
    margin: auto;
  }

  /* footer ! */
  #phocaguestbook_comments .cd-testimonials-wrapper {
    padding: 20px 20px 0px;
  }

  #phocaguestbook_comments .cd-testimonials-item-info {
    padding: 55px 10px 35px;
  }
}

@media (max-width: 550px) {

  /* banner */
  .slider-main .tp-caption {
    max-width: 48% !important;
  }

  .banner-bttn__container .btn.btn-light-green,
  .banner-bttn__container .rsform input.btn-light-green#Submit,
  .rsform .banner-bttn__container input.btn-light-green#Submit,
  .banner-bttn__container .junews_mod .junewsultra .jn .jn-more .btn-light-green.readmore,
  .junews_mod .junewsultra .jn .jn-more .banner-bttn__container .btn-light-green.readmore,
  .banner-bttn__container div.moduletablejunews_mod .jn .jn-more .btn-light-green.readmore,
  div.moduletablejunews_mod .jn .jn-more .banner-bttn__container .btn-light-green.readmore {
    font-size: 14px !important;
  }

  .slider-info .slider-sub-title {
    font-size: 14px !important;
  }

  /* advantages */
  .advantages__container .row {
    display: flex;
    flex-wrap: wrap;
  }

  .advantages__title {
    font-size: 14px;
    line-height: 120%;
  }

  /* main */
  .about__icon {
    margin-bottom: 20px;
    text-align: left;
  }

  .about-block__left {
    margin-bottom: 30px;
  }

  /* commons */
  .mod-title-big,
  .mod-title {
    font-size: 20px;
    padding: 0 15px;
    margin-top: 0px;
  }

  .mod-title-big br,
  .mod-title br {
    display: none;
  }

  /* services */
  .jn-service__item .jn-head {
    border-radius: 0px;
  }

  .jn-service__item .jn-left {
    border-radius: 12px;
    overflow: hidden;
  }

  .jn-service__item .jn-right {
    padding: 0 24px 0 12px;
  }

  .jn-service__item .jn-right h4 a,
  .jn-service__item .jn-right .modul_h4 a {
    font-size: 14px;
    letter-spacing: 0px;
  }

  /* form */
  .consult-form__container {
    display: flex;
    flex-wrap: wrap;
  }

  .consult-form__text-block {
    width: 100%;
  }

  .consult-form__form {
    width: 100%;
  }

  .consult-form__container {
    padding: 15px 0px 15px 0px;
  }

  .consult-form__text-block .mod-title {
    font-size: 22px;
    line-height: 120%;
    padding: 0px;
    letter-spacing: 0px;
  }

  .consult-form__fields-block input {
    padding: 3px 10px 3px 30px;
  }
}

@media (max-width: 500px) {
  div.phocagallerys>div {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header .header__logo {
    left: 20px;
  }

  .products-list-container .ajax-block-product__inner,
  .products-list-container .eshop_product__inner,
  .eshop-product .ajax-block-product__inner,
  .eshop-product .eshop_product__inner {
    padding: 10px;
  }

  .products-list-container .ajax-block-product,
  .products-list-container .eshop_product,
  .eshop-product .ajax-block-product,
  .eshop-product .eshop_product {
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .junews_mod {
    padding: 0;
  }

  .menu-contacts__tel {
    font-size: 16px !important;
  }
}







/* fixes start */

.footer {
  padding-bottom: 54px;
}

.jn-service__item {
  position: relative;
}

.jn-service__item .overall {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.jn-service__item:hover * {
  text-decoration: underline;
}

.worksers-cat__container {
  margin-bottom: 63px;
}

.btn.consult-bttn {
  filter: none;
  transition: 0.3s;
}

.btn.consult-bttn:hover {
  filter: drop-shadow(rgba(1, 132, 133, 0.4) 0px 12px 10px);
}

.jn-service__item:hover .jn-left::after {
  transition: 0.3s;
}

.jn-service__item:hover .jn-left::after {
  background-image: linear-gradient(0deg, rgba(1, 131, 133, 1) 0%, rgba(1, 131, 133, 1) 35%, rgba(1, 131, 133, 0) 80%, rgba(1, 131, 133, 0) 100%);
}

.btn.btn-light-green {
  transition: 0.3s;
}

.btn.btn-light-green:hover {
  background-color: #33c0b9;
  filter: drop-shadow(rgba(1, 132, 133, 0.4) 0px 12px 10px);
}

.btn.btn-dark-green {
  transition: 0.3s;
}

.btn.btn-dark-green:hover {
  background-color: #018485;
  filter: drop-shadow(rgba(1, 132, 133, 0.4) 0px 12px 10px);
}

:root .breadcrumb {
  background: #fff;
  padding: 8px 25px;
}

:root ul.breadcrumb li {
  color: #000;
  margin: 2px 0;
}

:root ul.breadcrumb li {
  opacity: 1;
}

:root ul.breadcrumb li a {
  color: #249a94;
}

:root .breadcrumb>li+li:before {
  display: none;
}

a.img-pdf:before {
  display: none !important;
}

.site-inf__tel-number {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* adaptive */
@media (max-width: 1199px) {

  /* header */
  .site-inf .btn.consult-bttn {
    font-size: 14px;
  }

  .site-inf .tg-link {
    font-size: 14px;
  }

  .site-inf .site-inf__tel-number {
    font-size: 14px;
  }

  .site-inf .site-inf__addr {
    font-size: 12px;
  }

  .site-inf .site-inf__container {
    align-items: center;
    padding: 0 10px 0px 0px;
  }

  header .header__logo {
    max-width: 233px;
  }

  a.header__logo {
    top: 27px;
    left: 16px;
    width: 170px;
    /* footer */
  }

  .mod-footer-menu .menu_main li a,
  .mod-footer-menu .menu_main li span {
    font-size: 14px;
  }

  .mod-footer-contacts .site-inf__container {
    flex-direction: column;
    align-items: flex-end;
  }

  .mod-footer-contacts .site-inf__addr {
    text-align: right;
  }

  .mod-footer-contacts .site-inf__addr {
    margin-bottom: 20px;
  }

  .mod-footer-contacts .site-inf__tel-number a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .slider-main .tp-caption {
    max-width: 53% !important;
  }

  .slider-info .slider-sub-title {
    font-size: 14px !important;
    max-width: 220px !important;
  }

  .banner-bttn__container .btn.btn-light-green {
    font-size: 14px !important;
  }

  .jn-service__item .jn-left {
    border-radius: 12px;
    overflow: hidden;
  }

  .about-block__doc {
    margin-right: auto;
  }


  .mod-footer-contacts .site-inf__container {
    flex-direction: column;
    align-items: flex-start;
  }

  .mod-footer-contacts .site-inf__addr {
    text-align: left;
  }

  .mod-footer-contacts .site-inf__addr {
    margin-bottom: 20px;
  }

  .mod-footer-contacts .site-inf__tel-number a {
    font-size: 16px;
  }

  .site-inf .site-inf__tel-number {
    display: block;
  }

  .site-inf__tel-number a:not(:first-child) {
    display: none;
  }

}

@media (max-width: 650px) {
  .consult-form__text-block .mod-title {
    font-size: 41px;
    line-height: 120%;
  }

  .consult-form__fields-block input {
    font-size: 24px;
  }

  .consult-form__container {
    padding: 15px 0px 15px 0px;
  }

  .mod-footer-contacts {
    padding-top: 20px;
  }

}


@media (max-width: 550px) {
  .free-consult-form .consult-form__form {
    max-width: 100%;
  }

  .mod-title-big,
  .mod-title {
    letter-spacing: 0px;
  }

  .consult-form__text-block .mod-title {
    font-size: 26px;
    line-height: 120%;
  }

  .site-inf__addr {
    font-size: 12px;
  }

}


@media (max-width: 400px) {
  .slider-main .tp-caption {
    max-width: 55% !important;
  }

  .slider-info .slider-title {
    letter-spacing: 0px !important;
  }

  .slider-info .slider-sub-title {
    font-size: 10px !important;
  }

  .banner-bttn__container .btn.btn-light-green {
    font-size: 12px !important;
  }

  .about-text__big {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0px;
  }

  .certificate-text {
    font-size: 12px;
  }
}