/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
@font-face {
  font-family: 'Bitter-Regular';
  src: url('../fonts/Bitter-Regular.eot');
  src: local('☺'), url('../fonts/Bitter-Regular.woff') format('woff'), url('../fonts/Bitter-Regular.ttf') format('truetype'), url('../fonts/Bitter-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter-Bold';
  src: url('../fonts/Bitter-Bold.eot');
  src: local('☺'), url('../fonts/Bitter-Bold.woff') format('woff'), url('../fonts/Bitter-Bold.ttf') format('truetype'), url('../fonts/Bitter-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 60px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 60px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #333;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #ff7291;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #333;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #ff7291;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #333;
}
.article-info > span a:hover {
  color: #ff7291;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form, html.offline .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  font-size: 14px;
  margin: 0;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
body.site {
  background-image: none !important;
}
div#lightbox {
  display: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Bitter-Bold';
}
.container {
  background-color: #fff;
}
#jtmodule-101 .swiper-button-next, #jtmodule-101 .swiper-button-prev {
  color: #9c9c9c;
  font-family: "Font Awesome 5 Free" !important;
}
.grad-svet {
  background: -webkit-linear-gradient(180deg, #fff 0%, #fff 70%);
  background: -moz-linear-gradient(180deg, #fff 0%, #fff 70%);
  background: -o-linear-gradient(180deg, #fff 0%, #fff 70%);
  background: linear-gradient(180deg, #fff 0%, #fff 70%);
}
section#sp-main-slider {
  background: -webkit-linear-gradient(0deg, #ff7291 0%, #fff 100%);
  background: -moz-linear-gradient(0deg, #ff7291 0%, #fff 100%);
  background: -o-linear-gradient(0deg, #ff7291 0%, #fff 100%);
  background: linear-gradient(0deg, #ff7291 0%, #fff 100%);
  margin-top: -126px;
}
@-webkit-keyframes downPulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes downPulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes downPulse2 {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes downPulse2 {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes flick {
  0% {
    background: #ff7291;
  }
  20% {
    background: #fff;
  }
  40% {
    background: #ff7291;
  }
  60% {
    background: #fff;
  }
  80% {
    background: #ff7291;
  }
  100% {
    background: #fff;
  }
}
@keyframes sarik {
  0% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.moduletitle-holder .text-white::before, .moduletitle-holder .text-white::after {
  color: #fff;
}
.moduletitle-holder .text-dark {
  color: #ff4971 !important;
}
.moduletitle-holder .text-dark::before, .moduletitle-holder .text-dark::after {
  color: #ff4971;
}
html {
  font-weight: normal;
  font-size: 16px;
}
body {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  background-color: inherit;
}
i b, span.fa b {
  display: none;
}
.menu-home #sp-main-body {
  display: none;
}
.menu-home section#sp-titles {
  display: none !important;
}
p, li {
  font-weight: normal;
  line-height: 1.4;
}
.nav-placeholder {
  height: 0px;
}
.nav-placeholder.placeholder-sticky {
  height: 60px;
}
img.pull-right {
  float: right;
  margin: 15px 0 15px 15px;
}
img.pull-left {
  float: left;
  margin: 15px 15px 15px 0;
}
img.pull-center {
  margin: 15px auto;
}
.body-innerwrapper {
  overflow-y: hidden;
}
.all-button-holder {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.article-details ul {
  list-style: none;
  padding: 0;
  padding-left: 21px;
}
.article-details ul li {
  position: relative;
  margin-bottom: 8px;
}
.article-details ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 4px;
  color: #ff7291;
  font-size: 12px;
}
.h-divider {
  margin: auto;
  margin-top: 80px;
  width: 80%;
  position: relative;
}
.h-divider .shadow {
  overflow: hidden;
  height: 20px;
  box-shadow: none !important;
}
.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}
.h-divider .text2 {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -35px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
  display: none;
}
.h-divider img {
  position: absolute;
  margin: 4px;
  max-width: 60px;
  border-radius: 100%;
  border: 1px dashed #aaa;
}
.my-spoiler {
  position: relative;
  padding-bottom: 50px;
}
div#headingOne {
  position: absolute;
  bottom: 0;
}
div#headingOne > div {
  display: inline-block;
}
a.spoiler-btn.collapsed {
  position: relative;
}
a.spoiler-btn.collapsed::after {
  content: "Читать полностью";
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 200px;
  max-height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1c5868;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  padding: 0px 20px;
  margin: 0px 0 0 0;
  display: block;
  float: left;
  clear: both;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  background: #ff4971;
  text-transform: uppercase;
}
a.spoiler-btn.collapsed:hover::after {
  background: #ffd8e1;
  color: #4d4d4d !important;
}
a.spoiler-btn {
  position: relative;
  width: 180px;
  display: inline-block;
  height: 36px;
}
a.spoiler-btn::after {
  content: "Закрыть";
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 180px;
  max-height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1c5868;
  white-space: nowrap;
  color: #fff;
  padding: 0px 20px;
  cursor: pointer;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  margin: 0px 0 0 0;
  display: block;
  float: left;
  clear: both;
  color: #fff;
  background: #ff4971;
  text-transform: uppercase;
}
a.spoiler-btn:hover::after {
  background: #ffd8e1;
  color: #4d4d4d !important;
}
section#sp-top-bar {
  padding: 16px 0 16px;
}
section#sp-top-bar p {
  margin: 0;
}
section#sp-top-bar .container {
  background: #fff;
}
div#sp-shapka {
  border: 5px solid #ffd8e1;
  box-shadow: 0 0 25px #ffd8e1;
}
div#sp-shapka a {
  color: #4d4d4d;
}
div#sp-shapka a:hover {
  color: #ff7291;
}
div#sp-shapka .customlogo-top-modul img {
  max-height: 190px;
  max-width: none;
  margin: 0 auto 1px;
  margin-top: -21px;
  margin-bottom: -21px;
  position: relative;
}
div#sp-shapka .ico {
  position: absolute;
  left: 15px;
  font-size: 26px;
  top: 5px;
  color: #ff7291;
}
div#sp-shapka .shapka-row > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
div#sp-shapka .shapka-row .customtop-contakts-modul, div#sp-shapka .shapka-row .customtop-right-block {
  -ms-flex-positive: 2;
  flex-grow: 2;
}
div#sp-shapka .shapka-row .customtop-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
div#sp-shapka .shapka-row .customtop-right-block .customsocial-icons-modul ul.social-icons {
  margin-bottom: 0;
}
div#sp-shapka .shapka-row .customtop-right-block .customsocial-icons-modul ul.social-icons li a {
  display: inline-block;
  width: 100%;
  height: 26px;
  background: none;
  border-radius: 0;
  text-align: center;
  line-height: 1px;
  font-size: 24px;
  margin-bottom: 8px;
}
div#sp-shapka .shapka-row .customtop-right-block .top-mail {
  padding-top: 8px;
  font-weight: 600;
}
div#sp-shapka .customtop-contakts-modul {
  text-shadow: 1px 1px 0 #fff;
  max-width: 300px !important;
  padding: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
}
div#sp-shapka .customtop-contakts-modul i {
  font-size: 0.9rem;
  text-align: center;
  display: inline-block;
  width: 1.2rem;
  color: #ff7291;
  position: relative;
  left: -1rem;
}
div#sp-shapka .customtop-contakts-modul p {
  margin-bottom: 3px;
  padding-left: 1rem;
}
div#sp-shapka .top-phones-modul {
  position: relative;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2;
  padding-top: 5px;
}
div#sp-shapka .top-phones-modul a {
  font-size: 1.4rem;
}
div#sp-shapka .top-phones-modul .top-phones1 {
  font-weight: 600;
}
div#sp-shapka .top-phones-modul .top-phones2 {
  margin-bottom: 0.4rem;
  padding-bottom: 0.5em;
  border-bottom: 2px dashed #a2a2a2;
  font-weight: 600;
}
div#sp-shapka .top-adres-modul p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
div#sp-shapka .customtop-right-block {
  max-width: 300px !important;
  padding: 8px;
}
div#sp-shapka .customtop-whatsupp-modul {
  text-align: center;
}
div#sp-shapka .customtop-whatsupp-modul .top-whatsupp {
  text-align: center;
  display: inline-block;
  padding: 10px;
  background: #ffd8e1;
}
div#sp-shapka .customtop-whatsupp-modul .top-whatsupp a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ff7291;
  color: #fff;
  border-radius: 0px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  font-size: 1.5rem;
  position: relative;
}
div#sp-shapka .customtop-whatsupp-modul .top-whatsupp a:hover {
  background: #ffd8e1;
  color: #4d4d4d;
}
div#sp-shapka .customtop-whatsupp-modul .top-whatsupp a::before {
  content: normal;
  position: absolute;
  display: inline-block;
  background: #fff;
  width: 64px;
  height: 64px;
  left: 0;
  top: 0;
}
div#sp-shapka .top-calback-modul input.popup-btn {
  padding: 12px 20px;
  font-size: 18px !important;
  opacity: 1 !important;
  background: #ff7291 !important;
  float: right;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
div#sp-shapka .top-calback-modul input.popup-btn:hover {
  background: #ffd8e1 !important;
  color: #4d4d4d !important;
}
header#sp-header {
  box-shadow: none;
}
header#sp-header .row {
  background: #ffd8e1;
}
header#sp-header .sp-megamenu-parent {
  float: left;
}
header#sp-header .sp-megamenu-parent > li {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header#sp-header .sp-megamenu-parent > li > a {
  font-family: 'Bitter-Regular';
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
header#sp-header .sp-megamenu-parent > li:hover {
  background: #ff7291;
}
header#sp-header .sp-megamenu-parent > li:hover > a {
  color: #fff;
}
header#sp-header .sp-megamenu-parent > li.active {
  background: #ff7291;
}
header#sp-header .sp-megamenu-parent > li.active > a {
  color: #fff;
}
header#sp-header .sp-megamenu-parent li.sp-menu-item.sp-has-child img {
  display: none;
}
header#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0px;
}
header#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .col-sm-12 {
  padding: 20px;
}
header#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li.sp-menu-item a {
  width: 100%;
  padding: 10px 0;
}
header#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li.sp-menu-item a span {
  font-family: 'Bitter-Regular';
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px;
  width: 100%;
}
header#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul#dropdown_menu {
  list-style: none;
  padding: 0;
}
header#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul#dropdown_menu li a {
  display: block;
  padding: 7px 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
header#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul#dropdown_menu li a:hover {
  background: #fff;
}
header#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #fff;
  background: #ff7291;
}
header#sp-header .customtop-whatsupp-modul {
  display: none;
}
header#sp-header .customtop-whatsupp-modul .top-whatsupp {
  font-size: 32px;
}
header#sp-header .customtop-whatsupp-modul .top-whatsupp a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ff7291;
  color: #fff;
  border-radius: 0px;
  font-size: 24px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
header#sp-header .customtop-whatsupp-modul .top-whatsupp a:hover {
  background: #ffd8e1;
  color: #ff4971;
}
header#sp-header .customtop-calback-modul {
  display: none;
}
header#sp-header .customtop-calback-modul input.popup-btn {
  padding: 10px 10px;
  opacity: 1 !important;
  background: #ff7291 !important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
