@charset "UTF-8";

@font-face {
  font-family: "Jost";
  src: url("/templates/art-web.ru/fonts/jost/Jost-Light.eot");
  src: local("Jost Light"), local("Jost-Light"), url("/templates/art-web.ru/fonts/jost/Jost-Light.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/jost/Jost-Light.woff2") format("woff2"), url("/templates/art-web.ru/fonts/jost/Jost-Light.woff") format("woff"), url("/templates/art-web.ru/fonts/jost/Jost-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("/templates/art-web.ru/fonts/jost/Jost-SemiBold.eot");
  src: local("Jost SemiBold"), local("Jost-SemiBold"), url("/templates/art-web.ru/fonts/jost/Jost-SemiBold.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/jost/Jost-SemiBold.woff2") format("woff2"), url("/templates/art-web.ru/fonts/jost/Jost-SemiBold.woff") format("woff"), url("/templates/art-web.ru/fonts/jost/Jost-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("/templates/art-web.ru/fonts/jost/Jost-Regular.eot");
  src: local("Jost Regular"), local("Jost-Regular"), url("/templates/art-web.ru/fonts/jost/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/jost/Jost-Regular.woff2") format("woff2"), url("/templates/art-web.ru/fonts/jost/Jost-Regular.woff") format("woff"), url("/templates/art-web.ru/fonts/jost/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("/templates/art-web.ru/fonts/jost/Jost-Bold.eot");
  src: local("Jost Bold"), local("Jost-Bold"), url("/templates/art-web.ru/fonts/jost/Jost-Bold.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/jost/Jost-Bold.woff2") format("woff2"), url("/templates/art-web.ru/fonts/jost/Jost-Bold.woff") format("woff"), url("/templates/art-web.ru/fonts/jost/Jost-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Jost";
  src: url("/templates/art-web.ru/fonts/jost/Jost-Medium.eot");
  src: local("Jost Medium"), local("Jost-Medium"), url("/templates/art-web.ru/fonts/jost/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("/templates/art-web.ru/fonts/jost/Jost-Medium.woff2") format("woff2"), url("/templates/art-web.ru/fonts/jost/Jost-Medium.woff") format("woff"), url("/templates/art-web.ru/fonts/jost/Jost-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkbox,
.radio {
  padding-left: 20px;
}

/* ! таблицы */
.table-theme thead {
  background-color: #000;
  color: #fff;
}

.table-theme tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000;
}

.table-theme tbody tr:nth-child(2n+1) {
  background-color: #FCFCFC;
}

.table-theme tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.table-theme td {
  border-right: 1px solid #000;
}

.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: #000;
}

.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 #000;
  border-right: 1px solid #000;
}

.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 #000;
  background-color: #f7f7f7;
}

blockquote.blockquote-symbol {
  position: relative;
  margin-left: 60px;
  border-left: 5px solid #000;
}

blockquote.blockquote-symbol:before {
  position: absolute;
  content: "\f10d";
  top: 20px;
  left: -60px;
  font-family: "FontAwesome";
  font-size: 30px;
  color: #000;
}

/* блоки с цитатами ! */
ul {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  margin-bottom: 5px;
}

div#scroll_top {
  position: fixed;
  right: -70px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background: url("../images/go_top.png") no-repeat 0 0;
}

div#scroll_top a {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Jost", sans-serif;
}


p {
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 25px;
  text-indent: 40px;
  text-align: justify;
}

h1,
h2,
h3,
.modul_h3,
.eshopheader,
div.moduletablejunews_mod div.junews_h,
h4,
.modul_h4,
h5 {
  color: #000;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 36px;
  font-size: max(min(52px, 5vw), 36px);
  line-height: 1.2;
  padding: 15px 0;
}

h2 {
  font-size: 30px;
  font-size: max(min(46px, 4.4vw), 28px);
  line-height: 1.2;
  margin: 20px 0 10px;
  padding: 15px 0;
}

h3,
.modul_h3,
.eshopheader,
div.moduletablejunews_mod div.junews_h {
  font-size: 28px;
  font-size: max(min(28px, 3vw), 24px);
  margin: 10px 0 5px;
}

.modul_h3,
.eshopheader,
div.moduletablejunews_mod div.junews_h {
  font-family: "Jost", sans-serif;
}

.modul_h3.modul_h3__center,
.eshopheader,
div.moduletablejunews_mod div.modul_h3__center.junews_h,
div.moduletablejunews_mod div.junews_h.eshopheader {
  text-align: center;
}

.modul_h3.modul_h3__invert,
.modul_h3__invert.eshopheader,
div.moduletablejunews_mod div.modul_h3__invert.junews_h {
  color: #fff;
}

a {
  color: #000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover {
  color: #1a1a1a;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
.eshopheader::-moz-selection,
div.moduletablejunews_mod div.junews_h::-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: #1a1a1a;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
.eshopheader::-moz-selection,
div.moduletablejunews_mod div.junews_h::-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: #1a1a1a;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
.eshopheader::-moz-selection,
div.moduletablejunews_mod div.junews_h::-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: #1a1a1a;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
.modul_h3::-moz-selection,
.eshopheader::-moz-selection,
div.moduletablejunews_mod div.junews_h::-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: #1a1a1a;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
.modul_h3::selection,
.eshopheader::selection,
div.moduletablejunews_mod div.junews_h::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: #1a1a1a;
}

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: #000;
  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: 14px;
}

.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: #000;
  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,
a.buy {
  border: 1px solid #aaa;
  padding: 10px 12px;
  background: #fff;
  outline: none;
  color: #000;
  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,
.btn:focus,
div.moduletablejunews_mod .jn .jn-more .readmore:focus,
a.buy:hover,
a.buy:focus {
  outline: none;
  border-color: #000;
  background-color: #000;
  text-decoration: none;
  color: #fff;
}

.btn-link {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}

.btn-link:hover,
.btn-link:focus {
  background: none;
  color: inherit;
  text-decoration: underline;
}

.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;
}

.moduletable .modal-dialog {
  margin: 5% auto;
}

.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: #0358cb;
  background-color: #0358cb;
}

/* 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;
}

.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: #0358cb;
  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;
}

.element-invisible {
  display: none;
}

.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;
  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;
}

.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: #000;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Jost", 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;
}

/* Сторонние стили ------------------------------- */
.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
  opacity: 1;
  z-index: 22;
}

/* К2 */
div.categoryImage:hover div.image a:after {
  content: "\f00e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

div.pg-cv-box:hover a:after {
  content: "\f00e";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  margin-left: -15px;
  margin-top: -5px;
  font-size: 24px;
  color: #fff;
}

.categoryImage:hover .name {
  background-color: #1a1a1a;
}

.categoryImage .image {
  display: block;
  max-height: 230px;
  overflow: hidden;
}

.categoryImage .image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.categoryImage .image img {
  width: 100%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.categoryImage .name {
  margin-top: 8px;
  height: 50px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.categoryImage .name:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.categoryImage .name a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  *font-size: 16px;
  font-family: "Jost", sans-serif;
}

.categoryImage {
  margin-top: 5px;
}

.categoryImage-collapsed-block {
  padding: 0;
  display: none;
}

div.row>aside,
div.row>main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-success {
  background-color: rgba(0, 0, 0, 0.35);
}

.request-call {
  z-index: 99999;
}

.request-call .modal-dialog {
  max-width: 420px;
}

.request-call .modal-footer {
  text-align: center;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  min-height: 70px;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 46px;
}

.modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 36px;
  font-weight: normal;
  border: none;
  padding: 0;
}

.modal-header .close:hover {
  background: none;
  color: black;
}

.request-call__header-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.korzin_image img {
  max-width: 100%;
}


.request-call__captcha,
.rsform-block-captcha2 {
  display: none;
}

.itemAgree {
  margin-top: 25px;
}

.itemAgree label {
  font-weight: normal;
}

.request-call__submit .rsform-submit-button {
  display: block;
  margin: auto;
}

.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 .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 {
  background: #aaa;
  border-color: #aaa;
}

.modal-footer .buy {
  background: #000;
  color: #fff;
}

.modal-footer .buy:hover {
  background: black;
}

.request-call__or-call-this-number {
  font-size: 14px;
  line-height: 34px;
}

.request-call__footer-btn-close {
  background: #79dfba;
  border-radius: 0;
}

.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 .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: #000;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

#phocaguestbook_comments .cd-testimonials-item-info:hover::before,
#phocaguestbook_comments .cd-testimonials-item-info:hover::after {
  border-color: #000;
  color: #000;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.comment-item-text {
  margin-bottom: 30px;
  text-align: center;
  font-style: italic;
  font-size: 16px;
}

.comment-item-username {
  text-align: center;
  color: #aaa;
  font-size: 18px;
}

.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: #000;
}

#phocaguestbook_comments .flex-direction-nav a:hover:before,
#phocaguestbook_comments .flex-direction-nav a:hover:after {
  background-color: #000;
}

#phocaguestbook_comments .flex-direction-nav a:first-child {
  margin-left: 25px;
}

#phocaguestbook_comments .flex-direction-nav a:last-child {
  margin-right: 25px;
}

/* Отзывы ! */
/* ! статьи с иконками на главной (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: #000;
}

.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: 20px;
  color: #000;
  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: #000;
}

.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 {
  background-color: #000;
  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 {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

/* статьи с иконками на главной (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;
}

.moduletable.mod-materials-in-index-page .jn .jn-more a:hover {
  border-color: transparent;
  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;
}

/* статьи на главной () ! */
/* !J2STORE Категории */
.j2store-categories-module h4 a,
.j2store-categories-module .modul_h4 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;
  height: 5rem;
  background-color: #000;
  color: #fff;
}

.j2store-categories-module>div:hover h4 a,
.j2store-categories-module>div:hover .modul_h4 a {
  text-decoration: none;
  background-color: #1a1a1a;
}

/* J2STORE Категории! */
/* !J2STORE Товары */
.j2store-module-product {
  padding: 10px;
  border: 1px solid #aaa;
}

.j2store-module-product::after {
  content: "";
  display: table;
  clear: both;
}

.j2store-module-product .j2store-product-image img {
  width: auto !important;
  max-width: 100%;
  height: 220px;
  margin: 0 auto;
}

/* J2STORE Товары! */
/* !J2STORE Каталог */
#productFilters {
  margin-bottom: 20px;
}

/* J2STORE Каталог! */
/* ! Преимущества */
.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

.benefits .benefits-cart {
  padding: 0;
  margin-bottom: 25px;
}

.benefits .benefits-cart:hover .svg-container {
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.benefits .benefits-cart:hover svg {
  fill: red;
}

.svg-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
  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: #000;
}

.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: 14px;
  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;
}

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: #000;
  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;
}

.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,
.h3itemListSubCategories.eshopheader,
div.moduletablejunews_mod div.h3itemListSubCategories.junews_h {
  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 .eshopheader,
.moduletable.rs-form-make-order div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .moduletable.rs-form-make-order div.junews_h {
  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]::-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]::-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]::-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 #000, 0 0 8px #000;
  box-shadow: inset 0 1px 1px #000, 0 0 8px #000;
  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: #000;
  border-color: #000;
  -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;
}

section.main {
  padding: 0 15px;
}

main#content {
  padding: 0 0 25px;
}

.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: #000;
}

.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 .eshopheader,
.column-wrap div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .column-wrap div.junews_h {
  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: 14px;
}

.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: #000;
  -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;
}


div.moduletable_leftmenu ul li:hover.deeper:before {
  color: #1a1a1a;
}

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 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: 14px;
}


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: #000;
}

.mod-auth {
  border: 1px solid #aaa;
}

.mod-auth .modul_h3,
.mod-auth .eshopheader,
.mod-auth div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .mod-auth div.junews_h {
  border-bottom: 1px solid #aaa;
}

.mod-auth form {
  padding: 15px;
}

/* левая колонка ! */
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;
}

