Your IP : 18.188.175.197
//fonts
@font-face {
font-family: 'Myriad Pro';
src: url('../fonts/MyriadPro-Regular.eot');
src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
url('../fonts/MyriadPro-Regular.woff') format('woff'),
url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Myriad Pro';
src: url('../fonts/MyriadPro-Semibold.eot');
src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
url('../fonts/MyriadPro-Semibold.woff') format('woff'),
url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Myriad Pro';
src: url('../fonts/MyriadPro-Light.eot');
src: url('../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Light.woff2') format('woff2'),
url('../fonts/MyriadPro-Light.woff') format('woff'),
url('../fonts/MyriadPro-Light.ttf') format('truetype'),
url('../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
font-weight: 300;
font-style: normal;
}
//variables
$mainFont: 'Myriad Pro', Arial, Helvetica, sans-serif;
$mainColor: #5c5c5c;
$lightColor: #5c5c5b;
$lighterColor: #8b8b8a;
$darkColor: #3a3939;
$blueColor: #198cd2;
$greenColor: #93be14;
$yellowColor: #fec300;
$linkColor: #44a326;
$placeHolder: #9c9b9b;
$black: #000000;
$white: #ffffff;
$red: #e9152c;
$green: #44a326;
$blue: #388acd;
$lightGray: #eeeeee;
$grayBg: #f7f8f8;
$lightCircle: #cfcfcf;
$tableCell: #fafafa;
$lightBorder: #d7d7d7;
$inputBorder: #7c7c7b;
$removeBg: #f1f1f1;
$cartImage: #f9f9f9;
$lightSocial: #b8b7b7;
$vk: #4d76a1;
$facebook: #3b5998;
$instagram: #e2a700;
$twitter: #55acee;
$youtube: #fc0d18;
//mixins
%clear:after {
display: block;
content: '';
clear: both;
}
@mixin hidden() {
visibility: hidden;
opacity: 0;
transition: all 0.2s;
}
@mixin visible() {
visibility: visible;
opacity: 1;
transition: all 0.2s;
}
//___________1. RESET CSS____________________
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, samp, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
vertical-align: baseline;
list-style: none;
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
font-weight: inherit;
font-variant: inherit;
font-style: inherit;
font-family: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
//HTML5 display-role reset for older browsers
article, address, aside, details, figcaption, figure,
footer, header, menu, nav, section, label, small, time, img {
display: block;
}
body {
position: relative;
margin: 0;
padding: 0;
min-width: 320px;
height: 100%;
font-size: 16px;
font-weight: 300;
font-family: $mainFont;
color: $mainColor;
background: #ffffff;
&.modal-open {
overflow: hidden;
}
}
html {
height: 100%;
opacity: 0;
transition: opacity 0.5s;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
&.loaded {
opacity: 1;
}
}
blockquote, q {
quotes: none;
}
blockquote,
q {
&:before,
&:after {
content: '';
}
}
mark {
background: none;
color: inherit;
}
table {
width: 100%;
border-collapse: collapse;
border: 0;
}
img {
max-width: 100%;
}
*, *:before, *:after {
box-sizing: border-box;
}
svg {
position: relative;
z-index: 1;
display: block;
transition: all 0.2s;
}
//___________1. end of RESET CSS___________________
//___________2. TYPICAL ELEMENTS___________________
//____________2.1. TITLES______________________
.page-title {
position: relative;
z-index: 20;
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
.title {
padding: 15px 0 37px 0;
font-size: 50px;
text-transform: uppercase;
}
&.with-anchors {
border-bottom: none;
padding-bottom: 42px;
}
&.lines-bg {
background: url('../images/ui/title-bg-1.png') no-repeat 50% 60%;
}
&.globe-bg {
background: url('../images/ui/title-bg-2.png') no-repeat 90% 30%;
}
}
//page-anchors
.page-anchors {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
background: $white;
@extend %clear;
&.fixed {
position: fixed;
bottom: auto;
top: 76px;
}
ul {
padding: 0 30px;
@extend %clear;
li {
float: left;
font-size: 19px;
margin: 0 0 0 48px;
&:first-child {
margin: 0;
}
span,
a {
position: relative;
display: block;
color: $mainColor;
padding: 10px 0 7px 0;
cursor: pointer;
&:hover {
text-decoration: none;
color: $green;
}
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
}
&.current {
span:hover,
span,
a:hover,
a {
cursor: default;
text-decoration: none;
color: $mainColor;
pointer-events: none;
&:before {
opacity: 1;
}
}
}
}
}
}
.section-title {
padding: 0 0 30px 0;
font-size: 37px;
text-align: center;
text-transform: uppercase;
color: $lightColor;
&-low {
text-transform: none;
}
}
// end of page-anchors
//____________2.1. end of TITLES_______________
//____________2.2. LINKS_______________________
a {
color: $linkColor;
text-decoration: none;
transition: all 0.2s;
&:hover {
cursor: pointer;
text-decoration: underline;
}
&.mail-to,
&.call-to,
&.mail-to:hover,
&.call-to:hover {
cursor: default;
color: inherit;
text-decoration: none;
}
}
//____________2.2. end of LINKS________________
//________________2.3. FORM ELEMENTS___________
input::-ms-clear {
display: none;
}
::-moz-placeholder {
color: $placeHolder;
}
:-ms-input-placeholder {
color: $placeHolder;
}
::-webkit-input-placeholder {
color: $placeHolder;
}
:focus::-moz-placeholder {
color: transparent;
}
:focus:-ms-input-placeholder {
color: transparent;
}
:focus::-webkit-input-placeholder {
color: transparent;
}
textarea.textarea-field,
input.text-input {
position: relative;
display: block;
width: 100%;
height: 52px;
padding: 0 11px;
margin: 0;
font-family: $mainFont;
font-size: 20px;
font-weight: 300;
color: $mainColor;
border: 1px solid $inputBorder;
background: $tableCell;
outline: none;
transition: all 0.2s;
-webkit-appearance: none;
-moz-appearance: none;
&.error {
color: $red;
border: 1px solid $red;
}
//noinspection ALL
&:-webkit-autofill,
&:-webkit-autofill:hover,
&:-webkit-autofill:focus,
&:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: $mainColor !important;
}
}
textarea.textarea-field {
height: 217px;
padding: 22px 11px;
resize: vertical;
}
label.error {
position: absolute;
bottom: -20px;
left: 0;
display: block;
font-size: 14px;
line-height: 14px;
text-align: left;
color: $red;
white-space: nowrap;
}
.radio {
position: relative;
display: block;
height: 32px;
width: 32px;
border: 1px solid $inputBorder;
overflow: hidden;
cursor: pointer;
transition: all 0.2s;
&:before {
position: absolute;
content: '';
top: 9px;
left: 9px;
display: block;
width: 12px;
height: 12px;
border: 1px solid $green;
background: $green;
border-radius: 50%;
opacity: 0;
transition: all 0.2s;
}
& input {
position: absolute;
top: 0;
left: -999px;
height: 0;
width: 0;
margin: 0;
padding: 0;
border: none;
visibility: hidden;
}
&:hover {
background-color: $green;
border-color: $green;
&:before {
border-color: $white;
opacity: 1;
}
}
&.checked {
border-color: $green;
&:before {
opacity: 1;
}
}
}
.checkbox {
position: relative;
display: block;
height: 32px;
width: 32px;
border: 1px solid $inputBorder;
overflow: hidden;
cursor: pointer;
transition: all 0.2s;
&:before {
position: absolute;
content: '';
top: 9px;
left: 9px;
display: block;
width: 12px;
height: 12px;
background: $green;
border: 1px solid $green;
border-radius: 50%;
opacity: 0;
transition: all 0.2s;
}
& input {
position: absolute;
top: 0;
left: -999px;
height: 0;
width: 0;
margin: 0;
padding: 0;
border: none;
visibility: hidden;
}
&:hover {
background-color: $green;
border-color: $green;
&:before {
border-color: $white;
opacity: 1;
}
}
&.checked {
border-color: $green;
&:before {
opacity: 1;
}
}
}
//_____________2.3. end of FORM ELEMENTS_________
.inner {
position: relative;
max-width: 1640px;
padding: 0 30px;
margin: auto;
@extend %clear;
&.with-slider {
padding: 0 20px;
}
&.no-gap {
padding: 0;
}
}
.main {
position: relative;
z-index: 40;
display: block;
max-width: 1920px;
margin: 0 auto;
padding-top: 130px;
min-height: calc(100vh - 174px);
overflow: hidden;
//box-shadow: 0 1px 7px rgba($black, 0.25);
@extend %clear;
}
.hide {
opacity: 0;
&.visible {
opacity: 1;
}
}
.hidden {
display: none !important;
}
.input-line {
position: relative;
@extend %clear;
}
.modal-trigger {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.page-row {
display: table;
width: 100%;
&.positioned {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.page-cell {
display: table-cell;
vertical-align: middle;
}
.scroll-block {
position: absolute;
top: 0;
left: 300px;
width: auto;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.scroll-block-content {
width: calc(100% - 100px);
@extend %clear;
}
.page-separator {
border-bottom: 1px solid $mainColor;
margin: 0 0 0 0;
.with-slider & {
margin-left: 10px;
margin-right: 10px;
}
}
.page-content {
@extend %clear;
}
//___________2. end of TYPICAL ELEMENTS____________
//____________3. HEADER_______________________
header {
position: fixed;
left: 0;
right: 0;
z-index: 60;
width: 100%;
height: 130px;
min-width: 320px;
font-weight: 400;
background: $white;
transition: all 0.2s;
//box-shadow: 0 1px 7px rgba($black, 0.1);
@extend %clear;
}
.header-logo {
position: relative;
z-index: 2;
float: left;
padding: 33px 0 0 0;
transition: all 0.2s;
svg {
display: block;
width: 229px;
height: 79px;
}
}
.header-right {
position: relative;
z-index: 2;
float: right;
@extend %clear;
}
.header-phone {
float: left;
font-weight: 300;
font-size: 18px;
text-align: center;
padding: 45px 0 0 0;
a.call-to {
display: block;
color: $linkColor;
font-size: 32px;
font-weight: 400;
margin: 0 0 3px 0;
}
.mobile-phone {
display: none;
[class*="icon-"] {
width: 25px;
height: 25px;
fill: $mainColor;
}
a:hover [class*="icon-"] {
fill: $green;
}
}
}
.header-cart {
position: relative;
float: right;
padding: 50px 0 0 17px;
margin: 0 0 0 13px;
display: none;
transition: all 0.2s;
&.active {
display: block;
}
&:before {
position: absolute;
content: '';
top: 52px;
left: 0;
display: block;
width: 1px;
height: 53px;
background: $mainColor;
transition: all 0.2s;
}
& > a {
position: relative;
display: block;
width: 42px;
height: 53px;
font-size: 25px;
text-align: center;
&:hover {
text-decoration: none;
svg {
fill: $green;
}
}
& > span {
position: absolute;
top: 0;
left: 0;
z-index: 2;
display: block;
width: 100%;
height: 100%;
padding: 22px 0 0 0;
}
}
svg {
width: 42px;
height: 55px;
fill: $mainColor;
}
}
.header-cart-close {
position: fixed;
left: 0;
right: 0;
top: 130px;
width: 100%;
height: 100%;
background: rgba($black, 0.3);
transition: all 0.2s;
@include hidden;
&.active {
@include visible;
}
}
.header-cart-dropdown {
position: absolute;
top: 139%;
right: 0;
z-index: 10;
width: 550px;
padding: 32px 15px 25px 15px;
text-align: center;
background: $grayBg;
border: 1px solid $mainColor;
font-weight: 300;
transition: all 0.2s;
@include hidden;
&.active {
@include visible;
}
&:before {
position: absolute;
content: '';
top: -14px;
right: 10px;
display: block;
width: 0;
height: 0;
border-bottom: 15px solid $grayBg;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
}
.title {
padding: 0 0 43px 0;
font-size: 29px;
}
.green-butn,
.transparent-butn {
width: 100%;
max-width: 338px;
margin: 0 auto 17px auto;
}
}
.header-cart-product {
position: relative;
margin: 0 0 61px 0;
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
.image {
max-width: 230px;
margin: 0 auto 2px auto;
img {
display: block;
width: 100%;
height: auto;
}
}
.name {
font-size: 19px;
transition: all 0.2s;
span {
display: block;
}
}
&:hover {
.name {
color: $linkColor;
}
}
}
.header-nav {
position: absolute;
top: 52px;
left: 0;
z-index: 1;
width: 100%;
height: 0;
text-align: center;
transition: all 0.2s;
ul {
position: relative;
z-index: 1;
@extend %clear;
li {
float: left;
&.search-trigger {
border-left: 1px solid $darkColor;
}
}
a {
position: relative;
display: block;
height: 42px;
padding: 0 13px;
font-size: 20px;
line-height: 46px;
color: $darkColor;
text-transform: uppercase;
[class*="icon-"] {
top: 3px;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 7px 0 0;
}
&:hover {
text-decoration: none;
color: $linkColor;
svg {
fill: $linkColor;
}
}
&.subnav-trigger {
&:before {
position: absolute;
content: '';
bottom: -20px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
&.active {
color: $mainColor;
cursor: default;
&:before {
opacity: 1;
}
}
}
}
}
.nav-holder {
position: relative;
display: inline-block;
&:before {
position: absolute;
content: '';
bottom: -20px;
left: 0;
display: block;
width: 100%;
height: 1px;
background: $mainColor;
opacity: 0;
transition: all 0.2s;
}
&.subnav-active:before {
opacity: 1;
}
}
.header-search {
position: absolute;
top: 0;
right: 0;
z-index: 2;
height: 42px;
width: 0;
background: $white;
transition: all 0.3s;
overflow: hidden;
//@include hidden;
&.active {
width: 100%;
//@include visible;
}
.search-close-butn {
width: 22px;
height: 22px;
float: right;
background: none;
margin: 10px 0 0 0;
[class*="icon-"] {
width: 22px;
height: 22px;
fill: $mainColor;
}
&:hover [class*="icon-"] {
fill: $green;
}
}
.search-submit-butn {
width: 22px;
height: 22px;
float: left;
background: none;
margin: 10px 0 0 0;
[class*="icon-"] {
width: 22px;
height: 22px;
fill: $mainColor;
}
&:hover [class*="icon-"] {
fill: $green;
}
}
input.text-input {
float: left;
width: calc(100% - 44px);
height: 30px;
margin: 8px 0 0 0;
font-size: 25px;
border: none;
background: $white;
}
}
}
.desktop-subnav {
position: absolute;
top: 100%;
left: 0;
width: 100%;
//height: calc(100vh - 130px);
transition: all 0.2s;
background: rgba($white, 0.95);
//border-bottom: 1px solid $mainColor;
@include hidden;
&.active {
@include visible;
}
&-bg {
position: absolute;
display: block;
content: '';
top: 100%;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
}
.inner {
max-width: 900px;
}
& > .inner:before {
position: absolute;
content: '';
bottom: 0;
left: 50%;
display: block;
width: 100vw;
height: 1px;
margin-left: -50vw;
background: $mainColor;
}
&.about-desktop-subnav {
height: auto;
background: $white;
}
}
.subnav-tabs-list {
position: relative;
z-index: 2;
padding: 15px 0 0 0;
text-align: center;
@extend %clear;
li {
position: relative;
//float: left;
display: inline-block;
vertical-align: top;
padding: 12px 0 12px 0;
margin: 0 10px 0 22px;
font-size: 20px;
height: 48px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.2s;
a {
color: $mainColor;
&:hover {
text-decoration: none;
color: $green;
}
}
&:hover {
color: $green;
}
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
&.current {
color: $mainColor;
cursor: default;
&:before {
opacity: 1;
}
}
}
}
.subnav-content {
position: relative;
z-index: 1;
height: calc(100vh - 300px);
transition: all 0.2s;
.column {
position: relative;
width: 33.333%;
float: left;
min-height: 100px;
transition: all 0.2s;
&:before {
position: absolute;
content: '';
top: 0;
left: 0;
display: block;
width: 1px;
height: 2000%;
background: $mainColor;
opacity: 0;
transition: all 0.2s;
}
&:first-child,
&.active {
&:before {
opacity: 1;
}
}
}
.scroll-block-content {
min-height: 100%;
}
.subnav-tab-content,
.inner {
position: relative;
height: 100%;
}
.subnav-tab-content {
padding: 30px 0 0 0;
margin: 0 0 30px 0;
overflow: hidden;
@extend %clear;
}
.subnav-column {
display: none;
&.active {
display: block;
}
}
a {
position: relative;
display: block;
font-size: 16px;
padding: 11px 20px 9px 14px;
color: $mainColor;
&:before {
position: absolute;
content: '';
top: 50%;
left: 0;
display: block;
width: 5px;
height: 28px;
margin-top: -14px;
background: $blue;
opacity: 0;
transition: all 0.2s;
}
&.active,
&:hover {
color: $blue;
text-decoration: none;
&:before {
opacity: 1;
}
}
&.with-subnav:after {
position: absolute;
content: '';
top: 50%;
right: 10px;
display: block;
width: 8px;
height: 8px;
margin-top: -5px;
border-right: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
transform: rotate(-45deg);
}
&.with-eye:after {
position: absolute;
content: '';
top: 27px;
right: 10px;
display: block;
width: 19px;
height: 11px;
background: url('../images/ui/eye.svg') no-repeat 0 0;
background-size: 100% 100%;
}
}
}
//mobile nav
.mobile-nav-btn {
position: absolute;
top: 15px;
left: 50%;
z-index: 905;
display: none;
width: 26px;
height: 26px;
margin: 0 0 0 -13px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
[class*="icon-"] {
position: absolute;
top: 0;
left: 0;
width: 26px;
height: 26px;
fill: $mainColor;
}
.icon-cross {
opacity: 0;
}
&.active {
.icon-hamburger {
opacity: 0;
}
.icon-cross {
opacity: 1;
}
}
}
.mobile-nav {
position: absolute;
top: 46px;
right: 0;
z-index: 80;
display: none;
//width: 0;
width: 100%;
height: calc(100vh - 46px);
background: $white;
overflow: hidden;
border-top: 1px solid rgba($lightColor, 0.3);
//transform: translate3d(320px, 0, 0);
transition: all 0s;
@include hidden;
&.active {
//width: 100%;
transition: all 0.35s;
//transform: translate3d(0, 0, 0);
@include visible;
.scroll-block-content {
opacity: 1;
transform: translate3d(0, 0, 0);
transition: transform 0.5s 0.25s, opacity 0.35s 0.2s;
}
}
.scroll-block-content {
padding: 33px 38px 50px 38px;
opacity: 0;
transform: translate3d(-3%, 0, 0);
transition: transform 0.2s;
}
}
.mobile-nav .scroll-block{
left: 0;
width: 100%;
}
.mobile-nav-list {
li {
border-bottom: 1px solid rgba($lightColor, 0.2);
&:last-child {
border: none;
}
ul {
display: none;
}
a {
display: block;
padding: 8px 5px 4px 5px;
color: $mainColor;
&:hover {
text-decoration: none;
color: $linkColor;
background: $lightGray;
}
}
&.active {
color: $linkColor;
}
}
& > li ul {
border-top: 1px solid rgba($lightColor, 0.2);
}
& > li > ul > li > a {
padding-left: 15px;
}
& > li > ul > li > ul > li > a {
padding-left: 25px;
}
& > li > ul > li > ul > li > ul > li > a {
padding-left: 35px;
}
}
//end of mobile nav
//____________3. end of HEADER___________________
//____________4. FOOTER_______________________
footer {
position: relative;
z-index: 70;
width: 100%;
min-height: 174px;
overflow: hidden;
color: $lightColor;
background: $white;
@extend %clear;
}
.footer-top {
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
}
.footer-nav {
position: relative;
z-index: 2;
float: left;
padding: 18px 0 18px 0;
font-size: 17px;
a {
color: $lightColor;
}
}
.footer-info {
position: relative;
z-index: 2;
float: right;
padding: 18px 0 18px 0;
font-size: 15px;
text-align: right;
span {
display: block;
}
}
.footer-socials {
position: absolute;
top: 33px;
left: 0;
z-index: 1;
width: 100%;
height: 0;
text-align: center;
a {
display: inline-block;
vertical-align: top;
margin: 0 3px;
&:hover {
.icon-vk {
fill: $vk;
}
.icon-instagram {
fill: $instagram;
}
.icon-facebook {
fill: $facebook;
}
.icon-twitter {
fill: $twitter;
}
.icon-youtube {
fill: $youtube;
}
}
}
[class*="icon-"] {
width: 31px;
height: 31px;
fill: $lightSocial;
}
}
.footer-bottom {
padding: 22px 0 51px 0;
}
.footer-copyright {
font-size: 15px;
text-align: center;
}
//____________4. end of FOOTER___________________
//___________5. MAIN CONTENT_________________________
//buttons
[class*="-butn"] {
position: relative;
display: block;
padding: 0;
margin: 0;
font-family: $mainFont;
text-align: center;
border: none;
cursor: pointer;
outline: none;
transition: all 0.2s;
&:hover {
text-decoration: none;
}
}
a[class*="-butn"]:hover {
text-decoration: none;
}
.green-butn {
height: 52px;
background: $green;
color: $white;
font-size: 28px;
&:hover {
background-color: darken($green, 3);
}
}
.transparent-butn {
height: 52px;
background: $white;
border: 1px solid $green;
color: $mainColor;
font-size: 28px;
&:hover {
background-color: $green;
color: $white;
}
}
.subnav-close-butn {
position: absolute;
top: 30px;
right: 30px;
z-index: 3;
width: 16px;
height: 16px;
background: none;
[class*="icon-"] {
width: 16px;
height: 16px;
fill: $mainColor;
}
&:hover [class*="icon-"] {
fill: $green;
}
}
a.more {
position: relative;
display: block;
font-size: 17px;
color: $mainColor;
&:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
display: block;
width: 94px;
height: 3px;
background: $green;
transition: all 0.2s;
}
&:hover {
text-decoration: none;
color: $green;
&:before {
width: 120px;
}
}
}
a.details {
position: relative;
display: inline-block;
height: 26px;
line-height: 27px;
padding: 0 0 0 12px;
color: $white;
font-size: 19px;
span {
position: relative;
display: block;
z-index: 2;
}
//noinspection CssOptimizeSimilarProperties
&:before {
position: absolute;
content: '';
top: 0;
left: 0;
display: block;
width: 200%;
height: 100%;
background: $green;
background-image: linear-gradient(to right, #44b026 0%, #3e9122 100%);
transition: all 0.2s;
}
&:hover {
text-decoration: none;
&:before {
width: 250%;
}
}
&:active {
&:before {
opacity: 0.3;
}
}
.right-position & {
padding: 0 12px 0 0;
&:before {
left: auto;
right: 0;
}
}
}
.close-butn {
position: absolute;
top: 30px;
right: 26px;
z-index: 10;
width: 32px;
height: 32px;
background: none;
border: none;
svg {
width: 32px;
height: 32px;
fill: $mainColor;
}
&:hover {
svg {
fill: $green;
}
}
}
.accordion-icon {
position: relative;
margin: 0 0 14px 0;
height: 26px;
cursor: pointer;
&:before {
position: absolute;
content: '+';
top: 0;
left: 50%;
display: block;
width: 26px;
height: 26px;
line-height: 25px;
margin-left: -13px;
font-size: 22px;
font-weight: 400;
text-align: center;
border: 1px solid $mainColor;
border-radius: 50%;
transition: border-color 0.2s;
}
&.active:before {
content: '-';
}
}
.centered-butn {
width: 100%;
max-width: 620px;
margin: 0 auto 0 auto;
text-transform: uppercase;
}
//end of buttons
//hero
.hero {
position: relative;
@extend %clear;
.slide {
position: relative;
img {
position: relative;
z-index: 1;
}
a {
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: block;
width: 100%;
height: 100%;
}
}
.slide-text {
position: absolute;
bottom: 19%;
left: 17%;
z-index: 1;
.column {
position: relative;
display: inline-block;
vertical-align: top;
color: $blue;
text-transform: uppercase;
font-size: 22px;
margin: 0 15px;
font-weight: 600;
span {
display: block;
color: $green;
font-size: 70px;
line-height: 70px;
font-weight: 300;
}
mark {
text-transform: none;
}
&:first-child {
text-align: right;
font-size: 28px;
&:before {
position: absolute;
content: '';
top: 0;
right: -18px;
display: block;
width: 1px;
height: 100%;
background: $blue;
}
span {
font-size: 54px;
}
}
}
}
.slide-holder {
position: relative;
//height: calc(100vh - 183px);
//min-height: 550px;
}
.image {
position: relative;
z-index: 1;
img {
width: 100%;
height: auto;
}
/*position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
img {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
max-width: 99999%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
background-size: cover;
}*/
}
}
.hero-thumbs {
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
.slick-dots {
position: relative;
display: flex !important;
@extend %clear;
li {
position: relative;
display: block;
margin: 0;
padding: 9px 0 8px 0;
//float: left;
width: 100%;
height: auto;
background: none;
opacity: 1;
font-size: 28px;
white-space: nowrap;
text-transform: uppercase;
text-align: center;
&:before {
opacity: 0;
}
&.slick-active {
background: none;
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
animation: thumbProgress 7.3s linear infinite;
opacity: 1;
}
}
}
}
}
@keyframes thumbProgress {
0% {
left: 0;
width: 0;
}
49% {
left: 0;
width: 100%;
}
50% {
left: auto;
right: 0;
width: 100%;
}
100% {
left: auto;
right: 0;
width: 0;
}
}
// end of hero
//about
.about {
//height: 1128px;
padding: 64px 0 0 0;
background: $grayBg url('../images/wave-gray.png') no-repeat 50% 50%;
border-bottom: 1px solid $mainColor;
}
.about-dots {
position: relative;
@extend %clear;
.slick-dots {
position: relative;
bottom: 0;
border-bottom: 1px solid $mainColor;
@extend %clear;
li {
position: relative;
display: inline-block;
margin: 0;
height: auto;
width: auto;
background: none;
padding: 17px 10px 4px 10px;
opacity: 1;
font-size: 23px;
text-transform: uppercase;
text-align: center;
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
&.slick-active {
background: none;
&:before {
opacity: 1;
}
}
}
}
}
.about-circle-holder {
position: relative;
height: calc(100vh - 190px);
min-height: 490px;
padding: 0;
.about-circle {
position: absolute;
top: 50%;
left: 50%;
margin: -433px 0 0 -433px;
}
}
.about-circle {
position: relative;
width: 866px;
height: 866px;
margin: 60px auto 0 auto;
.circle-holder {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 98%;
height: 100%;
animation: rotate 120s linear infinite;
svg {
width: 100%;
height: 100%;
}
&.circle-b {
left: 50%;
top: 50%;
width: 690px;
height: 690px;
margin: -345px 0 0 -345px;
transform: rotate(180deg);
animation: rotateB 140s linear infinite;
}
}
.circle-text-holder {
position: absolute;
top: 50%;
left: 50%;
z-index: 4;
width: 800px;
height: 780px;
margin: -390px 0 0 -390px;
&.circle-text-holder-b {
width: 800px;
height: 780px;
margin: -390px 0 0 -400px;
}
svg {
width: 100%;
height: 100%;
}
.cls-1 {
transition: all 0.2s;
}
a {
position: relative;
z-index: 1;
display: block;
transition: all 0.2s;
&.current,
&:hover {
text-decoration: none;
color: $linkColor;
.cls-1 {
fill: $linkColor;
}
&.color-blue {
color: $blue;
.cls-1 {
fill: $blue;
}
}
&.color-orange {
color: $yellowColor;
.cls-1 {
fill: $yellowColor;
}
}
}
&.circle-current-link {
z-index: -1;
}
}
}
.current-circle {
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
width: 650px;
height: 650px;
margin: -325px 0 0 -325px;
opacity: 0;
transition: all 0.35s;
transform: rotate(0deg);
&.active {
opacity: 1;
}
&.current-circle-a {
&.position-1 {
transform: rotate(0deg);
.current-line {
fill: $blue;
}
}
&.position-2 {
transform: rotate(44deg);
}
&.position-3 {
transform: rotate(90deg);
}
&.position-4 {
transform: rotate(134deg);
.current-line {
fill: $yellowColor;
}
}
&.position-5 {
transform: rotate(179deg);
.current-line {
fill: $blue;
}
}
&.position-6 {
transform: rotate(223deg);
.current-line {
fill: $yellowColor;
}
}
&.position-7 {
transform: rotate(267deg);
.current-line {
fill: $yellowColor;
}
}
&.position-8 {
transform: rotate(313deg);
.current-line {
fill: $yellowColor;
}
}
}
&.current-circle-b {
&.position-1 {
transform: rotate(0deg);
}
&.position-2 {
transform: rotate(66deg);
}
&.position-3 {
transform: rotate(134deg);
}
&.position-4 {
transform: rotate(227deg);
}
&.position-5 {
transform: rotate(293deg);
}
}
svg {
width: 100%;
height: 100%;
}
&.current-city {
&.position-1 {
transform: rotate(223deg);
.current-line {
fill: $blue;
}
}
&.position-2 {
transform: rotate(180deg);
}
&.position-3 {
transform: rotate(134deg);
}
}
}
.circle-image {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
width: 640px;
height: 640px;
margin: -320px 0 0 -320px;
background: $white;
border-radius: 50%;
overflow: hidden;
.circle-image-holder {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}
img {
position: relative;
z-index: 3;
border-radius: 50%;
display: block;
height: auto;
width: 100%;
}
}
.circle-images-list {
position: relative;
height: 100%;
z-index: 2;
border-radius: 50%;
overflow: hidden;
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotateB {
0% {
transform: rotate(180deg);
}
100% {
transform: rotate(-360deg);
}
}
// end of about
//tabs
.tabs-holder {
text-align: center;
border-bottom: 1px solid $mainColor;
li {
position: relative;
display: inline-block;
vertical-align: top;
padding: 16px 0 4px 0;
margin: 0 16px;
font-size: 23px;
height: 48px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.2s;
&:hover {
color: $green;
}
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
&.current {
z-index: 10;
color: $mainColor;
cursor: default;
&:before {
opacity: 1;
}
}
}
&.low li {
font-size: 19px;
text-transform: none;
}
}
// end of tabs
//info
.info {
position: relative;
border-bottom: 1px solid $mainColor;
&-title {
padding: 18px 0 15px 0;
font-size: 32px;
text-transform: uppercase;
text-align: center;
color: $green;
}
.column {
font-size: 18px;
line-height: 23px;
float: right;
width: calc(50% - 50px);
&:first-child {
float: left;
}
}
.slide {
@extend %clear;
}
}
.info-slide-text {
padding: 72px 0 89px 0;
}
.info-thumbs {
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
.slick-dots {
position: relative;
display: flex !important;
@extend %clear;
li {
position: relative;
margin: 0;
width: 100%;
//width: auto;
height: auto;
background: none;
opacity: 1;
font-size: 28px;
text-transform: uppercase;
text-align: center;
white-space: nowrap;
//margin: 0 10px;
span {
position: relative;
display: inline-block;
padding: 17px 0 4px 0;
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
}
&.slick-active {
background: none;
span:before {
opacity: 1;
}
}
}
}
}
// end of info
//info-text
.info-text {
position: relative;
z-index: 10;
height: 1047px;
padding: 64px 0 0 0;
background: $grayBg url('../images/wave-gray.png') no-repeat 50% 50%;
@extend %clear;
.about-circle {
margin-top: 3px;
}
.inner {
max-width: 1610px;
}
.info-text-holder {
position: absolute;
top: 0;
left: 0;
padding: 197px 0 20px 30px;
max-width: 360px;
font-size: 19px;
}
.title {
padding: 0 0 35px 0;
font-size: 56px;
text-transform: uppercase;
color: $green;
}
}
// end of info-text
//banner
.banner {
position: relative;
overflow: hidden;
height: 568px;
.inner {
z-index: 3;
max-width: 1610px;
}
.image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
width: 100%;
height: 100%;
overflow: hidden;
//transform: scale(1.8) translate(0, -200px);
//transform: scale(1.2) translate3d(0, -200px, 0);
img {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
max-width: 99999%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
background-size: cover;
}
}
&-frame {
position: relative;
height: 568px;
width: 100%;
max-width: 1920px;
margin: 0 auto;
overflow: hidden;
&:before {
position: absolute;
content: '';
top: 0;
left: 0;
z-index: 2;
display: block;
width: 100%;
height: 100%;
background: rgba($black, 0.3);
}
}
&-holder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.banner-text {
position: absolute;
top: 40px;
left: 0;
width: 100%;
max-width: 590px;
padding: 100px 0 0 0;
color: $white;
&.light-color {
//color: $white;
}
&.right-position {
left: auto;
//top: auto;
right: 0;
//bottom: 200px;
text-align: right;
}
}
.title {
padding: 0 0 22px 0;
font-size: 66px;
text-transform: uppercase;
color: $green;
}
p {
padding: 0 0 14px 0;
font-size: 19px;
}
}
// end of banner
//manufacture
.manufacture {
height: 1166px;
padding: 64px 0 0 0;
background: $white url('../images/wave-gray.png') no-repeat 50% 50%;
}
// end of manufacture
//breadcrumbs
.breadcrumbs {
position: relative;
padding: 16px 0 30px 0;
@extend %clear;
li {
position: relative;
float: left;
&:before {
content: '/';
display: inline-block;
margin: 0 6px;
}
&:first-child:before {
display: none;
}
a {
color: $mainColor;
&:hover {
color: $linkColor;
}
}
&.current {
a {
cursor: default;
pointer-events: none;
}
}
}
}
// end of breadcrumbs
//product
.product {
border-top: 1px solid $mainColor;
.page-separator {
margin: 20px 0 40px 0;
}
&-blank-slide {
height: 620px;
width: 100%;
display: flex;
padding: 0 20px;
align-items: center;
justify-content: center;
background: $grayBg;
text-align: center;
img {
display: inline-block;
height: auto;
}
svg {
width: 440px;
height: 148px;
margin: 0 auto;
fill: $mainColor;
}
}
}
.product-top {
padding: 0 0 29px 0;
@extend %clear;
}
.product-slider-holder {
position: relative;
margin: 4px 0 0 0;
float: left;
width: calc(62.35% - 30px);
@extend %clear;
}
.product-data {
float: right;
width: calc(37.65% - 46px);
.description {
padding: 0 0 61px 0;
}
.green-butn,
.transparent-butn {
width: 100%;
margin: 0 0 24px 0;
}
}
.product-name {
padding: 0 0 15px 0;
font-size: 38px;
font-weight: 400;
color: $blue;
span {
display: block;
}
}
.mobile-product-name {
display: none;
padding: 0 0 15px 0;
font-size: 38px;
font-weight: 400;
color: $blue;
text-align: center;
span {
display: block;
}
}
.manufacturer-country {
margin: 16px 0 0 0;
.flag {
position: relative;
display: inline-block;
vertical-align: middle;
margin: -4px 13px 0 0;
img {
display: block;
height: auto;
}
}
}
.product-price {
padding: 9px 0 8px 0;
margin: 0 0 79px 0;
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
span {
display: inline-block;
font-size: 54px;
color: $green;
vertical-align: middle;
margin: 0 0 0 34px;
}
}
.preview-links {
position: relative;
margin: 0 0 78px 0;
@extend %clear;
.preview-link {
position: relative;
float: left;
margin: 0 0 0 60px;
@extend %clear;
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
&:first-child {
margin: 0;
}
&:hover {
span {
color: $linkColor;
}
.icon-circle {
fill: $green;
/*#bar {
stroke-dashoffset: 0;
}*/
}
}
}
svg {
position: relative;
top: 1px;
left: 1px;
width: 70px;
height: 70px;
fill: $mainColor;
}
.icon {
position: relative;
float: left;
width: 72px;
height: 72px;
margin: 0 18px 0 0;
}
.icon-circle {
position: absolute;
content: '';
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}
/*.progress {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 72px;
height: 72px;
svg {
width: 72px;
height: 72px;
}
circle {
stroke-dashoffset: 0;
transition: stroke-dashoffset .8s linear;
stroke: #666666;
stroke-width: 3px;
}
#bar {
stroke-dasharray: 227;
stroke-dashoffset: 227;
stroke: $green;
}
&:hover {
#bar {
stroke-dashoffset: 0;
}
}
}*/
span {
display: block;
float: left;
margin: 28px 0 0 0;
transition: all 0.2s;
}
}
.product-main-slider {
float: left;
width: calc(100% - 140px);
background: $grayBg;
img {
width: 100%;
}
a {
position: relative;
width: 100%;
max-height: 550px;
display: flex;
align-items: center;
justify-content: center;
img {
height: auto;
}
&.image--tall {
img {
height: 100%;
max-height: 100%;
width: auto;
}
}
}
}
.product-slider-thumbs {
float: right;
width: 130px;
&.mCS_no_scrollbar {
padding-right: 20px;
}
.slick-dots {
position: relative;
li {
position: relative;
display: block;
width: 100%;
height: auto;
border-radius: 0;
opacity: 1;
margin: 0 0 18px 0;
background: $grayBg;
&:before {
position: absolute;
content: '';
bottom: 0;
left: 0;
z-index: 2;
display: block;
width: 0;
height: 3px;
background: $green;
transition: all 0.2s;
}
&.slick-active {
background: $grayBg;
}
&:hover:before,
&.slick-active:before {
width: 100%;
}
}
}
}
.feature-icons {
padding: 51px 0 15px 0;
clear: both;
@extend %clear;
.icon {
position: relative;
float: left;
width: 119px;
margin: 0 16px 16px 0;
img {
position: relative;
z-index: 1;
width: 100%;
height: auto;
transition: all 0.2s;
&:first-child {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
}
}
&:hover {
img {
opacity: 0;
&:first-child {
opacity: 1;
}
}
}
}
}
.sticker {
position: absolute;
top: 13px;
left: 0;
z-index: 10;
height: 30px;
padding: 0 34px;
line-height: 32px;
font-size: 16px;
text-transform: uppercase;
&.new-sticker {
background: $green;
color: $white;
}
}
.product-info {
clear: both;
padding: 0 0 57px 0;
.product-tabs-list {
padding: 0 0 73px 0;
border-bottom: 1px solid $mainColor;
&.no-border {
border: none;
}
}
}
.product-testimonials {
padding: 36px 0 0 0;
}
.testimonials-item {
position: relative;
margin: 0 0 56px 0;
@extend %clear;
.photo {
position: relative;
float: left;
width: 120px;
height: 120px;
margin: 6px 22px 0 18px;
border-radius: 50%;
overflow: hidden;
background: $grayBg;
img {
position: relative;
z-index: 2;
display: block;
width: 100%;
height: auto;
}
.no-photo {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
padding: 20px 0 0 0;
font-size: 64px;
text-transform: uppercase;
text-align: center;
color: $lightSocial;
transition: all 0.2s;
}
}
.name {
padding: 0 0 4px 0;
font-size: 30px;
color: $lightColor;
transition: all 0.2s;
}
.content {
overflow: hidden;
}
.rating {
margin: 0 0 21px 0;
}
.text {
margin: 0 0 17px 0;
}
.date {
color: $lightColor;
}
&.new-testimonial {
&:hover {
.no-photo,
.name {
color: $linkColor;
}
}
.name {
padding: 48px 0 0 0;
}
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
}
}
.features-table {
padding: 20px 0 0 0;
}
.content-table {
th {
padding: 6px 15px 7px 15px;
font-weight: 300;
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
}
tr {
&:hover {
td {
background: $green;
color: $white;
transition: all 0.2s;
&:before {
background: transparent;
}
}
}
}
td {
position: relative;
padding: 6px 0 7px 0;
color: $darkColor;
&:before {
position: absolute;
content: '';
top: 6px;
left: 0;
display: block;
width: 100%;
height: calc(100% - 12px);
background: $tableCell;
//transition: all 0.2s;
}
& > span {
position: relative;
z-index: 2;
display: block;
padding: 4px 15px 1px 15px;
transition: background 0.2s;
}
}
.table-price {
font-weight: 600;
white-space: nowrap;
}
}
.models-table {
th {
vertical-align: middle;
}
td {
text-align: center;
vertical-align: middle;
& > a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
}
td:first-child,
th:first-child {
text-align: left;
}
}
.features-list {
padding: 45px 0 0 0;
li {
padding: 0 0 23px 0;
color: $lightColor;
list-style: disc inside;
}
}
.product-manuals {
padding: 42px 0 0 0;
@extend %clear;
}
.manual-item {
position: relative;
margin: 0 0 32px 0;
min-height: 55px;
background: $tableCell;
color: $lightColor;
transition: all 0.2s;
@extend %clear;
.download-butn {
position: absolute;
top: 0;
right: 0;
height: 100%;
background: $lightSocial;
color: $white;
font-size: 29px;
width: 34.8%;
opacity: 0;
svg {
position: relative;
top: -2px;
display: inline-block;
vertical-align: middle;
fill: $white;
width: 21px;
height: 21px;
margin: 0 5px 0 0;
}
}
.file-type {
position: absolute;
top: 0;
right: 34.8%;
height: 100%;
width: 13.3%;
svg {
position: relative;
top: 0;
display: inline-block;
vertical-align: middle;
fill: $white;
width: 30px;
height: 30px;
margin: 0 51px 0 0;
}
.cls-1, .cls-4 {
fill: #ffffff;
}
.cls-1, .cls-3 {
stroke: #646363;
}
.cls-1 {
stroke-miterlimit: 10;
}
.cls-2 {
fill: #797979;
transition: all 0.2s;
}
.cls-3 {
fill: none;
stroke-linejoin: round;
}
}
.name {
float: left;
width: 51.9%;
padding: 6px 10px 4px 20px;
font-size: 16px;
transition: all 0.2s;
span {
display: block;
}
}
&:hover {
background: $lightGray;
.download-butn {
opacity: 1;
}
&.blue-color {
.download-butn {
background-color: $blue;
}
.name span {
color: $blueColor;
}
}
&.green-color {
.download-butn {
background-color: $greenColor;
}
.name span {
color: $greenColor;
}
}
.file-type {
.cls-1, .cls-4 {
fill: #ffffff;
}
.cls-1, .cls-3 {
stroke: #646363;
}
.cls-1 {
stroke-miterlimit: 10;
}
.cls-2 {
fill: #cc4b4c;
}
.cls-3 {
fill: none;
stroke-linejoin: round;
}
}
}
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
}
.manual-section {
padding: 0 0 90px 0;
@extend %clear;
.title {
padding: 0 0 36px 0;
font-size: 37px;
font-weight: 400;
&.blue-color {
color: $blueColor;
}
&.green-color {
color: $greenColor;
}
}
}
.product-accordion-title {
display: none;
position: relative;
padding: 11px 30px 8px 5px;
border-top: 1px solid $lightBorder;
cursor: pointer;
transition: all 0.2s;
&.active {
background: $tableCell;
.accordion-icon {
opacity: 1;
transition: opacity 0.2s 0.3s;
&:before {
content: '';
}
}
}
&:hover {
background: $green;
color: $white;
.accordion-icon {
opacity: 1;
transition: opacity 0.2s 0.3s;
&:before {
border-color: $white;
}
svg {
fill: $white;
}
}
}
.accordion-icon {
position: absolute;
right: 10px;
top: 50%;
height: 26px;
width: 26px;
margin-top: -13px;
transition: opacity 0.2s;
&:before {
position: absolute;
content: '';
top: 0;
left: 0;
display: block;
height: 26px;
width: 26px;
line-height: 40px;
margin-left: 0;
font-size: 40px;
}
.button-text {
position: absolute;
top: 50%;
left: 50%;
width: 14px;
height: 14px;
margin: -7px 0 0 -7px;
}
svg {
width: 14px;
height: 14px;
fill: $mainColor;
}
}
}
// end of product
//additional-products
.additional-products {
position: relative;
padding: 0 0 57px 0;
.title {
font-size: 19px;
padding: 0 10px 30px 10px;
font-weight: 600;
}
.slide {
padding: 0 10px;
}
.slick-dots {
position: relative;
}
.slick-arrow {
top: 75px;
width: 10px;
height: 20px;
margin: -10px 0 0 0;
}
.slick-arrow[class*="prev"],
.slider-btn[class*="prev"] {
left: 5px;
&:after {
background: url('../images/ui/arrow-left-dark.svg') no-repeat 0 0;
background-size: 10px 20px;
}
&:before {
background: url('../images/ui/arrow-left-active.svg') no-repeat 0 0;
background-size: 10px 20px;
}
}
.slick-arrow[class*="next"],
.slider-btn[class*="next"] {
right: 5px;
&:after {
background: url('../images/ui/arrow-right-dark.svg') no-repeat 0 0;
background-size: 10px 20px;
}
&:before {
background: url('../images/ui/arrow-right-active.svg') no-repeat 0 0;
background-size: 10px 20px;
}
}
}
.additional-product {
padding: 0 0 46px 0;
position: relative;
text-align: center;
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
.image {
position: relative;
margin: 0 0 18px 0;
&:before {
position: absolute;
bottom: 0;
left: 0;
content: '';
z-index: 5;
display: block;
width: 0;
height: 4px;
background: $green;
transition: all 0.2s;
}
img {
width: 100%;
height: auto;
}
}
.name {
margin: 0 0 16px 0;
color: $darkColor;
transition: all 0.2s;
span {
display: block;
}
}
.price {
font-size: 29px;
color: $linkColor;
font-weight: 400;
}
&:hover {
.name {
color: $linkColor;
}
.image:before {
width: 100%;
}
}
}
// end of additional-products
//catalogue
.catalogue {
position: relative;
@extend %clear;
}
.catalogue-item {
position: relative;
border-bottom: 1px solid $lightBorder;
overflow: hidden;
transition: all 0.2s;
@extend %clear;
.inner {
height: 100%;
}
&:hover {
background: $grayBg;
.item-bg {
opacity: 1;
transition: all 1s 0.2s;
}
}
.item-content {
position: relative;
z-index: 3;
max-width: 620px;
padding: 49px 0 65px 0;
}
.title {
padding: 0 0 30px 0;
font-size: 38px;
font-weight: 400;
}
.text {
padding: 0 0 20px 0;
}
.list {
margin: 56px 0 0 0;
li {
padding: 0 0 6px 0;
list-style: disc inside;
a {
color: $mainColor;
&:hover {
color: $linkColor;
}
}
}
}
.mobile-title {
display: none;
text-align: center;
}
.item-image {
position: absolute;
top: 0;
right: 0;
z-index: 5;
width: calc(100% - 894px);
height: 100%;
}
.page-cell {
padding: 30px 0 30px 0;
text-align: center;
img {
height: auto;
display: inline-block;
}
}
.item-bg {
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.5s;
}
&.blue-color {
.title {
color: $blueColor;
a {
color: $blueColor;
}
}
.item-bg {
background: url('../images/ui/catalogue-item-bg-blue.png') no-repeat right 50%;
background-size: contain;
}
}
&.green-color {
.title {
color: $greenColor;
a {
color: $greenColor;
}
}
.item-bg {
background: url('../images/ui/catalogue-item-bg-green.png') no-repeat right 50%;
background-size: contain;
}
}
&.yellow-color {
.title {
color: $yellowColor;
a {
color: $yellowColor;
}
}
.item-bg {
background: url('../images/ui/catalogue-item-bg-yellow.png') no-repeat right 50%;
background-size: contain;
}
}
.technology {
max-width: 463px;
margin: 31px 0 0 0;
padding: 0;
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
@extend %clear;
.label {
float: left;
width: 131px;
padding: 57px 0 0 0;
}
.icon {
position: relative;
float: left;
width: 103px;
margin: 0 18px 0 0;
&:last-child {
margin: 0;
}
img {
position: relative;
z-index: 1;
width: 100%;
height: auto;
transition: all 0.2s;
&:first-child {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
opacity: 0;
}
}
&:hover {
img {
opacity: 0;
&:first-child {
opacity: 1;
}
}
}
}
}
.feature-icons {
padding: 28px 0 25px 0;
.icon {
width: 92px;
margin: 0 10px 9px 0;
}
}
.preview-links {
margin: 59px 0 71px 0;
}
}
// end of catalogue
//category
.category {
position: relative;
@extend %clear;
}
.category-section {
position: relative;
@extend %clear;
.catalogue-item {
border: none;
.inner {
min-height: 705px;
}
&:hover {
background: none;
}
.item-content {
padding: 129px 0 60px 0;
}
}
}
.category-series {
position: relative;
min-height: 720px;
background: $grayBg;
@extend %clear;
.image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
width: 50%;
height: 100%;
overflow: hidden;
img {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
max-width: 99999%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
background-size: cover;
}
}
}
.category-series-content {
float: right;
width: 50%;
color: $lightColor;
.frame {
max-width: 820px;
padding: 54px 30px 30px 14.2%;
}
.title {
padding: 0 0 30px 0;
font-size: 20px;
}
}
.series-list-item {
position: relative;
border-bottom: 1px solid $lightBorder;
transition: all 0.2s;
.page-cell {
padding: 28px 10px 26px 10px;
transition: all 0.2s;
&:nth-child(1) {
width: 24%;
}
&:nth-child(2) {
width: 46%;
color: $mainColor;
}
&:nth-child(3) {
width: 30%;
text-align: right;
color: $lighterColor;
}
}
&:hover {
.page-cell,
.page-cell:nth-child(2),
.page-cell:nth-child(3) {
color: $linkColor;
}
}
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
}
// end of category
//preview-text
.preview-text {
padding-top: 58px;
.text-holder {
padding: 0 0 42px 0;
margin: 0 0 50px 0;
border-bottom: 1px solid $mainColor;
@extend %clear;
}
.column {
float: right;
width: calc(50% - 50px);
&:first-child {
float: left;
}
}
a.more {
margin: 25px 0 0 0;
}
.show-on-mobile {
clear: both;
}
}
// end of preview-text
//contacts
.contacts {
position: relative;
@extend %clear;
&-image {
padding: 0 20px 0 0;
img {
width: 100%;
height: auto;
}
}
}
.contacts-column {
float: left;
width: 50%;
padding: 113px 0 100px 0;
.column-content {
max-width: 543px;
}
.title {
padding: 0 0 38px 0;
font-size: 37px;
color: $lightColor;
}
.page-cell {
padding: 24px 0;
color: $darkColor;
&:first-child {
width: 78px;
}
}
.page-row {
border-top: 1px solid $lightBorder;
&:first-child {
border: none;
}
}
svg {
fill: $mainColor;
}
.icon-marker {
width: 27px;
height: 38px;
}
.icon-phone {
width: 33px;
height: 32px;
}
.icon-mail {
width: 30px;
height: 21px;
}
.icon-globe {
width: 28px;
height: 28px;
}
}
// end of contacts
//content-search
.content-search {
border: 1px solid $mainColor;
margin: 66px 0 53px 0;
@extend %clear;
input.text-input {
float: left;
border: none;
background: none;
height: 51px;
width: calc(100% - 374px);
}
.submit-butn {
float: right;
width: 374px;
height: 51px;
background: $white;
border: none;
color: $mainColor;
font-size: 21px;
text-transform: uppercase;
svg {
position: relative;
top: -2px;
display: inline-block;
vertical-align: middle;
fill: $mainColor;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
}
&:before {
position: absolute;
content: '';
top: 4px;
left: 0;
display: block;
width: 1px;
height: 43px;
background: $mainColor;
transition: all 0.2s;
}
&:hover {
background: $blue;
color: $white;
svg {
fill: $white;
}
&:before {
opacity: 0;
}
}
}
}
// end of content-search
//feedback-form
.feedback-form {
@extend %clear;
.inner {
max-width: 1580px;
padding-top: 68px;
padding-bottom: 56px;
border-top: 1px solid $mainColor;
}
&.no-border .inner {
border: none;
}
form {
max-width: 1260px;
margin: 0 auto;
@extend %clear;
}
.title {
padding: 0 0 54px 0;
font-size: 38px;
text-align: center;
& + .input-line {
float: none;
width: 100%;
}
}
textarea.textarea-field {
margin: 0 0 25px 0;
}
.green-butn {
float: right;
width: calc(50% - 10px);
text-transform: uppercase;
font-size: 30px;
}
.form-description {
padding: 60px 0 0 0;
font-size: 19px;
text-align: center;
clear: both;
}
.input-line {
float: left;
width: calc(50% - 10px);
label {
position: absolute;
top: 0;
left: 0;
z-index: 2;
padding: 0 15px;
color: $green;
opacity: 0;
transition: all 0.2s;
}
&.active {
label {
top: 5px;
opacity: 1;
}
input.text-input {
padding-top: 12px;
color: $green;
}
textarea.textarea-field {
padding-top: 17px;
color: $green;
}
}
}
}
// end of feedback-form
//faq
.faq {
position: relative;
@extend %clear;
.accordion-content {
p, ol {
margin: 6px 0;
}
h2 {
margin: 37px 0 6px;
font: 18px 'Myriad Pro Light', sans-serif;
color: #000;
}
table {
width: auto;
border-bottom: 1px solid $lightBorder;
}
td {
border-top: 1px solid $lightBorder;
padding: 5px 15px 6px 15px;
}
}
}
.accordion {
margin: 75px 0 75px 0;
position: relative;
border-bottom: 1px solid $lightBorder;
@extend %clear;
}
.accordion-title {
position: relative;
padding: 36px 15px 33px 0;
font-size: 38px;
border-top: 1px solid $lightBorder;
cursor: pointer;
transition: all 0.2s;
&.active {
background: $tableCell;
padding-left: 83px;
.accordion-icon {
opacity: 1;
transition: opacity 0.2s 0.3s;
&:before {
content: '';
}
}
}
&:hover {
padding-left: 83px;
background: $green;
color: $white;
.accordion-icon {
opacity: 1;
transition: opacity 0.2s 0.3s;
&:before {
border-color: $white;
}
svg {
fill: $white;
}
}
}
.accordion-icon {
position: absolute;
left: 20px;
top: 50%;
height: 42px;
width: 42px;
margin-top: -21px;
opacity: 0;
transition: opacity 0.2s;
&:before {
position: absolute;
content: '';
top: 0;
left: 0;
display: block;
height: 42px;
width: 42px;
line-height: 40px;
margin-left: 0;
font-size: 40px;
}
.button-text {
position: absolute;
top: 50%;
left: 50%;
width: 18px;
height: 18px;
margin: -9px 0 0 -9px;
}
svg {
width: 18px;
height: 18px;
fill: $mainColor;
}
}
}
.accordion-content {
padding: 36px 0 41px 0;
border-top: 1px solid $lightBorder;
}
.accordion-content-holder {
max-width: 1406px;
margin: 0 auto;
}
// end of faq
//order
.order {
padding: 0 0 50px 0;
position: relative;
@extend %clear;
.next-btn {
max-width: 290px;
padding: 22px 0 0 0;
margin: 0 auto;
clear: both;
.green-butn {
width: 100%;
}
}
}
.order-title {
position: relative;
z-index: 1;
padding: 0 0 10px 0;
font-size: 38px;
text-align: center;
color: $lightColor;
span {
position: relative;
z-index: 2;
}
}
.back-to-cart {
position: relative;
font-size: 21px;
max-width: 755px;
margin: 0 auto;
&:before {
position: absolute;
content: '';
top: 22px;
left: 118px;
display: block;
width: 58px;
height: 1px;
background: $mainColor;
}
a.more {
position: absolute;
top: 10px;
z-index: 3;
font-size: 21px;
}
}
.order-section {
position: relative;
@extend %clear;
.column {
float: left;
width: 33.333%;
padding: 0 10px;
&.two-columns {
width: 66.666%;
}
}
input.text-input,
textarea.textarea-field {
padding-left: 15px;
padding-right: 15px;
}
textarea.textarea-field {
height: 143px;
padding-top: 13px;
}
.input-line {
margin: 0 0 39px 0;
label {
position: absolute;
top: 0;
left: 0;
z-index: 2;
padding: 0 15px;
color: $green;
opacity: 0;
transition: all 0.2s;
&.check-label {
position: relative;
top: 0;
display: block;
width: 100%;
height: 52px;
padding: 0 15px;
margin: 0;
font-size: 20px;
color: $mainColor;
border: 1px solid $inputBorder;
background: $tableCell;
opacity: 1;
cursor: pointer;
@extend %clear;
}
.checkbox,
.radio {
float: right;
margin: 9px 0 0 0;
}
.label-text {
float: left;
display: block;
padding: 12px 0 0 0;
}
}
&.active {
label {
top: 5px;
opacity: 1;
}
input.text-input {
padding-top: 12px;
border-color: $green;
color: $green;
}
textarea.textarea-field {
padding-top: 17px;
border-color: $green;
color: $green;
}
}
}
}
.order-nav {
border-bottom: 1px solid $mainColor;
margin: 0 0 42px 0;
@extend %clear;
li {
position: relative;
float: left;
padding: 5px 2px 8px 3px;
width: calc(33.333% - 16px);
margin: 0 0 0 24px;
text-align: center;
cursor: pointer;
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
&:first-child {
margin: 0;
}
&:hover {
color: $linkColor;
}
&.current {
z-index: 10;
color: $linkColor;
cursor: default;
&:before {
opacity: 1;
}
}
}
}
.order-section-title {
position: relative;
padding: 81px 0 23px 0;
font-size: 21px;
text-align: center;
&:before {
position: absolute;
content: '';
top: 0;
left: 50%;
display: block;
width: 1px;
height: 58px;
background: $mainColor;
}
}
.delivery-table {
margin: 0 0 39px 0;
background: $tableCell;
border: 1px solid $inputBorder;
.table-frame {
padding: 12px 20px 15px 20px;
min-width: 1000px;
}
.city {
padding: 0 0 28px 0;
font-size: 21px;
}
.description {
padding: 0 0 30px 0;
}
th {
font-size: 15px;
padding: 5px 5px 4px 5px;
vertical-align: middle;
text-align: left;
border-bottom: 1px solid $lightBorder;
transition: all 0.2s;
}
.delivery-size-1.current,
.delivery-size-2.current {
background: $lightGray;
}
.main-thead th.active {
background: $lightGray;
}
td {
font-size: 21px;
padding: 13px 5px 12px 5px;
vertical-align: middle;
text-align: center;
border: 1px solid $tableCell;
transition: all 0.2s;
&:first-child {
font-size: 15px;
text-align: left;
}
&.active {
background: $lightGray;
}
}
thead tr {
&:first-child {
}
}
tr:hover td {
background: $lightGray;
}
}
.order-submit {
position: relative;
padding: 89px 15px 23px 15px;
margin: 30px 0 0 0;
clear: both;
&:before {
position: absolute;
content: '';
top: 0;
left: 50%;
display: block;
width: 1px;
height: 58px;
background: $mainColor;
}
.green-butn {
width: 100%;
max-width: 548px;
margin: 0 auto;
}
&.no-dash {
margin: 0;
padding: 54px 15px 23px 15px;
&:before {
display: none;
}
}
}
// end of order
//cart
.cart {
padding: 0 0 50px 0;
position: relative;
@extend %clear;
.order-title {
padding: 0 0 48px 0;
span {
color: $green;
font-weight: 400;
}
}
}
.cart-table {
td {
padding: 10px 10px 10px 10px;
vertical-align: middle;
background: $tableCell;
border-bottom: 18px solid $white;
text-align: center;
transition: all 0.2s;
&:nth-child(2),
&:nth-child(3) {
text-align: left;
}
span {
font-weight: 600;
}
}
tr:hover {
td {
background: $lightGray;
}
}
th {
padding: 8px 10px 6px 10px;
border-top: 1px solid $mainColor;
border-bottom: 1px solid $mainColor;
&:nth-child(2),
&:nth-child(3) {
text-align: left;
}
}
a {
color: $mainColor;
&:hover {
color: $linkColor;
}
}
.checkbox,
.spinn-box {
margin: 0 auto;
}
.close-butn {
position: relative;
top: 0;
right: 0;
margin: 0 auto;
}
tbody tr:last-child td {
border: none;
}
tfoot {
th {
text-align: right;
color: $lightColor;
font-size: 16px;
span {
color: $green;
font-size: 54px;
margin: 0 0 0 20px;
}
}
}
}
// end of cart
//service
.service {
position: relative;
@extend %clear;
}
.service-top {
padding: 78px 0 72px 0;
@extend %clear;
.text {
float: left;
width: calc(50% - 10px);
max-width: 729px;
color: $lightColor;
.title {
padding: 0 0 16px 0;
font-size: 38px;
font-weight: 400;
}
img {
display: block;
width: 100%;
height: auto;
}
}
.content {
float: right;
width: calc(50% - 10px);
max-width: 725px;
}
.info-line {
margin: 0 0 36px 0;
@extend %clear;
a.call-to,
ul {
overflow: hidden;
}
}
a.call-to {
display: block;
margin: 4px 0 0 0;
font-size: 58px;
color: $green;
span {
display: block;
font-size: 21px;
color: $lightColor;
}
}
ul {
position: relative;
top: -5px;
a {
display: inline-block;
padding: 2px 5px 1px 5px;
font-size: 21px;
color: $lightColor;
&:hover {
background: $green;
color: $white;
text-decoration: none;
}
}
}
.icon {
position: relative;
width: 102px;
height: 76px;
margin: 0 40px 0 0;
border-right: 1px solid $lightBorder;
float: left;
.icon-phone {
position: relative;
top: 6px;
width: 70px;
height: 70px;
fill: $green;
}
.icon-download {
position: relative;
top: 6px;
width: 65px;
height: 73px;
fill: $green;
}
}
}
.documents-content {
position: relative;
text-align: center;
@extend %clear;
}
.service-documents-list {
padding: 60px 0 52px 0;
.horizontal-scroll {
min-height: 200px;
}
}
.documents-tab-title {
display: none;
}
.documents-item {
display: inline-block;
vertical-align: top;
width: 150px;
margin: 0 0 0 40px;
color: $lightColor;
&:first-child {
margin-left: 0;
.image:before {
display: none;
}
}
.image {
position: relative;
height: 220px;
margin: 0 0 30px 0;
opacity: 0;
transition: all 0.3s 0.5s;
.active & {
opacity: 1;
}
&.low-image {
height: 110px;
}
img {
display: inline-block;
height: auto;
}
&:before {
position: absolute;
content: '';
bottom: 40px;
left: -35px;
display: block;
width: 27px;
height: 27px;
background: url('../images/ui/plus.svg') no-repeat 0 0;
background-size: 100% 100%;
opacity: 0.5;
}
}
.page-cell {
vertical-align: bottom;
}
}
.services-list {
border-top: 1px solid $mainColor;
padding: 86px 0 50px 0;
&.no-border {
border: none;
}
}
.service-search {
margin: 40px 0 76px 0;
@extend %clear;
}
.service-search-item {
float: left;
width: calc(33.333% - 8px);
margin: 0 0 0 12px;
@extend %clear;
&:first-child {
margin-left: 0;
}
.select-holder {
float: right;
width: 50%;
}
.label {
position: relative;
float: left;
width: 50%;
height: 50px;
padding: 0 0 0 15px;
font-size: 20px;
line-height: 50px;
border-top: 1px solid $inputBorder;
border-left: 1px solid $inputBorder;
border-bottom: 1px solid $inputBorder;
&:before {
position: absolute;
content: '';
top: 10px;
right: 0;
display: block;
width: 1px;
height: 30px;
background: $inputBorder;
}
}
.selectize-input {
border-left: none;
background: $white;
}
}
.service-search-result {
padding: 0 0 30px 0;
th {
padding: 17px 15px 14px 34px;
font-weight: 300;
text-align: left;
color: $lightColor;
background: $tableCell;
border-top: 1px solid $lightBorder;
border-bottom: 1px solid $lightBorder;
}
td {
width: 50%;
padding: 53px 15px 37px 34px;
font-size: 23px;
border-bottom: 1px solid $lightBorder;
vertical-align: middle;
}
.name {
padding: 0 0 10px 0;
font-weight: 400;
text-transform: uppercase;
}
a {
display: block;
}
li {
font-size: 21px;
list-style: disc inside;
}
table {
margin: 0 0 46px 0;
}
}
// end of service
//consumables
.consumables-section {
padding: 22px 0 88px 0;
position: relative;
@extend %clear;
.title {
padding: 0 0 50px 0;
font-size: 38px;
font-weight: 400;
color: $green;
}
.consumables-row {
position: relative;
border-bottom: 1px solid $mainColor;
@extend %clear;
.cell {
display: flex;
justify-content: center;
align-items: center;
min-height: 267px;
padding: 19px 10px 13px 10px;
}
}
.consumables-left {
position: absolute;
top: 0;
left: 0;
width: 29%;
height: 100%;
}
.additional-row {
border-top: 1px solid $mainColor;
@extend %clear;
&:first-child {
border: none;
}
}
.consumables-right {
float: right;
width: 71%;
@extend %clear;
.cell {
float: left;
width: 50%;
}
}
.text {
max-width: 310px;
}
.name {
max-width: 220px;
a {
display: block;
color: $mainColor;
font-weight: 400;
&:hover {
color: $linkColor;
}
}
}
.image {
margin: 0 10px 0 0;
width: 180px;
text-align: center;
img {
display: inline-block;
height: auto;
}
}
.row-title {
display: none;
}
ul {
a {
color: $mainColor;
&:hover {
color: $linkColor;
}
}
}
.consumables-head {
position: relative;
text-align: center;
border-top: 1px solid $lightBorder;
border-bottom: 1px solid $lightBorder;
background: $tableCell;
@extend %clear;
.cell {
padding: 19px 10px 13px 10px;
min-height: 0;
}
}
.slick-dots {
position: relative;
max-width: 100%;
}
}
// end of consumables
//technology
.technology {
position: relative;
padding: 0 0 50px 0;
&-column {
float: right;
width: calc(50% - 15px);
max-width: 730px;
margin: 0 0 67px 0;
font-size: 18px;
&:first-child {
float: left;
}
li {
list-style: disc inside;
}
span {
font-weight: 400;
}
}
&-title {
padding: 0 0 22px 0;
font-size: 38px;
text-transform: uppercase;
}
&-top {
padding: 88px 0 150px 0;
position: relative;
@extend %clear;
mark {
font-style: italic;
}
}
&-nav {
display: flex;
align-items: center;
border-top: 1px solid $lightBorder;
border-bottom: 1px solid $lightBorder;
clear: both;
//@extend %clear;
.slick-arrow {
height: 18px;
width: 8px;
margin: -4px 0 0 0;
&[class*=next] {
right: 0;
&:hover:after,
&:after,
&:hover:before,
&:before {
background-size: 8px 18px;
}
}
&[class*=prev] {
left: 0;
&:hover:after,
&:after,
&:hover:before,
&:before {
background-size: 8px 18px;
}
}
}
&-label {
width: 185px;
}
.slide {
padding: 0 10px;
}
&-item {
position: relative;
padding: 0 0 15px 0;
text-align: center;
transition: all 0.2s;
font-size: 13px;
&:hover {
color: $white;
background: $green;
.image img {
opacity: 0;
&:first-child {
opacity: 1;
}
}
}
&.red-bg:hover {
background: $red;
}
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
.name {
padding: 0 5px;
}
}
.image {
display: flex;
align-items: center;
justify-content: center;
height: 108px;
padding: 0 10px;
.image-holder {
position: relative;
}
img {
position: relative;
&:first-child {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
}
}
&-slider {
width: calc(100% - 185px);
max-width: 780px;
}
}
&-section {
border-top: 1px solid $green;
&-content {
padding: 88px 0 114px 0;
}
&.red-bg {
border-color: $red;
.technology-section-icon {
background: $red;
}
}
&-icon {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 131px;
height: 177px;
color: $white;
font-size: 14px;
font-weight: 400;
background: $green;
text-align: center;
.icon-image {
padding: 0 10px;
margin: 7px 0 8px 0;
img {
height: auto;
}
}
.name {
padding: 0 10px;
}
}
&-banner {
position: relative;
height: 406px;
background: $green;
overflow: hidden;
.inner {
z-index: 2;
}
.image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
width: 100%;
height: 100%;
&-holder {
position: relative;
}
img {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
max-width: 99999%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
background-size: cover;
}
}
}
}
&-thumbs {
max-width: 460px;
padding: 18px 0 77px 0;
margin: 0 0 30px 0;
border-bottom: 1px solid $lightBorder;
.slide {
position: relative;
padding: 0 10px 3px 0;
text-align: center;
.thumb {
background: $grayBg;
border-bottom: 3px solid transparent;
transition: all 0.2s;
}
&:hover .thumb {
border-color: $green;
}
img {
width: 100%;
height: auto;
}
}
.slick-dots {
bottom: 27px;
}
}
&-links {
padding: 0 0 20px 0;
p {
padding: 0 0 17px 0;
}
li {
padding: 0 0 6px 0;
list-style: disc inside;
}
}
&-figure {
margin: 50px 0 57px 0;
img {
height: auto;
}
}
&-app {
padding: 36px 0 30px 0;
text-align: center;
&-item {
padding: 25px 12px;
flex: 1 1;
width: 100%;
}
.slide {
transition: all 0.2s;
&:hover {
background: $grayBg;
}
img {
display: inline-block;
height: auto;
}
}
.image {
margin: 0 0 49px 0;
}
.app {
margin: 0 0 6px 0;
}
.text {
text-align: left;
color: $darkColor;
}
.slick-track{
display: flex;
.slick-slide{
display: flex;
height: auto;
}
}
}
&-accessories {
padding: 22px 0 20px 0;
position: relative;
@extend %clear;
.technology-title {
text-align: center;
padding: 0 0 65px 0;
}
&-section {
padding: 0 0 59px 0;
p {
padding: 0 0 12px 0;
margin: 0 0 38px 0;
border-bottom: 1px solid $lightBorder;
}
}
.slide {
padding: 0 10px;
text-align: center;
img {
display: inline-block;
height: auto;
}
}
.slick-dots {
padding: 30px 0 0 0;
position: relative;
}
}
}
// end of technology
//history
.history {
position: relative;
padding: 0 0 50px 0;
@extend %clear;
&-title {
padding: 64px 0 3px 0;
font-size: 70px;
text-align: center;
color: $green;
[class*="icon-"] {
position: relative;
display: inline-block;
top: 0;
width: 48px;
height: 48px;
margin: 0 0 0 0;
fill: $green;
}
}
&-list {
position: relative;
@extend %clear;
&:before {
position: absolute;
content: '';
top: 0;
left: 50%;
display: block;
width: 1px;
height: 100%;
background: $lightBorder;
}
}
&-section {
position: relative;
z-index: 2;
padding: 76px 0 15px 0;
border-top: 1px solid $lightBorder;
@extend %clear;
&:first-child {
border: none;
.history-section-year {
display: none;
}
}
&:last-child {
padding: 0;
}
&-year {
position: absolute;
top: -56px;
left: 0;
width: 100%;
max-width: 176px;
height: 56px;
border-bottom: 1px solid $mainColor;
font-size: 38px;
line-height: 56px;
color: $green;
}
&:before {
position: absolute;
content: '';
top: -8px;
left: 50%;
z-index: 3;
display: block;
width: 16px;
height: 16px;
margin-left: -8px;
background: $white;
border: 1px solid $lightBorder;
border-radius: 50%;
}
&-holder {
max-width: 1082px;
margin: 0 auto;
@extend %clear;
}
&-event {
position: relative;
float: right;
width: calc(50% - 63px);
margin: 0 0 57px 0;
background: $grayBg;
border-radius: 3px;
clear: both;
}
}
}
.history-event {
position: relative;
@extend %clear;
&-title {
position: relative;
font-size: 19px;
font-weight: 400;
padding: 22px 10% 16px 13%;
background: $green;
color: $white;
border-radius: 3px;
transition: all 0.2s;
&:before {
position: absolute;
content: '';
top: 50%;
left: -9px;
display: block;
width: 0;
height: 0;
margin: -10px 0 0 0;
border-right: 10px solid $green;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
transition: all 0.2s;
}
.icon {
position: absolute;
top: -7px;
left: -98px;
width: 74px;
height: 74px;
&-image {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
}
span {
position: absolute;
top: 29px;
right: 132%;
display: block;
color: $mainColor;
}
img {
height: auto;
}
}
}
&-content {
border-top: 1px solid $lightBorder;
padding: 30px 10% 22px 13%;
font-size: 18px;
figure {
margin: 0 0 20px 0;
img {
height: auto;
}
}
ul li {
list-style: disc inside;
}
mark {
font-style: italic;
font-weight: 400;
}
span {
color: $green;
}
hr {
border-top: 1px solid $lightBorder;
padding: 0;
margin: 15px 0;
}
}
&-manufacture{
padding: 15px 0 0 0;
@extend %clear;
figure {
float: left;
width: 44%;
padding: 0 15px 0 0;
}
address {
float: right;
width: 56%;
padding: 0 0 0 15px;
border-left: 1px solid $lightBorder;
}
}
&.reverse-event {
float: left;
.history-event-title {
&:before {
left: auto;
right: -9px;
border-left: 10px solid $green;
border-right: none;
}
.icon {
left: auto;
right: -102px;
span {
right: auto;
left: 132%;
}
}
}
}
}
// end of history
//about-block
.about-block {
position: relative;
padding: 0 0 50px 0;
@extend %clear;
&-top {
padding: 85px 0 42px 0;
border-bottom: 1px solid $lightBorder;
@extend %clear;
}
&-column {
@extend .technology-column;
}
&-title {
@extend .technology-title;
padding: 0;
}
&-map {
padding: 108px 0 42px 0;
@extend %clear;
&-holder {
margin: 0 0 59px 0;
img {
width: 100%;
height: auto;
}
}
&-description {
@extend %clear;
li {
float: left;
max-width: 33.333%;
width: 195px;
padding: 0 10px 20px 0;
.icon {
display: flex;
align-items: flex-end;
height: 110px;
margin: 0 0 15px 0;
img {
height: auto;
}
}
}
}
}
}
.counters {
padding: 54px 0 3px 0;
border-bottom: 1px solid $lightBorder;
@extend %clear;
&-item {
float: left;
width: calc(20% - 24px);
margin: 0 0 30px 30px;
font-size: 18px;
&:nth-child(5n + 1) {
margin-left: 0;
}
&-number {
padding: 0 0 35px 0;
font-size: 72px;
line-height: 72px;
span, img {
display: inline-block;
vertical-align: middle;
}
img {
position: relative;
top: -3px;
}
}
}
}
// end of about-block
//info-frame
.info-frame {
position: relative;
display: flex;
align-items: center;
min-height: calc(100vh - 370px);
height: 100%;
@extend %clear;
&-content {
width: 100%;
padding: 50px 15px;
font-size: 19px;
font-weight: 300;
text-align: center;
span {
display: block;
padding: 0 0 10px 0;
}
p {
padding: 0 0 35px 0;
}
}
svg {
width: 165px;
height: 128px;
margin: 0 auto 90px auto;
fill: $mainColor;
}
}
// end of info-frame
//modal
.modal-holder {
opacity: 0;
transition: opacity 0.35s;
@extend %clear;
&.active {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
max-height: 100%;
opacity: 1;
}
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
max-height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.modal-row {
position: relative;
display: table;
width: 100%;
height: 100%;
}
.modal-cell {
display: table-cell;
vertical-align: middle;
height: 100%;
padding: 0 30px;
}
.modal-close-wide {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
background: #000000;
opacity: 0.5;
}
.modal-close-small {
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 62px;
height: 60px;
cursor: pointer;
svg {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 32px;
height: 32px;
fill: $mainColor;
}
}
[class$="modal-frame"] {
position: relative;
z-index: 2;
width: 100%;
max-width: 758px;
padding: 30px 15px;
margin: 20px auto;
background: $grayBg;
border: 1px solid $inputBorder;
@extend %clear;
}
.warning-modal-frame > p {
padding: 8px 0;
font-size: 18px;
text-align: center;
}
.confirm-modal-frame {
padding: 0;
}
.confirm-modal-content {
padding: 170px 20px 90px 20px;
font-size: 19px;
font-weight: 300;
text-align: center;
svg {
width: 202px;
height: 96px;
margin: 0 auto 90px auto;
fill: $mainColor;
}
span {
display: block;
padding: 0 0 10px 0;
}
}
//end of modal
//site links
.site-links {
padding: 50px 0;
li {
font-size: 18px;
padding: 0 0 15px 0;
}
}
//end of site links
//text-block
.text-block {
a {
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
ul li {
list-style: disc inside;
}
ol li {
list-style: decimal inside;
}
h3, h4, h5, h6 {
font-weight: 600;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
}
// end of text-block
//___________5. end of MAIN CONTENT______________
//_________________ 6. PLUGINS___________________
/* slider */
.slick-slider {
position: relative;
display: block;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
outline: none;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
height: auto;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slider-btn {
position: absolute;
bottom: 50%;
width: 40px;
height: 40px;
margin: 0 0 -20px 0;
}
.slick-arrow {
position: absolute;
top: 50%;
z-index: 20;
display: block;
width: 25px;
height: 65px;
margin: -33px 0 0 0;
padding: 0;
background: none;
border: none;
overflow: hidden;
text-indent: -999em;
transition: all 0.2s;
cursor: pointer;
outline: none;
&.slick-disabled {
visibility: hidden;
}
&:before {
position: absolute;
content: '';
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.2s;
}
&:after {
position: absolute;
content: '';
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
opacity: 1;
transition: all 0.2s;
}
&:hover {
&:before {
opacity: 1;
}
&:after {
opacity: 0;
}
}
}
.slick-arrow[class*="prev"],
.slider-btn[class*="prev"] {
left: 3.5%;
&:after {
background: url('../images/ui/arrow-left.svg') no-repeat 0 0;
background-size: 25px 65px;
}
&:before {
background: url('../images/ui/arrow-left-active.svg') no-repeat 0 0;
background-size: 25px 65px;
}
}
.slick-arrow[class*="next"],
.slider-btn[class*="next"] {
right: 3.5%;
&:after {
background: url('../images/ui/arrow-right.svg') no-repeat 0 0;
background-size: 25px 65px;
}
&:before {
background: url('../images/ui/arrow-right-active.svg') no-repeat 0 0;
background-size: 25px 65px;
}
}
.slider-btn [class*="icon"] {
width: 40px;
height: 40px;
}
.slick-dots {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
text-align: center;
}
.slick-dots li {
display: inline-block;
vertical-align: top;
width: 26px;
height: 3px;
margin: 0 3px;
background: $lightGray;
cursor: pointer;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.slick-dots li.slick-active {
background: $green;
}
.slick-dots button {
visibility: hidden;
}
.fancybox-enabled {
overflow: hidden;
}
.fancybox-enabled body {
overflow: visible;
height: 100%;
}
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99993;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
z-index: 99992;
}
.fancybox-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #0f0f11;
opacity: 0;
transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
opacity: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
opacity: 0;
z-index: 99994;
transition: opacity .2s;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
opacity: 1;
}
.fancybox-infobar {
display: none;
}
.fancybox-show-infobar .fancybox-infobar {
display: inline-block;
pointer-events: all;
}
.fancybox-infobar__body {
display: inline-block;
width: 70px;
line-height: 44px;
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
color: #dddddd;
background-color: rgba(30, 30, 30, 0.7);
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
position: absolute;
top: 0;
right: 0;
display: none;
pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
display: block;
}
.fancybox-slider-wrap {
overflow: hidden;
direction: ltr;
}
.fancybox-slider-wrap,
.fancybox-slider {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
z-index: 99993;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
}
.fancybox-slide::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0 44px;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #ffffff;
overflow: auto;
box-sizing: border-box;
}
.fancybox-slide--image {
overflow: hidden;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-content {
display: inline-block;
position: relative;
margin: 44px auto;
padding: 0;
border: 0;
width: 80%;
height: calc(100% - 88px);
vertical-align: middle;
line-height: normal;
text-align: left;
white-space: normal;
outline: none;
font-size: 16px;
font-family: Arial, sans-serif;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #ffffff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
background: transparent;
}
//noinspection ALL
.fancybox-placeholder {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
//background: $grayBg;
}
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
background: transparent;
background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-tmp {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden;
}
.fancybox-error {
position: absolute;
margin: 0;
padding: 40px;
top: 50%;
left: 50%;
width: 380px;
max-width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #ffffff;
cursor: default;
}
.fancybox-error p {
margin: 0;
padding: 0;
color: #444444;
font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
outline: none;
background: transparent;
z-index: 10;
cursor: pointer;
}
.fancybox-close-small:after {
content: '×';
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #888888;
font-weight: 300;
text-align: center;
border-radius: 50%;
border-width: 0;
background: #ffffff;
transition: background .2s;
box-sizing: border-box;
z-index: 2;
}
.fancybox-close-small:focus:after {
outline: 1px dotted #888888;
}
.fancybox-slide--video .fancybox-close-small {
top: -36px;
right: -36px;
background: transparent;
}
.fancybox-close-small:hover:after {
color: #555555;
background: #eeeeee;
}
/* Caption */
.fancybox-caption-wrap {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 60px 30px 0 30px;
z-index: 99998;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
opacity: 0;
transition: opacity .2s;
pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
opacity: 1;
}
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #ffffff;
line-height: 20px;
-webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
pointer-events: all;
}
.fancybox-caption a {
color: #ffffff;
text-decoration: underline;
}
/* Buttons */
.fancybox-button {
display: inline-block;
position: relative;
width: 44px;
height: 44px;
line-height: 44px;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
cursor: pointer;
background: transparent;
color: #ffffff;
box-sizing: border-box;
vertical-align: top;
outline: none;
}
.fancybox-button--disabled {
cursor: default;
pointer-events: none;
}
.fancybox-infobar__body, .fancybox-button {
background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
content: '';
pointer-events: none;
position: absolute;
border-color: #ffffff;
background-color: currentColor;
color: currentColor;
opacity: 0.9;
box-sizing: border-box;
display: inline-block;
}
.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
opacity: 0.5;
}
.fancybox-button--left::after {
left: 20px;
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.fancybox-button--right::after {
right: 20px;
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.fancybox-button--left {
border-bottom-left-radius: 5px;
}
.fancybox-button--right {
border-bottom-right-radius: 5px;
}
.fancybox-button--close {
float: right;
}
.fancybox-button--close::before, .fancybox-button--close::after {
content: '';
display: inline-block;
position: absolute;
height: 2px;
width: 16px;
top: calc(50% - 1px);
left: calc(50% - 8px);
}
.fancybox-button--close::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.fancybox-button--close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* Loading spinner */
.fancybox-loading {
border: 6px solid rgba(100, 100, 100, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
.fancybox-controls {
text-align: left;
}
.fancybox-button--left,
.fancybox-button--right,
.fancybox-buttons button:not(.fancybox-button--close) {
display: none !important;
}
.fancybox-caption {
padding: 20px 0;
margin: 0;
}
}
/* Fullscreen */
.fancybox-button--fullscreen::before {
width: 15px;
height: 11px;
left: 15px;
top: 16px;
border: 2px solid;
background: none;
}
/* Slideshow button */
.fancybox-button--play::before {
top: 16px;
left: 18px;
width: 0;
height: 0;
border-top: 6px inset transparent;
border-bottom: 6px inset transparent;
border-left: 10px solid;
border-radius: 1px;
background: transparent;
}
.fancybox-button--pause::before {
top: 16px;
left: 18px;
width: 7px;
height: 11px;
border-style: solid;
border-width: 0 2px 0 2px;
background: transparent;
}
/* Thumbs */
.fancybox-button--thumbs span {
font-size: 23px;
}
.fancybox-button--thumbs::before {
top: 20px;
left: 21px;
width: 3px;
height: 3px;
box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
right: 220px;
}
.fancybox-thumbs {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 220px;
margin: 0;
padding: 5px 5px 0 0;
background: #ffffff;
z-index: 99993;
word-break: normal;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
}
//noinspection ALL
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0;
}
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
max-width: 50%;
padding: 0;
margin: 0;
width: 105px;
height: 75px;
position: relative;
cursor: pointer;
outline: none;
border: 5px solid #ffffff;
border-top-width: 0;
border-right-width: 0;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
}
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-thumbs > ul > li:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
.fancybox-thumbs {
display: none !important;
}
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
right: 0;
}
}
/* end of slider */
//noinspection ALL
.rateit {
display: -moz-inline-box;
display: inline-block;
position: relative;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
.rateit .rateit-range {
position: relative;
display: -moz-inline-box;
display: inline-block;
outline: none;
background: url('../images/ui/star.svg') repeat-x 0 0;
background-size: 17px 16px;
}
.rateit .rateit-range * {
display: block;
}
.rateit .rateit-hover, .rateit .rateit-selected {
position: absolute;
left: 0;
background: url('../images/ui/star-active.svg') repeat-x 0 0;
background-size: 17px 16px;
}
.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
left: auto;
right: 0;
}
.rateit .rateit-hover {
background: url('../images/ui/star-active.svg') repeat-x 0 0;
background-size: 17px 16px;
}
.rateit .rateit-hover-rtl {
}
.rateit .rateit-selected {
}
.rateit .rateit-selected-rtl {
}
.rateit .rateit-preset {
}
.rateit .rateit-preset-rtl {
}
.rateit button.rateit-reset {
display: none;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
-ms-touch-action: pinch-zoom;
touch-action: pinch-zoom; /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
-ms-touch-action: auto;
touch-action: auto;
}
.mCustomScrollBox { /* contains plugin's markup */
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr;
}
.mCSB_container { /* contains the original content */
overflow: hidden;
width: auto;
height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
margin-right: 20px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
margin-right: 0;
margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
position: absolute;
width: 16px;
height: auto;
left: auto;
top: 0;
right: 0;
bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
right: auto;
left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
width: 1px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
cursor: pointer;
width: 100%;
height: 30px; /* minimum dragger height */
z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
position: relative;
width: 5px;
height: 100%;
margin: 0 auto;
text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
width: 12px; /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 8px; /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
display: block;
position: absolute;
height: 20px;
width: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
margin-right: 0;
//margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
position: absolute;
//display: none !important;
width: auto;
//height: 16px;
height: 0;
top: auto;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
}
.delivery-table .mCSB_scrollTools.mCSB_scrollTools_horizontal {
height: 16px;
z-index: 100;
visibility: visible;
}
.delivery-table .mCSB_inside > .mCSB_container {
margin-bottom: 16px;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 2px;
margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 30px; /* minimum dragger width */
height: 100%;
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 5px;
margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
height: 12px; /* auto-expanded scrollbar */
margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
height: 8px; /* auto-expanded scrollbar */
margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
display: block;
position: absolute;
width: 20px;
height: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
position: absolute;
height: auto;
width: auto;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin-right: 30px;
margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
padding-right: 30px;
padding-bottom: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
margin-right: 0;
margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
margin-right: 0; /* non-visible scrollbar */
margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: width .2s ease-out .2s, height .2s ease-out .2s,
margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
opacity .2s ease-in-out, background-color .2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
opacity: 0.75;
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
opacity: 0;
filter: "alpha(opacity=0)";
-ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
opacity: 1;
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.4);
filter: "alpha(opacity=40)";
-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: $green;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
//background-color: #ffffff;
//background-color: rgba(255, 255, 255, 0.85);
//filter: "alpha(opacity=85)";
//-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
//background-color: #ffffff;
//background-color: rgba(255, 255, 255, 0.9);
//filter: "alpha(opacity=90)";
//-ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
//background-image: url(mCSB_buttons.png); /* css sprites */
background-repeat: no-repeat;
opacity: 0.4;
filter: "alpha(opacity=40)";
-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
background-position: 0 0;
/*
sprites locations
light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
*/
}
.mCSB_scrollTools .mCSB_buttonDown {
background-position: 0 -20px;
/*
sprites locations
light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
background-position: 0 -40px;
/*
sprites locations
light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
*/
}
.mCSB_scrollTools .mCSB_buttonRight {
background-position: 0 -56px;
/*
sprites locations
light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
opacity: 0.75;
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
opacity: 0.9;
filter: "alpha(opacity=90)";
-ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 4px;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.75);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 4px;
margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.75);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 4px;
margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 6px;
margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 2px;
margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 14px;
margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
height: 14px;
margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
width: 16px; /* auto-expanded scrollbar */
height: 16px;
margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 4px; /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
height: 16px; /* auto-expanded scrollbar */
width: 16px;
margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
height: 4px; /* auto-expanded scrollbar */
margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
width: 4px;
}
//noinspection CssOptimizeSimilarProperties
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
background-color: transparent;
background-position: center;
}
//noinspection CssOptimizeSimilarProperties
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
background-repeat: repeat-y;
opacity: 0.3;
filter: "alpha(opacity=30)";
-ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
height: 4px;
margin: 6px 0;
background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
opacity: 1;
filter: "alpha(opacity=30)";
-ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
width: 8px;
background-color: #000000;
background-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #555555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 8px;
margin: 4px 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 8px;
margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
opacity: 1;
filter: "alpha(opacity=30)";
-ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
bottom: 1px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
width: 12px;
margin: 2px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #555555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
height: 12px;
width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #777777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
background-color: #ffffff;
background-color: rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
right: 0;
margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
bottom: 0;
margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
left: 0;
right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
filter: "alpha(opacity=20)";
-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.5);
filter: "alpha(opacity=50)";
-ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.2);
filter: "alpha(opacity=20)";
-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.5);
filter: "alpha(opacity=50)";
-ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
width: 6px;
background-color: #000000;
background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 6px;
margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
height: 12px;
margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
width: 12px;
background-color: #000000;
background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
margin: 3px 5px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
height: 6px;
margin: 5px 3px;
position: absolute;
width: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 12px;
margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
border-color: rgba(255, 255, 255, 0.2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
border-color: #000000;
border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #000000;
background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.9);
}
.mCS_disabled {
height: auto !important;
}
/* ---------------------------------------- */
/**
* selectize.css (v0.12.4)
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: $tableCell;
border: 0 none !important;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
//-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
//box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1;
/* fixes ie bug (see #392) */
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 28px;
top: 6px;
font-size: 23px;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 18px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
//background: #ffffff;
cursor: text;
//display: inline-block;
}
.selectize-input {
position: relative;
display: block;
width: 100%;
height: 52px;
line-height: 50px;
padding: 0 50px 0 15px;
margin: 0;
font-family: $mainFont;
font-size: 20px;
font-weight: 300;
color: $mainColor;
border: 1px solid $inputBorder;
background: $tableCell;
outline: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
//background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
//-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
//box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
//-webkit-border-radius: 3px 3px 0 0;
//-moz-border-radius: 3px 3px 0 0;
//border-radius: 3px 3px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
#service-filter .selectize-control.multi .selectize-input > div ,
#service-filter .selectize-control.multi .selectize-input > div.active {
margin: 0;
padding: 0;
background: none;
border:0;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-family: $mainFont;
font-size: 20px;
font-weight: 300;
color: $mainColor;
background: $tableCell;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
margin: -1px 0 0 0;
font-family: $mainFont;
font-size: 20px;
font-weight: 300;
color: $mainColor;
border: 1px solid $inputBorder;
border-top: 0 none;
background: $tableCell;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
//-webkit-border-radius: 1px;
//-moz-border-radius: 1px;
//border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 8px 15px 7px 15px;
font-size: 20px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #ffffff;
cursor: default;
}
.selectize-dropdown .active {
background-color: $green;
color: $white;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
-webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
height: 50px;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
position: absolute;
content: '';
top: 50%;
right: 15px;
display: block;
width: 18px;
height: 18px;
margin-top: -9px;
background: url('../images/ui/select-arrow.svg') no-repeat 50% 50%;
background-size: 18px 9px;
transition: all 0.2s;
}
.selectize-control.single .selectize-input.dropdown-active:after {
transform: rotate(180deg);
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}
/*spinner*/
.spinn-box {
position: relative;
width: 126px;
height: 32px;
padding: 0 32px;
input {
position: relative;
display: block;
width: 100%;
height: 32px;
padding: 0 10px;
margin: 0;
font-family: $mainFont;
font-size: 16px;
color: $mainColor;
border: none;
background: none;
outline: none;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
}
.ui-spinner-button {
position: absolute;
top: 0;
right: 0;
overflow: hidden;
text-align: center;
width: 32px;
height: 32px;
cursor: pointer;
z-index: 2;
background: transparent;
border: 1px solid $mainColor;
color: #5f5e58;
text-decoration: none;
&:hover {
border-color: $green;
}
&.ui-spinner-down {
left: 0;
background: transparent;
&:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
display: block;
width: 12px;
height: 2px;
background: $mainColor;
margin: -1px 0 0 -6px;
transition: all 0.2s;
}
}
&.ui-spinner-up {
&:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
display: block;
width: 12px;
height: 2px;
background: $mainColor;
margin: -1px 0 0 -6px;
transition: all 0.2s;
}
&:after {
position: absolute;
content: '';
top: 50%;
left: 50%;
display: block;
width: 2px;
height: 12px;
background: $mainColor;
margin: -6px 0 0 -1px;
transition: all 0.2s;
}
}
&.ui-spinner-down:hover {
background: $green;
&:before {
background: $white;
}
}
&.ui-spinner-up:hover {
background: $green;
&:after,
&:before {
background: $white;
}
}
}
}
/* end spinner*/
//___________end of 6. PLUGINS___________________
//___________7. RESPONSIVE__________________________
@media only screen and (min-width: 1024px) and (max-height: 1040px) {
.about-circle-holder {
.about-circle {
width: 600px;
height: 600px;
margin: -300px 0 0 -300px;
.circle-holder {
&.circle-b {
left: 50%;
top: 50%;
width: 480px;
height: 480px;
margin: -240px 0 0 -240px;
}
}
.circle-text-holder {
width: 570px;
height: 560px;
margin: -280px 0 0 -280px;
&.circle-text-holder-b {
width: 570px;
height: 560px;
margin: -280px 0 0 -290px;
}
}
.circle-image {
width: 440px;
height: 440px;
margin: -220px 0 0 -220px;
}
.current-circle {
width: 446px;
height: 446px;
margin: -223px 0 0 -223px;
}
}
}
}
@media only screen and (min-width: 1024px) and (max-height: 820px) {
.about-circle-holder {
.about-circle {
width: 480px;
height: 480px;
margin: -240px 0 0 -240px;
.circle-holder {
&.circle-b {
width: 400px;
height: 400px;
margin: -200px 0 0 -200px;
}
}
.circle-text-holder {
width: 463px;
height: 460px;
margin: -230px 0 0 -228px;
&.circle-text-holder-b {
width: 463px;
height: 460px;
margin: -232px 0 0 -232px;
}
}
.current-circle {
width: 374px;
height: 374px;
margin: -187px 0 0 -187px;
}
.circle-image {
width: 370px;
height: 370px;
margin: -185px 0 0 -185px;
}
}
}
}
@media only screen and (min-height: 1440px) {
/*.banner .image {
transform: scale(1.4) translate3d(0, -200px, 0);
}*/
}
//1920
@media only screen and (max-width: 1920px) {
pre {
page-break-inside: avoid;
}
}
//end of 1920
//1680
@media only screen and (max-width: 1680px) {
.info-text {
.about-circle {
float: right;
}
}
}
//end of 1680
//1480
@media only screen and (max-width: 1480px) {
.header-nav {
padding: 0 70px 0 60px;
ul {
a {
padding: 0 9px;
font-size: 18px;
[class*="icon-"] {
margin: 0 5px 0 0;
}
}
}
}
.header-phone {
font-size: 14px;
padding: 45px 0 0 0;
a.call-to {
font-size: 24px;
}
}
.header-cart {
padding: 40px 0 0 10px;
margin: 0 0 0 10px;
&:before {
top: 42px;
}
}
.header-logo {
padding: 43px 0 0 0;
svg {
width: 145px;
height: 50px;
}
}
.subnav-tabs-list li {
font-size: 18px;
}
}
//end of 1480
//1350
@media only screen and (max-width: 1350px) {
.hero-thumbs .slick-dots li {
font-size: 20px;
}
.catalogue-item .feature-icons,
.feature-icons {
.icon {
width: 68px;
}
}
}
// end of 1350
//1280
@media only screen and (max-width: 1280px) {
.product-slider-holder {
width: calc(60% - 15px);
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
height: auto !important;
}
}
.product-data {
width: calc(40% - 15px);
.green-butn,
.transparent-butn {
height: 31px;
margin: 0 0 14px 0;
font-size: 21px;
}
}
.product-price {
padding: 7px 0 5px 0;
margin: 0 0 33px 0;
span {
font-size: 33px;
margin: 0 0 0 34px;
}
}
.product-main-slider {
float: none;
width: 100%;
}
.product-slider-thumbs {
float: none;
width: 100%;
.slick-dots {
position: relative;
padding: 10px 0 0 0;
border-bottom: 1px solid $mainColor;
li {
display: inline-block;
vertical-align: top;
width: 64px;
margin: 0 4px 10px 4px;
}
}
}
.preview-links {
margin: 0 0 50px 0;
.preview-link {
margin: 0 0 0 60px;
}
svg {
width: 44px;
height: 44px;
fill: $mainColor;
}
.icon {
position: relative;
float: left;
width: 44px;
height: 44px;
margin: 0 15px 0 0;
}
.progress {
width: 44px;
height: 44px;
svg {
width: 44px;
height: 44px;
}
circle {
stroke-width: 2px;
}
#bar {
stroke-dasharray: 227;
stroke-dashoffset: 227;
}
}
span {
margin: 14px 0 0 0;
}
}
.catalogue-item {
.item-content {
max-width: 470px;
}
.item-image {
width: calc(100% - 520px);
}
}
.category-series-content {
.frame {
padding: 54px 30px 30px 30px;
}
}
.accordion-title {
padding: 22px 15px 18px 0;
font-size: 21px;
&.active {
padding-left: 61px;
}
&:hover {
padding-left: 61px;
}
.accordion-icon {
left: 7px;
}
}
.service-search-item:first-child,
.service-search-item {
float: none;
width: 100%;
max-width: 640px;
margin: 0 auto 30px auto;
}
.consumables-section {
font-size: 14px;
.image {
width: 130px;
}
}
.counters {
&-item {
width: calc(33.333% - 20px);
&:nth-child(5n + 1) {
margin-left: 30px;
}
&:nth-child(3n + 1) {
margin-left: 0;
clear: both;
}
}
}
.header-nav {
ul {
a {
padding: 0 8px;
font-size: 15px;
}
}
}
.subnav-tabs-list li {
font-size: 15px;
}
}
// end of 1280
//1180
@media only screen and (max-width: 1180px) {
.info-text .about-circle {
width: 600px;
height: 600px;
margin: 60px auto 0 auto;
.current-circle {
width: 446px;
height: 446px;
margin: -223px 0 0 -223px;
}
.circle-holder {
&.circle-b {
left: 50%;
top: 50%;
width: 480px;
height: 480px;
margin: -240px 0 0 -240px;
}
}
.circle-text-holder {
width: 570px;
height: 560px;
margin: -280px 0 0 -280px;
&.circle-text-holder-b {
width: 570px;
height: 560px;
margin: -280px 0 0 -280px;
}
}
.circle-image {
width: 440px;
height: 440px;
margin: -220px 0 0 -220px;
}
}
.contacts-column {
float: right;
width: calc(50% - 15px);
&:first-child {
float: left;
}
.column-content {
max-width: 100%;
}
}
.info-thumbs .slick-dots li {
font-size: 20px;
}
.header-nav .header-search input.text-input {
font-size: 16px;
}
.header-nav {
ul {
a {
padding: 0 5px;
font-size: 14px;
}
}
}
.subnav-tabs-list li {
font-size: 14px;
}
.header-phone {
font-size: 12px;
padding: 49px 0 0 0;
a.call-to {
font-size: 18px;
}
header.fixed & {
padding: 27px 0 0 0;
}
}
}
//end of 1180
//1024
@media only screen and (min-width: 1024px) {
header {
&.fixed {
height: 76px;
box-shadow: 0 1px 7px rgba($black, 0.25);
&.with-bottom-nav {
box-shadow: 0 0 0 transparent;
}
.desktop-subnav {
//height: calc(100vh - 76px);
}
.desktop-subnav.about-desktop-subnav {
height: auto;
}
.header-logo {
padding: 10px 0 0 0;
svg {
width: 145px;
height: 50px;
}
}
.header-nav {
top: 18px;
}
.header-cart {
padding: 10px 0 0 17px;
&:before {
top: 13px;
}
}
.header-cart-close {
top: 76px;
}
.header-phone {
padding: 28px 0 0 0;
span {
@include hidden;
}
}
.subnav-content {
height: calc(100vh - 250px);
}
}
}
.show-on-mobile {
display: none;
}
.banner {
height: 1000px;
&-frame {
height: 1050px;
}
&.fixed .banner-holder {
position: fixed;
}
.banner-text {
padding: 100px 30px 0 30px;
}
}
}
@media only screen and (min-width: 1181px) {
header {
&.fixed {
.header-phone {
padding: 24px 0 0 0;
}
}
}
}
@media only screen and (max-width: 1023px) {
.mobile-nav,
.mobile-nav-btn,
.mobile-nav-close {
display: block;
}
.main {
padding-top: 48px;
}
.inner {
padding: 0 15px;
&.with-slider {
padding: 0 5px;
}
}
header {
height: 48px;
}
.header-logo {
padding: 12px 0 0 0;
svg {
width: 82px;
height: 28px;
}
}
.header-right {
position: relative;
z-index: 2;
float: right;
&:after {
display: block;
content: '';
clear: both;
}
}
header.fixed .header-phone,
.header-phone {
padding: 15px 0 0 0;
.desktop-phone {
display: none;
}
.mobile-phone {
display: block;
}
}
.header-cart {
padding: 15px 0 0 10px;
margin: 0 0 0 10px;
&:before {
top: 15px;
height: 27px;
}
& > a {
width: 21px;
height: 26px;
font-size: 13px;
& > span {
padding: 11px 0 0 0;
}
}
svg {
width: 21px;
height: 26px;
}
}
.header-cart-close {
top: 48px;
}
.desktop-subnav,
.header-nav {
display: none;
}
.hero {
.slide-holder {
height: auto;
min-height: 0;
.image {
position: relative;
height: auto;
img {
position: relative;
top: 0;
left: 0;
min-width: 100%;
min-height: 0;
max-width: 100%;
width: 100%;
transform: translate(0, 0);
background-size: auto;
}
}
}
}
.info {
.column {
font-size: 16px;
line-height: 22px;
width: calc(50% - 15px);
}
&-title {
font-size: 18px;
}
}
.info-text {
background: $grayBg;
padding: 40px 15px 40px 15px;
.info-circle {
background: $grayBg url('../images/wave-gray.png') no-repeat 50% 50%;
background-size: contain;
}
}
.info-thumbs {
.slick-dots {
li {
font-size: 18px;
}
}
}
.hero-thumbs {
.slick-dots {
li {
padding: 9px 0 8px 0;
font-size: 18px;
}
}
}
.hero .slide-text {
position: relative;
left: 0;
bottom: 0;
padding: 0 0 20px 0;
text-align: center;
}
.about-circle-holder {
height: auto;
min-height: 0;
padding: 20px 0;
.about-circle {
position: relative;
top: 0;
left: 0;
margin: 0 auto;
}
}
.info-text .about-circle,
.about-circle {
width: 600px;
height: 600px;
margin: 60px auto 0 auto;
.current-circle {
width: 446px;
height: 446px;
margin: -223px 0 0 -223px;
}
.circle-holder {
&.circle-b {
left: 50%;
top: 50%;
width: 480px;
height: 480px;
margin: -240px 0 0 -240px;
}
}
.circle-text-holder {
width: 570px;
height: 560px;
margin: -280px 0 0 -280px;
&.circle-text-holder-b {
width: 570px;
height: 560px;
margin: -283px 0 0 -288px;
}
}
.circle-image {
width: 440px;
height: 440px;
margin: -220px 0 0 -220px;
}
}
.info-text {
height: auto;
padding: 64px 0 40px 0;
background-size: contain;
.about-circle {
float: none;
margin: 0 auto;
}
.inner {
max-width: 1610px;
}
.info-text-holder {
position: relative;
padding: 0 0 20px 0;
max-width: 100%;
font-size: 17px;
}
.title {
padding: 0 0 10px 0;
font-size: 34px;
text-align: center;
}
}
.product-slider-holder {
float: none;
width: 100%;
}
.product-data {
float: none;
width: 100%;
}
.hide-on-mobile,
.product-name {
display: none;
}
.show-on-mobile,
.mobile-product-name {
display: block;
}
.product-main-slider {
float: none;
width: 100%;
}
.product-slider-thumbs {
float: none;
width: 100%;
.slick-dots {
position: relative;
padding: 10px 0 0 0;
border-bottom: 1px solid $mainColor;
li {
display: inline-block;
vertical-align: top;
width: 64px;
margin: 0 4px 10px 4px;
}
}
}
.feature-icons {
padding: 30px 0 15px 0;
text-align: center;
.icon {
float: none;
display: inline-block;
vertical-align: top;
width: 87px;
margin: 0 3px 12px 3px;
}
}
.preview-links {
margin: 0 0 50px 0;
.preview-link {
margin: 0 0 0 60px;
}
svg {
width: 44px;
height: 44px;
fill: $mainColor;
}
.icon {
position: relative;
float: left;
width: 44px;
height: 44px;
margin: 0 15px 0 0;
}
.progress {
width: 44px;
height: 44px;
svg {
width: 44px;
height: 44px;
}
circle {
stroke-width: 2px;
}
#bar {
stroke-dasharray: 227;
stroke-dashoffset: 227;
}
}
span {
margin: 14px 0 0 0;
}
}
.manual-item {
.download-butn {
opacity: 1;
}
.file-type {
text-align: center;
svg {
margin: 0 10px 0 0;
}
}
}
.page-anchors.fixed {
top: 48px;
}
.catalogue-item {
padding-top: 30px;
&:first-child {
padding-top: 0;
}
.inner {
padding: 0;
}
&:hover {
background: none;
}
.item-content {
max-width: 100%;
padding: 0 15px 65px 15px;
}
.title {
padding: 0 0 30px 0;
font-size: 38px;
font-weight: 400;
}
.text {
padding: 0 0 20px 0;
}
.list {
margin: 56px 0 0 0;
li {
padding: 0 0 6px 0;
list-style: disc inside;
a {
color: $mainColor;
&:hover {
color: $linkColor;
}
}
}
}
.mobile-title {
display: block;
}
.desktop-title {
display: none;
}
.item-image {
position: relative;
width: 100%;
height: auto;
padding: 0 0 0 0;
.page-row.positioned {
position: relative;
display: block;
max-width: 700px;
margin: 0 auto;
}
}
.item-bg {
display: none;
}
.page-cell {
padding: 0;
text-align: center;
display: block;
}
&.blue-color {
.item-image {
background: url('../images/ui/catalogue-item-bg-blue.png') no-repeat right 30%;
background-size: auto 100%;
}
}
&.green-color {
.item-image {
background: url('../images/ui/catalogue-item-bg-green.png') no-repeat right 30%;
background-size: auto 100%;
}
}
&.yellow-color {
.item-image {
background: url('../images/ui/catalogue-item-bg-yellow.png') no-repeat right 30%;
background-size: auto 100%;
}
}
.technology {
max-width: 463px;
margin: 38px 0 0 0;
.label {
padding: 46px 0 0 0;
width: 81px;
}
.icon {
position: relative;
float: left;
width: 90px;
margin: 0 10px 0 0;
}
}
}
.page-anchors {
display: none;
}
.page-title {
position: relative;
z-index: 20;
border: none;
text-align: center;
background: none !important;
&.with-anchors {
padding-bottom: 0;
}
}
.banner .banner-text {
padding: 100px 15px 0 15px;
}
.category-section {
padding-top: 30px;
border-bottom: 1px solid $lightBorder;
.catalogue-item {
.inner {
min-height: 0;
}
.item-content {
padding: 20px 15px 39px 15px;
border-top: 1px solid $mainColor;
}
.item-image {
padding: 0 0 15px 0;
}
&.blue-color,
&.green-color,
&.yellow-color {
.item-image {
background: none;
}
}
}
}
.category-series {
min-height: 0;
.image {
display: none;
}
}
.category-series-content {
float: none;
width: 100%;
color: $lightColor;
.frame {
max-width: 100%;
padding: 11px 15px 20px 15px;
}
.title {
padding: 0 0 21px 0;
font-size: 20px;
text-align: center;
}
}
.contacts-image {
padding: 0;
}
.contacts-column {
float: none;
width: 100%;
padding: 0 0 100px 0;
&:first-child {
float: none;
}
.column-content {
max-width: 543px;
margin: 0 auto;
}
.title {
padding: 0 0 12px 0;
font-size: 23px;
font-weight: 400;
text-align: center;
}
.page-cell {
padding: 17px 0;
&:first-child {
width: 62px;
}
}
.site-link a {
display: block;
}
}
.content-search {
margin: 0 0 30px 0;
input.text-input {
height: 47px;
width: calc(100% - 46px);
}
.submit-butn {
width: 46px;
height: 47px;
span {
display: none;
}
svg {
top: -2px;
width: 16px;
height: 16px;
margin: 0;
}
&:before {
top: 5px;
height: 37px;
}
}
}
.accordion {
margin: 0 0 30px 0;
}
.accordion-title {
padding-left: 61px;
background: $tableCell;
.accordion-icon {
opacity: 1;
}
}
.accordion-content {
padding: 23px 0 30px 0;
}
.preview-text {
padding-top: 0;
.text-holder {
padding: 0 0 42px 0;
margin: 0 0 50px 0;
border-bottom: 1px solid $mainColor;
&:after {
display: block;
content: '';
clear: both;
}
}
.column {
float: none;
width: 100%;
&:first-child {
float: none;
}
}
}
.order-title {
padding: 63px 0 24px 0;
font-size: 33px;
}
.order-section-title {
display: none;
}
.order-section {
position: relative;
&:after {
display: block;
content: '';
clear: both;
}
.column {
float: none;
width: 100%;
max-width: 768px;
margin: 0 auto;
padding: 0 10px;
&.two-columns {
width: 100%;
}
}
input.text-input,
textarea.textarea-field {
padding-left: 11px;
padding-right: 11px;
}
.input-line {
margin: 0 0 20px 0;
}
}
.cart {
.order-title {
padding: 40px 0;
}
.order-section .inner {
padding: 0;
}
}
.spinn-box {
width: 109px;
}
.cart-table {
.inner {
padding: 0;
}
table {
//border-collapse: separate;
}
tr {
position: relative;
display: block;
border-bottom: 1px solid $mainFont;
}
td {
display: block;
width: 100%;
padding: 10px 10px 10px 10px;
vertical-align: middle;
background: $tableCell;
border-bottom: none;
text-align: center;
transition: all 0.2s;
&:after {
display: block;
content: '';
clear: both;
}
&:nth-child(2),
&:nth-child(3) {
text-align: left;
}
span {
font-weight: 600;
}
}
tr:hover {
td {
background: $tableCell;
}
}
thead {
display: none;
}
.checkbox,
.spinn-box {
float: left;
margin: 0;
}
.label-text,
.cell-name {
float: left;
width: 190px;
padding: 8px 0 0 0;
text-align: left;
font-weight: 400;
}
.close-butn {
position: absolute;
top: 17px;
right: 15px;
margin: 0 auto;
}
tbody {
tr:last-child td:last-child,
td:last-child {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 57px;
background: $removeBg;
border-top: 1px solid $mainColor;
}
tr:last-child td:first-child,
td:first-child {
position: absolute;
top: 0;
left: 0;
z-index: 3;
width: 28px;
height: 57px;
padding: 0;
line-height: 56px;
background: $removeBg;
border-top: 1px solid $mainColor;
&:before {
position: absolute;
content: '';
top: 4px;
right: -1px;
display: block;
width: 1px;
height: 49px;
background: $lightBorder;
}
}
td:nth-child(2) {
padding: 57px 10px 0 10px;
background: $cartImage;
img {
display: block;
width: 100%;
max-width: 320px;
margin: 0 auto;
}
}
td:nth-child(3) {
font-weight: 400;
}
td:nth-child(4) {
text-align: left;
border-bottom: 1px solid $mainColor;
}
td:nth-child(7) {
text-align: left;
background: $removeBg;
border-top: 1px solid $mainColor;
border-bottom: 20px solid $white;
}
}
.total-label {
display: inline-block;
}
tfoot {
th {
display: block;
width: 100%;
text-align: center;
&:last-child {
display: none;
}
span {
font-size: 33px;
margin: 0 0 0 15px;
}
}
}
}
.service {
position: relative;
padding: 0 0 50px 0;
&:after {
display: block;
content: '';
clear: both;
}
}
.service-top {
padding: 20px 0 100px 0;
&:after {
display: block;
content: '';
clear: both;
}
.text {
float: none;
width: 100%;
max-width: 768px;
margin: 0 auto 30px auto;
}
.content {
float: none;
width: 100%;
max-width: 100%;
}
}
.about-block-top {
padding-top: 0;
}
}
//end of 1024
//960
@media only screen and (max-width: 960px) {
.hero-thumbs .slick-dots li {
font-size: 16px;
}
.service-search {
padding: 20px 0;
}
.service-search-result {
padding: 0;
border-top: 1px solid $lightBorder;
thead {
display: none;
}
td {
display: block;
width: 100%;
padding: 30px 0;
font-size: 16px;
&:first-child {
border: none;
padding-bottom: 0;
}
}
.name {
padding: 0 0 10px 0;
font-weight: 400;
text-transform: uppercase;
}
li {
font-size: 16px;
}
table {
margin: 0 0 46px 0;
}
}
.centered-butn {
font-size: 23px;
}
.technology {
padding: 0;
&-column {
float: none;
width: 100%;
max-width: 100%;
margin: 0 0 20px 0;
font-size: 16px;
&:first-child {
float: none;
}
}
&-title {
padding: 0 0 22px 0;
font-size: 23px;
font-weight: 400;
text-align: center;
text-transform: none;
}
&-top {
padding: 0 0 96px 0;
}
&-nav {
margin: 56px 0 0 0;
&-label {
//padding: 29px 0 0 0;
width: 114px;
}
&-item {
//height: 130px;
padding: 10px;
font-size: 14px;
}
.image {
width: 80px;
height: 70px;
margin: 0 auto 10px auto;
}
&-slider {
width: calc(100% - 114px);
}
}
&-section {
border-top: 1px solid $green;
&-content {
padding: 46px 0 80px 0;
}
&-icon {
width: 105px;
height: 125px;
.icon-image {
padding: 0 10px;
margin: 4px 0 1px 0;
}
}
&-banner {
height: 190px;
}
}
&-thumbs {
max-width: 460px;
padding: 18px 0 70px 0;
margin: 0 auto 15px auto;
}
&-links {
padding: 0 0 3px 0;
p {
padding: 0 0 25px 0;
}
li {
padding: 0 0 9px 0;
}
}
&-figure {
margin: 32px 0 34px 0;
text-align: center;
img {
display: inline-block;
}
}
&-app {
padding: 27px 0 0 0;
}
&-accessories {
padding: 22px 0 20px 0;
position: relative;
.technology-title {
padding: 0 0 35px 0;
}
&-section {
padding: 0 0 17px 0;
}
}
}
.product-info .tabs-holder {
display: none;
}
.product-tabs-content {
display: block !important;
}
.product-accordion-content {
display: none;
}
.product-accordion-title {
display: block;
}
.history {
padding: 0 0 50px 0;
&-title {
padding: 0;
}
&-section {
padding: 40px 0 15px 0;
&-event {
width: calc(50% - 40px);
margin: 0 0 40px 0;
}
}
}
.history-event {
&-title {
font-size: 16px;
font-weight: 400;
padding: 22px 10px 16px 10px;
.icon {
position: absolute;
top: 3px;
left: -65px;
width: 50px;
height: 50px;
&-image {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
transition: all 0.2s;
}
span {
top: 18px;
right: 130%;
}
}
}
&-content {
padding: 30px 10px 22px 10px;
font-size: 16px;
}
&-manufacture{
padding: 15px 0 0 0;
figure {
float: none;
width: 100%;
padding: 0 0 15px 0;
}
address {
float: none;
width: 100%;
padding: 15px 0 0 0;
border-left: none;
border-top: 1px solid $lightBorder;
}
}
&.reverse-event {
.history-event-title {
.icon {
left: auto;
right: -65px;
span {
right: auto;
left: 130%;
}
}
}
}
}
}
//end of 960
//768
@media only screen and (max-width: 768px) {
.info-thumbs .slick-dots li span,
.hero-thumbs .slick-dots li span {
display: none;
}
.info-thumbs .inner {
padding: 0;
}
.hero-thumbs {
border-top: none;
border-bottom: none;
.inner {
padding: 0;
}
.slick-dots li {
padding: 0;
border-bottom: 1px solid $mainColor;
}
}
.info-slide-text {
padding: 40px 0;
}
.info-thumbs {
border-top: none;
border-bottom: none;
.slick-dots li {
border-bottom: 1px solid $mainColor;
&:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
display: block;
width: 100%;
height: 3px;
background: $green;
opacity: 0;
transition: all 0.2s;
}
&.slick-active:before {
opacity: 1;
}
}
}
.info {
.column:first-child,
.column {
float: none;
font-size: 16px;
line-height: 22px;
width: auto;
}
}
.hero {
position: relative;
&:after {
display: block;
content: '';
clear: both;
}
.slide {
position: relative;
img {
position: relative;
z-index: 1;
}
}
.slide-text {
.column {
font-size: 13px;
span {
font-size: 38px;
line-height: 38px;
}
&:first-child {
text-align: right;
font-size: 16px;
span {
font-size: 30px;
}
}
}
}
}
.about {
padding: 0 0 50px 0;
background: $grayBg;
}
.tabs-holder {
padding: 0;
ul {
display: table;
width: 100%;
}
li {
padding-left: 15px;
padding-right: 15px;
display: table-cell;
font-size: 16px;
}
}
.info-text {
height: auto;
padding: 20px 0 20px 0;
}
.banner {
.inner {
height: 568px;
}
.banner-text {
position: relative;
top: 0;
left: 0;
&.right-position {
left: auto;
top: auto;
right: 0;
bottom: 0;
text-align: left;
}
}
.title {
padding: 0 0 5px 0;
font-size: 33px;
}
p {
display: none;
}
}
a.details {
font-size: 16px;
.right-position & {
padding: 0 0 0 12px;
&:before {
left: 0;
right: auto;
}
}
}
.footer-nav {
display: none;
}
.footer-info {
float: none;
padding: 0 0 20px 0;
font-size: 12px;
text-align: center;
}
.footer-socials {
position: relative;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: auto;
padding: 20px 0 20px 0;
a {
display: inline-block;
vertical-align: top;
margin: 0 3px;
}
[class*="icon-"] {
width: 27px;
height: 27px;
}
}
.footer-bottom {
padding: 22px 15px;
}
.footer-copyright {
font-size: 11px;
}
.breadcrumbs {
position: relative;
padding: 0;
margin: 0 0 10px 0;
border-top: 1px solid $lightCircle;
&:after {
display: block;
content: '';
clear: both;
}
.inner {
padding: 0;
}
li {
float: none;
padding: 3px 15px 2px 15px;
border-bottom: 1px solid $lightCircle;
text-align: center;
font-size: 12px;
&:before {
display: none;
}
}
}
.header-cart-dropdown {
width: 298px;
padding: 32px 15px 15px 15px;
.title {
padding: 0 0 20px 0;
font-size: 18px;
}
.green-butn,
.transparent-butn {
font-size: 15px;
}
}
.header-cart-product {
position: relative;
margin: 0 0 20px 0;
.name {
font-size: 16px;
transition: all 0.2s;
}
}
.close-butn {
position: absolute;
top: 15px;
right: 15px;
width: 20px;
height: 20px;
svg {
width: 20px;
height: 20px;
}
}
.page-title {
.title {
padding: 15px 0 29px 0;
font-size: 33px;
}
}
.catalogue-item {
padding-top: 38px;
&:first-child {
padding-top: 0;
}
&:hover {
background: none;
}
.item-content {
max-width: 100%;
padding: 0 15px 26px 15px;
}
.title {
padding: 0 15px 66px 15px;
font-size: 23px;
}
.text {
padding: 0 0 20px 0;
}
.list {
margin: 37px 0 0 0;
li {
padding: 0 0 3px 0;
list-style: disc inside;
a {
color: $mainColor;
&:hover {
color: $linkColor;
}
}
}
}
.item-image {
position: relative;
width: 100%;
height: auto;
padding: 0 0 40px 0;
.page-row.positioned {
position: relative;
display: block;
max-width: calc(100% - 60px);
margin: 0 auto;
}
}
.item-bg {
display: none;
}
.page-cell {
padding: 0;
text-align: center;
display: block;
}
&.blue-color {
.item-image {
background: url('../images/ui/catalogue-item-bg-blue.png') no-repeat right 30%;
background-size: auto 100%;
}
}
&.green-color {
.item-image {
background: url('../images/ui/catalogue-item-bg-green.png') no-repeat right 30%;
background-size: auto 100%;
}
}
&.yellow-color {
.item-image {
background: url('../images/ui/catalogue-item-bg-yellow.png') no-repeat right 30%;
background-size: auto 100%;
}
}
}
.section-title {
padding: 0 0 16px 0;
font-size: 23px;
font-weight: 400;
text-transform: none;
}
.manual-section {
padding: 0 0 33px 0;
.title {
padding: 0 0 36px 0;
font-size: 23px;
text-align: center;
}
}
.manual-item {
margin: 0 0 14px 0;
.name {
float: left;
width: calc(100% - 144px);
padding: 16px 10px 13px 10px;
font-size: 16px;
transition: all 0.2s;
}
.download-butn {
font-size: 16px;
width: 67px;
opacity: 1;
svg {
display: block;
margin: 9px auto 5px auto;
}
}
.file-type {
width: 67px;
right: 67px;
font-size: 12px;
svg {
display: block;
margin: 3px auto 5px auto;
}
}
}
.feedback-form {
.title {
padding: 0 0 25px 0;
font-size: 20px;
}
textarea.textarea-field {
margin: 0 0 15px 0;
}
.input-line {
float: none;
width: 100%;
margin: 0 0 15px 0;
}
.green-butn {
float: none;
width: 100%;
font-size: 22px;
}
.form-description {
padding: 30px 0 0 0;
font-size: 15px;
}
}
.service-top {
padding: 0 0 100px 0;
.info-line {
margin: 0 0 20px 0;
&:after {
display: block;
content: '';
clear: both;
}
a.call-to,
ul {
overflow: hidden;
}
}
a.call-to {
font-size: 29px;
span {
font-size: 14px;
}
}
ul {
a {
font-size: 16px;
}
}
.icon {
position: relative;
width: 56px;
height: 44px;
margin: 0 15px 0 0;
border-right: 1px solid $lightBorder;
float: left;
.icon-phone {
top: 4px;
width: 40px;
height: 40px;
fill: $green;
}
.icon-download {
top: 4px;
width: 39px;
height: 44px;
fill: $green;
}
}
.text {
margin: 0 0 45px 0;
color: $lightColor;
.title {
padding: 0 0 16px 0;
font-size: 21px;
text-align: center;
}
}
}
.documents-tab-title {
display: block;
padding: 0 0 20px 0;
text-align: center;
}
.documents-item {
margin-top: 20px;
margin-bottom: 20px;
}
.service-documents {
.tabs-holder {
display: none;
}
.horizontal-scroll {
background: $grayBg;
}
.documents-content {
margin: 0 0 20px 0;
display: block !important;
}
}
.service-search-item {
.select-holder {
float: none;
width: 100%;
}
.label {
display: none;
}
.selectize-input {
border-left: 1px solid $inputBorder;
background: $white;
}
}
.consumables-section {
padding: 22px 0 88px 0;
font-size: 16px;
.page-cell,
.page-row.positioned {
position: relative;
display: block;
}
.title {
padding: 0 0 20px 0;
font-size: 23px;
text-align: center;
}
.consumables-row {
border: none;
position: relative;
.cell {
display: block;
min-height: 0;
padding: 51px 5px 24px 5px;
text-align: center;
}
}
.row-title {
display: block;
padding: 8px 10px 4px 10px;
text-align: center;
border-top: 1px solid $lightBorder;
border-bottom: 1px solid $lightBorder;
background: $tableCell;
}
.consumables-left {
position: relative;
width: 100%;
height: auto;
}
.additional-row {
border-top: none;
}
.consumables-right {
float: none;
width: 100%;
.cell {
float: none;
width: 100%;
border-top: 1px solid $mainColor;
padding-top: 25px;
&:last-child {
padding-top: 20px;
}
}
}
.text {
margin: 0 auto;
}
ul {
max-width: 220px;
margin: 0 auto;
li {
display: inline-block;
vertical-align: top;
font-weight: 400;
}
}
.name {
margin: 0 auto;
}
.image {
margin: 0 auto 19px auto;
width: 200px;
min-height: 110px;
}
.consumables-head {
display: none;
}
}
.product-info .product-tabs-list {
padding: 0;
border-color: $lightBorder;
}
.about-block {
&-map {
padding-top: 50px;
&-description {
li {
width: auto;
font-size: 11px;
padding: 0 0 20px 10px;
&:first-child {
padding-left: 0;
}
.icon {
img {
height: auto;
max-width: 78px;
}
}
}
}
}
}
.counters {
&-item {
width: 100%;
float: none;
margin-left: 0;
margin-bottom: 40px;
&-number {
padding: 0 0 15px 0;
}
}
}
.product-blank-slide {
height: 310px;
svg {
width: 220px;
height: 174px;
}
}
}
//end of 768
//767
@media only screen and (max-width: 767px) {
.about {
padding: 0 0 20px 0;
background: $grayBg;
}
.info-text .about-circle,
.about-circle {
width: 480px;
height: 480px;
margin: 20px auto 0 auto;
.current-circle {
width: 374px;
height: 374px;
margin: -187px 0 0 -187px;
}
.circle-holder {
&.circle-b {
width: 400px;
height: 400px;
margin: -200px 0 0 -200px;
}
}
.circle-text-holder {
width: 463px;
height: 460px;
margin: -230px 0 0 -228px;
&.circle-text-holder-b {
width: 463px;
height: 460px;
margin: -233px 0 0 -235px;
}
}
.circle-image {
width: 370px;
height: 370px;
margin: -185px 0 0 -185px;
}
}
.about-dots {
.slick-dots {
li {
position: relative;
display: block;
float: left;
width: 50%;
padding: 14px 10px 4px 10px;
font-size: 16px;
}
}
}
.product-tabs {
display: block;
li {
display: block;
height: auto;
margin: 0;
padding: 8px 0 6px 0;
border-top: 1px solid $mainColor;
&:before {
//display: none;
}
}
}
.product-testimonials {
padding: 16px 0 0 0;
}
.testimonials-item {
margin: 0 0 24px 0;
.photo {
width: 64px;
height: 64px;
margin: 0 9px 0 0;
.no-photo {
padding: 10px 0 0 0;
font-size: 36px;
}
}
.name {
padding: 0 0 0 0;
font-size: 16px;
}
.rating {
margin: 0 0 10px 0;
}
.content {
padding: 18px 0 0 0;
}
.text {
margin: 0 0 12px 0;
}
&.new-testimonial {
.name {
padding: 5px 0 0 0;
}
}
}
.features-list {
padding: 30px 0 0 0;
li {
padding: 0 0 15px 0;
}
}
.content-table {
tr {
&:hover {
td {
background: $green;
color: $white;
& > span {
background: none;
}
}
}
}
th {
padding-left: 10px;
padding-right: 10px;
}
td {
background: $tableCell;
border-bottom: 10px solid $white;
font-size: 15px;
padding: 6px 0 7px 0;
color: $darkColor;
transition: all 0.2s;
& > span {
display: block;
background: none;
padding: 0 10px;
}
}
}
.product-info {
padding: 0 0 30px 0;
}
.additional-products .title {
font-size: 21px;
text-align: center;
padding: 0 10px 22px 10px;
font-weight: 300;
}
.additional-product {
padding: 0 0 46px 0;
.image {
margin: 0 0 13px 0;
}
.name {
margin: 0 0 2px 0;
}
.price {
font-size: 25px;
font-weight: 300;
}
}
.history {
&-title {
display: none;
}
&-list {
margin: 40px 0 0 0;
&:before {
left: 25px;
}
}
&-section {
padding: 60px 0 15px 65px;
&:before {
left: 25px;
}
&-event.reverse-event,
&-event {
float: none;
width: 100%;
margin: 0 0 60px 0;
}
&:first-child {
border-top: 1px solid $lightBorder;
.history-section-year {
display: block;
}
}
&-year {
top: -40px;
left: 25px;
max-width: 125px;
height: 40px;
padding: 0 0 0 15px;
font-size: 29px;
line-height: 40px;
}
}
}
.history-event {
&-title {
padding: 12px 10px 8px 10px;
.icon {
top: 50%;
left: -65px;
margin-top: -25px;
span {
display: none;
}
}
}
&-content {
padding: 15px 10px;
}
&-manufacture{
figure {
padding: 0 0 5px 0;
}
}
&.reverse-event {
.history-event-title {
&:before {
right: auto;
left: -10px;
border-left: none;
border-right: 10px solid $green;
}
.icon {
left: -65px;
right: auto;
}
}
}
&.reverse-event:hover,
&:hover {
.history-event-title {
background: $green;
color: $white;
&:before {
border-right-color: $green;
}
.icon-image {
opacity: 0;
&:first-child {
opacity: 1;
}
}
}
}
}
}
//end of 767
//540
@media only screen and (max-width: 540px) {
.info-text .about-circle,
.about-circle {
width: 290px;
height: 290px;
margin: 20px auto 0 auto;
.current-circle {
width: 260px;
height: 260px;
margin: -130px 0 0 -130px;
}
.circle-holder {
&.circle-a {
display: none;
}
&.circle-b {
left: 50%;
top: 50%;
width: 270px;
height: 270px;
margin: -135px 0 0 -135px;
}
}
.circle-text-holder {
width: 306px;
height: 296px;
margin: -148px 0 0 -150px;
&.circle-text-holder-b {
width: 306px;
height: 296px;
margin: -151px 0 0 -154px;
}
}
.circle-image {
width: 256px;
height: 256px;
margin: -128px 0 0 -128px;
}
}
.mobile-product-name {
padding: 0 15px;
font-size: 23px;
}
.product-top {
padding: 0 0 27px 0;
}
.product-data {
.description {
padding: 0 0 29px 0;
}
}
.sticker {
top: 8px;
height: 17px;
padding: 0 13px;
line-height: 16px;
font-size: 12px;
}
.preview-links {
margin: 0 0 24px 0;
text-align: center;
&:after {
display: block;
content: '';
clear: both;
}
.preview-link {
margin: 0;
float: left;
width: 50%;
}
span {
float: none;
margin: 0;
}
.icon {
float: none;
margin: 0 auto 7px auto;
}
}
.manufacturer-country {
margin: 16px 0 0 0;
.flag {
width: 20px;
margin: -4px 7px 0 0;
}
}
.series-list-item {
.page-row {
display: block;
&:after {
display: block;
content: '';
clear: both;
}
}
.page-cell {
display: block;
&:after {
display: block;
content: '';
clear: both;
}
&:nth-child(1) {
width: 140px;
float: left;
}
&:nth-child(2) {
width: auto;
padding: 25px 10px 0 10px;
overflow: hidden;
}
&:nth-child(3) {
width: auto;
text-align: left;
padding: 0 10px;
overflow: hidden;
}
}
&:hover {
.page-cell,
.page-cell:nth-child(2) {
color: $linkColor;
}
}
a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
}
.models-table {
th {
padding-left: 5px;
padding-right: 5px;
font-size: 14px;
}
td {
vertical-align: middle;
font-size: 14px;
& > span {
padding-left: 5px;
padding-right: 5px;
}
}
}
.accordion-title {
padding-top: 12px;
padding-bottom: 8px;
}
}
//end of 540
//480
@media only screen and (max-width: 480px) {
.technology-nav .image {
width: 60px;
padding: 0;
}
.technology-nav-label {
//padding: 38px 0 0 0;
font-size: 13px;
}
.modal-close-small {
width: 30px;
height: 30px;
svg {
width: 20px;
height: 20px;
}
}
.confirm-modal-content {
padding: 100px 20px 50px 20px;
font-size: 16px;
svg {
width: 101px;
height: 48px;
margin: 0 auto 50px auto;
fill: $mainColor;
}
}
}
//end of 480
//320
@media only screen and (max-width: 320px) {
}
//end of 320
//___________end of 7. RESPONSIVE___________________
//___________8. Print styles.___________________
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
pre,
blockquote {
border: 1px solid #000000;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
header,
footer {
position: static;
}
.main {
padding: 100px 0 !important;
}
}
//___________8. end of Print styles.____________