html {
	height: 100%;
	background: #f8f8f8;
	/*min-width: 1080px;*/
}
body {
	font-family: "Trebuchet MS", verdana;
	font-size: 12px;
	/*height: 100%;
	background: #000000;*/
	/*min-width: 1080px;*/
    overflow: hidden;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
 
footer {
    position: fixed;
    bottom: 32px;
    z-index: 999;
    width: 100%;
    padding: 0px;
    left: 0;
    background: #fff;
}
footer p{font-size:11px;}
    
.shade {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000000;
    opacity: 0;

    -webkit-transition-property: opacity, z-index;
    -moz-transition-property: opacity, z-index;
    -o-transition-property: opacity, z-index;
    transition-property: opacity, z-index;
    -webkit-transition-duration: 0.5s, 0s;
    -moz-transition-duration: 0.5s, 0s;
    -o-transition-duration: 0.5s, 0s;
    transition-duration: 0.5s, 0s;
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
}
.shade.active {
    opacity: .5;
    z-index: 101;

    -webkit-transition-property: opacity, z-index;
    -moz-transition-property: opacity, z-index;
    -o-transition-property: opacity, z-index;
    transition-property: opacity, z-index;
    -webkit-transition-duration: 0.5s, 0s;
    -moz-transition-duration: 0.5s, 0s;
    -o-transition-duration: 0.5s, 0s;
    transition-duration: 0.5s, 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.logo{
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -152px; 
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
  color: #f00;
}

.sent .wpcf7-response-output {
  background: green;
  margin-top: 55px;
  color: #fff;
  padding: 8px 0;
}

  .small-logo a {
  background: rgba(255,255,255,0.5);
width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
}
.small-logo a img {
  height: 78px;
}
.map_1 {
   align-content: center;
  align-items: center;
  height: 100vh;
}
.map_2 {
   align-content: center;
  align-items: center;
  height: 300px;
}

.wpcf7-form p {
  padding: 0px;
  margin: 0px;
}
.row_1.thankyou {
  padding: 130px 0px !important;
}
.thankyou h1 {
  font-size: 20px;
  color: #0da60d;
}

.thn_1 img {
  height: 140px;
  margin-top: 18px;
}

.abt_1{
    font-size: 60px;
  color: #152572;
  padding-bottom: 30px;
  font-weight: 500;
  border-bottom: 6px solid #676767;
  margin-bottom: 30px;
}

.small-logo {
    position: absolute;
    left:76px;
    top: 0px;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.small-logo .small-logo-white, .small-logo .small-logo-black {
    position: absolute;
    opacity: 1;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.small-logo.black .small-logo-black {
    opacity: 1;
}
.small-logo.white .small-logo-white {
    opacity: 1;
}
.small-logo.displaced {
    top: 0px;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.logo-block {
  max-width: 106px;
  text-align: center;
  margin: 0 auto;
  padding-top: 220px;
}
.mask {
    overflow: hidden;
  border-radius: 50%;
  background: #fff;
  height: 100px;
  border: 2px solid #0264b0;
}
.mask img {
    margin: 0px;
  height: 100px;
  padding-top: 10px;
}
.logo .border-mask {
    position: relative;
    top: -142px;
    height: 148px;
    overflow: hidden;
}
.logo .border-mask .border {
    height: 143px;
    border: none;
    border-radius: 75px;
}

.row_1 {
  
  margin: 0 auto;
  padding: 0px !important;
}
.one_f {
  float: left;
  width: 50%;
}

.one_fn {
  float: left;
  width: 36%;
}
.one_fn img {
  width: 100%;
  height: 100vh;
}
.one_7 {
 
  width: 62%;
  height: 100vh;
  padding: 30px 30px 30px 30px;
  text-align: left;
  justify-content: center;
  align-content: center;
  align-items: center;
  
}

.clr_2 {
  clear: both;
  height: 10px;
}
.ul_1 li img {
  height: 30px;
  width: auto;
  margin-right: 10px;
}
.ul_1 ul {
  padding-left: 6px;
}
 .one_f img {
    border: 4px solid #474848;
    width: 100%;
   
}  
.one_77 {
  float: right;
  width: 50%;
  height: 100vh;
  padding: 110px 110px 110px 110px;
  background: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.look-text-1 h2 {
font-size: 60px;
  color: #152572;
  padding-bottom: 30px;
  font-weight: 500;
  border-bottom: 6px solid #676767;
  margin-bottom: 30px;

  
  
  
}
.look-text-1 {
  font-size: 16px;
  line-height: 1.8;
}
.one_ff{
    float: left;
  width: 50%;
  height: 100vh;
  padding: 110px 110px 110px 110px;
  background: #fff;
  text-align: left;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.one_a{
    float: right;
  width: 50%;
}
.one_a img {
    border: 4px solid #474848;
    width: 100%;
}  

.addres_1 {
     padding: 20px;
    background: #eee;
    min-height: 410px;
    width: 55%;
    float: right;
}

.page-wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 100;
	/*min-width: 1080px;*/
	overflow-x:hidden;
}
.page-top {
	position: fixed;
	width: 100%;
	z-index: 1000;
    height: 0px;
}
.first-slide {
    min-height: 560px;
	width: 100%;
	background: url(../images/first-slide1.jpg) no-repeat center top;
	background-size: cover !important;
	position: relative;
}
.fourth-slide {
	position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
}

.group-button{
	position: absolute;
	top: 7px;
	right: 7px;
}
.group-button a{
    text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	font-family: 'Montserrat-Light';
	text-transform: uppercase;
	padding: 16px 11px 15px 12px;
	border: 1px solid #efeeef;
	display: inline-block;
	margin-left: 3px;
	-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.group-button a.hover {
    background-color: #ffffff;
    color: #0f0f0f;
}
.group-button a.mail{
	width: 54px;
	padding: 17px 0 0;
	text-align: center;
	height: 51px;
}
.group-button a.black-button{
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.group-button a.black-button.hover {
    color: #152572;
    background-color: #fff;
}

.group-button a.share{
	padding: 17px 21px 14px;
}
.first-slide .content{
	text-align: center;
	background: rgba(0,0,0,0.3);
}
.inform-block{
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Montserrat-Light';
	width: 491px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	position: absolute;
	top: 60%;
    margin-top: -53px;
}
.inform-block-text{
	font-size: 18px;
	position: relative;
	padding: 0 7px;
	width: 230px;
	margin: 0 auto;
	text-transform: none;
}
span.line-bg-left, span.line-bg-right{
	background: url(../images/line-bg.png) repeat-x left center;
	position: absolute;
	height: 100%;
	width: 60%;
	top: 0;
}
 span.line-bg-left{
	left: 100%;
}
 span.line-bg-right{
	right: 100%;
}
.second-slide{
    min-height: 560px;
	width: 100%;
	background: url(../images/img/najrana-trading-service-1.jpg) no-repeat left center ;
	background-size: cover; 
	position: relative;

    overflow: hidden;/*for parallax*/
}

.slide2-text a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 16px;
  float: left;
}
.abt{
 font-size: 60px;
  color: #fff;
  padding-bottom: 30px;
  font-weight: 500;
  border-bottom: 2px solid #bfb2b2;
  margin-bottom: 30px;
  margin-left: 22px;
  margin-right: 70px;
  margin-top: 90px;
}

.cont_1 {
  color: #0d1a73;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 16px;
  float: left;
}
.second-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;

    /*-webkit-transition: 800ms;
    transition: 800ms;

    background: url(../images/img/najrana-trading-service-1.jpg) no-repeat center top;*/
    background-size: cover;
}
.second-slide-wrap{
    max-width: 490px;
    min-width: 490px;
    min-height: 560px;
	float: right;
	background: #090651;
	position: relative;
}
.shadow-bg{
	position: absolute;
	right: 100%;
	width: 133px;
	background: url(../images/shadow.png) repeat-y;
	height: 100%;
}
.slide2-text{
    width: 400px;
    float: left;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
    text-transform: none;
    letter-spacing: 1px;
    margin-left: 24px;
    margin-top: 0%;
    top: 10px !important;
    position: relative;
}
.content{
	position: relative;
	z-index: 100;
	height: 100%;
}

.slide2-logo{
	position: absolute;
	display: inline-block;
	bottom: 6.94%;
	right: 0px;left: 0px !important;
}
.slide2-logo-text{
	font-size: 14px;
	color: #fff;
    text-align: center;
    font-family: 'Montserrat-Light';
}
.slide2-logo-text .big-text{
    display: inline-block;
	font-size: 63px;
	line-height: 59px;
	text-transform: uppercase;
    font-family: 'Montserrat-Light';
    position: relative;
}
.slide2-logo-text .big-text .last-part {
    font-size: 60px;
}
span.slide2-logo-line{
	position: absolute;
	top: 62px;
	height: 1px;
	width: 59px;
}
span.slide2-logo-line span{
	height: 1px;
	width: 100%;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	top: 0;

}
span.slide2-logo-line-l{
	left: 0;
	width: 59px;
}
span.slide2-logo-line-l span{
	    left: 0;
    width: 240px !important;
}
span.slide2-logo-line-r{
	right: 0;
	width: 129px;
}
span.slide2-logo-line-r span{
	left: 0;
}
.slide2-logo-small{
	font-size: 14px;
    font-family: 'Montserrat-Light';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
 	height: 35px;
	padding-top: 9px;
	margin-top: 30px;
}
span.slide2-logo-small-text{
	position: relative;
	z-index: 10;
}
span.slide2-logo-small-border{
	position: absolute;
	z-index: 5;
	border-style: solid;
  	border-width: 1px;
  	border-color: rgb( 255, 255, 255 );
  	width: 36px;
 	height: 35px;
 	left: 50%;
 	top: 0;
 	margin-left: -18px;

    -webkit-backface-visibility: hidden;
}

.third-slide{
    min-height: 560px;
	width: 100%;
	background-size: contain;
	position: relative;
    overflow: hidden;/*for parallax*/
}
.third-slide-wrap{
	float: right;
	display: inline-block;
    background-color: #ffffff;
	/*background: url(../images/look.png) no-repeat 60% top;
	background-size: auto 100%;*/

    position:relative;/*for parallax*/
}
.third-slide-wrap .content{
	position: relative;
}
.look-text{
    height: 680px;
	position: absolute;
	width: 100%;
	left:0;
    z-index: 0;
    /*top: 36px;*/
    text-align: center;
}
.look-text span{
	display: inline-block;
  color: #152572;
  font-size: 68px;
  font-family: 'Montserrat-Light';
  line-height: 80px;
  font-weight: 700;
}
.third-slide-text-top {
	top:27%;
	right: 10px;
	position: absolute;
    text-align: right;
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: #adafb2;
	line-height: 1;
    text-align: right;
	width: 100%;
    max-width: 550px;/*720px*/
}
.third-slide-text-top  span{
	color: #000;
}
.third-slide-text{
	font-size: 16px;
	line-height: 30px;
	color: #222;
    font-family: 'Montserrat-Light';
    width: 540px;
    display: inline-block;
    position: relative;
    padding: 23px 54px;
    margin-left: 130px;	
	position: absolute;
	bottom: 16%;
	border: 10px solid #676767;
}
.third-slide-text .line-top{
	background: #0465b4;
}
.third-slide-text .line-right{
	background: #6d2348;
	width: 1px;
	height: 99%;
}
.third-slide-text .line-left{
	background: #6d2348;
}
.third-slide-text .line-bottom{
	background: #6d2348;
	height: 1px;
}
.third-slide-text span.discover {
	font-size: 14px;
	color: #000;
	font-family: 'Montserrat-Light';
	display: inline-block;
    margin: 15px 0 -10px -10px;
	width: 100%;
	text-transform: uppercase;
}
.third-slide-text span.discover span {
    display: inline-block;
}

.fourth-slide .right-block{
	min-height: 560px;
  width: 100%;
  background-size: contain;
  position: relative;
	background: url(../images/img/Ashok-Kumar-Thakwani.png) no-repeat right top;
}

.fourth-slide .right-block, .fourth-slide .left-block{
    min-height: 560px;
	float: left;
	position: relative;
}
.fourth-slide .left-block{
	z-index: 100;
}

.naj_1 {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 12px;
}

.right-block-title{
	font-family: 'Montserrat-Light';
	font-size: 64px;
	color: #152572;
	text-transform: capitalize;
	position: absolute;
	/*bottom: 16.64%;*/
    top: 427px;
	left:77px;
	line-height: 1;
	height: 192px;
    overflow: hidden;
    width: 100%;
  left: -526px !important;
  top: 100px !important;
  font-weight: 600;
}
.right-block-title span{
	position: absolute;
	font-size: 14px;
	color: #000;
	right: 41px;
	bottom: 32px;
	font-family: 'Montserrat-Light';
}
.left-block-text{
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat-Light';
	color: #191919;
	width: 89%;
	padding: 21px 17px 36px;
	display: inline-block;
	position: absolute;
	margin-left: 59px;
	/*bottom: 5.82%;*/
    top: 180px;
	right: -36px;

    /*-webkit-backface-visibility: hidden;*/
}
.left-block-text .four-slide-text {
    display: inline-block;
    margin-top: 0px; font-size:13px;
}

.line-top{
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background:#6d2348;
}
.line-right{
	position: absolute;
	right: 0;
	top: 0;
	height:100%;
	width:1px;
	background:#6d2348;
}
.line-bottom{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background:#6d2348;
}
.line-left{
	position: absolute;
	left: 0;
	bottom: 0;
	height:100%;
	width: 1px;
	background:#6d2348;
}
.fifth-slide{
    min-height: 750px;
	width: 100%;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.fifth-slide-wrap {
	position: absolute;
	left: 100%;
	top: 130px !important;/*36%*/
	width: 1000px;
	height: 3000px;
	background: #659bd0;
	-moz-transform: rotate(64deg);
    -o-transform: rotate(64deg);
    -webkit-transform: rotate(64deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.contacts-left{
	float: left;
	display: inline-block;
	width: 280px;
	margin-top: 112px;
	margin-left: 91px;
}
.addres_1 h3 {
  margin-bottom: 16px;
  font-weight: 500;
  color: #152572;
     margin-bottom: 6px;
    margin-top: 0px;
}

.ul_1 ul {
  padding-left: 6px;
}
.ul_1 ul li {
 padding-bottom: 12px;
  font-size: 15px;
  list-style: none;
  border-bottom: 1px dashed #152572;
  padding-top: 12px;
}

.contacts-left-title{
	color: #ffffff;
	font-size: 14px;
    font-family: 'Montserrat-Light';
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.contacts-left-text{
    display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    font-family: 'Montserrat-Light';
}
.contacts-right{
	float: right;
	display: inline-block;
	width: 280px;
	position: absolute;
	/*right: 3%;*/
    margin-top: -105px;/*-40px*/
    margin-left: 0px;
}
.contacts-form-1{
    width: 45%;
    min-height: 380px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 12px 30px 12px;
    float: left;
}

.contacts-form{
    width: 45%;
    min-height: 380px;
    text-align: center;
    left: 50%;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px 12px 30px 12px;
    float: left;
}

.contacts-form-1 textarea {
    height: 70px;
    max-height: 70px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 0px !important;
  margin-bottom: 8px !important;
  border: 1px solid #bbb9b9;
}


.contacts-form textarea {
    height: 70px;
    max-height: 70px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 0px !important;
  margin-bottom: 8px !important;
}
.contacts-form-1 textarea:focus, .contacts-form-1 input:focus {
    color: #000000;
    background-color: #ffffff;
}
.contacts-form textarea:focus, .contacts-form input:focus {
    color: #000000;
    background-color: #ffffff;
}

.contacts-form-title{
	display: inline-block;
	width: auto;
	overflow: hidden;
	margin-top: 14px;
	margin-bottom: 6px;
}
.contacts-form-title-center{
	font-size: 36px;
	line-height: 62px;
    font-family: 'Montserrat-Light';
    color: #fff;
    text-transform: uppercase;
}
.contacts-form-title-top{
	position: relative;
	padding: 0 7px;
	color: #ffffff;
	font-size: 14px;
    font-family: 'Montserrat-Light';
    display: inline-block;
    width: 100%;
}
.contacts-form-title-bottom{
	display: block;
	line-height: 29px;
	color: #ffffff;
	font-size: 14px;
    font-family: 'Montserrat-Light';

}
form {
	display: inline-block;
}

.contacts-form form {
    position: relative;
    width: 100%;
}

.success-pane span {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
    margin-top: -47px;
}

span.helper {
    width: 0!important;
    height: 100%!important;
    display: inline-block!important;
    vertical-align: middle!important;
}

.contacts-form form .success-pane {
    position: absolute;
    top: 0px;
    bottom: 72px;
    width: 100%;
    background-color: white;
    border: 1px solid #000000;
    line-height: 30px;
    padding: 0 40px 0 40px;
    display: none;
    vertical-align: middle;

    font-family: 'Montserrat-Light';
    font-size: 14px;
    text-transform: uppercase;
}

.contacts-form-1 input, .contacts-form-1 textarea, .contacts-form-1 label{
	width: 100%;
	background: none;
	padding-left: 17px;
	color: #fff;
    border-radius: 0;
    outline: none;

}

.contacts-form input, .contacts-form textarea, .contacts-form label{
	width: 100%;
	background: none;
	padding-left: 17px;
	color: #fff;
    border-radius: 0;
    outline: none;

}
.contacts-form input{
	height: 42px;
	border: 1px solid #bbb9b9;
	font-family: 'Montserrat-Light';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.contacts-form-1 input{
	height: 42px;
	border: 1px solid #bbb9b9;
	font-family: 'Montserrat-Light';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

input:-moz-placeholder {
	color: #ffffff;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    text-transform: uppercase;
}
input::-webkit-input-placeholder {
	color: #ffffff;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    text-transform: uppercase;
}
.mat_textbox {
    background: rgba(71, 0, 42, 0.8);
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 10px;font-family: 'Montserrat-Light';
}
h2.mat_textbox span a {
    font-size: 12px;
    text-decoration: none; color:#ced5dc;
}

.wpcf7-submit {
  width: 40% !important;
  float: right;
}
.wpcf7-submit:hover {
background: #fff !important;
  color: #000 !important;
}

.contacts-form label{
	color: #ffffff;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    margin: 0px 0;
    text-align: left;
    text-transform: uppercase;
}
.contacts-form textarea{
	border: 1px solid #bbb9b9;
	margin-bottom: 21px;
    overflow: hidden;
}

input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #6d2348 !important; /* Цвет фона */
    -webkit-text-fill-color: #ffffff !important; /* цвет текста */
    color: #ffffff !important; /* цвет текста */
}

a.submit, input.submit {
    font-family: 'Montserrat-Light';
    color: #fff;
    font-size: 14px;
    float: right;
    border: 1px solid #fff;
    padding: 0;/*16px 26px 13px 33px;*/ /*20px 26px 16px 33px*/
    text-transform: uppercase;

    width: 48%;

    text-decoration: none;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media (max-width: 425px) and (min-width: 321px)
{
	a.submit, input.submit {
		border:1px solid #bbb9b9;
		 color:#f3f0f1;
	}
}
a.submit:hover, input.submit:hover{
    color: #ffffff;
    background-color: #0f0f0f;
    border: 1px solid #ffffff;
    text-decoration: none;
}

input.error, textarea.error {
    border-color: red;
    color: red !important;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    text-transform: uppercase;
}

.contacts-right-title{
	font-size: 14px;
	color: #000;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
	    font-weight: bold;
	    margin-bottom: 10px;

}
.contacts-right-text{
    display: inline-block;
	color: #000;
	font-size: 13px;
	line-height: 26px;margin-bottom: 10px;
    font-family: 'Montserrat-Light';
    margin-bottom: 18px;
    float: left;
  clear: both;
}
.short-logo{
	position: absolute;
	left: 76px;
	top: 13px;
	padding-top: 13px;
	z-index: 500;
	opacity: 1;
}
a.top-link{
	position: fixed;
	right: 0;
	bottom: 44px;
	width: 54px;
	height: 51px;
	text-align: center;
	padding-top: 18px;
	color: #000;
	font-size: 14px;
    font-family: 'Montserrat-Light';
    background: #fff;
	z-index: 1000;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.top-link.top-link-black {
	background: #000;
	color: #fff;
}
.loader-wrap{
    position: absolute;
	background: #000;
	width: 100%;
	/*position: relative;*/
	z-index: 2000;
}
.loader-wrap-2{
    position: fixed;
	background: #fff;
	width: 100%;
    height: 100%;
	/*position: relative;*/
	z-index: 2000;
}
.loader-line{
	height: 4px;
	width: 500px;
	float: left;
	display: inline-block;
	margin: 0;
	background: #fff;
}

.loader-logo{
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -52px;
	margin-top: -29px;
	z-index: 100;
}
.loader-bg{
	width: 50%;
	position: absolute;
	top: 0;
	left:0;
	background: #0264b0;
	height: 100%;
}

.preloader-logo {
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -26px;
    margin-top: -14px;
    z-index: 100;
}
.preloader-logo img {
    width: 53px;
    height: 29px;
}

.top-link.black-button {
    color: #ffffff;
    background-color: #000000;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.menu_button {
    width: 59px;
    height: 58px;
    background-color: rgba(255,255,255,0.3);
    position: relative;
}
.product-menu .menu_button{
	background: none;
	margin-top: -6px;
}
.menu_button .stick {
    width: 33px;
    height: 3px;
    background: #0b5ba9;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -2px;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.product-menu .menu_button .stick{
	background: #fff;
}
.menu_button .stick.-first {
	margin-top: 0;
	top: 21px;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.menu_button .stick.-third {
	margin-top: 0;
	top: 33px;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
a.menu.hover .menu_button .stick.-first{
    margin-top: 0;
	top: 18px;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
a.menu.hover .menu_button .stick.-third {
    margin-top: 0;
	top: 36px;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
a.menu.opened.hover .menu_button .stick.-first{
	top: 21px;
}
a.menu.opened.hover .menu_button .stick.-third{
	top: 33px;
}
a.menu.opened.hover .menu_button .stick, a.menu.hover .menu_button .stick{
	background: #777;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.menu_button .stick-group {
    width: 59px;
    height: 58px;
}
.menu_button .damper {
    width: 59px;
    height: 58px;
    margin-top: 30px;
}



.inform-block-content {
    line-height: 80px;
    margin:12px 0;
}
.preload {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #0264b0;
}


.left-menu {
	height: 100%;
	width: 343px;
	position: fixed;
	background: #4d8ac6;
	top: 0;
    left: 0;
	z-index: 101;
}
.left-menu a {
    text-decoration: none;
}
.left-menu > ul{
	margin: 155px 0 0 0;
	list-style: none;
	width: 100%;
	padding: 0 0 0 77px;
}
.left-menu ul li{
	display: inline-block;
	width: 100%;
	position: relative;
}
.left-menu ul li a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
    font-family: 'Montserrat-Light';
    /*text-transform: uppercase;*/
    line-height: 1;
    padding: 10px 0;
}
.left-menu ul.insert-menu li a {
    font-size: 14px;
}

.left-menu > ul > li a.hover{
	text-transform: uppercase;
}
.left-menu  ul.insert-menu{
	position: relative;
	top: 100%;
	left: 60px;
	padding: 0;
	margin: 0;
    z-index: 100;

    overflow: hidden;
}
.left-menu ul.insert-menu li a{
    font-family: 'Montserrat-Light';
}
.left-menu .drop {
    margin-bottom: -4px;
}
.left-menu li > a.hover {
    color: #e7e8e8;
}
.left-menu li.drop > a.hover {
    color: #fff;
}

span.menu-line{
	width: 0;/*100%*/
	height: 1px;
	background: #999999;
	position: absolute;
	left:0;
	top: 35px;
	/*opacity: 0;*/
}


/*Menu animation*/

.scroll-wrap {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    opacity: 1;
}
.scroll-wrap.displaced {
    -moz-transform: translate(313px, 0px);
    -ms-transform: translate(313px, 0px);
    -webkit-transform: translate(313px, 0px);
    -o-transform: translate(313px, 0px);
    transform: translate(313px, 0px);
}
.scroll-wrap.hidden {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);

    opacity: 0;
}

.page-top {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;

    left: 0;
}
.page-top.displaced {
    /*left: 313px;*/

    -moz-transform: translate(313px, 0px);
    -ms-transform: translate(313px, 0px);
    -webkit-transform: translate(313px, 0px);
    -o-transform: translate(313px, 0px);
    transform: translate(313px, 0px);
}
.page-top .menu {
    display: inline-block;
}


.left-menu {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;

    /*left: -343px;*/

    -moz-transform: translate(-343px, 0px);
    -ms-transform: translate(-343px, 0px);
    -webkit-transform: translate(-343px, 0px);
    -o-transform: translate(-343px, 0px);
    transform: translate(-343px, 0px);
}
.left-menu.active {
    /*left: 0;*/

    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.black-slide.up {
    cursor: url(../images/arrow-up-white.cur), auto;
}
.black-slide.down {
    cursor: url(../images/arrow-down-white.cur), auto;
}
.white-slide.up, .white-slide-2.up {
    cursor: url(../images/arrow-up-black.cur), auto;
}
.white-slide.down, .white-slide-2.down {
    cursor: url(../images/arrow-down-black.cur), auto;
}


.group-button .soc, .group-button .main {
    overflow: hidden;
    position: absolute;
    right: 0px;
    display: inline-block;
    width: 320px;
    text-align: right;
}
.product-grroup-button{
	top: 0;
}
.product-grroup-button .main{
	display: none;
}
.product-grroup-button .soc{
	-webkit-transition: all 500ms !important;
	transition: all 500ms !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
}
.product-grroup-button a.soc-button{
	border: none;
	width: 29px;
	padding-top: 11px !important;
}
.product-grroup-button a.soc-button:hover{
	background: none;
}
.product-grroup-button a.back{
	display: none;
}
.third-discover, .fourth-discover span {
    color: #000;
}
.third-discover:hover, .fourth-discover:hover span {
    color: #666 !important;
}



.slide-insert{
	width: 100%;
	float: left;
	display: inline-block;
	background:#fff;
}

.lace0-insert-l{
	background: url(../images/lace-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;


}
.lace0-insert-r{
	background: url(../images/lace-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.lace1-insert-r{
	background: url(../images/lace1-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.print0-insert-l{
	background: url(../images/print-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;


}
.print0-insert-r{
	background: url(../images/print-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

.print1-insert-r{
	background: url(../images/print1-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}


.beslon0-insert-l{
	background: url(../images/beslon-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 


}
.beslon0-insert-r{
	background: url(../images/beslon-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}






.spun0-insert-l{
	background: url(../images/spun-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 


}
.spun0-insert-r{
	background: url(../images/spun-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}








.option1-insert-l{
	background: url(../images/option1-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 


}
.option1-insert-r{
	background: url(../images/option1-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}


/* Materials SinglePage */

.m01-insert-l {
    background: url(../images/option1-l.jpg) no-repeat right 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}
 
.m02-insert-r{
	background: url(../images/option1-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
 
}


.m11-insert-l { 
    background: url(../images/lace-l.jpg) no-repeat right 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; margin-top: -28px;
}
.m12-insert-r {
    background: url(../images/lace-r.jpg) no-repeat left 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}


.m21-insert-l {
    background: url(../images/print-l.jpg) no-repeat right 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; margin-top: -26px;
}


.m22-insert-r { 
    background: url(../images/print-r.jpg) no-repeat left 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}


.m31-insert-l { 
	background: url(../images/spun-l.jpg) no-repeat right 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;     margin-top: -26px;
}

.m32-insert-r{
	background: url(../images/spun-r.jpg) no-repeat left 0; 
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}


.m41-insert-l{
	background: url(../images/beslon-l.jpg) no-repeat right 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; margin-top: -26px;
}

.m42-insert-r{ 
	background: url(../images/beslon-r.jpg) no-repeat left 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}



.m51-insert-l{ 
	background: url(../images/option6-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; margin-top: -27px;
}
.m52-insert-r{
	background: url(../images/option6-r.jpg) no-repeat left 0; 
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

.m61-insert-l{
	background: url(../images/m61-l.html) no-repeat right 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

.m62-insert-r{ 
 
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

 
 










.option6-insert-l{
	background: url(../images/option6-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;


}
.option6-insert-r{
	background: url(../images/option6-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media screen and (min-width: 800px) {
    // this css will only be used when the screen size is min 800px
	.aboutus-insert-r{
	background: url(../images/aboutus1.jpg) no-repeat;
	/*background: url(../images/insert-slide1-r.jpg) no-repeat;*/
	/*background-size: cover;*/
    background-size: 100% 100%;
}
}



.services-insert-r{
	background: url(../images/services.jpg) no-repeat;
	/*background: url(../images/insert-slide1-r.jpg) no-repeat;*/
	/*background-size: cover;*/
    background-size: 100% 100%;
}





.slide0-insert-l{
	background: url(../images/materials-l.jpg) no-repeat right 0;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;


}
.slide0-insert-r{
	background: url(../images/materials-r.jpg) no-repeat left 0;

	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.slide1-insert-r{
	background: url(../images/maneken.jpg) no-repeat;
	/*background: url(../images/insert-slide1-r.jpg) no-repeat;*/
	/*background-size: cover;*/
    background-size: 100% 100%;
}
.slide2-insert-l{
	background: url(../images/silk.jpg) no-repeat;
	/*background-size: cover;*/
    background-size: 100% 100%;
}


.fourth-slide .left-block-text span.discover {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat-Light';
    display: inline-block;
    margin-top: 25px;
    width: 100%;
    text-transform: uppercase;
}
.fourth-slide .left-block-text span.discover span {
    display: inline-block;
}


.third-slide-text, .fourth-slide .left-block-text {
    overflow: hidden;
}
.third-slide-text .line-top, .third-slide-text .line-bottom {
    height: 5px;
}
.third-slide-text .line-left, .third-slide-text .line-right {
    width: 5px;
}

.fourth-slide .left-block-text .line-top, .fourth-slide .left-block-text  .line-bottom {
    height: 5px;
    -webkit-backface-visibility: hidden;
}
.fourth-slide .left-block-text  .line-left, .fourth-slide .left-block-text  .line-right {
    width: 5px;
    -webkit-backface-visibility: hidden;
}

.third-discover span, .fourth-discover span {
    padding: 10px;
}

a.soc-button {
    width: 54px;
    text-align: center;
    padding: 18px 0 0 !important;
    height: 51px;
    padding-top: 18px;
}
a.back{
	float: right;
	width: 54px;
	padding: 17px 0 0;
	height: 51px;
	text-align: center;
	margin-left: 7px;
}

a.soc-button span{
	width: 100%;
	display: inline-block;
	height: 15px;
}
a.soc-button.icon-f span{
	background: url(../images/icon-f.png) no-repeat  center -30px;
}
a.soc-button.icon-tw span{
	background: url(../images/icon-tw.png) no-repeat  center -30px;
}
a.soc-button.icon-p span{
	background: url(../images/icon-p.png) no-repeat  center -30px;
}
a.soc-button.icon-i span{
	background: url(../images/icon-i.png) no-repeat  center -30px;
}
a.soc-button:hover span{
	background-position: center 0;
}

a.soc-button.icon-f.black-button span{
	background: url(../images/icon-f.png) no-repeat  center 0;
}
a.soc-button.icon-tw.black-button span{
	background: url(../images/icon-tw.png) no-repeat  center 0;
}
a.soc-button.icon-p.black-button span{
	background: url(../images/icon-p.png) no-repeat  center 0;
}
a.soc-button.icon-i.black-button span{
	background: url(../images/icon-i.png) no-repeat  center 0;
}
a.soc-button:hover.black-button span{
	background-position: center -30px;
}
.page-insert-bg {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
.page-insert-text{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.contacts-wrap {
    width: 100%;
    height: 100%;
    min-height: 750px;
    background: #eae6e6;
    z-index: 100;
    position: absolute;
    top: 0px;
}
.contacts-wrap.active.displaced {
    left: 313px;
}
.contacts-wrap.active {
    left: 0px;
}


.inside-wrap {
    width: 100%;
    height: 100%;
    /*min-height: 750px;*/
    z-index: 100;
    position: fixed;
    top: 0px;
    /*left: 100%;*/
    overflow: hidden;

    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;

    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
}
.inside-wrap.active.displaced {
    /*left: 313px;*/

    -moz-transform: translate(313px, 0px);
    -ms-transform: translate(313px, 0px);
    -webkit-transform: translate(313px, 0px);
    -o-transform: translate(313px, 0px);
    transform: translate(313px, 0px);
}
.inside-wrap.active {
    /*left: 0px;*/

    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.slide-insert-text {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;

    border: 1px solid rgba(0,0,0,0);text-align: center;
}
.main-text {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #000;
    text-align: center;
}


.gallist{padding: 0 50px;}
.gallist img:hover{opacity:0.6}

#galleryc .gallery {
    display: inline-block;
    margin-top: 20px;
    height: 450px;
    overflow: scroll !important;margin-bottom: 30px;
}

#galleryc .main-text {
    font-family: 'Montserrat-Light';
	font-size: 18px;
	color: #000;
	text-align: center;
    transform: translate(0px, 150px) !important;
    text-align: left;
    padding: 0 30px; 
}

#galleryc .main-text {
    font-family: 'Montserrat-Light';
	font-size: 18px;
	color: #000;
	text-align: center;
    transform: translate(0px, 150px) !important;
    text-align: left;
    padding: 0 30px; 
}

#galleryc .main-text h3 span {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 569px;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: -25px;
    text-transform: none;
    position: absolute;
    left: 5.5%;
    right: 40%;
}



#galleryc .main-text span {
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 569px;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: 10px;
    text-transform: none;
    position: absolute;
    left: 4%;
    right: 40%;
}

#galleryc .main-text h3{
    font-family: 'Montserrat-Light';
    font-size: 65px;
    color: #48002c;
    text-transform: uppercase;
    display: block;
    margin-top: -50px;
    margin-left: 42px;
    line-height: 1;
}

#galleryc .text-muted {
    color: #48002c;
    text-decoration: none;
}

#galleryc .thumbnail { 
    text-decoration: none;
}
#galleryc a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #48002c;
}




#abouttxt .main-text {
    font-family: 'Montserrat-Light';
	font-size: 18px;
	color: #000;
	text-align: center;
    transform: translate(0px, 150px) !important;
    text-align: left;
    padding: 0 30px; 
}
#abouttxt .main-text h3 span {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 569px;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: -25px;
    text-transform: none;
    position: absolute;
    left: 5.5%;
    right: 40%;
}



#abouttxt .main-text span {
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 569px;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: 10px;
    text-transform: none;
    position: absolute;
    left: 4%;
    right: 40%;
}

#abouttxt .main-text h3{
    font-family: 'Montserrat-Light';
    font-size: 65px;
    color: #152572;
    text-transform: uppercase;
    display: block;
    margin-top: -50px;
   margin-left: 17px;
  line-height: 1;
  margin-bottom: 26px;
}

.galleryh3 a{text-decoration:none;
 font-family: 'Montserrat-Light';
    font-size: 30px;
    color: #48002c;
    text-transform: uppercase; 
    margin-top: -50px; 
    line-height: 1;}
	
.galleryh3 a.active{text-decoration:none;
 font-family: 'Montserrat-Light';
    font-size: 45px;
    color: #48002c;
    text-transform: uppercase; 
	font-weight:bolder;
    margin-top: -50px; 
    line-height: 1;border-bottom: 1px solid;}
	

.main-text span{
	font-size: 89px;
	color: #000;
	text-transform: uppercase;
    font-family: 'Montserrat-Light';
    display: block;
    line-height: 1;
}
.main-text-l{
	position: absolute;
	/*right: 115px;*/
	bottom: -135px;/*-65px*/
	width: 600px;
	font-size: 12px;
    font-family: 'Montserrat-Light';
    line-height: 30px;
    text-transform: uppercase;

    left: 40%;
    right: 10%;
}
.second-slide-title{
    font-family: 'Montserrat-Light';
    font-size: 35px !important;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 207px;
    margin-left: 68px;
    line-height: 1;
    text-shadow: 2px 2px 4px #000000; 
	background: rgba(72, 0, 44, 0);
    padding: 10px 20px;
    width: 30%;
}

.second-slide-title h2.mat_textbox p {
    font-size: 12px;
    text-transform: none;
    padding-top: 10px;
    color: #fff;
    line-height: 22px;text-align: left;
}

.slide-insert-text a.rm{
    font-size: 12px;
    color: #fff;
    font-weight: bolder;
    float: left;
    position: relative;
    left: 70px;
}
.slide-insert-text a.rm:hover{ 
    color: #48002c; text-decoration:none;
}


.second-slide-text{
	line-height: 30px;
	font-size: 12px;
	color: #000;
    font-family: 'Montserrat-Light';
	width: 569px;
	display: inline-block;
	/*margin-left: 140px;*/
	margin-top: 20px;
	text-transform: uppercase;

    position: absolute;
    left: 5.6%;
    right: 40%;
}
.third-insert-slide-text{
	line-height: 30px;
	font-size: 12px;
	color: #000;
    font-family: 'Montserrat-Light';
	width: 509px;
    /*margin: 40px 0px 0 0;*/
	display: inline-block;
	float: right;
	text-transform: uppercase;

    position: absolute;
    /*right: 0px;*/
    right: 20%;
    left: 55%;
    top: 20%;
}
.third-insert-slide-title{
    position: absolute;
    /*bottom: 220px;*/
    bottom: 40%;
    left: 12%;

	display: block;
	text-align: center;
	color: #8c8989;
	font-size: 72px;
	line-height: 1;
	margin: 0 auto;
	font-family: 'Montserrat-Light';
	float: left;
	width: 100%;
}
.third-insert-slide-title span{
	font-family: 'Montserrat-Light';
	display: block;
	font-weight: bold;
    color: #8c5858;
}


span.paragraph {
    display: inline-block;
}
.menu_button.menu-button-black {
    background: #0b5ba9;
}
.menu-button-black.menu_button .stick {
    background: #fff;
}


.first-katalog-slide{
	width: 100%;
}
.second-katalog-slide{
	width: 100%;
}
.second-katalog-slide-block{
	width: 50%;
	float: left;
	display: inline-block;
}
.page-wrap{
	overflow: inherit;
}
.third-katalog-slide{
	width: 100%;
}
.third-katalog-slide-left{
	width: 35%;
	float: left;
	display: inline-block;
}
.third-katalog-slide-right{
	float: left;
	display: inline-block;
	width: 65%;
}
.four-katalog-slide{
	width: 100%;
}
.four-katalog-slide-top{
	height: 64%;
	float: left;
	display: inline-block;
	width: 100%;
}
.four-katalog-slide-top-block{
	height: 100%;
	width: 50%;
	float: left;
	display: inline-block;
}
a.katalog-item {
	width: 100%;
	height: 100%;
	float: left;
	display: inline-block;
	position: relative;
}
a.katalog-item img.katalog-item-img {
	width: 100%;
	float: left;
	display: inline-block;
}
a.katalog-item span.zoom-bg {
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	opacity: 0.5;
	width: 100%;
	padding: 24px;
	/*background: rgba(0,0,0,0.6);*/

    background: url(../images/background-ripple.png);

    -webkit-transition-property: background, opacity;
    -moz-transition-property: background, opacity;
    -o-transition-property: background, opacity;
    transition-property: background, opacity;
    -webkit-transition-duration: 0.5s, 1s;
    -moz-transition-duration: 0.5s, 1s;
    -o-transition-duration: 0.5s, 1s;
    transition-duration: 0.5s, 1s;
}
a.katalog-item:hover span.zoom-bg {

    opacity: 0;
}
a.katalog-item span.zoom-border {
	/*border: 1px solid #e5e5e4;*/
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;

    position: absolute;
    top: 0px;
    left: 0px;
}
.zoom{
	position: absolute;
	top:50%;
	left:50%;
	margin: -40px 0 0 -27px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Montserrat-Light';
    line-height: 1;
}
.zoom img{
	display: block;
	margin-bottom: 18px;
}
.lookbook-wrap .slide:not(.first-katalog-slide) {
    background-color: #000;
}
.lookbook-wrap .zoom span {
    display: inline-block;
}
.first-katalog-slide{
	width: 100%;
	position: relative;
}
.first-katalog-slide .first-slide-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/katalog.jpg) no-repeat;
    background-size: 100% auto;
    /*background-position: 50% 50%;*/
    z-index: -1;
}
.first-slide-bg-over {
    width: 100%;
    height: 100%;
    background: url(../images/background-ripple.png);
    opacity: 0.7;
    position: absolute;
}

.katalog-title {
    position: absolute;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 85px;
	line-height: 1.5;
    font-family: 'Montserrat-Light';
    letter-spacing: 14px;
    padding-bottom: 20px;
}
.katalog-title span {
	font-size: 18px;
	display: block;
	letter-spacing: 19px;
}
.first-katalog-slide a {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 18px 17px;
	line-height: 1;
	position: absolute;
	bottom: 46px;
	left:50%;
	margin-left: -51px;
	border: 1px solid #fff;
    font-family: 'Montserrat-Light';
}
.first-katalog-slide a:hover {
	text-decoration: none;
}
.lookbook-wrap {
    position: absolute;
    /*overflow: scroll;*/

    top: 0px;
    bottom: 0px;
}

.lookbook-content {
    position: absolute;

    background-color: #000;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.lookbook-wrap .all-looks {
    position: fixed;
    right: -120px;
    bottom: 44px;
    background-color: #fff;
    text-align: center;
    padding: 18px 16px 13px 16px;
    z-index: 1000;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.lookbook-wrap .all-looks a {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    text-decoration: none;
}
.lookbook-wrap .all-looks a span{
    margin-left: 20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.lookbook-wrap .all-looks.visible {
    right: -67px;
}
.lookbook-wrap .all-looks.visible.hovered {
    right: 0px;
}
.lookbook-wrap .all-looks.hovered a span{
    margin-left: 0px;
}


.cross {
    position: relative;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
}
.cross .horizontal {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid white;
    -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 800ms; transition-duration: 800ms; -webkit-transform: scale(0, 1);
}
.cross .vertical {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    border-right: 1px solid white;
    -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 800ms; transition-duration: 800ms; -webkit-transform: scale(1, 0);
}




/*history*/

.first-history-slide{
	width: 100%;
	text-align: center;
	position: relative;
	background: url(../images/history.html) no-repeat center top;
	background-size: cover;
}
.second-history-slide {
    min-height: 655px;
	width: 100%;
	position: relative;
	text-align: center;
}

.second-history-slide-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	/*z-index: 10;*/
	left: 0;
	top: 0;
}
.second-history-slide-bg span {
	width: 100%;
	height: 100%;
	display: inline-block;
    position: absolute;
}
.second-history-slide-bg span.active {
    left: 0;
}
.second-history-slide-bg span.left {
    left: -100%;
}
.second-history-slide-bg span.right {
    left: 100%;
}
.second-history-slide-bg span.bg0 {
	background: url(../images/history-slide1.html) no-repeat center top;
	background-size: cover;
}
.second-history-slide-bg span.bg1 {
    background: url(../images/history-slideolga.html) no-repeat center top;
    background-size: cover;
}
.second-history-slide-bg span.bg2{
    background: url(../images/history-slide4.html) no-repeat center top;
    background-size: cover;
}
.second-history-slide-bg span.bg3{
    background: url(../images/history-slide3.html) no-repeat center top;
    background-size: cover;
}
.second-history-slide-bg span.bg4{
    background: url(../images/history-slide5.html) no-repeat center top;
    background-size: cover;
}
.second-history-slide-bg span.bg5{
    background: url(../images/history-slide-arts1.html) no-repeat center top;
    background-size: cover;
}
.second-history-slide-bg span.bg6{
    background: url(../images/history-home.html) no-repeat center top;
    background-size: cover;
}
.second-history-slide-bg span.bg7{
    background: url(../images/slide_kelly.jpg) no-repeat center top;
    background-size: cover;
}

.history-title{
    position: relative;
	display: inline-block;
	text-align: center;
	width: 686px;
}
.history-title span{
    font-family: 'Montserrat-Light';
	display: inline-block;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
}
span.history-name-small{
	font-size: 18px;
	line-height: 1;
    letter-spacing: 51px;
	margin-right: -51px;

}
span.history-name{
	font-size: 55px;
	line-height: 1;
    letter-spacing:8px;
}
span.history-line{
	height: 1px;
	width: 673px;
	background: #fff;
	display: inline-block;
	float: left;
	margin: 4px 0 11px;
}
a.history-view{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 17px 9px 17px 9px;
	line-height: 1;
	position: absolute;
	bottom: 46px;
	left:50%;
	margin-left: -45px;
	border: 1px solid #fff;
    text-decoration: none;
    font-family: 'Montserrat-Light';
}
a.history-view {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.history-view:hover {
    background-color: #ffffff;
    color: #0f0f0f;
}
.second-history-slide-content{
	position: relative;
	z-index: 100;
}
.second-history-slide-title{
	display: inline-block;
	width: 687px;
	margin-bottom: 10px;
}
.second-history-slide-title span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.second-history-slide-title span.second-history-slide-name {
    font-family: 'Montserrat-Light';
    font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	    margin-bottom: 8px;
    margin-top: 20px;
}
.second-history-slide-title span.second-history-slide-text {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat-Light';
    height: 50px;
    vertical-align: middle;
}
.second-history-slide-title span.second-history-slide-text span{
    display: inline-block;
    vertical-align: middle;
}
span.second-history-slide-line {
	height: 1px;
	background: #fff;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.second-slide-content {
    position: relative;
}
.history-slide {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.history-slide a.nav{
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Montserrat-Light';
	color: #fff;
	display:block;
	text-decoration: underline;
	margin-bottom: 20px;    opacity: 1 !important;
}
.history-slide a.nav:hover{
	text-decoration: none;
}
.slide-img {
	margin-bottom: 30px;
	display: block;
    position: relative;
}

.dotted-line-vertical{
	width: 3px;
	display: inline-block;
	 margin-bottom: 18px;
}
.dotted-line-vertical span{
		display: inline-block;
	 font-family: 'Montserrat-Light';
	 font-size: 16px;
	 color: #fff;
	 text-transform: uppercase;
	 line-height: 1;
	 float: left;
	 margin-top: -5px;
}
.dotted-line-horizontal {
	display: inline-block;
	width: 100%;
}
.dotted-line-horizontal a{
	display: inline-block;
	width: 10%;
	height: 65px;
	position: relative;
	text-align: center;
	padding-top: 24px;
}
.dotted-line-horizontal a .dotted{
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.year{
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
	border-radius: 10%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 14px;
	 font-family: 'Montserrat-Light';
	 padding-top: 20px;
	 text-transform: uppercase;
	 opacity: 0;
}
.dotted-hover{
	position: absolute;
	top: 4px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	 font-family: 'Montserrat-Light';
	 text-transform: uppercase;
	 left:0;
	 opacity: 0;
}
.dotted-line-horizontal a .dotted-hover, .dotted-line-horizontal a .dotted, .dotted-line-horizontal a .year {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.dotted-line-horizontal a:hover .dotted-hover {
	opacity: 1;
}
.dotted-line-horizontal a:hover .dotted {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.dotted-line-horizontal a.active .year {
	opacity: 1;
}
.dotted-line-horizontal a.active .dotted {
	opacity: 0;
}
.dotted-line-horizontal a.active:hover .dotted-hover {
	opacity: 0;
}


.history-wrap {
    position: absolute;
}


.fifth-katalog-slide-left{
	float: left;
	display: inline-block;
	width: 35%;/*32.7%*/
}
.fifth-katalog-slide-right{
	float: left;
	display: inline-block;
	width: 65%;/*67.3%*/
}
.fifth-katalog-slide, .seventh-katalog-slide, .eighth-katalog-slide, .ninth-katalog-slide{
	width: 100%;
	display: block;
}
.seventh-katalog-slide a.katalog-item{
	width: 20%;
}
.eighth-katalog-slide-left{
	float: left;
	display: inline-block;
	width: 35%;/*34.2%*/
}
.eighth-katalog-slide-right{
	float: left;
	display: inline-block;
	width: 65%;/*65.8%*/
}
.ninth-katalog-slide a.katalog-item {
	width: 25%;
}


/*product-page*/

.product-wrap{
    width: 100%;
    background: #000;
    min-height: 853px;
}
.product-block-l{
    text-align: center;
    position: relative;
    padding-bottom: 55px;
}
.product-title{
    display: inline-block;
    font-size: 37px;
    font-family: 'Montserrat-Light';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1;

    position: absolute;
}
.product-title span{
    font-size: 8px;
    letter-spacing: 7px;
    display: block;
    margin-top: 6px;
}

.product-text-block {
    position: absolute;
    width: 100%;
}

.product-block-r img.product-image.vertical{
    width: 100%;
    -webkit-transform:translate3d(0,0,0);
}
.product-block-r img.product-image.horizontal{
    height: 100%;
    -webkit-transform:translate3d(0,0,0);
}

.product-block-l{
    width: 50%;
    float: left;
    display: inline-block;
    height: 100%;
}
.product-block-r {
    width: 50%;
    display: inline-block;
    height: 100%;

    position: relative;
    overflow: hidden;
}

.product-img {
    height: 100%;
    position: relative;
}

.product-bottom-block {
    display: block;

}
.product-nav {
    display: inline-block;
    margin: 0 auto 28px;
}
a.nav-l, a.nav-r{
    float: left;
    display: inline-block;
    text-align: center;
    width: 51px;
    height: 51px;
    position: relative;
	margin-top: -18px;
	padding: 18px 0 0 0;

}
a.nav-l.spy, a.nav-r.spy{
    z-index: -1;
    opacity: 0;
}
a.nav-l span.nav-post-bg, a.nav-r span.nav-post-bg{
	width: 51px;
    height: 51px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
a.nav-l span.nav-post-bg{
	width: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.nav-r span.nav-post-bg{
	width: 0;
	left: inherit;
	right: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.nav-l:hover span.nav-post-bg, a.nav-r:hover span.nav-post-bg{
	width: 100%;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.nav-l span.nav-post-arrow, a.nav-r span.nav-post-arrow{
	display: inline-block;
    width: 51px;
    height: 13px;
    position: relative;
    z-index: 100;
}
a.nav-l span.nav-post-arrow{
	background: url(../images/nav-l8.png) ;
	background-position: 0 0;
	-webkit-transition-property: background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.nav-r span.nav-post-arrow{
	background: url(../images/nav-r8.png) ;
	background-position: -51px 0;
	-webkit-transition-property: background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.nav-l:hover span.nav-post-arrow, a.nav-r:hover span.nav-post-arrow{
	background-position: -51px 0;
	-webkit-transition-property: background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.nav-r:hover span.nav-post-arrow{
		background-position: 0px 0;
	-webkit-transition-property: background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
span.product-name{
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    margin: -2px 22px 0;
}
.product-inform {
    width: 55%;
    display: block;
    margin: 0 auto;


    display: block;color: #fff;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Montserrat-Light';
}
.product-inform span.title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 15px
}

.product-inform p {
    display: block;color: #fff;
    font-size: 11px;
    line-height: 1.5;
    font-family: 'Montserrat-Light';
    margin-bottom: 0px;/*10px*/
}

a.product-close, a.product-zoom {
    position: absolute;
    bottom: 13px;
    width: 51px;
    height: 51px;
    border: 1px solid #fff;
    background: rgba(0,0,0,.1);
    text-align: center;
    padding-top: 16px;
    left: 50%;
    margin-left: -27px;
}
a.alllooks-close {
    position: fixed;
    bottom: 13px;
    width: 51px;
    height: 51px;
    border: 1px solid #fff;
    background: rgba(0,0,0,.1);
    text-align: center;
    padding-top: 18px;
    left: 50%;
    margin-left: -27px;
}
a.alllooks-close  span.all-close-bg, a.product-close  span.all-close-bg, a.product-zoom span.all-zoom-bg{
	position: absolute;
	bottom: 0;
	left:0;
	background: #fff;
	height: 0;
	width: 100%;
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.alllooks-close:hover span.all-close-bg, a.product-close:hover span.all-close-bg, a.product-zoom:hover span.all-zoom-bg{
	height: 100%;
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a.alllooks-close span.all-close-wrap, a.product-close span.all-close-wrap{
	position: absolute;
	top: 0px;
	right: -1px;
	height: 49px;
	width: 50px;
	background: url(../images/all-close5.png) no-repeat;
	background-position: 0 -87px;
	-webkit-transition-property:background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 100;
}
a.alllooks-close:hover span.all-close-wrap, a.product-close:hover span.all-close-wrap{
	background-position: 0 0;
	-webkit-transition-property:background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.product-zoom-text{
	opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.product-zoom:hover .product-zoom-text{
	position: absolute;
	top: -19px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
    font-family: 'Montserrat-Light';
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
span.product-zoom-line{
	position: absolute;
	width: 19px;
	height: 19px;
	top: 17px;
	left: 15px;
	-webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.product-zoom:hover span.product-zoom-line{
	width: 38px;
	height: 38px;
	top: 4px;
	left: 6px;
	-webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
span.product-zoom-line span{
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
span.product-zoom-line span.product-zoom-line-g{
	height: 1px;
	width: 100%;
	margin-top: 8px;
	display: inline-block;
	-webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.product-zoom:hover span.product-zoom-line span.product-zoom-line-g{
	margin-top: 18px;
	-webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
span.product-zoom-line span.product-zoom-line-v{
	height: 100%;
	width: 1px;
	margin-left: 9px;
	display: inline-block;
	-webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.product-zoom:hover span.product-zoom-line span.product-zoom-line-v{
	margin-left: 18px;
	-webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.look-wrap {
    width: 100%;
    height: 100%;
    min-height: 750px;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 100%;
    overflow: hidden;
}
.look-wrap.active.displaced {
    left: 313px;
}
.look-wrap.active {
    left: 0px;
}

.zoom-wrap {
    display: none;
    position: absolute;
    z-index: 10000;
    width: 100%;
    cursor: url(../images/cursor-close1.cur), auto;
    opacity: 0;
}
.zoom-wrap img {
    width: 100%;
    position: relative;
}




.all-row{
    /*width: 100%;*/
    height: 50%;
    display: block;
}

a.all-item{
    display: block;
    float: left;
    height: 100%;
    position: relative;
}

a.all-item img {
    width: 100%;
    height: 100%;
}
a.all-item-2{
    width: 22.22%;
}

a.all-item img.all-item-img{
    width: 100%;
    float: left;
    display: inline-block;
}
a.all-item span.zoom-bg{
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    width: 100%;
    padding: 24px;
}

a.all-item span.zoom-border{
    border: 1px solid #e5e5e4;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
a.all-item .zoom{
    position: absolute;
    top:50%;
    left:50%;
    margin: -45px 0 0 -27px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    line-height: 1;
}
a.all-item .zoom img{
    display: block;
    margin-bottom: 18px;
}

.all-text-r{
    float: left;
    display: inline-block;
    width: 66.66%;
    height: 100%;
    text-align: center;
    padding-top: 69px;
}
.all-text-r span, .all-text-l span{
    display: block;
    color: #fff;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    line-height: 1;
}
.all-text-r span.all-text-title{
    font-size: 53px;
    letter-spacing: 5px;
    margin-bottom: 13px;
}
.all-text-r span.all-text-small{
    font-size: 11px;
    letter-spacing: 10px;
}
.all-text-l{
    float: left;
    display: inline;
    width: 22.22%;
    text-align: center;
    padding-top: 124px;
}
.all-text-l span.all-text-title{
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.all-text-l span.all-text-small{
    font-size: 6px;
    letter-spacing: 4px;
}

.all-wrap {
    position: absolute;

    width: 100%;
    height: 100%;
}

.right-hiding-flag {
    position: fixed;
    right: 0px;
    bottom: 44px;
    background-color: #fff;
    text-align: center;
    padding: 18px 16px 14px 16px;
    z-index: 1000;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.right-hiding-flag a {
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    text-decoration: none;
}
.right-hiding-flag a span {
    margin-left: 20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.right-hiding-flag.visible {
    right: -67px;
}
.right-hiding-flag.visible.hovered {
    right: 0px;
}
.right-hiding-flag.hovered a span {
    margin-left: 0px;
}



/*
 * Banners
 */

.banners {
    line-height: 0;
}
.banners > div {
    width: 100%;
    overflow: hidden;
}
.banners .single .item {
    width: 100%;
    float: left;
    display: inline-block;
}

.banners .double .item-left {
    width: 50%;
    float: left;
    display: inline-block;
}
.banners .double .item-right {
    width: 50%;
    display: inline-block;
}

.banners .double-right .item-left {
    width: 28%;
    float: left;
    display: inline-block;
}
.banners .double-right .item-right {
    width: 72%;
    float: left;
    display: inline-block;
}

.banners .double-left .item-left {
    width: 72%;
    float: left;
    display: inline-block;
}
.banners .double-left .item-right {
    width: 28%;
    float: left;
    display: inline-block;
}

.banners .triple-right .item-left {
    width: 35%;
    float: left;
    display: inline-block;
}
.banners .triple-right .item-right {
    width: 65%;
    /*float: left;*/
    display: inline-block;
}
.banners .triple-right .sub-item {
    height: 50%;
    float: left;
    display: inline-block;
    width: 100%;
}

.banners .triple-left .item-right {
    width: 35%;
    float: left;
    display: inline-block;
}
.banners .triple-left .item-left {
    width: 65%;
    float: left;
    display: inline-block;
}
.banners .triple-left .sub-item {
    height: 50%;
    float: left;
    display: inline-block;
    width: 100%;
}

/* Triple */
.banners .triple {
    float: left;
    display: inline-block;
}
.banners .triple .item {
    float: left;
    display: inline-block;
    width: 33%;
    height: 100%;
    text-decoration: none;
    position: relative;
}
.banners .triple .item:last-child {
    width: 34%;
    height: 100%;
}
.banners .triple .item img.katalog-item-img {
    width: 100%;
    float: left;
    display: inline-block;
}


.banners .quadruple {
    float: left;
    display: inline-block;
}
.banners .quadruple .item {
    float: left;
    display: inline-block;
    width: 25%;
    height: 100%;
    text-decoration: none;
}

.banners .triple-left-horizontal {
}
.banners .triple-left-horizontal .item-left {
    float: left;
    display: inline-block;
    width: 80%;
}
.banners .triple-left-horizontal .item-right {
    float: left;
    display: inline-block;
    width: 20%;
}

.banner-item {
    overflow: hidden;
}


.all-block {
    position: absolute;
    width: 100%;
    display: inline-block;
    background: #000;

    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.all-wrap a.all-nav{
    position: fixed;
    border: 1px solid #f2f0f0;
    background: rgba(0,0,0,.1);
    width: 51px;
    height: 51px;
    top: 50%;
    margin-top: -25px;
    padding-top: 16px;
    display: inline-block;
    z-index: 50;
}
.all-wrap a.all-nav.all-nav-left{
    left: 10px;
}
.all-wrap a.all-nav.all-nav-right{
    right: 10px;
}
a.all-nav span, a.product-zoom span{
	position: absolute;
}
a.all-nav span.all-nav-bg{
	top: 0;
	left:0;
	background: #fff;
	height: 100%;
	width: 0;
	-webkit-transition-property: width;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.all-nav-right span.all-nav-bg{
	right: 0;
	left: inherit;
}
a.all-nav:hover span.all-nav-bg{
	width: 100%;
	-webkit-transition-property: width;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a.all-nav span.all-nav-arrow-wrap, a.product-zoom span.all-zoom-wrap{
	position: absolute;
	top: 0px;
	right: 1px;
	height: 49px;
	width: 49px;
	background: url(../images/arrow-r-b0.png) no-repeat;
	background-position: -81px 0;
	-webkit-transition-property:background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 100;
}
a.product-zoom span.all-zoom-wrap{
	background: url(../images/all-zoom3.png) no-repeat;
	background-position: 2px -87px;

}
a.product-zoom:active span.all-zoom-wrap{
	background-position: 2px 0;

}
a.all-nav.all-nav-left span.all-nav-arrow-wrap{
	background: url(../images/arrow-l-b.png) no-repeat;
	background-position: 0 0;

}
a.all-nav:hover span.all-nav-arrow-wrap, a.product-zoom:hover span.all-zoom-wrap{
	background-position: 0 0;
	-webkit-transition-property:background-position;
	-moz-transition-property: background-position;
	-o-transition-property: background-position;
	transition-property: background-position;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a.product-zoom:hover span.all-zoom-wrap{
	background-position: 2px 0;	
}
a.all-nav.all-nav-left:hover span.all-nav-arrow-wrap {
	background-position: -81px 0;
}
a.all-nav.all-nav-right span.all-nav-arrow-wrap{
	left: 0;
	right: inherit;
}


/*
a.all-nav span.all-nav-arrow-wrap-h{
	position: absolute;
	top: 50%;
	right: 0;
	height: 13px;
	width: 0;
	margin-top: -4px;
	padding: 0 1px;
	-webkit-transition-property: width;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a.all-nav.all-nav-right span.all-nav-arrow-wrap-h{
	left: 0;
	right: inherit;
}
a.all-nav:hover span.all-nav-arrow-wrap{
	width: 0;
}
a.all-nav:hover span.all-nav-arrow-wrap-h{
	width: 100%;
	-webkit-transition-property: width;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a.all-nav span.all-nav-arrow{
	top: 0;
	left: 50%;
	margin: 0 0 0 -6px;
	z-index: 100;
	width: 7px;
	height: 100%;
	opacity: 1;
	-webkit-transition-property: opacity;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
a.all-nav:hover span.all-nav-arrow{
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
a.all-nav span.all-nav-arrow-h{
	top: 0;
	left: 50%;
	margin: 0 0 0 -6px;
	z-index: 100;
	width: 7px;
	height: 100%;
	background: url(../images/all-nav-left.png) -8px 0;
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
a.all-nav.all-nav-right span.all-nav-arrow-h{
	background: url(../images/all-nav-right.png) -8px 0;

}
a.all-nav:hover span.all-nav-arrow-h{
	opacity: 1;
	-webkit-transition-property: opacity;
	-moz-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
a.all-nav-right span.all-nav-arrow-h{
	margin: 0 0 0 -5px;
}
a.all-nav-left span.all-nav-arrow{
	background: url(../images/all-nav-left.png) 0 0;
}
a.all-nav-right span.all-nav-arrow{
	background: url(../images/all-nav-right.png) 0 0;
	margin: 0 0 0 -5px;
}*/

.layer-bg{
	background: #0264b0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
}
.spinner-wrap{
	position: absolute;
	z-index: 10001;
	width: 90px;
	height: 90px;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
}
.spinner-bg{
	/*background: url(../images/spinner.png) no-repeat;*/
	width: 90px;
	height: 90px;
	display: inline-block;
	-moz-animation-name:ball_moveG;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:linear;
	-webkit-animation-name:ball_moveG;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	-ms-animation-name:ball_moveG;
	-ms-animation-duration:2s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-timing-function:linear;
	-o-animation-name:ball_moveG;
	-o-animation-duration:2s;
	-o-animation-iteration-count:infinite;
	-o-animation-timing-function:linear;
	animation-name:ball_moveG;
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
}
@-moz-keyframes ball_moveG{
0%{
-moz-transform:rotate(0deg)}

100%{
-moz-transform:rotate(360deg)}

}

@-webkit-keyframes ball_moveG{
0%{
-webkit-transform:rotate(0deg)}

100%{
-webkit-transform:rotate(360deg)}

}

@-ms-keyframes ball_moveG{
0%{
-ms-transform:rotate(0deg)}

100%{
-ms-transform:rotate(360deg)}

}

@-o-keyframes ball_moveG{
0%{
-o-transform:rotate(0deg)}

100%{
-o-transform:rotate(360deg)}

}

@keyframes ball_moveG{
0%{
transform:rotate(0deg)}

100%{
transform:rotate(360deg)}

}
.spinner-logo{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/spinner-bg.png) no-repeat;
	z-index: 1003;
	left: 0;
	top: 0
}
.left-menu-footer a.soc-button {
	display: inline-block;
	width: 16px;
	margin-right: 19px;
	float: left;
}
.left-menu-footer a.soc-button:hover span{
	background-position: center -30px;
}
.left-menu-footer .soc {
	display: inline-block;
}
.left-menu-footer {
	/*position: absolute;*/
	bottom: 63px;
	left: 76px;
	width: 100%;
}
.left-menu-footer-text, .left-menu-footer-text a{
	font-size: 12px !important;
	color: #fff !important;
    font-family: 'Montserrat-Light' !important;
}
.left-menu-footer-text a:hover{
    color: #ffffff;
}
.right-block-img{
	/*display: inline-block;
	width: 100%;
	height: 100px;
	background: url(../images/img/Ashok-Kumar-Thakwani.png) no-repeat;
	background-size: auto 100%;*/
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.iscroll-text-wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}

/*.left-wrap, right-wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50%;
    z-index: 99;
}*/

.left-column, .right-column{
    position: relative;
    width: 50%;
    float: left;
}


/*
.all-block-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
}*/



/*about*/
.about-page{
    background: #fff;
    width: 100%;
    position: relative;
    cursor: url(../images/cursor-close1.cur), auto;
    min-height: 542px;
}
.about-title, .about-text{
    color: #000;
}
.about-title{
    font-size: 72px;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 42px;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: -126px;
    left: 0;
}
.about-text{
    font-size: 14px;
    font-family: 'Montserrat-Light';
    color:#000;
    width: 56.56%;
    line-height: 2;
    display: inline-block;
}
.about-content{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -140px;
}

.error-page{
    background: #000000;
    text-align: center;
    color:#fff;
    min-height: 263px;
}
.error-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -183px;
}
.error-text span{
    position: relative;
    display: block;
    font-family: 'Montserrat-Light';
    line-height: 1;
}
.error-text-small{
    font-size: 14px;
    font-family: 'Montserrat-Light';
}
.error-big-text{
    font-size: 231px;
    padding-left: 24px;
    margin-bottom: 4px;
}
a.error-logo{
    display: inline-block;
    width: 56px;
    height: 31px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 50%;
    margin-top: -15px;
}
.error-logo span {
    display: inline-block;
    background: url(../images/error-logo.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

@media (max-width: 375px){
.third-slide-text { 
    width: 90% !important;	
}	
	
}

	
@media (max-width: 768px){
    
    .abt {
  font-size: 30px;
  padding-bottom: 30px;
  margin-bottom: 2px;
  margin-left: 0px;
  margin-right: 130px;
  
}
    
    .menu_button .damper {
    margin-top: 0px !important;
}

.first-slide{
  
}
    
     .group-button .main {
    height: 45px;
    line-height: 52px;
  }
  
    .group-button a.mail, .group-button a.share {
  display: none;
}
    .small-logo a img {
  height: 45px;
  width: auto;
}
.small-logo a {
  background: none !important;
  padding: 2px 40px 12px;
  width: 60px;
  height: 60px;
}
.small-logo.white {
    display: block !important;
  }
    
.second-slide-title {
    font-family: 'Montserrat-Light';
    font-size: 35px !important;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 207px;
    margin-left: 38px;
    line-height: 1;
    text-shadow: 2px 2px 4px #000000;
    background: rgba(72, 0, 44, 0);
    padding: 10px 20px;
    width: 42%;
}
.mat_textbox {
    background: rgba(71, 0, 42, 0.8);
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-family: 'Montserrat-Light';
}

    .error-text span.error-big-text{
        font-size: 147px;
        padding-left: 13px;
    }
    .error-text span{
        font-size: 16px;
    }
    .error-text {
        margin-top: -107px;
    }
    a.error-logo {
        display: inline-block;
        width: 49px;
        height: 27px;
        position: absolute;
        left: 50%;
        margin-left: -24px;
        top: 50%;
        margin-top: -14px;
    }
}


@media (min-width: 1700px) and (max-width: 1710px){

.fourth-slide .right-block  {
    min-height: 560px;
    float: left;
    position: relative;
	    width: 950px !important;
}

}	


@media (min-width: 1510px) and (max-width: 1520px){

.fourth-slide .right-block  {
    min-height: 560px;
    float: left;
    position: relative;
	    width: 845px !important;
}

}	



@media (min-width: 1238px) and (max-width: 1242px){

.fourth-slide .right-block  {
    min-height: 560px;
    float: left;
    position: relative;
	    width: 691px !important;
}

}

@media (min-width: 1238px) and (max-width: 1440px){

.contacts-right {
    float: right;
    display: inline-block;
    width: 350px;
    position: absolute;
    /* right: 3%; */
    margin-top: -170px;
    margin-left: -150px;
    /*background: #fff;*/
    padding: 20px;
}

}

@media (min-width: 992px) and (max-width: 1024px){
.second-slide-title {
    font-family: 'Montserrat-Light';
    font-size: 35px !important;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 207px;
    margin-left: 68px;
    line-height: 1;
    text-shadow: 2px 2px 4px #000000;
    background: rgba(72, 0, 44, 0);
    padding: 10px 20px;
    width: 37%;
}
.mat_textbox {
    background: rgba(71, 0, 42, 0.8);
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    font-family: 'Montserrat-Light';
}
.contacts-right {
    float: right;
    display: inline-block;
    width: 350px;
    position: absolute;
    /* right: 3%; */
    margin-top: -220px;
    margin-left: -80px;
    /*background: #fff;*/
    padding: 20px;
}
.gallist {
    padding: 0 0px;
}

}

@media (min-width: 426px) and (max-width: 768px){
.slide2-logo-text .big-text {
    display: inline-block;
    font-size: 38px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    position: relative;
}
.slide2-logo-text .big-text .last-part {
    font-size: 40px;
}
span.slide2-logo-line-l span {
    right: 0;
    width: 129px !important;
}
span.slide2-logo-line-l {
    left: 0;
    width: 129px;
}

	

.content {
    position: relative;
    z-index: 100;
    height: 100%;
    height: 600px;
    overflow: scroll !important;
}
.contacts-right {
    float: right;
    display: inline-block;
    width: 350px;
    position: absolute;
    /* right: 3%; */
    margin-top: -170px;
    margin-left: -80px;
    /*background: #fff;*/
    padding: 20px;
}
.contacts-form {
    width: 322px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 30%;
    margin-left: -161px;
}
.gallist {
    padding: 0 0px;
}

#galleryc .main-text h3 {
    font-family: 'Montserrat-Light';
    font-size: 65px;
    color: #48002c;
    text-transform: uppercase;
    display: block;
    margin-top: -50px;
    margin-left: 0px;
    line-height: 1;
}
.galleryh3 a.active {
    text-decoration: none;
    font-family: 'Montserrat-Light';
    font-size: 25px;
    color: #48002c;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: -50px;
    line-height: 1;
    border-bottom: 1px solid;
}
.galleryh3 a {
    text-decoration: none;
    font-family: 'Montserrat-Light';
    font-size: 20px;
    color: #48002c;
    text-transform: uppercase;
    margin-top: -50px;
    line-height: 1;
}

.slide2-text {
    width: 290px;
    float: left;
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
    position: relative;
}
.slide2-logo-text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat-Light';
    margin-left: -50px;
}
.slide2-logo-small {
    font-size: 14px;
    font-family: 'Montserrat-Light';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 35px;
    padding-top: 9px;
    margin-top: 30px;
    left: -23px;
}
.third-slide-text-top {
    top: 27%;
    right: 50px !important;
    position: absolute;
    text-align: right;
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: #adafb2;
    line-height: 1;
    text-align: right;
    width: 100%;
    max-width: 550px;
}
.right-block-title {
    font-family: 'Montserrat-Light';
    font-size: 70px;
    color: #838681;
    text-transform: uppercase;
    position: absolute;
    /* bottom: 16.64%; */
    top: 427px;
    left: 77px;
    line-height: 1;
    height: 170px;
    overflow: hidden;
    width: 450px;
    margin-top: 80px;
}
.third-discover span, .fourth-discover span {
    padding: 10px;
    padding-right: 120px;
}
.left-block-text {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Montserrat-Light';
    color: #191919;
    width: 89%;
    padding: 21px 17px 36px;
    display: inline-block;
    position: absolute;
    margin-left: 59px;
    /* bottom: 5.82%; */
    top: -20px;
    right: -36px;
    /* -webkit-backface-visibility: hidden; */
}


#abouttxt .page-insert-text {
    position: relative;
    width: 100%; 
    overflow: scroll !important;    background: url(../images/aboutus1.jpg) no-repeat;
}

}


 
 
 
.main-textP{padding: 0 140px;font-size: 14px;text-align: justify;}


@media screen and (max-width: 768px) {
    
    .one_f, .one_a, .one_fn {
  float: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
  .one_f img, .one_a img, .one_fn img {
width: auto;
    height: 360px;
  border: 4px solid #474848;
}  
.look-text-1 {
  font-size: 14px;
  line-height: 1.4;
}
.one_77, .one_ff {
  float: none;
  width: 74%;
  height: auto;
  padding: 10px;
}
.look-text-1 h2 {
  font-size: 28px;
  color: #152572;
  padding-bottom: 12px;
  font-weight: 500;
  border-bottom: 2px solid #676767;
  margin-bottom: 12px;
}
.third-slide {
 height: auto !important;
    background: #fff !important;
    padding: 20px 0px;
}
.fourth-slide {
  border-top: 3px solid #6778ce;
   height: auto !important;
    padding: 20px 0px;
}
    .one_7 {
  float: none;
  display: block !important;
  width: 100%;
  height: auto;
  padding: 14px 14px 14px 14px;
}

.addres_1 h3 {
  padding-left: 20px;
}
.ul_1 {
  padding: 14px;
}
    .addres_1 {
  height: auto;
  width:100%;
  min-height: auto;
}

.hom_pag .addres_1 {
       width: 72%;
       float: left;
       height: 480px;
}
    
}


@media (min-width: 321px) and (max-width: 425px){
.page-top {
    background: rgba(255, 255, 255, 0.6);
    height: 58px;
}
.group-button a { 
    color: #152572;    border: 1px solid #152572;
}
.group-button .soc, .group-button .main { 
    top: -3px;
}

.iscroll-text-wrap {
    position: absolute;
    top: -40px;
    bottom: 0px;
    width: 100%;
    z-index: 100;
}
.main-text span {
    font-size: 54px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    display: block;
    line-height: 1;
}
.main-textP {
    padding: 0 30px;
    font-size: 14px;
    text-align: justify;
}
.second-slide-title {
    font-family: 'Montserrat-Light';
    font-size: 35px !important;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 155px;
    margin-left: 0;
    line-height: 1;
    text-shadow: 2px 2px 4px #000000;
    background: rgba(72, 0, 44, 0);
    padding: 10px 5px;
    width: 50%;
}
.second-slide-title h2.mat_textbox p {
    font-size: 12px;
    text-transform: none;
    padding-top: 10px;
    color: #fff;
    line-height: 16px;
    text-align: left;
}
.mat_textbox {
    background: rgba(71, 0, 42, 0.8);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-family: 'Montserrat-Light';
}


.content {
    position: relative;
    z-index: 100;
    height: 100%;
    height: 600px;
    overflow: scroll !important;
}

.contacts-form-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.contacts-form-title-center {
  font-size: 24px;
  line-height: 44px;
}

.contacts-form input {
  height: 36px;
   margin-bottom: 10px;
}
.contacts-form textarea {
  height: 68px !important;
}

.main span {
  color: #152572 !important;
}

.small-logo.white {
  display: none;
}

.fifth-slide {
 
padding: 16px 0px;
}

.abt_1 {
  font-size: 40px;
   padding-bottom: 14px;
  border-bottom: 2px solid #676767;
 
}

.map_1 {
  align-content: center;
  align-items: center;
  height: 290px;
}

.map_1 iframe {
  width: 100%;
  height: 280px;
}

.hom_pag .contacts-form {
       width: 72%;
}

.contacts-form-1 {
   width: 100%;
}

.contacts-form {
    top: 0px;
   width: 100%;
   
    text-align: center;
    
    padding: 12px 12px 56px 12px !important;
    background-color: black !important;
}
.contacts-right {
    float: right;
    display: inline-block;
    width: 350px;
    position: absolute;
    /* right: 3%; */
    margin-top: 0px !important;
    margin-left: -250px;
    background: #fff;
    padding: 20px 20px;
}
#galleryc .main-text {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #000;
    text-align: center;
    transform: translate(0px, 150px) !important;
    text-align: left;
    padding: 0 10px;
}

#galleryc .main-text h3 {
    font-family: 'Montserrat-Light';
    font-size: 65px;
    color: #48002c;
    text-transform: uppercase;
    display: block;
    margin-top: -50px;
    margin-left: 0px;
    line-height: 1;
}

.galleryh3 a.active {
    text-decoration: none;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #48002c;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: -50px;
    line-height: 1;
    border-bottom: 1px solid;
}
.galleryh3 a {
    text-decoration: none;
    font-family: 'Montserrat-Light';
    font-size: 10px;
    color: #48002c;
    text-transform: uppercase;
    margin-top: -50px;
    line-height: 1;
}

#galleryc .main-text h3 span {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 569px;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: -25px;
    text-transform: none;
    position: absolute;
    left: 2.5%;
    right: 40%;
}
.gallist {
    padding: 0 0px;
}

.small-logo img{
    width: 120px;
    padding-top: 10px;
}

.right-block-title {
    font-family: 'Montserrat-Light';
    font-size: 24px;
    color: #838681;
    text-transform: uppercase;
    position: absolute;
    /* bottom: 16.64%; */
    top: 367px !important;
    left: 77px;
    line-height: 1;
    height: 170px;
    overflow: hidden;
    width: 450px;
}
.right-block-title span {
    position: absolute;
    font-size: 14px;
    color: #000;
    right: 290px;
    bottom: 80px;
    font-family: 'Montserrat-Light';
}
.third-slide-wrap {
    float: right;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100% !important;
    background-size: cover;
}
.third-slide-text {
    font-size: 13px;
    line-height: 30px;
    color: #222;
    font-family: 'Montserrat-Light';
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 30px;
    margin-left: 0px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    border: 10px solid #152572;
    background: #fff;
}
.left-block-text .four-slide-text {
   font-size: 14px;
   line-height: 24px;
}


.third-slide-wrap .content {
   margin-top: 270px;
}

.slide2-text {
    width: 72%;    margin-top: 20px;
    float: left;
    display: block;
    font-size: 13px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 0px;
    position: relative;
}
.second-slide-wrap {
    /* max-width: 450px; */
    /* min-width: 400px; */
    min-height: 560px;
    float: right;
    background: #090651;
    position: relative;
    width: 100% !important;
    padding: 0 20px;
}
.slide2-logo {
    position: absolute;
    display: inline-block;
    bottom: -14%;
    right: 10px;
}
.slide2-logo-text .big-text {
    display: inline-block;
    font-size: 42px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    position: relative;
    margin-left: -10px;
}
.slide2-logo-text .big-text .last-part {
    font-size: 42px;
}
span.slide2-logo-line-l span {
    right: 0;
    width: 129px !important;
}
span.slide2-logo-line-l {
    left: 0;
    width: 129px;
}

.look-text {
  height: auto;
  top: -44px;
}

.look-text span {
    display: inline-block;
   color: #fff;
    font-size: 22px;
    font-family: 'Montserrat-Light';
    line-height: 32px;
}
.left-block-text {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat-Light';
    color: #191919;
    width: 89%;
    padding: 21px 17px 12px;
    display: inline-block;
    position: absolute;
    margin-left: 59px;
    /* bottom: 5.82%; */
    top: -100px;
    right: 0px;
    width: 100% !important;
    /* -webkit-backface-visibility: hidden; */
}
.inform-block-content {
    line-height: 80px;
    margin: 12px 20px;font-size: 22px;
}
.logo {
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -122px;
}

.fourth-slide .right-block {
  background-size: contain !important;
  margin-top: 320px;
  width: 100% !important;
  height: auto !important;
}

.fourth-slide .left-block {
  width: 96% !important;
  height: auto !important;
  margin: 20px 8px;
  min-height: auto ;
}



.first-slide { 
   /* background: url(../images/mfirst-slide1.jpg) no-repeat center top; */
    background-size: cover !important;
    position: relative;
}

#abouttxt .main-text h3 {
    font-family: 'Montserrat-Light';
    font-size: 45px;
    color: #48002c;
    text-transform: uppercase;
    display: block;
    margin-top: -50px;
    margin-left: 42px;
    line-height: 1;
}
#abouttxt .main-text span {
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 100%;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: 10px;
    text-transform: none;
    position: initial; 
    /* left: 4%; */
    /* right: 40%; */
}

#abouttxt .page-insert-text {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: scroll !important; 
       background: url(../images/m2aboutus.jpg) no-repeat;
    background-size:cover;
}




}


@media (min-width: 290px) and (max-width: 320px){
.main-text span {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    display: block;
    line-height: 1;
}
.slide-insert-text {
    width: 100%;
    position: relative;
    top: -70px;
    left: 0;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,0);
    text-align: center;
}
.main-textP {
    padding: 0 20px;
    font-size: 14px;
    text-align: justify;
}
.second-slide-title {
    font-family: 'Montserrat-Light';
    font-size: 35px !important;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 207px;
    margin-left: 0;
    line-height: 1;
    text-shadow: 2px 2px 4px #000000;
    background: rgba(72, 0, 44, 0);
    padding: 10px 20px;
    width: 100%;
}


.content {
    position: relative;
    z-index: 100;
    height: 100%;
    height: 450px;
    overflow: scroll !important;
}
.contacts-form {
    width: 322px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -201px;
    padding: 0 20px;
}
.contacts-right {
    float: right;
    display: inline-block;
    width: 350px;
    position: absolute;
    /* right: 3%; */
    margin-top: 155px;
    margin-left: -250px;
    background: #fff;
    padding: 20px 20px;
}
#galleryc .main-text {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #000;
    text-align: center;
    transform: translate(0px, 150px) !important;
    text-align: left;
    padding: 0 10px;
}

#galleryc .main-text h3 {
    font-family: 'Montserrat-Light';
    font-size: 65px;
    color: #48002c;
    text-transform: uppercase;
    display: block;
    margin-top: -50px;
    margin-left: 0px;
    line-height: 1;
}

.galleryh3 a.active {
    text-decoration: none;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #48002c;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: -50px;
    line-height: 1;
    border-bottom: 1px solid;
}
.galleryh3 a {
    text-decoration: none;
    font-family: 'Montserrat-Light';
    font-size: 10px;
    color: #48002c;
    text-transform: uppercase;
    margin-top: -50px;
    line-height: 1;
}

#galleryc .main-text h3 span {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 569px;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: -25px;
    text-transform: none;
    position: absolute;
    left: 2.5%;
    right: 40%;
}
.gallist {
    padding: 0 0px;
}

.small-logo img{
    width: 80px;
    padding-top: 20px;
}


.right-block-title {
    font-family: 'Montserrat-Light';
    font-size: 24px;
    color: #838681;
    text-transform: uppercase;
    position: absolute;
    /* bottom: 16.64%; */
    top: 367px !important;
    left: 77px;
    line-height: 1;
    height: 170px;
    overflow: hidden;
    width: 450px;
}
.right-block-title span {
    position: absolute;
    font-size: 14px;
    color: #000;
    right: 290px;
    bottom: 80px;
    font-family: 'Montserrat-Light';
}
.third-slide-wrap {
    float: right;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    width: 100% !important;
    /* background: url(../images/slide3.jpg) no-repeat left top; */
    background-size: cover;
}
.third-slide-text {
    font-size: 13px;
    line-height: 20px;
    color: #6d2348;
    font-family: 'Montserrat-Light';
    width: 80% !important;
    display: inline-block;
    position: relative;
    padding: 20px 5px;
    margin-left: 0px;
    text-transform: uppercase;
    position: absolute;
    bottom: 12.76%;
    border: 10px solid #6d2348;
}
.third-slide-text-top {
    top: 27%;
    right: 89px !important;
    position: absolute;
    text-align: right;
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #adafb2;
    line-height: 1;
    text-align: right;
    width: 100%;
}



.slide2-text {
    width: 70%;
    float: left;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 50px;
    color: #ffffff;
    font-family: 'Montserrat-Light';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 0px;
    position: relative;
}
.second-slide-wrap {
    /* max-width: 450px; */
    /* min-width: 400px; */
    min-height: 560px;
    float: right;
    background: rgba(109, 35, 72, 0.8);
    position: relative;
    width: 100% !important;
    padding: 0 20px;
}
.slide2-logo {
    position: absolute;
    display: inline-block;
    bottom: 6.94%;
    right: 70px !important;
}
.slide2-logo-text .big-text {
    display: inline-block;
    font-size: 40px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'Montserrat-Light';
    position: relative;
    margin-left: -10px;
}
.look-text span {
    display: inline-block;
    color: #e0dade;
    font-size: 170px;
    font-family: 'Montserrat-Light';
    line-height: 179px;
}
.left-block-text {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Montserrat-Light';
    color: #191919;
    width: 120% !important;
    padding: 7px;
    display: inline-block;
    position: absolute;
    margin-left: 0px;
    /* bottom: 5.82%; */
    top: -100px;
    left: 10px;
    /* -webkit-backface-visibility: hidden; */
}
.inform-block-content {
    line-height: 80px;
    margin: 12px 20px;font-size: 32px;
}
.logo {
    position: absolute;
    top: 58px;
    left: 40%;
    margin-left: -122px;
}


.first-slide { 
    background: url(../images/mfirst-slide1.html) no-repeat center top;
    background-size: cover !important;
    position: relative;
}

#abouttxt .main-text h3 {
    font-family: 'Montserrat-Light';
    font-size: 35px;
    color: #48002c;
    text-transform: uppercase;
    display: block;
    margin-top: -50px;
    margin-left: 2px;
    line-height: 1;
}

#abouttxt .main-text span {
    line-height: 30px;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat-Light';
    width: 100%;
    display: inline-block;
    /* margin-left: 140px; */
    margin-top: 10px;
    text-transform: none;
    position: initial; 
    /* left: 4%; */
    /* right: 40%; */
}

#abouttxt .page-insert-text {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: scroll !important;    background: url(../images/m2aboutus.jpg) no-repeat;
}

.slide2-logo-text .big-text .last-part {
    font-size: 40px;
}

span.slide2-logo-line-l span {
    right: 0;
    width: 129px !important;
}
span.slide2-logo-line-l {
    left: 0;
    width: 129px;
}




}