.footer_1 .moduletable.soc a:hover {
  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 .eshopheader,
.itemListSubCategories div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod .itemListSubCategories div.junews_h {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

.itemListSubCategories .subCategoryContainer {
  width: 32% !important;
}

.itemListSubCategories .subCategory {
  margin: 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(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
  border-color: #000;
}

.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: #000;
}

.moduletablek2item .itemList>div .catItemTitle,
.itemListView .itemContainer .catItemTitle {
  font-weight: bold;
  text-align: center;
}

.moduletablek2item .itemList>div .catItemTitle a,
.itemListView .itemContainer .catItemTitle a {
  color: #000;
}

.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: #000;
  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: 26px;
  font-weight: bold;
  color: #000;
}

.moduletablek2item .itemList>div .catItemExtraFieldsValue.tsena-mini,
.itemListView .itemContainer .catItemExtraFieldsValue.tsena-mini {
  font-size: 20px;
}

.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: #000;
  border: 1px solid #000;
  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;
}

.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 .eshopheader,
div.itemFullText div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemFullText div.junews_h {
  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 .eshopheader,
div.itemExtraFields div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemExtraFields div.junews_h {
  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: #000;
}

div.div_money2_item {
  font-size: 25px;
  font-family: "Jost", 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 .authorName.eshopheader,
div.itemAuthorBlock div.itemAuthorDetails div.moduletablejunews_mod div.authorName.junews_h,
div.moduletablejunews_mod div.itemAuthorBlock div.itemAuthorDetails div.authorName.junews_h {
  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 .authorName.eshopheader 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 {
  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 .eshopheader,
div.itemCommentsForm div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.itemCommentsForm div.junews_h {
  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 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 .catItemTitle.eshopheader,
div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h,
div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.catItemHeader h3.catItemTitle span sup,
div.catItemHeader .catItemTitle.modul_h3 span sup,
div.catItemHeader .catItemTitle.eshopheader span sup,
div.catItemHeader div.moduletablejunews_mod div.catItemTitle.junews_h span sup,
div.moduletablejunews_mod div.catItemHeader div.catItemTitle.junews_h 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,
.itemExtraFields_h3.eshopheader,
div.moduletablejunews_mod div.itemExtraFields_h3.junews_h {
  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 .userItemTitle.eshopheader,
div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h,
div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h {
  padding: 10px 0 4px 0;
  margin: 0;
}

div.userItemHeader h3.userItemTitle span sup,
div.userItemHeader .userItemTitle.modul_h3 span sup,
div.userItemHeader .userItemTitle.eshopheader span sup,
div.userItemHeader div.moduletablejunews_mod div.userItemTitle.junews_h span sup,
div.moduletablejunews_mod div.userItemHeader div.userItemTitle.junews_h 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 .latestItemTitle.eshopheader,
div.latestItemHeader div.moduletablejunews_mod div.latestItemTitle.junews_h,
div.moduletablejunews_mod div.latestItemHeader div.latestItemTitle.junews_h {
  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 .eshopheader,
div.k2UsersBlock ul li div.moduletablejunews_mod div.junews_h,
div.moduletablejunews_mod div.k2UsersBlock ul li div.junews_h {
  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: "Jost", 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: #000 !important;
}

.menu-contacts__tel .img-icons {
  width: 19px;
  height: 19px;
}

.menu-contacts__mail {
  font-family: inherit !important;
  color: #000 !important;
}

.menu-contacts__address {
  margin-bottom: 10px !important;
  font-family: inherit !important;
  font-weight: normal;
  font-size: 16px;
}

.menu-contacts__show-map {
  color: #000 !important;
}

.menu-contacts .hr {
  display: block !important;
  margin-left: -17px !important;
  margin-right: -17px !important;
}

.grecaptcha-badge {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

/* !phocagallery */
:root div .owl-nav button.owl-prev,
:root div .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;
}

:root div .owl-nav button.owl-prev:hover,
:root div .owl-nav button.owl-next:hover {
  background-color: #000;
  color: #fff;
}



body #sbox-window {
  padding: 0 !important;
}

/* phocagallery! */
/**
* 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__inner,
.products-list-container .eshop_product__inner,
.eshop-product .ajax-block-product__inner,
.eshop-product .eshop_product__inner {
  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 .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-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 {
  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 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 .btn:hover,
.eshop-quantity div.moduletablejunews_mod .jn .jn-more .readmore:hover,
div.moduletablejunews_mod .jn .jn-more .eshop-quantity .readmore:hover,
.eshop-quantity input:focus,
.eshop-quantity input:hover {
  color: #000;
}

.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 {
  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 {
  border-radius: 0 4px 4px 0;
}

.eshop-quantity input {
  padding-left: 5px;
  padding-right: 5px;
}

.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: #79dfba;
}

.product-info .product-manufacturer a {
  color: #79dfba;
}

.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 {
  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: #79dfba;
  border-color: #79dfba;
  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: #64daaf;
  border-color: #64daaf;
  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 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 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,
.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 {
  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: "Jost", 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;
}

/* 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;
}

.btn,
div.moduletablejunews_mod .jn .jn-more .readmore {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.btn:hover,
div.moduletablejunews_mod .jn .jn-more .readmore:hover,
.btn:active,
div.moduletablejunews_mod .jn .jn-more .readmore:active,
.btn:focus,
div.moduletablejunews_mod .jn .jn-more .readmore:focus {
  -webkit-transition: 0.24s ease;
  -o-transition: 0.24s ease;
  transition: 0.24s ease;
}

.btn:active:focus,
div.moduletablejunews_mod .jn .jn-more .readmore:active:focus {
  outline: none;
}

.btn:active,
div.moduletablejunews_mod .jn .jn-more .readmore:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.btn-primary {
  border-radius: 4px;
  background-color: #0358cb;
  border: none;
  color: #f0f0f0;
}

.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #f0f0f0;
  background-color: #000;
}

.btn-black {
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #79dfba;
  background: #000;
  border: 2px solid #000;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #000;
  background: transparent;
}

.btn-green {
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  background: #79dfba;
  border: 2px solid #79dfba;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: #fff;
  background: #000;
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  color: #fff;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background-color: #fff;
  color: #000;
}

.page-wrapper {
  min-width: 319px;
  overflow-x: hidden;
  background-color: #faf7f5;
}

.container {
  max-width: 1420px;
  width: 100%;
}

.site-h2 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 35px;
}

.site-h2--big {
  font-size: max(min(82px, 5.2vw), 34px);
  line-height: 1;
  margin: 0 0 0.5em;
}

.site-h2.site-h2--white {
  color: #fff;
}

.site-h2--underline {
  padding-bottom: 11px;
  border-bottom: 1px solid #000;
}

.site-h2.container {
  padding: 0;
}

.site-h2.site-h2--underline.container {
  padding-bottom: 12px;
}

.header {
  padding: 18px 15px 20px;
  position: relative;
  z-index: 55;
  background-color: #faf7f5;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  padding-right: 35px;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__city {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #191313;
  padding-right: max(min(40px, 2.1vw), 12px);
}

.header__phone {
  padding-right: max(min(50px, 2.3vw), 12px);
  text-align: right;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__phone-social{
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__phone-social img{
  max-width: 21px;
}
.header__phone a {
  font-size: 20px;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #191313;
}

.header__phone a:hover,
.header__phone a:active,
.header__phone a:focus {
  color: #0358cb;
  text-decoration: none;
}

.header__btn .btn,
.header__btn div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .header__btn .readmore {
  font-size: 17px;
  padding: 11px 34px 15px;
}

nav.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  min-height: 1px;
}

nav.header__menu .mod-nav-main {
  width: 100%;
  height: 100%;
}

nav.header__menu .mod-nav-main .navbar-collapse {
  padding: 0;
}

nav.header__menu .mod-nav-main .navbar-brand {
  color: #fff;
}

nav.header__menu ul {
  z-index: 10;
  margin: 0;
  padding-left: 0;
}

nav.header__menu li,
nav.header__menu li.deeper {
  margin: 0;
  position: relative;
}

nav.header__menu li a,
nav.header__menu li span.separator,
nav.header__menu li.deeper a,
nav.header__menu li.deeper span.separator {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #191313;
  margin: 10px 15px;
  padding: 0;
}

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 {
  color: #000;
  text-decoration: underline;
  background: unset;
}

nav.header__menu li.deeper ul,
nav.header__menu li.deeper.active ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  display: none;
  width: 610px;
  border-bottom: 1px solid #000;
  padding: 55px 40px 20px 40px;
  border-radius: 4px;
  background: #000;
}

nav.header__menu li.deeper ul>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 23px;
}

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;
}

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: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

nav.header__menu li.deeper ul li a,
nav.header__menu li.deeper ul li span.separator,
nav.header__menu li.deeper ul li.deeper a,
nav.header__menu li.deeper ul li.deeper span.separator,
nav.header__menu li.deeper.active ul li a,
nav.header__menu li.deeper.active ul li span.separator,
nav.header__menu li.deeper.active ul li.deeper a,
nav.header__menu li.deeper.active ul li.deeper span.separator {
  padding: 10px 15px;
  margin: 0;
  background: #000;
  color: #fff;
  text-transform: none;
  font-size: 16px;
}

nav.header__menu li.deeper ul li a:hover,
nav.header__menu li.deeper ul li a:active,
nav.header__menu li.deeper ul li a:focus,
nav.header__menu li.deeper ul li span.separator:hover,
nav.header__menu li.deeper ul li span.separator:active,
nav.header__menu li.deeper ul li span.separator:focus,
nav.header__menu li.deeper ul li.deeper a:hover,
nav.header__menu li.deeper ul li.deeper a:active,
nav.header__menu li.deeper ul li.deeper a:focus,
nav.header__menu li.deeper ul li.deeper span.separator:hover,
nav.header__menu li.deeper ul li.deeper span.separator:active,
nav.header__menu li.deeper ul li.deeper span.separator:focus,
nav.header__menu li.deeper.active ul li a:hover,
nav.header__menu li.deeper.active ul li a:active,
nav.header__menu li.deeper.active ul li a:focus,
nav.header__menu li.deeper.active ul li span.separator:hover,
nav.header__menu li.deeper.active ul li span.separator:active,
nav.header__menu li.deeper.active ul li span.separator:focus,
nav.header__menu li.deeper.active ul li.deeper a:hover,
nav.header__menu li.deeper.active ul li.deeper a:active,
nav.header__menu li.deeper.active ul li.deeper a:focus,
nav.header__menu li.deeper.active ul li.deeper span.separator:hover,
nav.header__menu li.deeper.active ul li.deeper span.separator:active,
nav.header__menu li.deeper.active ul li.deeper span.separator:focus {
  color: #fff;
  text-decoration: underline;
}

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;
}

nav.header__menu ul.nav li:hover>.nav-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.header__menu li.active>a,
nav.header__menu li.active>span.separator,
nav.header__menu li.active>a:hover,
nav.header__menu li.active>span.separator:hover {
  color: #000;
  text-decoration: underline;
}

nav.header__menu li.deeper ul li.active>a,
nav.header__menu li.deeper ul li.active>span.separator,
nav.header__menu li.deeper ul li.deeper ul li.active>a,
nav.header__menu li.deeper ul li.deeper ul li.active>span.separator {
  color: #fff;

}

.slider-content {
  padding: 35px;
}

.slider-content__title {
  font-size: max(min(102px, 5.3vw), 38px) !important;
  line-height: 0.82 !important;
  font-weight: 500;
  letter-spacing: -0.02em !important;
  color: #f5f5f5;
  text-transform: none;
  border: none;
  margin: 0 0 170px;
  padding: 0;
}

.slider-content__title::after {
  display: none;
}

.slider-content__plus {
  margin-bottom: 24px !important;
}

.slider-content__desc {
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 500;
  letter-spacing: -0.02em !important;
  color: #f5f5f5;
  max-width: 340px !important;
  margin-bottom: 126px;
}

.slider-content__main-offer {
  display: inline-block;
  background-color: #79dfba;
  border-radius: 21.5px;
  font-size: max(min(24px, 2vw), 18px);
  line-height: 1 !important;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
  padding: 10px 31px;
}

.slider-main .tparrows.tp-leftarrow,
.slider-main .tparrows.tp-rightarrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: url("/images/icons/ar_sld.png") no-repeat center #000;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.slider-main .tparrows.tp-leftarrow:hover,
.slider-main .tparrows.tp-leftarrow:focus,
.slider-main .tparrows.tp-rightarrow:hover,
.slider-main .tparrows.tp-rightarrow:focus {
  background-color: #0358cb;
}

.slider-main .tparrows.tp-leftarrow {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.moduletable-about-us {
  padding: 112px 25px;
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us__text {
  max-width: 810px;
  width: 100%;
  padding-right: 35px;
}

.about-us__p {
  margin: 0;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  text-indent: 40px;
  max-width: 530px;
  text-align: left;
}

.about-us__adveteges {
  max-width: 612px;
  width: 100%;
  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;
  background: url("/images/theme/preim_bck.png") no-repeat center;
  background-size: contain;
  min-height: 388px;
}

.about-us__advetege {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}

.about-us__image {
  margin-bottom: 22px;
}

.about-us__advetege-title {
  font-size: 17px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  max-width: 156px;
  margin: 0 auto;
}

.moduletable-services {
  padding: 100px 25px;
}

.moduletable-services .junewsultra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.moduletable-services .jn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 20px);
  flex: 0 0 calc(33% - 20px);
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.moduletable-services .jn:hover .jn-left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.moduletable-services .jn:hover .jn-right h4 a,
.moduletable-services .jn:hover .jn-right .modul_h4 a {
  color: #f5f5f5;
  background-color: #0358cb;
  border-radius: 22px;
}

.moduletable-services .jn:hover .jn-right h4 a::after,
.moduletable-services .jn:hover .jn-right .modul_h4 a::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.moduletable-services .jn-left img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 2s linear;
  -o-transition: 2s linear;
  transition: 2s linear;
}

.moduletable-services .jn-right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 32px);
  margin: 15px 16px;
}

.moduletable-services .jn-right h4,
.moduletable-services .jn-right .modul_h4 {
  margin: 0;
  padding: 0;
}

.moduletable-services .jn-right h4 a,
.moduletable-services .jn-right .modul_h4 a {
  display: block;
  background-color: #79dfba;
  border-radius: 2px;
  padding: 30px 75px 30px 33px;
  min-height: 116px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.moduletable-services .jn-right h4 a::after,
.moduletable-services .jn-right .modul_h4 a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 23px 27px 0;
  width: 41px;
  height: 18px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  background: url("/images/icons/blacklobgarrow.png") no-repeat center;
}

.consultation-banner {
  margin: 90px 0;
  padding: 120px 25px 100px;
  background: url("/images/banners/bckgr1.jpg") no-repeat center;
  background-size: cover;
}

.consultation-banner__title {
  font-size: max(min(62px, 5vw), 34px);
  line-height: 0.83;
  padding: 0;
  margin: 0 0 65px;
}

.consultation-banner__subtitle {
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 28px;
}

.consultation-banner__btn a {
  font-size: 17px;
  padding: 11px 33px 15px;
}

.moduletable-we-guarantee {
  padding: 40px 25px 80px;
}

.moduletable-we-guarantee._windows {
  background-color: #ede7e3;
  padding-bottom: 140px;
}

.moduletable-we-guarantee._windows .we-guarantee__p {
  text-indent: 0;
}

.moduletable-we-guarantee._windows .we-guarantee__image {
  padding: 25px 10px 25px 30px;
  margin: 0 0 0 auto;
}

.moduletable-we-guarantee._windows .we-guarantee__image img {
  max-width: 100%;
}

.moduletable-we-guarantee._windows .we-guarantee__advantage-desc {
  max-width: 205px;
}

.we-guarantee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.we-guarantee__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 865px;
  width: 100%;
  padding-right: 35px;
}

.we-guarantee__advantage {
  max-width: 330px;
  width: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 336px;
  background: url("/images/theme/set_bckgr.png") no-repeat center;
  background-size: cover;
  padding: 15px;
}

.we-guarantee__advantage-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 20px;
}

.we-guarantee__advantage-desc {
  font-size: 17px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000000;
  max-width: 183px;
  margin: 0 auto;
}

.we-guarantee__image {
  margin: 0 auto;
  padding: 25px;
}

.we-guarantee__info {
  max-width: 555px;
  width: 100%;
}

.we-guarantee__p {
  margin: 0;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  text-indent: 40px;
  text-align: left;
}

.rsform.services-form-module {
  overflow: hidden;
}

.rsform.services-form-module .formContainer {
  max-width: 548px;
  width: 100%;
}

.rsform.services-form-module h2 {
  font-size: max(min(52px, 4vw), 34px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #f0f0f0;
  padding: 0;
  margin: 0 0 28px;
}

.rsform.services-form-module .rsform-block-form-description {
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #f0f0f0;
  max-width: 455px;
  margin: 0 0 70px;
}

.rsform.services-form-module .rsform-block-flex-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -23px 35px;
}

.rsform.services-form-module .rsform-block-flex-horizontal .rsform-block {
  -webkit-box-flex: calc(50% - 46px);
  -ms-flex: calc(50% - 46px);
  flex: calc(50% - 46px);
  margin: 0 23px;
}

.rsform.services-form-module .rsform-block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 75px;
}

.rsform.services-form-module .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;
}

.rsform.services-form-module .rsform-block .formControlLabel {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #f0f0f0;
  margin: 10px 0 0;
}

.rsform.services-form-module .rsform-block-agree {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #4283db;
  max-width: 230px;
  margin-right: 60px;
}

.rsform.services-form-module .rsform-block-agree a {
  color: inherit;
}

.rsform.services-form-module .rsform-block-agree a:hover {
  color: #fff;
}

.rsform.services-form-module .rsform-block-submit2 .formControlLabel {
  display: none;
}

.rsform.services-form-module input {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #4385e0;
  min-height: 48px;
  -webkit-transition: 0.22s;
  -o-transition: 0.22s;
  transition: 0.22s;
  color: #f0f0f0;
  font-size: 18px;
  line-height: 1;
  width: 100%;
}

.rsform.services-form-module input:focus {
  outline: none;
  border-color: #f0f0f0;
}

.rsform.services-form-module .formControls {
  margin: 0;
  padding: 0;
}

.rsform.services-form-module .rsform-submit-button {
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #0358cb;
  background-color: #fffcf7;
  border: 2px solid #fffcf7;
  border-radius: 2px;
  padding: 11px 33px 15px;
}

.rsform.services-form-module .rsform-submit-button:hover,
.rsform.services-form-module .rsform-submit-button:active,
.rsform.services-form-module .rsform-submit-button:focus {
  background: #000;
  border-color: #000;
  color: #fffcf7;
}

.services-form__wrapper {
  background: #0358cb url("/images/theme/form_img.jpg") no-repeat right -2px center;
  background-size: auto 100%;
  padding: 70px 88px 120px;
}

.moduletableinner-banner {
  background-color: #3f3a3a;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 35px;
}

.moduletableinner-banner._repair {
  background-image: url("/images/banners/banrepair.jpg");
}

.moduletableinner-banner._construction-houses {
  background-image: url("/images/banners/construction-houses-ban.jpg");
}

.moduletableinner-banner._windows-balconies {
  background-position: top right 13%;
  background-image: url("/images/banners/windows-balconies-ban.jpg");
}

.moduletableinner-banner._putty-plaster {
  background-position: center right 0;
  background-image: url("/images/banners/stukaturka-ban.jpg");
}

.moduletableinner-banner._sliding-gates {
  background-image: url("/images/banners/sliding-gates-ban.jpg");
}

.moduletableinner-banner._canopies {
  background-image: url("/images/banners/naves-banner.jpg");
}

.moduletableinner-banner._kovka {
  background-color: #040608;
  background-image: url("/images/banners/kovka-ban.jpg");
  background-position: center;
}

.moduletableinner-banner._kovka>.container {
  border-bottom: 2px solid #1b1f23;
}

.inner-banner {
  padding: 95px 0;
  min-height: 740px;
  color: #f0f0f0;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-banner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.inner-banner__over-title {
  font-size: max(min(28px, 2.5vw), 24px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}

.inner-banner__title {
  font-size: max(min(82px, 5.2vw), 40px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0 0 40px;
}

.inner-banner__title::after {
  display: none;
}

.inner-banner__desc {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: inherit;
  max-width: 335px;
  margin-right: 70px;
}

.inner-banner--sliding-gates .inner-banner__desc {
  max-width: 555px;
}

.inner-banner__desc .plus {
  margin-bottom: 33px;
}

.inner-banner__bottom {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-banner__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-right: 25px;
}

.inner-banner__cost {
  margin-right: 30px;
}

.inner-banner__cost-title {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 15px;
}

.inner-banner__cost-price {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
}

.inner-banner__cost-price span {
  font-size: 28px;
  padding: 0 4px;
}

.inner-banner__const-btn a {
  font-size: 17px;
  padding: 14px 33px 15px;
}

.inner-banner__consul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 405px;
  width: 100%;
}

.inner-banner__consul-desc {
  max-width: 240px;
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
}

.inner-banner__consul-btn a {
  padding: 12px 33px 13px;
  font-size: 17px;
}

.inner-banner__consul-btn a:hover {
  text-decoration: none;
}

.inner-banner--repair .inner-banner__title {
  max-width: 565px;
}

.inner-banner--kovka .inner-banner__title {
  max-width: 665px;
}

.inner-banner--kovka .inner-banner__desc {
  max-width: 275px;
}

.inner-banner--construction-houses .inner-banner__title {
  max-width: 600px;
}

.inner-banner--windows-balconies .inner-banner__title {
  max-width: 890px;
}

.inner-banner--putty-plaster .inner-banner__title {
  max-width: 582px;
}

.we-offer {
  padding: 100px 25px;
}

.we-offer__contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.we-offer__title {
  -webkit-box-flex: 38%;
  -ms-flex: 38%;
  flex: 38%;
  padding-right: 35px;
}

.we-offer__text {
  padding-top: 25px;
  -webkit-box-flex: 62%;
  -ms-flex: 62%;
  flex: 62%;
}

.we-offer__text p:last-child {
  margin-bottom: 0;
}

.type-services {
  padding: 45px 25px 150px;
}

.type-services__title {
  padding-bottom: 11px;
  border-bottom: 1px solid #000;
}

.type-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
}

.type-services__item:not(:last-child) {
  padding-bottom: 75px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e0dcd7;
}

.type-services__item-img {
  padding-right: 4.3vw;
}

.type-services__item-img img {
  width: 188px;
  height: 188px;
  -o-object-fit: cover;
  object-fit: cover;
}

.type-services__item-content {
  max-width: 710px;
  margin-right: 30px;
}

.type-services__item-title {
  padding: 0;
  margin: 0 0 45px;
  font-size: max(min(34px, 3vw), 22px);
}

.our-portfolio ul,
.type-services__text ul {
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

.our-portfolio ul li,
.type-services__text ul li {
  margin: 0 0 28px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.our-portfolio ul li::before,
.type-services__text ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 18px;
  background: url("/images/icons/listico.png") no-repeat center;
  background-size: contain;
}

.type-services__item-btn {
  margin-top: 40px;
}

.type-services__item-btn .btn,
.type-services__item-btn div.moduletablejunews_mod .jn .jn-more .readmore,
div.moduletablejunews_mod .jn .jn-more .type-services__item-btn .readmore {
  padding: 12px 34px 13px;
}

.type-services__item-price {
  margin-left: auto;
}

.type-services__item-price .price-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 14px;
}

.type-services__item-price .price {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  white-space: nowrap;
}

.type-services__item-price .price span {
  font-size: 28px;
}

.type-services p {
  margin-bottom: 0;
}

.type-services.type-services_window .type-services__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.our-portfolio {
  background-color: #ede7e3;
  padding: 125px 25px 105px;
  overflow: hidden;
}

.our-portfolio__title {
  padding-bottom: 11px;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
}

.our-portfolio__desc {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  margin-top: 22px;
  margin-bottom: 25px;
  padding-left: 8px;
}

.our-portfolio__item {
  padding-top: 35px;
}

.our-portfolio__item:not(:last-child) {
  padding-bottom: 60px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfd3cc;
}

.our-portfolio__item-title {
  padding: 0;
  margin: 0 0 19px;
}

.our-portfolio__item-desc {
  max-width: 670px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 40px;
}

.our-portfolio__gallery.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-portfolio__gallery.owl-carousel .owl-item>div {
  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%;
}

.our-portfolio__gallery .pg-image {
  border-radius: 4px;
}

.our-portfolio__btn {
  margin-top: auto;
}

.our-portfolio__gallery .owl-dots {
  margin-top: 30px;
}

.our-portfolio__gallery .our-portfolio__gallery {
  border-radius: 4px;
}

.our-portfolio__gallery .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #fefcfa;
  border-radius: 50%;
}

.our-portfolio__gallery .owl-dots .owl-dot.active span {
  background: #000;
}

:root div .owl-nav.disabled button {
  display: none;
}

:root div .owl-nav button.owl-next,
:root div .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  border: 1px solid #000;
  border-radius: 50%;
  background: url("/images/icons/rightblackarrow.png") no-repeat center;
}

:root div .owl-nav button.owl-next:hover,
:root div .owl-nav button.owl-next:focus,
:root div .owl-nav button.owl-prev:hover,
:root div .owl-nav button.owl-prev:focus {
  background-color: rgba(255, 255, 255, 0.281);
}

:root div .owl-nav button.owl-next.disabled,
:root div .owl-nav button.owl-prev.disabled {
  display: none;
}

:root div .owl-nav button.owl-next span,
:root div .owl-nav button.owl-prev span {
  display: none;
}

:root div .owl-nav button.owl-next {
  right: -82px;
}

:root div .owl-nav button.owl-prev {
  left: -82px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.guarantees {
  padding: 105px 25px;
  background-color: #79dfba;
}

.guarantees.guarantees--yellow {
  background-color: #ffd153;
}

.guarantees__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guarantees__title {
  -webkit-box-flex: 37%;
  -ms-flex: 37%;
  flex: 37%;
  padding-right: 35px;
}

.guarantees__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guarantees__title-ico {
  margin-left: 30px;
}

.guarantees__text {
  -webkit-box-flex: 63%;
  -ms-flex: 63%;
  flex: 63%;
}

.guarantees__text p {
  text-align: left;
}

.price-list {
  padding: 160px 25px 70px;
}

.table-price {
  border: 1px solid #000000;
}

.table-price thead>tr>td {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}

.table-price thead>tr>td:first-child {
  padding-left: 40px;
}

.table-price tbody>tr>td {
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  padding: 26px 10px;
  border-bottom: 1px solid #e0dcd7;
}

.table-price tbody>tr>td:first-child {
  padding-left: 40px;
}

.table-price tbody>tr:last-child>td {
  border: none;
}

body .table-responsive>.table>tbody>tr>td,
body .table-responsive>.table>tbody>tr>th,
body .table-responsive>.table>tfoot>tr>td,
body .table-responsive>.table>tfoot>tr>th,
body .table-responsive>.table>thead>tr>td,
body .table-responsive>.table>thead>tr>th {
  white-space: normal;
}

.brends {
  padding: 50px 25px 140px;
}

.brends__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 35px;
}

.brends__list {
  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;
  margin: 0 -15px;
}

.brends__item {
  padding: 15px;
}

.brends__item img {
  max-width: 100%;
}

.full-contact-inf {
  padding: 180px 25px 45px;
}

.full-contact-inf>.container>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.full-contact-inf>.container>.row::before,
.full-contact-inf>.container>.row::after {
  display: none;
}

.moduletable-logo-footer {
  margin-right: 68px;
}

.moduletable-footer-menu {
  max-width: 895px;
  width: 100%;
}

.moduletable-footer-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.moduletable-footer-menu .nav::before,
.moduletable-footer-menu .nav::after {
  display: none;
}

.moduletable-footer-menu .nav li {
  margin: 0;
}

.moduletable-footer-menu .nav li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 816px;
  width: 100%;
}

.moduletable-footer-menu .nav li ul li {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.moduletable-footer-menu .nav li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 20px;
  padding: 0 15px 0 0;
}

.moduletable-footer-menu .nav li a:hover,
.moduletable-footer-menu .nav li a:focus {
  text-decoration: underline;
  background: transparent;
}

.moduletable-footer-menu .nav li.active>a {
  text-decoration: underline;
}

.moduletable-footer-menu .nav li a.footer-menu-hidden {
  display: none;
}

.moduletable-footer-menu .separator {
  display: none;
}

.moduletable-footer-contacts {
  margin-left: auto;
  text-align: right;
}

.footer-contacts__tel {
  margin-bottom: 15px;
}

.footer-contacts__tel a {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  white-space: nowrap;
}

.footer-contacts__city {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
}

.footer_2 {
  color: #999;
  padding: 0;
}

.footer_2 .row {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.copyright__text {
  margin: 0;
  font-size: 14px;
  text-align: left;
  line-height: 14px;
  text-indent: 0;
  color: #999;
}

.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: 14px;
  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: 14px;
  line-height: 15px;
}

div.art_web_copyright:hover a {
  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,
div.art_web_copyright .image svg #Wblack,
div.art_web_copyright .image svg #art-web {
  fill: #999;
}

/* модальные окна */
.request-call .modal-dialog {
  max-width: 730px;
  width: 100%;
}

.modal-content {
  background-color: #0358cb;
  border-radius: 4px;
  color: #f0f0f0;
  padding: 70px max(4.8vw, 25px) 85px;
  border: none;
  margin: 0 10px;
}

.modal-content.fiol-modal {
  background-color: #312eaa;
}

.modal-content.dark-modal {
  background-color: #11112c;
}

.modal-header {
  min-height: 0;
  border: none;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
}

.modal-content__title {
  padding: 0;
  margin: 0 0 25px;
  font-size: max(min(42px, 3.8vw), 32px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #f0f0f0;
}

.modal-body {
  padding: 0;
}

.request-call .modal-content .formContainer {
  width: 100%;
}

.modal-content input {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 2px;
  min-height: 49px;
  width: 100%;
  background: transparent;
}

.modal-content textarea {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 2px;
  width: 100%;
  min-height: 185px;
  background: transparent;
  padding: 15px 39px;
}

.modal-content input:focus,
.modal-content textarea:focus {
  outline: none;
  border-color: #fff;
}

.modal-content input::-webkit-input-placeholder,
.modal-content textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-moz-placeholder,
.modal-content textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input:-ms-input-placeholder,
.modal-content textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-ms-input-placeholder,
.modal-content textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-webkit-input-placeholder,
.modal-content textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-moz-placeholder,
.modal-content textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input:-ms-input-placeholder,
.modal-content textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-ms-input-placeholder,
.modal-content textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-webkit-input-placeholder,
.modal-content textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-moz-placeholder,
.modal-content textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input:-ms-input-placeholder,
.modal-content textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::-ms-input-placeholder,
.modal-content textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content input::placeholder,
.modal-content textarea::placeholder {
  color: rgba(255, 255, 255, .3);
  font-size: 17px;
  letter-spacing: -0.02em;
}

.modal-content__two-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -22px;
}

.modal-content__two-row>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 44px);
  flex: 0 0 calc(50% - 44px);
  margin: 0 22px;
}

.modal-content div.formControls {
  padding: 0;
}

.modal-content .rsform-block {
  margin-bottom: 34px;
}

.modal-content .formError {
  margin: 2px 0 0;
}

.modal-content .formControlLabel {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #f0f0f0;
  margin-top: 10px;
}

.modal-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 75px;
}

.modal-content .request-call__agree {
  color: rgba(255, 255, 255, .3);
  max-width: 245px;
}

.modal-content .request-call__agree a {
  color: rgba(255, 255, 255, .3);
}

.modal-content .request-call__submit {
  margin-left: 63px;
}

.modal-content .request-call__submit .rsform-submit-button {
  padding: 11px 33px 15px;
  background-color: #fffcf7;
  border: none;
  border-radius: 2px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #0358cb;
}

.modal-content.fiol-modal .request-call__submit .rsform-submit-button {
  color: #312eaa;
}

.modal-content.dark-modal .request-call__submit .rsform-submit-button {
  color: #11112c;
}

.modal-content .request-call__submit .rsform-submit-button:hover,
.modal-content .request-call__submit .rsform-submit-button:focus {
  background: #000;
  color: #fffcf7;
}

.modal-content .modal-header .close {
  background: url('/images/icons/close-white.png') no-repeat center;
  display: block;
  font-size: 0;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 28px;
  opacity: 1;
}

.modal-content__messange {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #f0f0f0;
}

.rsform-block-task-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rsform-block-task-file .formControls {
  max-width: 250px;
  width: 100%;
  margin-right: 25px;
}

.rsform-block-task-file label input {
  display: none;
}

.rsform-block-task-file .formControlLabel span {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #5552ab;
}

.rsform-block-task-file label {
  display: block;
  width: 100%;
  height: 49px;
  border: 1px solid #4646ae;
  border-radius: 24px;
  cursor: pointer;
  background: url('/images/icons/paper_clip.png') no-repeat center;
}

.rsform-block-task-file__desc {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #5552ab;
  margin-top: 6px;
}

.moduletable-slider-material {
  padding: 40px 25px 120px;
}

.moduletable-slider-material .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moduletable-slider-material .owl-carousel .owl-item img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.moduletable-slider-material .jn {
  padding: 7px 38px 50px;
  background-color: #fff;
  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%;
}

.moduletable-slider-material .jn-left {
  text-align: center;
}

.moduletable-slider-material .jn-right a {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.moduletable-slider-material .jn-right a:hover,
.moduletable-slider-material .jn-right a:focus {
  text-decoration: none;
}

.moduletable-slider-material .jn-right h4 {
  padding: 0;
  margin: 0 0 28px;
}

.moduletable-slider-material .jn-intro {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 43px;
}

.moduletable-slider-material .jn-footer {
  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;
  margin-top: auto;
}

.moduletable-slider-material .jn-footer__price {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.4px;
  padding-right: 10px;
}

.moduletable-slider-material .jn-footer__price b {
  font-size: 28px;
  letter-spacing: -0.56px;
  font-weight: 600;
}

.moduletable-slider-material .jn-footer__btn a {
  padding: 11px 42px 13px;
}

.owl-dots {
  margin-top: 45px;
  text-align: center;
}

.owl-dots .owl-dot span {
  background: #dbd4d0;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 7px;
}

.owl-dots .owl-dot.active span {
  background: #000;
}

.owl-carousel button.owl-dots {
  display: inline-block;
  zoom: 1;
}

.item-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-page>div {
  width: 100%;
}

.item-image {
  margin-bottom: 30px;
}

.item-image img {
  max-width: 100%;
}

.popup-content {
  padding-left: 5.2vw;
}

.popup-content ul {
  list-style: none;
}

.popup-content__title {
  font-size: max(min(28px, 2.5vw), 24px);
  line-height: 1.2;
  letter-spacing: -0.56px;
  padding: 0;
  margin: 0 0 28px;
}

.popup-content__desc {
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 60px;
}

.popup-content__list-advantages {
  padding: 0;
  margin: 0 0 80px;
}

.popup-content__list-advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 15px;
}

.popup-content__list-advantages li img {
  margin-right: 15px;
}

.popup-content__price {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-bottom: 30px;
}

.popup-content__price b {
  font-size: 28px;
  letter-spacing: -0.56px;
  font-weight: 600;
}

.popup-content__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.popup-content__btns a {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 12px 42px 13px;
  color: #fff;
}

.popup-content__list-options {
  padding: 0;
  margin: 0;
}

.popup-content__list-options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}

.popup-content__list-options li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #EDEDED;
}

.popup-content__list-options li span {
  display: inline-block;
  background: #FAF7F5;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.fancybox-content .popup-content__list-options li span {
  background: #fff;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.4);
}

.content.fancybox-content {
  padding: 70px 85px 50px;
  max-width: 1420px;
  margin: 0 auto;
}

.fancybox-content .item-image img {
  max-width: 510px;
  width: 100%;
}

.fancybox-content .popup-content {
  max-width: 600px;
}

.fancybox-content .fancybox-button {
  width: 68px;
  height: 68px;
  opacity: 1;
  color: #000;
}

.fancybox-content .fancybox-button:hover,
.fancybox-content .fancybox-button:focus {
  background: none;
}

/* .showroom  */
.showroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.showroom__text {
  -webkit-box-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
  padding-right: 25px;
}

.showroom__image {
  -webkit-box-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

.showroom__image img {
  max-width: 100%;
}

.showroom__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -10px;
  max-width: 650px;
}

.showroom__main>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px 45px;
}

