@charset "UTF-8";

@font-face {
  font-family: "Playfair Display SC";
  src: url("/templates/art-web.ru/fonts/playfair/PlayfairDisplaySC-BoldItalic.eot");
  src: local("Playfair Display SC Bold Italic"), local("PlayfairDisplaySC-BoldItalic"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplaySC-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplaySC-BoldItalic.woff") format("woff"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplaySC-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Playfair Bold";
  src: url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-BoldItalic.eot");
  src: local("Playfair Display-Bold Italic"), local("PlayfairDisplay-BoldItalic"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-BoldItalic.woff") format("woff"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Playfair Bold";
  src: url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Regular.eot");
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Regular.woff") format("woff"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Bold";
  src: url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Bold.eot");
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Bold.woff") format("woff"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Playfair Bold";
  src: url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Italic.eot");
  src: local("Playfair Display-Italic"), local("PlayfairDisplay-Italic"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Italic.woff") format("woff"), url("/templates/art-web.ru/fonts/playfair/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Light.woff") format("woff"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Regular.woff") format("woff"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Semibold.woff") format("woff"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Bold.woff") format("woff"), url("/templates/art-web.ru/fonts/proximanova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.table-theme tbody tr:nth-child(2n) {
  background-color: rgba(20, 7, 2, 0.15);
  color: #140702;
}

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

.table-theme tbody tr:hover {
  background-color: rgba(20, 7, 2, 0.25) !important;
}

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

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

.table-striped {
  width: 100%;
}

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

.table-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  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: #140702;
}

.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 #140702;
  border-right: 1px solid #140702;
}

.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 #140702;
  background-color: #f7f7f7;
}

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

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

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

li {
  margin-bottom: 5px;
}

div#scroll_top {
  position: fixed;
  right: -70px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("../images/go_top.png") no-repeat 0 0;
  filter: drop-shadow(0px 10px 13px rgba(1, 74, 165, 0.4));
  transition: .2s linear;
}

div#scroll_top:hover {
  transition: .2s linear;
  filter: drop-shadow(0px 0 0 rgba(1, 74, 165, 0.4));
}

div#scroll_top a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Proxima Nova", sans-serif;
  /* background-color: #fcf5e6; */
}

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

p {
  font-size: max(min(17px, 2.5vw), 14px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: justify;
  margin: 0 0 15px;
}

h1,
h2,
h3,
.modul_h3,
div.moduletablejunews_mod div.junews_h,
.eshopheader,
h4,
.modul_h4,
h5 {
  color: #140702;
  font-weight: 600;
  font-family: "Playfair Bold", sans-serif;
  color: #180f02;
}

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

h2 {
  font-size: 30px;
  font-size: max(min(30px, 3vw), 22px);
  padding-top: 18px;
  padding-bottom: 18px;
  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: "Playfair Bold", sans-serif;
}

.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: #140702;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover {
  color: #421707;
}

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: #421707;
}

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: #421707;
}

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: #421707;
}

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: #140702;
  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: 15px;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: #140702;
  color: #fff;
  border: 1px solid #919191;
}

.content_bottom {
  margin-top: 30px;
}

.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,
a.buy {
  border: 1px solid #aaa;
  padding: 10px 12px;
  background: #fff;
  outline: none;
  color: #140702;
  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,
.btn:focus,
div.moduletablejunews_mod .jn .jn-more .readmore:focus,
.junews_mod .junewsultra .jn .jn-more .readmore:focus,
a.buy:hover,
a.buy:focus {
  outline: none;
  border-color: #140702;
  background-color: #140702;
  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,
.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,
.contact_admin .rsform-submit-button::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
  height: 15px;
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 24px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  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,
.btn.btn-arrow:focus,
div.moduletablejunews_mod .jn .jn-more .btn-arrow.readmore:focus,
.junews_mod .junewsultra .jn .jn-more .btn-arrow.readmore:focus,
.contact_admin .rsform-submit-button:hover,
.contact_admin .rsform-submit-button:focus {
  outline: none;
  border-color: #140702;
  background-color: #140702;
}

.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: #166fde;
  border-color: #166fde;
  color: #fff;
}

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 0;
  padding-left: 3px;
}

.mod-search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.mod-search .form-inline input.inputbox {
  margin: 0;
  padding: 10px 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 {
  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 .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 {
  border: none;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: none;
  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 {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f002";
  font-family: "FontAwesome";
  color: white;
  font-size: 25px;
  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::-webkit-input-placeholder {
  color: #858585;
}

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

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

.mod-search_mobile .form-inline input.inputbox::-ms-input-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: 30% !important;
}

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

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

.slider-info .slider-title {
  font-size: 55px;
  font-family: "Playfair Bold", sans-serif;
}

.slider-info .slider-sub-title {
  font-size: 50px;
  font-family: "Playfair Bold", sans-serif;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#phocaguestbook_comments {
  margin: 35px 0;
}

#phocaguestbook_comments .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: #140702;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
}

#phocaguestbook_comments .cd-testimonials-item-info:hover::before,
#phocaguestbook_comments .cd-testimonials-item-info:hover::after {
  border-color: #140702;
  color: #140702;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
}

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

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

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

#phocaguestbook_comments .flex-direction-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #140702;
}

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

#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 {
  -webkit-box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
}

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

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

.svg-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  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: #140702;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px !important;
  height: 100%;
  padding-left: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.module_special_visually.default.mod-a11y .params #params-scrolling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  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;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: fixed url(/templates/art-web.ru/images/backgrounds/bg_akcia.jpg) no-repeat center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 680px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  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: 15px;
  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;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  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;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  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 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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;
}

.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 {
  -webkit-box-shadow: none;
  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]::-webkit-input-placeholder,
.moduletable.rs-form-make-order select::-webkit-input-placeholder {
  color: #737373;
}

.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]:-ms-input-placeholder,
.moduletable.rs-form-make-order select:-ms-input-placeholder {
  color: #737373;
}

.moduletable.rs-form-make-order input[type=text]::-ms-input-placeholder,
.moduletable.rs-form-make-order select::-ms-input-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 {
  -webkit-box-shadow: inset 0 1px 1px #140702, 0 0 8px #140702;
  box-shadow: inset 0 1px 1px #140702, 0 0 8px #140702;
  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: #140702;
  border-color: #140702;
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 128, 0, 0.47);
  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;
}

body.main main#content {
  padding-bottom: 0;
}

.formNoError {
  display: none;
}

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

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

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

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

.sbat:hover::after {
  color: #140702;
}

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

.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: #140702;
  -webkit-transition: 0s;
  -o-transition: 0s;
  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: #421707;
}

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

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: #140702;
}

.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;
}

/* левая колонка ! */
div.contact_admin .formContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  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 {
  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 {
  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 {
  border-color: #140702;
}

div#toTop {
  position: fixed;
  right: -70px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background: url("../images/go_top.png") no-repeat 0 0;
}

div#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.moduletablek2item .itemList>div:hover,
.itemListView .itemContainer:hover {
  -webkit-box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(20, 7, 2, 0.2);
  border-color: #140702;
}

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

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

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: #140702;
  outline: none;
  -webkit-transition: border-radius 0.15s;
  -o-transition: border-radius 0.15s;
  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: 27px;
  font-weight: bold;
  color: #140702;
}

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

.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: #140702;
  border: 1px solid #140702;
  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: #140702;
}

