Your IP : 3.140.192.173
/* ___________1. RESET CSS____________________*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, 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: 400;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
color: #000000;
background: #ffffff;
}
body.modal-open {
overflow: hidden;
}
html {
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html.loaded {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
opacity: 1;
}
blockquote, q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
mark {
background: none;
color: inherit;
}
table {
width: 100%;
border-collapse: collapse;
border: 0;
}
img {
max-width: 100%;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: 'MagistralC';
src: url('../fonts/MagistralC.eot');
src: url('../fonts/MagistralC.eot?#iefix') format('embedded-opentype'),
url('../fonts/MagistralC.woff2') format('woff2'),
url('../fonts/MagistralC.woff') format('woff'),
url('../fonts/MagistralC.ttf') format('truetype'),
url('../fonts/MagistralC.svg#MagistralC') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro';
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: 'MyriadPro';
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');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro';
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;
}
/* ___________1. end of RESET CSS___________________*/
/* ___________2. TYPICAL ELEMENTS___________________*/
/*____________2.1. TITLES______________________*/
h1,
h2,
[class*="-name"],
[class*="-title"] {
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
}
h2 {
padding: 0 0 22px 0;
font-size: 42px;
line-height: 46px;
text-align: center;
}
h2 > mark,
[class*="-name"] > mark,
[class*="-title"] > mark {
display: block;
padding: 5px 0 0 0;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 22px;
}
.page-title h1 {
padding: 0 0 25px 0;
font-size: 42px;
}
.page-content h1 {
padding: 0 0 20px 0;
font-size: 42px;
}
.page-content h1 + p {
padding: 0 0 14px 0;
max-width: 640px;
font-size: 18px;
line-height: 24px;
color: #666666;
}
.page-section-title {
padding: 0 0 22px 0;
}
.page-section-title:after {
display: block;
content: '';
clear: both;
}
.page-section-title h2 {
float: left;
font-size: 30px;
line-height: normal;
padding: 0;
}
.page-section-title .modal-trigger {
position: relative;
float: right;
padding: 0 0 0 35px;
margin: 7px 0 0 0;
font-size: 18px;
letter-spacing: -0.01em;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.page-section-title .modal-trigger:hover {
color: #ed2a24;
}
.page-section-title .modal-trigger [class*="icon-"] {
position: absolute;
top: -2px;
left: 0;
display: block;
}
.page-section-title .modal-trigger .icon-download {
width: 24px;
height: 23px;
fill: #ed2a24;
}
/*____________2.1. end of TITLES_______________*/
/*____________2.2. LINKS_______________________*/
a {
color: #ca211d;
text-decoration: none;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
cursor: pointer;
text-decoration: underline;
}
a.mail-to,
a.call-to,
a.mail-to:hover,
a.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: #cccccc;
}
:-ms-input-placeholder {
color: #cccccc;
}
::-webkit-input-placeholder {
color: #cccccc;
}
: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: 59px;
padding: 0 15px;
margin: 0;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 18px;
font-weight: 400;
color: #444444;
border: 1px solid #cccccc;
background: #ffffff;
border-radius: 2px;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
textarea.textarea-field {
height: 159px;
padding: 16px 15px;
overflow: hidden;
resize: none;
}
textarea.textarea-field.error,
input.text-input.error {
color: #ca211d;
border: 1px solid #ca211d;
}
label.error {
position: absolute;
bottom: -20px;
left: 0;
display: block;
font-size: 14px;
line-height: 14px;
text-align: left;
color: #ca211d;
white-space: nowrap;
}
.radio,
.checkbox {
position: relative;
display: block;
float: left;
width: 31px;
height: 31px;
margin: 0 12px 0 0;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 2px;
overflow: hidden;
cursor: pointer;
}
.radio.checked:before,
.checkbox.checked:before {
position: absolute;
content: '';
top: 2px;
left: 2px;
display: block;
width: 25px;
height: 25px;
background: transparent;
border-radius: 3px;
-webkit-transition: all 0.8s;
transition: all 0.8s;
}
.radio.checked:before,
.checkbox.checked:before {
background: #ca211d;
}
.radio input,
.checkbox input {
position: absolute;
top: 0;
left: -999px;
visibility: hidden;
}
.check-label {
cursor: pointer;
}
.check-label:after {
display: block;
content: '';
clear: both;
}
.label-text {
font-size: 18px;
line-height: 34px;
color: #666666;
}
.label-text > a {
color: #000000;
font-size: 18px;
text-decoration: underline;
}
/*_____________2.3. end of FORM ELEMENTS_________*/
/*_____________2.4. MAIN CLASSES_________________*/
.page-content:after,
.header-nav:after,
.header-top:after,
header:after,
footer:after,
.main:after,
.inner:after,
.mobile-nav-items:after,
.mobile-nav-holder:after,
.modal-frame:after {
display: block;
content: '';
clear: both;
}
.inner {
position: relative;
max-width: 1270px;
margin: auto;
}
.page-holder {
position: relative;
z-index: 1;
width: 100%;
min-height: 100%;
overflow: hidden;
background: #ffffff;
}
.main {
position: relative;
z-index: 40;
display: block;
min-height: 100%;
min-width: 100%;
padding: 0 0 213px 0;
}
.hide {
opacity: 0;
}
.hide.visible {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
opacity: 1;
}
.hidden {
display: none !important;
}
.input-line {
position: relative;
}
.modal-trigger {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.image-row {
display: table;
width: 100%;
}
.image-cell {
display: table-cell;
vertical-align: middle;
width: 100%;
padding: 0 10px;
text-align: center;
}
.image-cell img {
display: inline-block;
height: auto;
}
.icon-play {
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
display: block;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.page-content {
padding: 60px 15px 100px 15px;
}
.contacts .page-content {
padding-top: 15px;
padding-bottom: 15px;
}
.page-content.wide {
padding-left: 0;
padding-right: 0;
}
.aside-column {
float: left;
width: 230px;
}
.content-column {
float: right;
width: calc(100% - 260px);
}
/*_____________2.4. end of MAIN CLASSES_________*/
/* ___________2. end of TYPICAL ELEMENTS____________*/
/*____________3. HEADER_______________________*/
header {
position: relative;
z-index: 60;
min-width: 100%;
}
.header-top {
position: relative;
z-index: 2;
min-height: 179px;
padding: 0 15px;
box-shadow: 0 5px 12px rgba(31, 34, 43, 0.5);
background: #ffffff;
}
.header-logo {
position: relative;
z-index: 1;
float: left;
width: 99px;
height: 117px;
margin: 31px 0 0 0;
}
.header-logo [class*="icon-"] {
display: block;
width: 99px;
height: 117px;
fill: #ed2a24;
}
.header-title {
position: absolute;
float: left;
left: 129px;
top: -1px;
min-width: 260px;
min-height: 120px;
padding: 30px 0 0 30px;
font-size: 24px;
border-left: 1px solid #cccccc;
}
.right-header {
position: relative;
z-index: 2;
float: right;
}
.header-controls:after,
.header-top-nav:after,
.right-header:after {
display: block;
content: '';
clear: both;
}
.gray-butn.login-butn {
float: right;
padding: 0 46px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
}
.header-top-nav {
overflow: hidden;
padding: 19px 0 0 0;
float: left;
}
.header-top-nav > li {
float: left;
margin: 0 31px 0 0;
}
.header-top-nav > li > a {
color: #000000;
text-decoration: underline;
}
.header-top-nav > li.current > a,
.header-top-nav > li > a:hover {
text-decoration: none;
color: #ed2a24;
}
.header-top-nav > li.current > a {
cursor: default;
}
.header-controls {
position: relative;
z-index: 2;
float: right;
clear: both;
margin: 32px 0 0 42px;
}
.header-controls .search-holder,
.header-controls .calculate-butn {
float: left;
width: 56px;
margin: 0 0 0 2px;
}
.header-controls [class*="butn"] .icon-search {
position: relative;
top: 0;
width: 24px;
height: 24px;
}
.header-controls [class*="butn"] .icon-calculator {
top: 9px;
width: 19px;
height: 24px;
}
.header-controls .search-butn {
position: relative;
z-index: 1;
}
.search-holder {
position: relative;
width: 60px;
}
.search-form {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 0;
opacity: 0;
visibility: hidden;
height: 60px;
background: #ffffff;
overflow: hidden;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.search-form.active {
width: 750px;
opacity: 1;
visibility: visible;
}
.search-form.content-search {
position: relative;
width: 100%;
max-width: 490px;
opacity: 1;
visibility: visible;
}
input.header-search-input {
position: relative;
display: block;
float: left;
width: calc(100% - 60px);
height: 58px;
padding: 0 15px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: 400;
color: #444444;
border: 1px solid #b3b3b3;
background: #ffffff;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.content-search input.header-search-input {
font-style: italic;
}
.header-nav {
position: relative;
z-index: 1;
height: 60px;
padding: 0 15px;
background: #43464f;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
.header-nav > .inner > ul {
height: 60px;
text-align: justify;
}
.header-nav > .inner > ul:after {
display: inline-block;
content: '';
width: 100%;
}
.header-nav > .inner > ul > li {
position: relative;
display: inline-block;
height: 60px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 56px;
text-align: center;
}
.header-nav > .inner > ul > li > a {
position: relative;
z-index: 2;
display: block;
height: 60px;
color: #ffffff;
}
.header-nav > .inner > ul > li > a:hover {
text-decoration: none;
}
.header-nav > .inner > ul > li:before {
position: absolute;
content: '';
bottom: 110%;
left: -30px;
display: block;
width: calc(100% + 60px);
height: 100%;
background: #ed2b24;
background: linear-gradient(to top, #ad1817 0%, #ad1817 2%, #ed2b24 100%);
-webkit-transform: skewX(-18deg);
transform: skewX(-18deg);
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.header-nav > .inner > ul > li.current:before,
.header-nav > .inner > ul > li:hover:before {
bottom: 0;
}
.header-nav > .inner > ul > li > ul {
position: absolute;
top: 100%;
left: 50%;
opacity: 0;
visibility: hidden;
width: 330px;
padding: 20px 10px 20px 38px;
margin-left: -165px;
background: #4d4f58;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.header-nav > .inner > ul > li:hover > ul {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
}
.header-nav > .inner > ul > li > ul ul {
padding: 5px 20px;
display: none;
}
.header-nav > .inner > ul > li > ul li {
margin: 0 0 0 0;
height: auto;
line-height: normal;
text-align: left;
}
.header-nav > .inner > ul > li > ul li > a {
display: block;
height: auto;
line-height: normal;
font-size: 16px;
padding: 10px 0 8px 0;
color: #ffffff;
text-align: left;
font-family: "MyriadPro", Arial, Helvetica, sans-serif;
}
.header-nav > .inner > ul > li > ul li > a:hover {
text-decoration: none;
color: #ed2a24;
}
.header-nav > .inner > ul > li > ul ul > li > a {
padding: 6px 0 4px 0;
}
/*mobile nav*/
.mobile-header {
position: fixed;
left: 0;
right: 0;
top: -10px;
display: none;
width: 100%;
padding: 10px 0 0 0;
height: 68px;
background: #43464f;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
.mobile-header:after {
display: block;
content: '';
clear: both;
}
.mobile-header .header-logo {
position: absolute;
top: 6px;
left: 50%;
z-index: 10;
width: 69px;
height: 82px;
margin: 0 0 0 -34px;
}
.mobile-header .header-logo [class*="icon-"] {
width: 69px;
height: 82px;
}
.mobile-header-control {
position: relative;
float: left;
width: 65px;
height: 58px;
border-right: 1px solid #7c7e85;
cursor: pointer;
text-align: center;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.mobile-header-control.right-control {
float: right;
border-right: none;
border-left: 1px solid #7c7e85;
}
.mobile-header-control [class*="icon-"] {
position: relative;
display: inline-block;
fill: #ffffff;
}
.mobile-header-control .icon-calculator {
top: 17px;
width: 19px;
height: 24px;
}
.mobile-header-control .icon-key {
top: 14px;
width: 27px;
height: 26px;
}
.mobile-header-control .icon-phone-2 {
top: 16px;
width: 24px;
height: 22px;
}
.mobile-nav-btn:before {
position: absolute;
content: '';
bottom: 0;
right: 3px;
z-index: 1;
display: block;
width: 53px;
height: 56px;
background-color: #fbfbfb;
opacity: 0;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.mobile-nav-btn.active:before {
opacity: 1;
}
.mobile-nav-btn > div {
position: absolute;
top: 28px;
left: 22px;
z-index: 2;
display: block;
width: 24px;
height: 2px;
background: #ffffff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.mobile-nav-btn > div:after,
.mobile-nav-btn > div:before {
position: absolute;
left: 0;
display: block;
content: '';
width: 100%;
height: 2px;
background: #ffffff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.mobile-nav-btn > div:before {
top: -9px;
}
.mobile-nav-btn > div:after {
top: 9px;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
opacity: 1;
}
.mobile-nav-btn.active > div {
background: #ca211d;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.mobile-nav-btn.active > div:before {
background: #ca211d;
-webkit-transform: rotate(-90deg) translate(-9px, 0);
transform: rotate(-90deg) translate(-9px, 0);
}
.mobile-nav-btn.active > div:after {
-webkit-transform: rotate(90deg) translate(-6px, 0);
transform: rotate(90deg) translate(-6px, 0);
opacity: 0;
}
.mobile-nav {
position: absolute;
top: 58px;
left: 8px;
width: calc(100% - 16px);
max-width: 464px;
height: 0;
background: #fbfbfb;
box-shadow: 0 8px 10px rgba(0, 0, 0, 0);
z-index: 8;
overflow-y: auto;
overflow-x: hidden;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.mobile-nav.active {
height: calc(100vh - 66px);
box-shadow: 0 8px 10px rgba(0, 0, 0, 0.35);
}
.mobile-nav-holder {
position: relative;
}
.search-box {
height: 59px;
margin: 54px 31px 0 31px;
background: #fdfdfd;
border: 1px solid #d7d7d7;
}
.search-box:after {
display: block;
content: '';
clear: both;
}
.search-butn {
float: right;
width: 60px;
height: 57px;
}
.search-butn .icon-search {
position: relative;
display: inline-block;
width: 24px;
height: 24px;
}
.search-input {
float: left;
position: relative;
display: block;
width: calc(100% - 60px);
height: 57px;
padding: 0 13px;
margin: 0;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: 400;
color: #000000;
border: none;
background: #fdfdfd;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.mobile-nav-list {
position: relative;
padding: 3px 0 0 0;
}
.mobile-nav-list > li {
position: relative;
background: #fdfdfd;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.mobile-nav-list > li.active {
background: #7e8188;
}
.mobile-nav-list > li a {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.mobile-nav-list > li > a {
color: #000000;
height: 78px;
margin: 0 31px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 30px;
line-height: 80px;
border-bottom: 1px solid #e8e5e6;
}
.mobile-nav-list > li.active > a {
border-color: #78787f;
}
.mobile-nav-list > li > a {
display: block;
}
.mobile-nav-list > li a:hover {
text-decoration: none;
}
.mobile-nav-list > li > ul {
display: none;
padding: 20px 31px;
}
.mobile-nav-list > li > ul ul {
display: none;
padding: 16px 20px 0 20px;
}
.mobile-nav-list > li ul li {
padding: 0 0 20px 0;
}
.mobile-nav-list > li ul li li {
padding: 20px 0 0 0;
}
.mobile-nav-list > li ul li li:first-child {
padding-top: 0;
}
.mobile-nav-list > li ul a {
color: #ffffff;
display: block;
}
.mobile-nav-list > li ul li.active > a {
color: #000000;
}
/* end of mobile nav*/
/*____________3. end of HEADER___________________*/
/*____________4. FOOTER_______________________*/
footer {
position: absolute;
bottom: 0;
left: 0;
z-index: 50;
width: 100%;
min-height: 213px;
padding: 0 15px 0 15px;
background: #ffffff;
}
footer > .inner {
padding: 32px 0 20px 0;
border-top: 1px solid #e2e2e2;
}
.footer-left {
float: left;
}
.footer-right {
float: right;
}
.footer-social:after,
.footer-nav:after,
.footer-right:after,
.footer-left:after {
display: block;
content: '';
clear: both;
}
.footer-logo {
float: left;
width: 47px;
height: 59px;
margin: 8px 30px 0 0;
}
.footer-logo [class*="icon-"] {
width: 47px;
height: 59px;
fill: #ed2a24;
}
.footer-nav {
float: left;
min-height: 82px;
padding: 5px 0 0 20px;
border-left: 1px solid #e2e2e2;
}
.footer-nav ul {
float: left;
margin: 0 46px 0 0;
}
.footer-nav li {
margin: 10px 0 0 0;
}
.footer-nav li:first-child {
margin: 0;
}
.footer-nav li > a {
color: #000000;
}
footer .phone-box {
clear: both;
padding: 10px 0 15px 0;
}
.footer-social {
position: relative;
text-align: right;
font-size: 14px;
}
.footer-social > span {
float: left;
position: relative;
top: 4px;
display: inline-block;
vertical-align: middle;
}
.footer-social > a {
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
margin: 0 0 0 10px;
text-align: center;
background: #4c4c4c;
border-radius: 13px;
}
.footer-social > a:hover {
background: #ed2a24;
}
.footer-social [class*="icon-"] {
position: relative;
display: inline-block;
fill: #ffffff;
}
.footer-social .icon-facebook {
top: 5px;
width: 14px;
height: 14px;
}
.footer-social .icon-instagram {
top: 5px;
width: 14px;
height: 14px;
}
.footer-social .icon-youtube {
top: 3px;
width: 14px;
height: 16px;
}
.footer-social .icon-vk {
top: 5px;
width: 18px;
height: 14px;
}
.footer-social .icon-odnoklassniki {
top: 3px;
width: 11px;
height: 17px;
}
.footer-social .feedback-btn {
position: absolute;
right: 111%;
top: 4px;
white-space: nowrap;
}
.footer-info a,
.footer-social .feedback-btn a {
color: #000000;
text-decoration: underline;
}
.footer-info a:hover,
.footer-social .feedback-btn a:hover {
text-decoration: none;
}
.footer-info {
position: absolute;
bottom: 1px;
left: 0;
font-size: 14px;
}
.footer-info > span,
.footer-info > a {
display: inline-block;
margin: 0 0 0 10px;
}
/*____________4. end of FOOTER___________________*/
/*___________5. MAIN CONTENT_________________________*/
/*buttons*/
[class*="-butn"] {
position: relative;
display: block;
padding: 0;
margin: 0;
height: 58px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
color: #ffffff;
text-align: center;
border: none;
cursor: pointer;
outline: none;
overflow: hidden;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
[class*="-butn"] svg,
[class*="-butn"] > span {
position: relative;
z-index: 2;
}
a[class*="-butn"] {
line-height: 56px;
}
[class*="-butn"]:hover {
text-decoration: none;
}
[class*="-butn"]:before {
position: absolute;
content: '';
bottom: 110%;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
[class*="-butn"]:hover:before {
bottom: 0;
}
.gray-butn {
background: #767881;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
.red-butn {
background: #ed2b24;
background: linear-gradient(to top, #ad1817 0%, #ad1817 2%, #ed2b24 100%);
}
.white-butn {
padding: 0 20px 0 20px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
font-size: 18px;
color: #ca211d;
background: #ffffff;
border: 1px solid #b4b4b4;
text-align: left;
}
.gray-butn:before {
background: #ed2b24;
background: linear-gradient(to top, #ad1817 0%, #ad1817 2%, #ed2b24 100%);
}
.red-butn:before {
background: #767881;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
[class*="-butn"] [class*="icon-"] {
position: relative;
display: inline-block;
fill: #ffffff;
}
.button-arrow {
position: relative;
top: -1px;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 14px;
margin: 0 0 0 5px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
[class*="-butn"]:hover .button-arrow {
width: 70px;
}
.button-arrow:before {
position: absolute;
content: '';
top: 6px;
left: 0;
display: block;
width: 100%;
height: 2px;
background: #ffffff;
}
.button-arrow:after {
position: absolute;
content: '';
top: 1px;
right: 0;
display: block;
width: 12px;
height: 12px;
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
a.banner-butn,
.banner-butn {
height: 68px;
padding: 0 30px;
color: #ca211d;
font-size: 18px;
line-height: 68px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
text-align: left;
background: #ffffff;
}
.centered .banner-butn {
text-align: center;
}
.white-butn .button-arrow:after,
.banner-butn .button-arrow:after {
border-right: 2px solid #ca211d;
border-bottom: 2px solid #ca211d;
}
.white-butn .button-arrow:before,
.banner-butn .button-arrow:before {
background: #ca211d;
}
.half-butn {
float: left;
width: 50%;
padding: 0 0;
text-align: center;
}
.half-butn:first-child {
border-right: 1px solid #b4b4b4;
}
.half-butn:hover {
/* background: #efefef; */
background: #C4C4C4;
}
.back-butn {
display: none;
height: 30px;
line-height: 28px;
padding: 0 0 0 45px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform: lowercase;
text-align: left;
color: #ed2a24;
}
.back-butn:before {
position: absolute;
content: '';
top: 28px;
left: 0;
display: block;
width: 35px;
height: 2px;
background: #ed2a24;
}
.back-butn:after {
position: absolute;
content: '';
top: 23px;
left: 0;
display: block;
width: 12px;
height: 12px;
border-right: 2px solid #ed2a24;
border-bottom: 2px solid #ed2a24;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.submit-butn {
}
.submit-butn:hover {
}
/* end of buttons*/
/*phone box*/
.phone-box {
position: relative;
z-index: 1;
text-align: right;
overflow: hidden;
}
header .phone-box {
float: right;
margin: 40px 0 0 0;
}
.phone-box > a {
position: relative;
display: inline-block;
padding: 0 0 0 30px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 24px;
color: #000000;
}
.phone-box > a [class*="icon-"] {
position: absolute;
top: 3px;
left: 0;
display: block;
width: 16px;
height: 16px;
fill: #7f7f7f;
}
.phone-box > span {
display: block;
font-size: 12px;
}
/* end of phone box*/
/*hero*/
.hero {
position: relative;
margin: 0 0 100px 0;
background: #2d2f35;
}
[class*="slider-holder"] {
position: relative;
}
.hero-slider-holder {
max-width: 1560px;
height: 570px;
margin: 0 auto;
}
.hero-slide {
position: relative;
height: 570px;
}
.hero-slide-image {
position: absolute;
top: 0;
left: 50%;
z-index: 1;
width: 1560px;
height: 570px;
overflow: hidden;
margin: 0 0 0 -780px;
}
.hero-slide-image img {
position: relative;
z-index: 1;
width: 100%;
height: auto;
}
.hero-slide-image:before {
position: absolute;
content: '';
top: 0;
left: 0;
z-index: 2;
display: block;
width: 30%;
height: 100%;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 1, 0) 1%, #2d2f35 70%, #2d2f35 100%);
}
.hero-slide-image:after {
position: absolute;
content: '';
top: 0;
right: 0;
z-index: 2;
display: block;
width: 30%;
height: 100%;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 1, 0) 1%, #2d2f35 70%, #2d2f35 100%);
}
.hero-slide-text {
position: relative;
z-index: 2;
max-width: 1040px;
padding: 47px 15px 0 15px;
margin: 0 auto;
color: #ffffff;
}
.dark-text .hero-slide-text {
color: #000;
}
.hero-slide-title {
position: relative;
max-width: 530px;
padding: 0 0 17px 0;
font-size: 38px;
line-height: 45px;
}
.hero-slide-title.with-line {
padding-top: 32px;
margin-bottom: 24px;
}
.hero-slide-title.with-line:before {
position: absolute;
content: '';
bottom: -8px;
left: 0;
display: block;
width: 96px;
height: 4px;
background-color: #ffffff;
}
.hero-slide-flags {
position: relative;
}
.hero-slide-flags img {
display: inline-block;
vertical-align: top;
width: 42px;
height: 29px;
margin: 0 6px 16px 0;
}
.hero-slide-text > p {
max-width: 530px;
padding: 0 0 26px 0;
font-size: 18px;
line-height: 30px;
}
.hero-slide-text .red-butn {
display: inline-block;
padding: 0 29px;
font-size: 22px;
letter-spacing: 0.07em;
}
/* end of hero*/
/*category*/
.category {
padding: 15px 15px 88px 15px;
}
.category-list:after {
display: block;
content: '';
clear: both;
}
.category-list-item {
position: relative;
z-index: 1;
float: left;
width: 25%;
text-align: center;
background-color: #ffffff;
border: 1px solid #b3b3b3;
border-left-color: transparent;
min-height: 392px;
overflow: hidden;
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.category-list-item > a {
position: absolute;
top: 0;
left: 0;
z-index: 5;
display: block;
width: 100%;
height: 100%;
}
.category-list-item:hover,
.category-list-item:first-child {
border-left-color: #b3b3b3;
}
.category-list-item:hover {
z-index: 2;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.category-list-item:before {
position: absolute;
content: '';
top: 0;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 180px;
background-color: #f3f3f3;
}
.category-list-item:after {
position: absolute;
content: '';
top: -200px;
left: 0;
z-index: 2;
display: block;
width: 100%;
height: 180px;
background: #ed2b24;
background: linear-gradient(to top, #ad1817 0%, #ad1817 2%, #ed2b24 100%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.category-list-item:hover:after {
top: 0;
}
.category-image {
position: relative;
z-index: 3;
height: 315px;
margin: 0 0 14px 0;
}
.category-name {
position: relative;
z-index: 3;
font-size: 24px;
padding: 0 10px;
color: #50535c;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.category-list-item:hover .category-name {
color: #eb2a24;
}
/* end of category*/
/*manufacture*/
.manufacture {
position: relative;
padding: 0 15px;
color: #ffffff;
overflow: hidden;
}
.manufacture > .inner {
z-index: 2;
height: 569px;
padding: 53px 0 20px 0;
}
.manufacture h2 > mark {
padding: 16px 0 0 0;
}
.manufacture-image {
position: absolute;
top: 0;
left: 50%;
z-index: 1;
display: block;
width: 1560px;
height: 569px;
margin: 0 0 0 -780px;
}
.manufacture-image img {
position: relative;
z-index: 1;
width: 100%;
height: auto;
}
.manufacture-item {
position: absolute;
display: block;
width: 262px;
cursor: pointer;
}
.manufacture-item-frame {
position: relative;
height: 210px;
background: #ffffff;
z-index: 2;
}
.manufacture-item.italy {
top: 179px;
left: 130px;
}
.manufacture-item.russia {
top: 210px;
right: 260px;
}
.manufacture-photo {
position: relative;
}
.manufacture-photo img {
position: relative;
z-index: 1;
width: 100%;
height: auto;
}
.manufacture-photo .icon-play {
width: 52px;
height: 52px;
margin: -20px 0 0 -26px;
fill: #ffffff;
}
.manufacture-item:hover .manufacture-photo .icon-play {
fill: #ca211d;
}
.manufacture-location {
padding: 16px 10px 0 17px;
color: #000000;
}
.manufacture-location span {
position: relative;
top: 2px;
display: block;
text-decoration: underline;
overflow: hidden;
}
.manufacture-location img {
float: left;
width: 33px;
height: 23px;
margin: 0 10px 0 0;
}
.manufacture-item:hover .manufacture-location span {
text-decoration: none;
}
.manufacture-item-line {
position: absolute;
content: '';
z-index: 2;
display: block;
width: 180px;
height: 2px;
opacity: 0.8;
background: #ca211d;
background: linear-gradient(to right, #ffffff 0%, #fefdfd 1%, #ca211d 100%, #ca211d 100%);
}
.manufacture-item-line.italy {
top: 378px;
left: 472px;
transform: rotate(25deg);
}
.manufacture-item-line.russia {
top: 324px;
right: 544px;
transform: rotate(-7deg);
background: #ca211d;
background: linear-gradient(to right, #ca211d 0%, #ca211d 0%, #fefdfd 99%, #ffffff 100%);
}
.manufacture-item-line:before {
position: absolute;
content: '';
top: -4px;
left: -5px;
display: block;
width: 10px;
height: 10px;
background: #ca211d;
border-radius: 6px;
}
.manufacture-item-line.italy:before {
left: auto;
right: -5px;
}
/* end of manufacture*/
/*banners*/
.banners {
padding: 91px 15px 57px 15px;
}
.banners:after {
display: block;
content: '';
clear: both;
}
.banners-item.centered {
text-align: center;
}
.banners-item {
position: relative;
float: left;
min-height: 272px;
background: #ffffff;
border: 1px solid #b4b4b4;
overflow: hidden;
color: #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.banners-item [class*="icon-"] {
display: block;
fill: #ffffff;
}
.banners-item .icon-calculator {
width: 19px;
height: 24px;
margin: 13px auto 21px auto;
}
.news-preview-item,
.banners-item:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.banners-item:nth-child(1) {
width: calc(41.1% - 30px);
margin: 0 30px 30px 0;
}
.banners-item:nth-child(2) {
width: calc(30.6% - 30px);
margin: 0 0 30px 0;
}
.banners-item:nth-child(3) {
float: right;
width: 28.4%;
margin: 0 0 30px 0;
}
.news-preview-item img,
.banners-item img {
position: absolute;
top: 0;
right: 0;
z-index: 1;
display: block;
width: auto;
max-width: 1000%;
height: auto;
}
.banner-text {
position: relative;
z-index: 3;
padding: 33px 25px 10px 27px;
font-size: 18px;
line-height: 20px;
}
.banner-name {
padding: 0 0 20px 0;
font-size: 30px;
line-height: 34px;
}
.banner-bts {
position: absolute;
bottom: 0;
left: 0;
z-index: 4;
display: block;
width: 100%;
min-height: 68px;
background: #ffffff;
}
/* end of banners*/
/*technology*/
.technology {
padding: 54px 15px 57px 15px;
background: url('../images/technology-bg.jpg') no-repeat 50% 0;
background-size: cover;
color: #ffffff;
}
.technology h2 {
padding: 0 0 78px 0;
}
.technology h2 > mark {
padding: 20px 0 0 0;
}
.technology:after {
display: block;
content: '';
clear: both;
}
.technology-item {
position: relative;
float: right;
width: calc(50% - 15px);
margin: 0 0 30px 0;
min-height: 241px;
overflow: hidden;
}
h2 + .technology-item {
float: left;
}
.technology-item img {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
width: auto;
height: auto;
max-width: 1000%;
}
.technology-name {
position: relative;
z-index: 2;
font-size: 32px;
padding: 24px 30px 10px 30px;
}
.technology-item .banner-bts {
height: 78px;
}
.technology-item .banner-butn {
height: 78px;
line-height: 78px;
}
/* end of technology*/
/*news*/
.news-preview {
padding: 92px 15px 52px 15px;
}
.news-preview-list:after,
.news-preview:after {
display: block;
content: '';
clear: both;
}
.news-preview-list {
padding: 0 100px 0 0;
}
.news-preview-item {
position: relative;
float: left;
min-height: 239px;
width: calc(33.333% - 30px);
margin: 0 30px 30px 0;
background: #ffffff;
border: 1px solid #b4b4b4;
overflow: hidden;
color: #ffffff;
text-align: left;
box-shadow: 0 0 10px rgba(0, 0, 0, 0);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.news-preview-name {
position: relative;
z-index: 3;
max-height: 140px;
overflow: hidden;
text-overflow: ellipsis;
padding: 26px 25px 10px 18px;
font-size: 20px;
}
.news-preview-item .banner-bts {
min-height: 60px;
bottom: -70px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.news-preview-item:hover .banner-bts {
bottom: 0;
}
.news-preview-item .banner-butn {
height: 60px;
line-height: 60px;
padding: 0 22px;
}
.news-preview-date {
position: absolute;
content: '';
bottom: 23px;
left: 16px;
z-index: 3;
display: block;
font-size: 14px;
}
.news-preview-link {
position: absolute;
top: 0;
right: 0;
display: block;
width: 80px;
height: 241px;
background: #ffffff;
border: 1px solid #b4b4b4;
}
.news-preview-link .banner-butn {
position: absolute;
bottom: 80px;
left: -82px;
width: 241px;
height: 80px;
line-height: 80px;
transform: rotate(-90deg);
background: none;
}
.news-list:after,
.news-section:after {
display: block;
content: '';
clear: both;
}
.news-aside {
float: left;
width: 131px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 24px;
color: #ca211d;
}
.news-list {
float: right;
width: calc(100% - 131px);
}
.news .news-preview-item {
cursor: pointer;
margin: 0 0 58px 30px;
width: calc(33.333% - 20px);
min-height: 240px;
overflow: visible;
}
.news .news-preview-item:nth-child(3n + 1) {
margin-left: 0;
}
.news .news-preview-item:before {
position: absolute;
content: '';
z-index: 1;
bottom: 0;
left: 0;
display: block;
width: 35%;
height: 35%;
box-shadow: 0 -2px 40px -5px rgba(43, 43, 44, 0.6);
}
.news .news-preview-item:after {
position: absolute;
content: '';
z-index: 1;
bottom: 0;
right: 0;
display: block;
width: 35%;
height: 35%;
box-shadow: 0 -2px 40px -5px rgba(43, 43, 44, 0.6);
}
.news-preview-frame {
position: relative;
z-index: 2;
overflow: hidden;
min-height: 240px;
background: #ededed;
}
.news-preview-frame:before {
position: absolute;
content: '';
top: 0;
left: 0;
z-index: 2;
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.65);
}
.news .news-preview-name {
padding: 26px 25px 10px 31px;
font-size: 24px;
}
.news .news-preview-date {
bottom: 26px;
left: 29px;
font-size: 16px;
}
/* end of news*/
/*portfolio*/
.portfolio {
padding: 0 0 134px 0;
}
.portfolio .inner {
max-width: 1300px;
}
.portfolio:after {
display: block;
content: '';
clear: both;
}
.portfolio h2 {
padding: 0 15px 51px 15px;
}
.portfolio-item {
padding: 0 15px;
}
.portfolio-item-frame {
position: relative;
height: 451px;
border: 1px solid #b4b4b4;
overflow: hidden;
}
.portfolio-item-frame > a {
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: block;
width: 100%;
height: 100%;
}
.portfolio-item-text {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 100%;
min-height: 210px;
background: #ffffff;
padding: 26px 30px 20px 30px;
font-size: 18px;
line-height: 30px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.portfolio-item-frame:hover .portfolio-item-text {
bottom: -300px;
}
.portfolio-item-image {
position: absolute;
top: 0;
left: 0;
z-index: 1;
display: block;
width: 618px;
height: 450px;
}
.portfolio-item-name {
padding: 0 0 15px 0;
font-size: 30px;
}
.portfolio .slick-list {
overflow: visible;
}
.interior .slick-slide,
.portfolio .slick-slide {
opacity: 0.5;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.slick-slide.slick-active {
opacity: 1;
}
.portfolio-controls {
padding: 45px 0 0 0;
text-align: center;
}
.portfolio-dots {
display: inline-block;
vertical-align: middle;
margin: 0 10px;
}
.portfolio-dots .slick-dots {
position: relative;
top: 4px;
bottom: auto;
}
.portfolio-controls .slider-btn[class*="next"],
.portfolio-controls .slider-btn[class*="prev"] {
position: relative;
left: 0;
right: 0;
bottom: 0;
display: inline-block !important;
vertical-align: middle;
margin: 0;
}
/* end of portfolio*/
/*up btn*/
.sticky {
position: fixed;
right: 0;
left: 0;
bottom: 300px;
z-index: 100;
width: 100%;
height: 0;
padding: 0 15px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.sticky.active {
opacity: 1;
visibility: visible;
}
.sticky.active.invisible {
opacity: 0;
}
.sticky > .inner {
height: 0;
max-width: 1420px;
}
.sticky:after {
display: block;
content: '';
clear: both;
}
.up-btn {
position: relative;
float: right;
display: block;
width: 58px;
height: 61px;
background: rgba(255, 255, 255, 0.41);
border: 1px solid #c9c9c9;
}
.up-btn:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
display: block;
width: 2px;
height: 20px;
margin: -10px 0 0 -1px;
background: #a5a5a5;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.up-btn:after {
position: absolute;
content: '';
top: 22px;
right: 22px;
display: block;
width: 12px;
height: 12px;
border-right: 2px solid #a5a5a5;
border-top: 2px solid #a5a5a5;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.up-btn:hover:before {
background: #ca211d;
}
.up-btn:hover:after {
border-right: 2px solid #ca211d;
border-top: 2px solid #ca211d;
}
/* end of up btn*/
/*page title*/
.page-title {
position: relative;
min-height: 151px;
padding: 0 15px;
overflow: hidden;
color: #ffffff;
}
.page-title.light-bg {
color: #000000;
}
.page-title > .inner {
min-height: 151px;
}
.page-title a {
color: #ffffff;
}
.page-title > .inner {
z-index: 2;
}
.page-title-image {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: auto;
overflow: hidden;
}
.page-title-image > img {
width: 100%;
height: auto;
}
.page-title a.back-butn {
color: #ed2a24;
line-height: normal;
margin: 17px 0 0 0;
}
.page-title a.back-butn:before {
top: 11px;
}
.page-title a.back-butn:after {
top: 6px;
left: 2px;
}
.page-title-print {
position: absolute;
bottom: 15px;
right: 6px;
width: 48px;
height: 48px;
padding: 12px 12px 12px 12px;
background: none;
}
.page-title-print [class*="icon-"] {
width: 24px;
height: 24px;
fill: #ffffff;
}
/* end of page title*/
/*page tabs*/
.page-tabs {
position: absolute;
bottom: 0;
left: 0;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
}
.page-tabs.short {
display: block;
}
.page-tabs.short:after {
display: block;
content: '';
clear: both;
}
.page-tabs > li {
padding: 0 0 0 5px;
text-align: center;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.page-tabs.short > li {
float: left;
}
.page-tabs > li:first-child {
padding: 0;
}
.page-tabs > li > span {
display: table;
width: 100%;
}
.page-tabs > li > span > a {
display: table-cell;
vertical-align: middle;
height: 60px;
color: #242323;
font-size: 22px;
background: #f3f3f3;
background: linear-gradient(to top, #f3f3f3 0%, #dddddd 100%);
border-top: 2px solid #ffffff;
box-shadow: inset 0 -2px 5px rgba(145, 144, 144, 0.65);
border-radius: 3px 3px 0 0;
}
.page-tabs.short > li > span > a {
padding: 0 54px;
}
.page-tabs > li > span > a:hover {
text-decoration: none;
color: #ed2a24;
}
.page-tabs > li.current > span > a {
color: #ed2a24;
background: #f3f3f3;
background: linear-gradient(to top, #ffffff 0%, #f3f3f3 100%);
box-shadow: 0 0 0 transparent;
}
.page-tabs > li.current > span > a:hover {
text-decoration: none;
cursor: default;
}
/* end of page tabs*/
/*breadcrumbs*/
.breadcrumbs {
padding: 29px 0 27px 0;
font-size: 14px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
font-weight: 600;
}
.breadcrumbs:after {
display: block;
content: '';
clear: both;
}
.breadcrumbs > li {
position: relative;
float: left;
margin: 0 0 0 2px;
padding: 0 0 0 8px;
color: #ed2a24;
}
.breadcrumbs > li > a {
color: #ed2a24;
}
.breadcrumbs > li:first-child {
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.breadcrumbs > li:before {
position: absolute;
content: '/';
top: 0;
left: 0;
display: block;
}
.breadcrumbs > li:first-child:before {
display: none;
}
.breadcrumbs > li.current,
.breadcrumbs > li.current > a {
color: #ff2722;
cursor: default;
pointer-events: none;
}
/* end of breadcrumbs*/
/*product*/
.slider-column {
float: left;
width: 59%;
margin: 0 30px 0 0;
}
.slider-column.no-colors {
width: 49.7%;
background: #333333;
}
.slider-column:after {
display: block;
content: '';
clear: both;
}
.product-colors {
float: right;
width: 130px;
}
.product-colors:after {
display: block;
content: '';
clear: both;
}
.product-colors li {
position: relative;
z-index: 1;
display: table;
width: 130px;
height: 130px;
font-size: 14px;
text-transform: uppercase;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.product-colors li:hover {
opacity: 0.9;
}
.product-colors.no-tabs li:hover {
opacity: 1;
}
.product-colors li > span {
display: table-cell;
vertical-align: middle;
width: 130px;
height: 130px;
padding: 24px 20px 20px 20px;
}
.product-colors li.current {
z-index: 3;
}
.product-colors.no-tabs li.current {
z-index: 1;
}
.product-slider {
position: relative;
z-index: 2;
float: left;
max-width: 620px;
width: calc(100% - 130px);
}
.slider-column.no-colors .product-slider {
width: 100%;
}
.product-colors-arrow {
position: absolute;
top: 50%;
left: -9px;
width: 0;
height: 0;
opacity: 0;
margin-top: -6px;
visibility: hidden;
border-top: 9px solid transparent;
border-bottom: 9px solid transparent;
border-right: 9px solid transparent;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.product-colors li.current .product-colors-arrow-bottom,
.product-colors li.current .product-colors-arrow {
opacity: 1;
visibility: visible;
}
.product-colors.no-tabs .product-colors-arrow-bottom,
.product-colors.no-tabs .product-colors-arrow {
display: none !important;
}
.product-colors-arrow-bottom {
display: none;
}
.thumb {
width: 102px;
height: 102px;
border: 1px solid transparent;
margin: 0 auto;
cursor: pointer;
}
.thumb-slide.slick-current .thumb {
border-color: #ed2a24;
}
.product-slider-bottom {
position: relative;
width: calc(100% - 130px);
padding: 32px 16px 0 16px;
clear: both;
}
[class*="thumbs-btn"] {
position: absolute;
top: 33px;
z-index: 10;
display: block;
width: 24px;
height: 100px;
background: #f4f4f4;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
[class*="thumbs-btn"]:before {
position: absolute;
content: '';
display: block;
top: 41px;
width: 16px;
height: 16px;
border-right: 2px solid #7d7d7d;
border-bottom: 2px solid #7d7d7d;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
[class*="thumbs-btn"]:hover:before {
border-right: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}
[class*="thumbs-btn"]:hover {
background: #43464f;
}
.thumbs-btn-prev {
left: 0;
}
.thumbs-btn-next {
right: 0;
}
.thumbs-btn-prev:before {
left: 9px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.thumbs-btn-next:before {
left: 1px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.product-slider-top img {
height: auto;
}
.product-slider-top-holder {
position: relative;
box-shadow: 0 1px 10px rgba(47, 47, 47, 0.71),
-152px 155px 50px -162px rgba(34, 34, 34, 0.81),
152px 155px 50px -162px rgba(34, 34, 34, 0.81);
}
.slider-ribbon {
position: absolute;
top: 30px;
left: -1px;
z-index: 10;
background: #ffffff;
padding: 18px 20px;
}
.product-features {
overflow: hidden;
background-color: #ffffff;
border-radius: 2px;
box-shadow: 1px 1px 8px rgba(24, 24, 25, 0.2);
}
.product-feature-trigger {
display: table;
width: 100%;
position: relative;
height: 60px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 18px;
background: #f3f3f3;
background: linear-gradient(to top, #fafafa 0%, #f7f7f7 100%);
border-top: 2px solid #dbdbdb;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.technical-trigger > span,
.product-materials-trigger > span,
.product-feature-trigger > span {
display: table-cell;
vertical-align: middle;
height: 58px;
padding: 3px 40px 3px 70px;
}
.product-feature:first-child .product-feature-trigger {
border: none;
}
.technical-trigger:before,
.product-materials-trigger:before,
.product-feature-trigger:before {
position: absolute;
content: '';
top: 19px;
right: 21px;
display: block;
width: 12px;
height: 12px;
border-bottom: 1px solid #212121;
border-right: 1px solid #212121;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.technical-trigger.active:before,
.product-materials-trigger.active:before,
.product-feature-trigger.active:before {
top: 25px;
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.product-feature-trigger .feature-icon {
position: absolute;
top: 8px;
left: 13px;
display: block;
width: 40px;
height: 40px;
}
.technical-trigger.active,
.product-materials-trigger.active,
.product-feature-trigger.active {
height: 60px;
color: #ffffff;
background: #444750;
background: linear-gradient(to top, #767881 0%, #444750 100%);
border-top-color: #3b3d42;
}
.product-feature-trigger .feature-icon svg {
width: 40px;
height: 40px;
fill: #212121;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.product-feature-trigger.active .feature-icon svg {
fill: #ffffff;
}
.product-feature-content {
padding: 18px 26px 35px 70px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 18px;
color: #333333;
}
.product-materials-trigger {
display: table;
width: 100%;
position: relative;
height: 60px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 18px;
background: #f3f3f3;
background: linear-gradient(to top, #f3f3f3 0%, #dddddd 100%);
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.product-materials-content {
line-height: 24px;
padding: 20px 0 15px 70px;
font-size: 18px;
color: #333333;
font-weight: 300;
border-bottom: 1px solid #ffffff;
}
.product-materials-content a {
position: relative;
display: block;
padding: 0 55px 0 0;
margin: 15px 0 0 0;
color: #000000;
}
.product-materials-content a:first-child {
margin: 0 0 0 0;
}
.material-icon {
position: absolute;
top: 3px;
right: 20px;
display: block;
width: 28px;
height: 28px;
}
.material-icon svg {
display: block;
width: 28px;
height: 28px;
}
.technical {
padding: 49px 0 55px 0;
clear: both;
}
.technical-holder {
box-shadow: 1px 1px 8px rgba(24, 24, 25, 0.2);
}
.technical-trigger {
display: table;
width: 100%;
position: relative;
height: 60px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 24px;
background: #f3f3f3;
background: linear-gradient(to top, #fafafa 0%, #f7f7f7 100%);
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.technical-trigger > span {
padding: 3px 40px 3px 21px;
}
.technical-content {
padding: 24px 19px 49px 19px;
}
.technical-content:after {
display: block;
content: '';
clear: both;
}
.technical-select {
max-width: 363px;
margin: 0 0 30px 0;
}
.technical-select .search-input {
height: 44px;
width: calc(100% - 44px);
padding: 0 18px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
font-size: 18px;
}
.technical-select .search-butn {
width: 44px;
height: 44px;
}
.technical-select .search-butn:before {
position: absolute;
content: '';
top: 8px;
right: 12px;
display: block;
width: 18px;
height: 18px;
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.technical-table th {
vertical-align: middle;
height: 60px;
padding: 0 20px;
font-size: 18px;
text-align: left;
color: #ffffff;
font-weight: 400;
}
.technical-table thead tr {
background: #999999;
}
.technical-table tbody tr.stripe {
background: #f7f7f7;
}
.technical-table td {
vertical-align: middle;
height: 45px;
padding: 0 20px;
font-size: 18px;
text-align: left;
color: #000000;
font-weight: 400;
}
.bottom-text {
padding: 0 0 20px 0;
}
.bottom-text h2 {
padding: 0 0 11px 0;
text-align: left;
font-size: 24px;
}
.bottom-text p {
padding: 0 0 20px 0;
font-size: 18px;
line-height: 30px;
}
.bottom-text p > mark {
font-weight: bold;
}
.bottom-text .white-butn {
min-width: 230px;
margin: 30px 0 0 0;
}
/* end of product*/
/*aside nav*/
.aside-nav {
margin: 0 0 20px 0;
background-color: #f3f3f3;
box-shadow: 0 1px 8px rgba(24, 24, 25, 0.2);
}
.aside-nav li a {
display: block;
min-height: 60px;
padding: 19px 10px 0 20px;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 24px;
text-transform: uppercase;
background: #f3f3f3;
color: #3d3d3d;
background: linear-gradient(to top, #fafafa 0%, #f7f7f7 100%);
border-top: 1px solid #e5e5e5;
}
.aside-nav li > ul a {
padding-left: 38px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
font-size: 16px;
}
.aside-nav li.current > a {
cursor: default;
}
.aside-nav li.current > a,
.aside-nav li a:hover {
text-decoration: none;
color: #ffffff;
background: #444750;
background: linear-gradient(to top, #767881 0%, #444750 100%);
border-top: 1px solid #3b3d42;
}
/*end of aside nav*/
/*catalogue list*/
.catalogue-list {
padding: 0 0 15px 0;
position: relative;
}
.history-banner:before,
.history-banner:after,
.catalogue-item-features:after,
.catalogue-list:after {
display: block;
content: '';
clear: both;
z-index: 1;
}
.catalogue-item {
position: relative;
margin: 0 0 30px 0;
}
.history-banner:before,
.catalogue-item:before {
position: absolute;
content: '';
bottom: 0;
left: 0;
display: block;
width: 35%;
height: 35%;
box-shadow: 0 -2px 40px -5px rgba(43, 43, 44, 0.6);
}
.history-banner:after,
.catalogue-item:after {
position: absolute;
content: '';
bottom: 0;
right: 0;
display: block;
width: 35%;
height: 35%;
box-shadow: 0 -2px 40px -5px rgba(43, 43, 44, 0.6);
}
.catalogue-item-frame {
position: relative;
z-index: 2;
background-color: #fcfcfc;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
overflow: hidden;
}
.catalogue-item-frame:after {
display: block;
content: '';
clear: both;
}
.catalogue-item-image {
position: relative;
float: left;
}
.catalogue-item-image img {
position: relative;
z-index: 1;
height: auto;
}
.catalogue-item-image .banner-bts {
height: 90px;
bottom: -100px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.catalogue-item-image:hover .banner-bts {
bottom: 0;
}
.catalogue-item-image .banner-butn {
height: 90px;
padding: 0 0 0 57px;
line-height: 92px;
}
.catalogue-item-content {
position: relative;
height: 360px;
padding: 25px 30px 30px 30px;
overflow: hidden;
}
.catalogue-item-name {
padding: 0 0 11px 0;
font-size: 24px;
}
.catalogue-item-name > a {
color: #000000;
}
.catalogue-item-brand {
padding: 0 0 23px 0;
}
.catalogue-item-brand > span {
display: inline-block;
max-width: 195px;
margin: 0 0 0 20px;
}
.catalogue-item-brand > span:first-child {
margin: 0 0 0 0;
max-width: 90px;
}
.catalogue-item-brand > span img {
height: auto;
}
.catalogue-item-content p {
font-size: 18px;
line-height: 20px;
color: #666666;
max-height: 80px;
overflow: hidden;
text-overflow: ellipsis;
}
.catalogue-item-features {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
padding: 10px 10px 0 30px;
}
.catalogue-item-features .feature {
position: relative;
float: left;
width: 100px;
margin: 0 0 0 31px;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.catalogue-item-features .feature:first-child {
margin: 0;
}
.catalogue-item-features .feature > span {
display: block;
width: 100px;
height: 65px;
margin: 9px 0 0 0;
font-size: 12px;
line-height: 12px;
color: #666666;
overflow: hidden;
-webkit-transition: all 0.3s 0.5s;
transition: all 0.3s 0.5s;
}
.catalogue-item-features .feature-icon {
width: 60px;
height: 60px;
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
}
.catalogue-item-features .feature-icon svg {
display: block;
width: 60px;
height: 60px;
fill: #000000;
}
.feature-text {
position: absolute;
top: 0;
left: 0;
width: 0;
opacity: 0;
visibility: hidden;
height: 105px;
padding: 22px 40px 5px 40px;
font-size: 12px;
line-height: 12px;
color: #666666;
background-color: #ffffff;
border: 1px solid #e2e2e2;
border-radius: 55px;
overflow: hidden;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.catalogue-item-features .feature:hover > span {
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.catalogue-item-features .feature:hover .feature-icon {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
}
.catalogue-item-features .feature:hover .feature-text {
visibility: visible;
opacity: 1;
width: 320px;
-webkit-transition: all 0.3s 0.5s;
transition: all 0.3s 0.5s;
}
.catalogue-item-features .feature:hover {
width: 320px;
-webkit-transition: all 0.3s 0.5s;
transition: all 0.3s 0.5s;
}
/* end of catalogue list*/
/*where*/
.where {
position: relative;
}
.market-features li:after,
.market-features:after,
.where-city:after,
.where-cities:after,
.where:after,
.where-country:after {
display: block;
content: '';
clear: both;
}
.where-country {
padding: 7px 0 60px 0;
}
.where-country li {
float: left;
margin: 0 0 0 31px;
font-size: 18px;
cursor: pointer;
}
.where-country li:first-child {
margin: 0;
}
.where-country li span {
color: #000000;
text-decoration: none;
border-bottom: 2px dashed #f27673;
}
.where-country li span:hover {
text-decoration: none;
color: #ed2a24;
border-color: transparent;
}
.where-country li.current span {
color: #ed2a24;
border-color: transparent;
cursor: default;
}
.where-search {
padding: 0 0 39px 0;
}
.where-cities {
padding: 0 0 20px 0;
}
.where-cities ul {
float: left;
width: 20%;
padding: 0 20px 62px 0;
}
.where-cities ul:nth-child(5n + 1) {
clear: both;
}
.where-cities li {
padding: 1px 0 0 0;
}
.where-cities li:first-child {
padding: 0 0 4px 0;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 20px;
text-transform: uppercase;
}
.where-cities li a {
display: inline-block;
padding: 5px 0 5px 0;
color: #000000;
text-decoration: underline;
}
.city-column a.mail-to:hover,
.city-column-contacts > a:hover,
.where-cities li a:hover {
text-decoration: none;
color: #ed2a24;
}
.where-city {
position: relative;
margin: 0 0 20px 0;
}
.where-city-bg:before,
.where-city-bg:after {
position: absolute;
content: '';
top: 0;
left: 0;
z-index: 1;
display: none;
width: calc(50% - 15px);
height: 100%;
background-color: #fcfcfc;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
}
.where-city-bg:after {
left: auto;
right: 0;
}
.city-column {
position: relative;
z-index: 2;
float: right;
min-height: 510px;
width: calc(50% - 15px);
padding: 25px 20px 45px 20px;
margin: 0 0 30px 0;
background-color: #fcfcfc;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
}
.city-column:nth-child(2n + 1) {
float: left;
clear: both;
}
.city-column-logo {
min-height: 40px;
padding: 0 0 36px 0;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 24px;
line-height: 40px;
font-weight: bold;
}
.city-column-contacts {
padding: 0 0 27px 0;
}
.city-column-contacts > a {
display: block;
margin: 0 0 8px 0;
font-size: 18px;
color: #000000;
text-decoration: underline;
}
.city-column-contacts > a.call-to {
color: #666666;
text-decoration: none;
}
.where-selected-market {
padding: 47px 0 0 0;
}
.where-selected-market .market {
padding: 0 0 24px 0;
font-weight: 600;
font-size: 18px;
letter-spacing: 0.03em;
color: #000000;
}
.market-features {
padding: 0 0 25px 0;
color: #666666;
}
.market-features li {
padding: 5px 0 0 0;
}
.market-features li:first-child {
padding: 0;
}
.market-features li > span {
float: left;
display: block;
width: calc(100% - 205px);
}
.market-features li > span:first-child {
width: 205px;
font-weight: 600;
}
.city-column a.mail-to {
color: #666666;
text-decoration: underline;
}
.selected-market-item {
display: none;
}
.selected-market-item.current {
display: block;
}
/* end of where*/
/*interior*/
.interior {
position: relative;
}
.interior-section .slider-btn-holder > .inner {
max-width: 1300px;
}
.interior .page-section-title {
padding-left: 15px;
padding-right: 15px;
}
.interior-section:after,
.interior:after {
display: block;
content: '';
clear: both;
}
.interior-section {
position: relative;
margin: 0 0 63px 0;
}
.interior-slider-holder {
max-width: 1170px;
}
.interior-slider-holder .slide {
padding: 0 15px;
}
.interior-slider-holder img {
height: auto;
}
.interior-slider-holder .slick-list {
overflow: visible;
}
.slider-btn-holder {
position: relative;
}
.interior .slider-btn [class*="icon"] {
fill: #000000;
}
.interior .slick-dots {
bottom: -81px;
}
/* end of interior*/
/*seminars*/
.seminars {
position: relative;
}
.seminars-schedule-column > li:after,
.seminars-schedule:after,
.seminars:after {
display: block;
content: '';
clear: both;
}
.seminars-section-image {
float: left;
}
.reverse .seminars-section-image {
float: right;
}
.seminars-section-image img {
height: auto;
}
.seminars-section-content {
padding: 25px 30px 30px 30px;
overflow: hidden;
}
.seminars-section-name {
padding: 0 0 29px 0;
font-size: 28px;
}
.seminars-section-content > p {
color: #666666;
font-size: 18px;
line-height: 24px;
}
.seminars-schedule {
padding: 37px 0 58px 0;
font-size: 18px;
line-height: 24px;
color: #666666;
clear: both;
}
.seminars-schedule address,
.seminars-schedule span,
.seminars-schedule time {
display: block;
text-transform: uppercase;
font-weight: 600;
color: #000000;
}
.seminars-schedule address {
text-transform: none;
}
.seminars-schedule mark {
display: block;
margin: 0 0 3px 0;
font-size: 14px;
line-height: 16px;
text-transform: uppercase;
}
.seminars-schedule-title {
font-size: 30px;
padding: 0 0 10px 0;
margin: 0 0 33px 0;
border-bottom: 1px solid #d7d7d7;
letter-spacing: -0.01em;
}
.seminars-schedule-title + .seminars-schedule-column {
float: left;
width: 362px;
margin: 0 30px 0 0;
}
.seminars-schedule-column {
overflow: hidden;
}
.seminars-schedule-column > li {
padding: 0 0 21px 0;
}
.seminars-schedule-title + .seminars-schedule-column > li {
padding: 0 0 29px 0;
}
.seminars-schedule-column p {
overflow: hidden;
}
.seminars-schedule-column time {
float: left;
width: 129px;
}
.seminars-schedule-title + .seminars-schedule-column time {
float: none;
width: auto;
}
.form-column {
float: left;
width: calc(50% - 15px);
max-width: 490px;
}
.form-column-title {
font-size: 30px;
padding: 0 0 49px 0;
}
.form-column-title.low {
padding: 0 0 20px 0;
}
.form-column-title + p {
padding: 0 0 40px 0;
font-size: 18px;
line-height: 24px;
color: #666666;
}
.right-form .input-line,
.form-column .input-line {
margin: 0 0 31px 0;
}
.form-column a.recovery {
display: inline-block;
margin: 0 0 7px 0;
color: #000000;
font-size: 18px;
text-decoration: underline;
}
.label-text > a:hover,
.form-column a.recovery:hover {
text-decoration: none;
color: #ca211d;
}
.submit-btn {
clear: both;
padding: 32px 0 0 0;
}
.form-column .white-butn .button-arrow {
margin: 0 0 0 18px;
}
.right-form .white-butn,
.form-column .white-butn {
padding-right: 38px;
}
.right-form {
float: left;
width: calc(50% - 15px);
max-width: 490px;
margin: 0 0 0 160px;
}
.right-form-title {
font-size: 30px;
padding: 0 0 54px 0;
}
.bonus-section-image img,
.right-form img {
height: auto;
}
/* end of seminars*/
/*bonus*/
.bonus {
position: relative;
}
.bonus .catalogue-item {
margin: 0 0 58px 0;
}
.bonus-section-image {
margin: 16px 0 0 25px;
float: left;
}
.bonus-section-content {
padding: 25px 30px 46px 30px;
overflow: hidden;
}
.bonus-section-name {
font-size: 30px;
padding: 0 0 27px 0;
}
.bonus-section-content > p {
padding: 0 0 24px 0;
font-size: 18px;
line-height: 24px;
color: #666666;
}
.bonus-section-content > p > mark {
color: #000000;
font-weight: 600;
}
.catalogue-item.steps .catalogue-item-frame {
padding: 25px 20px 20px 20px;
}
.steps-title {
font-size: 30px;
padding: 0 0 7px 0;
text-align: center;
}
.steps-list:after {
display: block;
content: '';
clear: both;
}
.steps-list-item {
float: left;
width: 25%;
padding: 0 13px 8px 13px;
font-size: 18px;
line-height: 24px;
color: #666666;
text-align: center;
}
.steps-list-item .image-row {
height: 200px;
}
.steps-list-item [class*="icon-"] {
display: inline-block;
fill: #ed2a24;
}
.steps-list-item .icon-bonus-1 {
width: 77px;
height: 148px;
}
.steps-list-item .icon-bonus-2 {
width: 140px;
height: 140px;
}
.steps-list-item .icon-bonus-3 {
width: 101px;
height: 95px;
}
.steps-list-item .icon-bonus-4 {
width: 113px;
height: 113px;
}
/* end of bonus*/
/*adds*/
.adds-list {
position: relative;
}
.adds-list:after {
display: block;
content: '';
clear: both;
}
.adds-list .catalogue-item {
float: right;
width: calc(50% - 15px);
margin: 0 0 30px 0;
}
.adds-list .catalogue-item:nth-child(2n + 1) {
float: left;
clear: both;
}
.adds-item-image {
float: left;
height: 300px;
width: 240px;
padding: 25px 0 10px 10px;
text-align: center;
}
.adds-item-image img {
display: inline-block;
height: auto;
}
.adds-item-content {
overflow: hidden;
padding: 58px 20px 20px 20px;
}
.adds-item-name {
padding: 0 0 15px 0;
font-size: 18px;
line-height: 24px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
}
.adds-item-icon {
width: 29px;
height: 29px;
margin: 0 0 31px 0;
}
.adds-item-icon > svg {
display: block;
width: 100%;
}
.adds-item-content .white-butn {
min-width: 180px;
padding-right: 10px;
}
/* end of adds*/
/*download*/
.download .where-country {
padding: 7px 0 37px 0;
}
.download-section {
clear: both;
}
.download-section.low {
padding-top: 11px;
}
.download-section.two-list {
float: left;
width: 40%;
clear: none;
}
.download-section.three-list {
float: left;
width: 60%;
clear: none;
}
.download-title {
padding: 0 0 39px 0;
font-size: 24px;
}
.download-list {
position: relative;
}
.download-list:after {
display: block;
content: '';
clear: both;
}
.download-item {
float: left;
width: 20%;
padding: 0 24px 64px 0;
}
.download-section.two-list .download-item {
width: 50%;
}
.download-section.three-list .download-item {
width: 33.333%;
}
.download-section.three-list .download-item:nth-child(3n + 1),
.download-section.two-list .download-item:nth-child(2n + 1),
.download-item:nth-child(5n + 1) {
clear: both;
}
.download-section.two-list .download-item:nth-child(5n + 1) {
clear: none;
}
.download-section.three-list .download-item:nth-child(5n + 1) {
clear: none;
}
.download-item .icon {
padding: 0 0 10px 0;
text-align: center;
}
.download-item .icon svg {
display: block;
width: 48px;
height: 46px;
}
.download-item > a {
display: block;
line-height: 24px;
color: #000000;
text-decoration: underline;
}
.download-item > a:hover {
text-decoration: none;
color: #ed2a24;
}
.download .image-row {
height: 270px;
padding: 0 0 0 0;
}
.download .image-row img {
height: auto;
}
/* end of download*/
/*contacts*/
.contacts {
position: relative;
padding-top: 151px;
}
.contacts .page-title {
position: absolute;
top: 0;
left: 0;
z-index: 5;
width: 100%;
background-color: rgba(0, 0, 0, 0.52);
}
.contacts .inner {
}
.map-box {
position: relative;
}
.map-box #map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.contacts .map-box {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.contacts-frame {
position: relative;
z-index: 2;
max-width: 359px;
padding: 40px 22px 30px 22px;
background-color: #fcfcfc;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
}
.contacts-section {
padding: 0 0 15px 0;
}
.contacts-title {
padding: 0 0 5px 0;
font-size: 20px;
}
.contacts-section p,
.contacts-section address {
font-size: 18px;
line-height: 24px;
color: #666666;
}
.contacts-section a.mail-to {
color: #000000;
text-decoration: underline;
cursor: pointer;
}
.contacts-section a.mail-to:hover {
color: #ed2a24;
text-decoration: none;
}
.contacts-form .contacts-title {
padding: 0 0 10px 0;
}
.contacts-form .input-line {
margin: 0 0 20px 0;
}
.contacts-form .submit-btn {
padding: 3px 0 0 0;
}
/* end of contacts*/
/*history*/
.history {
position: relative;
}
.history-banner {
position: relative;
margin: 0 0 30px 0;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
}
.history-banner img {
position: relative;
z-index: 2;
height: auto;
}
.history-list {
text-align: center;
}
.history-list .catalogue-item {
display: inline-block;
vertical-align: top;
width: calc(50% - 15px);
margin: 0 0 30px 24px;
text-align: left;
}
.history-list .catalogue-item:nth-child(2n + 1) {
margin-left: 0;
}
.history-list .catalogue-item-frame {
min-height: 270px;
}
.history-icon {
float: left;
width: 242px;
margin: 0 18px 30px 0;
text-align: center;
}
.history-icon [class*="icon-"] {
display: inline-block;
fill: #000000;
}
.history-icon .icon-history-1 {
width: 128px;
height: 172px;
margin: 44px 0 0 0;
}
.history-icon .icon-history-2 {
width: 122px;
height: 137px;
margin: 63px 0 0 24px;
}
.history-icon .icon-history-3 {
width: 160px;
height: 136px;
margin: 55px 0 0 0;
}
.history-icon .icon-history-4 {
width: 111px;
height: 162px;
margin: 49px 0 0 0;
}
.history-icon .icon-history-5 {
width: 118px;
height: 166px;
margin: 44px 0 0 0;
}
.history-content {
overflow: hidden;
padding: 25px 20px 10px 0;
}
.history-name {
padding: 0 0 28px 0;
font-size: 30px;
}
.history-content p {
font-size: 18px;
line-height: 24px;
color: #666666;
}
/* end of history*/
/*plants*/
.plants {
position: relative;
}
.plants-map {
position: relative;
height: 300px;
margin: 0 0 59px 0;
overflow: hidden;
}
.plants-map-image {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
width: 1270px;
height: 371px;
margin: -185px 0 0 -635px;
}
.plants-map-image img {
position: relative;
z-index: 1;
height: auto;
}
.plants-map-dot {
position: absolute;
z-index: 2;
width: 10px;
height: 10px;
margin: -5px 0 0 -5px;
background-color: #ca211d;
border-radius: 6px;
}
.plants-map-dot.russia {
top: 37%;
left: 58.5%;
}
.plants-map-dot.italy {
top: 59%;
left: 43%;
}
.plants-map-item {
position: absolute;
z-index: 2;
color: #ffffff;
cursor: pointer;
}
.plants-map-item > a {
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: block;
width: 100%;
height: 100%;
}
.plants-map-item span {
display: inline-block;
vertical-align: middle;
text-decoration: underline;
}
.plants-map-item:hover span {
text-decoration: none;
}
.plants-map-item img {
display: inline-block;
vertical-align: middle;
width: 33px;
height: 22px;
margin: 0 10px 0 0;
}
.plants-map-item.italy {
top: 44%;
left: 33%;
}
.plants-map-item.russia {
top: 18.5%;
left: 50.8%;
}
.plants .catalogue-item {
margin: 0 0 60px 0;
}
.plants .catalogue-item-frame {
padding: 25px 15px 30px 15px;
}
.plants-item-video {
position: relative;
float: left;
width: 491px;
margin: 5px 30px 30px 15px;
cursor: pointer;
}
.plants-item-video img {
position: relative;
z-index: 1;
width: 100%;
height: auto;
}
.plants-item-video [class*="icon-"] {
position: absolute;
top: 50%;
left: 50%;
display: block;
fill: #ffffff;
width: 53px;
height: 53px;
margin: -26px 0 0 -26px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.plants-item-video:hover [class*="icon-"] {
fill: #ed2a24;
}
.plants-item-text {
padding: 0 15px 0 0;
overflow: hidden;
}
.plants-item-text p {
padding: 0 0 10px 0;
font-size: 18px;
line-height: 24px;
color: #666666;
}
.plants-item-name {
padding: 0 0 29px 0;
font-size: 30px;
}
.plants-item-slider {
clear: both;
padding: 25px 0 0 0;
}
.plants-slide {
padding: 0 15px;
}
.plants-slide img {
width: 100%;
height: auto;
}
.plants-item-slider .slider-btn[class*="prev"],
.plants-item-slider .slider-btn[class*="next"] {
display: inline-block !important;
vertical-align: middle;
position: relative;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0 0 0 0;
}
[class*="plants-dots"] {
display: inline-block;
vertical-align: middle;
position: relative;
top: 0;
margin: 0 26px;
}
[class*="plants-dots"] .slick-dots {
position: relative;
bottom: 0;
left: 0;
}
.plants-slider-controls {
padding: 38px 0 0 0;
text-align: center;
}
/* end of plants*/
/*innovations*/
.innovations {
position: relative;
}
.innovations .catalogue-item {
margin: 0 0 60px 0;
}
.innovations .catalogue-item-frame {
padding: 0 0 0 360px;
}
.innovation-image {
position: absolute;
top: 0;
left: 0;
width: 360px;
height: 100%;
background: #eeeff0;
}
.innovation-image .image-row {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
}
.innovation-image .image-cell {
padding: 0;
}
.innovation-image img {
position: relative;
z-index: 1;
width: 100%;
height: auto;
}
.innovation-image-label {
position: absolute;
bottom: 23px;
left: 25px;
z-index: 1;
width: 124px;
height: 124px;
padding: 82px 0 0 0;
text-align: center;
font-size: 14px;
color: #ffffff;
background: url('../images/patent.png') no-repeat 50% 50%;
background-size: 124px 124px;
}
.retina .innovation-image-label {
background: url('../images/patent@2x.png') no-repeat 50% 50%;
background-size: 124px 124px;
}
.innovation-text {
min-height: 370px;
overflow: hidden;
padding: 30px 30px 25px 32px;
}
.innovation-name {
padding: 0 0 20px 0;
font-size: 30px;
color: #ed1c24;
}
.innovation-text > p {
font-size: 18px;
line-height: 24px;
color: #666666;
}
.innovation-text > ul > li {
font-size: 18px;
line-height: 24px;
color: #666666;
list-style: square inside;
}
.innovation-patents {
padding: 27px 0 0 0;
clear: both;
}
.innovation-patents .icon {
display: inline-block;
vertical-align: middle;
width: 40px;
height: 40px;
margin: 0 10px 0 0;
}
.innovation-patents .icon svg {
display: block;
width: 40px;
height: 40px;
}
.innovation-patents span {
display: inline-block;
vertical-align: middle;
font-size: 22px;
}
/* end of innovations*/
/*stages*/
.stages {
position: relative;
padding: 0 0 80px 0;
}
.stages-item {
position: relative;
z-index: 2;
margin: 0 0 32px 0;
}
.stages-item:before {
position: absolute;
content: '';
top: 104px;
left: 0;
z-index: 1;
display: block;
width: 100%;
height: 1px;
background-color: #cccccc;
}
.stages-list:after,
.stages-item:after {
display: block;
content: '';
clear: both;
}
.stages-list {
max-width: 1010px;
padding: 4px 0 28px 0;
margin: 0 auto;
}
.stages-list:before {
position: absolute;
content: '';
top: 177px;
left: 50%;
display: block;
width: 1px;
height: 90%;
background-color: #cccccc;
}
.stages-item-text {
position: relative;
z-index: 3;
float: left;
}
.stages-item-text .text-holder {
position: relative;
z-index: 1;
width: 390px;
height: 208px;
padding: 26px 32px 0 30px;
overflow: hidden;
background-color: #fcfcfc;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
border-radius: 20px;
}
.stages-item-name {
padding: 0 0 20px 0;
font-size: 24px;
}
.stages-item-text p {
line-height: 18px;
color: #666666;
}
.stages-item-number {
position: absolute;
top: 74px;
right: -30px;
z-index: 2;
width: 60px;
height: 60px;
padding: 15px 0 0 0;
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 30px;
line-height: 30px;
text-align: center;
color: #ffffff;
background-color: #cccccc;
border-radius: 31px;
}
.stages-item-image {
position: relative;
z-index: 3;
float: right;
}
.stages-item-image img {
max-width: 100000%;
width: 390px;
height: 208px;
}
.stages-item-image:before {
position: absolute;
content: '';
top: 50%;
right: 100%;
z-index: 2;
display: block;
width: 0;
height: 0;
margin-top: -8px;
border-right: 10px solid #666666;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.stages-item-image .image-holder {
position: relative;
z-index: 1;
width: 390px;
height: 208px;
overflow: hidden;
background-color: #fcfcfc;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
border-radius: 20px;
}
.stages-item-icon {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
display: block;
width: 90px;
height: 90px;
margin: -45px 0 0 -45px;
background-color: #ffffff;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
border-radius: 46px;
}
.stages-item-icon [class*="icon-"] {
display: block;
width: 40px;
height: 40px;
margin-top: 23px;
margin-left: auto;
margin-right: auto;
fill: #e92a23;
}
.stages-item-icon img {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
display: block;
}
.stages-item-icon img.hidden-image {
z-index: 2;
opacity: 0;
}
.item-1 .stages-item-icon img {
width: 43px;
height: 31px;
margin: -15px 0 0 -22px;
}
.item-2 .stages-item-icon img {
width: 41px;
height: 46px;
margin: -24px 0 0 -18px;
}
.item-3 .stages-item-icon img {
width: 54px;
height: 55px;
margin: -29px 0 0 -26px;
}
.item-4 .stages-item-icon img {
width: 43px;
height: 34px;
margin: -15px 0 0 -22px;
}
.item-5 .stages-item-icon img {
width: 40px;
height: 45px;
margin: -24px 0 0 -19px;
}
.item-6 .stages-item-icon img {
width: 36px;
height: 36px;
margin: -18px 0 0 -18px;
}
.item-7 .stages-item-icon img {
width: 42px;
height: 47px;
margin: -24px 0 0 -21px;
}
.item-8 .stages-item-icon img {
width: 31px;
height: 44px;
margin: -23px 0 0 -12px;
}
.item-9 .stages-item-icon img {
width: 43px;
height: 37px;
margin: -18px 0 0 -22px;
}
.stages-result {
position: relative;
z-index: 2;
max-width: 371px;
height: 360px;
padding: 48px 5px 0 5px;
margin: 0 auto 0 auto;
border: 1px solid #cccccc;
background: #ffffff;
border-radius: 20px;
text-align: center;
}
.stages-result img {
position: relative;
z-index: 2;
display: inline-block;
height: auto;
}
/* end of stages*/
/*calculator*/
.calculator {
position: relative;
}
.calculator-text {
padding: 0 0 22px 0;
font-size: 18px;
line-height: 24px;
color: #666666;
}
.calculator .catalogue-item-frame {
padding: 30px 30px 73px 0;
}
.calculator-column {
float: left;
width: 33.333%;
padding: 0 0 33px 30px;
}
.calculator-column:nth-child(2) {
float: right;
}
.calculator-result {
margin: 0 0 0 30px;
padding: 31px 0 0 0;
border-top: 1px solid #cccccc;
clear: both;
}
.calculator-title {
min-height: 58px;
padding: 0 0 23px 0;
font-size: 30px;
}
.calculator-column .input-line {
margin: 0 0 30px 0;
}
.calculator-wt {
padding: 0 0 8px 0;
margin: 0 0 57px 0;
border-bottom: 1px solid #cccccc;
font-size: 18px;
}
.calculator-result-data span,
.calculator-wt span {
display: inline-block;
color: #ec2a24;
}
.calculator .white-butn {
padding: 0 28px 0 18px;
}
.calculator .white-butn .button-arrow {
margin: 0 0 0 20px;
}
.calculator-result .calculator-title {
min-height: 0;
padding: 60px 0 19px 0;
}
.calculator-result-data {
text-transform: uppercase;
font-size: 18px;
}
/* end of calculator*/
/*modal*/
.modal-holder {
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
.modal-holder.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 15px;
}
.modal-cell.wide {
padding: 0;
}
.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-color: rgba(69, 72, 81, 0.7);
}
.modal-close-small {
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 47px;
height: 49px;
cursor: pointer;
}
.modal-close-small .icon-cross {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 25px;
height: 25px;
fill: #000000;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.modal-close-small .icon-close {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 18px;
height: 19px;
fill: #000000;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.modal-close-small .icon-close:hover {
fill: #ed2a24;
}
.modal-close-small .icon-cross:hover {
fill: #000000;
}
.modal-close-small.smaller .icon-cross {
width: 13px;
height: 13px;
}
.video-modal-frame .modal-close-small {
top: -15px;
right: -50px;
}
.video-modal-frame .modal-close-small .icon-cross {
fill: #ffffff;
}
[class$="modal-frame"] {
position: relative;
z-index: 2;
width: 100%;
max-width: 780px;
margin: 15px auto;
background-color: #fcfcfc;
padding: 30px 20px;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
}
.warning-modal-frame p {
padding: 8px 0;
font-size: 18px;
text-align: center;
}
.video-modal-frame {
padding: 10px;
max-width: 1140px;
}
.video-box {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
}
.video-box iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.news-modal-frame {
max-width: 749px;
padding: 28px 30px 40px 30px;
}
.news-modal-name {
max-width: 750px;
padding: 0 0 17px 0;
font-size: 30px;
}
.news-modal-date {
padding: 0 0 25px 0;
color: #999999;
line-height: 24px;
}
.news-modal-frame p {
font-size: 18px;
line-height: 24px;
color: #666666;
clear: both;
}
.news-modal-frame p > mark {
padding: 0 0 24px 0;
display: block;
color: #000000;
}
.news-modal-image {
margin: 20px 0 0 0;
}
.news-modal-image img {
width: 100%;
height: auto;
}
.news-modal-image.short {
float: right;
width: calc(50% - 15px);
margin: 40px 0 20px 0;
}
.news-modal-image.short-left {
float: left;
}
.download-modal-frame {
max-width: 489px;
padding: 40px 22px 53px 22px;
}
.confirm-modal-frame .modal-close-small,
.download-modal-frame .modal-close-small {
top: -11px;
right: -11px;
}
.download-modal-title {
padding: 0 0 45px 0;
font-size: 20px;
}
.download-modal-list > li {
position: relative;
padding: 28px 0 0 0;
font-size: 18px;
}
.download-modal-list > li:first-child {
padding: 0;
}
.download-modal-list > li > a {
position: relative;
display: inline-block;
padding: 0 51px 0 4px;
color: #000000;
text-decoration: underline;
}
.download-modal-list > li > a:hover {
text-decoration: none;
color: #ed2a24;
}
.download-modal-list > li > a [class*="icon-"] {
position: absolute;
top: -5px;
right: 0;
display: block;
}
.download-modal-list > li > a .icon-threed {
width: 29px;
height: 32px;
}
.confirm-modal-frame {
max-width: 451px;
padding: 89px 22px 93px 22px;
}
.confirm-modal-frame p {
font-family: 'MagistralC', Arial, Helvetica, sans-serif;
font-size: 24px;
text-align: center;
}
/* end of modal*/
/*site links*/
.site-links {
padding: 50px 15px;
}
.site-links > li {
font-size: 18px;
padding: 0 0 15px 0;
}
/* end of site links*/
/*___________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.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: 58px;
height: 58px;
margin: 0 0 -29px 0;
cursor: pointer;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.slider-btn[class*="prev"] {
left: 35px;
}
.slider-btn[class*="next"] {
right: 35px;
}
.slider-btn [class*="icon"] {
width: 58px;
height: 58px;
fill: #838383;
}
.light-btn [class*="icon"],
.light-btn [class*="icon"] {
fill: #ffffff;
}
.slider-btn:hover {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=49)';
opacity: 0.49;
}
.slick-dots {
position: absolute;
bottom: -45px;
left: 0;
right: 0;
width: 100%;
text-align: center;
}
.slick-dots li {
display: inline-block;
vertical-align: top;
width: 10px;
height: 10px;
margin: 0 9px;
opacity: 0.5;
background: #767881;
background: linear-gradient(45deg, #43464f 0%, #767881 98%, #767881 100%);
cursor: pointer;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.slick-dots li:hover {
opacity: 1;
}
.slick-dots li.slick-active {
opacity: 1;
background: #ed2b24;
background: linear-gradient(45deg, #ad1817 0%, #ad1817 2%, #ed2b24 100%);
cursor: default;
}
.slick-dots button {
visibility: hidden;
}
.slick-slide {
position: relative;
z-index: 1;
}
.slick-slide.slick-current {
z-index: 2;
}
/* end of slider */
/*! fancyBox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
text-shadow: none;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
padding: 0 !important;
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-outer {
}
.fancybox-inner {
overflow: visible !important;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
}
.fancybox-close {
position: absolute;
z-index: 9100;
top: 0;
right: 0;
cursor: pointer;
width: 48px;
height: 48px;
background: url('../images/ui/close.svg') no-repeat 0 bottom;
background-size: 30px 30px;
text-indent: -10000px;
overflow: hidden;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 58px;
height: 58px;
margin-top: -29px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background: url('../images/ui/prev.svg') no-repeat 0 0;
background-size: 58px 58px;
}
.fancybox-next span {
right: 10px;
background: url('../images/ui/next.svg') no-repeat 0 0;
background-size: 58px 58px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: rgba(0, 0, 0, 0.6);
min-width: 1200px;
min-height: 100%;
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
.selectboxit-container {
position: relative;
display: block;
vertical-align: top;
background: #ffffff;
}
.selectboxit-container * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
outline: none;
white-space: nowrap;
}
.selectboxit-container span {
display: block;
}
.selectboxit-container .selectboxit {
cursor: pointer;
height: 46px;
line-height: 46px;
margin: 0;
padding: 0;
font-size: 18px;
overflow: hidden;
display: block;
position: relative;
border: 1px solid #adadad;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.selectboxit-container .selectboxit.white-select {
height: 59px;
border: 1px solid #cccccc;
}
.input-line.error .selectboxit-container .selectboxit.white-select {
border-color: #ca211d;
}
.selectboxit-container .selectboxit.white-select .selectboxit-text {
height: 57px;
line-height: 57px;
font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 18px;
font-weight: 400;
color: #444444;
}
.selectboxit-container .selectboxit:focus {
outline: 0;
}
.selectboxit-text {
padding: 0 45px 0 18px;
overflow: hidden;
text-overflow: ellipsis;
}
.selectboxit-arrow-container {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
background: #767881;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
.selectboxit-container .selectboxit.white-select .selectboxit-arrow-container {
height: 57px;
background: #ffffff;
}
.selectboxit-arrow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.selectboxit-arrow:before {
position: absolute;
content: '';
top: 8px;
right: 12px;
display: block;
width: 18px;
height: 18px;
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.selectboxit-open .selectboxit-arrow:before {
top: 19px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.selectboxit-container .selectboxit.white-select .selectboxit-arrow:before {
top: 20px;
right: 20px;
width: 12px;
height: 12px;
border-color: #666666;
}
.selectboxit-container .selectboxit.white-select.selectboxit-open .selectboxit-arrow:before {
top: 26px;
}
.selectboxit-options {
position: absolute;
z-index: 9999999999999;
display: none;
width: 100%;
min-width: 100%;
margin: 0;
padding: 0;
text-align: left;
border: 1px solid #adadad;
overflow-x: hidden;
overflow-y: auto;
box-shadow: none;
cursor: pointer;
}
.selectboxit-option-anchor {
display: block;
height: 40px;
padding: 0 18px;
line-height: 40px;
background: #ffffff;
color: #000000;
-webkit-transition: all 0s;
transition: all 0s;
}
.selectboxit-option-anchor:hover {
text-decoration: none;
color: #ffffff;
background: #767881;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
.selectboxit-focus .selectboxit-option-anchor {
color: #ffffff;
background: #767881;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
.selectboxit-selected .selectboxit-option-anchor {
color: #ffffff;
background: #767881;
background: linear-gradient(to top, #43464f 0%, #767881 98%, #767881 100%);
}
.calculator .selectboxit-option-anchor:hover {
text-decoration: none;
color: #000000;
background: #d8d8d8;
}
.calculator .selectboxit-focus .selectboxit-option-anchor {
color: #000000;
background: #d8d8d8;
}
.calculator .selectboxit-selected .selectboxit-option-anchor {
color: #ffffff;
background: #999999;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=165)';
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
cursor: default;
}
.selectboxit-option-first {
}
.selectboxit-option-last {
}
.selectboxit-option-icon-container {
}
.selectboxit-option,
.selectboxit-optgroup-header {
}
.selectboxit-optgroup-header {
font-weight: bold;
}
.selectboxit-optgroup-header:hover {
cursor: default;
}
.selectboxit-option-icon-container {
float: left;
}
.selectboxit-option-icon {
margin: 0;
padding: 0;
vertical-align: middle;
}
/*___________end of 6. PLUGINS___________________*/
/*___________7. RESPONSIVE__________________________*/
@media only screen and (max-width: 1560px) {
.page-title-image {
left: 50%;
width: 1560px;
height: 250px;
margin: 0 0 0 -780px;
}
.header-nav > .inner > ul > li > ul {
left: -41px;
margin: 0;
}
.header-nav > .inner > ul > li.right-dropdown > ul {
left: auto;
right: -15px;
}
}
/*1280*/
@media only screen and (max-width: 1280px) {
.header-nav > .inner > ul > li {
font-size: 16px;
line-height: 58px;
}
.hero-slide-text {
max-width: 940px;
}
.hero-prev,
.hero-next {
margin: 0;
bottom: -72px;
}
.hero-prev {
left: 0;
}
.hero-next {
right: 0;
}
.hero-prev [class*="icon-"],
.hero-next [class*="icon-"] {
fill: #818181;
}
.slick-dots {
bottom: -58px;
}
.hero-slide-title {
max-width: 590px;
font-size: 28px;
line-height: 40px;
}
.hero-slide-text > p {
font-size: 16px;
}
.manufacture-item.italy {
left: 70px;
}
.manufacture-item.russia {
right: 130px;
}
.footer-nav li {
font-size: 14px;
}
.aside-column {
width: 210px;
}
.aside-nav li a {
padding-left: 14px;
}
.aside-nav li > ul a {
padding-left: 32px;
}
.header-nav > .inner > ul > li:before {
left: -50px;
width: calc(100% + 100px);
}
.content-column {
width: calc(100% - 240px);
}
.catalogue-item-image {
width: 293px;
}
.catalogue-item-content {
height: 293px;
}
.catalogue-item-features .feature > span {
display: none;
}
.feature-text {
top: auto;
bottom: 15px;
height: 90px;
padding: 10px 10px;
border-radius: 10px;
}
.catalogue-item-features .feature-icon {
margin: 0 0 20px 0;
}
.catalogue-item-features .feature:hover,
.catalogue-item-features .feature:hover .feature-text {
width: 220px;
}
.catalogue-item-features .feature {
width: 60px;
}
.search-form.active {
width: 450px;
}
.right-form {
float: right;
margin: 0;
}
.history-icon {
width: 222px;
}
.history-list .catalogue-item {
display: block;
width: 100%;
margin: 0 0 30px 0;
}
}
/* end of 1280*/
/*1110*/
@media only screen and (max-width: 1110px) {
.header-nav > .inner > ul > li:before {
left: -30px;
width: calc(100% + 60px);
}
.page-tabs.short > li > span > a {
padding: 0 32px;
}
}
/* end of 1110*/
/*1024*/
@media only screen and (max-width: 1024px) {
.category-list-item {
min-height: 300px;
}
.category-image {
position: relative;
z-index: 3;
height: 225px;
margin: 0 0 20px 0;
}
.category-image img {
max-height: 140px;
max-width: 60%;
}
.category-name {
font-size: 18px;
}
.category-list-item:before,
.category-list-item:after {
height: 133px;
}
h2 {
font-size: 38px;
line-height: 42px;
}
.bottom-text h2 {
line-height: 28px;
}
h2 > mark {
font-size: 16px;
}
.manufacture > .inner {
padding: 32px 0 20px 0;
}
.manufacture-item.italy {
top: 157px;
left: 6px;
}
.manufacture-item.russia {
top: 188px;
right: 69px;
}
.banners {
padding: 38px 15px;
}
.banners-item:nth-child(1) {
width: calc(43.3% - 30px);
}
.banners-item:nth-child(2) {
width: calc(33.9% - 30px);
}
.banners-item:nth-child(3) {
width: 23%;
}
.half-butn {
width: 100%;
}
.half-butn:first-child {
border-right: none;
border-bottom: 1px solid #b4b4b4;
}
.banners-item .icon-calculator {
display: none;
}
.banners-item.centered {
text-align: left;
}
.banner-text {
position: relative;
z-index: 2;
padding: 36px 22px 10px 22px;
font-size: 16px;
line-height: 20px;
}
.banner-name {
padding: 0 0 20px 0;
font-size: 24px;
line-height: 32px;
}
.technology-name {
font-size: 24px;
padding: 30px 30px;
}
a.banner-butn,
.banner-butn {
font-size: 16px;
}
.news-preview-link {
position: relative;
width: auto;
height: auto;
border: none;
text-align: right;
}
.news-preview-link .banner-butn {
position: relative;
bottom: 0;
left: 0;
display: inline-block;
width: auto;
height: auto;
padding: 0;
transform: rotate(0deg);
}
.news-preview-list {
padding: 0 0 0 0;
}
.news-preview {
padding: 15px 15px;
}
.news-preview-item .banner-bts {
bottom: 0;
}
.news-preview-list {
text-align: justify;
}
.news-preview-list:after {
display: inline-block;
content: '';
width: 100%;
}
.news-preview-item {
float: none;
display: inline-block;
vertical-align: top;
margin: 0 0 30px 0;
}
.news .news-preview-item {
display: block;
float: left;
margin: 0 0 27px 30px;
width: calc(50% - 15px);
min-height: 240px;
}
.news .news-preview-item:nth-child(3n + 1) {
margin-left: 30px;
}
.news .news-preview-item:nth-child(2n + 1) {
margin-left: 0;
}
.news .news-preview-item img {
width: 100%;
height: auto;
}
.news-section {
padding: 0 0 36px 0;
}
.news-aside,
.news-list {
float: none;
width: 100%;
}
.news-aside {
padding: 5px 0 26px 0;
}
.news-preview-name {
position: relative;
z-index: 2;
padding: 28px 14px 10px 14px;
font-size: 18px;
}
.news-preview-date {
bottom: 70px;
left: 14px;
}
.portfolio h2 {
padding: 0 15px 21px 15px;
}
.portfolio-item-name {
padding: 0 0 15px 0;
font-size: 24px;
}
.portfolio-item-text {
font-size: 16px;
}
.portfolio-item-text {
min-height: 215px;
}
.portfolio-controls {
padding: 28px 0 0 0;
text-align: center;
}
.portfolio {
padding: 0 0 122px 0;
}
.portfolio .slick-slide {
opacity: 1;
}
.page-title-image {
display: none !important;
}
.page-title,
.page-title a {
color: #000000;
}
.breadcrumbs {
padding: 29px 0 34px 0;
}
.product-slider-bottom,
.product-colors,
.product-slider {
float: none;
width: 100%;
}
.page-content {
padding: 0 15px 50px 15px;
}
.slider-column {
width: 48.3%;
}
.product-colors li {
float: left;
height: 90px;
width: 33.33333%;
box-shadow: 0 1px 5px rgba(170, 169, 169, 0.47);
}
.product-colors li:last-child {
border: none !important;
}
.product-colors li > span {
height: 90px;
width: 100%;
}
.product-colors-arrow {
display: none;
}
.product-colors-arrow-bottom {
position: absolute;
width: 0;
height: 0;
opacity: 0;
display: block;
visibility: hidden;
top: -9px;
left: 50%;
margin: 0 0 0 -5px;
border-left: 9px solid transparent;
border-bottom: 9px solid transparent;
border-right: 9px solid transparent;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.product-colors li.current .product-colors-arrow-bottom {
opacity: 1;
visibility: visible;
}
.page-title-print,
.product-colors.no-tabs .product-colors-arrow-bottom {
display: none !important;
}
.product-feature-content {
padding: 18px 16px 35px 16px;
line-height: 24px;
}
.product-materials-content {
padding: 18px 0 15px 16px;
}
.feature-text {
display: none;
}
.catalogue-item-features .feature:hover {
width: 60px;
}
.catalogue-item-features .feature:hover .feature-icon {
-webkit-transform: scale(1);
transform: scale(1);
}
.catalogue-item-image .banner-bts {
height: 62px;
min-height: 62px;
}
.catalogue-item-image .banner-butn {
height: 62px;
padding: 0 0 0 27px;
line-height: 64px;
}
.news-modal-frame {
max-width: 677px;
}
.where-cities ul {
width: 16.666%;
}
.where-cities ul:nth-child(5n + 1) {
clear: none;
}
.where-cities ul:nth-child(6n + 1) {
clear: both;
}
.where-country {
padding: 4px 0 60px 0;
}
.where-search {
padding: 0 0 36px 0;
}
.where-selected-market {
padding: 45px 0 0 0;
}
.where-selected-market .market {
padding: 0 0 33px 0;
}
.market-features li > span:first-child,
.market-features li > span {
width: 50%;
}
.interior-section {
margin: 28px 0 136px 0;
}
.interior .slider-btn {
bottom: -96px;
margin: 0;
}
.page-tabs {
position: relative;
margin: 0 0 53px 0;
}
.page-tabs > li > span > a {
font-size: 18px;
line-height: 18px;
padding: 0 16px;
height: 75px;
}
.seminars-section-image {
width: 373px;
}
.seminars-schedule {
padding: 25px 0 13px 0;
}
.seminars-schedule-title + .seminars-schedule-column {
width: 298px;
margin: 0 30px 0 0;
}
.seminars-schedule-column > li {
padding: 0 0 16px 0;
}
.bonus-section-image {
margin: 16px 0 0 32px;
width: 347px;
}
.bonus .catalogue-item {
margin: 0 0 27px 0;
}
.bonus-section-content {
padding: 25px 30px 0 30px;
}
.catalogue-item.steps .catalogue-item-frame {
padding: 29px 20px 27px 20px;
}
.adds-item-image {
width: 245px;
}
.adds-item-content {
padding: 45px 20px 20px 20px;
}
.adds-item-content .white-butn {
min-width: 165px;
}
.download .where-country {
padding: 4px 0 65px 0;
}
.download-section.two-list .download-item,
.download-section.three-list .download-item,
.download-item {
width: 25%;
padding: 0 15px 35px 0;
}
.download-section {
padding: 0 0 27px 0;
}
.download-section.three-list .download-item:nth-child(3n + 1),
.download-section.two-list .download-item:nth-child(2n + 1),
.download-item:nth-child(5n + 1) {
clear: none;
}
.download-section.two-list .download-item:nth-child(4n + 1),
.download-section.three-list .download-item:nth-child(4n + 1),
.download-item:nth-child(4n + 1) {
clear: both;
}
.download-section.two-list,
.download-section.three-list {
float: none;
width: auto;
clear: both;
}
.contacts .page-title,
.contacts .page-title a {
color: #ffffff;
}
.contacts {
padding-top: 185px;
}
.contacts-frame {
max-width: 378px;
}
.history-banner {
display: none;
}
.history-list .catalogue-item-frame {
min-height: 0;
}
.history-content {
padding: 25px 30px 26px 0;
}
.history-icon .icon-history-1 {
margin: 32px 0 0 0;
}
.history-icon .icon-history-2 {
margin: 31px 0 0 24px;
}
.history-icon .icon-history-3 {
margin: 30px 0 0 0;
}
.history-icon .icon-history-4 {
margin: 43px 0 0 0;
}
.history-icon .icon-history-5 {
margin: 30px 0 0 0;
}
.plants-map {
display: none;
}
.page-tabs.short {
/*display: none;*/
}
.plants .page-title .inner,
.plants .page-title {
height: auto;
min-height: 0;
}
.plants-item-video {
float: none;
width: 100%;
max-width: 697px;
margin: 6px auto 25px auto;
}
.plants-item-text {
padding: 0 15px 0 15px;
}
.calculator-column {
width: 50%;
}
.calculator-column:nth-child(3) {
float: none;
clear: both;
}
.calculator-title {
min-height: 0;
}
}
/* end of 1024*/
/*980*/
@media only screen and (min-width: 980px) {
.stages-list:before {
height: 0;
-webkit-transition: all 3s;
transition: all 3s;
}
.stages-item {
opacity: 0;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
.stages-list.active:before {
height: 90%;
}
.stages-item.active .stages-item-number,
.stages-item.active {
opacity: 1;
}
.stages-item-number {
opacity: 0;
-webkit-transition: all 0.6s 1.2s;
transition: all 0.6s 1.2s;
}
.stages-item-text .text-holder,
.stages-item-image .image-holder {
padding: 0;
width: 0;
-webkit-transition: all 0.6s 1s;
transition: all 0.6s 1s;
}
.stages-item.active .stages-item-text .text-holder {
width: 390px;
padding: 26px 32px 0 30px;
}
.stages-item.active .stages-item-image .image-holder {
width: 390px;
}
.stages-item-image:before {
border-right: 0 solid #666666;
-webkit-transition: all 0.6s 1.2s;
transition: all 0.6s 1.2s;
}
.stages-item.active .stages-item-image:before {
border-right: 10px solid #666666;
}
.stages-item:before {
width: 0;
-webkit-transition: all 1s 1.3s;
transition: all 1s 1.3s;
}
.stages-item.active:before {
width: 100%;
}
.stages-item-icon [class*="icon-"],
.stages-item-icon {
-webkit-transition: all 0.8s 1.5s;
transition: all 0.8s 1.5s;
}
.stages-item.active .stages-item-icon {
background: #e92a23;
}
.stages-item-icon.active [class*="icon-"] {
fill: #ffffff;
}
.stages-item-icon img {
-webkit-transition: all 0.8s 1.5s;
transition: all 0.8s 1.5s;
}
.stages-item.active .stages-item-icon img.hidden-image {
opacity: 1;
}
.horizontal-line {
position: absolute;
content: '';
top: 104px;
left: 0;
z-index: 2;
display: block;
width: 0;
height: 1px;
background-color: #e92a23;
-webkit-transition: all 1s 1s;
transition: all 1s 1s;
}
.stages-item.active .horizontal-line {
width: 100%;
}
.vertical-line {
position: absolute;
top: 100px;
left: 50%;
z-index: 2;
display: block;
width: 1px;
height: 0;
background-color: #e92a23;
-webkit-transition: all 1s 1s;
transition: all 1s 1s;
}
.stages-item.active .vertical-line {
height: 245px;
}
.stages-result:before,
.stages-result:after {
position: absolute;
content: '';
top: 19px;
left: -1px;
display: block;
width: 1px;
height: 0;
background: #e92a23;
-webkit-transition: all 0.5s 0.35s;
transition: all 0.5s 0.35s;
}
.stages-result:after {
left: auto;
right: -1px;
}
.stages-result.active:before,
.stages-result.active:after {
height: calc(100% - 38px);
}
.stages-result .result-top-left {
position: absolute;
top: -1px;
right: 50%;
display: block;
width: 0;
height: 20px;
border-radius: 20px 0 0 0;
border-top: 1px solid #e92a23;
border-left: 1px solid transparent;
-webkit-transition: width 0.35s, border-left 0.05s 0.35s;
transition: width 0.35s, border-left 0.05s 0.35s;
}
.stages-result img {
opacity: 0;
-webkit-transition: all 1s 0.5s;
transition: all 1s 0.5s;
}
.stages-result.active img {
opacity: 1;
}
.stages-result.active .result-top-left {
width: calc(50% + 1px);
border-left: 1px solid #e92a23;
}
.stages-result .result-top-right {
position: absolute;
top: -1px;
left: 50%;
display: block;
width: 0;
height: 20px;
border-radius: 0 20px 0 0;
border-top: 1px solid #e92a23;
border-right: 1px solid transparent;
-webkit-transition: width 0.35s, border-right 0.05s 0.35s;
transition: width 0.35s, border-right 0.05s 0.35s;
}
.stages-result.active .result-top-right {
width: calc(50% + 1px);
border-right: 1px solid #e92a23;
}
.stages-result .result-bottom-left {
position: absolute;
bottom: -1px;
left: -1px;
display: block;
width: 0;
height: 20px;
opacity: 0;
border-radius: 0 0 0 20px;
border-bottom: 1px solid #e92a23;
border-left: 1px solid #e92a23;
-webkit-transition: all 0.35s 0.85s;
transition: all 0.35s 0.85s;
}
.stages-result .result-bottom-right {
position: absolute;
bottom: -1px;
right: -1px;
display: block;
width: 0;
height: 20px;
opacity: 0;
border-radius: 0 0 20px 0;
border-bottom: 1px solid #e92a23;
border-right: 1px solid #e92a23;
-webkit-transition: all 0.35s 0.85s;
transition: all 0.35s 0.85s;
}
.stages-result.active .result-bottom-right,
.stages-result.active .result-bottom-left {
width: calc(50% + 1px);
opacity: 1;
}
}
@media only screen and (max-width: 980px) {
.hero-slide-image {
width: 980px;
margin: 0 0 0 -490px;
}
}
/* end of 980*/
/*979*/
@media only screen and (max-width: 979px) {
.stages-item-image img {
width: 100%;
height: auto;
}
.desktop-header {
display: none;
}
.mobile-header {
display: block;
}
.hero-slide-text {
padding-top: 140px;
}
.footer-right,
.footer-left {
float: none;
}
footer {
padding: 0;
}
footer > .inner {
padding: 32px 15px;
border-top: 1px solid #e2e2e2;
}
.footer-logo {
position: absolute;
top: -40px;
left: 50%;
margin: 0 0 0 -23px;
}
.footer-nav {
float: none;
padding: 15px 0 0 0;
border: none;
}
.footer-nav ul {
width: 25%;
margin: 0 0 11px 0;
}
.footer-nav li {
margin: 11px 0 0 0;
}
footer .gray-butn.login-butn {
float: none;
display: block;
max-width: 450px;
margin: 17px auto 16px auto;
}
footer .phone-box {
float: right;
}
.footer-social {
text-align: left;
float: left;
width: 190px;
font-size: 12px;
margin: 10px 0 0 0;
}
.footer-social > a {
margin: 0 0 0 10px;
}
.footer-social > a:first-child {
margin: 0;
}
.footer-social .feedback-btn,
.footer-social > span {
position: relative;
right: 0;
top: 0;
float: none;
display: inline-block;
vertical-align: middle;
margin: 5px 3px 0 0;
}
.footer-info {
position: relative;
bottom: 0;
margin: 7px 0 0 0;
clear: both;
}
.page-title {
padding-top: 60px;
}
.back-butn {
display: block;
}
.breadcrumbs {
display: none;
}
.page-title h1 {
padding-top: 20px;
text-align: center;
}
.aside-column {
display: none;
}
.content-column {
width: 100%;
}
.page-section-title h2 {
float: none;
padding: 0 0 30px 0;
text-align: center;
}
.page-section-title .modal-trigger {
float: none;
width: 240px;
margin: 0 auto;
}
.page-tabs.short,
.page-tabs {
display: none;
}
.page-content h1 {
padding: 0 0 29px 0;
text-align: center;
}
.bonus-section-image,
.reverse .seminars-section-image,
.seminars-section-image {
float: none;
width: 100%;
max-width: 490px;
margin: 0 auto;
}
.bonus-section-image {
max-width: 347px;
margin: 16px auto 38px auto;
}
.page-title.no-title,
.page-title > .inner {
min-height: 48px;
}
.seminars-section-content {
padding: 38px 0 30px 0;
}
.seminars .catalogue-item-frame {
background: none;
box-shadow: 0 0 7px rgba(24, 24, 25, 0);
}
.seminars .catalogue-item:after,
.seminars .catalogue-item:before {
display: none;
}
.seminars-section-name {
padding: 0 0 23px 0;
}
.seminars-schedule {
padding: 9px 0 43px 0;
}
.seminars-schedule-title + .seminars-schedule-column {
float: none;
width: auto;
margin: 0 0 5px 0;
}
.seminars-schedule-column > li {
padding: 0 0 18px 0;
}
.steps-list-item {
width: 50%;
}
.steps-list-item:nth-child(2n + 1) {
clear: both;
}
.bonus-section-content {
padding: 0 28px 8px 28px;
}
.bonus-section-name {
text-align: center;
padding: 0 0 27px 0;
}
.catalogue-item.steps .catalogue-item-frame {
padding: 29px 20px 39px 20px;
}
.catalogue-item.steps {
margin: 0 0 61px 0;
}
.form-column-title + p {
padding: 0 0 46px 0;
}
.adds-list .catalogue-item:nth-child(2n + 1),
.adds-list .catalogue-item {
float: none;
width: 100%;
}
.adds-item-image {
height: auto;
}
.download-section.two-list .download-item,
.download-section.three-list .download-item,
.download-item {
width: 33.333%;
}
.download-section.three-list .download-item:nth-child(4n + 1),
.download-section.two-list .download-item:nth-child(4n + 1),
.download-item:nth-child(4n + 1) {
clear: none;
}
.download-section.two-list .download-item:nth-child(3n + 1),
.download-section.three-list .download-item:nth-child(3n + 1),
.download-item:nth-child(3n + 1) {
clear: both;
}
.plants {
padding-top: 50px;
}
.stages-list {
max-width: 450px;
padding: 24px 0 28px 0;
}
.stages-item-text,
.stages-item-text .text-holder,
.stages-item-image .image-holder,
.stages-item-image {
float: none;
width: auto;
border-radius: 0;
}
.stages-item {
margin: 0 0 65px 0;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 0 7px rgba(24, 24, 25, 0.2);
}
.stages-item:before,
.stages-item-number {
display: none;
}
.stages-item-text .text-holder {
height: auto;
padding: 69px 32px 20px 30px;
}
.stages-item-name {
padding: 0 0 20px 0;
text-align: center;
}
.stages-result {
max-width: 450px;
}
}
/* end of 979*/
/*840*/
@media only screen and (max-width: 840px) {
.manufacture > .inner {
padding: 54px 0 20px 0;
}
.manufacture-item {
width: 208px;
}
.manufacture-location {
font-size: 14px;
}
.manufacture-item-frame {
height: 179px;
}
.manufacture-item.italy {
top: 211px;
left: 0;
}
.manufacture-item.russia {
top: 362px;
right: 3px;
}
.manufacture-item-line.russia {
top: 365px;
right: 544px;
transform: rotate(21deg);
}
.manufacture-item-line.italy {
top: 339px;
left: 518px;
transform: rotate(51deg);
}
.banners-item:nth-child(1) {
float: none;
width: 100%;
margin: 0 0 30px 0;
}
.banners-item:nth-child(2) {
width: calc(50% - 15px);
margin: 0 0 30px 0;
}
.banners-item:nth-child(3) {
width: calc(50% - 15px);
margin: 0 0 30px 0;
}
.half-butn {
width: 100%;
}
.half-butn:first-child {
border-right: none;
border-top: 1px solid #b4b4b4;
}
.banners-item > img {
min-width: 100%;
min-height: 270px;
}
.category-list-item {
width: 50%;
}
.category-list-item:nth-child(1),
.category-list-item:nth-child(2) {
border-bottom-color: transparent;
}
.category-list-item:nth-child(3) {
border-left-color: #b3b3b3;
}
.slider-column {
width: 100%;
float: none;
max-width: 620px;
margin: 0 auto 30px auto;
}
.where-cities ul {
width: 25%;
}
.where-cities ul:nth-child(6n + 1) {
clear: none;
}
.where-cities ul:nth-child(4n + 1) {
clear: both;
}
.city-column:nth-child(2n + 1),
.city-column {
float: none;
width: 100%;
margin: 0 0 70px 0;
padding: 0;
background: none;
box-shadow: 0 0 0 transparent;
}
.where-city-bg:before,
.where-city-bg:after {
display: none;
}
.contacts .map-box {
position: relative;
height: 449px;
margin: 0 0 42px 0;
}
.contacts .page-title {
background: none;
position: relative;
}
.contacts .page-title,
.contacts .page-title a {
color: #000000;
}
.contacts {
padding-top: 0;
}
.contacts-frame {
max-width: 100%;
padding: 0 0 0 0;
background: none;
box-shadow: 0 0 0 transparent;
}
.contacts-section {
padding: 0 0 26px 0;
}
.mobile-contacts {
padding: 0 0 17px 0;
}
}
/* end of 840*/
/*768*/
@media only screen and (max-width: 778px) {
.news .news-preview-item img {
width: auto;
height: 100%;
}
}
@media only screen and (max-width: 768px) {
.news-preview-item {
display: block;
width: 100%;
}
.news-preview-item > img {
width: 100%;
}
.catalogue-item-image {
float: none;
width: 100%;
max-width: 100%;
margin: 0 auto;
height: auto;
overflow: hidden;
}
.catalogue-item-image img {
width: 100%;
}
.catalogue-item-content {
height: auto;
padding-bottom: 120px;
}
.catalogue-item-name {
padding: 0 0 5px 0;
}
.catalogue-item-brand {
padding: 0 0 9px 0;
}
.catalogue-item-content p {
height: auto;
max-height: 100000px;
overflow: hidden;
}
.catalogue-item-features .feature-icon {
margin: 0 0 30px 0;
}
.catalogue-item-features .feature {
margin: 0 0 0 20px;
}
.form-column,
.right-form {
float: none;
margin: 0 auto 60px auto;
width: 100%;
}
.right-form-title {
padding: 0 0 25px 0;
}
.innovations .catalogue-item-frame {
padding: 0;
}
.innovation-image {
position: relative;
top: 0;
left: 0;
width: auto;
max-width: 450px;
height: auto;
margin: 0 auto;
}
.innovation-image .image-row {
position: relative;
height: auto;
}
.innovation-image .image-cell {
display: block;
}
.innovation-image .image-cell img {
display: block;
}
.innovation-text {
overflow: hidden;
padding: 30px 0 25px 0;
}
.innovation-name {
padding: 0 0 30px 0;
}
.innovations .catalogue-item:before,
.innovations .catalogue-item:after {
display: none;
}
.innovations .catalogue-item-frame {
background: none;
box-shadow: 0 0 0 transparent;
}
}
/* end of 768*/
/*640*/
@media only screen and (max-width: 640px) {
.download .where-country,
.where-country {
text-align: center;
padding: 4px 0 23px 0;
}
.where-country li:first-child,
.where-country li {
float: none;
display: inline-block;
vertical-align: top;
margin: 0 10px 25px 10px;
}
.technology-item {
width: 100%;
}
.footer-nav ul {
width: auto;
margin: 0 30px 11px 0;
}
.footer-nav ul:nth-child(3n + 1) {
clear: both;
}
.technical-content {
padding: 24px 10px 49px 10px;
}
.technical-table td,
.technical-table th {
font-size: 13px;
padding: 0 8px;
}
.news .news-preview-item {
float: none;
margin: 0 0 30px 0;
width: 100%;
min-height: 240px;
}
.news .news-preview-item:nth-child(3n + 1) {
margin-left: 0;
}
.news .news-preview-item img {
width: 100%;
height: auto;
}
.news-aside {
text-align: center;
padding: 3px 0 26px 0;
}
.where-search {
padding: 0 0 39px 0;
}
.where-cities ul {
width: 33.333%;
}
.where-cities ul:nth-child(4n + 1) {
clear: none;
}
.where-cities ul:nth-child(3n + 1) {
clear: both;
}
.interior .slick-dots li {
margin: 0 4px;
}
.download-section.two-list .download-item,
.download-section.three-list .download-item,
.download-item {
width: 50%;
}
.download-section.three-list .download-item:nth-child(3n + 1),
.download-section.two-list .download-item:nth-child(3n + 1),
.download-item:nth-child(3n + 1) {
clear: none;
}
.download-section.two-list .download-item:nth-child(2n + 1),
.download-section.three-list .download-item:nth-child(2n + 1),
.download-item:nth-child(2n + 1) {
clear: both;
}
.history-list .catalogue-item {
margin: 0 0 60px 0;
}
.history-list .catalogue-item:before,
.history-list .catalogue-item:after {
display: none;
}
.history-list .catalogue-item-frame {
background: none;
box-shadow: 0 0 0 transparent;
}
.history-list {
padding: 28px 0 0 0;
}
.history-icon {
float: none;
width: 100%;
margin: 0;
}
.history-content {
padding: 25px 0 0 0;
}
.history-icon .icon-history-1,
.history-icon .icon-history-2,
.history-icon .icon-history-3,
.history-icon .icon-history-4,
.history-icon .icon-history-5 {
margin: 0;
}
.plants .catalogue-item:after,
.plants .catalogue-item:before {
display: none;
}
.plants .catalogue-item-frame {
padding: 0;
background: none;
box-shadow: 0 0 0 transparent;
}
.plants-item-video {
margin: 0 0 42px 0;
}
.plants-item-text {
padding: 0;
}
.calculator-column {
float: none;
width: 100%;
}
}
/* end of 640*/
/*540*/
@media only screen and (max-width: 540px) {
}
/* end of 540*/
/*480*/
@media only screen and (min-width: 480px) {
}
@media only screen and (max-width: 480px) {
.hero-slide-image,
.hero-slide,
.hero-slider-holder {
height: 600px;
}
.hero-slide-text {
max-width: 440px;
}
.manufacture-image,
.hero-slide-image {
width: 480px;
margin: 0 0 0 -240px;
}
.hero-slide-image:before {
width: 200px;
}
.hero-slide-image:after {
display: none;
}
.manufacture-item-line.italy {
top: 390px;
left: 12px;
transform: rotate(159deg);
}
.manufacture-item-line.russia {
top: 394px;
right: 4px;
transform: rotate(41deg);
}
.technical-select {
max-width: 100%;
}
.news-modal-frame {
padding: 28px 15px 40px 15px;
}
.news-modal-image.short-left,
.news-modal-image.short {
float: none;
width: 100%;
margin: 30px 0 30px 0;
}
.market-features li > span:first-child, .market-features li > span {
float: none;
width: 100%;
}
.market-features li {
padding: 15px 0 0 0;
}
.page-content h1 + p {
padding: 0 0 21px 0;
text-align: center;
}
.adds-item-image {
padding: 25px 0 17px 10px;
}
.stages-item-image img {
max-width: 10000%;
width: auto;
min-height: 240px;
}
}
/* end of 480*/
/*479*/
@media only screen and (max-width: 479px) {
.adds-item-image {
float: none;
width: 100%;
max-width: 260px;
padding: 20px 10px;
margin: 0 auto;
text-align: center;
}
.product-colors li {
width: 32.9%;
}
.product-colors li > span {
padding: 24px 10px 20px 10px;
}
}
/* end of 479*/
/*440*/
@media only screen and (max-width: 440px) {
.hero-slide-title {
font-size: 22px;
line-height: 28px;
}
.hero-slide-text > p {
font-size: 16px;
line-height: 24px;
}
.hero-slide-image:before {
width: 300px;
}
.manufacture-item-line.russia,
.manufacture-item-line.italy {
display: none;
}
.manufacture > .inner {
padding: 20px 0;
}
.manufacture-item.italy {
top: 175px;
left: 0;
}
.manufacture-item.russia {
top: 362px;
right: 0;
}
.banners-item:nth-child(2) {
width: 100%;
}
.banners-item:nth-child(3) {
width: 100%;
}
.banner-text {
position: relative;
z-index: 2;
padding: 20px 20px 10px 20px;
font-size: 14px;
line-height: 16px;
}
.mobile-header .header-logo {
top: 14px;
width: 40px;
height: 50px;
margin: 0 0 0 -20px;
}
.mobile-header .header-logo [class*="icon-"] {
width: 40px;
height: 50px;
}
.footer-nav ul {
width: 50%;
margin: 0 0 11px 0;
}
.footer-nav ul:nth-child(2n + 1) {
clear: both;
}
.footer-nav ul:nth-child(3n + 1) {
clear: none;
}
.footer-social {
padding: 0 0 10px 0;
}
.footer-info,
.footer-social,
footer .phone-box {
float: none;
text-align: center;
width: auto;
}
.footer-info > a,
.footer-info > span,
.footer-social span {
display: block;
}
.product-materials-content,
.product-feature-content {
font-size: 14px;
line-height: 20px;
}
.product-materials-trigger > span, .product-feature-trigger > span {
font-size: 14px;
line-height: 18px;
padding-left: 50px;
}
.product-feature-trigger .feature-icon {
left: 4px;
}
.catalogue-item-brand > span {
display: block;
margin: 10px 0 0 0;
}
.catalogue-item-content p {
font-size: 14px;
line-height: 18px;
}
.catalogue-item-features .feature-icon {
margin: 0 0 15px 0;
}
.catalogue-item-content {
padding-bottom: 90px;
}
.catalogue-item-features {
padding: 0 15px;
}
.page-content h1,
.page-title h1 {
font-size: 34px;
}
.news .news-preview-name {
padding: 28px 14px 10px 14px;
font-size: 18px;
}
.news .news-preview-date {
bottom: 20px;
left: 14px;
}
.where-cities ul {
width: 50%;
}
.where-cities ul:nth-child(3n + 1) {
clear: none;
}
.where-cities ul:nth-child(2n + 1) {
clear: both;
}
.where-country li {
margin: 0 0 0 15px;
font-size: 15px;
}
.mobile-nav-list > li > a {
margin: 0 15px;
font-size: 24px;
}
.search-box {
height: 59px;
margin: 54px 15px 0 15px;
}
.interior-slider-holder img {
width: 100%;
}
.page-section-title h2 {
font-size: 24px;
}
.seminars-schedule-column time {
float: none;
}
.steps-list-item {
float: none;
width: 100%;
}
.bonus-section-content {
padding: 0 15px 8px 15px;
}
.catalogue-item.steps .catalogue-item-frame {
padding: 29px 15px 39px 15px;
}
.bonus-section-image {
padding: 0 15px;
}
.download-section.two-list .download-item,
.download-section.three-list .download-item,
.download-item {
width: 100%;
float: none;
padding: 0 0 50px 0;
}
.plants-slide {
padding: 0;
}
[class*="plants-dots"] {
display: none;
}
.plants-item-name {
font-size: 24px;
}
.stages-item-text .text-holder {
height: auto;
padding: 69px 15px 20px 15px;
}
.calculator-column {
padding: 0 0 20px 0;
}
.calculator .catalogue-item-frame {
padding: 30px 15px 60px 15px;
}
.calculator-result {
margin: 0;
}
}
/* end of 440*/
/*380*/
@media only screen and (max-width: 390px) {
.news .news-preview-item img {
width: auto;
height: 100%;
}
}
@media only screen and (max-width: 380px) {
.mobile-header-control {
width: 54px;
}
.mobile-nav-btn > div {
left: 16px;
}
.mobile-nav-btn:before {
width: 45px;
}
.mobile-nav {
left: 5px;
width: calc(100% - 10px);
}
.category-list-item {
width: 100%;
border-left-color: #b3b3b3;
border-bottom-color: transparent;
}
.category-list-item:nth-child(4) {
border-bottom-color: #b3b3b3;
}
.bottom-text p {
font-size: 16px;
line-height: 24px;
}
}
/* end of 380*/
/*320*/
@media only screen and (max-width: 320px) {
.download-modal-frame {
padding: 40px 15px 53px 15px;
}
}
/* 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.____________*/