.showroom__address {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
}

.showroom__work-time {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
}

.showroom__work-time-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

.showroom__contacts a {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  white-space: nowrap;
}

.showroom__contacts a:hover,
.showroom__contacts a:focus {
  color: #0358cb;
  text-decoration: none;
}

/* .showroom  !*/
/* .faq */
.moduletable-faq {
  padding: 70px 25px;
}

.faq.panel-group .panel+.panel {
  margin-top: 0;
}

.faq.panel-group .panel {
  margin-bottom: 17px;
  border: none;
}

.faq .panel-default>.panel-heading {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.faq .panel-default>.panel-heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 21px 10px;
  background-color: #ede7e3;
  border-radius: 4px;
}

.faq .panel-default>.panel-heading a {
  text-decoration: none;
}

.faq .panel-default>.panel-heading a:hover,
.faq .panel-default>.panel-heading a:focus {
  text-decoration: none;
  outline: none;
}

.faq .panel-default>.panel-heading a .faq__num {
  font-size: max(min(28px, 3vw), 20px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #faf7f5;
  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;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #0358cb;
  margin-right: 4.6vw;
}

.faq .panel-default>.panel-heading a .faq__title {
  font-size: max(min(28px, 3vw), 20px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  padding-right: 20px;
}

.faq__plus {
  margin-left: auto;
  -webkit-transition: .24s ease;
  -o-transition: .24s ease;
  transition: .24s ease;
}

a[aria-expanded="true"] .faq__plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding: 35px;
  background-color: #faf7f5;
  border: 1px solid #ede7e3;
}

.faq .panel-body p {
  text-indent: 0;
  margin-bottom: 10px;
}

/* .faq !*/
/* scheme-work */
.moduletable-scheme-work {
  margin: 70px 0;
  overflow: hidden;
  padding: 80px 25px;
  background: #ede7e3;
}

.scheme-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.scheme-work__item {
  margin: 0 22px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 44px);
  flex: 0 0 calc(20% - 44px);
}

