/**fix фото менеджеров**/
.dmanager_avatar img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ms-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 762px) {
    .ms-width-small-1-2 {
        width: 50%;
    }
}
@media (min-width: 762px) {
    .ms-width-medium-1-4 {
        width: 25%;
    }
}



.banner-grid {
    background: url(https://nikhi.ru/mg-templates/banner-crew-2000.jpg);
    background-size: cover;
    padding: 35px 10px !important;
    color: white;
    border-radius: 15px;
  margin: 20px 0 0 0;
}
.banner-grid div p {
  	text-align: left;
    /* font-family: 'Russo One', sans-serif; */
    font-size: medium;
    font-weight: 500;
    margin: 4% 0 0 40%;  
}
.banner-grid div {
  	text-align: left;
}


.banner-grid-img {
    float: left;
    width: 34%;
    margin: 10px 5px 20px 5px;
}


.banner-grid div {
            position: relative;
        }

        .banner-grid > div:nth-child(-n+4) {
            position: relative;
        }

        /*.banner-grid > div:nth-child(-n+4)::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 10%; /* (100% - 80%) / 2 = 10% */
            /*width: 80%;
            height: 2px; /* Толщина границы */
            /*background-color: #fff; /* Цвет границы */
        /*}

        .banner-grid > div:nth-child(1),
        .banner-grid > div:nth-child(2),
        .banner-grid > div:nth-child(3),
        .banner-grid > div:nth-child(5),
        .banner-grid > div:nth-child(6),
        .banner-grid > div:nth-child(7) {
            position: relative;
        }

        .banner-grid > div:nth-child(1)::before,
        .banner-grid > div:nth-child(2)::before,
        .banner-grid > div:nth-child(3)::before,
        .banner-grid > div:nth-child(5)::before,
        .banner-grid > div:nth-child(6)::before,
        .banner-grid > div:nth-child(7)::before {
            content: '';
    position: absolute;
    top: 25px;
    left: 100%;
    width: 2px;
    height: 60%;
    background-color: #fff;
        }*/
}




.scroll-in-mobile {
    overflow-y: scroll;
    height: 500px;
}
.scroll-in-desk {
    overflow-y: scroll;
  	overflow-x: hidden !important;
    height: 500px;
}
/*fix формы для разных экранов*/
@media screen and (max-width: 762px) {
  .scroll-in-desk {overflow-y:hidden !important; height: fit-content !important;}
  .banner-grid div p {font-size: x-small !important;}
  .scroll-in-mobile {
    overflow-y: scroll !important;
    height: 500px;
}
}
@media screen and (min-width: 768px) {
  .scroll-in-mobile {overflow-y:hidden !important;}
}

.popup-container {
    display: inline-block;
}

.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}

.popup-container .popup-button:hover {
    background: #444;
}

.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000c2;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}

.popup-container .popup .popup-inner {
    width: 90%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
}

.popup-container .popup .popup-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.popup-container .popup .popup-title h6 {
    font-size: 18px;
    font-weight: 500;
}

.popup-container .popup .popup-title .popup-close-btn {
    cursor: pointer;
    background: #eee;
    display: block;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #222;
    border-radius: 3px;
}

.popup-container .popup .popup-content ul li {
    margin-bottom: 10px;
}

.popup-container .popup .popup-content ul li:last-child {
    margin-bottom: 0;
}

.popup-container .popup .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.popup-container .popup .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}

.popup-container .popup .popup-content ul li button:hover {
    background: #444;
}

.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}

.popup-container > input {
    display: none;
}

.popup-container > input:checked + .popup {
    opacity: 1;
    visibility: visible;
}

.popup-container > input:checked + .popup .popup-inner {
    top: 50%;
}

.popup-container > input:checked ~ .container {
    overflow: hidden;
}









.details {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}

.details::after {
  position: absolute;
  right: 24px;
  top: 15px;
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  border-right: 3px solid #425995;
  border-bottom: 3px solid #425995;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: .3s;
}

.details[open]::after {
  transform: rotate(45deg);
}

.details[open] {
  padding-bottom: 100px;
}

.details[open] .details__title {
  margin-bottom: 10px;
}

.details__title {
  padding: 2px 0px;
  font-size: 15px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  transition: .3s;
}

.details__title::-webkit-details-marker {
  display: none;
}

.details__content {
  padding: 0 32px;
  font-size: 15px;
  margin-bottom: -60px;
}

.details__content p:last-child {
  margin-bottom: 0;
}
.details__content p:first-child {
  margin-top: 0;
}

















.primeformbutton {
    margin: 10px auto !important;
    text-align: center;
}
.cartmenuline {display:none;}
.list-style-nikhi li {
	list-style-image: url('https://nikhi.ru/mg-templates/presentation/check-1.png'); 
    margin: 20px 0 20px;
}

@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.3.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
i {font-style: normal !important;}
.c-carousel__images .owl-next {
    left: 100%;
}
.c-carousel__images .owl-prev {
    left: -44px;
}
.icon-e-15:before {
    content: ">";
    font-size: 25px;
  	color: #284153;
}
.icon-e-14:before {
    content: "<";
  	font-size: 25px;
  	color: #284153;
}

.c-carousel .owl-prev, .c-carousel .owl-next {
    top: -20px !important;
}
.owl-next {left: 50px;}
.owl-nav {
    display: flex;
}
.a-carousel__arrow {
    /*background-color: #284153;*/
}