div.div_money2_item {
  font-size: 25px;
  font-family: "Playfair Bold", sans-serif;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.itemCommentsForm form input.inputbox {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px;
  line-height: 150%;
  height: auto;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px #333;
  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;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery>small {
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  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: "Playfair Bold", sans-serif !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: #140702 !important;
}

.menu-contacts__tel .img-icons {
  width: 19px;
  height: 19px;
}

.menu-contacts__mail {
  font-family: inherit !important;
  color: #140702 !important;
}

.menu-contacts__address {
  margin-bottom: 10px !important;
  font-family: inherit !important;
  font-weight: normal;
  font-size: 16px;
}

.menu-contacts__show-map {
  color: #140702 !important;
}

.menu-contacts .hr {
  display: block !important;
  margin-left: -17px !important;
  margin-right: -17px !important;
}

.grecaptcha-badge {
  z-index: 100;
  display: none !important;
}

.sm-menu a,
.sm-menu div {
  font-family: "Proxima Nova", sans-serif !important;
}

.mob-menu__address {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mob-menu-contacts {
  margin: 15px 20px !important;
}

.mob-menu__contants {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
}

.mob-menu__contants .contacts__phone a {
  font-size: max(min(20px, 2vw), 16px) !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  color: #140702 !important;
}

.mob-menu__contants .contacts__phone {
  margin-bottom: 4px !important;
}

.mob-menu__contants .mob-menu__contacts-item {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
}

.mob-menu__contants .contacts__mess a {
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  color: #140702 !important;
}

.mob-menu-btn .btn-transparent {
  background-color: transparent !important;
  border: 1px solid #140702 !important;
  padding: 11px 28px 10px !important;
  font-size: 16px !important;
  font-size: max(min(16px, 1.2vw), 14px) !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  color: #140702 !important;
  text-transform: none !important;
  width: 100% !important;
}

.mob-menu-btn .btn-transparent:hover,
.mob-menu-btn .btn-transparent:focus {
  color: #fff !important;
  background-color: #140702 !important;
}

.mob-menu-social {
  display: flex !important;
  margin: 15px 20px !important;
  position: absolute !important;
  bottom: 0 !important;
}

.mob-menu-social a {
  text-align: center !important;
  text-transform: none !important;
}

#off-menu_203 .sm-level {
  position: relative !important;
  padding-bottom: 145px !important;
}

#off-menu_203 .level1 {
  position: static !important;
}

/* !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: #140702;
  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! */
.container,
div.contact_admin {
  max-width: 1780px;
  width: 100%;
}

.site-h2 {
  padding: 0;
  margin: 0 0 35px;
  font-size: max(min(42px, 4vw), 32px);
  line-height: 1;
  font-style: italic;
  letter-spacing: -0.03em;
  color: #180f02;
}

.italic {
  font-style: italic;
}

.ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.ico::before {
  content: "";
  display: block;
}

.ico::after {
  content: "";
  display: block;
}

.ico.ico--address::before {
  margin-right: 7px;
  width: 9px;
  height: 12px;
  background: url("/images/icons/addr.png") no-repeat center/contain;
}

.btn,
div.moduletablejunews_mod .jn .jn-more .readmore,
.junews_mod .junewsultra .jn .jn-more .readmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
  border-radius: 4px;
  line-height: 1;
}

.btn:hover,
div.moduletablejunews_mod .jn .jn-more .readmore:hover,
.junews_mod .junewsultra .jn .jn-more .readmore:hover,
.btn:active,
div.moduletablejunews_mod .jn .jn-more .readmore:active,
.junews_mod .junewsultra .jn .jn-more .readmore:active,
.btn:focus,
div.moduletablejunews_mod .jn .jn-more .readmore:focus,
.junews_mod .junewsultra .jn .jn-more .readmore:focus {
  -webkit-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  transition: all 0.24s ease;
  text-decoration: none;
}

.btn:active,
div.moduletablejunews_mod .jn .jn-more .readmore:active,
.junews_mod .junewsultra .jn .jn-more .readmore:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.btn:active:focus,
div.moduletablejunews_mod .jn .jn-more .readmore:active:focus,
.junews_mod .junewsultra .jn .jn-more .readmore:active:focus {
  outline: none;
}

.btn.btn--cart::before,
div.moduletablejunews_mod .jn .jn-more .btn--cart.readmore::before,
.junews_mod .junewsultra .jn .jn-more .btn--cart.readmore::before {
  content: "";
  display: block;
  width: 15px;
  height: 17px;
  margin-bottom: 3px;
  margin-right: 12px;
  background: url("/images/icons/sh_ic.png") no-repeat center/contain;
}

.btn-transparent {
  background-color: transparent;
  border: 1px solid #140702;
  padding: 11px 28px 10px;
  font-size: 16px;
  font-size: max(min(16px, 1.2vw), 14px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #140702;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background-color: #140702;
  border-color: #140702;
  color: #fcf5e6;
}

.btn-transparent:hover::before,
.btn-transparent:active::before,
.btn-transparent:focus::before {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.btn-primary {
  border: none;
  background-color: #166fde;
  padding: 14px 36px 13px;
  font-size: 16px;
  font-size: max(min(16px, 1.2vw), 14px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fcf5e6;
}

.btn-black {
  background-color: #000;
  border-color: #000;
  padding: 12px 28px 13px;
  font-size: 16px;
  font-size: max(min(16px, 1.2vw), 14px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fcf5e6;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  opacity: 0.8;
  background-color: #000;
  border-color: #000;
  color: #fcf5e6;
}

.btn-black--lapka::before {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  margin-right: 9px;
  background: url("/images/icons/lapka.png") no-repeat center/contain;
}

.header {
  padding: 15px 15px 12px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 15px;
  max-width: 1805px;
  width: 100%;
  margin: 0 auto;
}

.header__logo {
  flex: 15%;
}

.header__logo img {
  max-width: 100%;
}


.header__address {
  flex: 4%;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.header__contants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  gap: 10px 25px;
  flex: 33%;
  margin-left: auto;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex: 15%;
}

.contacts__item {
  display: inline-block;
}

.contacts__phone a {
  font-size: max(min(20px, 2vw), 16px);
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #140702;
  white-space: nowrap;
}

.contacts__mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}

.contacts__mess a {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #140702;
}

.sm-parent {
  display: none;
}

.sm-parent .menu-icon-cont {
  opacity: 1 !important;
}

nav.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  min-height: 1px;
  flex: 33%;
}

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 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #140702;
  padding: 8px 0;
  margin: 0 6px;
  position: relative;
}

nav.header__menu li a::after,
nav.header__menu li span.separator::after,
nav.header__menu li.deeper a::after,
nav.header__menu li.deeper span.separator::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #140702;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: 0.24s ease;
  -o-transition: 0.24s ease;
  transition: 0.24s ease;
}

nav.header__menu li a:hover,
nav.header__menu li a:active,
nav.header__menu li a:focus,
nav.header__menu li span.separator:hover,
nav.header__menu li span.separator:active,
nav.header__menu li span.separator:focus,
nav.header__menu li.deeper a:hover,
nav.header__menu li.deeper a:active,
nav.header__menu li.deeper a:focus,
nav.header__menu li.deeper span.separator:hover,
nav.header__menu li.deeper span.separator:active,
nav.header__menu li.deeper span.separator:focus {
  background: none;
}

nav.header__menu li a:hover::after,
nav.header__menu li a:active::after,
nav.header__menu li a:focus::after,
nav.header__menu li span.separator:hover::after,
nav.header__menu li span.separator:active::after,
nav.header__menu li span.separator:focus::after,
nav.header__menu li.deeper a:hover::after,
nav.header__menu li.deeper a:active::after,
nav.header__menu li.deeper a:focus::after,
nav.header__menu li.deeper span.separator:hover::after,
nav.header__menu li.deeper span.separator:active::after,
nav.header__menu li.deeper span.separator:focus::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.24s ease;
  -o-transition: 0.24s ease;
  transition: 0.24s ease;
}

nav.header__menu li.deeper:before,
nav.header__menu li.deeper.active:before {
  background-size: cover;
  content: "\f054";
  font: normal normal normal 12px/1 FontAwesome;
  display: block;
  height: 15px;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 30%;
  width: 15px;
  color: black;
  transform-origin: center;
}

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: 15px;
  display: block;
}

nav.header__menu li.deeper:hover:before,
nav.header__menu li.deeper.active:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /* во 1м уровне меню поворачиваем стрелку */
}

nav.header__menu li.deeper ul,
nav.header__menu li.deeper.active ul {
  position: absolute;
  top: 100%;
  display: none;
  width: 290px;
  background-color: #fadec8;
  padding: 15px;
  border-radius: 10px;
}

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;
}

/* 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 black;
} */

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м уровне не поворачиваем стрелку */
  -webkit-transform: none;
  -ms-transform: none;
  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 {
  display: block;
}

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 {
  text-decoration: underline;
}

nav.header__menu li.deeper ul li {
  margin-bottom: 4px;
}

nav.header__menu li.deeper ul li a,
nav.header__menu li.deeper ul li span {
  margin: 0;
  padding: 4px 0;
  font-size: 15px;
  text-transform: none;
}