.scheme-work__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.scheme-work__title {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 15px;
}

.scheme-work__subtitle {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  background-color: #79dfba;
  border-radius: 12px;
  margin-bottom: 20px;
}

.scheme-work__desc {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
}

.scheme-work__icon-img {
  margin-right: 8px;
  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: 144px;
  height: 144px;
  background-color: #79dfba;
  border-radius: 50%;
}

/* scheme-work !*/
/* отзывы */
.otzyv-wrapper {
  padding: 70px 25px 120px;
}

#phocaguestbook_comments .article {
  background: #fff;
  padding: 69px 57px 80px 39px;
  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%;
}

.article__title {
  font-size: max(min(32px, 3vw), 26px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

.article__decor {
  margin-bottom: 35px;
}

.owl-carousel .owl-item .article__decor img {
  width: auto;
}

.article__text {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

#phocaguestbook_comments .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* отзывы !*/
.moduletable-catalog-gates {
  padding: 60px 25px;
}

.catalog-gates__gall .osgalery-cat-tabs {
  display: none;
}

.catalog-gates h3 {
  margin-bottom: 25px;
}

.os_fancybox-inner p {
  font-size: 16px;
  line-height: 1.22;
  text-indent: 0;
  margin-bottom: 10px;
}

.os_fancybox-inner li {
  font-size: 16px;
  line-height: 1.22;
}

.os_fancybox-inner h3 {
  margin-bottom: 20px;
}

.contentInHtml {
  padding: 0 25px 25px !important;
}

.imgInHtml {
  padding: 25px 15px;
}

.imgInHtml img {
  max-height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.os_fancybox-slide.os_fancybox-slide--inline .data-html-wrap.position_bottom {
  width: 90% !important;
}

:root .os_fancybox-caption-wrap {
  z-index: 5;
}

:root [class^=os-gallery-tabs-main] .img-block.none-effect .os-gallery-caption {
  position: static;
}

:root [class^=os-gallery-tabs-main] .img-block.none-effect .os-gallery-caption h3.os-gallery-img-title {
  padding: 15px 5px;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  text-shadow: none;
}

:root [class^=os-gallery-tabs-main] .img-block.none-effect .os-gallery-caption h3.os-gallery-img-title::first-letter {
  text-transform: uppercase;
}

:root [class^=os-gallery-tabs-main] .os-cat-tab-images .img-block a {
  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;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;

}

/* цены на откатные ворота */
.price-block_tab {
  padding: 60px 25px 40px;
}

.tabBlock .nav>li>a {
  display: block !important;
}

.tabElements ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabElements li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style: none;
  padding: 14px;
  text-align: center;
  border: 1px solid rgb(235, 235, 235);
  margin: 0;
}

.tabElements li.active {
  background-color: #0358cb;
  color: #fff;
}

.tabElements li.active a {
  color: #fff;
}

.tabElements .nav>li>a:hover,
.tabElements .nav>li>a:focus {
  background: transparent;
  outline: none;
}

.tabElements li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.tabElements li:before {
  content: none;
}

.tabBlock table {
  table-layout: fixed;
  width: 100%;
}

.tabBlock td,
.tabBlock th {
  width: 2%;
  border: 1px solid rgb(235, 235, 235);
  text-align: center;
  padding: 10px;
}

.tabBlock td:hover,
.tabBlock th:hover {
  background-color: #0358cb;
  color: #fff;
}

.tabBlock tr:first-child th:nth-child(1):before {
  content: '\2193';
  display: inline-block;
  position: relative;
  right: 1px;
  z-index: 100;
}

.tabBlock tr:first-child th:nth-child(2):after {
  content: '\2192';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 1px;
  z-index: 100;
}

/*  benefits-block */
.benefits-block {
  padding: 60px 25px;
}

.benefits-block .pers {
  text-align: center;
}

.benefits-block .pers button {
  padding: 15px 30px;
  max-width: 300px;
  width: 100%;
}

.section-benefits .benefit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-benefits .benefit .img {
  width: 25%;
  height: 25%;
  margin-right: 10px;
  border-radius: 100%;
  background: white;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 52, 86, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 52, 86, 0.15);
  padding: 14px;
  margin-bottom: 10px;
  max-width: 65px;
}

.section-benefits .benefit .img img {
  width: 100%;
  height: auto;
}

.section-benefits .benefit .text {
  font-size: 18px;
  margin: 0;
  text-align: center;
}

.mod-wrap {
  padding: 60px 25px;
}

/* Готовые откатные ворота */
.foto-rabot-block {
  padding: 60px 25px;
}

.foto-rabot-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden;
}

.foto-rabot-block .element {
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  margin: 10px 15px;
  border: 1px solid #000;
  padding: 25px 15px;
}

.foto-rabot-block .wrapperImages img {
  max-width: 100%;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.foto-rabot-block .work-btn-block {
  margin-top: auto;
}

.foto-rabot-block .work-btn-block a {
  color: #fff;
  font-size: 15px;
  padding: 12px 25px;
}

.foto-rabot-block .work-btn-block a:hover,
.foto-rabot-block .work-btn-block a:active,
.foto-rabot-block .work-btn-block a:focus {
  color: #000;
}

.foto-rabot-block .elementName {
  margin: 10px 0 20px;
  font-size: 18px;
  line-height: 1.2;
}

.foto-rabot-block .elementName:hover {
  text-decoration: none;
}

/* как сделать заказ */
.who-order-section {
  padding: 60px 25px;
}

.orders .wrapperImages {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.orders .wrapperImages img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.orders .element:nth-child(1) .wrapperImages:after {
  content: '1';
}

.orders .element:nth-child(2) .wrapperImages:after {
  content: '2';
}

.orders .element:nth-child(3) .wrapperImages:after {
  content: '3';
}

.orders .element:nth-child(4) .wrapperImages:after {
  content: '4'
}

.orders .wrapperImages:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-shadow: .2px .5px 1px rgba(0, 0, 0, .5);
  font-weight: 600;
  font-size: 42px;
  text-align: center;
}

.orders .element {
  border: 0;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  padding: 15px;
}

.orders .element:hover {
  border: 0;
}

.who-order-section .elementData {
  text-align: center;
  line-height: 1.3;
  font-size: 18px;
  /* font-weight: 600;*/
  padding: 10px;
}

.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.who-order-section .list {
  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;
}

.faq_section {
  padding: 35px 25px;
}

/* sub-banner */
.sub-banner {
  padding: 55px 25px 120px;
}

.sub-banner.sub-banner--kovka {
  color: #fff;
  background: #040608 url('/images/banners/frmA (1).jpg') no-repeat bottom left;
}

.sub-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-banner__title {
  -webkit-box-flex: 42%;
  -ms-flex: 42%;
  flex: 42%;
  padding-right: 35px;
}

.sub-banner__content {
  -webkit-box-flex: 62%;
  -ms-flex: 62%;
  flex: 62%;
}

.sub-banner__content p {
  color: inherit;
  text-align: left;
  font-size: max(min(19px, 1.9vw), 16px);
}

.sub-banner__images {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.sub-banner__images img {
  max-width: 100%;
}

/* sub-banner !*/
/* profile */
.profile {
  padding: 45px 25px 180px;
}

.profile>.container>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile__left {
  -webkit-box-flex: 38%;
  -ms-flex: 38%;
  flex: 38%;
  padding-right: 35px;
}

.profile__left img {
  max-width: 100%;
  border-radius: 6px;
}

.profile__right {
  -webkit-box-flex: 62%;
  -ms-flex: 62%;
  flex: 62%;
}

.profile__avatar {
  margin-bottom: 35px;
}

.profile__video a {
  position: relative;
}

.profile__video a::after {
  content: "";
  pointer-events: none;
  display: block;
  width: 134px;
  height: 134px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('/images/theme/pl.png') no-repeat center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.profile__video a:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.04);
  -ms-transform: translate(-50%, -50%) scale(1.04);
  transform: translate(-50%, -50%) scale(1.04);
}

.profile__name {
  font-size: max(min(68px, 5.5vw), 26px);
  line-height: 1;
  padding: 0;
  margin: 50px 0;
  max-width: 480px;
}

.profile__desc-top {
  margin-bottom: 35px;
}

.profile__decor {
  margin-bottom: 25px;
}

.profile__desc p {
  font-size: 16px;
  text-align: left;
  text-indent: 20px;
  line-height: 1.375;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

.profile__video-title {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
}

/* profile !*

/* ready-projects */
.ready-projects {
  background-color: #d2e8e6;
  padding: 90px 25px 140px;
  margin-bottom: 45px;
}

.ready-projects__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 50px 14px;
}

.ready-projects__item:hover,
.ready-projects__item:active,
.ready-projects__item:focus {
  text-decoration: none;
}

.ready-projects__item:hover .ready-projects__item-img,
.ready-projects__item:active .ready-projects__item-img,
.ready-projects__item:focus .ready-projects__item-img {
  -webkit-box-shadow: 0 29px 29px -2px rgba(3, 88, 203, .4);
  box-shadow: 0 29px 29px -2px rgba(3, 88, 203, .4);
}

.ready-projects__item:hover .ready-projects__item-title,
.ready-projects__item:active .ready-projects__item-title,
.ready-projects__item:focus .ready-projects__item-title {
  color: #0358cb;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.ready-projects__item:hover .ready-projects__item-img::after,
.ready-projects__item:active .ready-projects__item-img::after,
.ready-projects__item:focus .ready-projects__item-img::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ready-projects__item:hover .ready-projects__item-img::before,
.ready-projects__item:active .ready-projects__item-img::before,
.ready-projects__item:focus .ready-projects__item-img::before {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.ready-projects__item-img {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: .22s ease;
  -o-transition: .22s ease;
  transition: .22s ease;
}

.ready-projects__item-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background: rgba(3, 88, 203, .9);
  -webkit-transition: .22s linear;
  -o-transition: .22s linear;
  transition: .22s linear;
}

.ready-projects__item-img::before {
  content: "Изучить";
  display: block;
  width: 92px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background: url('/images/theme/arrowcircle.png') no-repeat right center;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: left;
  -webkit-transition: .24s linear;
  -o-transition: .24s linear;
  transition: .24s linear;
  z-index: 1;
}

.ready-projects__item-img img {
  max-width: 100%;
}

.ready-projects__item-title {
  margin-top: 10px;
  font-size: max(min(24px, 2vw), 16px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
}

/* ready-projects !*/
.projects-gallary {
  padding: 50px 25px 25px;
}

.projects-gallary__wrapper {
  position: relative;
}

.projects-gallary__title {
  margin-bottom: 20px;
}

.projects-gallary .os-cat-tab-images {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
}

.projects-gallary .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: -10px;
}

.projects-gallary .owl-stage .img-block {
  width: 100% !important;
}

.projects-gallary .owl-dots {
  display: none;
}

.projects-gallary .os-gallery-img-title {
  display: none;
}

.projects-gallary .img-block>a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.projects-gallary .img-block>a:hover,
.projects-gallary .img-block>a:active,
.projects-gallary .img-block>a:focus {
  -webkit-box-shadow: 0 19px 9px -2px rgba(3, 88, 203, .25);
  box-shadow: 0 19px 9px -2px rgba(3, 88, 203, .25);
}

.projects-gallary .img-block>a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .22s linear;
  -o-transition: .22s linear;
  transition: .22s linear;
  background: rgba(3, 88, 203, .9);
}

.projects-gallary .img-block>a:hover::after,
.projects-gallary .img-block>a:active::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.projects-gallary .img-block>a::before {
  content: "Подробнее";
  display: block;
  width: 128px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background: url('/images/theme/pluscircle.png') no-repeat right center;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: left;
  -webkit-transition: .24s linear;
  -o-transition: .24s linear;
  transition: .24s linear;
  z-index: 1;
}

.projects-gallary .img-block>a:hover::before,
.projects-gallary .img-block>a:active::before {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.projects-gallary [class^=os-gallery] .os-cat-tab-images .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: visible;
  background-color: transparent;
  border-radius: 6px;
  margin: 0;
}

.projects-gallary [class^=os-gallery] .os-cat-tab-images .img-block:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.projects-gallary [class^=os-gallery-all-in-one-main] {
  overflow: visible;
}

.projects-gallary div .owl-nav button.owl-prev,
.projects-gallary div .owl-nav button.owl-next {
  margin-top: -15px;
}

/* sheme-work */
.scheme-work-forging {
  padding: 90px 25px 115px;
  background: #000 url("/images/theme/steps_bckgr.jpg") no-repeat left;
  background-size: cover;
  color: #faf7f5;
}

.scheme-work-forging__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px 32px;
}

.scheme-work-forging__item-first {
  padding-top: 48px;
}

.scheme-work-forging__title {
  color: inherit;
  font-size: max(min(52px, 4.5vw), 26px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0 0 20px;
  text-transform: none;
}



.scheme-work-forging__btn .btn {
  padding: 14px 33px 15px;
}


.scheme-work-forging__item {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, .8);
  padding: 34px 44px 56px;
  position: relative;

}

.scheme-work-forging__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 47px;
}