.login, .reg {
    margin-bottom: 10px !important;
}
.nameduser {
    color: #fff !important;
    background-color: #0068b7 !important;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0068b7), to(#2196f3)) !important;
    background-image: -webkit-linear-gradient(top, #0068b7, #2196f3) !important;
    background-image: -o-linear-gradient(top, #0068b7, #2196f3) !important;
    background-image: linear-gradient(to bottom, #0068b7, #2196f3) !important;
}
/* Оформление панели */
#side-checkbox {
    display: none;
}
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #f9f9f9;
    transition: all 0.5s;   
    width: 320px;
    height: 100vh;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
    color: #FFF;
    padding: 40px 20px;
}
.side-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #284153;
}
/* Оформление кнопки на странице */
.side-button-1-wr {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}
.side-button-1 {
    display: inline-block;
}
.side-button-1 .side-b {
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
    color: #FFF;
}
.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.side-button-1 .side-open:after,
.side-button-1 .side-open:before {
    background: green;
}
.side-button-1 .side-close:after,
.side-button-1 .side-close:before {
    background: red;
}
.side-button-1 .side-b:before {
    top: -6px;
}
.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}
/* Переключатели кнопки 1 */
.side-button-1 .side-close {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}
#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    left: 0;
}
/* Оформление кнопки на панеле */
.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #284153;    
    transition: all 280ms ease-in-out;    
}
.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);    
    color: #FFF;
}