header#sp-header .customtop-calback-modul input.popup-btn:hover {
  background: #ffd8e1 !important;
  color: #ff4971 !important;
}
header#sp-header div#sp-cart .sp-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
}
header#sp-header div#sp-cart .sp-column > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
header#sp-header ul#heart_modul_id {
  list-style: none;
  padding: 0;
  margin: 0;
}
header#sp-header ul#heart_modul_id li a {
  visibility: hidden;
  font-size: 0;
}
header#sp-header ul#heart_modul_id li a::before {
  visibility: visible;
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 500;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  background: #ff7291;
  padding: 0 1rem;
  width: 100%;
  text-align: center;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  border-right: 2px solid #ffd8e1;
  border-left: 2px solid #ffd8e1;
}
header#sp-header ul#heart_modul_id li a:hover::before {
  background: #ffd8e1;
  color: #ff7291;
}
header#sp-header .sp-module.minicart-modul {
  padding-top: 0px;
}
header#sp-header .sp-module.minicart-modul div#vmCartModule {
  border: none;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 13px 10px 7px 10px;
  background: #ff7291;
  border-radius: 0px;
  border-right: 2px solid #ffd8e1;
  border-left: 2px solid #ffd8e1;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header#sp-header .sp-module.minicart-modul div#vmCartModule > a {
  margin: 0 auto;
}
header#sp-header .sp-module.minicart-modul div#vmCartModule:hover {
  background: #ffd8e1;
}
header#sp-header .sp-module.minicart-modul div#vmCartModule .cart_top .total {
  display: none !important;
}
header#sp-header .sp-module.minicart-modul div#vmCartModule .cart_top .total_products, header#sp-header .sp-module.minicart-modul div#vmCartModule .cart_content .show_cart a {
  background: #fff;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  left: auto;
  right: 30px;
}
header#sp-header .sp-module.minicart-modul div#vmCartModule svg {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header#sp-header .sp-module.minicart-modul div#vmCartModule:hover svg {
  fill: #4d4d4d;
}
.moduletitle-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.moduletitle-holder h3 {
  text-transform: uppercase;
  position: relative;
  color: #ff4971;
  font-size: 2.2rem;
}
.moduletitle-holder h3::before {
  content: " ";
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 2.5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: normal;
  margin-right: 15px;
  color: #ff7291;
  transform: scaleX(-1);
  width: 75px;
  height: 49px;
  background: url(/images/flower.png) no-repeat;
  position: absolute;
  left: -90px;
  top: -7px;
}
.moduletitle-holder h3::after {
  content: " ";
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 2.5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: normal;
  margin-left: 15px;
  color: #ff7291;
  width: 75px;
  height: 49px;
  background: url(/images/flower.png) no-repeat;
  position: absolute;
  right: -90px;
  top: -7px;
}
.text-center .moduletitle-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.moduletitle-holder .text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
section#sp-utp {
  padding: 3rem 0 6rem;
}
section#sp-utp .container {
  background: transparent;
}
section#sp-utp .vina-camera-slider .camera_caption.caption-1 > div {
  background: rgba(255, 255, 255, 0.73);
}
section#sp-utp .vina-camera-slider .camera_caption.caption-1 > div h3 {
  color: #ff7291;
  text-transform: uppercase;
}
section#sp-utp .vina-camera-slider .camera_caption.caption-1 > div p {
  color: #ff4971;
}
section#sp-utp .vina-camera-slider .camera_caption.caption-2 > div h3 {
  color: #ff7291;
  text-transform: uppercase;
}
section#sp-utp .vina-camera-slider .camera_caption.caption-2 > div p {
  color: #fff;
}
section#sp-utp .vina-camera-slider .camera_caption.caption-3 > div {
  background: #ff7291;
}
section#sp-utp .vina-camera-slider .camera_caption.caption-3 > div h3 {
  color: #fff;
  text-transform: uppercase;
}
section#sp-utp .vina-camera-slider .camera_caption.caption-3 > div p {
  color: #fff;
}
section#sp-utp .vina-camera-slider .camera_wrap a {
  display: inline-block;
  color: #fff;
  background: #ff7291;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 20px;
  max-height: 48px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  line-height: normal;
}
section#sp-utp .vina-camera-slider .camera_wrap a:hover {
  color: #4d4d4d !important;
  background: #ffd8e1;
}
section#sp-utp .vina-camera-slider .camera_amber_skin .camera_prev > span {
  background-position: 0 -40px;
}
section#sp-utp .vina-camera-slider .camera_amber_skin .camera_next > span {
  background-position: -40px -40px;
}
section#sp-utp .sp-vmslider .slider-item.animate-in {
  transform: rotateY(0deg);
  opacity: 1;
  z-index: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: all 500ms;
}
section#sp-utp .sp-vmslider .slider-item.animate-out {
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: all 500ms;
}
section#sp-utp div#sp-slider1 {
  padding: 0 15px 0 0;
  text-align: center;
}
section#sp-utp div#sp-slider1 h3.text-center {
  font-size: 2.5rem;
  margin: 15px auto 10px !important;
  line-height: 1;
}
section#sp-utp div#sp-slider1 .sp-column {
  background: #fff;
  height: 100%;
}
section#sp-utp div#sp-slider1 .sp-vmslider-controller {
  display: none;
}
section#sp-utp div#sp-slider1 .sp-vmslider-counter {
  display: none;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper {
  padding: 0 20px 10px;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider {
  height: 100%;
  min-height: 375px;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h1 a {
  color: #ff7291;
  font-size: 2rem;
  letter-spacing: 0px;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h1 a:hover {
  letter-spacing: 2px;
  text-decoration: underline;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h2, section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h2 .PricesalesPrice .PricesalesPrice {
  font-size: 27px !important;
  font-weight: 700 !important;
  color: #4d4d4d !important;
  float: right;
  margin-right: 10px;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h3 span.PricecostPrice {
  font-size: 20px !important;
  font-weight: normal;
  font-weight: 700 !important;
  color: #ccc !important;
  float: left;
  margin-left: 10px;
  text-decoration: line-through;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h4 {
  position: absolute;
  margin: 0;
  background: #ff0004;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  padding: 0 7px;
  top: 40%;
  right: 0;
  transform: rotate(-5deg);
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 10px;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .sp-vmslider-image {
  width: 100%;
  max-height: 225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .sp-vmslider-image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: 100%;
}
section#sp-utp div#sp-slider1:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 35px;
  border-radius: 100px / 20px;
}
section#sp-utp div#sp-slider2 {
  padding: 0 0 0 15px;
}
section#sp-utp div#sp-slider2 .sp-column {
  background: #fff;
}
.all-button {
  display: inline-block;
  color: #fff;
  background: #ff7291;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 20px;
  max-height: 48px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  line-height: normal;
}
.all-button:hover {
  color: #4d4d4d !important;
  background: #ffd8e1;
}
.utp-features {
  z-index: 1;
}
div#sp-slider-features {
  padding: 0px 8%;
}
div#sp-slider-features .sp-module.utp-icons-momdul {
  background: rgba(255, 255, 255, 0.72);
  padding: 30px;
}
div#sp-slider-features .sp-module.utp-icons-momdul h3.sp-module-title {
  font-size: 44px;
  text-transform: uppercase;
  color: #ff7291;
  text-shadow: 1px 1px 0 #fff;
}
div#sp-slider-features .sp-module.utp-icons-momdul h3.sp-module-title::before, div#sp-slider-features .sp-module.utp-icons-momdul h3.sp-module-title::after {
  content: normal !important;
}
div#sp-slider-features .sp-module.utp-icons-momdul .pre-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1rem;
}
div#sp-slider-features .sp-module.utp-icons-momdul .post-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1rem;
}
div#sp-slider-features .sp-module.utp-icons-momdul .all-button-holder {
  margin: 20px 0 5px;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .sp-feature {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 10px;
  padding: 10px;
  border: 1px solid #ff7291;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-img-wrapper {
  width: 100px;
  flex: 0 0 100px;
  height: 100px;
  border-radius: 100px;
  border: 2px solid #ff7291;
  background: #fff;
  padding: 10px;
  margin-right: 10px;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-img-wrapper img {
  margin: 0 auto;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-content a {
  text-align: right;
  display: block;
  color: #ff7291;
  font-size: 18px;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-content a:hover {
  color: #4d4d4d;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-content h4 {
  text-align: left;
  font-size: 20px;
  color: #ff7291;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-content h4:hover {
  color: #4d4d4d;
}
div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-content p {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
section#sp-uslugi-1 {
  padding: 1px 0 3rem 0;
}
section#sp-uslugi-1 .container {
  background: #f1f5f4;
  padding-left: 30px;
  padding-right: 30px;
}
section#sp-uslugi-1 .container .sp-module-content {
  margin-left: -15px;
  margin-right: -15px;
}
div#sp-uslugi1 .custom.pb-5 {
  padding-bottom: 1px !important;
}
div#sp-uslugi1 ul {
  list-style: none;
  padding: 0;
}
ul#main_katalog_id {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul#main_katalog_id > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul#main_katalog_id > li > a {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
}
ul#main_katalog_id li.item-215 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
ul#main_katalog_id li.item-215 a.bukety-link {
  font-family: 'Bitter-Bold';
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
ul#main_katalog_id li.item-215 > ul > li > a {
  font-family: 'Bitter';
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
}
ul#main_katalog_id li.item-215 > ul.menu-child {
  display: inline-block;
  width: 100%;
  height: 500px;
}
ul#main_katalog_id li.item-215 > ul.menu-child > li {
  display: inline-block;
  width: 100%;
  max-width: 50%;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 {
  float: left;
  height: 100%;
  background: url(/images/uslugi/bukety-tsvetov.jpg) no-repeat center;
  background-size: 100%;
  padding: 20px;
  border: 20px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 a.bukety-tsvetov-link {
  position: relative;
  z-index: 1;
  font-family: 'Bitter';
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto 1rem 1rem;
  max-width: 350px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  background: #ff7291;
  padding: 5px 0;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 ul.menu-child {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 30px 20px;
  position: relative;
  margin-top: -47px;
  margin-right: 12%;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 ul.menu-child li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 33px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  font-weight: 600;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 ul.menu-child li > a:hover {
  color: #ff7291;
  letter-spacing: 2px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-245:hover {
  background-size: 110%;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-245:hover a.bukety-tsvetov-link {
  letter-spacing: 2px;
  background: #ff4971;
  text-shadow: 0 0 14px rgba(60, 0, 0, 0.62);
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-246, ul#main_katalog_id li.item-215 > ul.menu-child li.item-247, ul#main_katalog_id li.item-215 > ul.menu-child li.item-248 {
  height: 100%;
  max-height: 33.333%;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-246 a, ul#main_katalog_id li.item-215 > ul.menu-child li.item-247 a, ul#main_katalog_id li.item-215 > ul.menu-child li.item-248 a {
  font-family: 'Bitter';
  font-weight: 500;
  font-size: 2rem;
  color: #ff547a;
  line-height: 1.2;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-246 {
  padding-left: 20px;
  padding-bottom: 15px;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-246 a {
  background: #fff url(/images/uslugi/bukety-na-lyuboj-sluchaj.jpg) no-repeat;
  background-position: 118% -80px;
  background-size: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding: 0 30% 0 20px;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 10px solid #ffd8e1;
  color: #4d4d4d;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-246:hover a {
  background-size: 45%;
  letter-spacing: 2px;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-247 {
  padding-left: 20px;
  padding-bottom: 0px;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-247 a {
  background: #fff url(/images/uslugi/svadebnye-bukety.jpg) no-repeat;
  background-size: 100%;
  background-position: left -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding: 0 0px 0 65%;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 10px solid #ffd8e1;
  color: #ff547a;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-247:hover a {
  background-size: 90%;
  letter-spacing: 2px;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-248 {
  padding-left: 20px;
  padding-top: 15px;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-248 a {
  background: #fff url(/images/uslugi/bukety-iz-sukhotsvetov.jpg) no-repeat;
  background-position: 100% 0;
  background-size: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding: 0 50% 0 20px;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 10px solid #ffd8e1;
  color: #4d4d4d;
}
ul#main_katalog_id li.item-215 > ul.menu-child li.item-248:hover a {
  background-size: 60%;
  letter-spacing: 2px;
}
ul#main_katalog_id li.item-216, ul#main_katalog_id li.item-217, ul#main_katalog_id li.item-218 {
  width: 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  height: 238px;
  margin-bottom: 20px;
}
ul#main_katalog_id li.item-216 a, ul#main_katalog_id li.item-217 a, ul#main_katalog_id li.item-218 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  height: 100%;
  border: 15px solid #fff;
  font-family: 'Bitter';
  font-weight: 500;
  font-size: 1.8rem;
  color: #ff547a;
  line-height: 1.2;
  text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 7px #fff, 0 0 5px #fff;
  background-size: 105% !important;
  background-position: 50%;
}
ul#main_katalog_id li.item-216:hover a, ul#main_katalog_id li.item-217:hover a, ul#main_katalog_id li.item-218:hover a {
  background-size: 115% !important;
  letter-spacing: 1.5px;
}
ul#main_katalog_id li.item-216 {
  padding-right: 10px;
}
ul#main_katalog_id li.item-216 a {
  border: 15px solid #ffd8e1;
  background: #fff url(/images/uslugi/korziny-s-tsvetami.jpg) no-repeat;
  background-position: 50%;
  color: #4d4d4d;
  padding-top: 26px;
  font-size: 2.2rem;
}
ul#main_katalog_id li.item-217 {
  padding-right: 10px;
  padding-left: 10px;
}
ul#main_katalog_id li.item-217 a {
  background: #333 url(/images/uslugi/tsvety-v-shlyapnykh-korobkakh.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 2.3rem;
  text-shadow: 0 0 20px #000, 0 0 15px #000, 0 0 10px #000, 0 0 7px #000, 0 0 5px #000;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
ul#main_katalog_id li.item-218 {
  padding-left: 10px;
}
ul#main_katalog_id li.item-218 a {
  border: 15px solid #ffd8e1;
  background: #fff url(/images/uslugi/korziny-s-fruktami.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-shadow: 0 0 30px #fff, 0 0 25px #fff, 0 0 20px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 7px #fff, 0 0 5px #fff;
  font-size: 2.3rem;
  color: #4d4d4d;
}
ul#main_katalog_id li.item-219, ul#main_katalog_id li.item-242 {
  height: 220px;
  margin-bottom: 20px;
}
ul#main_katalog_id li.item-219 a, ul#main_katalog_id li.item-242 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  height: 100%;
  border: 15px solid #fff;
  font-family: 'Bitter';
  font-weight: 500;
  font-size: 1.8rem;
  color: #ff547a;
  line-height: 1.2;
  text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 7px #fff, 0 0 5px #fff;
  background-size: 100% !important;
}
ul#main_katalog_id li.item-219:hover a, ul#main_katalog_id li.item-242:hover a {
  background-size: 110% !important;
  letter-spacing: 2px;
}
ul#main_katalog_id li.item-219 {
  padding-right: 10px;
}
ul#main_katalog_id li.item-219 a {
  border: 15px solid #ffd8e1;
  background: #fff url(/images/uslugi/gorshechnye-rasteniya.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  text-shadow: 0 0 30px #000, 0 0 25px #000, 0 0 20px #000, 0 0 15px #000, 0 0 10px #000, 0 0 7px #000, 0 0 5px #000;
  font-size: 2.3rem;
  color: #fff;
}
ul#main_katalog_id li.item-242 {
  padding-left: 10px;
}
ul#main_katalog_id li.item-242 a {
  border: 15px solid #ffd8e1;
  background: #fff url(/images/uslugi/kovannye-izdeliya1.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  text-shadow: 0 0 30px #000, 0 0 25px #000, 0 0 20px #000, 0 0 15px #000, 0 0 10px #000, 0 0 7px #000, 0 0 5px #000;
  font-size: 2.3rem;
  color: #fff;
}
ul#main_katalog_id li.item-243, ul#main_katalog_id li.item-244 {
  height: 500px;
  background: url(/images/uslugi/bukety-tsvetov.jpg);
  padding: 20px;
  border: 20px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background-size: 100% !important;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
ul#main_katalog_id li.item-243 > a, ul#main_katalog_id li.item-244 > a {
  font-family: 'Bitter';
  text-align: center;
  display: block;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  background: #ff7291;
  padding: 5px 0;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
ul#main_katalog_id li.item-243:hover, ul#main_katalog_id li.item-244:hover {
  background-size: 110% !important;
}
ul#main_katalog_id li.item-243:hover > a, ul#main_katalog_id li.item-244:hover > a {
  letter-spacing: 2px;
  background: #ff4971;
  text-shadow: 0 0 14px rgba(60, 0, 0, 0.62);
}
ul#main_katalog_id li.item-243 ul.menu-child, ul#main_katalog_id li.item-244 ul.menu-child {
  background: rgba(255, 255, 255, 0.80);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 90%;
  min-width: 50%;
  text-align: center;
  padding: 10px 10px;
  position: relative;
  margin-left: auto;
}
ul#main_katalog_id li.item-243 ul.menu-child a, ul#main_katalog_id li.item-244 ul.menu-child a {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #333;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  font-weight: 600;
  white-space: nowrap;
}
ul#main_katalog_id li.item-243 ul.menu-child a:hover, ul#main_katalog_id li.item-244 ul.menu-child a:hover {
  color: #ff7291;
  letter-spacing: 1px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