.scheme-work-forging__item-num {
  font-size: max(min(42px, 4vw), 28px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #0358cb;
  margin-right: 25px;
}

.scheme-work-forging__item-title {
  font-size: max(min(22px, 2.2vw), 18px);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.scheme-work-forging__text {
  font-size: max(min(17px, 1.7vw), 15px);
  line-height: 1.2;
  font-weight: 400;
}

.scheme-work-forging__decor {
  position: absolute;
  right: 29px;
  top: -15px;
}

.scheme-work-forging__item:nth-child(5) .scheme-work-forging__decor {
  right: 0;
}

/* sheme-work !*/
.os_fancybox-show-thumbs .os_fancybox-thumbs {
  background-color: #000 !important;
}

:root .os_fancybox-is-open .os_fancybox-bg {
  opacity: 0.7;
  background-color: #000;
}

.how-we-work {
  padding: 100px 15px;
}

.how-we-work__greed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 75px 32px;
}

.how-we-work__image {
  margin-bottom: 15px;
  position: relative;
}

.how-we-work__image::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 34px;
  width: 34px;
  height: 34px;
  font-size: max(min(42px, 4vw), 24px);
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
}

.how-we-work__block:nth-child(1) .how-we-work__image::after {
  content: "1";
}

.how-we-work__block:nth-child(2) .how-we-work__image::after {
  content: "2";
}