.addToCart {color: white !important;}
.addToCart:hover {color: black !important;}
.m-p-slider-wrapper {
    border: none !important;
    border-radius: none !important;
    -moz-border-radius: none !important;
    -webkit-border-radius: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
/*Заголовок фильтра*/
.filtertitle2 {
      /* background: rgb(0 0 0 / 30%); */
    /* color: white !important; */
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: gunplayrusbyme;
    color: rgb(40 65 83);
    text-align: left;
  margin-left: 1%;
    flex-grow: 1;
    /*width: 95%;
    /* border-left: 20px solid white; */
    /* border-right: 20px solid white; */
    /* border: 15px solid white; */
    font-size: 1.5rem;
}
.filterdesc2 {
	color: gray;
    font-size: 14px;
      margin: -10px 0 30px 1%;
}

/*fixed bar*/
.bar-height{
    height: 58px;
}

.fixed-bar{
    position: fixed;
    z-index: 51;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #252F3F;
    padding: 10px 0 0 0;
  height: 80px;
}

.fixed-bar .mg-layer,
.fixed-bar .small-cart,
.fixed-bar .mg-fake-cart{
    display: none!important;
}

.fixed-bar .mg-contacts-block{
    float: left;
    color: #fff;
    font-family: 'Russo One', sans-serif
    font-size: 24px;
}

.fixed-bar .wrapper-back-ring{
    float: left;
    margin: 0 20px 0 0;
}

.fixed-bar .bar-left{
    float: left;
    margin: 3px 0 0;
}

.fixed-bar .bar-right{
    float: right;
}

.fixed-bar .mg-desktop-cart{
    position: static;
    float: right;
    margin: 5px 0 0 0;
}

.fixed-bar .mg-desktop-cart .count-text{
    display: none;
}

.fixed-bar .mg-desktop-cart .title{
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin: 5px 15px 0 0;
}

.fixed-bar .mg-desktop-cart .small-cart-icon{
    width: 18px;
    height: 18px;
    background: url("../images/cart-icon.png") no-repeat;
    background-size: 18px 18px;
    top: 5px;
    left: 0;
}

.fixed-bar .mg-product-to-compare{
    padding: 6px 20px 6px 0;
    border-right: 1px solid #424A55;
    margin: 0 20px 0 0;
}

.fixed-bar .mg-product-to-compare a{
    border: none;
    padding: 7px 45px 6px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}

.fixed-bar .mg-desktop-cart .title:hover,
.fixed-bar .mg-product-to-compare a:hover{
    text-decoration: underline;
}

.fixed-bar .mg-product-to-compare .compare-icon{
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}

.fixed-bar .mg-desktop-cart .countsht {
    display: none !important;
    color: #fff;
    width: 38px;
    height: 38px;
    font-family: 'Lato-Bold', sans-serif;
    font-size: 14px;
    line-height: 30px;
    /* background: #2196f3; */
    border-radius: 14px;
    top: 16px;
    right: 0px;
    text-align: center;
}


.fixed-bar .mg-desktop-cart .countsht{
    display: inline-block;
}

.fixed-bar .mg-desktop-cart .cart-inner{
    padding: 0 0 0 28px;
    border-radius: 0;
    overflow: hidden;
}

.fixed-bar .mg-desktop-cart .cart-inner > a{
    overflow: hidden;
    color: #fff;
    float: left;
}

.fixed-bar .mg-desktop-cart .cart-list li .price-text{
    color: #5e646c;
}

.fixed-bar .mg-desktop-cart .cart-list li.cart-qty{
    padding: 5px 15px;
    font-size: 14px;
    font-family: 'Lato-Bold', sans-serif;
}

.fixed-bar .mg-desktop-cart .cart-list li{
    font-size: 14px;
    float: left;
    margin: 0;
}

.fixed-bar .mg-desktop-cart .cart-list{
    float: left;
}

.fixed-bar .mg-desktop-cart .cart{
    padding: 0;
}

.cathead {
  font-size: 20px;
  font-weight: 600;
}
.b-block-wrap {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
  margin: 25px 0;
  letter-spacing: 1px;
    line-height: 25px;
}
.gray {
      font-size: 12px;
    color: gray;
    line-height: 13px;
  text-transform: none !important;
}
.sidephone {
  font-size: 20px;
    font-weight: 600;
}

.sidehead {
  font-size: 25px;
    line-height: 50px;
}
.bottomphone {
    font-size: 24px;
    font-weight: 500;
    color: white;
}
.bottomlink {
    font-size: 18px;
    font-weight: 500;
    color: white;
}










.hovertooltip {
  position: relative;
  border-bottom: 1px solid blue;
    cursor: pointer;
}




.scroll-container {
  scroll-behavior: smooth;
}
.margindilerform {
	margin: 0 30% !important; 
  text-align: center;
}
@media screen and (max-width: 650px) {
  .margindilerform {margin: 0 !important;}
}
.numlisting {
    text-transform: none !important; 
    font-size: medium !important;
}


.dilerformbutton {
    background: var(--main-color);
    display: inline-block;
    font-size: 15px;
    color: white;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 20px;
    transition: color .3s;
  	cursor: pointer;
}
.dilerformbutton2 {
    display: inline-block;
    font-size: 17px;
    border-bottom: 2px solid #4f97de;
    color: #0068b7;
    font-weight: 700;
    transition: color .3s;
}

.dilerformbutton3 {
    display: inline-block;
    font-family: 'Russo One', sans-serif;
    font-size: inherit;
    border-bottom: 2px solid #4f97de;
    color: #0068b7;
    transition: color .3s;
}

.prodsub {
    font-weight: 600;
    line-height: 1.1875;
    padding-left: 20px !important;
    font-size: 32px;
    color: #0068b7;
    margin-top: 60px !important;
    margin-bottom: 20px !important;
    border-bottom-width: 1px !important;
    padding-bottom: 17px !important;
    border-bottom-color: #eee !important;
    border-bottom-style: solid !important;
}

.prodsubt {
    font-weight: 600;
    line-height: 1.1875;
    padding-left: 20px !important;
    font-size: 25px;
    color: #0068b7;
    margin-top: 60px !important;
    margin-bottom: 20px !important;
    border-bottom-width: 1px !important;
    padding-bottom: 17px !important;
    border-bottom-color: #eee !important;
    border-bottom-style: solid !important;
}
.8rad {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.timphone {
	font-size: 24px;
    color: #284153;
    font-weight: 600;
    margin-top: 25px;
    margin-left: 10px;
	margin-bottom: 0;
    font-family: 'Russo One', sans-serif;
}
.timmail {
	color: #284153;
    margin-left: 10px;
	margin-bottom: 0;
}
.timadress {
	color: #284153;
    font-weight: 600;
    margin-top: 25px;
    margin-left: 30px;
	margin-bottom: 0;
}
.timtime {
	color: #284153;
    margin-left: 30px;
	margin-bottom: 0;
}

.tooltip2 {
    /* top: -10px; */
    background-color: white;
    border: 1px solid black;
    box-shadow: -3px 3px 3px 0px #d5cfcf;
    color: black;
    border-radius: 15px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 10px;
      width: 320px;
    line-height: 1.1;
    cursor: pointer;
}

.hovertooltip:hover .tooltip2 {
  /* display tooltip on hover */
  opacity: 1;
}

.text_hide_wrap {
    /*max-width: 700px;*/
}

.item_text {
    width: 90%;
    padding: 5px;
    margin: auto;
}

.item_text p {
    margin-bottom: 5px;
}

.io_item {
    width: 100%;
    padding-bottom: 20px;
}

.io_button_wrap {
    text-align: right;
    margin-top: 10px;
    margin-right: 5%
}

.io_button {
    display: inline-block;
    padding: 0 10px;
    line-height: 1px;
    vertical-align: top;
    text-align: right;
    color: #b1aeae !important;
    font-size: 10pt;
    cursor: pointer;
}

a.io_button:hover {
    text-decoration: none;
}

.io_item .btn_close {
    display: none;
}

.io_item .btn_open {
    display: inline-block;
}

.io_item.open .btn_close {
    display: inline-block;
}

.io_item.open .btn_open {
    display: none;
}

.io_trans {
    width: inherit;
    position: absolute;
    height: 75px;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
    transition: 1s;
}

.io_item.open .io_trans {
    height: 0;
    transition: 1s;
}

.io_item_wrap {
    position: relative;
    overflow: hidden;
    max-height: 70px;
    width: inherit;
    transition: max-height 0.5;
}
.io_item.open .io_item_wrap {
    max-height: 999px !important;
    transition: max-height 1s;
}

/*PRIME STYLE*/
.disblock {display: block !important;}
.mobile-menu__title {height: auto; min-height: 180px;}
@font-face {
    font-family: gunplayrusbyme;
    src: url("https://nikhi.ru/font/gunplayrusbyme.otf") format("opentype");
}

@font-face {
    font-family: gunplayrusbyme;
    font-weight: bold;
    src: url("https://nikhi.ru/font/gunplayrusbyme.otf") format("opentype");
}

/*fix размеров квизов на мобильной версии*/

@media screen and (max-width: 650px) {
  .kwizback div {width: 100% !important;}
  .kick {
    margin-left: 10px !important;
	}
  
  .gridlist {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  list-style: none;
}
  
	
  	.nakladnye-umyvalniki-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
  
  	.nikhikollink {
    min-width: 340px !important;
    width: 340px !important;
    margin-left: 25px !important;
    padding: 2% 1% 2% 18% !important;
    height: 100px !important;
}
  .teplypollink {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.teplypollink a {
    font-size: large !important;
}

.otoplenielink {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.otoplenielink a {
    font-size: large !important;
}

.kotellink {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.kotellink a {
    font-size: large !important;
}

.kg-radlink {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.kg-radlink a {
    font-size: large !important;
}

.kg-tplink {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.kg-tplink a {
    font-size: large !important;
}

.trybylink500 {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.trybylink500 a {
    font-size: large !important;
}

.nasosy-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.nasosy-link a {
    font-size: large !important;
}

.injener-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.injener-link a {
    font-size: large !important;
}

.trapy-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.trapy-link a {
    font-size: large !important;
}

.avtomatica-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.avtomatica-link a {
    font-size: large !important;
}

.nasosy-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.nasosy-link a {
    font-size: large !important;
}

.gydroakk-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.gydroakk-link a {
    font-size: large !important;
}

.ga-hor-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.ga-hor-link a {
    font-size: large !important;
}

.ga-vert-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.ga-vert-link a {
    font-size: large !important;
}

.k-shar-link {
    min-width: 300px !important;
    height: 100px !important;
    width: 100% !important;
}
.k-shar-link a {
    font-size: large !important;
}
  
  .kwizback {
    margin-left: 0px !important;
}
}

.kwizback {
    margin-left: 50px;
}

@media (max-width: 1024px)
.c-nav__text {
    margin: 10px 0;
}
@media (max-width: 1024px)
.c-nav__text {
    margin: 5px 0;
}
.mobmenubutton {
    background-color: #0068b7 !important;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0068b7),to(#2196f3)) !important;
    background-image: -webkit-linear-gradient(top,#0068b7,#2196f3) !important;
    background-image: -o-linear-gradient(top,#0068b7,#2196f3) !important;
    background-image: linear-gradient(to bottom,#0068b7,#2196f3) !important;
    display: inline-block;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    margin: 8px 10px 0;
    min-width: 100px;
    height: 24px;
    transition: color .3s;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mobmenubutton a {
	color: white;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
.c-mobile-nav__icon {display:none;}
.header-mobile__top {
    padding: 10px 15px 0 !important;
}
.filtertitle {
	font-size: 19px;
    display: block;
    color: #284153;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
  margin: 10px 0;
}
.showme {display:none;}
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
.kwizback {}

.nikhicart {
	background: #2196f3; 
	padding: 10px 10px;
	    border-bottom: 1px solid #0068b6;
}

.nikhicart:before {
  border-right: 1px solid #fff;
  background: #f3f3f3;
}

.nikhicart:after {
}

  .bpolygon {
    /*background: #0068b7;*/
  background: #2196f3;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: white;
    padding: 10px 45px;
    margin: 5px auto;
    color: #fff;
        clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%, 5% 0);
    cursor: pointer;
}

.bpolygon:hover {
    color: black;
}

  .hidefrommain {display:none;}
  .showme {display:block !important;}
  .echotext {
	font-size: 1rem;
    text-align: left;
    font-family: Montserrat;
    text-transform: none;
    margin: 20px auto;
	}
@media screen and (max-width: 600px) {
  	.showme {display:none !important;}
	ul.mg-filter-list {width: 98% !important;}
}
@media screen and (max-width: 480px) {
	.sub-categories li {width: 47% !important;}
}


ul.mg-filter-list {
    display: inline-block !important;
      width: 800px;
}

.startpart {
	color: #284153;
    font-weight: 600;
    margin-left: 1px;
    margin-bottom: 0;
  -webkit-transition:all .3s;
	transition:all .3s;
}
.startpart:hover {
  border-bottom: 1px solid #284153;
}
.partlink a {
	color: #284153;
    font-weight: 600;
    margin-left: 17px;
    margin-bottom: 0;
  -webkit-transition:all .3s;
	transition:all .3s;
}

.partlink a:hover {
	color: #0068b7 !important;
	text-shadow: 1px 1px 0px white;
	margin-top: -1px;
    margin-left: 18px;
  	border-bottom: 1px solid #284153;
}

.header-mobile__button-panel {
    display: none !important;
}
/** MIBILEHIDE **/
@media screen and (max-width: 600px) {
  .showme {display:none !important;}
}
/** MIBILEHIDE **/

ul.ruby-menu > li:first-child {
    width: 150px !important;
    max-width: 150px !important;
}
ul.ruby-menu > li {
    min-width: 160px !important;
}
h3.ruby-list-heading {
    font-size: 12px !important;
}
.a2 a {color: white !important;}
.a3 a {color: white !important;}
.a4 a {color: white !important;}

.catalog__applied-filters {
    display: none;
}

.lowerdesc {
    padding: 5%;
    font-size: 0.8rem;
}

.lowerdesc h1 {
    font-size: 1.5rem;
}
.lowerdesc h2 {
    font-size: 1.2rem;
      margin-top: 15px;
}
.lowerdesc h3 {
    font-size: 1.2rem;
      margin-top: 15px;
}

/*стили для кнопок квиза 3-0*/
/*единый стиль для всех квизов 340х100 пикселей для сантехники*/
.santehnika-qweez-link {
    background-size: cover !important;
    min-width: 150px;
    height: 120px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.santehnika-qweez-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
/*END единый стиль для всех квизов 340х100 пикселей для сантехники*/

.smesiteli-na-bort-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/300-СМЕСИТЕЛИ-ДЛЯ-ВАННЫ-НА-БОРТ.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.smesiteli-s-dushem-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/300-СМЕСИТЕЛИ-ДЛЯ-ВАННЫ-С-ДУШЕМ.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.smesiteli-s-dlinnym-izlivom-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/300СМЕСИТЕЛИ-ДЛЯ-ВАННЫ-ДЛИННЫЙ-ИЗЛИВ.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.smesiteli-s-korotkim-izlivom-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/300-СМЕСИТЕЛИ-ДЛЯ-ВАННЫ-КОРОТКИЙ-ИЗЛИВ.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}


.smesiteli-s-korotkim-izlivom-link a, .smesiteli-s-dlinnym-izlivom-link a, .smesiteli-s-dushem-link a, .smesiteli-na-bort-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}


.napolnye-unitazy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/napolny-unitazy-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.monolit-unitazy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/monolit-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.kompakt-unitazy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/unitazy-kompakt-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.podvesnye-unitazy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/podves-unitazy-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.pristavnye-unitazy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/prastavnye-unitazy-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.instalyacii-unitazy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/instalations-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.napolnye-unitazy-link a, .monolit-unitazy-link a, .kompakt-unitazy-link a, .podvesnye-unitazy-link a, .pristavnye-unitazy-link a, .instalyacii-unitazy-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.nakladnye-umyvalniki-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/naklad-umyvalniki-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}

.unitazy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/unitazy-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.smesitely-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/santehnika/smesiteli-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 130px;
    width: 415px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.nakladnye-umyvalniki-link a, .unitazy-link a, .smesitely-link {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.nikhikollink {
    background: url(https://nikhi.ru/mg-templates/qweez3/nikhi/nikhi-k.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.nikhinsulink {
    background: url(https://nikhi.ru/mg-templates/qweez3/nikhi/nikhi-nsu.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nikhinasoslink {
    background: url(https://nikhi.ru/mg-templates/qweez3/nikhi/nikhi-n.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nikhifitlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/nikhi/nikhi-f.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nikhikomllink {
    background: url(https://nikhi.ru/mg-templates/qweez3/nikhi/injener-500.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}


.nikhikollink a, .nikhinsulink a, .nikhinasoslink a, .nikhifitlink a, .nikhikomllink {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.dop-trapy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/dop-trapy-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.dop-trapy-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.k-ppr-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-ppr-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-ugol-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-ugol-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-mini-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-mini-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-but-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-but-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-filter-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-filter-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-vent-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-rad-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-serv-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-serv-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-term-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-termogol-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-termosmes-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-termosmes-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.k-zad-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-zad-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.k-ppr-link a, .k-ugol-link a, .k-mini-link a, .k-but-link a, .k-filter-link a, .k-vent-link a, .k-serv-link a, .k-term-link a, .k-termosmes-link a, .k-zad-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.k-shar-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/k-shar-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.k-shar-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.f-euro-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-euro-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-aks-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-aks-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-cang-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-tcang-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-press-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-press-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-ppr-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-ppr-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-lat-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-lat-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-nik-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-nikel-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-hrom-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/f-hrom-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.f-pnd-link {
    background: url();
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.f-aks-link a, .f-cang-link a  {
    text-align: end;
    font-size: 14px;
    font-weight: 900;
    padding-right: 10px;
}

.f-press-link a {
  	text-align: end;
    font-size: 13px;
    font-weight: 900;
    padding-right: 10px;
}

.f-euro-link a, .f-ppr-link a, .f-lat-link a, .f-nik-link a, .f-hrom-link a, .f-pnd-link a, .f-png-lat-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.f-png-lat-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/f-pndr-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-mano-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-mano-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-termo-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-termo-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-termos-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-termos-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-gb-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-gb-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-predohklap-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-predohklap-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-vozduh-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-vozduh-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-separator-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-separator-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-backklap-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-backklap-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.p-reduktor-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/p-reduktor-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.p-mano-link a, .p-termo-link a, .p-termos-link a, .p-gb-link a, .p-predohklap-link a, .p-vozduh-link a, .p-separator-link a, .p-backklap-link a, .p-reduktor-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.pod-voda-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/pod-voda-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.pod-gigant-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/pod-gigant-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.pod-gaz-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/pod-gaz-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.pod-smes-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/pod-smes-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.pod-stir-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/pod-stir-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.pod-dush-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/pod-dush-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}


.pod-voda-link a, .pod-gigant-link a, .pod-gaz-link a, .pod-smes-link a, .pod-stir-link a, .pod-dush-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.filter-prom-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/filter-prom-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.filter-mag-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/filter-magistral-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.filter-kosoy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/filter-kosoy-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.filter-kosoykran-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/filter-kosoy-kran-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.filter-prom-link a, .filter-mag-link a, .filter-kosoy-link a, .filter-kosoykran-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.ppr-trybylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/injener-santeh/truba-ppr-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.ppr-trybylink a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.drennasos-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nas-dren-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.vihrnasos-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nas-vihr-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.poverhnasos-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nas-poverh-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.drennasos-link a, .vihrnasos-link a, .poverhnasos-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}


.gablue-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ga-blue-hor-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.gawhite-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ga-white-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.gawhite-link a, .gablue-link a  {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.nas-vibro-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nas-vibro-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nas-skvaj-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nas-skaj-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nas-stan-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nas-stan-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.gidroakk-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/gidroakk-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.gavert-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ga-red-ver-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.gared-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ga-red-hor-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.kompl-vodosnab-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/kompl-vodosnab-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.nas-vibro-link a, .nas-skvaj-link a, .nas-stan-link a, .gidroakk-link a, .gavert-link a, .gared-link a, .kompl-vodosnab-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.ga-hor-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/gidroakk-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.ga-vert-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/gidroakk-vert-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.ga-mem-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ga-mem-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.ga-flan-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ga-flan-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.ga-krep-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ga-krep-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.ga-hor-link a, .ga-vert-link a, .ga-mem-link a, .ga-flan-link a, .ga-krep-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.gydroakk-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/gidroakk-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.nasos-avto-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nasos-avto-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nasos-centr-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nasos-centr-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nasos-tp-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nasos-tp-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nasos-voda-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nasos-voda-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.elpech-tp-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/elpech-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.elpech-tp-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.nasos-avto-link a, .nasos-centr-link a, .nasos-tp-link a, .nasos-voda-link a, .gydroakk-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.poplavok-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/poplavok-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.obvyazka-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/obvyazka-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.poplavok-link a, .obvyazka-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.nasosy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/cirk-nasos-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.injener-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/injener-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.avtomatica-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/automatika-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.trapy-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/trapy-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.nz-krany-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/nz-krany-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.pnd-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/pnd-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.ogolovki-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/vodosnabjenie/ogolovki-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}




.nasosy-link a, .injener-link a, .avtomatica-link a, .trapy-link a, .nz-krany-link a, .pnd-link a, .ogolovki-link a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.napol-kotel-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/napolny-kotel-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nasten-kotel-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/nastenny-kotel-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.gaz-kotel-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/gaz-kotel-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.el-kotel-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/el-kotel-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}


.napol-kotel-link a, .nasten-kotel-link a, .gaz-kotel-link a, .el-kotel-link a, {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.termostaty-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/zapchasti-i-komplekt-otopleniya/termogolovki-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.servoprivody-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/zapchasti-i-komplekt-otopleniya/servoprivod-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.reduktory-davleniya-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/zapchasti-i-komplekt-otopleniya/reduktory-i-rele-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.predohran-klapany-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/zapchasti-i-komplekt-otopleniya/predohr-klapany-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.vozduhovodchiki-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/zapchasti-i-komplekt-otopleniya/vozduhovodchiki-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.gidrostrelki-link {
    background: url(https://nikhi.ru/mg-templates/qweez3/zapchasti-i-komplekt-otopleniya/gidrostrelki-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}



.termostaty-link a, .servoprivody-link a, .reduktory-davleniya-link a, .predohran-klapany-link a, .vozduhovodchiki-link a, .gidrostrelki-link a, {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.tp-trybylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/tryba-tp-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.rad-trybylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/tryba-rad-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.sp-trybylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/tryba-sp-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.mp-trybylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/tryba-mp-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.met-trybylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/tryba-met-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}



.tp-trybylink a, .rad-trybylink a, .sp-trybylink a, .mp-trybylink a, .met-trybylink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.trybylink500 {
    background: url(https://nikhi.ru/mg-templates/qweez3/tryby-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}

.al-radiatirlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/rad-all-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.bim-radiatirlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/rad-bim-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.stal-radiatirlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/rad-stal-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.kom-radiatirlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/kom-rad-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}



.kom-radiatirlink a, .stal-radiatirlink a, .bim-radiatirlink a, .al-radiatirlink a, .trybylink500 a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.kotellink {
    background: url(https://nikhi.ru/mg-templates/qweez3/kotelnaya-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.kotellink a, .kg-radlink a, .kotlylink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.kg-radlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/kr-rad-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.kg-tplink {
    background: url(https://nikhi.ru/mg-templates/qweez3/kr-tp-500.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.kotlylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/kotly-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}


.kg-tplink a, .kg-radlink a, .kotlylink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.reg-korobalink {
    background: url(https://nikhi.ru/mg-templates/qweez3/reg-koroba-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.raspred-kranylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/raspred-krany-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.gruppa-bistrogo-montajalink {
    background: url(https://nikhi.ru/mg-templates/qweez3/gruppa-bistrogo-montaja-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.cirk-nanosylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/cirk-nanosy-2-300.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}

.cirk-nanosylink a, .gruppa-bistrogo-montajalink a, .raspred-kranylink a, .reg-korobalink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.nsulink {
    background: url(https://nikhi.ru/mg-templates/qweez3/nsu.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.nsulink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.kolshkafylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/koll-shkafy.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.kolshkafylink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.grebenkilink {
    background: url(https://nikhi.ru/mg-templates/qweez3/grebenki.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.grebenkilink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.radiatirlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/radiators.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.radiatirlink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.trybylink {
    background: url(https://nikhi.ru/mg-templates/qweez3/tryby.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.trybylink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}

.otherlink {
    background: url(https://nikhi.ru/mg-templates/qweez3/other.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.otherlink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.kollgroupslink {
    background: url(https://nikhi.ru/mg-templates/qweez3/koll-groups.jpg);
    background-size: cover;
    min-width: 150px;
    height: 100px;
    width: 340px;
    border: white solid 5px;
    border-radius: 30px;
    padding: 0.5% 1.5% 0.5% 8%;
    margin-left: 25px;
    text-align: right;
}
.kollgroupslink a {
    text-align: end;
    font-size: medium;
    font-weight: 900;
    padding-right: 10px;
}
.otoplenielink {
    background: url(https://nikhi.ru/mg-templates/qweez3/otoplen.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
        border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 25px;
    text-align: right;
}
.otoplenielink a {
  	text-align: end;
    padding: 50px 10px 50px 50px;
    font-size: x-large;
    font-weight: 900;
}
.teplypollink {
    background: url(https://nikhi.ru/mg-templates/qweez3/tep-pol.jpg);
    background-size: cover;
    min-width: 500px;
    height: 200px;
    width: 500px;
       border: white solid 5px;
    border-radius: 30px;
    padding: 2% 1% 2% 8%;
    margin-left: 21%;
    text-align: right;
}
.teplypollink a {
  	text-align: end;
    padding: 50px 10px 50px 50px;
    font-size: x-large;
    font-weight: 900;
}

/*Стили кнопок фильтра*/
label .value-name {
     border-radius: 10px 0;
 	 /*transform: skew(-7deg);*/
    box-shadow: 3px 2px 1px #231f20;
}
/*стили кнопок фильтра*/

.qwizlabel a {color: #044375;}
.qwizlabel {
    min-width: 200px;
    margin: 3px !important;
    color: #2196f3 !important;
    background-color: #cfe8fc !important;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0068b7),to(#2196f3)) !important;
    background-image: -webkit-linear-gradient(top,#0068b7,#2196f3) !important;
    background-image: -o-linear-gradient(top,#0068b7,#2196f3) !important;
    background-image: linear-gradient(to bottom,#d9eefd,#c6e5fc) !important;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    /* text-shadow: 0 1px 1px rgb(255 255 255 / 75%); */
    vertical-align: middle;
    cursor: pointer;
    background-repeat: repeat-x;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    height: fit-content;
}


.header-mobile__top .c-hamburger__row {margin: 8px 0;}

.filter-btn {display:none !important;}
.refreshFilter {display:none !important;}

label .checkmark {display:none;}
ul.mg-filter-list {
    display: inline-flex;
}
.mg-filter-title {
    display: inline-block !important;
  width:350px; vertical-align: top;
}
label .name {
	display:inline-block;
	margin:-2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
label .name:checked + label{
	   background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		background-color:#e0e0e0;
}
ul.mg-filter-list {
    margin: 0; /* Обнуляем значение отступов */
    padding: 5px; /* Значение полей */
}
ul.mg-filter-list li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 10px; /* Отступ слева */
    padding: 5px; /* Поля вокруг текста */
}
.mg-filter-head {display:none;}
.fronthide {display:none;}

.primelinka {
    display: inline-block;
    font-size: 15px;
    color: var(--button-color);
    background: var(--main-color);
    font-weight: 700;
    padding: 8px 25px;
    border: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 20px;
  margin-left: 15px;
}
.fwdiv {
    width: 100%;
    margin: 10px 20px 40px;
}
.rating-wrapper {display:none;}


.SumoSelect.open>.optWrapper.up {
    width: 500px !important;
}
.SumoSelect>.optWrapper>.options {
    width: 500px !important;
}

.paddingpanel {
    padding: 50px 0;
}
.c-carousel--index .owl-stage-outer {
    height: 500px;
}
.c-carousel__content {
    height: 500px;
}

.product__panel {
    box-shadow: 0 0.1rem 2rem rgb(33 33 33 / 10%);
    border-radius: 16px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 10px !important;
}
.product__description {
    border-bottom: 1px solid #3333335c;
}
.productsubtitlex {
    border-top: 1px solid #3333335c;
    margin-top: 10px;
    padding-top: 25px;
}


.owl-stage-outer {
	margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.prodtimg {
    display: block;
    margin: 6px auto;
    text-align: center;
}
.producttitlex {
	font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight:700;
  text-align: left;
  color: #333;
  font-size: 1.5rem;
}
.product__price {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem !important;
    color: #333 !important;
    font-weight: 700;
    margin: 0;
}
.productsogtitle {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin: 20px auto;
}
.productsogsubtitle {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin: 15px auto;
}
.productsogsubtitlex {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 15px auto;
}
/*.producttitlex:after {
    content: '';
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    right: 50%;
  line-height:1.5rem;
    background: var(--main-color);
}*/
  .productsubtitlex {
	font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight:700;
  text-align: left;
  color: #333;
  font-size: 1.5rem; 
    margin: 0 0 35px 0;
}

/*.productsubtitlex:after {
    content: '';
    position: absolute;
    height: 2px;
    top: 0;
    left: 15px;
    right: 70%;
    background: var(--main-color);
}*/
.product .prop-string {
    padding-left: 15px !important;
}

.product .prop-string .prop-item {
    padding: 3px 0 !important;
    color: #85888a !important;
    font-weight: 200 !important;
    font-size: 13px;
}
.producttrigtitle {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #333;
}


/*тайтл и текст для преимуществ на главной*/
.bigtrigtitle {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 500;
	margin: 15px auto;
    color: #333;
}
.bigtrigtext p {
	text-align: justify;
	
}
.justtext p {
	text-align: justify;
	
}
.bigtrigtext img {
    height: 140px;
    margin: 10px auto;
}

/*тайтлы для описательных блоков*/
.fimtitle {
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 25px auto 40px;
    color: #333;
}
.fimsubtitle {
	font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight:700;
  text-align: center;
  color: #333;
  margin: 15px 0;
}
/*тайтлы для акцентов*/
.sogtitle {
	font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size:1.5rem;
  font-weight:700;
  text-align: center;
  margin: 20px auto;
}
.sognum {
	font-family: 'Roboto', sans-serif;
  font-size:2rem;
  font-weight:900;
  text-align: center;
}





ol,ul {list-style:none;}
.clr{clear: both;}
.lb-album{
	width: 900px;
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 10px;
	background: #f1d2c2;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
.a1img {
	width: 45px;
    float: left;
}
.rowcat > * {
/* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;}
.rowcat {
display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap:wrap;
  background-size: cover;
  background-position: left;
  /*height: 100%;*/
}
.newline{width:100%;}

@media screen and (max-width: 768px) {
  .a1 {width: 95% !important; letter-spacing: 2px !important; font-size: 2rem !important;}
  .a2 {width: 95% !important;}
  .a3 {width: 95% !important;}
  .a4 {width: 95% !important;}
}

.a1{
  /* background: rgb(0 0 0 / 30%); */
  /* color: white !important; */
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: gunplayrusbyme; 
  color: rgb(40 65 83);
  text-align:center;
  flex-grow:1;
  min-height: 100px;
  width: 95%;
  /* border-left: 20px solid white; */
  /* border-right: 20px solid white; */
  /* border: 15px solid white; */
  font-size: 3rem;
  padding: 15px;
}
.a1 div {}
.a1 p {text-align: center; font-size: 14px; font-family: 'Russo One', sans-serif; color:rgb(0 104 183);}
.a2 {
    /* background: rgb(0 0 0 / 30%); */
    color: white !important;
    text-align: center;
    flex-grow: 1;
    min-height: 100px;
    width: 45%;
    /* border-left: 20px solid white; */
    /* border-right: 20px solid white; */
    /* border: 15px solid white; */
    font-size: 20px;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%, 5% 0);
    background: linear-gradient(39deg, rgb(33 150 243) 32%, rgb(0 104 183) 61%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    padding: 10px 45px;
    margin: 15px;
    cursor: pointer;
}
.a3{
  /* background: rgb(0 0 0 / 30%); */
  color: white !important;
  text-align:center;
  flex-grow:1;
  min-height: 60px;
  width: 30%;
  /* border-left: 20px solid white; */
  /* border-right: 20px solid white; */
  /* border: 15px solid white; */
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%, 5% 0);
    background: linear-gradient(39deg, rgb(33 150 243) 32%, rgb(0 104 183) 61%);
  font-size: 17px;
  padding: 10px 45px;
    margin: 15px;
}
.a4{
  /* background: rgb(0 0 0 / 30%); */
  color: white !important;
  text-align:right;
  flex-grow:1;
  min-height: 60px;
  width: 20%;
  /* border-left: 20px solid white; */
  /* border-right: 20px solid white; */
  /* border: 15px solid white; */
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%, 10% 0);
    background: linear-gradient(39deg, rgb(33 150 243) 32%, rgb(0 104 183) 61%);
  font-size: 17px;
  padding: 10px 45px;
    margin: 15px;
}

.filtercat {width:1310px;}
.filtercatin {
float:left;
width:30%; height: 105px;
padding:2%;
border: 1px black solid;
}

.metaflex {
	display: flex;
}

.logotoper {
	width: 190px;
     
}

.flexhead {
	    margin: 0 10px;
}
.header__links-settings {    margin-left: 130px;}
header.header {background-color: #f3f3f3;}
.c-catalog .c-button {min-width: 150px !important;}
/*.header__logo img {height: 65px;}*/
.c-menu__link--1 {color: #000 !important;}
.c-search {margin: auto 5px;}
.header__bottom {
	background: #f3f3f3 !important;
    width: 100%;
    min-height: 40px;
    /**box-shadow: 0 9px 33px rgb(0 0 0 / 3%), 0 2px 18px rgb(0 0 0 / 4%), 0 2px 10px rgb(0 0 0 / 3%), 0 1.4px 5px rgb(0 0 0 / 3%), 0 1.17px 2px rgb(0 0 0 / 2%) !important;**/
}
header.header {
    box-shadow: 0 9px 33px rgb(0 0 0 / 3%), 0 2px 18px rgb(0 0 0 / 4%), 0 2px 10px rgb(0 0 0 / 3%), 0 1.4px 5px rgb(0 0 0 / 3%), 0 1.17px 2px rgb(0 0 0 / 2%) !important;
}
.c-catalog .c-button {background: #f3f3f3 !important;}
.header__link {margin-left: 5px !important;}
.catbgimage {	
	background-position: center;
    background-size: cover;
    width: 100%;
    min-width: 1180px;
    min-height: 200px;
}

.catbgimage div {
	background: #0000006b;
    min-height: 200px;
}

.catbgimage h2 {
	padding: 20px;
    font-size: 25px;
    color: white;
    text-align: center;
    font-weight: 500;
}

.catbgimage a {
	float: left;
    color: #fff;
    min-width: 245px;
    max-width: 250px;
    min-height: 85px;
    display: block;
    margin: 10px;
    padding: 10px;
    border: 3px solid white;
    background: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.catbgimage a:hover {
	border-top: 5px solid #f2c800;
  border-bottom: 5px solid #f2c800;
  	font-weight: 700;
  border-left:none;
  border-right:none;
}

.product .prop-string .prop-item {
    padding: 5px 0;
    color: #85888a !important;
    font-weight: 200 !important;
}

.prop-item {
    border-bottom: 1px dotted #85888a;
    border-top: none;
  border-left: none;
  border-right: none;
}


.sub-categories {
    padding: 0;
    margin: 0 -1.5%;
    list-style: none;
}

.sub-categories li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    border: 2px solid #F6F6F6;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    padding: 10px;
    margin: 0 0 1.5% 1.5%;
}

.sub-categories li:hover {
    border-color: #3F97F6;
}

.sub-categories li a.sub-cat-name {
    word-wrap: break-word;
    color: #000;
    text-decoration: none;
    display: block;
}

.sub-categories li a.sub-cat-name:hover {
    text-decoration: underline;
}

.sub-categories li a {
    font-size: 13px;
    text-align: center;
}

.sub-categories li a.cat-image {
    width: 100px;
    height: 80px;
    margin: 0 auto 10px;
    display: block;
    position: relative;
}

.sub-categories li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -20px;
}
.uk-grid > * {
  padding-left: 20px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 20px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -30px;
  }
  .uk-grid > * {
    padding-left: 30px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 30px;
  }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -20px;
}
.uk-grid-medium > * {
  padding-left: 20px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 20px;
}
/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -30px;
  }
  .uk-grid-large > * {
    padding-left: 30px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 30px;
  }
}
/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large > * {
    padding-left: 50px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -20px;
  margin-right: -20px;
}
.uk-grid-divider > * {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 2px solid rgba(38, 38, 39, 0.1);
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 2px solid rgba(38, 38, 39, 0.1);
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 2px solid rgba(38, 38, 39, 0.1);
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -30px;
    margin-right: -30px;
  }
  .uk-grid-divider > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .uk-grid-divider:empty {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid rgba(38, 38, 39, 0.1);
}
/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}


/**Стили новой главной от 15-12-2023**/

@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
.gw-header {text-align: center; font-size: 40px; font-weight: 500;}
hr {width: 30%; margin-left: 35%; border-bottom: 3px solid rgb(133, 193, 245);}
.border {
    border: white solid 1px;
    border-radius: 8px;
    background: white;
    box-shadow: -3px 3px 3px 0px #d5cfcf;
    padding: 15px;
    min-height: 50px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.noborder {
    padding: 20px 0 0 20px;
}
.rightlist {
  list-style: none;
  text-align: right;
}
.rightlist li {
  margin: 5px 0;
}
.leftlist {
  list-style: none;
  text-align: left;
}
.gridlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
.partlogo img {
  width: 95%;
}
.facelink {
  text-decoration: none;
  color:#4a4b4d;
  line-height: 5px;
  font-size: medium;
  font-family: 'Russo One', sans-serif;
}
a:hover {color:#0068b7;}
.kick {margin-left: 30px;}
.smallkick {
  margin-left: 5px !important;
  padding-left: 5px !important;
}
.container {width: 90%; margin:0 auto;}
.rusotitle {
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #0068b7;
    font-size: xx-large;
}
.rusomaptitle {
  font-family: 'Russo One', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #0068b7;
  font-size: x-large;
}
.rusomapsubtitle {
  font-family: 'Russo One', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #0068b7;
  margin-top: 15px;
  font-size: large;
}
.black {color: #212529;}
.hsd {
    min-height: 500px;
}
.hsd img {width: 100%; margin-left: -15px;}
.hsw img {width: 100%;}