ul#main_katalog_id li.item-243 {
  background: #fff url(/images/uslugi/podarki.jpg) center;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 10px);
  margin-right: 10px;
}
ul#main_katalog_id li.item-243 > a {
  margin-top: 50px;
}
ul#main_katalog_id li.item-244 {
  background: #fff url(/images/uslugi/interesnoe.jpg) center;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 10px);
  margin-left: 10px;
}
ul#main_katalog_id li.item-244 > a {
  margin-top: 100px;
}
.sp-module.d-flex.uslugi-1 {
  display: block !important;
}
.sp-features.d-flex.uslugi-1 .features-block > div {
  margin-bottom: 20px;
}
.sp-features.d-flex.uslugi-1 .features-block > div .sp-feature {
  height: 100%;
  background: #ff7291;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.sp-features.d-flex.uslugi-1 .features-block > div .sp-feature .feature-img-wrapper {
  position: relative;
  overflow: hidden;
}
.sp-features.d-flex.uslugi-1 .features-block > div .sp-feature .feature-img-wrapper img {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.d-flex.uslugi-1 .features-block > div .sp-feature:hover .feature-img-wrapper img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.sp-features.d-flex.uslugi-1 .feature-content {
  background: #ff7291;
  color: #fff;
  padding: 10px 15px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* justify-content: space-between; */
  /* width: 100%; */
  flex: 0 0 43%;
}
.sp-features.d-flex.uslugi-1 .feature-content h4 {
  color: #fff;
  font-size: 24px;
}
.sp-features.d-flex.uslugi-1 .feature-content p {
  color: #fff;
  margin-bottom: 0.6rem;
}
.sp-features.d-flex.uslugi-1 .feature-content a.read-more {
  display: block;
  text-align: center;
  background: #fff;
  float: right;
  padding: 5px 15px;
  font-size: 13px;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-top: auto;
  margin-left: auto;
}
.sp-features.d-flex.uslugi-1 .feature-content a.read-more:hover {
  background: #ffd8e1;
  color: #fff;
}
.sp-features.uslugi-2 .pre-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 600px;
}
.sp-features.uslugi-2 .post-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 600px;
}
.sp-features.uslugi-2 .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sp-features.uslugi-2 .features-block > div {
  margin-bottom: 30px;
}
.sp-features.uslugi-2 .features-block > div .sp-feature {
  position: relative;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.uslugi-2 .features-block > div .sp-feature .feature-img-wrapper {
  overflow: hidden;
  position: relative;
}
.sp-features.uslugi-2 .features-block > div .sp-feature .feature-content {
  z-index: 1;
  position: relative;
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sp-features.uslugi-2 .features-block > div .sp-feature .feature-content h4 {
  background: #ff7291;
  position: relative;
  margin-bottom: 40px;
  top: 5px;
  padding: 10px 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 22px;
}
.sp-features.uslugi-2 .features-block > div .sp-feature .feature-content h4::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  background: url(/images/triangle.svg);
  background-size: cover;
}
.sp-features.uslugi-2 .features-block > div .sp-feature .feature-content p {
  padding: 0 10px;
}
.sp-features.uslugi-2 .features-block > div .sp-feature .feature-content a.read-more {
  margin-top: auto;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  background: #ff7291;
  color: #fff;
  float: right;
  padding: 5px 15px;
  font-size: 13px;
  border: 1px solid #ff7291;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}
.sp-features.uslugi-2 .features-block > div .sp-feature .feature-content a.read-more:hover {
  background: #ffd8e1;
}
.sp-features.uslugi-2 .features-block > div .sp-feature:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sp-features.uslugi-3 .pre-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 600px;
}
.sp-features.uslugi-3 .post-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 600px;
}
.sp-features.uslugi-3 .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sp-features.uslugi-3 .features-block > div {
  margin-bottom: 40px;
}
.sp-features.uslugi-3 .features-block > div .sp-feature {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-img-wrapper {
  margin: 15px auto 30px;
  width: 120px;
  height: 120px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 6px solid #ffd8e1;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-img-wrapper a {
  width: 100px;
  height: 100px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #ff7291;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-img-wrapper img {
  margin: 0 auto;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-content h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ff7291;
  padding: 0 15px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-content p {
  padding: 0 15px;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-content a.read-more {
  margin-top: auto;
  background: #ff7291;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.sp-features.uslugi-3 .features-block > div .sp-feature .feature-content a.read-more:hover {
  background: #fff;
  color: #ff7291;
}
.sp-features.uslugi-3 .features-block > div .sp-feature:hover .feature-img-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sp-features.uslugi-3 .features-block > div .sp-feature:hover .feature-img-wrapper a {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.sp-features.uslugi-3 .features-block > div .sp-feature:hover a.read-more {
  animation: flick 500ms linear;
}
.sp-features.uslugi-3 .features-block > div .sp-feature:hover h4 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#sp-uslugi-4 {
  background-blend-mode: color-burn;
}
.sp-features.uslugi-4 .pre-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
  color: #fff;
}
.sp-features.uslugi-4 .post-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
  color: #fff;
}
.sp-features.uslugi-4 .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sp-features.uslugi-4 .features-block > div {
  margin-bottom: 30px;
}
.sp-features.uslugi-4 .features-block > div .sp-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 100%;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.uslugi-4 .features-block > div .sp-feature .feature-img-wrapper {
  min-width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 10px;
  background: #ff7291;
  border: 2px solid #ff7291;
}
.sp-features.uslugi-4 .features-block > div .sp-feature .feature-img-wrapper img {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  filter: brightness(10);
}
.sp-features.uslugi-4 .features-block > div .sp-feature .feature-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 0 10px;
}
.sp-features.uslugi-4 .features-block > div .sp-feature .feature-content h4 {
  padding-right: 10px;
  font-size: 1.3rem;
  color: #ff7291;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.uslugi-4 .features-block > div .sp-feature .feature-content p {
  padding-right: 10px;
}
.sp-features.uslugi-4 .features-block > div .sp-feature .feature-content a.read-more {
  margin-top: auto;
  background: #ff7291;
  color: #fff;
  padding: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #ff7291;
}
.sp-features.uslugi-4 .features-block > div .sp-feature .feature-content a.read-more:hover {
  background: #fff;
  color: #ff7291;
}
.sp-features.uslugi-4 .features-block > div .sp-feature:hover {
  background: #ffd8e1;
}
.sp-features.uslugi-4 .features-block > div .sp-feature:hover .feature-img-wrapper {
  background: #fff;
}
.sp-features.uslugi-4 .features-block > div .sp-feature:hover .feature-img-wrapper img {
  filter: brightness(0);
}
.sp-features.uslugi-4 .features-block > div .sp-feature:hover h4 {
  color: #fff;
}
.sp-module.main-text1-modul {
  background: #fff;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 15px;
}
section#sp-preimus-1 {
  padding: 0rem 0 3rem;
}
section#sp-preimus-1 .container {
  background: #f1f5f4;
  padding-top: 3rem;
}
section#sp-preimus-1 .sp-module-content {
  padding-top: 50px;
}
.sp-features.features-1-modul .pre-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
  color: #ff4971;
}
.sp-features.features-1-modul .post-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
  color: #ff4971;
}
.sp-features.features-1-modul .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sp-features.features-1-modul .features-block > div {
  margin-bottom: 60px;
}
.sp-features.features-1-modul .features-block > div .sp-feature {
  height: 100%;
  background: #ff4971;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding: 15px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.features-1-modul .features-block > div .sp-feature .feature-img-wrapper {
  position: absolute;
  top: -50px;
  background: #fff url(/images/krug.svg) no-repeat center;
  background-size: 90%;
  padding: 20px;
  border-radius: 100px;
  z-index: 1;
}
.sp-features.features-1-modul .features-block > div .sp-feature .feature-img-wrapper img {
  filter: brightness(3);
  -moz-transition: all 900ms;
  -o-transition: all 900ms;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}
.sp-features.features-1-modul .features-block > div .sp-feature .feature-content {
  position: relative;
  z-index: 2;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 70px 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 6px double #fff;
  z-index: 0;
  position: relative;
}
.sp-features.features-1-modul .features-block > div .sp-feature .feature-content h4 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 3px;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
  -moz-transition: all 900ms;
  -o-transition: all 900ms;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}
.sp-features.features-1-modul .features-block > div .sp-feature .feature-content h4::after {
  content: normal;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transition: all 900ms;
  -o-transition: all 900ms;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}
.sp-features.features-1-modul .features-block > div .sp-feature .feature-content h4::before {
  content: normal;
  position: absolute;
  width: 90%;
  height: 2px;
  background: #fff;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -moz-transition: all 900ms;
  -o-transition: all 900ms;
  -webkit-transition: all 900ms;
  transition: all 900ms;
}
.sp-features.features-1-modul .features-block > div .sp-feature .feature-content p {
  color: #fff;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sp-features.features-1-modul .features-block > div .sp-feature:hover .feature-img-wrapper img {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.sp-features.features-1-modul .features-block > div .sp-feature:hover .feature-content h4 {
  letter-spacing: 2px;
}
.sp-features.features-1-modul .features-block > div .sp-feature:hover .feature-content h4::after {
  bottom: -22px;
}
.sp-features.features-1-modul .features-block > div .sp-feature:hover .feature-content h4::before {
  bottom: -10px;
}
#sp-main-text-1 {
  padding: 5rem 0 4rem;
}
#sp-main-text-1 .container {
  background-color: transparent;
}
#sp-main-text-1 .container .main-text1-content {
  max-width: 950px;
  padding-top: 15px;
  padding-bottom: 10px;
}
#sp-main-text-1 .moduletitle-holder h3 {
  font-family: 'Bitter-Regular';
  color: #4d4d4d;
  font-weight: 600;
  font-size: 1.7rem;
}
#sp-main-text-1 .moduletitle-holder h3::before, #sp-main-text-1 .moduletitle-holder h3::after {
  content: normal;
}
.sp-features.features-2-modul .pre-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
  color: #ff4971;
}
.sp-features.features-2-modul .post-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
  color: #ff4971;
}
.sp-features.features-2-modul .features-block > div {
  margin-bottom: 3px;
}
.sp-features.features-2-modul .features-block > div .sp-feature {
  position: relative;
  padding-top: 30px;
  height: 100%;
}
.sp-features.features-2-modul .features-block > div .sp-feature .feature-img-wrapper {
  position: absolute;
  top: 0;
  left: -15px;
  border: 2px solid #ff7291;
  padding: 10px;
  border-radius: 100px;
  width: 86px;
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #ff7291;
}
.sp-features.features-2-modul .features-block > div .sp-feature .feature-img-wrapper img {
  max-width: 50px;
  filter: brightness(10);
}
.sp-features.features-2-modul .features-block > div .sp-feature .feature-img-wrapper::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 3px dashed #ff7291;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sp-features.features-2-modul .features-block > div .sp-feature .feature-content h4 {
  display: inline-block;
  width: 100%;
  min-height: 60px;
  padding-left: 75px;
  font-size: 18px;
  color: #ff7291;
}
.sp-features.features-2-modul .features-block > div .sp-feature .feature-content p {
  padding: 0 0px 0 40px;
}
.sp-features.features-2-modul .features-block > div .sp-feature:hover .feature-img-wrapper {
  animation: sarik 6s infinite ease-in-out;
}
.sp-features.features-3-modul .pre-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 80px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
}
.sp-features.features-3-modul .post-text {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
}
.sp-features.features-3-modul .features-block > div {
  margin-bottom: 30px;
}
.sp-features.features-3-modul .features-block > div .sp-feature {
  background: #fff;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  padding-top: 15px;
}
.sp-features.features-3-modul .features-block > div .sp-feature .feature-img-wrapper {
  background-color: #f0f0f0;
  background-image: url(/images/paterns/white_carbon.png);
  box-shadow: 5px 5px 10px inset rgba(0, 0, 0, 0.1);
  padding: 12px;
  display: inline-block;
  width: 65px;
  height: 65px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.features-3-modul .features-block > div .sp-feature .feature-content {
  padding-top: 15px;
}
.sp-features.features-3-modul .features-block > div .sp-feature .feature-content h4 {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0 10px;
  color: #ff4971;
  line-height: 1.1;
}
.sp-features.features-3-modul .features-block > div .sp-feature .feature-content p {
  padding: 0 10px;
}
.sp-features.features-3-modul .features-block > div .sp-feature:hover {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.sp-features.features-3-modul .features-block > div .sp-feature:hover .feature-img-wrapper {
  padding: 5px;
  box-shadow: 0px 0px 0px inset rgba(0, 0, 0, 0.1);
}
#sp-preimus-4 {
  background-blend-mode: hard-light;
}
.sp-features.features-4-modul .pre-text {
  line-height: 1.4;
  margin-left: 40px;
  margin-bottom: 80px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
}
.sp-features.features-4-modul .post-text {
  line-height: 1.4;
  margin-left: 40px;
  margin-bottom: 50px;
  padding-top: 30px;
  font-size: 1.2rem;
  width: 100%;
  max-width: 800px;
}
.sp-features.features-4-modul .features-block > div {
  margin-bottom: 50px;
}
.sp-features.features-4-modul .features-block > div .sp-feature .feature-content h4 {
  font-size: 140px;
  line-height: 0.4;
  text-shadow: 3px 3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px 0px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 0px -3px 0 #fff, 3px 3px 3px rgba(0, 0, 0, 0);
  color: #003653;
  opacity: 0.5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-features.features-4-modul .features-block > div .sp-feature .feature-content p {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.sp-features.features-4-modul .features-block > div .sp-feature:hover .feature-content h4 {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #18f7ff, 0 0 30px #18f7ff, 0 0 40px #18f7ff, 0 0 55px #18f7ff, 0 0 75px #18f7ff;
  color: #fff;
}
.custommain-text2-modul {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
}
#sp-main-brands {
  background-blend-mode: soft-light;
}
.sp-module.main-news-1-modul .owl-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sp-module.main-news-1-modul .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sp-module.main-news-1-modul h3.title {
  font-size: 22px;
  color: #ff7291;
}
.sp-module.main-news-1-modul h3.title a {
  color: #4d4d4d;
  text-align: center !important;
  display: inline-block;
  font-size: 1.1rem;
  max-height: 42px;
  width: 100%;
  overflow: hidden;
}
.sp-module.main-news-1-modul .introtext {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.sp-module.main-news-1-modul .readmore {
  text-align: center;
}
.sp-module.main-news-1-modul .readmore a.buttonlight.morebutton {
  display: inline-block;
  color: #fff;
  background: #ff7291;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 20px;
  max-height: 48px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  line-height: normal;
  font-size: 0.7rem !important;
}
.sp-module.main-news-1-modul .readmore a.buttonlight.morebutton:hover {
  color: #4d4d4d !important;
  background: #ffd8e1;
}
.sp-module.main-news-1-modul .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px;
  background: transparent;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  top: calc(50% - 3.5rem);
  visibility: hidden;
  width: 0px;
}
.sp-module.main-news-1-modul .owl-theme .owl-nav [class*=owl-]::after {
  content: " ";
  visibility: visible;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 3.5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 0px;
  color: #ff7291;
}
.sp-module.main-news-1-modul .owl-nav button.owl-prev {
  left: 10px;
}
.sp-module.main-news-1-modul .owl-nav button.owl-prev::after {
  content: "\f0a8" !important;
}
.sp-module.main-news-1-modul .owl-nav button.owl-next {
  right: 65px;
}
.sp-module.main-news-1-modul .owl-nav button.owl-next::after {
  content: "\f0a9" !important;
}
.sp-module.main-news-2-modul h3.mnwall-title {
  padding: 0;
}
.sp-module.main-news-2-modul h3.mnwall-title a {
  word-wrap: normal;
}
.sp-module.main-news-2-modul .mnwall-desc {
  padding: 8px 0 15px;
}
.sp-module.news-button-modul .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 25px;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i {
  border-radius: 1em;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .image-block {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-height: 200px;
  background-color: #ff7291;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .image-block img {
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .image-block a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.6;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails h3.product-title {
  font-size: 24px;
  max-height: 55px;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails h3.product-title a {
  color: #ff7291;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .product-description p {
  font-size: 14px;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .product-price .PricesalesPrice .PricesalesPrice {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #963 !important;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group {
  width: 100%;
  padding: 0;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex {
  margin-bottom: 15px;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex span.addtocart-button1.all-button {
  padding: 0;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex span.quantity-controls.js-recalculate {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-width: 135px;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex span.quantity-controls.js-recalculate input.quantity-controls {
  height: 46px;
  border: none;
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex span.quantity-controls.js-recalculate input.quantity-minus {
  background-position: 46px 0;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex span.addtocart-button1.all-button1 {
  padding: 0;
  max-width: 50px;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex .quantity-box .quantity-input, section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group .addtocart-bar.d-flex .cart-summary .quantity-input {
  height: 46px;
  width: 50px !important;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  margin-bottom: 0;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group input.addtocart-button {
  background-size: 62%;
  color: transparent !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group input.addtocart-button:hover {
  transform: scale(1.14);
  background-color: #b36666;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group a.product-details1.all-button {
  padding: 0 12px;
  margin: 0 auto;
  letter-spacing: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 40px;
}
section#sp-main-tovars-1 .main-populars-modul .owl-item .item .item-i .text-block.productdetails .button-group a.product-details1.all-button:hover {
  background-position: 0 40px;
}
section#sp-main-tovars-1 .vina-carousel-virtuemart .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 0px 0px;
  background: transparent;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  top: calc(50% - 3.5rem);
  visibility: hidden;
  width: 0px;
}
section#sp-main-tovars-1 .vina-carousel-virtuemart .owl-nav [class*=owl-]::after {
  content: " ";
  visibility: visible;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 3.5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 0px;
  color: #fff;
}
section#sp-main-tovars-1 .vina-carousel-virtuemart .owl-nav .owl-prev::after {
  content: "\f0a8" !important;
}
section#sp-main-tovars-1 .vina-carousel-virtuemart .owl-nav .owl-prev {
  left: calc(10% - 35px);
}
section#sp-main-tovars-1 .vina-carousel-virtuemart .owl-nav .owl-next::after {
  content: "\f0a9" !important;
}
section#sp-main-tovars-1 .vina-carousel-virtuemart .owl-nav .owl-next {
  right: calc(10% + 20px);
}
#bigHalfCircle path {
  fill: #f1f5f4;
  stroke: transparent;
}
svg#bigHalfCircle {
  position: relative;
  bottom: -4px;
}
section#sp-main-galery-1 {
  background-image: url(/images/bg1.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f1f5f4;
}
section#sp-main-galery-1 .container {
  background-color: transparent;
}
.sp-module.main-galery1-modul {
  padding: 45px 20px;
  border: 9px double #fff;
  border-radius: 0px;
  background: #ff4971;
}
.vina-camera-slider-wrapper.main-galery1-modul .camera_thumbs_cont ul {
  width: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 !important;
}
.vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_thumbs_cont ul li {
  display: flex !important;
  padding: 10px !important;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  margin: 0px !important;
  overflow: hidden !important;
}
.vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_thumbs_cont ul li > img {
  border: none !important;
  cursor: pointer;
  margin: 0px !important;
  vertical-align: bottom;
}
.vina-camera-slider-wrapper.main-galery1-modul div#vina-camera-slider121 > div:nth-child(2) {
  position: absolute !important;
  right: -100%;
  width: 100%;
  top: 0;
  height: 100%;
}
.vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_thumbs_cont {
  background: #ff4971 !important;
  border-radius: 0 !important;
}
.vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_wrap {
  margin-bottom: 0px !important;
}
.vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_amber_skin .camera_prev > span {
  background-position: 0 -400px;
}
.vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_amber_skin .camera_prev > span {
  background-position: 0 -400px;
}
div [class*=-button-modul].text-center .all-button-holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.menu-home .testi-position {
  visibility: hidden;
}
.menu-home .swiper-pagination-bullet-active {
  background: #ff7291;
}
.menu-home .trunctedText {
  font-style: italic;
  font-size: 1.2rem;
}
section#sp-bottom-1 {
  background-blend-mode: difference;
}
.custom.adres-bottom1-modul p {
  margin-bottom: 5px;
}
.custom.adres-bottom1-modul p.ico {
  margin-right: 10px;
  color: #ffd8e1;
  margin-bottom: 0;
  line-height: 1;
}
.custom.adres-bottom1-modul p.bottom-phone.bottom-phone-1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.custom.adres-bottom1-modul p.bottom-phone.bottom-phone-2 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1;
  white-space: nowrap;
}
.custom.adres-bottom1-modul p.bottom-adres {
  font-size: 12px;
}
.customsocial-icons-modul {
  margin-bottom: 0.5rem;
}
.customsocial-icons-modul ul.social-icons {
  margin: 0;
  margin-bottom: 1rem;
}
.customsocial-icons-modul ul.social-icons li {
  margin: 0px 2px;
}
.customsocial-icons-modul ul.social-icons li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #ff7291;
  border-radius: 50px;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
}
.customsocial-icons-modul ul.social-icons li a:hover {
  background: #fff;
  color: #ff7291;
}
.top-calback-modul {
  margin-bottom: 0.5rem;
}
section#sp-bottom-2 {
  background: #d8002f !important;
}
section#sp-bottom-2 .moduletitle-holder h3 {
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 10px;
}
section#sp-bottom-2 .moduletitle-holder h3::before {
  content: normal !important;
}
section#sp-bottom-2 .moduletitle-holder h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70%;
  height: 2px;
  background: #ffd8e1;
  left: 0;
  bottom: 0;
  margin: 0;
}
.custom.social-icons-modul-1 ul.social-icons {
  margin: 0;
}
.custom.social-icons-modul-1 ul.social-icons > li {
  display: inline-block;
  margin: 0px 15px;
}
.custom.social-icons-modul-1 ul.social-icons > li a {
  padding: 5px;
  font-size: 20px;
}
.customphones-bottom33-modul p.bottom-phone {
  font-size: 26px;
  font-weight: 600;
}
section#sp-bottom-3 {
  background-image: url(/images/paterns/subtle_stripes2.png);
  background-color: #191919;
  background-repeat: repeat;
  background-attachment: inherit;
  background-position: 0 0;
  background-blend-mode: multiply;
  position: relative;
  padding: 3.5rem 0 2rem;
  color: #fff;
}
section#sp-bottom-3 a {
  color: #ffd8e1;
}
section#sp-bottom-3::before {
  content: nornal;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: url(/images/flowers-divider.png) repeat-x;
  background-size: contain;
}
section#sp-bottom-3 p.bottom-logo img {
  margin: 0 auto;
  max-height: 150px;
}
section#sp-bottom-3 .moduletitle-holder h3::before {
  content: normal;
}
div#sp-bottom111 .moduletitle-holder h3 {
  text-transform: uppercase;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}