.how-we-work__block:nth-child(3) .how-we-work__image::after {
  content: "3";
}

.how-we-work__block:nth-child(4) .how-we-work__image::after {
  content: "4";
}

.how-we-work__block:nth-child(5) .how-we-work__image::after {
  content: "5";
}

.how-we-work__block:nth-child(6) .how-we-work__image::after {
  content: "6";
}

.how-we-work__image img {
  max-width: 100%;
  object-fit: cover;
}

.how-we-work__block-title {
  font-size: max(min(26px, 3vw), 16px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
}

.banner-products {
  padding: 0 25px 60px;

}

.banner-products>.container>.row {
  padding-top: 35px;
  border-top: 1px solid #000;
}

.banner-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.banner-products__front {
  background: #fff url("/images/theme/bannerwindowitembg.jpg") no-repeat center/cover;
  padding: 28px 45px 30px 68px;
  height: 100%;
}

.banner-products__front-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 60px;
}

.banner-products__front-title {
  font-size: max(min(26px, 1.9vw), 18px);
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.banner-products__front-logo img {
  max-width: 100%;
}

.banner-products__front-options {
  padding: 0;
  list-style: none;
  margin: 0;
}

.banner-products__front-option {
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}

.banner-products__front-option .title {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner-products__front-option .value {
  font-size: max(min(26px, 1.9vw), 15px);
  letter-spacing: -0.04em;
  line-height: 1;
  color: #000000;
  font-weight: 600;
  font-family: "Jost";
}

.banner-products__back {
  background-color: #fff;
  height: 100%;
  padding: 22px 25px;
}

.banner-products__back-size {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 28px;
}

.banner-products__back-thumb {
  margin-bottom: 30px;
  text-align: center;
}

.banner-products__back-thumb img {
  max-width: 100%;
  ;
}

.banner-products__back-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}


.banner-products__back-option {
  display: flex;
  width: 100%;
  margin-bottom: 6px;
}

.banner-products__back-option .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  padding-right: 18px;
  flex: 53%;
}

.banner-products__back-option .value {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  flex: 48%;
}


.banners {
  margin-bottom: 150px;
  padding: 0 25px;
}

.banners__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.banners__item img {
  max-width: 100%;
}

.moduletable-accessories {
  margin-top: 120px;
  padding: 0 25px;
}

.accessories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.accessories__product {
  background: #fff;
  padding: 35px;
  display: flex;
  flex-direction: column;
}

.accessories__image {
  margin-bottom: 20px;
  text-align: center;
  min-height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessories__image img {
  max-width: 100%;
}

.accessories__product-title {
  font-size: max(min(20px, 1.8vw), 17px);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 50px;
}

.accessories__price {
  font-size: max(min(16px, 1.5vw), 14px);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: auto;
}

.accessories__price strong {
  font-size: max(min(24px, 2vw), 16px);
  font-weight: 600;
}

.accessories__btn .btn {
  padding: 10px;
  max-width: 165px;
  width: 100%;
}

.moduletable-lamination {
  padding: 60px 25px 120px;
  background: url("/images/theme/palette-bg.jpg") no-repeat right bottom;

}

.lamination__content img {
  max-width: 100%;
}

.lamination__content {
  display: flex;
  gap: 30px;
}

.lamination__window {
  flex: 50%;
  text-align: center;
}

.lamination__palette {
  flex: 50%;
  padding-left: 64px;
}

.lamination__title {
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  max-width: 300px;
  margin-bottom: 25px;
}

.moduletable-widndow-forms {
  background-color: #ede7e3;
  padding: 80px 25px 100px;
}

.moduletable-widndow-forms>.site-h2 {
  margin-bottom: 70px;
}

.widndow-forms__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.widndow-forms__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widndow-forms__item img {
  max-width: 100%;
}

.stock-banner {
  padding: 119px 25px;
  min-height: 940px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  display: flex;
  align-items: flex-end;
}

.stock-banner.stock-banner--ceilings {
  background-color: #e1f7f3;
  background-image: url('/images/theme/natpotolbg.jpg');
}

.stock-banner.stock-banner--blinds {
  background-color: #f7ebe1;
  background-image: url('/images/theme/rulstoribg.jpg');
}

.stock-banner__text {
  max-width: 48%;
}

.stock-banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock-banner__text {
  margin-right: 35px;
}

.stock-banner__image img {
  max-width: 100%;
}

.stock-banner__desc {
  text-indent: 0;
  font-size: max(min(28px, 2.5vw), 18px);
  letter-spacing: -.0035em;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.stock-banner__list-title {
  font-size: max(min(20px, 1.8vw), 18px);
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin: 0 0 1.5em;
}
.ico-rulons{
  display: flex;
}
.ico-rulons::before {
  content: "";
  display: block;
  width: 55px;
  height: 49px;
  background: url('/images/theme/rulstori-ic.png') no-repeat center;
  margin-right: 38px;
}
.stock-banner__list{
  margin: 0 0 25px;
  padding: 0;
}
.stock-banner__list li{
  font-size: max(min(20px, 1.8vw), 16px);
  letter-spacing: 0px;
  line-height: 1.1;
  margin: 0 0 1.5em;
  margin-left: 58px;
  padding-left: 35px;
}
.bg-biruze {
  background: #e1f7f3;
}
.bg-beige {
  background: #f7ebe1;
}

.moduletable_type-prod {
  padding: 0 25px 70px;
}

.type-prod__item {
  background-color: #fff;
}

.type-prod__image {
  padding: 10px 10px 0;
}

.type-prod__image img {
  max-width: 100%;
  height: 315px;
  object-fit: cover;
}

.type-prod__caption {
  padding: 26px 36px 27px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
}

.type-prod__title {
  font-size: max(min(26px, 2.4vw), 20px);
  letter-spacing: -.038em;
  line-height: 1.1;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px;
}

.type-prod__price {
  font-size: max(min(16px, 1.5vw), 14px);
  line-height: 1;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 40px;
}

.type-prod__price strong {
  font-size: max(min(24px, 2.4vw), 18px);
  font-weight: 600;
}

.type-prod__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  max-width: 170px;
  width: 100%;
}

.gift-banner {
  padding: 0 25px 90px;
  color: #fff;
}

.gift-banner__container {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 78px 6vw;
}

.gift-banner--ceilings .gift-banner__container {
  background-image: url('/images/theme/natpotolbg-action.jpg');
}

.gift-banner--blinds .gift-banner__container {
  background-image: url('/images/theme/rulstoribg-gift.jpg');
}

.gift-banner__title {
  margin-bottom: 20px;
  font-style: italic;
}

.gift-banner__offer {
  font-size: max(min(28px, 2.5vw), 21px);
  letter-spacing: -.0035em;
  line-height: 1.1;
}

.gift-banner__gift {
  font-size: max(min(45px, 3.8vw), 28px);
  letter-spacing: -.023em;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
}

.gift-banner__image img {
  max-width: 100%;
}

.portfolio {
  padding: 0 25px 140px;
}
.footer-social{
  text-align: right;
  margin-bottom: 20px;
}
/********** adaptive **********/
@media (min-width: 992px) {
  .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;
  }

  .header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .header .sm-parent {
    display: none;
  }
}

@media (min-width: 1200px) {
  .itemid-461 .services-form__wrapper {
    background-image: url("/images/theme/formremont_bckgr.jpg");
  }

  .itemid-462 .services-form__wrapper {
    background-image: url("/images/theme/form_bckgr-construct-houses.jpg");
  }

  .itemid-463 .services-form__wrapper {
    background-image: url("/images/theme/form-window_bcgr.jpg");
  }

  .itemid-464 .services-form__wrapper {
    background-image: url("/images/theme/stuk-form_bcgr.jpg");
  }

  .itemid-465 .services-form__wrapper {
    background-image: url("/images/theme/naves-bckgr_form2.jpg");
  }

  .itemid-466 .services-form__wrapper {
    background-image: url("/images/theme/vorota-bckgr_form.jpg");
  }

  .itemid-470 .services-form__wrapper {
    background-image: url("/images/theme/kovkablcks.jpg");
  }
}