nav.header__menu li.deeper ul li a::after,
nav.header__menu li.deeper ul li span::after {
  display: none;
}

nav.header__menu li.deeper ul li 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;
}

.breadcrumb {
  background-color: #fadec8;
}

ul.breadcrumb li {
  margin-bottom: 0;
}

.banner-top {
  background: #fadec8 url("/images/banners/ban.jpg") no-repeat center/cover;
  padding: 160px 35px 128px;
}

.banner-top__container {
  max-width: 1585px;
  width: 100%;
  margin: 0 auto;
}

.banner-top__title {
  font-size: 62px;
  font-size: max(min(62px, 6vw), 32px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #140702;
  padding: 0;
  margin: 0 0 20px;
  border: none;
}

.banner-top__title::after {
  display: none;
}

.banner-top__title span {
  font-style: italic;
}

.banner-top__desc {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 380px;
  text-align: left;
  margin-bottom: 37px;
}

.banner-top__experience {
  max-width: 344px;
  border-bottom: 1px solid #140702;
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.banner-top__experience img {
  max-width: 100%;
}

.banner-top__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 75px;
}

.banner-top__social-title {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.banner-top__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.banner-top__social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #000;
}

.banner-top__social-link a img {
  margin-bottom: 7px;
}

/* Новый главнй баннер */
.hero-block {
  padding-left: 10%;
  height: 854px;
  background: no-repeat url("/images/banners/hero-ban.jpg") 65% 50%/auto;
  background-color: #9A8068;
  /* background: linear-gradient(90deg, #9a8067 55.32%, rgba(154, 128, 103, 0) 100%); */
}

@media (min-width: 1920px) {
  .hero-block {
    background-position: 100% 50%;
  }
}

.hero-block__welcome {
  padding-top: 171px;
  max-width: 646px;
}

.hero-block__title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  color: #fff;
}