div#sp-bottom111 .moduletitle-holder h3::before, div#sp-bottom111 .moduletitle-holder h3::after {
  content: normal;
}
div#sp-bottom222 {
  text-align: center;
}
.custom.Divider-Circle-min-modul {
  position: absolute;
  top: -100px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.custom.Divider-Circle-min1-modul {
  position: absolute;
  bottom: -100px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.custom.Divider-Circle-min1-modul svg#bigHalfCircle {
  position: relative;
  bottom: 0px;
  transform: rotate(180deg);
}
.sp-module.menu-bottom111-modul ul.menu {
  list-style: none;
  padding: 0;
}
.sp-module.menu-bottom111-modul ul.menu > li {
  padding-left: 30px;
  position: relative;
}
.sp-module.menu-bottom111-modul ul.menu > li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.sp-module.menu-bottom111-modul ul.menu > li::before {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 0.8rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 11px;
  top: 13px;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-module.menu-bottom111-modul ul.menu > li:hover::before {
  left: 0px;
}
.customcontakts-bottom222-modul p.bottom-phone {
  font-size: 30px;
}
.customcontakts-bottom222-modul p.bottom-phone.bottom-phone-1 {
  margin-bottom: 4px;
}
.custom.social-icons-bottom222-modul ul.social-icons {
  margin: 0;
}
.custom.social-icons-bottom222-modul ul.social-icons > li {
  margin: 0px 7px;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.custom.social-icons-bottom222-modul ul.social-icons > li a {
  padding: 7px;
  font-size: 20px;
  position: relative;
}
.custom.social-icons-bottom222-modul ul.social-icons > li:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.custom.social-icons-bottom222-modul ul.social-icons > li:hover a {
  color: #d8002f !important;
}
footer#sp-footer .container {
  background-color: transparent;
}
.menu-kontakty #sp-main-body {
  padding: 100px 0 0;
}
.menu-kontakty section#sp-bottom-3 {
  padding: 0 0 0 10%;
}
.menu-kontakty div#sp-bottom111 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.menu-kontakty div#sp-bottom222 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.menu-kontakty .sp-column.pt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem !important;
}
.menu-kontakty .custom.social-icons-bottom222-modul {
  padding: 15px;
}
.menu-kontakty .custom.social-icons-bottom222-modul ul.social-icons > li a {
  font-size: 26px;
}
.menu-kontakty .com-baforms.kontact-form .page-0 .span12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.menu-kontakty .com-baforms.kontact-form .page-0 .span12 .ba-email.tool.col-sm-6 {
  margin-top: 0;
}
.contact_sidebar .media-box.bg-sand {
  margin-bottom: 20px;
  padding: 33px 30px;
  background: #fff;
}
.contact_sidebar .media-box.bg-sand .media-icon {
  font-size: 30px;
  text-align: center;
  width: 30px;
  display: inline-block;
  position: absolute;
  color: #ff7291;
}
.contact_sidebar .media-box.bg-sand .media-content {
  padding-left: 45px;
  display: inline-block;
}
.contact_sidebar .media-box.bg-sand .media-content h4 {
  color: #ff7291;
}
.article-body .readmore {
  text-align: right;
}
.article-body .readmore a {
  display: inline-block;
  color: #fff;
  background: #ff7291;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 20px;
  max-height: 48px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  line-height: normal;
  color: #fff !important;
}
.article-body .readmore a:hover {
  color: #4d4d4d !important;
  background: #ffd8e1;
}
.article-list .article .article-intro-image.float-none img {
  width: 100%;
  max-width: none;
}
.article-list .article .article-header h2 a {
  color: #ff7291;
}
.article-list .article .readmore a {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 165px;
  float: none;
  display: block;
}
.article-list.articles-leading .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-list.articles-leading .article .article-intro-image.float-none {
  margin: 0 20px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  min-width: 240px;
}
.article-list.articles-leading .article .article-header h2 a {
  color: #ff7291;
}
.article-full-image.float-right {
  margin: 0 0 25px 15px;
  width: 100%;
  max-width: 50%;
}
body table {
  width: 100%;
  margin-bottom: 1rem;
  color: #4d4d4d;
  border: 1px solid #dee2e6;
}
body table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border-bottom-width: 2px;
}
body table td, body table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border: 1px solid #dee2e6;
}
body table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
body table tr:hover {
  color: #4d4d4d;
  background-color: #ffd8e1 !important;
}
body .page-header {
  padding: 6px;
  background: #fff;
  color: #ff4971;
  margin-bottom: 25px;
}
body .page-header h1 {
  font-size: 2.25rem;
  line-height: 1 !important;
  margin: 0;
  color: #ff4971;
  display: inline-block;
  position: relative;
}
body .page-header h1::after {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.7rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 15px;
  color: #ff4971;
}
body.view-category .article-header {
  padding: 0px;
  background: #fff;
  color: #ff7291;
  margin-bottom: 0px;
}
body.view-category .article-header h1 {
  font-size: 2.25rem;
  line-height: 1 !important;
  margin: 0;
  display: inline-block;
  position: relative;
  color: #fff;
}
body.view-category .article-header h1::after {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.7rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 15px;
  color: #fff;
}
body.view-category .article-header h2 {
  font-size: 2rem;
  line-height: 1.2 !important;
  margin: 0;
  color: #ff7291;
}
body.view-article .article-header {
  padding: 0px;
  background: #fff;
  color: #ff7291;
  margin-bottom: 30px;
}
body.view-article .article-header h1 {
  font-size: 2.25rem;
  line-height: 1 !important;
  margin: 0;
  display: inline-block;
  position: relative;
}
body.view-article .article-header h1::after {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.7rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 15px;
  color: #ff7291;
}
body.view-article .article-header h2 {
  font-size: 2rem;
  line-height: 1.2 !important;
  margin: 0;
  color: #ff7291;
}
body #jb_template h1, body #jb_template .h1 {
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1 !important;
  color: #fff;
  display: inline-block;
  position: relative;
}
body #jb_template h1::after, body #jb_template .h1::after {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.7rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 15px;
  color: #fff;
}
aside#sp-left span.sm-title {
  font-family: 'Bitter-Bold' !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
}
aside#sp-left .sp-module, aside#sp-right .sp-module {
  margin-top: 50px;
  border: none;
  padding: 0px;
  border-radius: 3px;
}
div#sp-shapka .customtop-whatsupp-modul .top-whatsupp {
  font-size: 32px;
}
a#offcanvas-toggler {
  font-size: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 20px;
  padding: 5px 0;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #7b7b7b;
  font-size: 18px;
  font-weight: 500;
}
.offcanvas-menu img {
  display: none;
}
.offcanvas-menu .close-offcanvas {
  position: absolute;
  top: 10px;
  z-index: 1;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  background: #fff;
  color: #000;
}
.offcanvas-menu span.menu-toggler {
  font-size: 28px !important;
}
.offcanvas-menu .offcanvas-inner {
  padding: 40px 20px 0px;
}
.breadcrumb {
  background-color: transparent;
}
section#sp-main-body {
  padding: 60px 0;
}
section#sp-main-body .container {
  background-color: transparent;
}
div#cf_wrapp_all_186 div#cf_wrapper_input_text_price_186 .form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
div#cf_wrapp_all_186 div#cf_wrapper_input_text_price_186 .form-horizontal label {
  margin-bottom: 0;
}
div#cf_wrapp_all_186 .cf_filtering_slider_gutter {
  float: none;
}
div#cf_wrapp_all_186 .cf_slider_gutter_m {
  width: 88%;
  max-width: 300px;
}
div#cf_wrapp_all_186 .slider_bkg_img {
  width: 100%;
}
.sp-module.bottom-dostavka-modul {
  padding-left: 2rem;
}
.sp-module.bottom-dostavka-modul ul.category-modulebottom-dostavka-modul {
  list-style: none;
  padding: 0;
  max-height: 295px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sp-module.bottom-dostavka-modul ul.category-modulebottom-dostavka-modul li {
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
.sp-module.bottom-dostavka-modul ul.category-modulebottom-dostavka-modul li a {
  padding: 7px;
  display: block;
  position: relative;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.sp-module.bottom-dostavka-modul ul.category-modulebottom-dostavka-modul li::before {
  content: "";
  background: url(/images/Mlogo.svg) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 20px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 10px;
}
.sp-module.bottom-dostavka-modul ul.category-modulebottom-dostavka-modul li:hover a {
  color: #fff !important;
  transform: translateX(15px);
}
.kontact-form input.ba-btn-submit {
  max-width: 300px !important;
}
body ymaps.ymaps-2-1-77-image {
  left: -33px !important;
  top: -82px !important;
  width: 67px !important;
  height: 82px !important;
  opacity: 1;
  background-position: 0px 0px;
  background-size: 100% !important;
  background-image: url(/images/mapiconscollection-stores-flowers1.png) !important;
}
.article-introtext h2 {
  color: #ff4971;
  font-size: 20px;
}
ul#gifts_menu {
  list-style: none;
  padding: 0;
}
ul#gifts_menu li {
  margin: 0 5px;
}
ul#gifts_menu li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 10px solid #ffd8e1;
}
ul#gifts_menu li a img {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
ul#gifts_menu li a:hover img {
  transform: scale(1.1);
}
ul#gifts_menu li a span.image-title {
  display: block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  background: #ffd8e1;
  position: relative;
  font-weight: 600;
  color: #333;
}
.category-view .product {
  min-width: 200px !important;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  padding-top: 0;
}
.category-view .product .spacer.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.category-view .product .spacer.product-container .addtocart-area {
  min-height: auto !important;
  padding-top: 10px;
}
.category-view .product .vm3pr-2 .product-price {
  min-height: 30px;
  text-align: center;
  line-height: 1;
}
.category-view .product .product_s_desc {
  padding: 10px;
  background: #f1f1f1;
  flex-grow: 2;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
}
.category-view .product .product_s_desc p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 16px;
  text-align: right;
}
.category-view .product .product_s_desc p strong {
  font-size: 90%;
  float: left;
}
.category-view .product .addtocart-bar {
  margin: 0 0 10px;
  padding: 0;
  position: static;
  text-align: center;
  line-height: 30px;
  width: 100%;
}
.category-view .product .addtocart-bar span.addtocart-button {
  display: block;
  font-size: 16px;
}
.category-view .product .addtocart-bar span.addtocart-button .but-addtocart-button {
  max-width: 220px !important;
  width: 100% !important;
  font-size: 16px;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 0px !important;
  background: #6c6 !important;
  border: none !important;
  cursor: pointer;
  border: 2px solid #6c6 !important;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-shadow: 1px 1px 0px #000;
}
.category-view .product .addtocart-bar span.addtocart-button .but-addtocart-button:hover {
  background: #fff !important;
  color: #000 !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.category-view .product div.vm-details-button {
  margin-bottom: 10px;
}
.category-view .product div.vm-details-button a {
  max-width: 200px !important;
  margin-right: 40px;
  width: 100% !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  font-size: 16px;
  padding: 1px 0px;
  color: #fff !important;
  border-radius: 0px !important;
  background: #f07 !important;
  border: 2px solid #f07 !important;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-shadow: 1px 1px 0px #000;
}
.category-view .product div.vm-details-button a:hover {
  background: #fff !important;
  color: #000 !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.category-view .product .vm-product-media-container {
  max-height: 190px;
  overflow: hidden;
}
.category-view .product .vm-product-media-container a {
  display: inline-block;
  position: relative;
}
.category-view .product .vm-product-media-container a img.browseProductImage {
  transform: scale(1);
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.category-view .product .vm-product-media-container a::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.53);
  box-shadow: -10px -10px 10px inset #fff;
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  z-index: 1;
  -moz-transition: all 1200ms;
  -o-transition: all 1200ms;
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
}
.category-view .product .vm-product-media-container a::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.53);
  box-shadow: 10px 10px 10px inset #fff;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 100%;
  z-index: 1;
  -moz-transition: all 1400ms;
  -o-transition: all 1400ms;
  -webkit-transition: all 1400ms;
  transition: all 1400ms;
}
.category-view .product .vm-product-media-container a:hover img.browseProductImage {
  transform: scale(1.15);
}
.category-view .product .vm-product-media-container a:hover::before {
  content: "";
  left: 100%;
  top: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.00);
}
.category-view .product .vm-product-media-container a:hover::after {
  content: "";
  left: -100%;
  top: -100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.00);
}
.category-view .product .vm-customfields-wrap {
  display: none;
}
.view-productdetails .addtocart-area span.addtocart-button {
  display: block;
  font-size: 16px;
}
.view-productdetails .addtocart-area span.addtocart-button input.but-addtocart-button {
  max-width: 220px !important;
  width: 100% !important;
  font-size: 16px;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 0px !important;
  background: #6c6 !important;
  border: none !important;
  cursor: pointer;
  border: 2px solid #6c6 !important;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-shadow: 1px 1px 0px #000;
}
.view-productdetails .addtocart-area span.addtocart-button input.but-addtocart-button:hover {
  background: #fff !important;
  color: #000 !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.view-productdetails .moduletable-warning-modul {
  padding: 10px;
  background: #ffecf5;
}
.view-productdetails .moduletable-warning-modul .h4, .view-productdetails .moduletable-warning-modul h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.view-productdetails .moduletable-warning-modul p {
  font-size: 87%;
  margin-bottom: 10px;
  font-weight: 500;
}
div#fancybox-wrap {
  width: 100% !important;
  max-width: 485px;
}
div#fancybox-wrap #fancybox-content {
  width: 100% !important;
  max-width: 475px;
}
div#fancybox-wrap .vm-btn.vm-btn-secondary {
  background-color: #f07;
  color: #fff;
  width: auto;
  max-width: 220px !important;
  width: 100% !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  font-size: 16px;
  padding: 1px 0px;
  color: #fff !important;
  border-radius: 8px !important;
  background: #ff7291 !important;
  border: 2px solid #ff7291 !important;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-shadow: 1px 1px 0px #000;
}
div#fancybox-wrap .vm-btn.vm-btn-secondary:hover {
  background: #fff !important;
  color: #000 !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