@media (max-width: 1600px) {
  :root div .owl-nav button.owl-prev {
    left: 10px;
  }

  :root div .owl-nav button.owl-next {
    right: 10px;
  }

  .stock-banner {
    padding: 60px 25px;
    min-height: 800px;
    background-size: auto 550px;

  }
}

@media (max-width: 1400px) {
  .services-form__wrapper {
    background-position: right -27% center;
  }

  .moduletable-slider-material .jn {
    padding: 7px 25px 30px;
  }

  .moduletable-slider-material .jn-footer__price b {
    font-size: 24px;
  }

  .moduletable-slider-material .jn-footer__price {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .header__logo {
    padding-right: 15px;
  }

  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: 10px;
  }

  .header__btn .btn,
  .header__btn div.moduletablejunews_mod .jn .jn-more .readmore,
  div.moduletablejunews_mod .jn .jn-more .header__btn .readmore {
    font-size: 16px;
    padding: 11px 22px;
  }

  .header__phone {
    padding-right: 14px;
  }

  .header__phone a {
    font-size: 18px;
  }

  .header__city {
    font-size: 16px;
    padding-right: 12px;
  }

  .slider-content__title {
    margin-bottom: 60px;
  }

  .slider-content__desc {
    margin-bottom: 35px;
  }

  .moduletable-about-us {
    padding: 60px 25px;
  }

  .moduletable-services {
    padding: 50px 25px;
  }

  .consultation-banner {
    padding: 70px 25px;
    margin: 35px 0;
    background-position: center left 30%;
  }

  .we-guarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .we-guarantee__left {
    max-width: 100%;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .we-guarantee__image {
    margin: 0;
  }

  .we-guarantee__info {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }

  .moduletable-we-guarantee._windows .we-guarantee__image {
    margin: 0;
  }

  .services-form__wrapper {
    background: #0358cb;
    margin: 0 auto;
    padding: 70px 80px;
  }

  .rsform.services-form-module .rsform-block-form-description {
    max-width: 100%;
  }

  .rsform.services-form-module .formContainer {
    max-width: 100%;
  }

  .moduletableinner-banner._putty-plaster {
    background-position: center right 33%;
  }

  .type-services {
    padding: 45px 25px 80px;
  }

  .type-services__item {
    padding: 35px 0;
  }

  .type-services__item:not(:last-child) {
    padding: 35px 0;
    margin-bottom: 30px;
  }

  .our-portfolio {
    padding: 80px 25px;
  }

  .our-portfolio__item {
    padding-top: 30px;
  }

  .our-portfolio__item:not(:last-child) {
    padding-bottom: 30px;
  }

  .price-list {
    padding: 100px 25px 50px;
  }

  .full-contact-inf {
    padding: 90px 25px 45px;
  }

  /* ! статьи с иконками на главной (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) ! */
  .moduletable-slider-material .jn-footer__price {
    margin-bottom: 15px;
  }

  .moduletable-slider-material .jn-footer {
    -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;
  }

  .content.fancybox-content {
    padding: 35px 50px;
  }

  .popup-content__desc {
    margin-bottom: 30px;
  }

  .popup-content__list-advantages {
    margin-bottom: 30px;
  }

  .popup-content__list-advantages li {
    margin-bottom: 10px;
  }

  .popup-content__price {
    margin-bottom: 20px;
  }

  .popup-content__btns {
    margin-bottom: 25px;
  }

  .popup-content__list-options li {
    margin-bottom: 10px;
  }

  .moduletable-scheme-work {
    margin: 25px 0;
    padding: 60px 25px;
  }

  .scheme-work__item {
    -webkit-box-flex: calc(33% - 44px);
    -ms-flex: calc(33% - 44px);
    flex: calc(33% - 44px);
  }

  .otzyv-wrapper {
    padding: 35px 25px 60px;
  }

  #phocaguestbook_comments .article {
    padding: 45px 30px;
  }

  .sub-banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-banner__title {
    padding-right: 0;
  }

  .ready-projects {
    padding: 75px 25px;
  }

  .ready-projects__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 25px 10px;
  }

  .scheme-work-forging__grid {
    grid-template-columns: 1fr 1fr;
  }

  .banner-products__front {
    padding: 25px 35px;
  }

  .moduletable-lamination {
    background-size: 650px;
  }

}

@media (max-width: 991px) {
  .header .sm-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .header .menu-icon-cont .menu-icon3 {
    margin: 0;
    margin-left: 10px;
    width: 34px;
    height: 33px;
  }

  .header__logo img {
    max-width: 100%;
  }

  .moduletable-services .jn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }

  .inner-banner {
    padding: 65px 0;
    min-height: 590px;
  }

  .inner-banner__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .inner-banner__desc {
    margin-right: 0;
  }

  .inner-banner__consul {
    width: auto;
  }

  .inner-banner__desc {
    max-width: 100%;
  }

  .we-offer {
    padding: 65px 25px;
  }

  .we-offer__title {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .we-offer__text {
    padding-top: 0;
  }

  .we-offer__contant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .type-services__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .type-services__item-content {
    margin-right: 0;
  }

  .type-services__item-img {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .type-services__item-img img {
    height: auto;
    max-height: 520px;
    width: 100%;
    max-width: 100%;
  }

  .type-services__item-price .price-title {
    margin-top: 35px;
  }

  .guarantees {
    padding: 60px 25px;
  }

  .guarantees__title {
    padding-right: 0;
  }

  .guarantees__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-list {
    padding: 80px 25px 35px;
  }

  .table-price tbody>tr>td {
    padding: 15px 10px;
  }

  .brends {
    padding: 50px 25px;
  }

  .moduletable-logo-footer {
    margin-right: 30px;
  }

  section.main>.container>.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: #0358cb;
  }

  .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 {
    color: #000;
  }

  .moduletable.rs-form-make-order .formControls {
    color: #000;
  }

  .moduletable.rs-form-make-order input[type=text],
  .moduletable.rs-form-make-order select {
    background-color: #fff;
    color: #000;
  }

  .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;
  }

  .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;
  }

  .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;
  }

  div.phocagallerys>div {
    width: 50%;
  }

  .owl-theme .owl-controls .owl-buttons div {
    display: none !important;
  }

  .moduletable-slider-material {
    padding: 40px 25px;
  }

  .showroom__address {
    font-size: 22px;
  }

  .moduletable-we-guarantee._windows {
    padding-bottom: 70px;
  }

  .moduletable-faq {
    padding: 40px 25px;
  }

  .price-block_tab {
    padding: 40px 25px 30px;
  }

  .tabBlock .nav>li>a {
    padding: 0;
  }

  .benefits-block {
    padding: 34px 25px;
  }

  .benefits {
    margin: 0 0 35px;
  }

  .mod-wrap {
    padding: 35px 25px;
  }

  .foto-rabot-block .element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 30px);
    flex: 0 0 calc(33% - 30px);
  }

  .who-order-section {
    padding: 35px 25px;
  }

  .orders .element {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .sub-banner {
    padding: 45px 25px;
  }

  .profile {
    padding: 35px 25px 80px;
  }

  .profile__name {
    max-width: 100%;
    margin: 30px 0;
  }

  .ready-projects {
    padding: 45px 25px;
  }

  .projects-gallary {
    padding: 25px 25px 15px;
  }

  .projects-gallary__title {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }

  .scheme-work-forging {
    padding: 60px 25px;
  }

  .scheme-work-forging__grid {
    gap: 15px;
  }

  .scheme-work-forging__item {
    padding: 25px 30px;
  }

  .scheme-work-forging__decor img {
    max-width: 105px;
  }

  .how-we-work {
    padding: 50px 15px;
  }

  .banner-products {
    padding: 0 25px 0;
  }

  .banner-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-products__front-head {
    margin-bottom: 25px;
  }

  .banner-products__front-option {
    margin-bottom: 15px;
  }

  .banners {
    margin-bottom: 35px;
  }

  .banners__grid {
    gap: 15px;
  }

  .accessories__grid {
    gap: 10px;
  }

  .moduletable-accessories {
    margin-top: 35px;
  }

  .accessories__product {
    padding: 20px 15px;
  }

  .accessories__image {
    min-height: 175px;
  }

  .moduletable-lamination {
    padding: 35px 25px;
    background: none;
  }

  .moduletable-widndow-forms {
    padding: 35px 25px;
  }

  .moduletable-widndow-forms>.site-h2 {
    margin-bottom: 30px;
  }

  .widndow-forms__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .stock-banner {
    min-height: 690px;
  }

  .moduletable_type-prod {
    padding-bottom: 35px;
  }

  .type-prod__caption {
    padding: 20px 25px;
    min-height: 0;
  }

  .gift-banner__container {
    padding: 50px;
  }

  .gift-banner {
    padding-bottom: 35px;
  }

  .portfolio {
    padding-bottom: 35px;
  }
  .stock-banner__list li {
    margin: 0 0 10px;
    margin-left: 25px;
    padding-left: 15px;
}
}

@media (max-width: 767px) {

  .header {
    padding: 10px 15px;
  }

  .header__city {
    display: none;
  }

  .header__btn .btn,
  .header__btn div.moduletablejunews_mod .jn .jn-more .readmore,
  div.moduletablejunews_mod .jn .jn-more .header__btn .readmore {
    font-size: 0;
    background-image: url("/images/icons/mail.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 40px;
    height: 30px;
    padding: 0;
  }

  .slider-content__title {
    margin-bottom: 35px;
  }

  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-us__text {
    padding: 0 0 30px;
  }

  .about-us__p {
    max-width: 100%;
  }

  .about-us__adveteges {
    max-width: 100%;
    padding: 60px;
  }

  .services-form__wrapper {
    padding: 60px 40px;
  }

  .inner-banner__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-banner__cost {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .we-offer {
    padding: 45px 25px;
  }

  .our-portfolio {
    padding: 60px 25px;
  }

  .guarantees {
    padding: 55px 25px;
  }

  .full-contact-inf {
    padding: 45px 25px;
  }

  .full-contact-inf>.container>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .moduletable-logo-footer {
    margin: 0 0 35px;
  }

  .moduletable-footer-contacts {
    margin-left: 0;
    text-align: left;
  }

  .l-header__tel-number a {
    font-size: 0;
  }

  .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 div.moduletablejunews_mod div.junews_h,
  div.moduletablejunews_mod .column-wrap .moduletable_leftmenu div.junews_h,
  .column-wrap .moduletable_leftmenu .eshopheader {
    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;
  }

  .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) ! */
  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%;
  }

  .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;
  }

  address.how-get-in-touch {
    position: static;
    border-radius: 0;
  }

  .mod-footer-map {
    height: 450px;
    overflow: hidden;
  }

  .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 div.moduletablejunews_mod .jn .jn-more button.readmore,
  div.moduletablejunews_mod .jn .jn-more .modal-footer button.readmore {
    width: 100%;
    margin-bottom: 5px;
  }

  .modal-content {
    padding: 55px 25px;
  }

  .modal-content__footer {
    margin-top: 45px;
  }

  .modal-content .request-call__submit {
    margin-left: 30px;
  }

  .moduletable-slider-material .jn-intro {
    margin-bottom: 25px;
  }

  .item-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-content {
    padding-left: 0;
  }

  .fancybox-content .item-image {
    text-align: center;
  }

  .showroom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
  }

  .showroom__text {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .showroom__main {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .showroom__main>div {
    margin-bottom: 25px;
  }

  .scheme-work__item {
    -webkit-box-flex: calc(50% - 44px);
    -ms-flex: calc(50% - 44px);
    flex: calc(50% - 44px);
  }

  #phocaguestbook_comments .owl-nav {
    display: none;
  }

  .foto-rabot-block .element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }

  .sub-banner.sub-banner--kovka .sub-banner__images {
    margin-top: 30px;
    gap: 15px;
  }

  .profile>.container>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }

  .profile__avatar {
    padding-right: 15px;
  }

  .profile__avatar img {
    max-height: 265px;
  }

  .profile__decor {
    margin-bottom: 15px;
  }

  .scheme-work-forging__grid {
    grid-template-columns: 1fr;
  }

  .scheme-work-forging__item-first {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .how-we-work {
    padding: 35px 15px;
  }

  .how-we-work__greed {
    grid-template-columns: 1fr 1fr;
    gap: 25px 15px;
  }

  .how-we-work__image::after {
    right: 10px;
    top: 10px;
  }

  .banner-products__grid {
    gap: 10px;
  }

  .banner-products__back-thumb img {
    object-fit: contain;
    max-height: 185px;
    height: auto;
  }

  .accessories__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lamination__content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .lamination__palette {
    padding: 0;
  }

  .widndow-forms__item img {
    height: 178px;
    object-fit: contain;
  }

  .stock-banner {
    padding: 35px 25px;
    min-height: 0;
  }

  .stock-banner__container {
    flex-direction: column-reverse;

  }

  .stock-banner__text {
    max-width: 100%;
  }

  .stock-banner__text {
    margin: 30px 0 0;
  }

  .stock-banner__image {
    max-width: 400px;
    margin: 0 auto;
  }
.footer-social{
  text-align: left;
}
}