.hero-block__list,
.hero-block__text {
  margin-bottom: max(min(120px, 10vw), 80px);
  font-size: max(min(25px, 2vw), 18px);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.hero-block__list {
  list-style: none;
  padding: 0;

}

.hero-block__list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.hero-block__list li::before {
  content: "";
  display: block;
  min-width: 18px;
  width: 18px;
  height: 19px;
  margin-right: max(min(15px, 2vw), 10px);
  background: url('/images/icons/lapka.png') no-repeat center;
}

.btn-hero {
  padding: 16px 40px;
  background: #191919;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.btn-hero:focus {
  text-decoration: none;
  outline: 2px solid #298eff;
  color: #fff;
}

.btn-hero:hover {
  text-decoration: none;
  color: #fff;
}

.hero-block__undertext {
  margin-top: 109px;
}

.marketplais_t {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  opacity: 0.8;
}

.hero-block .marketplais_t {
  color: #fff;
}

.marketplais__row {
  display: flex;
  gap: 22px;
}

.hero-block__inner {
  position: relative;
}

.hero-10-years {
  position: absolute;
  top: 65px;
  left: 780px;
}

@media (max-width: 991.98px) {
  .hero-10-years {
    left: 21px;
    width: 128px;
  }


}

@media (max-width: 768.98px) {
  .hero-block {
    padding: 0 10px 40px;
    height: auto;
  }

  .hero-10-years {
    right: 10px;
  }

  .hero-block__welcome {
    padding-top: 106px;
  }

  .hero-block__title {
    margin-bottom: 20px;
    font-size: 34px;
    max-width: 340px;
  }

  .hero-block__text {
    margin-bottom: 42px;
    font-size: 18px;
  }

  .hero-block__undertext {
    margin-top: 80px;
  }
}


/* Консервированные корма KAPLAN */

.conserv-kaplan {
  padding-top: 67px;
  padding-bottom: 67px;
  padding-left: 120px;
  padding-right: 222px;
}

.conserv-kaplan__welcome {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: #967b60;
}

.conserv-kaplan__title {
  margin-left: 16%;
  margin-bottom: -10px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #6d4e2f;
}

.conserv-kaplan__title span {
  font-weight: 600;
}

.conserv-kaplan__grid {
  display: flex;
  gap: 30px;
}

.conserv-kaplan__main {
  padding-top: 120px;
  flex: 1;
  font-size: 21px;
  line-height: 1.2;
  color: #6d4e2f;
}

.conserv-kaplan__main span {
  font-weight: 600;
}

.conserv-kaplan__btn-wrap {
  margin-top: 40px;
}

@media (max-width: 1500px) {
  .conserv-kaplan {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (width < 1200px) {
  .conserv-kaplan__title {
    margin-left: 0;
    font-size: 24px;
  }

  .conserv-kaplan__main {
    padding-top: 0;
    flex: auto;
  }

  .conserv-kaplan__title {
    margin-bottom: 10px;
  }
}

@media (width < 768px) {
  .conserv-kaplan__grid {
    flex-direction: column;
    align-items: center;
  }

  .conserv-kaplan__left img,
  .conserv-kaplan__right img {
    height: 200px;
  }

  .conserv-kaplan__title {
    font-size: 20px;
  }

  .conserv-kaplan {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* “DESIRE” - сухой корм... */
.desire-suhoi {
  padding: 110px 120px 76px;
}

.desire-suhoi__title {
  max-width: 1621px;
  margin-left: auto;
  margin-bottom: 71px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #6d4e2f;
}

.desire-suhoi__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 66px;
}

.desire-suhoi__left {
  width: 426px;
}

.desire-suhoi__main {
  flex: 1;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  color: #6d4e2f;
}

.desire-suhoi__main {
  font-size: 18px;
}

.desire-suhoi__main-image {
  float: right;
  margin-left: 20px;
}

@media (width < 1650px) {
  .desire-suhoi__main-image {
    width: 400px;
  }
}

@media (width < 1450px) {
  .desire-suhoi__main-image {
    margin-bottom: 20px;
    width: 250px;
    float: none;
  }
}

@media (width < 992px) {
  .desire-suhoi {
    padding-left: 40px;
    padding-right: 40px;
  }

  .desire-suhoi__left {
    width: 266px;
  }
}

@media (width < 768px) {
  .desire-suhoi {
    padding: 40px 20px;
  }

  .desire-suhoi__content {
    flex-direction: column;
  }

  .desire-suhoi__title {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .desire-suhoi__main-image {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}



.about-us {
  padding: 160px 25px 139px;
}

.about-us__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.about-us__contant-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-flex: 61%;
  -ms-flex: 61%;
  flex: 61%;
}

.about-us__title {
  white-space: nowrap;
  max-width: 232px;
  -webkit-box-flex: 22%;
  -ms-flex: 22%;
  flex: 22%;
  margin: 0;
}

.about-us__desc {
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.about-us__desc p {
  text-align: left;
}

.about-us__desc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  margin: 55px 0 0;
  font-size: max(min(62px, 6vw), 32px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0e101a;
}

.about-us__desc-title>span:first-child {
  position: relative;
}

.about-us__desc-title>span:first-child::after {
  content: "";
  display: block;
  width: 76px;
  height: 75px;
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  background: url("/images/icons/lv.png") no-repeat center/contain;
}

.about-us__image {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: right;
}

.about-us__image img {
  max-width: 100%;
}

.we-offer {
  padding: 60px 25px 80px;
  background-color: #eae0d0;
}

.we-offer__content {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.we-offer__item {
  position: relative;
}

.we-offer__item-image:hover img {
  filter: brightness(110%);
  transition: 0.3s;
}

.we-offer__item-image img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
}

.we-offer__item-top {
  position: absolute;
  top: 22px;
  left: 35px;
  font-size: max(min(22px, 2vw), 14px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #140702;
}

.we-offer__item-title {
  position: absolute;
  bottom: 35px;
  left: 35px;
  font-size: 38px;
  font-size: max(min(38px, 2.2vw), 19px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #140702;
  pointer-events: none;
}

.we-offer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  max-width: 1555px;
  margin-left: auto;
}

.we-offer__footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: max(min(38px, 3vw), 28px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  padding: 0;
  margin: 0;
}

.we-offer__footer-title .num {
  font-size: max(min(82px, 4.5vw), 30px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.6;
}

.we-offer__footer-info {
  max-width: 575px;
  margin-right: 40px;
}

.we-offer__footer-desc {
  margin-bottom: 34px;
  text-align: left;
}

.we-offer__footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 64px;
}

.blue-banner {
  background-color: #5eccff;
  padding: 75px 25px 57px;
}

.blue-banner__content {
  max-width: 1555px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

.blue-banner__info {
  max-width: 600px;
}

.blue-banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: max(min(62px, 6vw), 32px);
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 0;
  margin: 0 0 20px;
}

.blue-banner__title span {
  margin: 0;
}

.blue-banner__desc {
  text-align: left;
  margin-bottom: 55px;
}

.blue-banner__image {
  padding-right: 95px;
}

.blue-banner__image img {
  max-width: 100%;
  height: auto;
}

.products-bot {
  padding: 120px 25px;
}

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

.products-bot__desc {
  text-align: center;
  max-width: 610px;
  margin: 0 auto 80px;
}

.products-bot__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.products-bot__item {
  background-color: #c6e6d8;
  border-radius: 12px;
  padding: 44px 34px;
}

.products-bot__item img {
  max-width: 100%;
  height: auto;
}

.products-bot__item-title {
  font-size: max(min(38px, 2.5vw), 22px);
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.products-bot__item-sub-title {
  font-size: max(min(20px, 1.8vw), 15px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.products-bot__item-image {
  text-align: center;
}

.products-bot__item-image img {
  max-width: 100%;
  margin-bottom: 18px;
}

.products-bot__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px;
  max-width: 794px;
}

.products-bot__item-logo {
  margin-bottom: 32px;
}

.products-bot__item-manufactures-title {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.products-bot__item-manufactures-city {
  font-size: max(min(22px, 1.8vw), 18px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.products-bot__item-footer-desc {
  max-width: 460px;
  text-align: left;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.the-best-brends-title {
  margin-bottom: 80px;
}

.site-big-title {
  font-size: max(min(62px, 6vw), 32px);
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 0;
  margin: 0 0 20px;
}

.logo-corousel {
  overflow: hidden;
  padding-bottom: 80px;
  margin-top: max(min(80px, 8vw), 35px);
}

.logo-corousel__content {
  max-width: 1079px;
  margin: 0 auto;
}

.logo-corousel .owl-stage-outer {
  cursor: grab;
}

.logo-corousel .owl-item {
  pointer-events: none;
}

.logo-corousel .owl-carousel {
  max-width: 1560px;
  max-width: 88%;
  margin: 0 auto;
}

.logo-corousel .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.logo-corousel .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.logo-corousel .owl-carousel .owl-nav button.owl-next,
.logo-corousel .owl-carousel .owl-nav button.owl-prev {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid #000;
  background: url("/images/icons/arr.png") no-repeat center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 60%;
}

.logo-corousel .owl-carousel .owl-nav button.owl-next.disabled,
.logo-corousel .owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.8;
}

.logo-corousel .owl-carousel .owl-nav button.owl-next:hover,
.logo-corousel .owl-carousel .owl-nav button.owl-next:active,
.logo-corousel .owl-carousel .owl-nav button.owl-next:focus,
.logo-corousel .owl-carousel .owl-nav button.owl-prev:hover,
.logo-corousel .owl-carousel .owl-nav button.owl-prev:active,
.logo-corousel .owl-carousel .owl-nav button.owl-prev:focus {
  background-color: #fff;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.logo-corousel .owl-carousel .owl-nav button.owl-next {
  right: -95px;
}

.logo-corousel .owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: -95px;
}

.logo-corousel .owl-carousel .owl-nav button span {
  display: none;
}

.logo-corousel .owl-dots {
  display: none;
}

.consul-form {
  background: #fadec8 url("/images/theme/form_bckgr.jpg") no-repeat center bottom/cover;
  padding: 80px 25px 271px;
  overflow: hidden;
}

.consul-form .error {
  color: red;
  text-align: center;
}

.consul-form .error p {
  color: inherit;
  text-align: center;
}

.consul-form__header {
  max-width: 440px;
  margin-bottom: 34px;
  position: relative;
}

.consul-form__header::after {
  content: "";
  display: block;
  width: 343px;
  height: 343px;
  position: absolute;
  top: -90px;
  right: -450px;
  background: url("/images/theme/hero-10-years.png") no-repeat center/contain;
}

.consul-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.consul-form__title .site-big-title {
  font-style: normal;
  margin-bottom: 0;
}

.consul-form__desc {
  text-align: left;
  margin: 0;
}

.consul-form__container {
  max-width: 1575px;
  width: 100%;
  margin: 0 auto;
}

.consul-form__container .marketplais a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: max(min(21px, 2vw), 18px);
}

.consul-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.consul-form__row>div {
  max-width: 247px;
  width: 100%;
}

.consul-form .formContainer {
  max-width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.consul-form .formContainer textarea:hover,
.consul-form .formContainer textarea:focus {
  background-color: #fff;
}

.consul-form .formContainer textarea,
.consul-form .formContainer input {
  background: transparent;
  width: 100%;
  outline: none;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.consul-form .formContainer textarea::-webkit-input-placeholder,
.consul-form .formContainer input::-webkit-input-placeholder {
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 500;
  line-height: 1;
}

.consul-form .formContainer textarea::-moz-placeholder,
.consul-form .formContainer input::-moz-placeholder {
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 500;
  line-height: 1;
}

.consul-form .formContainer textarea:-ms-input-placeholder,
.consul-form .formContainer input:-ms-input-placeholder {
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 500;
  line-height: 1;
}

.consul-form .formContainer textarea::-ms-input-placeholder,
.consul-form .formContainer input::-ms-input-placeholder {
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 500;
  line-height: 1;
}

.consul-form .formContainer textarea::placeholder,
.consul-form .formContainer input::placeholder {
  letter-spacing: -0.02em;
  color: #000;
  font-weight: 500;
  line-height: 1;
}

.consul-form .formContainer textarea:focus,
.consul-form .formContainer input:focus {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  border-color: rgba(71, 70, 70, 0.5764705882);
}

.consul-form .formContainer textarea {
  padding: 16px 26px;
  height: 120px;
  border: 1px solid #000;
  font-size: max(min(20px, 2vw), 16px);
  line-height: 1.2;
}

.consul-form .formContainer input {
  border: none;
  border-bottom: 1px solid #000;
  font-size: max(min(28px, 2vw), 16px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000;
}

.consul-form .formContainer .rsform-block-comment .formControlLabel {
  display: none;
}

.consul-form .formContainer .rsform-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.consul-form .formContainer .rsform-block .formControlLabel {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 195px;
  margin-top: 9px;
}

.consul-form .formContainer .rsform-block-submit2 {
  height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.consul-form .formContainer .rsform-block-submit2 .formControlLabel {
  display: none;
}

.consul-form .formContainer .rsform-block-submit2 .rsform-block-agree {
  margin-top: 14px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ada598;
  text-align: center;
}

.consul-form .formContainer .rsform-block-submit2 .rsform-block-agree a {
  color: inherit;
}

.consul-form .formContainer .rsform-block-submit2 .rsform-block-agree a:hover,
.consul-form .formContainer .rsform-block-submit2 .rsform-block-agree a:active,
.consul-form .formContainer .rsform-block-submit2 .rsform-block-agree a:focus {
  color: #000;
}

.consul-form .formContainer .rsform-block-submit2 button {
  width: 100%;
}

.consul-form .formContainer .formRequired {
  display: none;
}

.consul-form .formContainer .formControls {
  padding: 0;
}

.consul-form .formContainer .rsform-block-captcha {
  display: none;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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 {
  width: 100%;
  height: 40px;
}

.eshop-cart-area,
.product-info .product-cart-area {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  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 input {
  background-color: #f0f0f0;
  border: 0;
  -webkit-box-shadow: none;
  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 .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 input:focus,
.eshop-quantity input:hover {
  color: #140702;
}

.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 {
  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 {
  border-radius: 0 4px 4px 0;
}

.eshop-quantity input {
  padding-left: 5px;
  padding-right: 5px;
}

.eshop-product .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #166fde;
}

.product-info .product-manufacturer a {
  color: #166fde;
}

.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 {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-to-cart,
input.add-to-cart {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #166fde;
  border-color: #166fde;
  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: #1463c7;
  border-color: #1463c7;
  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: -webkit-box;
  display: -ms-flexbox;
  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 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 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,
.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 {
  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: "Playfair Bold", sans-serif;
}

.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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 20px);
  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: 900px;
  width: 100%;

}

.request-call .modal-footer {
  text-align: center;
}

.modal-content {
  padding: 75px 25px 70px;
  margin: 0 15px;
  box-shadow: none;
  border-radius: 18px;
  background-color: #166fde;
  color: #fcf5e6;
}

.form-modal__title {
  color: inherit;
  margin-bottom: 30px;
}

.form-modal__desc {
  text-align: center;
  font-weight: 300;
  max-width: 417px;
  margin: 0 auto;
}

.modal-open .modal {
  margin: 0;
}

.modal-header {
  min-height: 0;
  border: none;
  padding: 0;
  text-align: center;
  max-width: 610px;
  margin: 0 auto 45px;
}

.modal-header .close {
  position: absolute;
  bottom: calc(100% + 14px);
  right: 0;
  top: auto;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #fcf5e6;
  border: none;
  margin: 0;
  padding: 0;
  opacity: 1;
  text-shadow: none;
}

.modal-header .close:hover {
  color: #fcf5e6;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}


.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.modal-body .flex-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.modal-body .flex-row>div {
  max-width: 250px;
  width: 100%;
}

.modal-body .request-call__submit {
  min-height: 144px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.modal-body .request-call__submit button {
  width: 100%;
}

.modal-body .request-call__agree {
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #78aae7;
  margin-top: 20px;
}

.modal-body .request-call__agree a {
  color: #78aae7;
}

.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;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  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: #140702;
  color: #fff;
}

.modal-footer .buy:hover {
  background: black;
}

.moduletable .modal-dialog {
  margin: 5% auto;
}

.modal .modul_h4.modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: 1.2em;
}

.request-call .formContainer {
  width: 100%;
  max-width: 590px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-body .formContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-body input {
  background: transparent;
  padding: 8px 0;
  font-size: max(min(28px, 2.5vw), 18px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #fcf5e6;
  border: none;
  border-bottom: 1px solid #fff;
  transition: .2s linear;
  width: 100%;
}

.modal-body input:focus {
  outline: none;
  border-color: #c6e6d8;
  transition: .2s linear;
}

.modal-body input::placeholder {
  font-size: max(min(28px, 2.5vw), 18px);
  color: #fcf5e6;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.modal-body .formControlLabel {
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #fcf5e6;
  margin-top: 9px;
}

.request-call__captcha,
.rsform-block-captcha2 {
  display: none;
}

.itemAgree {
  margin-top: 25px;
}

.itemAgree label {
  font-weight: normal;
}


.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.moduletable.mod-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
}

.moduletable.mod-services .btn-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 35px;
  text-align: center;
}

.moduletable.mod-services .junewsultra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}

.moduletable.mod-services .btn-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  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: #140702;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Playfair Bold", sans-serif;
}

.moduletable.mod-services .jn .jn-right a:hover {
  text-decoration: none;
}

.moduletable.mod-services .jn:hover .jn-right a {
  text-decoration: none;
  background-color: black;
}

/* ! статьи с иконками на главной (JUNewsUltra) */
.moduletable.mod-materials-icons-in-index-page {
  margin: 30px 0;
  text-align: center;
}

.moduletable.mod-materials-icons-in-index-page .junewsultra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  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;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 128, 0, 0.2);
  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: #140702;
}

.moduletable.mod-materials-icons-in-index-page .jn .jn-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #140702;
  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: #140702;
}

.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 .junews_mod .junewsultra .jn .jn-more .readmore,
.junews_mod .junewsultra .moduletable.mod-materials-icons-in-index-page .jn .jn-more .readmore {
  background-color: #140702;
  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 .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: #140702;
}

/* статьи с иконками на главной (JUNewsUltra) ! */
/* ! статьи на главной (JUNewsUltra  на всю ширину) */
.moduletable.mod-materials-in-index-page {
  margin: 30px 0;
}

.moduletable.mod-materials-in-index-page .jn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 70px 50px;
  padding-bottom: 40px;
}

.moduletable.mod-materials-in-index-page .jn .jn-intro .jn-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  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: #140702;
}

.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 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: #140702;
  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;
}

/* статьи на главной () ! */
.footer-info {
  padding: 120px 25px 30px;
}

.footer-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info__logo img {
  max-width: 100%;
}

.footer-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer-info__social-title {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding-top: 12px;
}

.footer-info__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.footer-info__social-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer-info__for-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
}

.footer-info__contants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer-info__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer_2 {
  color: #c2bbaa;
}

.footer_2>.container,
.footer_2>div.contact_admin {
  border-top: 1px solid #c2bbaa;
}

.footer_2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.copyright__text {
  margin: 0;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
}

.pers-inf,
.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: #000;
}

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

.pers-inf div {
  line-height: 12px;
}

div.art_web_copyright {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.art_web_copyright:hover .image {
  opacity: 1;
}

div.art_web_copyright:hover .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

div.art_web_copyright:hover .image svg #Ared {
  fill: #FF2737;
}

div.art_web_copyright:hover .image svg #Wblack,
div.art_web_copyright:hover .image svg #art-web {
  fill: #000;
}

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 a:hover,
div.art_web_copyright a:active,
div.art_web_copyright a:focus {
  color: #000;
}

div.art_web_copyright .image {
  height: 70px;
  margin-left: 10px;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

div.art_web_copyright .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

div.art_web_copyright .image svg #Ared {
  fill: #c2bbaa;
}

div.art_web_copyright .image svg #Wblack,
div.art_web_copyright .image svg #art-web {
  fill: #c2bbaa;
}

.full-contact-inf {
  padding: 30px 0;
}

.mod-footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px;
}

.mod-footer-contacts .contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  color: #aaa;
}

.mod-footer-contacts .contacts-wrap a {
  font-size: 19px;
  color: #aaa;
}

.mod-footer-contacts .contacts-wrap a:hover {
  color: #140702;
}

.mod-footer-contacts .contacts-wrap .tel,
.mod-footer-contacts .contacts-wrap .mail,
.mod-footer-contacts .contacts-wrap .address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  margin-top: 30px;
  padding: 10px 25px 0;
  border-top: 1px solid #140702;
  font-size: 29px;
}

.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: #140702;
}

.mod-footer-map {
  min-height: 600px;
}

.footer_1 .moduletable.soc a:hover {
  text-decoration: none;
}




/* Seminar block */

.seminar__block {
  margin: 0 100px;
}

.moduletable.mod__seminar-main {
  background-color: #fbe7d7;
}

.seminar__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
  border-bottom: 2px solid black;
  padding-bottom: 20px;
  margin-top: 4.17%;
}