div#fancybox-wrap .vm-btn.vm-btn-primary {
  background-color: #ffd8e1;
  color: #fff;
  max-width: 220px !important;
  width: 100% !important;
  font-size: 16px;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 8px !important;
  background: #ffd8e1 !important;
  border: 2px solid #ffd8e1 !important;
  cursor: pointer;
  border: 2px solid #ffd8e1 !important;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-shadow: 1px 1px 0px #000;
  padding: 1px 0px;
}
div#fancybox-wrap .vm-btn.vm-btn-primary:hover {
  background: #fff !important;
  color: #000 !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
div#fancybox-wrap h4 {
  padding-top: 15px;
  font-size: 1.3rem;
}
.vm-product-descr-container-1 h2 a, .vm-product-descr-container-0 h2 a {
  font-size: 20px;
  color: #000;
  display: block;
}
.vm-product-descr-container-0, .vm-product-descr-container-1 {
  min-height: 50px;
  margin-bottom: 6px;
}
.product.vm-col-4 .product_s_desc p {
  font-size: 12px;
  margin-bottom: 0px;
}
.product-price {
  float: none;
  text-align: left;
}
.PricesalesPrice .PricesalesPrice {
  font-size: 27px !important;
  font-weight: 700 !important;
  color: #ff4971 !important;
}
.product.vm-col-4 div.PricesalesPrice {
  text-align: center !important;
}
.product.vm-col-4 .vm-details-button {
  display: none;
}
.product.vm-col-4 .quantity-controls {
  display: none;
}
.view-productdetails #sp-left, .view-cart #sp-left {
  display: none;
}
.view-cart #sp-component {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.PricesalesPriceTt .PricesalesPriceTt {
  font-size: 27px !important;
  font-weight: 700 !important;
  color: #ff4971 !important;
  min-width: 100%;
  text-align: left;
  display: inline-block;
}
.view-productdetails .PricesalesPriceTt {
  display: block;
}
.view-productdetails div.PricesalesPriceTt {
  display: none;
}
.view-productdetails .addtocart-button .but-addtocart-button {
  margin-top: 10px;
}
.quantity-controls {
  background-color: transparent;
  border: none;
}
.quantity-minus, .quantity-plus {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.quantity-plus {
  background-image: url(/images/plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.quantity-box .quantity-input {
  width: 64px !important;
}
.quantity-minus {
  background-image: url(/images/minus.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
}
.cf_filters_list li .cf_option {
  color: #000 !important;
}
.cf_filters_list li .cf_sel_opt {
  font-weight: bold;
  color: #f07 !important;
}
.cf_resetAll_label {
  display: block;
}
.cf_resetAll_label {
  font-size: 16px !important;
  color: #fff !important;
  background-color: #f07 !important;
  text-align: center;
  line-height: 38px;
}
.vm3pr-5 .addtocart-area {
  min-height: auto;
}
.PricesalesPrice .PricesalesPrice {
  font-size: 27px;
  font-weight: 700;
  color: #f07;
}
.product-description {
  font-size: 14px;
}
button#proopc-order-submit {
  max-width: none;
  width: 100% !important;
  font-size: 19px !important;
  line-height: 30px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 0px !important;
  background: #6c6 !important;
  border: none !important;
  cursor: pointer;
  border: 2px solid #6c6 !important;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-shadow: 1px 1px 0px #000;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 500 !important;
  letter-spacing: 1px;
}
button#proopc-order-submit:hover {
  background: #9ef79e !important;
  color: #000 !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
}
.category .spacer h2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-height: 142px;
}
.category .spacer h2 a img {
  border-radius: 15px;
  background-color: #ececec;
}
.my-kat-title {
  width: 100%;
}
.my-kat-title h4 {
  margin-bottom: 1.5rem;
}
.category-view .browse-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.category-view div[class*="-view"] .row {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
}
.category-view .browse-view .products-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.category-view div[class*="-view"] .row {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
}
span.addtocart-button1.all-button-holder-.col-6 {
  padding: 0;
}
span.quantity-controls.js-recalculate.col-6.d-flex {
  padding: 0;
}
.category-view > .category-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.category-view > .category-view .horizontal-separator {
  display: none !important;
}
.category-view > .category-view > .row {
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
  margin: 0px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.category-view > .category-view > .row .spacer.my-cat-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.category-view > .category-view > .row .spacer.my-cat-icons a.my-cat-ico {
  padding-right: 5px;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 55px;
}
.category-view > .category-view > .row .spacer.my-cat-icons img.browseCategoryImage {
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.category-view > .category-view > .row .spacer.my-cat-icons h4.my-cat-ico-title {
  font-size: 18px;
  padding-top: 5px;
  line-height: 1;
}
.category-view > .category-view > .row .spacer.my-cat-icons h4.my-cat-ico-title a {
  color: #ff7291;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.category-view > .category-view > .row:hover {
  background: #ff7291;
}
.category-view > .category-view > .row:hover img.browseCategoryImage {
  filter: brightness(4);
}
.category-view > .category-view > .row:hover h4.my-cat-ico-title a {
  color: #ffd8e1 !important;
}
.category-view .virtuemart_search form .vm-search-custom-search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category-view .virtuemart_search form .vm-search-custom-search-input input.inputbox {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  border: 4px solid #cca8a8 !important;
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 12px;
}
.category-view .virtuemart_search form .vm-search-custom-search-input input.my-search-dutton.all-button {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border: 4px solid #cca8a8 !important;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  text-align: center !important;
  box-shadow: none !important;
}
.category-view .virtuemart_search form .vm-search-custom-search-input span.vm-search-descr {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 10px;
  font-size: 12px;
}
.category-view .orderby-displaynumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  background: #ffd8e1;
}
.category-view .orderby-displaynumber .orderlistcontainer {
  font-size: 0.8rem;
}
.category-view .orderby-displaynumber .orderlistcontainer .title {
  margin-bottom: 5px;
  font-size: 1rem;
}
.category-view .orderby-displaynumber .floatright.display-number {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.5;
}
.category-view .orderby-displaynumber .floatright.display-number select#limit {
  font-size: 0.8rem;
}
.category-view .orderby-displaynumber .orderlistcontainer div.activeOrder {
  cursor: pointer;
  border: solid #cac9c9 1px;
  border-radius: 4px;
  padding: 0px 24px 0px 12px;
  height: 38px;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background-position-y: 45%;
}
.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  background: #ee3769;
  border: 1px solid #ee3769;
}
.category-view .browse-view .products-view > .row .spacer.product-container {
  border-radius: 1em;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  box-shadow: 14px 13px 15px #ddbcbc;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm-product-media-container {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-height: 200px;
  background-color: #633;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm-product-descr-container-1 h3 {
  font-size: 24px;
  max-height: 55px;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 1.1;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm-product-descr-container-1 h3 a {
  font-size: 24px;
  color: #633;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm-product-descr-container-1 p.kat-sku {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm-product-descr-container-1 .desc {
  text-align: center;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm-product-descr-container-1 .desc p.product-s-desc {
  display: none;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm-product-descr-container-1 .desc p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-2 .product-price {
  margin-bottom: 0;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-2 .product-price span.vm-price-desc {
  display: none;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-2 .product-price span.PricesalesPrice {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #ff4971 !important;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 {
  width: 100%;
  padding: 0;
  margin-top: 15px;
  text-align: center;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar {
  position: relative;
  bottom: 0;
  margin-bottom: 15px;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar span.quantity-controls {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-width: 135px;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar span.quantity-controls input.quantity-input.js-recalculate {
  height: 46px;
  width: 50px !important;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  margin-bottom: 0;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar span.quantity-controls input.quantity-controls {
  height: 46px;
  border: none;
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar span.quantity-controls input.quantity-controls.quantity-minus {
  background-position: 46px 0;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar span.addtocart-button1.all-button1 {
  padding: 0;
  max-width: 50px;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar span.addtocart-button1.all-button1 input.addtocart-button {
  background: #633 url(/images/to-cart-bg.png) no-repeat center;
  background-size: 62%;
  color: transparent !important;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.category-view .browse-view .products-view > .row .spacer.product-container .vm3pr-0 .addtocart-area .addtocart-bar span.addtocart-button1.all-button1 input.addtocart-button:hover {
  transform: scale(1.14);
  background-color: #b36666;
}
.category-view .browse-view .products-view > .row .spacer.product-container a.product-details1.all-button {
  padding: 0 12px;
  margin: 0 auto;
  letter-spacing: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 40px;
}
.vm-product-container .vm-product-media-container {
  float: inherit;
  width: inherit;
}
.vm-product-container .vm-product-media-container .MagicZoom {
  border: 7px solid #ffd8e1;
}
.view-productdetails #sp-component {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.view-productdetails .vm-product-container.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.view-productdetails .spacer-buy-area .PricesalesPriceTt .PricesalesPriceTt {
  font-size: 35px !important;
  line-height: 50px;
}
.view-productdetails .spacer-buy-area .addtocart-bar.d-flex span.addtocart-button1 input.addtocart-button.all-button {
  width: 100%;
  max-width: 220px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  border: none;
}
.view-productdetails .spacer-buy-area .my-features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  position: static;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 50px;
  padding-top: 10px;
}
.view-productdetails .spacer-buy-area .my-features-block button.addtofav_aws_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  min-width: 200px;
  background: #ffd8e1 !important;
  height: 40px;
  border: 2px solid #ff7291;
  position: relative;
}
.view-productdetails .spacer-buy-area .my-features-block button.addtofav_aws_icon i::after {
  content: "В ИЗБРАННОЕ";
  font-family: 'Open Sans', sans-serif;
  color: #ff7291;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  display: inline-block;
  margin-left: 40px;
}
.view-productdetails .spacer-buy-area .my-features-block button.addtofav_aws_icon i::before {
  top: 4px;
  position: absolute;
}
.view-productdetails .spacer-buy-area .my-features-block button.addtofav_aws_icon:hover {
  background: #ff7291 !important;
}
.view-productdetails .spacer-buy-area .my-features-block button.addtofav_aws_icon:hover i::after {
  color: #fff;
}
.view-category input.addtocart-button.all-button {
  border: none;
}
.view-category span.quantity-controls.js-recalculate.col-6.d-flex {
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  min-width: 100px;
  max-width: 150px;
}
.view-category span.quantity-controls.js-recalculate.col-6.d-flex .quantity-controls {
  height: 37px;
  border: none;
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.view-category span.quantity-controls.js-recalculate.col-6.d-flex input.quantity-input.js-recalculate {
  height: 37px;
  width: 50px !important;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  margin-bottom: 0;
  border: 2px solid rgba(0, 0, 0, .15);
}
.view-category span.quantity-controls.js-recalculate.col-6.d-flex input.quantity-plus {
  background-position-y: 50%;
}
.view-category span.quantity-controls.js-recalculate.col-6.d-flex input.quantity-minus {
  background-position-y: 50%;
  background-position-x: 100%;
}
.view-category span.vm-price-desc {
  display: none;
}
.product-container.productdetails-view.productdetails .product-strelka a {
  background: none !important;
  padding: inherit !important;
}
.product-container.productdetails-view.productdetails a.product-details1.all-button {
  line-height: 30px;
  font-size: 14px;
  border: 2px solid #ffd8e1 !important;
  box-shadow: none;
}
.product-container.productdetails-view.productdetails a.product-details1.all-button:hover {
  background-position: 0 30px;
  color: #fff !important;
}
.product-container.productdetails-view.productdetails .my-produkt-title {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 0.4rem;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .product-manufacturer {
  margin-bottom: 1rem;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .product-manufacturer .manufacturer {
  margin-top: 0;
  margin-left: 15px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-artikul-holder {
  margin-bottom: 0;
  color: #333;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-artikul-holder p.artikul {
  margin: 0;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description > p {
  display: none;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description .product-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description .product-fields .product-field {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-weight: 500;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description .product-fields .product-field .product-field-display {
  font-weight: 700;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area {
  padding-left: 0;
  padding: 0px;
  border-radius: 0px;
  padding-bottom: 0px;
  position: relative;
  padding: 15px;
  background: #fff3f6;
  border: 7px solid #ffd8e1;
  margin-bottom: 115px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .product-price > div.vm-price-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .product-price .PricesalesPriceTt.vm-display.vm-price-value {
  bottom: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .product-price span.vm-price-desc {
  display: none;
  text-align: left;
  min-width: 50px;
  margin: 0 15px 0 0;
  align-self: flex-end;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.quantity-controls.js-recalculate {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-width: 135px;
  max-width: 150px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.quantity-controls.js-recalculate span.quantity-box input.quantity-input.js-recalculate {
  height: 46px;
  width: 50px !important;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  margin-bottom: 0;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.quantity-controls.js-recalculate input.quantity-controls {
  height: 46px;
  border: none;
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.quantity-controls.js-recalculate input.quantity-controls.quantity-minus {
  background-position: 46px 0;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.addtocart-button1.all-button1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-items: center;
  -ms-flex: inherit !important;
  flex: inherit !important;
  max-width: none !important;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.addtocart-button1.all-button1 input.addtocart-button {
  display: inline-block;
  border: 2px solid #ffd8e1 !important;
  color: #fff !important;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px 15px;
  max-height: none;
  max-width: 100%;
  white-space: nowrap;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  text-shadow: 1px 1px 0 #ff4971;
  background: -webkit-linear-gradient(180deg, #ff7291 0%, #fff 100%);
  background: -moz-linear-gradient(180deg, #ff7291 0%, #fff 100%);
  background: -o-linear-gradient(180deg, #ff7291 0%, #fff 100%);
  background: linear-gradient(180deg, #ff7291 0%, #fff 100%);
}
.product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.addtocart-button1.all-button1 input.addtocart-button:hover {
  background-position: 0 38px;
  color: #fff !important;
}
.product-container.productdetails-view.productdetails dl#tabs.tabs {
  display: inline-block;
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
}
.product-container.productdetails-view.productdetails div.current {
  position: relative;
  top: -3px;
  z-index: 0;
}
.product-container.productdetails-view.productdetails .tabs dt.tabs {
  float: left;
  padding: 5px 10px 6px 10px;
  margin: 0 5px -3px 0;
  background: #fff;
  border-right: solid 3px #c99;
  border-left: solid 3px #c99;
  border-top: solid 3px #c99;
  border-bottom: 3px solid #fff;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 0;
}
.product-container.productdetails-view.productdetails .tabs dt.tabs h3 {
  font-size: 1.5rem;
  margin: 0 auto;
  color: #ff7291;
}
.product-container.productdetails-view.productdetails .tabs dt.tabs h3 a {
  color: #ff7291;
}
.product-container.productdetails-view.productdetails dd.tabs {
  clear: both;
  background: #fff;
  margin: 0;
  padding: 10px;
  border: solid 3px #c99;
  border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 12px 12px 12px;
  position: relative;
  z-index: 0;
}
.product-container.productdetails-view.productdetails dd.tabs p {
  font-size: 1rem;
}
.product-container.productdetails-view.productdetails dd.tabs ul {
  font-size: 1rem;
}
.product-container.productdetails-view.productdetails dd.tabs ul li {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.product-container.productdetails-view.productdetails .tabs dt.tabs.closed {
  background: #f0e0e0 !important;
  border: solid 3px #f0e0e0 !important;
  border-bottom: 3px solid #c99 !important;
}
.my-features-block {
  position: absolute;
  bottom: 16px;
  right: 10px;
  z-index: 1;
  height: 36px;
}
.my-features-block button.addtofav_aws_icon {
  cursor: pointer;
  font-size: 27px !important;
}
.dost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin: 15px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #939393;
}
.dost img {
  max-width: 65px;
}
.dost span {
  font-size: 24px;
  margin-left: 25px;
  color: #939393;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description.podarki {
  padding-left: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description.podarki .product-fields {
  padding: 0;
  margin: 0;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description.podarki .product-fields .product-field.product-field-type-E {
  display: block;
  min-width: 100%;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description.podarki .product-fields .product-field.product-field-type-E span {
  display: block;
  min-width: 100%;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description.podarki .product-fields .product-field.product-field-type-E span strong {
  font-size: 24px;
  color: #939393;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.product-container.productdetails-view.productdetails .vm-product-details-container .my-customfilds-description.podarki .product-fields .product-field.product-field-type-E .product-field-display .cf4all_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-container.productdetails-view.productdetails h4.my-size-title {
  padding-left: 130px;
}
.product-container.productdetails-view.productdetails .my-customfilds-description {
  padding-left: 130px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-container.productdetails-view.productdetails .my-customfilds-description span.product-fields-title-wrapper {
  padding: 0;
  min-width: auto;
  margin-right: 10px;
}
.product-container.productdetails-view.productdetails .my-customfilds-description strong {
  font-weight: 400;
}
.product-container.productdetails-view.productdetails .my-customfilds-description p {
  margin: 0;
}
.product-container.productdetails-view.productdetails .my-customfilds-description .product-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-container.productdetails-view.productdetails .my-customfilds-description .product-fields .product-field.product-field-type-S {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 140px;
}
.product-container.productdetails-view.productdetails .product-short-description {
  padding-left: 130px !important;
}
.view-category .PricesalesPriceTt .PricesalesPriceTt {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #ff4971 !important;
  min-width: 100%;
  text-align: center;
  display: inline-block;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap {
  position: absolute;
  bottom: -115px;
  width: 100%;
  left: 0;
  border-bottom: 2px solid #939393;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap span.product-fields-title-wrapper {
  padding: 0;
  min-width: auto;
  margin-right: 10px;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap strong {
  font-weight: 400;
  font-size: 24px;
  color: #939393;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap p {
  margin: 0;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap .product-field-display .cf4all_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap .product-field-display .cf4all_wrapper .control-group:nth-child(1) {
  margin-right: 20px;
  padding-left: 40px;
  position: relative;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap .product-field-display .cf4all_wrapper .control-group:nth-child(1)::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/otkritka-ico.png) no-repeat center;
  background-size: contain;
  left: -12px;
  top: -15px;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap .product-field-display .cf4all_wrapper .control-group:nth-child(2) {
  padding-left: 50px;
  position: relative;
}
.product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap .product-field-display .cf4all_wrapper .control-group:nth-child(2)::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/images/sharik-ico.png) no-repeat center;
  background-size: contain;
  left: -12px;
  top: -15px;
}
.product-container.productdetails-view.productdetails .my-customfilds-description.my-color {
  visibility: hidden;
  max-height: 1px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.orderby-displaynumber .cf_wrapp_all {
  margin-left: auto;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-left: 25px;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex .cf_flt_header {
  display: none;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex .cf_flt_wrapper {
  margin-bottom: 0;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex .cf_flt_wrapper .cf_filtering_knob.cf_filtering_knob_to {
  left: 285px;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex ul.cf_filters_list.cf_colorbtn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex ul.cf_filters_list.cf_colorbtn_list li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex ul.cf_filters_list.cf_colorbtn_list li a.cf_color_btn {
  display: block;
  height: 25px !important;
  width: 25px !important;
  padding: 0px !important;
  border: 1px solid #666;
  margin: 0 5px;
  border-radius: 20px;
  overflow: hidden;
}
.orderby-displaynumber form.cf_form.top-filter.d-flex ul.cf_filters_list.cf_colorbtn_list li a.cf_color_btn .cf_color_inner {
  height: 24px !important;
}
.floatleft.vm-order-list {
  min-width: 160px;
}
.floatright.display-number {
  min-width: 100px;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view {
  display: block !important;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row .vm-col-3 {
  width: 28%;
  margin: 0 2%;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row .vm-col-3 span.vm-price-desc {
  display: none;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row .vm-col-3 span.PricesalesPriceTt {
  text-align: center !important;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row .vm-col-3 .addtocart-bar input.addtocart-button.all-button {
  border: none;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row .vm-col-3 .addtocart-bar input.quantity-input.js-recalculate {
  height: 100%;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row .vm-col-3 .addtocart-bar input.quantity-controls.quantity-minus {
  height: 100% !important;
  display: inline-block;
  padding: 0;
  width: 30px !important;
  background-position: 41px -4px;
}
body.com-customfilters.view-products.menu-rezul-taty-fil-tra .browse-view .row .vm-col-3 .addtocart-bar input.quantity-controls.quantity-plus {
  height: 100% !important;
  display: inline-block;
  padding: 0;
  width: 30px !important;
  background-position: -11px -4px;
}
.fav-row.d-flex.flex-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.fav-heading.d-flex.flex-wrap {
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}
.fav_addtocart-bar span.quantity-controls {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1px;
}
.fav_addtocart-bar span.addtocart-button input.addtocart-button {
  display: inline-block;
  color: #fff;
  background: #ff7291;
  cursor: pointer;
  outline: none;
  width: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 20px;
  max-height: 48px;
  white-space: nowrap;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  line-height: normal;
}
.fav_addtocart-bar span.quantity-controls {
  width: 100%;
  max-width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 0 0 1px;
}
.fav_addtocart-bar span.quantity-controls input.quantity-controls {
  height: 34px;
  border: none;
  width: 30px;
  cursor: pointer;
  padding: 0;
}
.fav_addtocart-bar span.quantity-controls input.quantity-controls.quantity-minus {
  background-position: 39px -6px;
}
.fav_addtocart-bar span.quantity-controls input.quantity-controls.quantity-plus {
  background-position: -10px -6px;
}
@media screen and (max-width: 1609px) {
  .sp-module.tovar-dnya-slider-modul {
    max-height: 414px;
  }
  section#sp-utp div#sp-slider1 h3.text-center {
    font-size: 2rem;
    margin: 15px auto 0px !important;
  }
  .category-view .product div.vm-details-button a {
    max-width: 175px !important;
  }
  .all-button {
    padding: 9px 10px;
  }
}
@media screen and (max-width: 1559px) {
  .sp-module.tovar-dnya-slider-modul {
    max-height: 391px;
  }
  section#sp-utp div#sp-slider1 h3.text-center {
    font-size: 2rem;
    margin: 10px auto 0px !important;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .sp-vmslider-image {
    max-height: 210px;
  }
  .sp-module.bottom-dostavka-modul {
    padding-left: 0rem;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1610px) {
  .container {
    max-width: 1560px;
  }
}
@media screen and (max-width: 1710px) {
  div#sp-slider-features {
    padding: 0px 0 0 8%;
  }
}
@media (min-width: 1140px) {
}
@media screen and (max-width: 1549px) {
  .sp-module.bottom-dostavka-modul ul.category-modulebottom-dostavka-modul li a {
    padding: 6px 0px;
  }
}
@media screen and (max-width: 1559px) {
  ul#main_katalog_id li.item-216 a, ul#main_katalog_id li.item-217 a, ul#main_katalog_id li.item-218 a {
    background-size: 120% !important;
  }
  ul#main_katalog_id li.item-216:hover a, ul#main_katalog_id li.item-217:hover a, ul#main_katalog_id li.item-218:hover a {
    background-size: 130% !important;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 {
    background-size: 110%;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245:hover {
    background-size: 120%;
  }
  ul#main_katalog_id li.item-219 a, ul#main_katalog_id li.item-242 a {
    background-size: 115% !important;
  }
  ul#main_katalog_id li.item-219:hover a, ul#main_katalog_id li.item-242:hover a {
    background-size: 120% !important;
  }
  ul#main_katalog_id li.item-218 a {
    font-size: 2rem;
  }
  ul#main_katalog_id li.item-217 a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1439px) {
  .category-view .product div.vm-details-button a {
    max-width: 125px !important;
    line-height: 1 !important;
  }
  .view-category span.quantity-controls.js-recalculate.col-6.d-flex input.quantity-minus {
    background-position-x: 38px;
  }
  .view-category span.quantity-controls.js-recalculate.col-6.d-flex input.quantity-plus {
    background-position-x: -15px;
  }
  .all-button {
    padding: 10px 7px;
    font-size: 12px;
  }
  ul#gifts_menu li a span.image-title {
    font-size: 15px;
  }
  div#sp-slider-features {
    padding: 0px 0 0 4%;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul {
    padding: 20px;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .features-block .sp-feature {
    margin: 10px 0;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-img-wrapper {
    width: 90px;
    flex: 0 0 90px;
    height: 90px;
  }
  .sp-module.menu-bottom111-modul ul.menu {
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
  .customcontakts-bottom222-modul p.bottom-phone {
    font-size: 26px;
    white-space: nowrap;
  }
  div#sp-bottom111 .sp-column.pt-5.pl-4 {
    padding-top: 2rem !important;
  }
  .sp-features.d-flex.uslugi-1 .features-block {
    width: 50%;
  }
  .sp-features.d-flex.uslugi-1 .features-block > div .sp-feature .feature-img-wrapper {
    max-height: 112px;
    height: 100%;
  }
  .sp-features.d-flex.uslugi-1 .feature-content {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    height: 100%;
    flex: inherit;
  }
  header#sp-header .sp-megamenu-parent > li > a {
    font-size: 16px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper {
    padding: 0 20px 0px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider {
    height: auto;
    min-height: 308px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left {
    margin-top: -30px;
  }
  ul#main_katalog_id li.item-243 ul.menu-child, ul#main_katalog_id li.item-244 ul.menu-child {
    background: rgba(255, 255, 255, 0.80);
    padding: 10px 8px;
  }
  ul#main_katalog_id li.item-243, ul#main_katalog_id li.item-244 {
    height: 435px;
  }
}
@media screen and (max-width: 1359px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 10px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider {
    min-height: 279px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper {
    padding: 0 5px 0px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left {
    margin-top: -58px;
  }
  div#sp-bottom111 .moduletitle-holder h3 {
    font-size: 1.3rem;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 {
    background-size: 140%;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245:hover {
    background-size: 150%;
  }
  ul#main_katalog_id li.item-219 a, ul#main_katalog_id li.item-242 a {
    background-size: 140% !important;
  }
  ul#main_katalog_id li.item-219 a:hover, ul#main_katalog_id li.item-242 a:hover {
    background-size: 150%;
  }
  ul#main_katalog_id li.item-216 a, ul#main_katalog_id li.item-217 a, ul#main_katalog_id li.item-218 a {
    background-size: 150% !important;
  }
  ul#main_katalog_id li.item-216 a:hover, ul#main_katalog_id li.item-217 a:hover, ul#main_katalog_id li.item-218 a:hover {
    background-size: 160%;
  }
  ul#main_katalog_id li.item-217 a {
    font-size: 1.8rem;
  }
  ul#main_katalog_id li.item-218 a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  div#sp-shapka .customtop-phones-modul {
    font-size: 22px;
  }
  div#sp-shapka .customtop-phones-modul .top-phones {
    padding-left: 30px;
  }
  div#sp-shapka .ico {
    left: 0px;
  }
  div#sp-shapka .customtop-adress-modul .top-adress {
    padding-left: 23px;
    font-size: 14px;
  }
  header#sp-header .sp-megamenu-parent > li > a {
    font-size: 15px;
    letter-spacing: 0px;
    padding: 0 10px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h1 a {
    font-size: 1.6rem;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h1 {
    margin-bottom: 0;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .sp-vmslider-image {
    max-height: 170px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider {
    min-height: 225px;
  }
  section#sp-utp div#sp-slider1 .sp-vmslider-wrapper .sp-vmslider .slider-item .sp-vmslider-container.pull-left .sp-vmslider-title h4 {
    font-size: 16px;
    line-height: 32px;
    top: 15%;
    right: 7px;
  }
  section#sp-utp div#sp-slider1 h3.text-center {
    font-size: 1.7rem;
  }
  .camera_caption.caption-2.fadeFromLeft {
    top: 35% !important;
  }
  div#sp-slider-features {
    padding: 0px 28% 0 4%;
  }
  .sp-features.d-flex.uslugi-1 .features-block > div {
    padding: 0 5px;
  }
  .sp-features.features-3-modul .features-block > div {
    padding: 0 5px;
  }
  #vina-carousel-content118 .item {
    margin-top: 0 !important;
  }
  #vina-carousel-content118 .item .image-block {
    margin: -10px -10px 5px;
  }
  .custom.social-icons-modul-1 ul.social-icons > li {
    margin: 0px 10px;
  }
  .sp-module.menu-bottom111-modul ul.menu {
    padding-left: 0 !important;
  }
  .customcontakts-bottom222-modul p.bottom-phone {
    font-size: 24px;
  }
  .custom.social-icons-bottom222-modul ul.social-icons > li {
    margin: 0px 4px;
  }
  span.min-text {
    font-size: 65%;
  }
  div#sp-bottom111 .sp-column.pt-5.pl-4 {
    padding-top: 1rem !important;
  }
  .sp-features.uslugi-2 .features-block > div .sp-feature .feature-content h4::after {
    background: url(/images/triangle.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  div#sp-bottom111 .sp-column.pt-1.pl-4 {
    padding-left: 0.5rem !important;
  }
  .sp-module.menu-bottom111-modul ul.menu > li::before {
    content: normal;
  }
  .sp-module.menu-bottom111-modul ul.menu > li {
    padding-left: 0px;
    overflow: hidden;
  }
  .sp-module.menu-bottom111-modul ul.menu {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  section#sp-utp {
    padding: 2rem 0 5rem;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 ul.menu-child {
    padding: 10px 30px 10px;
    margin-top: -10px;
    margin-right: 0%;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-246 a {
    background-position: 500% -80px;
    padding: 0 40% 0 10px;
    font-size: 1.7rem;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-247 a {
    background-size: contain;
    background-position: left;
    padding: 0 20px 0 50%;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-248 a {
    background: #fff url(/images/uslugi/bukety-iz-sukhotsvetov.jpg) no-repeat;
    background-position: left;
    background-size: inherit;
  }
  ul#main_katalog_id li.item-216 a {
    background-position: center;
  }
  ul#main_katalog_id li.item-243, ul#main_katalog_id li.item-244 {
    height: 350px;
    padding: 5px;
    border: 15px solid #fff;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  ul#main_katalog_id li.item-243 > a, ul#main_katalog_id li.item-244 > a {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 230px;
    font-size: 2rem;
    padding: 3px 0;
    max-height: 55px;
  }
  ul#main_katalog_id li.item-243 > a {
    margin-top: 0;
    margin-right: auto;
  }
  ul#main_katalog_id li.item-244 > a {
    margin-top: 0;
    margin-right: auto;
  }
  ul#main_katalog_id li.item-243 ul.menu-child a, ul#main_katalog_id li.item-244 ul.menu-child a {
    font-size: 1rem;
  }
  ul#main_katalog_id li.item-243 ul.menu-child, ul#main_katalog_id li.item-244 ul.menu-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: none;
    padding: 10px 15px;
  }
  .sp-features.features-1-modul .features-block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sp-features.features-1-modul .features-block > div {
    margin-bottom: 65px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #sp-main-text-1 {
    padding: 3rem 0 5.5rem;
  }
  div#sp-shapka .shapka-row .customtop-right-block .customsocial-icons-modul ul.social-icons li a {
    font-size: 20px;
  }
  .sp-module.tovar-dnya-slider-modul .moduletitle-holder h3::before {
    content: normal;
  }
  .sp-module.tovar-dnya-slider-modul .moduletitle-holder h3::after {
    content: normal;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 {
    background-size: 165%;
    padding: 10px;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245:hover {
    background-size: 175%;
  }
  ul#main_katalog_id li.item-216 a, ul#main_katalog_id li.item-217 a, ul#main_katalog_id li.item-218 a {
    background-size: 185% !important;
  }
  ul#main_katalog_id li.item-216 a:hover, ul#main_katalog_id li.item-217 a:hover, ul#main_katalog_id li.item-218 a:hover {
    background-size: 195% !important;
  }
  ul#main_katalog_id li.item-219 a, ul#main_katalog_id li.item-242 a {
    background-size: 170% !important;
  }
  ul#main_katalog_id li.item-219 a:hover, ul#main_katalog_id li.item-242 a:hover {
    background-size: 180% !important;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child {
    height: 454px;
  }
  ul#gifts_menu li a span.image-title {
    font-size: 16px;
    height: 39px;
  }
  div#bd_results .category-view .category-view .browse-view .row {
    -ms-flex: 0 0 33% !important;
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
  .category-view div[class*="-view"] .row {
    -ms-flex: 0 0 33% !important;
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
  .customtop-whatsupp-modul.align-self-center {
    display: none;
  }
  section#sp-utp div#sp-slider1 {
    padding: 0;
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: center;
  }
  section#sp-utp div#sp-slider2 {
    padding: 0;
  }
  .h-divider {
    margin-top: 50px;
  }
  .sm-parent {
    display: inherit;
  }
  div#sp-shapka .customtop-calback-modul.align-self-center {
    display: none;
  }
  div#sp-menu .sp-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  div#sp-menu .sp-column p {
    margin: 0;
  }
  header#sp-header .customtop-whatsupp-modul {
    display: inline-block;
    margin-right: 30px;
    padding-left: 30px;
  }
  .menu-icon-cont {
    border-radius: 4px;
  }
  header#sp-header .customtop-calback-modul {
    display: inline-block;
  }
  nav.sp-megamenu-wrapper {
    margin-left: auto;
  }
  .camera_caption.caption-2.fadeFromLeft {
    top: 15% !important;
    left: 35% !important;
  }
  .camera_caption.caption-3.fadeFromLeft {
    top: 15% !important;
  }
  div#sp-slider-features {
    padding: 0px 14% 0 2%;
  }
  .sp-features.d-flex.uslugi-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.d-flex.uslugi-1 .features-block {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.d-flex.uslugi-1 .features-block > div .sp-feature .feature-img-wrapper {
    max-height: none;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature .feature-img-wrapper {
    min-width: 50px;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0;
    margin-right: 10px;
    float: left;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature {
    display: inline-block !important;
    width: 100%;
    padding: 10px;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature .feature-content {
    display: block !important;
    padding: 0 0 15px;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature .feature-content h4 {
    padding-right: 0px;
    font-size: 1.2rem;
    min-height: 50px;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature .feature-content a.read-more {
    margin-right: 0;
    display: block;
    max-width: 90%;
    margin: 0 auto !important;
  }
  .sp-features.features-1-modul .features-block > div .sp-feature .feature-content h4 {
    font-size: 20px;
  }
  .sp-features.features-1-modul .features-block > div .sp-feature .feature-content p {
    padding: 0;
    font-size: 1rem;
  }
  .sp-features.features-2-modul .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.features-2-modul .features-block > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-features.features-3-modul .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .sp-features.features-3-modul .features-block > div {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .sp-features.features-4-modul .features-block > div .sp-feature .feature-content h4 {
    font-size: 120px;
  }
  .sp-features.features-4-modul .features-block > div .sp-feature .feature-content p {
    font-size: 18px;
  }
  .sp-features.features-4-modul .post-text {
    margin-left: 0;
    padding-left: 50px;
  }
  .sp-features.features-4-modul .pre-text {
    margin-left: 0;
    padding-left: 50px;
  }
  .sp-module.main-news-1-modul h3.title {
    font-size: 18px;
  }
  #sp-bottom-1 .logo-bottom img {
    margin: 0 auto;
  }
  div#sp-bottom11 {
    order: 3;
  }
  section#sp-bottom-2 .moduletitle-holder h3 {
    margin-left: auto;
    margin-right: auto;
  }
  .customlogo-bottom11-modul img {
    margin: 0 auto;
  }
  section#sp-bottom-2 .custom.social-icons-modul-1 {
    display: block;
    max-width: 290px;
    margin: 0 auto;
  }
  aside#sp-left {
    order: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 {
    padding: 10px;
    border: 10px solid #fff;
    background-size: 200%;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245:hover {
    background-size: 210%;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-245 ul.menu-child {
    padding: 10px 5px 10px;
    max-width: 174px;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-246 a {
    padding: 0 30% 0 10px;
    background-position: 100% 0px;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-247 a {
    background-position: -80%;
    padding: 0 10px 0 50%;
  }
  .custom.social-icons-bottom222-modul {
    margin-bottom: 20px;
  }
  header#sp-header .customtop-whatsupp-modul .top-whatsupp {
    font-size: inherit;
  }
  section#sp-bottom-3 a {
    color: #ffd8e1;
  }
  .sp-module.bottom-dostavka-modul {
    padding-left: 1rem;
  }
  ul#main_katalog_id li.item-216, ul#main_katalog_id li.item-217, ul#main_katalog_id li.item-218 {
    height: 154px;
  }
  ul#main_katalog_id li.item-216 a, ul#main_katalog_id li.item-217 a, ul#main_katalog_id li.item-218 a {
    border-width: 10px;
    background-size: 155% !important;
  }
  ul#main_katalog_id li.item-216 a:hover, ul#main_katalog_id li.item-217 a:hover, ul#main_katalog_id li.item-218 a:hover {
    background-size: 165% !important;
  }
  ul#main_katalog_id li.item-216 a {
    font-size: 1.8rem;
  }
  ul#main_katalog_id li.item-219, ul#main_katalog_id li.item-242 {
    height: 165px;
  }
  ul#main_katalog_id li.item-219 a, ul#main_katalog_id li.item-242 a {
    border-width: 10px;
  }
  ul#main_katalog_id li.item-242 a {
    background-size: 125% !important;
  }
  ul#main_katalog_id li.item-243, ul#main_katalog_id li.item-244 {
    height: 270px;
    border-width: 10px;
  }
  .sp-features.features-1-modul .features-block > div:nth-child(3) {
    margin-bottom: 20px;
  }
  .sp-features.features-1-modul .features-block > div:nth-child(4) {
    margin-bottom: 20px;
  }
  #sp-main-text-1 {
    padding: 3rem 0 1rem;
  }
  #sp-main-galery-1 {
    padding: 1rem 0 5rem !important;
    background-size: contain;
  }
  .category-view div[class*="-view"] .row {
    -ms-flex: 0 0 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
  .category-view .product {
    min-width: -webkit-fill-available;
  }
  div[class*="vm-col-"] {
    width: 100%;
  }
  .product-container.productdetails-view.productdetails h4.my-size-title {
    padding-left: 15px;
  }
  .product-container.productdetails-view.productdetails .my-customfilds-description {
    padding-left: 15px;
  }
  .product-container.productdetails-view.productdetails .product-short-description {
    padding-left: 15px !important;
  }
  .product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap {
    border-bottom: none;
  }
  .product-container.productdetails-view.productdetails form.product.js-recalculate .vm-customfields-wrap strong {
    font-size: 21px;
    margin-bottom: 22px;
  }
  .dost span {
    font-size: 21px;
  }
  .product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area {
    padding: 10px;
  }
  .product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.quantity-controls.js-recalculate {
    min-width: 115px;
    max-width: 115px;
  }
  .product-container.productdetails-view.productdetails .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar.d-flex span.quantity-controls.js-recalculate input.quantity-controls {
    background-position-x: -14px;
  }
  ul#gifts_menu li a {
    border: 5px solid #ffd8e1;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  div#sp-shapka .customlogo-top-modul img {
    max-height: 180px;
    margin-bottom: 0;
  }
  div#sp-shapka .customtop-adress-modul .top-adress {
    padding-left: 20px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  div#sp-shapka .customtop-adress-modul .top-adress p {
    font-size: 13px;
  }
  div#sp-shapka .customtop-adress-modul {
    padding-top: 3px;
  }
  div#sp-shapka .customtop-adress-modul .ico {
    font-size: 21px;
    top: -2px;
  }
  div#sp-shapka .customtop-adress-modul p.top-worktime {
    padding-left: 15px;
  }
  div#sp-shapka .top-calback-modul input.popup-btn {
    padding: 10px 15px;
    font-size: 14px !important;
    margin-right: 15px;
    margin-left: 15px;
  }
  div#sp-shapka .shapka-row .customtop-right-block .customsocial-icons-modul ul.social-icons li a {
    margin-bottom: 0;
  }
  .h-divider .text2 {
    width: 55px;
    height: 55px;
    margin-bottom: -25px;
  }
  .h-divider img {
    max-width: 47px;
  }
  .camera_caption.caption-1 {
    left: auto !important;
    right: 0 !important;
    top: 5% !important;
  }
  .camera_caption.caption-2 {
    left: auto !important;
    right: 0 !important;
    top: 5% !important;
  }
  .camera_caption.caption-3 {
    left: auto !important;
    right: 0 !important;
    top: 5% !important;
  }
  .camera_caption.caption-2.fadeFromLeft {
    top: 5% !important;
    left: auto !important;
    right: 0 !important;
  }
  .camera_caption.caption-3.fadeFromLeft {
    top: 5% !important;
    left: auto !important;
    right: 0 !important;
  }
  section#sp-utp .vina-camera-slider .camera_caption.caption-2 > div h3, section#sp-utp .vina-camera-slider .camera_caption.caption-3 > div h3, section#sp-utp .vina-camera-slider .camera_caption.caption-1 > div h3 {
    font-size: 20px;
  }
  div#sp-slider-features {
    padding: 0px 28% 0 5%;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul h3.sp-module-title {
    font-size: 28px;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .pre-text {
    font-size: 16px;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .post-text {
    font-size: 16px;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-img-wrapper {
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
    padding: 7px;
  }
  .sp-features.utp-icons-momdul .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 1000%;
    max-width: 100%;
  }
  .sp-features.utp-icons-momdul .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.uslugi-2 .features-block > div {
    padding: 0 5px;
  }
  .sp-features.uslugi-3 .features-block > div {
    margin-bottom: 20px;
    padding: 0 3px;
  }
  .sp-features.uslugi-4 .features-block > div {
    margin-bottom: 15px;
    padding: 0 3px;
  }
  .sp-features.features-1-modul .features-block > div {
    padding: 0 3px;
  }
  .sp-features.features-1-modul .features-block > div .sp-feature .feature-content h4 {
    font-size: 18px;
  }
  .sp-features.features-3-modul .features-block > div .sp-feature .feature-content h4 {
    font-size: 18px;
  }
  .sp-features.features-4-modul .features-block > div .sp-feature .feature-content p {
    font-size: 17px;
    padding-left: 26px;
  }
  h3 {
    font-size: 1.6rem !important;
  }
  #vina-camera-slider-wrapper121 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_wrap {
    margin-bottom: 372px !important;
  }
  .vina-camera-slider-wrapper.main-galery1-modul div#vina-camera-slider121 > div:nth-child(2) {
    position: relative !important;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
  }
  .custom.adres-bottom1-modul p.bottom-phone.bottom-phone-1 {
    font-size: 24px;
  }
  div#sp-bottom3 {
    margin-top: 15px;
  }
  p.bottom-adres {
    padding-right: 15px;
  }
  .article-details img.pull-right {
    margin: 10px auto;
    float: none;
  }
  .article-details img.pull-left {
    margin: 10px auto;
    float: none;
  }
  body.view-article .article-header h1 {
    font-size: 2rem;
  }
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 2rem;
  }
  .article-full-image.float-right {
    margin: 0 auto 10px;
    width: 100%;
    max-width: none;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child {
    height: auto;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child > li {
    float: none !important;
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 15px;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-246 {
    padding-left: 0;
    padding-bottom: 0;
    height: 120px;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-247 {
    padding-left: 0;
    padding-bottom: 0px;
    height: 120px;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-247 a {
    background-position: 0;
    background-size: 75%;
    padding: 0 5px 0 55%;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-248 {
    padding-left: 0;
    padding-top: 0;
    height: 120px;
  }
  ul#main_katalog_id li.item-215 > ul.menu-child li.item-248 a {
    background-position: right;
    background-size: 80%;
  }
  ul#main_katalog_id li.item-215 {
    margin-bottom: 1px;
  }
  ul#main_katalog_id li.item-216, ul#main_katalog_id li.item-217, ul#main_katalog_id li.item-218 {
    height: 135px;
  }
  ul#main_katalog_id li.item-216 {
    padding-right: 5px;
  }
  ul#main_katalog_id li.item-217 {
    padding-right: 5px;
    padding-left: 5px;
  }
  ul#main_katalog_id li.item-218 {
    padding-left: 5px;
  }
  ul#main_katalog_id li.item-216 a {
    background-position: center;
    border: 10px solid #ffd8e1;
    background-size: 185% !important;
    padding-top: 30px;
    font-size: 1.5rem;
  }
  ul#main_katalog_id li.item-217 a {
    background-position: center;
    border: 10px solid #fff;
    background-size: cover;
    padding-top: 30px;
    font-size: 1.5rem;
  }
  ul#main_katalog_id li.item-219, ul#main_katalog_id li.item-242 {
    height: 125px;
  }
  .sp-features.features-1-modul .features-block > div .sp-feature .feature-content {
    padding: 40px 5px 5px;
  }
  section#sp-main-galery-1 {
    padding: 1rem 0 5rem !important;
  }
  ul#main_katalog_id li.item-218 a {
    background-position: center;
    border: 10px solid #ffd8e1;
    background-size: cover;
    padding-top: 30px;
    font-size: 1.5rem;
  }
  ul#main_katalog_id li.item-219 a {
    border: 10px solid #ffd8e1;
    font-size: 2rem;
  }
  ul#main_katalog_id li.item-242 a {
    border: 10px solid #ffd8e1;
    font-size: 2rem;
  }
  div#sp-bottom222 li.social-icon-instagram {
    margin-bottom: 11px;
  }
  .sp-module.bottom-dostavka-modul ul.category-modulebottom-dostavka-modul {
    max-height: 315px;
  }
  ul#main_katalog_id li.item-219 {
    padding-right: 5px;
  }
  ul#main_katalog_id li.item-242 {
    padding-left: 5px;
  }
  ul#main_katalog_id li.item-243, ul#main_katalog_id li.item-244 {
    height: 400px;
    border: 10px solid #fff;
    margin-right: 5px;
  }
  ul#main_katalog_id li.item-244 {
    margin-left: 5px;
    margin-right: 0;
  }
  ul#main_katalog_id li.item-243 {
    background: #fff url(/images/uslugi/podarki.jpg) top left no-repeat;
    background-size: 150%;
  }
  ul#main_katalog_id li.item-243 > a {
    margin-top: 75px;
    max-height: 45px;
  }
  ul#main_katalog_id li.item-243 ul.menu-child, ul#main_katalog_id li.item-244 ul.menu-child {
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
  }
  ul#main_katalog_id li.item-244 {
    background: #fff url(/images/uslugi/interesnoe.jpg) top left no-repeat;
    background-size: 150%;
    max-width: 50%;
  }
  ul#main_katalog_id li.item-244 {
    background: #fff url(/images/uslugi/interesnoe.jpg) top left no-repeat;
    background-size: 150%;
    max-width: 50%;
  }
  ul#main_katalog_id li.item-244 > a {
    margin-top: 75px;
    max-height: 45px;
  }
  section#sp-top-bar .container {
    max-width: calc(100% - 20px);
  }
  body:not(.menu-home) header#sp-header .customtop-whatsupp-modul {
    margin-right: 15px;
  }
  div#sp-shapka .shapka-row .customtop-contakts-modul, div#sp-shapka .shapka-row .customtop-right-block {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  div#sp-shapka .shapka-row > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
    width: 100%;
    max-width: 180px;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
  div#sp-shapka .shapka-row .customtop-contakts-modul, div#sp-shapka .shapka-row .customtop-right-block {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  i.fab.fa-instagram {
    margin-bottom: 10px;
  }
  div#sp-shapka .shapka-row .customtop-right-block .top-mail {
    margin-right: 16px;
  }
  ul#gifts_menu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  ul#gifts_menu li {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }
  .category-view div[class*="-view"] .row {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .orderby-displaynumber form.cf_form.top-filter.d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-left: 25px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .orderby-displaynumber form.cf_form.top-filter.d-flex ul.cf_filters_list.cf_colorbtn_list {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 0 0;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13px;
  }
  h3 {
    font-size: 1.7rem !important;
  }
  section#sp-top-bar {
    padding: 5px 5px;
  }
  div#sp-shapka .customtop-adress-modul .top-adress .top-worktime {
    font-size: 13px;
  }
  div#sp-shapka .customlogo-top-modul img {
    min-width: 160px;
  }
  div#sp-shapka .customtop-phones-modul {
    font-size: 20px;
  }
  div#sp-shapka .customtop-phones-modul .top-phones2 {
    font-size: 18px;
  }
  div#sp-slider-features {
    padding: 0px 10% 0 10%;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .features-block .feature-content h4 {
    font-size: 18px;
  }
  .sp-features.d-flex.uslugi-1 .features-block > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-features.uslugi-2 .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.uslugi-2 .features-block > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-features.uslugi-3 .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.uslugi-3 .features-block > div {
    padding: 0 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-features.uslugi-4 .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.uslugi-4 .features-block > div {
    padding: 0 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-features.features-1-modul .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.features-1-modul .features-block > div {
    padding: 0 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-features.features-2-modul .features-block > div .sp-feature .feature-content h4 {
    padding-left: 45px;
    font-size: 16px;
  }
  .sp-features.features-2-modul .features-block > div .sp-feature .feature-img-wrapper {
    width: 60px;
    height: 60px;
  }
  .sp-features.features-2-modul .features-block > div .sp-feature .feature-img-wrapper img {
    max-width: 38px;
  }
  .sp-features.features-2-modul .features-block > div .sp-feature .feature-content p {
    padding: 0 0px 0 25px;
    font-size: 13px;
  }
  .sp-features.features-3-modul .features-block > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-features.features-4-modul .pre-text {
    padding-left: 35px;
  }
  .sp-features.features-4-modul .features-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp-features.features-4-modul .features-block > div {
    margin-bottom: 36px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-features.features-4-modul .post-text {
    padding-left: 35px;
  }
  .custom.adres-bottom1-modul {
    margin-bottom: 30px;
  }
  .custom.adres-bottom1-modul {
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-module.adres-bottom22-modul {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .sp-module.phones-bottom33-modul {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .sp-module.contakts-bottom222-modul {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .custom.social-icons-bottom222-modul {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .sp-features.uslugi-2 .features-block > div .sp-feature .feature-content h4 {
    font-size: 20px;
  }
  .vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_wrap {
    margin-bottom: 224px !important;
  }
  .vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_thumbs_cont ul li {
    padding: 5px !important;
  }
  .vina-camera-slider-wrapper.main-galery1-modul .vina-camera-slider .camera_thumbs_cont ul li img.camera_thumb {
    max-width: 120px !important;
  }
  #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title a, #mnwall_iso_container_1 .mnwall-item-inner .mnwall-title span {
    font-size: 15px !important;
    line-height: 1 !important;
  }
  .sp-module.main-news-2-modul .mnwall-desc {
    padding: 6px 0 1px;
  }
  .mnwall-s-desc, .mnwall-desc {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .contact_sidebar h4 {
    font-size: 20px;
  }
  .article-list.articles-leading .article {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-list.articles-leading .article .article-intro-image.float-none {
    margin: 0 auto 15px;
  }
  body.view-article .article-header h1 {
    font-size: 1.8rem;
  }
  .article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.8rem;
  }
  ul#main_katalog_id li.item-215 {
    margin-bottom: 5px;
  }
  ul#main_katalog_id li.item-216 {
    padding-right: 0;
  }
  ul#main_katalog_id li.item-216, ul#main_katalog_id li.item-217, ul#main_katalog_id li.item-218 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 120px;
  }
  ul#main_katalog_id li.item-217 {
    padding-right: 0;
    padding-left: 0;
  }
  ul#main_katalog_id li.item-218 {
    padding-left: 0;
  }
  ul#main_katalog_id li.item-216 a, ul#main_katalog_id li.item-217 a, ul#main_katalog_id li.item-218 a {
    font-size: 2rem !important;
  }
  .sp-features.features-1-modul .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .sp-features.features-1-modul .features-block > div .sp-feature .feature-content h4 {
    font-size: 22px;
  }
  .sp-features.features-1-modul .features-block > div .sp-feature .feature-content p {
    font-size: 1.6rem;
  }
  .sp-features.features-1-modul .features-block > div .sp-feature .feature-content {
    padding: 43px 5px 5px;
  }
  header#sp-header .customtop-whatsupp-modul {
    margin-right: 1px;
    padding-left: 10px;
  }
  section#sp-uslugi-1 {
    padding: 1px 0 1px 0;
  }
  .sp-features.features-1-modul .features-block > div:last-child {
    margin-bottom: 5px;
  }
  .sp-module.main-news-1-modul .owl-stage {
    padding-top: 2px;
    padding-bottom: 12px;
  }
  #vina-carousel-content118 {
    padding: 0px 15px !important;
  }
  #sp-main-body {
    padding: 40px 0;
  }
  .moduletitle-holder h3::before {
    font-size: 1.7rem;
  }
  .moduletitle-holder h3::after {
    font-size: 1.7rem;
  }
  div#sp-shapka .shapka-row > div {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    order: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
  }
  div#sp-shapka .shapka-row .customtop-contakts-modul, div#sp-shapka .shapka-row .customtop-right-block {
    -ms-flex-positive: 0;
    flex-grow: 0;
    order: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category-view div[class*="-view"] .row {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 300px !important;
  }
  ul#gifts_menu li {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  ul#gifts_menu li a span.image-title {
    font-size: 13px;
    height: 34px;
  }
}
@media (max-width: 480px) {
  .row div[class*="width"] {
    width: 100% !important;
    float: none !important;
    margin-bottom: inherit;
  }
  ol.breadcrumb {
    display: none;
  }
  .category-view > .category-view {
    display: none;
  }
  svg#bigHalfCircle {
    position: relative;
    bottom: -25px;
  }
}
@media screen and (max-width: 424px) {
  div#sp-shapka .ico {
    left: 9px;
    font-size: 20px;
  }
  div#sp-shapka .customtop-phones-modul {
    font-size: 16px;
  }
  div#sp-shapka .customtop-phones-modul .top-phones2 {
    font-size: 16px;
  }
  div#sp-shapka .customtop-adress-modul .ico {
    font-size: 20px;
    top: 0px;
    left: 2px;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .pre-text {
    font-size: 14px;
  }
  div#sp-slider-features {
    padding: 0px 20px 0 20px;
  }
  div#sp-slider-features .sp-module.utp-icons-momdul .post-text {
    font-size: 14px;
  }
  .sp-features.d-flex.uslugi-1 .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .sp-features.d-flex.uslugi-1 .feature-content {
    height: auto;
  }
  .sp-features.d-flex.uslugi-1 .features-block > div .sp-feature .feature-img-wrapper {
    max-height: 150px;
  }
  .sp-features.uslugi-2 .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .sp-features.uslugi-2 .pre-text {
    font-size: 1.1rem;
  }
  .sp-features.uslugi-2 .post-text {
    padding-top: 30px;
    font-size: 1.1rem;
  }
  .sp-features.uslugi-3 .pre-text {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .sp-features.uslugi-3 .post-text {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .sp-features.uslugi-3 .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .sp-features.uslugi-3 .features-block > div .sp-feature .feature-img-wrapper a {
    width: 80px;
    height: 80px;
  }
  .sp-features.uslugi-3 .features-block > div .sp-feature .feature-img-wrapper {
    margin: 10px auto 15px;
    width: 100px;
    height: 100px;
  }
  .sp-features.uslugi-4 .pre-text {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .sp-features.uslugi-4 .post-text {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .sp-features.uslugi-4 .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature .feature-content {
    padding: 0;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature .feature-content a.read-more {
    max-width: 150px;
  }
  .sp-features.features-1-modul .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .sp-features.features-1-modul .post-text {
    margin-bottom: 30px;
    padding-top: 5px;
  }
  .sp-features.features-2-modul .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .sp-features.features-2-modul .features-block > div .sp-feature .feature-content h4 {
    padding-left: 50px;
    font-size: 20px;
  }
  .sp-features.features-3-modul .pre-text {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .sp-features.features-3-modul .post-text {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 1.1rem;
  }
  .sp-features.features-3-modul .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .sp-features.features-4-modul .pre-text {
    padding-left: 0;
    font-size: 1.1rem;
    margin-bottom: 50px;
  }
  .sp-features.features-4-modul .post-text {
    padding-left: 0px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .sp-features.features-4-modul .features-block > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .sp-features.features-4-modul .features-block > div .sp-feature .feature-content p {
    font-size: 22px;
    padding-left: 35px;
  }
  .menu-home .trunctedText {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .sp-features.uslugi-4 .features-block > div .sp-feature .feature-content h4 {
    font-size: 1.4rem;
  }
  body.view-article .article-header h2 {
    font-size: 1.8rem;
  }
  div#sp-shapka .shapka-row .customtop-right-block {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .customsocial-icons-modul {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 14px 0;
  }
  div#sp-shapka .top-phones-modul .top-phones1 {
    display: inline-block;
    float: left;
    margin-right: 30px;
  }
  div#sp-shapka .top-adres-modul p {
    font-size: 1.1rem;
    text-align: center;
  }
  div#sp-shapka .customlogo-top-modul img {
    max-height: inherit;
  }
  ul#main_katalog_id li.item-243 {
    background: #fff url(/images/uslugi/podarki.jpg) top left no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul#main_katalog_id li.item-244 {
    background: #fff url(/images/uslugi/interesnoe.jpg) top left no-repeat;
    background-size: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 10px;
  }
  div#sp-menu {
    z-index: 1;
  }
  div#sp-cart {
    position: relative;
    z-index: 0;
    max-width: 40%;
    float: right;
    margin-left: auto;
  }
  ul#main_katalog_id li.item-219 a {
    font-size: 1.7rem;
  }
  ul#main_katalog_id li.item-219 {
    padding-right: 0;
  }
  ul#main_katalog_id li.item-219, ul#main_katalog_id li.item-242 {
    height: 120px;
    margin-bottom: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul#main_katalog_id li.item-242 {
    padding-left: 0;
  }
  ul#main_katalog_id li.item-243, ul#main_katalog_id li.item-244 {
    height: 360px;
  }
  div#sp-shapka .shapka-row .customtop-contakts-modul, div#sp-shapka .shapka-row .customtop-right-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  div#sp-shapka .top-phones-modul a {
    font-size: 1.2rem;
  }
  .customtop-right-block.align-self-center {
    text-align: center;
    padding: 0 !important;
  }
  div#sp-shapka .shapka-row .customtop-right-block .customsocial-icons-modul ul.social-icons li a {
    font-size: 16px;
  }
  .customsocial-icons-modul {
    margin: 4px 0;
  }
  .top-calback-modul {
    margin-bottom: 0.5rem;
    width: 100% !important;
    text-align: center;
  }
  div#sp-shapka .top-calback-modul input.popup-btn {
    padding: 10px 15px;
    font-size: 14px !important;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  div#sp-shapka .shapka-row .customtop-right-block .top-mail {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .floatright.display-number {
    display: none;
  }
  div#sp-shapka .customtop-contakts-modul i {
    left: -5px;
  }
  .floatleft.vm-order-list {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 10px;
  }
  div#sp-shapka .customtop-adress-modul .top-adress {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div#sp-shapka .customtop-adress-modul .top-adress p {
    font-size: 15px;
    line-height: 1.1;
  }
  div#sp-shapka .customtop-adress-modul .top-adress .top-worktime {
    font-size: 14px;
    padding-left: 0;
    padding-top: 5px;
  }
  .sp-features.utp-icons-momdul .col-6 {
    padding: 0;
  }
  .sp-features.features-2-modul .pre-text {
    margin-bottom: 30px;
  }
  .sp-features.features-2-modul .post-text {
    margin-bottom: 10px;
  }
  #vina-carousel-content118 {
    padding: 0px 20px !important;
  }
  .sp-module.main-news-1-modul .owl-nav button.owl-prev {
    left: 0px;
  }
  .sp-module.main-news-1-modul .owl-nav button.owl-next {
    right: 45px;
  }
  #sp-bottom-1 .logo-bottom img {
    max-width: 200px;
  }
  .customlogo-bottom11-modul img {
    max-width: 200px;
  }
  div#sp-shapka .top-phones-modul .top-phones1 {
    margin-right: 20px;
  }
  p.top-phones2 i.fas.fa-phone {
    display: none !important;
  }
  div#sp-shapka .customtop-contakts-modul p {
    padding-left: 5px;
  }
  ul#gifts_menu li {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
}
