html {
    position: relative;
}
a,
button,
input,
textarea {
    outline: none !important;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}
:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
select:focus {
    outline: none !important;
}
select {
    outline: none !important;
}
a:focus {
    outline: none;
    outline-offset: inherit;
}
.accent-color {
    color: #d7d111;
}
.light-color {
    color: #ffffff;
}
.red-color {
    color: #ff7261;
}
.np {
    padding: 0px;
}
.nm {
    margin: 0;
}
p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
p.clock {
    font-size: 14px;
}
p.clock span {
    font-size: 13px;
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
    display: inline-block;
    position: relative;
    padding: 0px 5px;
}
p.clock span:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: -3px;
    width: 24px;
    height: 26px;
    background-image: url("../images/clock.png");
    background-repeat: no-repeat;
    background-position: center center;
}
body {
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    position: relative;
    overflow-x: hidden;
    font-family: 'museo_sans_cyrl100';
}
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
h1 {
    font-size: 26px;
    line-height: 40px;
    font-family: 'museo_sans_cyrl700';
    margin: 0;
    text-transform: uppercase;
    letter-spacing: normal;
}
h2 {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
}
/****************/
/*TYPIST ELEMENT*/
/****************/
@keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}
.typist-element:after {
    content: " ";
    display: inline-block;
    height: 40px;
    background-color: #d7d111;
    position: relative;
    top: 10px;
    margin-left: 6px;
    width: 4px;
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}
.selectedText {
    font-style: normal !important;
}
.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    -ms-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite;
}
/*****/
/*TOP*/
/*****/
.top {
    background-color: #313131;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 333;
}
.top .top-holder {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.top .top-holder .top-right {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.top .top-holder .top-right .lang {
    width: 22px;
}
.top .top-holder .top-right .lang a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1;
}
.top .top-holder .top-right .lang a:not(.active):hover {color: #d7d111;}
.top .top-holder .top-right .lang a.active {
    color: #d7d111;
}
.top .top-holder .top-right .lang span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #aaaaaa;
}
.top .top-holder .top-right .phone {
    margin-right: 65px;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.top .top-holder .top-right .phone img {
    position: relative;
    top: -1px;
}
.top .top-holder .top-right .phone .sups {
    padding-left: 15px;
    padding-right: 15px;
}
.top .top-holder .top-right .phone .sups span {
    display: block;
    font-size: 12px;
    line-height: 0.9;
}
.top .top-holder .top-right .phone .number {
    font-family: 'museo_sans_cyrl700';
    font-size: 30px;
    line-height: 1;
}
.top .top-holder .top-right .phone .number span {
    display: block;
}
.top .top-holder .top-left span,
.top .top-holder .top-left a {
    display: inline-block;
}
.top .top-holder .top-left span {
    font-size: 14px;
    margin-right: 25px;
}
.top .top-holder .top-left span img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.top .top-holder .top-left a {
    color: #aaa;
    text-decoration: none;
    border-bottom: 1px dashed #aaa;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 1px;
}
.top .top-holder .top-left a:focus,
.top .top-holder .top-left a:hover {
    color: #d7d111;
    border-color: #d7d111;
    text-decoration: none;
}
.show-menu-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 11px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.34s ease-in-out;
    transition: 0.34s ease-in-out;
    cursor: pointer;
    z-index: 10000;
}
.show-menu-btn span {
    display: block;
    position: absolute;
    background: #737373;
    height: 2px;
    width: 25px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    top: 22px;
}
.show-menu-btn span:nth-child(1) {
    top: 0px;
}
.show-menu-btn span:nth-child(2) {
    top: 7px;
}
.show-menu-btn span:nth-child(3) {
    top: 14px;
}
.show-menu-btn.open {
    right: 210px;
}
.show-menu-btn.open span {
    top: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 30px;
}
.show-menu-btn.open span:nth-child(2) {
    left: -60px;
    opacity: 0;
}
.show-menu-btn.open span:nth-child(3) {
    top: 7px;
    width: 30px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
body.menu-opened {
    overflow: hidden;
}
.overlay-menu {
    right: 0;
    top: 0;
    position: fixed;
    background-color: #313131;
    min-height: 100%;
    overflow: auto;
    overflow: hidden;
    height: 100%;
    width: 0%;
    visibility: hidden;
    z-index: 9997;
    opacity: 0;
    padding: 50px 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.24);
}
.overlay-menu ul {
    list-style: none;
    padding-left: 20px;
    padding-right: 15px;
    text-align: right;
}
.overlay-menu ul span,
.overlay-menu ul a {
    color: #ffffff;
    display: block;
    line-height: 30px;
    font-size: 13px;
    text-transform: uppercase;
}
.overlay-menu.active {
    top: 0;
    width: 195px;
    visibility: visible;
    opacity: 1;
    right: 0;
}
.overlay-menu.active .navigation-mobile li {
    left: 0;
    -webkit-transition: left 0.4s ease-out 0.3s, opacity 0.4s ease-out;
    transition: left 0.4s ease-out 0.3s, opacity 0.4s ease-out;
    opacity: 1;
}
.overlay-menu.active .navigation-mobile li:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.overlay-menu.active .navigation-mobile li:nth-child(5) {
    -webkit-transition-delay: .46s;
    transition-delay: .46s;
}
.overlay-menu.active .navigation-mobile li:nth-child(4) {
    -webkit-transition-delay: .42s;
    transition-delay: .42s;
}
.overlay-menu.active .navigation-mobile li:nth-child(3) {
    -webkit-transition-delay: .38s;
    transition-delay: .38s;
}
.overlay-menu.active .navigation-mobile li:nth-child(2) {
    -webkit-transition-delay: .34s;
    transition-delay: .34s;
}
.overlay-menu.active .navigation-mobile li:first-child {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.navigation-mobile li {
    margin: 0;
    left: -60px;
    -webkit-transition: left 0.4s ease-out 0.4s;
    transition: left 0.4s ease-out 0.4s;
    opacity: 0;
    position: relative;
}
/************/
/*NAVIGATION*/
/************/
.nav-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    top: 36px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 333;
}
.nav-wrapper.sticky {
    top: 0;
}
.nav-wrapper.sticky .show-menu-btn {
    top: 7px;
}
.nav-wrapper.sticky .logo img {
    width: 150px;
}
.nav-wrapper.sticky .navigation li {
    margin-right: 40px;
}
.nav-wrapper .nav-holder {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.nav-wrapper .logo img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 231px;
}
.nav-wrapper .navigation {
    padding-right: 50px;
}
.nav-wrapper .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}
.nav-wrapper .navigation ul li {
    display: block;
    float: left;
    margin-right: 53px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nav-wrapper .navigation ul li:last-child {
    margin-right: 0;
}
.nav-wrapper .navigation ul li a {
    text-decoration: none;
    color: #737373;
    font-size: 14px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    font-family: 'museo_sans_cyrl300';
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.nav-wrapper .navigation ul li a:hover {color: #d7d111;}
/********************/
/*INPUTS AND BUTTONS*/
/********************/
.form-control.face-input {
    height: 45px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid #cccccc;
    line-height: 43px;
    text-align: center;
    padding: 0;
    font-size: 15px;
}
.form-control.face-input::-webkit-input-placeholder {
    color: #b6b6b6;
}
.form-control.face-input::-moz-placeholder {
    color: #b6b6b6;
}
a.accent-btn:hover,
a.white-btn:hover,
a.accent-btn:focus,
a.white-btn:focus {
    color: #3f3f3f;
    text-decoration: none;
}
.accent-btn {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #3f3f3f;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #d7d111;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #a7a11b;
    height: 45px;
    line-height: 44px;
    font-family: 'museo_sans_cyrl300';
    font-size: 15px;
    padding: 0px 30px;
}
.accent-btn:hover {
    background-color: rgba(215, 209, 17, 0.7);
}
.form {
    width: 280px;
}
/**********/
/*HEADER*/
/**********/
header {
    position: relative;
    height: 640px;
    background-color: #313130;
    margin-top: 53px;
}
header .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/header/header.jpg");
    background-repeat: no-repeat;
    background-position: center 60%;
	opacity: .65 !important;
}
header .mouse {
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
header h1 {
    position: relative;
}
header h1 .hidden-span {
    display: none;
}
header h1 span {
    display: block;
}
header h1 span.typed-text {
    display: inline-block;
    min-width: 330px;
    width: 330px;
}
header h1 span span {
    display: inline;
}
header .header-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header .header-content .header-left {
    width: 65%;
    padding-top: 60px;
}
header .header-content .header-left .subtitle {
    margin-top: 10px;
    margin-bottom: 30px;
}
header .header-content .header-left .subtitle span {
    display: inline-block;
    background-color: #d7d111;
    color: #ffffff;
    letter-spacing: 0.25em;
    font-family: 'museo_sans_cyrl300';
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    width: 520px;
	text-transform: lowercase;
}
header .header-content .header-left .header-form {
    width: 520px;
    overflow: hidden;
    background-color: rgba(199, 192, 184, 0.8);
    box-shadow: 0px 11px 29px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 11px 29px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 11px 29px rgba(0, 0, 0, 0.35);
    padding: 25px 20px 20px;
    position: relative;
    color: #343332;
	min-height: 300px;
}
header .header-content .header-left .header-form .form {
    margin-left: auto;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}
header .header-content .header-left .header-form .form small {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
}
header .header-content .header-left .header-form .form small img {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    top: -3px;
}
header .header-content .header-left .header-form .form .clock {
    text-align: center;
    margin-top: -5px;
    margin-bottom: 10px;
	display: none;
}
header .header-content .header-left .header-form .form-top {
    text-align: center;
}
header .header-content .header-left .header-form .form-top p {
    text-transform: uppercase;
    font-family: 'museo_sans_cyrl300';
    font-size: 19px;
}
header .header-content .header-left .header-form .form-top span {
    display: block;
}
header .header-content .header-left .header-form .form-img {
    position: absolute;
    bottom: 0;
    left: 20px;
}
header .header-content .header-right {
    width: 45%;
}
header .header-content .header-right .arrow-content {
    padding-top: 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-content .header-right .arrow-content .arrow-left,
header .header-content .header-right .arrow-content .arrow-right {
    position: relative;
}
header .header-content .header-right .arrow-content .arrow {
    text-align: center;
    width: 70px;
    min-width: 70px;
    position: relative;
}
header .header-content .header-right .arrow-content span {
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
}
header .header-content .header-right .line-box {
    width: 232px;
    height: 105px;
    position: absolute;
	bottom: -70px;
	right: 5px;
	text-align: right;
	padding-right: 5px;
}
header .header-content .header-right .line-box p {
    color: #d7d111;
    font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    position: relative;
}

header .header-content .header-right .line-box .top-line {
    background-color: #d7d111;
    width: calc(100% - 10px);
    height: 1px;
    position: absolute;
    top: 23px;
    right: 0;
}
header .header-content .header-right .line-box .top-line.top-line-middle {
    top: 46px;
}
header .header-content .header-right .line-box .top-line.top-line-bottom {
    top: 69px;
}
header .header-content .header-right .line-box .right-line {
    height: 150px;
    width: 1px;
    background-color: #d7d111;
    position: absolute;
    bottom: /*calc(100% - 23px)*/ auto;
    top: -80px;
    right: 0;
}
/****************/
/*BORDER HEADING*/
/****************/
.border-heading {
    position: relative;
}
.border-heading .border-text {
    position: relative;
    text-align: center;
}
.border-heading .border-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 215px;
    height: 90px;
}
.border-heading .border-box .border {
    border: 8px solid #7f7f7f;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
/**********/
/*ZOOM*/
/**********/
.zoomy {
    position: absolute;
    display: none;
    background-repeat: no-repeat;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #818181;
    line-height: 100px;
    text-align: center;
    background-position: center;
    background-color: #fff;
    z-index: 1000;
    height: 150px !important;
}
.zoomy:after {
    display: block;
    content: "";
    background-image: url("../images/visualiser/zoom.png");
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.zoomy span {
    display: block;
    margin: 10px auto;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.5, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
    background: -moz-linear-gradient(bottom center, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
}
.zoomy img {
    opacity: 0;
    filter: alpha(opacity=0);
}
/**********/
/*VISUALISER*/
/**********/
.visualiser {
    position: relative;
    background-image: url("../images/visualiser/bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 45px;
}
.visualiser .close-modal {
    display: none;
}
.visualiser .filter-btn {
    display: none;
}
.visualiser .border-heading h2 {
    color: #ffffff;
}
.visualiser .border-heading p {
    color: #ffffff;
}
.visualiser .visual-holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding-top: 50px;
}
.visualiser .visual-holder .visual-left {
    width: 32.82%;
    position: relative;
    margin-right: 8px;
}
.visualiser .visual-holder .visual-left .material-and-color {
    display: table;
    width: 100%;
}
.visualiser .visual-holder .visual-left .description {
    padding-top: 20px;
    color: #ffffff;
}
.visualiser .visual-holder .visual-left .description ul {
    list-style: none;
    padding: 0;
    display: table;
    margin: 0;
    width: 100%;
}
.visualiser .visual-holder .visual-left .description ul li {
    display: table;
    width: 100%;
    line-height: 18px;
}
.visualiser .visual-holder .visual-left .description ul li.desc-scene {
    margin-bottom: 5px;
}
.visualiser .visual-holder .visual-left .description ul li.desc-scene span.desc-left {
    font-size: 12px;
}
.visualiser .visual-holder .visual-left .description ul li.desc-scene span.desc-right {
    color: #d7d111;
    font-size: 26px;
    line-height: 1;
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
	margin-top: -6px;
}
.visualiser .visual-holder .visual-left .description ul span {
    display: block;
    float: left;
    font-size: 12px;
    font-family: 'museo_sans_cyrl300';
}
.visualiser .visual-holder .visual-left .description ul span.desc-left {
    width: 105px;
}
.visualiser .visual-holder .visual-left .description ul span.desc-right {
  /*  text-transform: uppercase;*/
}
.visualiser .visual-holder .visual-left .description .desc-bottom {
    padding: 3px 0;
    font-size: 13px;
    color: #9a9a9a;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 10px;
    line-height: 16px;
    margin-top: 5px;
}
.visualiser .visual-holder .visual-left .description .scene-form {
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 0;
	position: relative;
}
.visualiser .visual-holder .visual-left .description .scene-form > .form_emule,
.visualiser .visual-holder .visual-left .description .scene-form form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px -5px;
}
.visualiser .visual-holder .visual-left .description .scene-form form .form-group,
.visualiser .visual-holder .visual-left .description .scene-form > .form_emule .form-group,
.visualiser .visual-holder .visual-left .description .scene-form form .button-holder,
.visualiser .visual-holder .visual-left .description .scene-form > .form_emule .button-holder {
    width: 50%;
    padding: 0px 5px;
    margin: 0;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 62px;
    height: 45px;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    cursor: pointer;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item.disable {
    cursor: default;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item.disable img {
    opacity: 0.3;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item.disable:hover:after,
.visualiser .visual-holder .visual-left .visual-profile .profile-item.disable:hover:before {
    opacity: 0;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item.disable:hover span {
    color: #818181;
    opacity: 0.4;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item:hover:after,
.visualiser .visual-holder .visual-left .visual-profile .profile-item:hover:before {
    opacity: 1;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item:hover span {
    color: #ffffff;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item img {
    position: absolute;
    left: -8px;
    top: -5px;
	width: calc(100% + 15px);
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item span {
    display: block;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    bottom: 0;
    right: 2px;
    color: #818181;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 3;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 209, 17, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
}
.visualiser .visual-holder .visual-left .visual-profile .profile-item:before {
    content: "";
    display: block;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/visualiser/check.png");
    z-index: 3;
    opacity: 0;
}
.visualiser .visual-holder .visual-left .visual-filter {
    width: 99.3%;
    margin-bottom: 1px;
    display: none;
}
body[data-lang="ua"] .visualiser .visual-holder .visual-left .visual-filter[data-lang="ua"] {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
body[data-lang="ru"] .visualiser .visual-holder .visual-left .visual-filter[data-lang="ru"] {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.visualiser .visual-holder .visual-left .visual-filter > div {
    width: 50%;
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
    color: #383838;
    line-height: 34px;
    text-align: center;
	cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.visualiser .visual-holder .visual-left .visual-filter > div:first-child {
    margin-right: 1px;
}
.visualiser .visual-holder .visual-left .visual-filter > div.active {
    color: #fff;
    background-color: #ff7261;
}
.visualiser .visual-holder .visual-left .visual-filter > div:not(.active):hover {
    opacity: .8;
}
.visualiser .visual-holder .visual-left .visual-color {
    width: 33%;
    float: left;
    height: 70px;
    margin-right: 1px;
    position: relative;
}
.visualiser .visual-holder .visual-left .visual-color span {
    display: block;
    width: 33.3333%;
    float: left;
    height: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
/*
.visualiser .visual-holder .visual-left .visual-color span:nth-child(6) {
    cursor: default;
}
.visualiser .visual-holder .visual-left .visual-color span:nth-child(6):before {
    display: none;
}
*/
.visualiser .visual-holder .visual-left .visual-color span.active:before {
	opacity: 1;
}
.visualiser .visual-holder .visual-left .visual-color span:not(.active):hover:before {
    opacity: .5;
}
.visualiser .visual-holder .visual-left .visual-color span:before {
    content: "";
    display: block;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/visualiser/check-accent.png");
    z-index: 3;
    opacity: 0;
}
.visualiser .visual-holder .visual-left .material-item {
    width: 32.9%;
    margin-right: 1px;
    margin-bottom: 1px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.visualiser .visual-holder .visual-left .material-item:hover:after {
    opacity: .5;
}
.visualiser .visual-holder .visual-left .material-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 209, 17, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
}
.visualiser .visual-holder .visual-left .material-item:before {
    content: "";
    display: block;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/visualiser/check-accent.png");
    z-index: 3;
    opacity: 0;
}
.visualiser .visual-holder .visual-left .material-item.active:before {opacity: 1;}
.visualiser .visual-holder .visual-right {
    width: 67.5%;
    position: relative;
}
.visualiser .visual-holder .visual-right .visual-right-bottom {
    margin-top: 10px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form {
    width: 300px;
    padding-top: 7px;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form-group {
    margin-bottom: 13px;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form-title {
    width: 380px;
    text-align: center;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form-title h4 {
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
    color: #424242;
    line-height: 18px;
    font-size: 15px;
    text-transform: uppercase;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form-title .clock {
    margin-top: 2px;
    margin-bottom: 2px;
	display: none;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form-title .form-title-bottom {
    padding-top: 4px;
    border-top: 1px solid #a4a4a4;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form-title .form-title-bottom p {
    font-size: 14px;
    line-height: 15px;
}
.visualiser .visual-holder .visual-right .visual-right-bottom .form-title .form-title-bottom p span {
    color: #9a9a9a;
}
.visualiser .visual-holder .visual-right .visual-right-top {
    position: relative;
    overflow: hidden;
    height: 445px;
}
.visualiser .visual-holder .visual-right .material-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.visualiser .visual-holder .visual-right .material-full.is-active {
    z-index: 6;
}
.visualiser .visual-holder .visual-right .material-full img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.visualiser .visual-holder .visual-right .material-full img.visible {
    opacity: 1;
}
.visualiser .visual-holder .visual-right .variant-thumb {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 6;
}
.visualiser .visual-holder .visual-right .variant-thumb ul {
    list-style: none;
}
.visualiser .visual-holder .visual-right .variant-thumb ul li {
    display: block;
    border: 1px solid #3c3c3c;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
	opacity: .4;
}
.visualiser .visual-holder .visual-right .variant-thumb ul li.active {
	opacity: 1;
}
.visualiser .visual-holder .visual-right .variant-thumb ul li:not(.active):hover {
	opacity: .7;
}
.visualiser .visual-holder .visual-right .variant-thumb ul li.active:before {
    opacity: 1;
}
.visualiser .visual-holder .visual-right .variant-thumb ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 209, 17, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
}
.visualiser .visual-holder .visual-right .variant-thumb ul li:before {
    content: "";
    display: block;
    width: 21px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/visualiser/check-accent.png");
    z-index: 3;
    opacity: 0;
}
.visualiser .visual-holder .visual-right .scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.visualiser .visual-holder .visual-right .scene .face-finish {
    z-index: 4;
}
.visualiser .visual-holder .visual-right .scene .layer-sceleton.sceleton-middle {
    z-index: 3;
}
.visualiser .visual-holder .visual-right .scene .layer-sceleton.sceleton-start {
    z-index: 1;
}
.visualiser .visual-holder .visual-right .scene .face-finish,
.visualiser .visual-holder .visual-right .scene .layer-sceleton {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.visualiser .visual-holder .visual-right .profile-full {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    width: 185px;
    height: 140px;
    background-color: #ffffff;
}
.visualiser .visual-holder .visual-right .profile-full.visible {
    opacity: 1;
    z-index: 6;
}
.visualiser .visual-holder .visual-right .profile-full span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #d7d111;
    display: block;
    line-height: 1;
    font-size: 30px;
}
.visualiser .visual-holder .visual-right .profile-full img {
    position: absolute;
    top: -45px;
    left: -67px;
}
.video-background {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    overflow: hidden;
}
.video-background:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(212, 212, 212, 0.7);
}
.video-foreground {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    height: 150%;
    pointer-events: none;
}
.video-foreground video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200%;
    height: 150%;
    pointer-events: none;
}
/**********/
/*WORKSHOP*/
/**********/
.workshop {
    position: relative;
    height: 640px;
}
.workshop .link-skip {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.workshop .link-skip .link-holder {
    padding-left: 55px;
}
.workshop .link-skip a {
    display: inline-block;
    color: #d7d111;
    text-decoration: none;
	font-weight: bold;
    border-bottom: 2px dashed #d7d111;
    font-size: 14px;
}
.workshop .link-skip a:hover {
    text-decoration: none;
}
.workshop .workshop-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.workshop .workshop-title .border-heading {
    z-index: 3;
}
.workshop .workshop-title .border-heading .subtitle span {
    display: inline-block;
    background-color: #d7d111;
    color: #fff;
    letter-spacing: .25em;
    font-family: 'museo_sans_cyrl300';
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    padding: 0px 15px;
}
.workshop .workshop-title .border-heading .accent-color {
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.31);
}
.workshop .workshop-title .border-heading .border-box {
    left: 37%;
    top: 36%;
    width: 215px;
    height: 130px;
}
.workshop .workshop-title .border-heading .border-box .border {
    border: 10px solid rgba(255, 255, 255, 0.35);
}
.workshop .workshop-title .border-heading .border-text {
    text-align: left;
}
.workshop .carousel-workshop .flickity-slider {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
}
.workshop .carousel-workshop .flickity-page-dots {
    position: absolute;
    bottom: auto;
    text-align: right;
    max-width: 1170px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    top: 50%;
    z-index: 22;
}
.workshop .carousel-workshop .flickity-page-dots .dot {
    display: block;
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #7d7b7b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.workshop .carousel-workshop .flickity-page-dots .dot.is-selected {
    background-color: #d7d111;
    border-color: #d7d111;
}
.workshop .carousel-workshop .flex_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 615px;
    width: 100%;
    margin: 0;
    left: 0 !important;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.workshop .carousel-workshop .flex_wrap .workshop-content {
    padding-left: 55px;
    padding-right: 100px;
}
.workshop .carousel-workshop .flex_wrap .workshop-content .title,
.workshop .carousel-workshop .flex_wrap .workshop-content .text,
.workshop .carousel-workshop .flex_wrap .workshop-content .number {
    transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 1;
}
.workshop .carousel-workshop .flex_wrap .workshop-content .title {
    text-transform: uppercase;
    color: #222;
    font-family: 'museo_sans_cyrl700';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
	font-weight: bold;
    -webkit-transition: all 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
.workshop .carousel-workshop .flex_wrap .workshop-content .text {
    color: #222;
    line-height: 22px;
    position: relative;
    -webkit-transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.workshop .carousel-workshop .flex_wrap .workshop-content .number {
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.31);
    color: #d7d111;
    font-family: 'museo_sans_cyrl900';
    line-height: 1;
    font-size: 28px;
	cursor: default;
    position: relative;
    display: block;
	margin-top: -150px;
    -webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.workshop .carousel-workshop .flex_wrap .workshop-content .number > span {
	display: inline-block;
	position: relative;
	color: rgba(255,255,255,.6);
	font-size: 22px;
	cursor: pointer;
}
.workshop .carousel-workshop .flex_wrap .workshop-content .number > span:hover {
	color: #d7d111;
}
.workshop .carousel-workshop .flex_wrap .workshop-content .number > span.active {
	color: #d7d111;
	font-size: 28px;
}
.workshop .carousel-workshop .flex_wrap .workshop-content .number > span.active:after {
    content: "";
    display: block;
    background-color: #d7d111;
    width: 34px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.workshop .carousel-workshop .flex_wrap.is-selected {
    opacity: 1;
    visibility: visible;
}
.workshop .carousel-workshop .flex_wrap.is-selected .workshop-content .number,
.workshop .carousel-workshop .flex_wrap.is-selected .workshop-content .text,
.workshop .carousel-workshop .flex_wrap.is-selected .workshop-content .title {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
/**********/
/*PROJECT*/
/**********/
.project {
    padding-top: 30px;
    padding-bottom: 85px;
    position: relative;
    background-image: url("../images/project/bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.project .project-left p {
    color: #eaeaea;
    margin-top: 36px;
	line-height: 20px;
}
.project .project-left .project-filter {
    margin-bottom: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.project .project-left .project-filter a {
    width: 50%;
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
    color: #383838;
    line-height: 34px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.project .project-left .project-filter a:first-child {
    margin-right: 1px;
}
.project .project-left .project-filter a.active {
    color: #565555;
    background-color: #d7d111;
}
.project .project-left .project-filter a:hover,
.project .project-left .project-filter a:focus {
    text-decoration: none;
}
.project .border-heading .border-box {
    height: 135px;
    left: 54%;
}
.project .border-heading .border-box .border {
    border: 8px solid rgba(255, 255, 255, 0.2);
}
.project .border-heading .border-text {
    text-align: left;
}
.project .border-heading .border-text h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
}
.project .project-right {
    position: relative;
    padding-right: 40px;
    padding-left: 20px;
}
.project .project-right .project-pagination {
    position: absolute;
    bottom: -50px;
    right: 0;
    color: #ffffff;
}
.project .project-right .project-pagination span {
    color: #ffffff;
}
.project .project-right .project-pagination span.counting {
    color: #d7d111;
}
.project .project-right .carousel-cell {
    width: 100%;
}
.project .project-right .carousel-cell .project-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px -6px;
}
.project .project-right .carousel-cell .project-row .item {
    position: relative;
    width: 33.333%;
    padding: 0px 6px 12px;
    height: 225px;
}
.project .project-right .carousel-cell .project-row .item a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.project .project-right .carousel-cell .project-row .item a .cover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.project .project-right .carousel-cell .project-row .item a .layer {
    z-index: 3;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0.5;
    position: relative;
    padding: 30px;
}
.project .project-right .carousel-cell .project-row .item a .layer span {
    display: block;
    text-transform: uppercase;
    line-height: 20px;
}
.project .project-right .carousel-cell .project-row .item a:hover {
    color: #222;
    text-decoration: none;
}
.project .project-right .carousel-cell .project-row .item a:hover .cover-box {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.project .project-right .carousel-cell .project-row .item a:hover .layer {
    background-color: rgba(215, 209, 17, 0.9);
    border: 1px solid transparent;
    color: #222;
    opacity: 1;
}
.project .carousel-project .flickity-page-dots {
    position: absolute;
    z-index: 22;
    bottom: -50px;
}
.project .carousel-project .flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #7d7b7b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    margin: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.project .carousel-project .flickity-page-dots .dot.is-selected {
    background-color: #d7d111;
    border-color: #d7d111;
}
.project .carousel-project .flickity-prev-next-button {
    background-color: transparent;
    top: 48.5%;
}
.project .carousel-project .flickity-prev-next-button.previous {
    left: -53px;
}
.project .carousel-project .flickity-prev-next-button.previous:before {
    background-image: url("../images/project/navs/prev.png");
}
.project .carousel-project .flickity-prev-next-button.next {
    right: -53px;
}
.project .carousel-project .flickity-prev-next-button.next:before {
    background-image: url("../images/project/navs/next.png");
}
.project .carousel-project .flickity-prev-next-button:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 31px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.project .carousel-project .flickity-prev-next-button svg {
    display: none;
}
/**********/
/*PARTHNERS*/
/**********/
.parthners {
    padding-top: 30px;
    padding-bottom: 110px;
    position: relative;
    background-image: url("../images/parthners/bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parthners .parthner-box {
    margin-top: 35px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 12px 54px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 12px 54px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 12px 54px rgba(0, 0, 0, 0.22);
    height: 380px;
}
.parthners .parthner-box .item {
    position: absolute;
}
.parthners .parthner-box .item.caesa {
    top: 20px;
    left: 20px;
}
.parthners .parthner-box .item.atem {
    left: 360px;
    top: 20px;
}
.parthners .parthner-box .item.silestone {
    top: 30px;
    left: 50%;
}
.parthners .parthner-box .item.hanstone {
    right: 20px;
    top: 20px;
}
.parthners .parthner-box .item.avant {
    left: 40px;
    top: 100px;
}
.parthners .parthner-box .item.staron {
    top: 77px;
    left: 35%;
}
.parthners .parthner-box .item.tekstone {
    top: 75px;
    right: 225px;
}
.parthners .parthner-box .item.stone {
    right: 30px;
    top: 100px;
}
.parthners .parthner-box .item.teksolan {
    left: 60px;
    bottom: 125px;
}
.parthners .parthner-box .item.corian {
    top: 135px;
    left: 240px;
}
.parthners .parthner-box .item.tristone {
    left: 53%;
    top: 130px;
}
.parthners .parthner-box .item.bienstone {
    bottom: 170px;
    right: 155px;
}
.parthners .parthner-box .item.neomarm {
    bottom: 145px;
    left: 37%;
}
.parthners .parthner-box .item.radianz {
    left: 240px;
    bottom: 60px;
}
.parthners .parthner-box .item.himacs {
    bottom: 99px;
    right: 320px;
}
.parthners .parthner-box .item.santa {
    left: 23px;
    bottom: 20px;
}
.parthners .parthner-box .item.quartz {
    bottom: 20px;
    left: 41%;
}
.parthners .parthner-box .item.vicostone {
    right: 10px;
    bottom: 12px;
}
.parthners .parthner-box .item.hanex {
    bottom: 84px;
    right: 50px;
}
.parthners .border-heading .border-box {
    opacity: 0.25;
    height: 100px;
}
/**********/
/*FLINDERS*/
/**********/
.flinder {
    position: relative;
    background-image: url("../images/flinders/back.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 35px;
}
.flinder .flinder-mobile {
    display: none;
}
.flinder .flinder-mobile .flinder-caption {
    text-align: center;
    margin-top: 25px;
    line-height: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}
.flinder .border-heading .border-box {
    opacity: 0.25;
    height: 100px;
}
.flinder .flinder-row {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px -7px;
    padding-top: 35px;
}
.flinder .flinder-row .flinder-item {
    width: 25%;
    padding: 0px 7px;
    position: relative;
}
.flinder .flinder-row .flinder-item .flinder-caption {
    text-align: center;
    margin-top: 25px;
    line-height: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #222;
}
.flinder .flinder-row .flinder-item .flinder-img {
    height: 225px;
    position: relative;
}
.flinder .flinder-row .flinder-item .flinder-img .item-grid {
    z-index: 3;
}
.flinder .flinder-row .flinder-item .flinder-img .item-bg,
.flinder .flinder-row .flinder-item .flinder-img .item-grid {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}
.flinder .flinder-row .flinder-item .flinder-img .item-kran {
    position: absolute;
    top: 81px;
    left: 117px;
    z-index: 3;
}
.flinder .flinder-row .flinder-item .flinder-img .icon {
    position: absolute;
    z-index: 2;
}
.flinder .flinder-row .flinder-item.item1 .icon.icon1 {
    left: 6px;
    top: 10px;
}
.flinder .flinder-row .flinder-item.item1 .icon.icon2 {
    right: 6px;
    top: 12px;
}
.flinder .flinder-row .flinder-item.item1 .icon.icon3 {
    right: 8px;
    bottom: 11px;
}
.flinder .flinder-row .flinder-item.item1 .icon.icon4 {
    bottom: 3px;
    left: 5px;
}
.flinder .flinder-row .flinder-item.item2 .icon.icon1 {
    left: 2px;
    top: 5px;
}
.flinder .flinder-row .flinder-item.item2 .icon.icon2 {
    right: 2px;
    top: 8px;
}
.flinder .flinder-row .flinder-item.item2 .icon.icon3 {
    left: 3px;
    bottom: 6px;
}
.flinder .flinder-row .flinder-item.item2 .icon.icon4 {
    bottom: 15px;
    right: 5px;
}
.flinder .flinder-row .flinder-item.item3 .icon.icon1 {
    left: 4px;
    top: 10px;
}
.flinder .flinder-row .flinder-item.item3 .icon.icon2 {
    right: 2px;
    top: 8px;
}
.flinder .flinder-row .flinder-item.item3 .icon.icon3 {
    left: 5px;
    bottom: 5px;
}
.flinder .flinder-row .flinder-item.item3 .icon.icon4 {
    bottom: 9px;
    right: 5px;
	width: 128px;
}
.flinder .flinder-row .flinder-item.item4 .icon.icon1 {
    left: 5px;
    top: 11px;
}
.flinder .flinder-row .flinder-item.item4 .icon.icon2 {
    right: 2px;
    top: 15px;
}
.flinder .flinder-row .flinder-item.item4 .icon.icon3 {
    left: 4px;
    bottom: 4px;
}
.flinder .flinder-row .flinder-item.item4 .icon.icon4 {
    bottom: 10px;
    right: 3px;
}
.flinder .flinder-row .flinder-item.item4 .item-kran {
    top: 95px;
    left: 114px;
}
/**********/
/*REPEATER*/
/**********/
.repeater {
    position: relative;
    height: 515px;
}
.repeater .layer1 {
    position: absolute;
    bottom: 55px;
    left: 0;
    z-index: 2;
}
@media (max-width: 1920px) {
    .repeater .layer1 {
        width: 59%;
    }
}
.repeater .layer2 {
    position: absolute;
    bottom: 55px;
    left: 0;
    z-index: 3;
}
@media (max-width: 1920px) {
    .repeater .layer2 {
        width: 59%;
    }
}
.repeater .ret {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 436px;
    background: url("../images/repeat-box/bg.jpg") repeat-x;
}
.repeater .repeater-form {
    padding-top: 120px;
    padding-left: 40px;
}
.repeater .repeater-form p {
    color: #ffffff;
    line-height: 1;
    font-family: 'museo_sans_cyrl300';
    margin-top: 10px;
    margin-bottom: 15px;
}
.repeater .repeater-form h4 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
}
/**********/
/*MATERIALS*/
/**********/
.materials {
    position: relative;
    background-image: url("../images/material/bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 30px;
    overflow: hidden;
}
.materials .mobile-form {
    display: none;
}
.materials .border-heading .border-box {
    opacity: 0.25;
    height: 130px;
}
.materials .large-letter {
    position: absolute;
}
.materials .large-letter.letter1 {
    top: 80%;
    left: -200px;
}
.materials .large-letter.letter2 {
    top: 30%;
    right: -48%;
}
.materials .large-letter.letter2 span {
    line-height: 2;
}
.materials .large-letter span {
    display: block;
    color: #ededed;
    font-size: 150px;
    font-family: 'Exo2.0-Bold';
    line-height: 1;
}
.materials .material-grid {
    margin: 30px -8px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.materials .material-grid .material-col {
    padding: 0px 8px;
    width: 33.333%;
}
.materials .material-grid .material-col.form-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: space-between;
    align-content: space-between;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
.materials .material-grid .material-form {
    text-align: center;
    width: 100%;
}
.materials .material-grid .material-form .form {
    margin: auto;
}
.materials .material-grid .material-form p {
    line-height: 1;
    font-family: 'museo_sans_cyrl300';
    margin-top: 10px;
    margin-bottom: 15px;
}
.materials .material-grid .material-form h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
}
.materials .material-grid .mat-item {
    position: relative;
    margin-bottom: 16px;
}
.materials .material-grid .mat-item:hover a .layer {
    background-color: rgba(215, 209, 17, 0.7);
    opacity: 1;
    border: 1px solid transparent;
}
.materials .material-grid .mat-item:hover a .layer span {
    color: #565555 !important;
}
.materials .material-grid .mat-item a .layer span {
	font-weight: bold;font-size: 14px;
}
.materials .material-grid .mat-item a {
    display: block;
    position: relative;
    text-decoration: none;
}
.materials .material-grid .mat-item a .layer {
    opacity: 1;
}
.materials .material-grid .mat-item a img {
    position: relative;
}
.materials .material-grid .mat-item a .layer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid #ffffff;
    opacity: 0;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
}
.materials .material-grid .mat-item a .layer span {
    text-transform: uppercase;
    color: #ffffff !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/**********/
/*DATE*/
/**********/
.input-group.date {
    width: 100%;
}
.input-group.date .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border: 0px solid #ccc;
    background-color: transparent;
}
.input-group.date .input-group-addon:after {
    content: "";
    background-color: #cac8c8;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}
.input-group.date .input-group-addon img {
    position: absolute;
    right: 5px;
    top: 4px;
    z-index: 4;
}
.date-section {
    position: relative;
    height: 600px;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
}
.date-section .date-form .form {
    margin: auto;
}
.date-section .date-form .form-group {
    margin-bottom: 10px;
}
.date-section .date-form .form-group.picker-group {
    margin-bottom: 15px;
}
.date-section .date-form .form-group.picker-group .form-control.face-input {
    padding-right: 40px;
    font-size: 20px;
}
.date-section .date-form .form-group.picker-group .form-control.face-input::-webkit-input-placeholder {
    color: #d2d2d5;
}
.date-section .date-form .form-group.picker-group .form-control.face-input::-moz-placeholder {
    color: #d2d2d5;
}
.date-section .date-form .picker-group {
    padding-bottom: 10px;
    border-bottom: 2px solid #dbdbdb;
}
.date-section .cover-box {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 150%;
}
.date-section p {
    color: #ffffff;
    line-height: 20px;
    margin-top: 35px;
    margin-bottom: 80px;
}
.date-section .border-heading .border-box {
    height: 130px;
    opacity: 0.7;
}
.date-section .border-heading .border-text h2 {
    color: #ffffff;
}
/**********/
/*ABOUT*/
/**********/
.about {
    padding-top: 55px;
    padding-bottom: 90px;
    text-align: justify;
}
.about .border-heading .border-box {
    height: 60px;
    opacity: 0.2;
}
.about .about-content {
    max-width: 760px;
    margin: auto;
    padding-top: 55px;
}
.about .about-content p {
    line-height: 36px;
}
/**********/
/*WORKING*/
/**********/
.working {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}
.working .dots {
    position: absolute;
    left: 30px;
    top: 65px;
}
@media (max-width: 1920px) {
    .working .dots {
        max-width: 54%;
    }
}
.working .working-img {
    position: relative;
}
.working .working-img img {
    position: absolute;
    top: 100px;
    left: 50px;
}
.working .working-content {
    padding-right: 55px;
    padding-top: 75px;
    text-align: right;
}
.working .working-content p {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.working .working-content .form {
    margin-right: 0;
    margin-left: auto;
}
.working .working-content .form .form-group {
    margin-bottom: 10px;
}
.working .working-content .form .drop-group {
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e2e2;
}
.working .working-content .form .drop-group .form-control.face-input {
    border-right: 1px solid transparent;
}
.working .working-content .form .drop-group .input-group-addon {
    padding: 5px 9px;
    font-size: 11px;
    color: #b1aeae;
    background-color: #eaeaea;
    border: 1px solid #ccc;
    border-radius: 0px;
    border-left: 0px solid #ccc;
}
.working .working-content .subtitle {
    text-transform: uppercase;
    color: #494646;
    font-size: 19px;
    margin-bottom: 25px;
}
.working .working-content small {
    display: block;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    margin-top: 5px;
    color: #c2c1c1;
}
.working .working-content small img {
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 5px;
}
.working .border-heading .border-box {
    opacity: 0.15;
    height: 100px;
}
.working .border-heading .border-text {
    text-align: right;
}
/*****/
/*PAD*/
/*****/
.pad {
    height: 720px;
    padding-top: 75px;
    position: relative;
}
.pad .border-heading .border-box {
    opacity: 0.15;
    left: 58%;
    height: 100px;
}
.pad .border-heading .border-text {
    text-align: right;
}
.pad .pad-holder {
    position: relative;
}
.pad .pad-holder .ipad {
    position: absolute;
    top: 0;
    left: -197px;
}
.pad .pad-holder .pad-carousel {
    position: relative;
    left: 41px;
    top: 16px;
}
.pad .pad-holder .pad-carousel .flickity-slider {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
}
.pad .pad-holder .pad-carousel .carousel-cell {
    margin: 0;
    left: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    transform: translateX(-50px);
    -webki-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    visibility: hidden;
}
.pad .pad-holder .pad-carousel .carousel-cell.is-selected {
    transform: translateX(0px);
    -webki-transform: translateX(0px);
    -moz-transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.pad .pad-content {
    padding-right: 55px;
    padding-left: 50px;
    position: relative;
    text-align: right;
}
.pad .pad-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 45px;
}
.pad .pad-content p {
    font-size: 19px;
    margin-bottom: 10px;
}
.pad .pad-content .form {
    width: 100%;
}
.pad .pad-content .form .form-group {
    margin-bottom: 10px;
}
.pad .pad-content .form textarea {
    padding: 10px;
    line-height: 20px;
    max-width: 100%;
    height: 110px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
}
.pad .pad-content .form .bottom-form {
    width: 280px;
    margin-left: auto;
}
/**********/
/*UPLOADER*/
/**********/
.upload-holder {
    position: relative;
    width: 100%;
    left: 0;
    border-bottom: 2px solid #eeeeee;
    min-height: 40px;
    margin-bottom: 15px;
    margin-top: 25px;
}
.upload-holder .upload-text {
    position: relative;
    margin: 0;
    top: 15px;
    color: #000;
    text-align: center;
}
.upload-holder .input-file-container {
    position: relative;
    height: 45px;
    color: #ff766e;
}
.upload-holder .input-file-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 1px;
    z-index: 34;
    width: 29px;
    height: 25px;
    background-image: url("../images/load_icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
p.file-text {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
p.file-text input {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'museo_sans_cyrl300';
    background-color: #dbdbdb;
    border: none;
    position: relative;
    padding-left: 15px;
}
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}
.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    opacity: 0;
    padding: 0;
    cursor: pointer;
    z-index: 33;
}
.js p.file-return {
    font-size: 12px !important;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    position: relative;
    top: -3px;
    color: #000;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    color: #000000;
}
.file-return {
    margin: 0;
}
.file-return:not(:empty) + .upload-text {
    display: none;
}
/**********/
/*TABLE*/
/**********/
.table-section {
    position: relative;
    overflow: hidden;
    height: 490px;
	background: #f0f0f0;
}
.table-section .table-left,
.table-section .table-right {
    position: absolute;
    top: 0;
    z-index: 3;
}
.table-section .table-left {
    left: -1%;
}
.table-section .table-right {
    right: -1%;
}
.table-section .table-box {
    position: relative;
    text-align: center;
    width: 600px;
    margin: auto;
    height: 100%;
}
.table-section .table-box .subtitle {
    margin-top: 45px;
    margin-bottom: 30px;
    line-height: 22px;
    color: #777;
}
.table-section .table-box .subtitle span {
    font-family: 'museo_sans_cyrl700';
}
.table-section .table-box .subtitle font {display: block;}
.table-section .table-box .form {
    margin: auto;
}
.table-section .table-box .form .accent-btn {
    font-size: 14px;
}
.table-section .table-box .form .form-group {
    margin-bottom: 5px;
}
.table-section .table-box .form .clock {
    margin-bottom: 5px;
	display: none;
}
.table-section .table-box .form small {
    display: block;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    margin-top: 5px;
    color: #c2c1c1;
}
.table-section .table-box .form small img {
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 5px;
}
.table-section .border-heading .border-box {
    opacity: 0.15;
    height: 130px;
    top: 63%;
}
.table-section .border-heading .border-text h2 {
    font-size: 30px;
    line-height: 36px;
    padding-top: 45px;
}
/**********/
/*MAP*/
/**********/
.map-section {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 770px;
}
.map-section .contact-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.map-section .contact-holder .contact-content {
    color: #ffffff;
    padding-top: 40px;
}
.map-section .contact-holder .contact-content .form {
    width: 100%;
}
.map-section .contact-holder .contact-content .form .bottom-form {
    width: 280px;
}

.dop_map_field {width: 100%;height: 60px;position: absolute;bottom: 0;left: 0;}
.map-section .contact-holder .contact-content .form textarea {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px;
    line-height: 20px;
    max-width: 100%;
    height: 110px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
}
.map-section .dop_map_field .socials_link {
	float: left;margin-right: 20px;margin-top: 18px;
}
.map-section .contact-holder .contact-content .location,
.map-section .contact-holder .contact-content .socials_link {
	margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.map-section .dop_map_field .socials_link .icon {float: left;}
.map-section .dop_map_field .socials_link img,
.map-section .contact-holder .contact-content .location img,
.map-section .contact-holder .contact-content .socials_link img {
    position: relative;
    top: -1px;
    margin-right: 15px;
}
.map-section .dop_map_field .socials_link .text {
font-size: 16px;line-height: 28px;color: #fff;float: left;
}
.map-section .contact-holder .contact-content .location .text,
.map-section .contact-holder .contact-content .socials_link .text {
	font-size: 16px;line-height: 24px;color: #fff;
}
.map-section .contact-holder .contact-content .phone {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.map-section .contact-holder .contact-content .phone:nth-child(2) {
    margin-top: 35px;margin-bottom: 7px;
}
.map-section .contact-holder .contact-content .phone img {
    position: relative;
    top: -1px;
}
.map-section .contact-holder .contact-content .phone .sups {
    padding-left: 15px;
    padding-right: 15px;
}
.map-section .contact-holder .contact-content .phone .sups span {
    display: block;
    font-size: 14px;
    line-height: 0.9;
}
.map-section .contact-holder .contact-content .phone .number {
    font-family: 'museo_sans_cyrl300';
    font-size: 26px;
    line-height: 1;
	color: #fff !important;
	text-decoration: none !important;
}
.map-section .contact-holder .contact-content .phone .number span {
    display: block;
	color: #fff !important;
	text-decoration: none !important;
}
.map-section .contact-holder .contact-content .phone .number span a {
	color: #fff !important;
	text-decoration: none !important;
}
.map-section .map-left {
    width: 42%;
    background-color: #3c3c3c;
}
.map-section .map-right {
    width: 58%;
	background: #3c3c3c;
	position: relative;
}
.map-section .map-right .map-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 33;

}
.map-section .map-right #map-canvas {
    width: 100%;
    height: 100%;
}
.map-section .border-heading .border-box {
    opacity: 0.15;
    left: 58%;
    height: 110px;
    width: 300px;
}
.map-section .border-heading .border-text {
    text-align: left;
}
.map-section .border-heading .border-text h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
}



.variant-thumb ul {padding-left: 0;}
.visualiser .visual-holder .visual-left .visual-profile .profile-item.active span {color: #fff;}
.visualiser .visual-holder .visual-left .visual-profile .profile-item.active:after {opacity: .85;}
.visualiser .visual-holder .visual-left .visual-profile .profile-item.active:before {opacity: 1;}
.visualiser .visual-holder .visual-left .visual-profile .profile-item:not(.active):not(.disable):hover:after {opacity: .5;}
.visualiser .visual-holder .visual-left .visual-profile .profile-item:not(.active):not(.disable):hover:before {opacity: 0;}
.visualiser .material-item {overflow: hidden;height: 70px;}
.visualiser .material-item img {width: 790px;height: 442px;position: absolute;top: calc(50% - 221px);left: calc(50% - 395px);}
.scene_field {text-transform: uppercase;font-size: 12px !important;}
.scene_preloader,
.scene_preloadder {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;opacity: 0;/*background: url('../images/circle_loader.svg') center rgba(255,255,255,.6) no-repeat;*/-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
.scene_preloadder div {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;display: none;}
.scene_preloadder div.active {display: block;}
.scene_preloadder > div:nth-of-type(1) {background: url('../images/stages/st_a.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(2) {z-index: 2;background: url('../images/stages/st_b.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(3) {z-index: 3;background: url('../images/stages/st_c.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(4) {z-index: 4;background: url('../images/stages/st_d.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(5) {z-index: 5;background: url('../images/stages/st_e.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(6) {z-index: 6;background: url('../images/stages/st_f.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(7) {z-index: 7;background: url('../images/stages/st_g.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(8) {z-index: 8;background: url('../images/stages/st_h.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(9) {z-index: 9;background: url('../images/stages/st_i.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(10) {z-index: 10;background: url('../images/stages/st_j.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(11) {z-index: 11;background: url('../images/stages/st_k.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(12) {z-index: 12;background: url('../images/stages/st_l.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(13) {z-index: 13;background: url('../images/stages/st_m.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(14) {z-index: 14;background: url('../images/stages/st_n.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(15) {z-index: 15;}
.scene_preloadder > div:nth-of-type(16) {z-index: 15;background: url('../images/stages/st_p.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(17) {z-index: 16;background: url('../images/stages/st_q.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(18) {z-index: 17;background: url('../images/stages/st_r.jpg') center no-repeat;background-size: cover;}
.scene_preloadder > div:nth-of-type(19) {z-index: 18;background: url('../images/stages/st_s.jpg') center no-repeat;background-size: cover;}
.scene_preloadder div[data-sut="1"] {opacity: 0;display: block;display: block;background: url('../images/stages/st_o_a.png') center no-repeat;background-size: cover;-webkit-transition: all .4s linear;-moz-transition: all .4s linear;-o-transition: all .4s linear;-ms-transition: all .4s linear;transition: all .4s linear;}
.scene_preloadder div[data-sut="2"] {opacity: 0;display: block;background: url('../images/stages/st_o_b.png') center no-repeat;background-size: cover;-webkit-transition: all .4s linear;-moz-transition: all .4s linear;-o-transition: all .4s linear;-ms-transition: all .4s linear;transition: all .4s linear;}
.scene_preloadder div[data-sut="3"] {opacity: 0;display: block;background: url('../images/stages/st_o_c.png') center no-repeat;background-size: cover;-webkit-transition: all .4s linear;-moz-transition: all .4s linear;-o-transition: all .4s linear;-ms-transition: all .4s linear;transition: all .4s linear;}
.scene_preloadder div[data-sut].active {opacity: 1;}
.scene_preloadder,
.preloader_holder.activate .scene_preloader {opacity: 1;z-index: 1000;}
.tForm_hint {width: 100%;position: absolute;top: calc(100% + 10px);left: 0;font-size: 12px;color: #d7d111;font-weight: bold;}
.carousel-workshop.swiper-container {height: 100%;}
.first-slide .number.stp_nums {margin-top: 0 !important;top: -50px;}
.first-slide .title.stp_title {top: -50px;}
.first-slide .text.stp_text {top: -50px;}

#uplTPL {display: none;}

.video-background {background: #999;}
.video-background > img {width: 100%;}

.textAlert {max-width: 300px;padding: 15px 20px;position: fixed;bottom: 80px;left: 50px;margin-bottom: -100px;z-index: 100000000;opacity: 0;font-size: 14px;line-height: 120%;color: #fff;background: #0bab0b;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.textAlert.active {opacity: 1;margin-bottom: 0;}
.textAlert.success {background: #b6e534;}
.textAlert.error {background: #fa981d;}
.date-section .cover-box {background: #313130;}
.date-section .cover-box > img {opacity: .3;}
.form-group {margin-bottom: 10px !important;}
.contact-holder input {text-align: left !important;}
.contact-holder .form-control {padding-left: 10px !important;padding-right: 10px !important;font-style: normal !important;}
#typed {display: inline-block;height: 40px;width: 325px;padding: 0 5px;text-align: right;background: rgba(255,255,255,.3);position: relative;line-height: 40px;}
#typed:after {width: 1px;height: 86%;content: "";position: absolute;top: 7%;right: 5px;background: #000;-webkit-animation: blink .9s infinite;-moz-animation: blink .9s infinite;-ms-animation: blink .9s infinite;-o-animation: blink .9s infinite;animation: blink .9s infinite;}
.contact-content .form_emule {margin-top: 45px;}
.showConfigured {display: none;width: 100%;height: 36px;background: #d7d111;cursor: pointer;text-align: center;line-height: 36px;color: #454545;margin: 0 0 25px;}
[data-material-type].visible {position: relative;z-index: 10;opacity: 1;overflow: visible;height: auto;}
[data-material-type]:not(.visible) {position: relative;z-index: 1;opacity: 0;overflow: hidden;height: 0px;margin-top: 0px;}
p[data-material-type]:not(.visible) {display: none;}
body > .project {min-height: 600px;}

.visual-left.active .close-modal {z-index: 10000 !important;}
.visual-left.active .revealator-fade {width: 307px !important;margin: auto;}
.visual-left.active .visual-filter > div {width: calc(100% - 2px) !important;}
.visual-left.active .visual-profile .profile-item {width: 50px !important;}
.visual-left.active .visual-profile {width: 100% !important;}

.cover_img {background-size: cover;background-position: center;background-repeat: no-repeat;}

.sendMessage {width: 340px;position: relative;top: calc(50% - 100px);left: calc(50% - 170px);text-align: center;}
.sendMessage p {display: block;padding: 0;margin: 0;font-size: 16px;color: #000;}
.all_height_box {height: 100%;position: relative;}



.mats_pop {width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;z-index: -1;background: rgba(0,0,0,.3);opacity: 0;-webkit-transition: .5s ease;-moz-transition: .5s ease;transition: .5s ease;}
.mats_pop_holder {width: 1200px;height: 90vh;background: #fff;position: absolute;top: 5vh;left: calc(50% - 600px);}
.mats_pop_holder > span {width: 40px;height: 40px;position: absolute;top: 0;left: calc(100% + 10px);display: block;cursor: pointer;}
.mats_pop_holder > span:before {width: 100%;height: 2px;position: absolute;top: calc(50% - 1px);left: 0;content: "";background: #d7d111;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);}
.mats_pop_holder > span:after {width: 100%;height: 2px;position: absolute;top: calc(50% - 1px);left: 0;content: "";background: #d7d111;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}
.mats_holder {width: 100%;height: 100%;text-align: center;overflow: hidden;overflow-y: scroll;}
.mats_holder .mat-item {width: 380px;height: 150px;display: inline-block;margin: 5px 3px;}
.mats_holder .mat-item img {width: 100%;}
.mats_holder .mat-item .layer > span {font-size: 14px;color: #333;}
.mmmmTitle {display: block;padding: 20px 0 5px;font-size: 18px;color: #ce6222;font-weight: bold;}

body.showMats .mats_pop {z-index: 10000000;opacity: 1;}


.accent-btn:not(.ylw) {background-color: #ff7261;border-bottom-color: #e66858;color: #fff;}
.accent-btn:not(.ylw):hover {background-color: #ff7261;border-bottom-color: #e66858;color: #fff;opacity: .9;}

.visualizator_title {width: 100%;height: 28px;position: absolute;top: -28px;left: 0;background: #ff7261;font-size: 16px;text-transform: uppercase;text-indent: 10px;line-height: 28px;color: #fff;}
.sink_discount {width: 120px;height: 34px;position: absolute;top: 30px;left: calc(50% - 125px);font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';background: #ff7261;font-size: 24px;font-weight: bold;color: #fff;text-align: center;line-height: 34px;z-index: 10;}
.sink_discount > span {width: 400%;position: absolute;top: calc(100% + 10px);left: -150%;font-size: 16px;color: #fff;text-align: center;font-family: 'museo_sans_cyrl100';}
.promo_view {width: 100%;background: #fff;font-size: 24px;font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';color: #ff7261;text-align: center;padding: 10px 0;display: block;margin: 10px 0 0;}
.simple_ttl {font-size: 16px;color: #fff;display: block;padding: 10px 0;width: 100%;text-align: center;}
.repeater .col-md-4 .repeater-form {padding-top: 40px;}
.repeater-form .form-title {width: 280px;}
.form {margin-top: 10px;}
.edeal_link_holder {display: block;text-align: center;}
.edeal_link {font-size: 26px;font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';color: #fff !important;text-decoration: underline;transition: .3s ease;}
body:not(.mobile) .edeal_link:hover {color: #ff7261 !important;}





@media screen and (max-width: 1200px) {
    .mats_pop_holder {width: 100vw;height: 100vh;top: 0;left: 0;}
    .mats_holder .mat-item {width: 264px;height: 100px;}


}


@media screen and (max-width: 640px) {
	.hide_mobi {display: none !important;}
	.swiper-container {height: 630px !important;}
	.workshop .carousel-workshop .flex_wrap .workshop-content {padding-left: 5px;padding-right: 5px;}
	.video-background:after {background: rgba(255,255,255,.7) !important;}
}

@media screen and (max-width: 1400px) {
	.table-section .table-box .form .accent-btn {font-size: 12px;}

}

.pad .flickity-slider {transform: none !important;}
.pad .carousel-cell {left: 0 !important;opacity: 0 !important;transition: opacity .6s ease-in-out !important;z-index: -1 !important;}
.pad .carousel-cell.is-selected {opacity: 1 !important;z-index: 0 !important;}

.workshop .border-text .subtitle {margin-top: 10px;}

#uploadMyVideo > label {z-index: 1;}
#uploadMyVideo .qq-uploader {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;opacity: 0;}
#uploadMyVideo .qq-uploader .qq-upload-button {width: 100%;height: 100%;top: 0;left: 0;}
.uploadingProgress li {list-style-type: none;font-size: 12px;}

.spc_deleting {width: 14px;height: 10px;background: url('../images/del_icon.svg') center no-repeat;background-size: contain;border: none;outline: none;}
.mob_orientation {width: 100%;height: 100%;position: fixed;z-index: 10000000;top: 0;left: 0;background: #444;text-align: center;display: none;}
.mob_orientation p {width: 60%;height: 2.4em;position: absolute;top: calc(50% - 1.2em);left: 20%;font-size: 20px;font-weight: bold;color: #d7d111;}



@media all and (orientation: landscape) {
	body.mobPhone .mob_orientation {display: block;}
}



@media (max-width: 1850px) {
    .table-section .table-right {
        right: -3%;
    }
    .table-section .table-left {
        left: -3%;
    }
}
@media (max-width: 1800px) {
    .table-section .table-right {
        right: -4%;
    }
    .table-section .table-left {
        left: -4%;
    }
}
@media (max-width: 1750px) {
    .table-section .table-right {
        right: -7%;
    }
    .table-section .table-left {
        left: -7%;
    }
}
@media (max-width: 1700px) {
    .table-section .table-right {
        right: -9%;
    }
    .table-section .table-left {
        left: -9%;
    }
}
@media (max-width: 1650px) {
    .table-section .table-right {
        right: -11%;
    }
    .table-section .table-left {
        left: -11%;
    }
}
@media (max-width: 1550px) {
    .table-section .table-right {
        right: -13%;
    }
    .table-section .table-left {
        left: -13%;
    }
}
@media (max-width: 1500px) {
    .table-section .table-right {
        right: -16%;
    }
    .table-section .table-left {
        left: -16%;
    }
}
@media (max-width: 1450px) {
    .table-section .table-right {
        right: -19%;
    }
    .table-section .table-left {
        left: -19%;
    }
}
@media (max-width: 1400px) {
    .table-section .table-right {
        right: -22%;
    }
    .table-section .table-left {
        left: -22%;
    }
    .materials .large-letter.letter2 {
        top: 41%;
        right: -52%;
    }
    .materials .large-letter span {
        font-size: 130px;
    }
    .parthners {
        padding-bottom: 60px;
    }
    .workshop {
        height: 510px;
    }
    .workshop .link-skip {
        bottom: 60px;
    }
    .workshop .carousel-workshop .carousel-cell {
        height: 510px;
    }
    .workshop .carousel-workshop .carousel-cell .workshop-content .title {
        font-size: 22px;
        line-height: 26px;
    }
    .workshop .carousel-workshop .carousel-cell .workshop-content .text {
        line-height: 24px;
    }
    h1 {
        font-size: 26px;
        line-height: 30px;
    }
    header {
        height: 540px;
    }
    header .header-content .header-left .header-form {
        padding: 10px 20px 10px;
    }
    header .header-content .header-right .line-box {
        margin-top: 60px;
    }
	header .header-content .header-left,
	header .header-content .header-right .arrow-content {padding-top: 20px;}
	header .header-content .header-right .line-box {bottom: -50px;}
}
@media (max-width: 1350px) {
    .table-section .table-right {
        right: -25%;
    }
    .table-section .table-left {
        left: -25%;
    }
}
@media (max-width: 1280px) {
    .table-section .table-right {
        right: -28%;
    }
    .table-section .table-left {
        left: -28%;
    }
}
@media (max-width: 1200px) {
    .table-section .table-right {
        right: -30%;
    }
    .table-section .table-left {
        left: -30%;
    }
}
@media (max-width: 1199px) {
    header h1 span.typed-text {
        min-width: 260px;
        width: 260px;
    }
    .about .about-content p {
        line-height: 30px;
    }
    .flinder .flinder-row .flinder-item .flinder-caption {
        margin-top: 10px;
        line-height: 16px;
        margin-bottom: 18px;
        font-size: 12px;
    }
    .flinder .flinder-row .flinder-item.item4 .icon {
        width: 100px;
    }
    .flinder .flinder-row .flinder-item.item4 .item-kran {
        top: 78px;
        left: 99px;
    }
    .flinder .flinder-row .flinder-item.item3 .icon {
        width: 100px;
    }
    .flinder .flinder-row .flinder-item.item1 .icon.icon4 {
        width: 100px;
    }
    .flinder .flinder-row .flinder-item.item1 .icon.icon3 {
        width: 100px;
    }
    .flinder .flinder-row .flinder-item.item1 .icon.icon2 {
        top: 13px;
        width: 95px;
    }
    .flinder .flinder-row .flinder-item.item1 .icon.icon1 {
        top: 14px;
        width: 100px;
    }
    .flinder .flinder-row .flinder-item.item2 .icon.icon4 {
        width: 100px;
    }
    .flinder .flinder-row .flinder-item.item2 .icon.icon3 {
        width: 100px;
    }
    .flinder .flinder-row .flinder-item.item2 .icon.icon2 {
        top: 13px;
        width: 95px;
    }
    .flinder .flinder-row .flinder-item.item2 .icon.icon1 {
        top: 14px;
        width: 100px;
    }
    .flinder .flinder-row .flinder-item .flinder-img {
        height: 185px;
    }
    .flinder .flinder-row .flinder-item .flinder-img .item-kran {
        top: 70px;
        left: 100px;
        width: 35px;
    }
	.flinder .flinder-row .flinder-item.item4 .flinder-img .item-kran {
        top: 80px;
    }
    .parthners .parthner-box .item.tristone {
        top: 138px;
    }
    .parthners .parthner-box .item.atem {
        left: 300px;
    }
    .parthners .parthner-box .item.quartz {
        left: 45%;
    }
    .parthners .parthner-box .item.quartz img {
        width: 200px;
    }
    .parthners .parthner-box .item.radianz img {
        width: 150px;
    }
    .parthners .parthner-box .item.corian {
        top: 128px;
        left: 219px;
    }
    .parthners .parthner-box .item.neomarm img {
        width: 150px;
    }
    .parthners .parthner-box .item.himacs {
        right: 260px;
    }
    .parthners .parthner-box .item.bienstone {
        right: 126px;
    }
    .visualiser .visual-holder .visual-right .visual-right-bottom {
        opacity: 1 !important;
    }
    .visualiser .visual-holder .visual-right .visual-right-bottom .form-title {
        width: 300px;
    }
    .visualiser .visual-holder .visual-right .visual-right-bottom .form-title .form-title-bottom p {
        font-size: 11px;
        line-height: 13px;
    }
    .visualiser .visual-holder .visual-right .visual-right-top {
        opacity: 1 !important;
    }
    .visualiser .visual-holder .visual-right .variant-thumb ul li {
        transform: none !important;
        opacity: 1 !important;
    }
    .visualiser .visual-holder .visual-left .description ul span.desc-left {
        width: 85px;
    }
    .visualiser .visual-holder .visual-left .visual-color {
        height: 60px;
    }
	.visualiser .visual-holder .visual-left .visual-filter {width: 99.1%;}
	.visualiser .visual-holder .visual-left .material-item {width: 32.9%;height: 60px;}
    .visualiser .visual-holder .visual-left .visual-profile .profile-item {
        width: 51px;
        height: 40px;
    }
	.material-and-color > div:nth-of-type(3) {width: 32.8%;}
	.visualiser .visual-holder .visual-right .visual-right-top {height: 426px;}
	.workshop .carousel-workshop .flex_wrap .workshop-content {padding-left: 10px;padding-right: 0;}
    .visualiser .visual-holder .visual-left .visual-profile .profile-item img {
        top: -18px;
        width: 80px;
    }
    .visualiser .visual-holder .visual-left > div {
        transform: none !important;
        opacity: 1 !important;
    }
    header {
        margin-top: 46px;
    }
    header .header-content .header-right .line-box {
        width: 215px;
        height: 85px;
		bottom: -25px;
    }
    header .header-content .header-right .line-box p {
        font-size: 17px;
    }
    header .header-content .header-right .arrow-content {
        font-size: 14px;
        line-height: 17px;
    }
    header .header-content .header-left .header-form {
        width: 420px;
    }
    header .header-content .header-left .header-form .form-img {
        width: 230px;
    }
    header .header-content .header-left .header-form .form-top span {
        font-size: 12px;
    }
    header .header-content .header-left .header-form .form-top p {
        font-size: 16px;
    }
    header .header-content .header-left .subtitle span {
        letter-spacing: .15em;
        font-size: 17px;
        width: 420px;
    }
    .nav-wrapper .logo img {
        width: 180px;
    }
    .nav-wrapper.sticky .navigation li {
        margin-right: 20px;
    }
    .nav-wrapper .navigation ul li {
        margin-right: 30px;
    }
    h1 {
        font-size: 23px;
        line-height: 27px;
    }
    .workshop .link-skip {
        bottom: 45px;
    }
    .workshop .link-skip .link-holder {
        padding-left: 30px;
    }
    .workshop .workshop-title .border-heading .subtitle {
        margin-top: 30px;
    }
    .workshop .workshop-title .border-heading .subtitle span {
        letter-spacing: .15em;
        font-size: 16px;
    }
    .workshop .carousel-workshop .carousel-cell .workshop-content {
        padding-left: 30px;
        padding-right: 65px;
    }
    .workshop .carousel-workshop .flickity-page-dots {
        max-width: 970px;
    }
    .project .project-left p {
        margin-top: 45px;
    }
    .project .project-left .project-filter a {
        font-size: 10px;
    }
    .project .border-heading .border-text h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .project .project-right .carousel-cell .project-row .item {
        height: 195px;
    }
    .project .project-right .carousel-cell .project-row .item a {
        padding: 10px;
    }
    .repeater {
        height: 450px;
    }
    .repeater .layer1,
    .repeater .layer2 {
        transform: none !important;
        -webkit-transform: none !important;
        bottom: 0;
    }
    .repeater .repeater-form {
        padding-top: 95px;
        padding-left: 0;
    }
    .repeater .repeater-form h4 {
        font-size: 24px;
    }
    .repeater .ret {
        height: 400px;
    }
    .materials .large-letter.letter2 span {
        line-height: 1;
    }
    .materials .large-letter span {
        font-size: 110px;
    }
    .materials .material-grid .mat-item a img {
        max-width: 100%;
    }
    .pad {
        height: 576px;
        padding-top: 55px;
        position: relative;
        overflow: hidden;
    }
    .pad .pad-content h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .pad .pad-content .form {
        opacity: 1 !important;
        transform: none!important;
    }
    .pad .pad-content .form textarea {
        height: 85px;
    }
    .pad .pad-content p {
        font-size: 14px;
        opacity: 1 !important;
        transform: none!important;
        margin-bottom: 5px;
    }
    .pad .pad-holder .pad-carousel {
        left: -13px;
        top: 10px;
        width: 430px;
    }
    .pad .pad-holder .pad-carousel img {
        max-width: 100%;
    }
    .pad .pad-holder .ipad {
        width: 765px;
    }
    .working {
        min-height: 560px;
    }
    .working .dots {
        max-width: 57%;
        top: 160px;
    }
    .working .working-img img {
        max-width: 100%;
    }
    .working .working-content p {
        font-size: 16px;
        margin-top: 25px;
    }
    .map-section .border-heading .border-text h2 {
        font-size: 22px;
        line-height: 30px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .table-section {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    }
    .table-section .border-heading .border-text h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .table-section .table-right {
        right: -34%;
        z-index: 0;
    }
    .table-section .table-left {
        left: -34%;
        z-index: 0;
    }

}
@media (max-width: 991px) {
    .table-section .table-right,
    .table-section .table-left {opacity: 0 !important;}
    .working .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .working .border-heading .border-text {
        text-align: center;
    }
    .working .working-content {
        padding-right: 0;
        padding-top: 70px;
        text-align: center;
    }
    .working .working-content .form {
        margin-right: auto;
        margin-left: auto;
        transform: none !important;
        opacity: 1 !important;
    }
    .working .working-img {
        padding-bottom: 30px;
    }
    .working .working-img img {
        max-width: 50%;
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin: auto;
    }
    .working .dots {
        max-width: 93%;
        top: 0;
        left: 0;
        opacity: 0.2;
    }
    .pad {
        text-align: center;
        height: auto;
    }
    .pad .pad-holder {
        margin-top: 30px;
        margin-bottom: 30px;
        opacity: 1 !important;
        transform: none !important;
    }
    .pad .pad-holder .ipad {
        width: 600px;
        position: relative;
        left: 0;
    }
    .pad .pad-holder .pad-carousel {
        left: 206px;
        top: 10px;
        width: 336px;
        position: absolute;
    }
    .pad .pad-holder .pad-carousel .carousel-cell {
        transform: translateX(-10px);
        -webki-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
    }
    .pad .border-heading .border-text {
        text-align: center;
    }
    .pad .border-heading .border-box {
        left: 50%;
    }
    .pad .pad-content .form textarea {
        width: 280px;
        margin: auto;
    }
    .pad .pad-content .form .bottom-form {
        margin-right: auto;
    }
    .pad .pad-content p {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    .pad .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }
    .map-section {
        flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        height: 100%;
    }
    .map-section .contact-holder {
        position: relative;
        background-color: #3c3c3c;
    }
    .map-section .contact-holder .contact-content .location {
        width: 320px;
        margin: auto;
		margin-bottom: 8px;
    }
    .map-section .contact-holder .contact-content .socials_link {
        width: 320px;
        margin: auto;
		margin-bottom: 8px;
    }
    .map-section .contact-holder .contact-content .phone {
        width: 320px;
        margin: 35px auto 6px;
    }
    .map-section .contact-holder .contact-content .form .bottom-form {
        width: 100%;
        margin-bottom: 30px;
    }
    .map-section .border-heading .border-box {
        left: 50%;
    }
    .map-section .border-heading .border-text {
        text-align: center;
    }
    .map-section .map-left {
        display: none;
    }
    .map-section .map-right {
        width: 100%;
        height: 400px;
    }
	.dop_map_field .socials_link:first-child {margin-left: 40px;}
	#typed {width: 260px;}
    .materials {
        padding-top: 55px;
    }
    .materials .large-letter {
        display: none;
    }
    .materials .material-grid .material-form .form {
        width: 100%;
    }
    .materials .material-grid .material-form p {
        margin-top: 5px;
        margin-bottom: 9px;
        font-size: 12px;
    }
    .materials .material-grid .material-form h4 {
        font-size: 20px;
		margin-top: -11px;
    }
	.materials .material-grid .mat-item a .layer span {font-size: 10px;}

    .repeater .form {
        margin: auto;
    }
    .repeater .repeater-form {
        padding-top: 80px;
        text-align: center;
    }
    .repeater .ret {
        opacity: 1 !important;
        height: 350px;
    }
    .repeater .layer1,
    .repeater .layer2 {
        display: none;
    }
    .flinder {
        padding-top: 50px;
    }
    .flinder .border-heading {
        margin-bottom: 40px;
    }
    .flinder .flinder-mobile {
        display: block;
    }
    .flinder .flinder-mobile img {
        width: 100%;
    }
    .flinder .flinder-row {
        display: none;
    }
    .parthners {
        padding-top: 60px;
    }
    .parthners .parthner-box {
        height: 430px;
    }
    .parthners .parthner-box .item.caesa img {
        width: 150px;
    }
    .parthners .parthner-box .item.silestone {
        top: 85px;
        left: 20px;
    }
    .parthners .parthner-box .item.silestone img {
        width: 150px;
    }
    .parthners .parthner-box .item.tekstone {
        top: 80px;
        right: 64px;
    }
    .parthners .parthner-box .item.avant {
        left: 20px;
        top: 130px;
    }
    .parthners .parthner-box .item.corian {
        top: 145px;
        left: 205px;
    }
    .parthners .parthner-box .item.tristone {
        top: 145px;
    }
    .parthners .parthner-box .item.stone {
        top: 150px;
    }
    .parthners .parthner-box .item.teksolan {
        left: 42px;
        bottom: 155px;
    }
    .parthners .parthner-box .item.neomarm {
        bottom: 157px;
        left: 34%;
    }
    .parthners .parthner-box .item.himacs {
        right: auto;
        left: 23px;
        bottom: 80px;
    }
    .parthners .parthner-box .item.radianz {
        left: 45%;
        bottom: 85px;
    }
    .parthners .parthner-box .item.radianz img {
        width: 135px;
    }
    .parthners .parthner-box .item.santa img {
        width: 150px;
    }
    .parthners .parthner-box .item.quartz {
        left: 30%;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .project .carousel-project .flickity-prev-next-button.previous {
        left: -40px;
    }
    .project .carousel-project .flickity-prev-next-button.next {
        right: -40px;
    }
    .project .project-right {
        padding-right: 20px;
    }
    .project .project-right .carousel-cell .project-row .item a .layer {
        opacity: 1;
        padding: 15px;
    }
    .project .project-left p {
        margin-bottom: 40px;
        color: #8a8a8a;
    }
    .project .border-heading .border-box {
        left: 50%;
    }
    .project .border-heading .border-text {
        text-align: center;
    }
    .video-background:after {
        background-color: rgba(255, 255, 255, 0.91);
    }
    .workshop {
        height: auto;
    }
    .workshop .link-skip {
        bottom: 65px;
        text-align: center;
    }
    .workshop .link-skip .link-holder {
        padding-left: 0;
    }
    .workshop .link-skip a {
        border-width: 1px;
    }
    .workshop .workshop-title {
        position: relative;
    }
    .workshop .workshop-title .border-heading {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .workshop .workshop-title .border-heading .border-box {
        left: 50%;
        top: 31%;
    }
    .workshop .workshop-title .border-heading .border-box .border {
        border: 8px solid rgba(204, 204, 204, 0.35);
    }
    .workshop .workshop-title .border-heading .border-text {
        text-align: center;
    }
    .workshop .carousel-workshop .carousel-cell .workshop-content {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .workshop .carousel-workshop .carousel-cell .workshop-content .number:after {
        margin: 5px auto 15px;
    }
    .workshop .carousel-workshop .carousel-cell .workshop-content .first-slide > div {
        opacity: 1 !important;
        transform: none !important;
    }
    .workshop .carousel-workshop .flickity-page-dots {
        bottom: 15px;
        text-align: center;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        top: auto;
    }
    .workshop .carousel-workshop .flickity-page-dots .dot {
        display: inline-block;
        margin: 5px;
    }
    .visualiser .close-modal {
        display: block;
        width: 26px;
        height: 26px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .visualiser .filter-btn {
        display: block;
        width: 200px;
        margin: 0 auto 30px;
        height: 45px;
        line-height: 44px;
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 30px;
        text-align: center;
        background-color: #ff7261;
        color: #fff;
        cursor: pointer;
    }
    .visualiser .visual-holder {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        padding-top: 25px;
    }
    .visualizator_title {text-align: center;}
    .visualiser .visual-holder .visual-right {
        padding: 0px 15px;
        width: 100%;
        margin-top: 25px;
    }
    .visualiser .visual-holder .visual-right .profile-full,
    .visualiser .visual-holder .visual-right .material-full {
        display: none;
    }
    .visualiser .visual-holder .visual-left {
        margin: 0;
        right: 0;
        top: 0;
        position: fixed;
        background-color: #313131;
        min-height: 100%;
        overflow-y: auto;
        height: 100%;
        width: 100%;
        visibility: hidden;
        z-index: 9997;
        opacity: 0;
        padding: 50px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.24);
        -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px -10px 40px rgba(0, 0, 0, 0.24);
    }
    .visualiser .visual-holder .visual-left .description {
        width: 307px;
        margin: auto;
    }
    .visualiser .visual-holder .visual-left .description .scene-form form {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .visualiser .visual-holder .visual-left .description .scene-form form .form-group {
        margin-bottom: 10px;
    }
    .visualiser .visual-holder .visual-left .description .scene-form form .form-group,
    .visualiser .visual-holder .visual-left .description .scene-form form .button-holder {
        width: 100%;
    }
    .visualiser .visual-holder .visual-left .material-and-color {
        width: 307px;
        margin: auto;
    }
    .visualiser .visual-holder .visual-left .revealator-fade {
        transition: inherit;
    }
    .visualiser .visual-holder .visual-left .revealator-delay5 {
        transition-delay: 0ms !important;
    }
    .visualiser .visual-holder .visual-left.active {
        visibility: visible;
        opacity: 1;
    }
    .visualiser .visual-holder .visual-left .visual-filter {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        width: 100%;
    }
    .visualiser .visual-holder .visual-left .visual-filter a {
        margin: auto !important;
        width: 307px;
    }
    .visualiser .visual-holder .visual-left .visual-profile {
        position: relative;
        margin: auto;
        width: 306px;
    }
    .typist-element:after {
        height: 28px;
        top: 5px;
        width: 2px;
    }
    h1 {
        text-align: center;
        transform: none !important;
        opacity: 1 !important;
    }
    .show-menu-btn {
        display: block;
    }
    .nav-wrapper .navigation {
        display: none;
    }
    .top .top-holder .top-left a {
        display: none;
    }
    header {
        height: auto;
    }
    header .mouse {
        display: none;
    }
    header .cover {
        opacity: 0.8 !important;
    }
    header .header-content {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    header .header-content .header-left {
        width: 100%;
    }
    header .header-content .header-left .header-form {
        margin: auto;
    }
    header .header-content .header-left .subtitle {
        text-align: center;
    }
    header .header-content .header-right {
        width: 100%;
    }
    header .header-content .header-right .arrow-content {
        width: 320px;
        margin: auto;
        padding-bottom: 30px;
    }
    header .header-content .header-right .line-box {
        display: none;
    }
}
@media (max-width: 767px) {
    .project .project-right {
        padding: 0;
    }
    .project .project-right .carousel-cell .project-row {
        margin: 0;
    }
    .project .project-right .carousel-cell .project-row .item {
        height: 145px;
        padding: 0 2px 4px;
    }
    .project .project-right .carousel-cell .project-row .item a {
        padding: 5px;
    }
    .project .project-right .carousel-cell .project-row .item a .layer {
        padding: 3px;
    }
    .project .project-right .project-pagination {
        display: none;
    }
    .project .carousel-project .flickity-prev-next-button {
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        bottom: -53px;
    }
    .project .carousel-project .flickity-prev-next-button.next {
        right: 0;
    }
    .project .carousel-project .flickity-prev-next-button.previous {
        left: 0;
    }
    .pad {
        padding-bottom: 40px;
    }
    .pad .pad-holder {
        display: none;
    }
    .materials {
        padding-bottom: 40px;
    }
    .materials .mobile-form {
        margin-top: 30px;
        display: block;
        text-align: center;
    }
    .materials .mobile-form h4 {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 0;
        font-family: 'MuseoSansCyrl-500', 'ofont.ru_Museo Sans Cyrl 500';
    }
    .materials .mobile-form p {
        line-height: 1;
        font-family: 'museo_sans_cyrl300';
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .materials .mobile-form .form {
        margin: auto;
    }
    .materials .material-grid {
        display: block !important;
        margin: 30px 0 0;
    }
    .materials .material-grid .material-col {
        width: 280px;
        float: none;
        margin: auto;
    }
    .materials .material-grid .material-col.form-col {
        opacity: 1 !important;
        transform: none !important;
    }
    .materials .material-grid .material-col .mat-item {
        opacity: 1 !important;
        transform: none !important;
    }
    .materials .material-grid .material-col .mat-item a .layer {
        left: 10px;
        right: 10px;
        bottom: 10px;
        top: 10px;
        font-size: 14px;
    }
    .materials .material-grid .material-col .material-form {
        display: none;
    }
    .parthners .parthner-box {
        height: auto;
        width: 100%;
        display: table;
    }
    .parthners .parthner-box .item {
        height: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        opacity: 1!important;
        transform: none !important;
        width: 33%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .parthners .parthner-box .item img {
        width: inherit !important;
        max-width: 100%;
    }
    .parthners .parthner-box .item.stone {
        display: none;
    }
    .border-heading .border-box {
        display: none;
    }
    .visualiser .visual-holder .visual-right .visual-right-bottom {
        padding: 30px;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }
    .visualiser .visual-holder .visual-right .visual-right-bottom .form-title {
        width: 100%;
        margin-bottom: 20px;
    }
    .visualiser .visual-holder .visual-right .visual-right-bottom .form {
        width: 100%;
    }
}
@media (max-width: 750px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 750px;}
}
@media (max-width: 700px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 700px;}
}
@media (max-width: 650px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 650px;}
    .logo.hidden-logo {
        opacity: 0;
    }
    .map-section .border-heading .border-text h2 {
        font-size: 18px;
        line-height: 24px;
    }
    h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .visualiser {
        padding-top: 40px;
    }
    .visualiser .visual-holder .visual-right .visual-right-bottom {
        padding: 15px;
    }
    .visualiser .visual-holder .visual-left {
        padding: 50px 15px;
    }
    .project .project-left .project-filter {
        margin-bottom: 30px;
    }
    .parthners {
        padding-top: 40px;
    }
    .parthners .parthner-box .item {
        width: 50%;
        margin-bottom: 20px;
    }
    .about {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about .about-content {
        padding-top: 25px;
    }
    .about .about-content p {
        line-height: 24px;
    }
    .working .working-img {
        transform: none !important;
        opacity: 1 !important;
    }
    .working .working-content .subtitle {
        transform: none ;
        opacity: 1 ;
    }
    .working .working-content p {
        transform: none ;
        opacity: 1 ;
    }
    .working .working-content p br {
        display: none;
    }
    .table-section {
        height: auto;
        padding: 15px;
        box-shadow: none;
    }
    .table-section .table-box {
        width: 100%;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        padding: 15px;
    }
    .table-section .table-box .form .accent-btn {
        font-size: 12px;
    }
    .table-section .table-box div {
        transform: none !important;
        opacity: 1 !important;
    }
    .table-section .table-box .subtitle {
        margin-top: 10px;
        margin-bottom: 30px;
        line-height: 17px;
    }
    .table-section .border-heading .border-text h2 {
        font-size: 18px;
        line-height: 24px;
        padding-top: 0;
    }
    .date-section p br {
        display: none;
    }
    .pad {
        padding-top: 40px;
    }
    .pad .pad-content {
        padding-right: 0;
        padding-left: 0;
    }
    .pad .pad-content .form textarea {
        width: 100%;
    }
    .pad .pad-content .form .bottom-form {
        width: 100%;
    }
    .pad .pad-content h2 {
        margin-bottom: 10px;
    }
    .materials {
        padding-left: 15px;
        padding-right: 15px;
    }
    .project .project-right .carousel-cell .project-row .item {
        height: 130px;
    }
    .project .project-right .carousel-cell .project-row .item a .layer {
        background: rgba(0, 0, 0, 0.39);
    }
    .project .project-right .carousel-cell .project-row .item a .layer span {
        line-height: 17px;
        font-size: 10px;
    }
    p,
    body {
        font-size: 14px;
        line-height: 22px;
    }
    .workshop .carousel-workshop .carousel-cell {
        height: 475px;
    }
    .workshop .carousel-workshop .carousel-cell .workshop-content .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .workshop .workshop-title .border-heading .subtitle {
        margin-top: 20px;
        transform: none !important;
        opacity: 1 !important;
    }
    .workshop .workshop-title .border-heading .subtitle span {
        font-size: 14px;
        line-height: 20px;
    }
    .border-heading .border-text h2,
    .border-heading .border-text p {
        transform: none !important;
        opacity: 1 !important;
    }
    .top {
        display: none;
    }
    .nav-wrapper {
        top: 0;
    }
    header {
        margin-top: 45px;
    }
    header .header-content h1 .visible-span {
        display: none;
    }
    header .header-content h1 .hidden-span {
        display: block;
    }
    header .header-content h1 .typist-element {
        display: none;
    }
    header .header-content .header-left .subtitle {
        transform: none !important;
        opacity: 1 !important;
    }
    header .header-content .header-left .subtitle span {
        width: 100%;
    }
    header .header-content .header-left .header-form {
        transform: none !important;
        opacity: 1 !important;
        width: 100%;
        padding: 10px;
    }
    header .header-content .header-left .header-form .form {
        margin-top: 20px;
    }
    header .header-content .header-left .header-form .form-top span {
        line-height: 15px;
        width: 200px;
        margin: auto;
    }
    header .header-content .header-left .header-form .form-img {
        display: none;
    }
    header .header-content .header-right .arrow-content {
        width: 320px;
    }
    header .header-content .header-right .arrow-content > div {
        transform: none !important;
        opacity: 1 !important;
    }
    .form {
        width: 100%;
    }
	.visualiser .visual-holder .visual-right .variant-thumb {top: calc(100% - 60px);right: auto;left: 0;width: 100%;background: #222;padding: 1px 0;}
	.visualiser .visual-holder .visual-right .variant-thumb ul {text-align: center;margin: 0;padding: 0;line-height: 0 !important;}
	.visualiser .visual-holder .visual-right .variant-thumb li {display: inline-block !important;float: none !important;margin-bottom: 0 !important;border: none !important;border-right: 1px solid transparent !important;width: calc(14.28% - 1px) !important;}
	.visualiser .visual-holder .visual-right .variant-thumb li:last-child {border: none;}
	.visualiser .visual-holder .visual-right .variant-thumb li img {max-width: 100% !important;height: auto !important;}
	header .cover {opacity: .65 !important;}
	header .header-content .header-left .header-form .form-top span {font-size: 14px !important;width: 100% !important;}
	.visualiser .border-heading h2 > span,
	.visualiser .border-heading p > span {display: block;}
	.date-section .container .col-md-12 p {font-size: 16px !important;}
	.workshop .carousel-workshop .flex_wrap {display: block !important;}
	.workshop .carousel-workshop .flex_wrap > .container {margin-top: 170px !important;}
	.workshop .carousel-workshop .flex_wrap .workshop-content .number {margin-top: -50px !important;}
	.workshop .carousel-workshop .flex_wrap .workshop-content .first-slide .number {margin-top: 0 !important;}
	.showConfigured {display: block;}
}
@media (max-width: 600px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 600px;}
	.visualiser .visual-holder .visual-right .visual-right-top {height: 398px;}
	.visualiser .visual-holder .visual-right .variant-thumb li img {height: 36px;}
	.map-section .map-right {height: 600px;}
	.dop_map_field {width: 180px;height: 200px;text-align: center;left: calc(50% - 90px);}
	.dop_map_field .socials_link {width: 100%;float: none !important;display: inline-block;}
	.dop_map_field .socials_link:first-child {margin-left: 0;margin-top: 40px;}

}
@media (max-width: 550px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 550px;}
	.visualiser .visual-holder .visual-right .visual-right-top {height: 370px;}
	.visualiser .visual-holder .visual-right .variant-thumb li img {height: 33px;}
}
@media (max-width: 500px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 500px;}
	.visualiser .visual-holder .visual-right .visual-right-top {height: 342px;}
	.visualiser .visual-holder .visual-right .variant-thumb li img {height: 30px;}
}
@media (max-width: 450px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 450px;}
	.visualiser .visual-holder .visual-right .visual-right-top {height: 313px;}
	.visualiser .visual-holder .visual-right .variant-thumb li img {height: 26px;}
}
@media (max-width: 400px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 400px;}
	.visualiser .visual-holder .visual-right .visual-right-top {height: 284px;}
	.visualiser .visual-holder .visual-right .variant-thumb li img {height: 22px;}
}

@media (max-width: 360px) {
	.visualiser .visual-holder .visual-right .scene .face-finish canvas {width: 360px;}
	.visualiser .visual-holder .visual-right .visual-right-top {height: 263px;}
	.visualiser .visual-holder .visual-right .variant-thumb li img {height: 20px;}
    .materials .mobile-form p {
        font-size: 15px;
    }
    h1 {
        font-size: 20px;
        line-height: 23px;
    }
    header .header-content .header-left .header-form .form small {
        font-size: 11px;
    }
}


@media screen and (min-width: 320px) and (max-width: 768px) {
    .sink_discount {left: calc(50% - 60px);}
    .repeater {height: auto;padding-bottom: 40px;padding-top: 80px;}
    .repeater .form {padding-top: 10px;}
    .repeater-form .form-title {width: 280px;left: calc(50% - 140px);position: relative;}
    .repeater .ret {height: 100%;background-size: auto 100%;}


}