.seminhar-top__name {
  font-size: 62px;
  letter-spacing: -2px;
  line-height: 130%;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  margin-bottom: 0px;
  margin-top: -11px;
}


.seminar-top__left p:nth-child(2) {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 100%;
  color: #000000;
  font-weight: 700;
  font-family: "Playfair Display";
  margin-bottom: 11.9%;
}

.seminar-top__right {
  display: flex;
  gap: 6%;
  flex: auto;
  margin-left: 2.9%;
}

.seminar-top-right__content {
  margin-left: 5%;
}

.seminar__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
  margin-bottom: 3.23%;
}

.seminar-bottom-l__lector {
  display: flex;
  gap: 23px;
  align-items: end;
  margin-bottom: 4.21%;
}

.lector-status {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 120%;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  margin-bottom: 7px;
}

.lector-name {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 120%;
  color: #000000;
  font-weight: 700;
  font-family: "Playfair Display";
  margin-bottom: 0px;
}

.seminar-lector-text {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 130%;
  color: #000000;
  font-weight: 300;
  font-family: "Proxima Nova";
  text-align: left;
  margin-bottom: 7.72%;
}

.seminar-program-title {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 120%;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  margin-bottom: 4.21%;
}

.seminar-program__list {
  list-style-type: none;
  padding-left: 0px;
}

.seminar-program__list li {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 100%;
  color: #000000;
  font-weight: 300;
  font-family: "Proxima Nova";
  margin-bottom: 2.53%;
}

.seminar-bottom-r__addr {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 120%;
  color: #000000;
  font-weight: bold;
  font-family: "Proxima Nova";
}