@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;
  }

  .ready-projects__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .about-us__adveteges {
    padding: 0;
  }

  .moduletable-services .jn {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-height: 350px;
  }

  .moduletable-services .jn-right h4 a,
  .moduletable-services .jn-right .modul_h4 a {
    min-height: 0;
    padding: 15px 70px 15px 20px;
    font-size: 20px;
  }

  .moduletable-services .jn-right h4 a::after,
  .moduletable-services .jn-right .modul_h4 a::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 15px;
  }

  .moduletable-services {
    padding: 35px 25px;
  }

  .we-guarantee__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .we-guarantee__image {
    padding: 25px 15px;
  }

  .we-guarantee__image img {
    max-width: 100%;
  }

  .moduletable-we-guarantee {
    padding: 40px 25px;
  }

  .moduletable-we-guarantee._windows .we-guarantee__image {
    padding: 30px 0 0 80px;
  }

  .rsform.services-form-module .rsform-block {
    margin-bottom: 35px;
  }

  .services-form__wrapper {
    padding: 50px 35px;
  }

  .rsform.services-form-module .rsform-block-flex-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .rsform.services-form-module .rsform-block-flex-horizontal .rsform-block {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 0 0 30px;
  }

  .rsform.services-form-module .rsform-block-footer {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .rsform.services-form-module .rsform-submit-button {
    max-width: 100%;
    width: 100%;
  }

  .rsform.services-form-module .rsform-block-agree {
    margin: 0;
    max-width: 100%;
  }

  .inner-banner__bottom {
    -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;
  }

  .inner-banner__price {
    margin: 0 0 30px;
  }

  .inner-banner__consul-desc {
    max-width: 100%;
  }

  .guarantees__title-ico img {
    max-width: 35px;
  }

  .table-price thead>tr>td:first-child {
    padding-left: 15px;
  }

  .table-price tbody>tr>td:first-child {
    padding-left: 15px;
  }

  .table-price thead>tr>td {
    font-size: 18px;
  }

  .table-price tbody>tr>td {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
  }

  .brends__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .brends__item {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding: 10px;
    text-align: center;
  }

  .eshop-cart-area,
  .product-info .product-cart-area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products-list-container .ajax-block-product {
    width: 100%;
  }

  .content.fancybox-content {
    padding: 30px;
  }

  .showroom__main>div {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .moduletable-we-guarantee._windows {
    padding-bottom: 35px;
  }

  .our-portfolio__desc {
    padding-left: 7px;
  }

  .sub-banner.sub-banner--kovka {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .3);
  }

  .profile__video a::after {
    background-size: contain;
    width: 46px;
    height: 46px;
  }

  .projects-gallary [class^=os-gallery-all-in-one-main] img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .projects-gallary .img-block>a {
    width: 100%;
  }

  .banner-products__back-option {
    flex-direction: column;
    align-items: center;
  }

  .banner-products__back-option .title {
    padding: 0 0 4px;
    text-align: center;
  }

  .banner-products__back-option .value {
    text-align: center;
  }

  .banners__grid {
    grid-template-columns: 1fr;
  }

  .type-prod__price {
    margin-bottom: 20px;
  }

  .owl-dots {
    margin-top: 25px;
  }

  .type-prod__list .owl-nav button {
    display: none !important;
  }

  .gift-banner__container {
    padding: 50px;
    text-align: center;
  }

  .gift-banner__offer {
    margin-bottom: 10px;
  }

  .gift-banner__image {
    padding: 0 45px;
  }
  .ico-rulons::before{
    margin-right: 12px;
  }
  .type-prod__image img{
    height: 200px;
  }
}

@media (max-width: 500px) {

  /* ! footer */
  .full-contact-inf .mod-footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-contact-inf .mod-footer-contacts>div {
    margin-bottom: 18px;
  }

  .full-contact-inf .mod-footer-contacts .social-icons {
    margin-top: 8px;
  }

  .full-contact-inf .mod-footer-contacts .contacts-wrap {
    width: 100%;
  }

  .full-contact-inf .logo__img {
    display: block;
    margin: auto;
  }

  /* footer ! */
  div.phocagallerys>div {
    width: 100%;
  }

  .moduletable-scheme-work {
    margin: 15px 0;
    padding: 30px 15px;
  }


  .scheme-work__item {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
  }

  .scheme-work__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -22px;
  }

  .scheme-work__icon-img img {
    max-width: 100%;
  }

  .moduletable-scheme-work>h2 {
    text-align: center;
  }

}

@media (max-width: 480px) {
  .header {
    padding: 10px;
  }

  .header__phone {
    padding-right: 7px;
  }

  .header__phone a {
    font-size: 16px;
  }

  .header .menu-icon-cont .menu-icon3 {
    width: 26px;
  }

  .slider-content {
    padding: 35px 15px;
  }

  .site-h2 {
    margin: 0 0 25px;
  }

  .moduletable-about-us {
    padding: 40px 15px;
  }

  .about-us__adveteges {
    min-height: 300px;
    padding: 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url("/images/theme/set_bckgr.png");
    background-size: cover;
  }

  .about-us__advetege {
    margin: 15px 0;
  }

  .moduletable-services {
    padding: 30px 15px;
  }

  .consultation-banner {
    padding: 60px 15px;
    margin: 0;
  }

  .moduletable-we-guarantee {
    padding: 35px 15px;
  }

  .moduletable-we-guarantee._windows .we-guarantee__image {
    padding: 30px 0 0 65px;
  }

  .services-form__wrapper {
    padding: 40px 25px;
  }

  .moduletableinner-banner {
    padding: 0 20px;
  }

  .inner-banner {
    padding: 45px 0;
  }

  .inner-banner--windows-balconies .inner-banner__title {
    font-size: 31px;
  }

  .we-offer {
    padding: 30px 15px;
  }

  .type-services {
    padding: 45px 15px;
  }

  .type-services__item {
    padding: 25px 0;
  }

  .type-services__item:not(:last-child) {
    padding: 25px 0;
    margin-bottom: 20px;
  }

  .type-services__item-title {
    margin-bottom: 25px;
  }

  .type-services__text ul {
    font-size: 17px;
    line-height: 1.2;
  }

  .type-services__text ul li {
    margin-bottom: 10px;
  }

  .our-portfolio {
    padding: 40px 15px;
  }

  .our-portfolio__item {
    padding-top: 20px;
  }

  .our-portfolio__item:not(:last-child) {
    padding-bottom: 20px;
  }

  .guarantees {
    padding: 40px 15px;
  }

  .price-list {
    padding: 40px 15px 30px;
  }

  .brends {
    padding: 40px 15px;
  }

  .brends__title {
    margin-bottom: 20px;
  }

  .moduletable-footer-menu .nav li ul li {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .full-contact-inf {
    padding: 35px 15px;
    text-align: center;
  }

  .moduletable-footer-contacts {
    text-align: center;
  }

  .moduletable-footer-menu .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .moduletable-footer-menu .nav li a {
    padding: 0;
    margin: 0 auto 15px;
  }

  .header .header__logo {
    left: 20px;
  }

  .menu-contacts__tel {
    font-size: 16px !important;
  }

  p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
    text-indent: 20px;
  }

  .modal-content {
    padding: 50px 15px 30px;
    margin: 0 5px;
  }

  .modal-header {
    margin-bottom: 30px;
  }

  .modal-content__two-row {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-content__two-row>div {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .modal-content .rsform-block {
    margin-bottom: 18px;
  }

  .modal-content .formControlLabel {
    font-size: 15px;
  }

  .modal-content__footer {
    margin-top: 20px;
    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;
  }

  .modal-content .request-call__agree {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .modal-content .request-call__submit {
    margin-left: 0;
  }

  .modal-content input {
    min-height: 40px;
  }

  .modal-content__messange {
    font-size: 14px;
    line-height: 1.3;
  }

  .moduletable-slider-material {
    padding: 30px 15px;
  }

  .moduletable-faq {
    padding: 35px 15px;
  }

  .faq .panel-default>.panel-heading a .faq__num {
    width: 37px;
    height: 37px;
    min-width: 37px;
  }

  .faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 25px 15px;
  }

  .faq__plus img {
    max-width: 25px;
  }

  .faq .panel-default>.panel-heading a {
    padding: 10px 14px;
  }

  .otzyv-wrapper {
    padding: 35px 15px;
  }

  #phocaguestbook_comments .article {
    padding: 35px 20px;
  }

  .article__decor {
    margin-bottom: 15px;
  }

  .moduletable-catalog-gates {
    padding: 30px 15px;
  }

  .contentInHtml {
    padding: 0 15px 15px !important;
  }

  .imgInHtml {
    padding: 15px 10px;
  }

  .price-block_tab {
    padding: 30px 15px 20px;
  }

  .tabBlock td,
  .tabBlock th {
    padding: 4px 2px;
    font-style: 13px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .mod-wrap,
  .benefits-block {
    padding: 35px 15px;
  }

  .section-benefits .benefit {
    margin-bottom: 0;
  }

  .foto-rabot-block .element {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .foto-rabot-block {
    padding: 35px 15px;
  }

  .who-order-section {
    padding: 30px 15px;
  }

  .orders .element {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .faq_section {
    padding: 30px 15px;
  }

  .sub-banner {
    padding: 35px 15px;
  }

  .profile {
    padding: 0 15px 35px;
  }

  .profile__name {
    margin: 25px 0 20px;
  }

  .ready-projects {
    padding: 35px 15px;
  }

  .ready-projects__grid {
    gap: 15px 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .projects-gallary {
    padding: 15px;
  }

  .scheme-work-forging {
    padding: 35px 15px;
  }

  .banner-products {
    padding: 25px 15px;
  }

  .banner-products__front {
    padding: 25px 15px;
  }

  .banner-products__back {
    padding: 15px;
  }

  .banners {
    padding: 0 15px;
  }

  .moduletable-accessories {
    padding: 0 15px;
  }

  .accessories__product-title {
    margin-bottom: 25px;
  }

  .moduletable-widndow-forms,
  .moduletable-lamination {
    padding: 35px 15px;
  }

  .stock-banner {
    padding: 35px 15px;
  }

  .moduletable_type-prod {
    padding: 0 15px 30px;
  }

  .type-prod__caption {
    padding: 20px 15px;
  }

  .type-prod__image {
    padding: 5px 5px 0;
  }

  .gift-banner {
    padding: 0 15px 30px;
  }

  .gift-banner__container {
    padding: 40px 25px;
  }

  .portfolio {
    padding: 0 15px 30px;
  }
  .type-prod__image img{
    height: 170px;
  }
  .footer-social{
    text-align: center;
  }
}

@media (max-width: 380px) {
  
.header__phone{
  flex-wrap: wrap;
  justify-content: flex-end;
}
  .scheme-work-forging__decor {
    display: none;
  }

  .scheme-work-forging__item-header {
    margin-bottom: 20px;
  }
}