.seminar-bottom-r__discount {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 120%;
  color: #000000;
  font-weight: bold;
  font-family: "Proxima Nova";
  text-align: left;
}

.seminar-bottom__l {
  display: flex;
  gap: 6%;
  flex: 75%;
  padding-right: 4%;
}

.seminar-bottom__r {
  flex: 100%;
  max-width: 575px;
}

.seminar-bottom-r__contact {
  border-radius: 32px;
  background-color: #ffe35e;
  padding: 31px 75px 39px 62px;
  margin-top: 5%;
}

.seminar-bottom-r__contact p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 120%;
  color: #000000;
  font-weight: 300;
  font-family: "Proxima Nova";
  margin-bottom: 0px;
  text-align: left;
}

.seminar-bottom-r__contact span {
  font-weight: bold;
}

.seminar-top-right__name {
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 130%;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  margin-bottom: 10px;
}

.seminar-top-right__text {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 120%;
  color: #000000;
  font-weight: 300;
  font-family: "Proxima Nova";
  text-align: left;
}

.seminar-bottom-r__discount-big {
  font-size: 31px;
  letter-spacing: -1px;
  line-height: 100%;
  color: #ff3849;
  font-weight: bold;
  font-family: "Proxima Nova";
  text-align: left;
}

.seminar-bottom-r__discount-small {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 120%;
  color: #ff3849;
  font-family: "Proxima Nova";
}

.seminar-discount__block {
  border: 3px solid #ff3848;
  border-radius: 32px;
  padding: 25px 55px;
  position: relative;
  margin-top: 15%;
}

.seminar-discount__block::before {
  background-image: url(/images/site-img/Ellipse-3.png);
  content: '';
  display: block;
  width: 142px;
  height: 116px;
  position: absolute;
  left: -59px;
  top: -79px;
  background-size: cover;
}

.seminar-top-bttn {
  background-color: #ffe35e;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 120%;
  color: #000000;
  font-weight: 700;
  font-family: "Playfair Display";
  width: max-content;
  padding: 17px 48px;
  transform: rotate(-6.35deg);
  border-radius: 32px;
}

.seminar-bottom-r-addr__big {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 120%;
  color: #000000;
  font-weight: bold;
  font-family: "Proxima Nova";
}

.seminar-bottom_r-addr-time {
  display: flex;
  gap: 4%;
}

.seminar-bottom-r-addr__rotated {
  border-radius: 32px;
  background-color: #000000;
  padding: 6.354px 16px;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 120%;
  color: #fcfaef;
  font-weight: bold;
  font-family: "Proxima Nova";
  text-align: center;
  transform: rotate(-5.99deg);
  margin-top: -3px;
}

.seminar-top-right__img {
  margin-top: -21px;
}

.seminar-map__block {
  margin-bottom: 3.17%;
}

.seminar-map__container {
  border-radius: 32px;
  background-color: #b2b2b2;
  overflow: hidden;
}

/* .seminar-map__container {
  filter: grayscale(1);
} */


.about-company {
  padding-top: max(min(80px, 8vw), 35px);
  margin-bottom: max(min(130px, 8vw), 35px);
}

.about-company__title {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  font-size: max(min(69px, 5.5vw), 32px);
  line-height: 1.2;
  color: #000;
  border-bottom: 4px solid #000;
  padding: 0 0 15px;
  margin: 0 0 max(min(30px, 5vw), 15px);
}

.about-company__row {
  display: grid;
  grid-template-columns: 1fr 356px;
  gap: 20px;
}

.about-company__text-title {
  font-size: max(min(23px, 2.5vw), 17px);
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: max(min(25px, 2.5vw), 20px);
}

.about-company__list {
  font-size: max(min(20px, 2vw), 16px);
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0 0 25px;
  max-width: 418px;
}

.about-company__list li {
  padding-left: 28px;
  margin-bottom: 14px;
  position: relative;
  list-style: none;
}

.about-company__list li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/images/icons/star4.svg') no-repeat center/contain;
}

.advantages {
  display: flex;
  flex-direction: column;
}

.advantages__item {
  border-radius: max(min(40px, 5vw), 25px);
  padding: 22px max(min(28px, 1.8vw), 17px);
}

.advantages__item p {
  font-size: max(min(20px, 2vw), 13px);
  line-height: 1.2;
  color: #000;
  text-align: left;
  height: 100%;
  padding: max(min(25px, 3vw), 10px) 5px;
  margin: 0;
}

.advantages__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffecce;
}

.advantages__item-content {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 40%;
  max-width: 300px;
}

.about-company__video iframe {
  width: 100%;
  height: 699px;
}

@media(min-width:769px) {
  .advantages__item:nth-child(3n) {
    flex: 24%;
  }
}

.advantages__item .num {
  font-weight: 700;
  font-size: max(min(78px, 5vw), 40px);
  line-height: 1.2;
  color: #000;
}

.advantages__item .num small {
  font-size: 60%;
}

.advantages__item .title {
  font-weight: 400;
  font-size: max(min(28px, 2.5vw), 14px);
  line-height: 1;
  color: #000;

}

.advantages__item .title b {
  font-weight: 900;
  font-size: max(min(50px, 8vw), 22px);
  line-height: .6;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column;
}

/* adaptive */
@media (max-width: 1487px) {
  .seminar__block {
    margin: 0 50px;
  }

  .seminar-top__left p:nth-child(2) {
    font-size: 35px;
  }

  .seminar-top-right__text {
    font-size: 16px;
  }
}

@media (max-width: 1360px) {
  .seminar__block {
    margin: 0 0px;
  }
}

@media (max-width: 1287px) {

  .seminar-top__right {
    margin-top: 1.9%;
  }

  .seminar-top__left p:nth-child(2) {
    font-size: 35px;
  }

  .seminar-top-right__name {
    font-size: 36px;
  }

  .seminar-bottom-r-addr__big {
    font-size: 38px;
  }

  .seminar-bottom-r-addr__rotated {
    font-size: 28px;
  }

  .seminar-bottom-r__addr {
    font-size: 20px;
  }

  .seminar-bottom-r__discount-big {
    font-size: 27px;
  }

  .seminar-top-right__text br {
    font-size: 14px;
  }

}

@media (max-width: 1187px) {
  .seminar-bottom__l {
    flex-direction: column;
  }

  .seminar-top__left p:nth-child(2) {
    font-size: 25px;
  }

  .seminhar-top__name {
    font-size: 50px;
  }

  .seminar-top-right__text {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .seminar-bottom__l {
    flex-wrap: wrap;
  }

  .seminar-top__right {
    flex-wrap: wrap;
  }

  .seminar__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .seminar__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .seminar-top-right__img {
    margin-top: 0px;
  }

  .seminar-top__right {
    margin-left: 0px;
  }

  .seminar-top__left,
  .seminar-top__right {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .seminar-program__list {
    padding: 0 20%;
  }

  .seminar-bottom__l {
    align-items: center;
  }

  .seminar-top-right__content {
    margin-left: 0px;
  }

}

@media (max-width: 768px) {
  .seminar-program__list {
    padding: 0 10%;
  }

  .about-company__row {
    grid-template-columns: 1fr;
  }

  .advantages__item {
    flex: 50%;
  }

  .advantages__item:nth-child(1) {
    order: 1;
  }

  .advantages__item:nth-child(2) {
    order: 3;
  }

  .advantages__item:nth-child(3) {
    order: 5;
  }

  .advantages__item:nth-child(4) {
    order: 2;
  }

  .advantages__item:nth-child(5) {
    order: 4;
  }

  .advantages__item:nth-child(6) {
    order: 6;
  }

}

@media (max-width: 550px) {

  .seminar-program__list {
    padding: 0 0%;
  }

  .seminar-bottom-r__addr {
    font-size: 20px;
    letter-spacing: 0px;
    text-align: left;
  }

  .seminar-bottom-r__discount {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0px;
  }

  .seminar-bottom-r__discount br,
  .seminar-bottom-r__addr br {
    display: none;
  }

  .seminar-program__list li {
    font-size: 14px;
  }

  .seminar-lector-text {
    font-size: 15px;
    text-align: left;
  }

  .seminar-bottom__l {
    justify-content: center;
  }

  .seminar-top__left p:nth-child(2) {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .seminhar-top__name {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 120%;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .seminar-top-right__img {
    margin-top: 0px;
  }

  .seminar-top__right {
    margin-left: 0px;
  }

  .seminar-top-right__content {
    margin-left: 0%;
  }

  .seminar-bottom-r-addr__big {
    font-size: 20px;
  }

  .seminar-bottom_r-addr-time {
    align-items: center;
  }

  .seminar-bottom-r__addr {
    font-size: 14px;
  }

  .seminar-discount__block {
    padding: 25px 36px;
  }

  .seminar-bottom-r__discount-big {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .seminar-discount__block {
    margin-top: 21%;
  }

  .seminar-bottom-r__contact {
    padding: 31px 21px 31px 21px;
  }

  .seminar-bottom-r__contact p {
    font-size: 12px;
  }

  .seminar-discount__block::before {
    left: -16px;
    top: -55px;
    width: 92px;
    height: 74px;
  }

  .seminar-top__left p:nth-child(2) {
    text-align: center;
  }

}

/* Seminar block end */

/* Brands */

.brands__block {
  margin-bottom: 10%;
}

.brands__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.brands-brand__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
  /* background-color: white;
  border-radius: 12px; */
}

.brands-brand__img img {
  max-width: 100%;
}

.brands-brand__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 69%;
  background-color: white;
  box-shadow: -12px 17px 25px -15px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  padding: 95px 15px;
}

.item-n-catalog .brands-brand__item-inner {
  padding: 0px;
}

.item-n-catalog .brands-brand__item-inner .brands-brand__img {
  width: 100%;
}

.item-n-catalog .brands-brand__item-inner a {
  padding: 60px 15px;
}

.brand-bttn__block {
  display: flex;
  margin-top: 1%;
  justify-content: center;
}

.brands-link {
  font-size: max(min(22px, 1.8vw), 18px);
  line-height: 1;
  font-weight: 600;
  background-color: #c6e6d8;
  text-decoration: none;
  padding: 14px 51px;
  border-radius: 6px;
}

.brands-link:focus,
.brands-link:hover {
  text-decoration: none;
  background-color: #a4fdd6;
}

.item-n-catalog .brands-brand__img a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-n-catalog .brands-brand__img a:hover {
  text-decoration: none;
}

.catalog-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.item-n-catalog:hover .brands-brand__item-inner {
  box-shadow: -12px 17px 25px -15px rgba(0, 0, 0, 0.5);
}

.item-n-catalog {
  transition: 0.3s;
}

.item-n-catalog:hover {
  transform: translateY(-24px);
  transition: 0.3s;
}


@media (max-width: 991px) {
  .brands-brand__item-inner {
    width: 90%;
  }

  .brands-brand__item {
    padding: 17px 0px;
  }
}

@media (max-width: 550px) {
  .brands__container {
    grid-template-columns: 1fr 1fr;
  }

  .brands-brand__item {
    padding: 20px 10px;
  }

  .brands-brand__item-inner {
    width: 100%;
    padding: 31px 15px;
  }

  .brands-brand__item {
    padding: 11px 10px;
  }

  .catalog-title {
    font-size: 16px;
  }

}

/* Berands end */
.item-page p:empty {
  display: none;
}

.img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

:root [class^=os-gallery-tabs-main] .osgalery-cat-tabs li a {
  background: none;
  padding: 0 !important;
}

.youtube {
  height: 45vw;
  min-height: 300px;
}

.moduletable_sobitia {
  margin-bottom: 35px;
}

.moduletable_sobitia .junewsultra {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.moduletable_sobitia .junewsultra img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}

.moduletable_sobitia .junewsultra h4 a {
  font-size: max(min(18px, 1.5vw), px);
}

.moduletable_sobitia .jn-small {
  font-size: 18px;
  font-size: max(min(18px, 1.8vw), 15px);
  font-weight: 600;
}

.brands-brand__logotext {
  font-size: max(min(65px, 6vw), 48px);
}

.brands-brand__img a:before {
  display: none;
}

.brends-wrapper {
  margin-top: max(min(100px, 8vw), 35px);
}

.brends {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(min(20px, 2vw), 14px);
}

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


.b-vk-group {
  margin: max(min(80px, 8vw), 35px) 0;
  position: relative;
}

.b-vk-group__content {
  position: relative;
  padding: 61px 86px 46px 86px;
  border-radius: 12px;
  background-color: #2f77ed;
  color: #fff;
}

.b-vk-group__title {
  margin-bottom: 40px;
  font-size: max(min(24px, 2vw), 18px);
  line-height: 1.15;
  letter-spacing: -0.68px;
  max-width: calc(100% - 590px);
}

.b-vk-group__row-link {
  display: flex;
  align-items: center;
  gap: 30px max(min(60px, 4.5vw), 20px);
}

.b-vk-group__row-link img {
  max-width: 100%;
}

.b-vk-group__link {
  text-decoration: none;
  padding: 10px max(min(30px, 3.5vw), 20px);
  border-radius: 6px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.b-vk-group__link:hover {
  background-color: #fff;
  color: #2f77ed;
}

.b-vk-group__videos {
  margin-left: 640px;
  position: absolute;
  right: 48px;
  top: -30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.b-vk-group__video {
  max-width: 200px;
  height: 423px;
  position: relative;
  cursor: pointer;
}

.b-vk-group__video img {
  max-width: 100%;
  height: auto;
}

.b-vk-group__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}



/********** adaptive **********/
/*---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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-info__row::before,
  .product-info__row::after {
    display: none;
  }

  .no_main section.main {
    margin-top: 45px;
  }
}

@media (max-width: 1800px) {
  .logo-corousel .owl-carousel {
    max-width: 75%;
  }
}

@media (max-width: 1600px) {
  .header__btns a {
    padding: 12px 15px;
  }

  .header__container {
    gap: 10px;
  }

  .header__btns {
    gap: 10px;
  }

  nav.header__menu li a,
  nav.header__menu li span.separator,
  nav.header__menu li.deeper a,
  nav.header__menu li.deeper span.separator {
    margin: 0 4px;
    font-size: 13px;
  }

  .header__contants {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .header__logo img {
    max-width: 190px;
  }
}

@media (max-width: 1450px) {
  .header__address {
    display: none;
  }

  .header__btns {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .header__contacts-phone a {
    font-size: 18px;
  }

  .header__logo img {
    max-width: 150px;
  }

  .banner-top {
    padding: 80px 35px;
  }

  .about-us {
    padding: 80px 25px;
  }

  .about-us__contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-us__title {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
  }

  .about-us__desc {
    max-width: 100%;
    -webkit-box-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
  }

  .about-us__image {
    margin-top: 35px;
    text-align: center;
  }

  .footer-info__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-info__for-contact {
    margin-top: 30px;
    gap: 15px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .header__btns a {
    width: 43px;
    height: 43px;
  }

  .header__btns .btn-primary {
    font-size: 0;
    padding: 0;
    background-image: url("/images/icons/l_mail copy.svg");
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .header__btns .btn-transparent {
    font-size: 0;
    padding: 0;
  }

  .header__btns .btn-transparent::before {
    margin: 0;
  }

  .banner-top__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blue-banner__image {
    padding-right: 0;
  }

  .products-bot {
    padding: 60px 25px;
  }

  .the-best-brends-title {
    margin-bottom: 30px;
  }

  .products-bot__desc {
    margin-bottom: 30px;
  }

  .products-bot__item-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .products-bot__item-footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }

  .products-bot__item-logo {
    margin-bottom: 0;
  }

  .products-bot__item-image img {
    margin-top: 15px;
    max-height: 250px;
  }

  .logo-corousel {
    padding-bottom: 60px;
  }

  .logo-corousel .owl-carousel {
    max-width: 70%;
  }

  .logo-corousel .owl-carousel .owl-nav button.owl-next,
  .logo-corousel .owl-carousel .owl-nav button.owl-prev {
    width: 55px;
    height: 55px;
    top: 80%;
    background-size: 30px;
  }

  .consul-form {
    padding: 73px 25px;
  }

  .consul-form__header {
    margin-bottom: 15px;
  }

  .consul-form .formContainer .rsform-block-submit2 {
    height: auto;
  }

  .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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .moduletable.mod-services .jn {
    width: 50%;
  }

  /* ! статьи с иконками на главной (JUNewsUltra) */
  .moduletable.mod-materials-icons-in-index-page .junewsultra {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  div.moduletablejunews_mod .jn {
    width: 100%;
  }

  div.moduletablejunews_mod .jn img {
    display: block;
    margin: auto;
    max-width: 100%;
  }

  .moduletable_sobitia .junewsultra {
    grid-template-columns: repeat(3, 1fr);
  }

  .b-vk-group__videos {
    position: static;
    margin: 25px 0;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .b-vk-group__title,
  .b-vk-group__video {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    padding: 10px 15px;
  }

  .header .header__menu {
    display: none;
  }

  .sm-parent {
    display: block;
  }

  .menu-icon-cont .menu-icon3 {
    margin: 10px 0 0;
  }

  .banner-top {
    padding: 60px 25px;
  }

  .banner-top__experience img {
    max-width: 170px;
  }

  .banner-top__desc {
    margin-bottom: 20px;
  }

  .banner-top__experience {
    padding-left: 0;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .about-us {
    padding: 45px 25px;
  }

  .about-us__contant-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us__desc-title>span:first-child::after {
    width: 50px;
    height: 50px;
  }

  .we-offer {
    padding: 45px 25px;
  }

  .we-offer__content {
    margin-bottom: 35px;
  }

  .we-offer__item-top {
    left: 15px;
  }

  .we-offer__item-title {
    left: 15px;
    bottom: 20px;
    text-transform: none;
  }

  .we-offer__footer {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .we-offer__footer-info {
    max-width: 100%;
    margin-right: 0;
  }

  .we-offer__footer-desc {
    text-align: center;
  }

  .we-offer__footer-contacts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blue-banner {
    padding: 45px 25px;
  }

  .blue-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blue-banner__image {
    max-width: 500px;
    margin: 0 auto;
  }

  .blue-banner__desc {
    margin-bottom: 30px;
  }

  .products-bot__item {
    padding: 30px 25px;
  }



  .consul-form .formContainer {
    margin: 0 auto;
  }

  .consul-form__header::after {
    width: 147px;
    height: 152px;
    right: -31px;
  }

  .eshop-cart-area,
  .product-info .product-cart-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 20px);
    flex: 0 0 calc(33% - 20px);
  }

  .junewsultra.mod-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .junewsultra.mod-services .jn {
    width: 100%;
    margin-bottom: 15px;
  }

  .moduletable.mod-materials-in-index-page .jn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-head {
    width: 100%;
  }

  .moduletable.mod-materials-in-index-page .jn .jn-intro {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }

  .footer_1 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_1 .moduletable {
    width: 100%;
  }

  .footer_1 .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pers-inf div {
    text-align: center;
  }

  .footer_2 {
    padding: 15px 0;
  }

  .footer_2 .copyright {
    padding-top: 15px;
  }

  .footer_2 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_2 .row>div {
    margin: auto;
    margin-bottom: 10px;
  }

  .footer_2 .copyright .copyright__text {
    text-align: center;
  }

  .footer-info {
    padding: 60px 25px 30px;
  }

  section.main>.container>.row,
  section.main>div.contact_admin>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .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: #140702;
  }

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

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

  .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;
  }

  .modal-content {
    padding: 35px 25px;
  }

  .modal-header {
    margin-bottom: 25px;
  }

  .modal-body .request-call__submit {
    min-height: 142px;
  }

  .moduletable_sobitia .junewsultra {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands__container {
    grid-template-columns: 1fr 1fr;
  }

  .brends {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .header__contacts-item:nth-child(2) {
    display: none;
  }

  .banner-top {
    background-position: left top;
  }

  .we-offer__content {
    grid-template-columns: 1fr 1fr;
  }

  .products-bot__item {
    padding: 20px 15px;
  }

  .products-bot__item-image {
    padding: 0 15px;
  }

  .logo-corousel .owl-carousel {
    max-width: 100%;
  }

  .logo-corousel .owl-carousel .owl-nav {
    display: none;
  }

  .logo-corousel .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .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;
  }

  .footer_1 .moduletable.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
  }

  .footer-info__for-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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;
  }

  main#content img {
    max-width: 100%;
    margin: auto;
    display: block;
    float: none !important;
    height: 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) {
  .header {
    padding: 5px 10px;
  }

  .header__contacts-phone a {
    font-size: 15px;
  }

  .about-us__contant {
    gap: 15px;
  }

  .about-us__contant-text {
    gap: 15px;
  }

  .about-us__desc-title {
    margin-top: 0;
  }

  .about-us__desc-title>span:first-child::after {
    width: 32px;
    height: 32px;
    left: 102%;
  }

  .site-h2 {
    margin-bottom: 25px;
  }

  .we-offer__footer-desc {
    margin-bottom: 20px;
  }

  .we-offer__footer-contacts {
    gap: 20px;
  }

  .products-bot__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .products-bot__item-image img {
    max-height: 200px;
  }

  .the-best-brends-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .logo-corousel {
    padding-bottom: 30px;
  }

  .consul-form__header::after {
    display: none;
  }

  .consul-form .formContainer textarea {
    height: 80px;
  }

  .consul-form .formContainer textarea {
    padding: 12px 15px;
  }

  .eshop-cart-area,
  .product-info .product-cart-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eshop-product .row-fluid .span3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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-info {
    padding: 20px 15px;
  }

  .footer-info__logo {
    max-width: 160px;
  }

  .footer-info__social-title {
    display: none;
  }

  .footer-info__contants {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-info__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #phocaguestbook_comments .cd-testimonials-wrapper {
    padding: 20px 20px 0px;
  }

  #phocaguestbook_comments .cd-testimonials-item-info {
    padding: 55px 10px 35px;
  }

  .modal-content {
    padding: 25px 20px;
  }

  .modal-body .flex-row {
    flex-direction: column;
  }

  .modal-body .flex-row>div {
    max-width: 100%;
  }

  .modal-body .request-call__submit {
    min-height: 0;
  }

  .modal-body input {
    padding: 4px 0;
  }

  .form-modal__title {
    margin-bottom: 15px;
  }

  .menu-icon-cont .menu-icon3 {
    width: 28px;
  }

  .header__btns a {
    width: 34px;
    height: 34px;
  }

  .header__btns {
    gap: 5px;
  }

  .header__btns .btn-primary {
    background-size: 20px;
  }

  .banner-top__experience {
    display: none;
  }

  .banner-top {
    background-image: url("/images/banners/ban_mob.jpg");
    background-position: center;
    min-height: 520px;
  }

  .banner-top__social {
    display: none;
  }

  .brends {
    grid-template-columns: 1fr;
  }

  .consul-form {
    padding: 35px 80px 130px 15px;
    background-position: bottom right -145px;
  }

  .b-vk-group__content {
    padding: 35px 25px;
  }

  .b-vk-group__videos {
    grid-template-columns: 1fr 1fr;
  }

  .b-vk-group__video:last-child {
    grid-column: span 2;
  }

  .advantages__item .num {
    line-height: .8;
  }

  .advantages__item p {
    padding: 0;
  }

  .about-company__video iframe {
    height: auto;
    aspect-ratio: 1 / 1.96;
  }
}

@media (max-width: 500px) {
  div.phocagallerys>div {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header__container {
    gap: 7px;
  }

  .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 140px;
  }

  .header__logo img {
    max-width: 100%;
  }



  .banner-top {
    padding: 30px 15px;
  }

  .about-us {
    padding: 35px 15px;
  }

  .we-offer {
    padding: 35px 15px;
  }

  .we-offer__content {
    gap: 10px;
  }

  .we-offer__footer {
    gap: 15px;
  }

  .blue-banner {
    padding: 35px 15px;
  }

  .products-bot {
    padding: 35px 15px;
  }



  .consul-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consul-form__row>div {
    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 {
    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;
  }

  .header__btns .btn-transparent {
    display: none;
  }

  .brands__container {
    grid-template-columns: 1fr;
  }

  .advantages__item .title {
    hyphens: auto;
  }

  .advantages__item p {
    flex: 0 0 50%;
  }
}

@media (max-width: 420px) {
  .moduletable_sobitia .junewsultra {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 380px) {
  .b-vk-group__row-link {
    flex-wrap: wrap;
  }

  .advantages__item .num {
    font-size: 35px;
  }
}

@media (max-width: 360px) {
  .advantages__item {
    flex: 100%;
  }
}