@import url('./mob.css');
@import url('./tablet.css');

@font-face {
	font-family: 'Sailec';
	src: url('../fonts/sailec_reg.otf');
}

@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Light.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-ExtraBold.ttf');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src:url('../fonts/Montserrat-Black.ttf');
	font-weight: 900;
	font-style: normal;
}
/*******************************************************************************************/

a {
	text-decoration:none;
	-webkit-appearance: none;  -moz-appearance: none;
}


a:hover {
	text-decoration:none!important;
	-webkit-appearance: none;  -moz-appearance: none;
}
.pre_foo_txt a:hover{text-decoration:underline!important;}
button, button:active, button:focus { -webkit-appearance: none;  -moz-appearance: none;
    outline: none;
}

input {outline:none; -webkit-appearance: none; -moz-appearance: none;}

textarea {outline:none; -webkit-appearance: none;  -moz-appearance: none;resize:none; border-radius:10px 0 0 0;padding:15px;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
select {-webkit-appearance: none; -moz-appearance: none;}
textarea, input, button, body {
	font-family: "PTSans",Helvetica,Arial,sans-serif
}


body{
	padding:0;
	margin:0;
	width:100%;
	overflow-x:hidden;
	/*background: linear-gradient(to bottom,#f3ece2, #fff);*/
	background: #fff;
	font-family: 'Montserrat';
}

.clear{
	width:100%;
	clear:both;
}

strong{
	font-weight:700;
}

.comma{
	text-align:center;
	margin:auto;
	margin-bottom:5vw;
	margin-top: 5vw;
}
.comma img{
	    float: none!Important;
    width: auto!Important;

}
.process-fon{
	width:100%;
	height:450px;
	background:url(../images/statuette.jpg);
	background-position:center;
	background-size:cover;
	margin-top:5vw;
	margin-bottom:5vw;

}
.orange-title {
    color: #ff4a03;
    font-weight: 500;
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 4vw;

}
.circle-gray {
    z-index: 10;
    background-image: url(../images/circle-gray.png);
    background-size: 100%;
    width: 50vw;
    height: 50vw;
    position: absolute;
    background-repeat: no-repeat;
}
.elipse-gray {
    z-index: 10;
    background-image: url(../images/elips-gray.png);
    background-size: 100%;
    width: 30vw;
    height: 30vw;
    position: absolute;
    background-repeat: no-repeat;
}

@media (min-width:768px){
	.mobile-show{display:none}
}


@media (min-width: 992px){
.circle-gray {
    right: -21vw;
    top: 64vw;
}
.elipse-gray {
    left: -8vw;
    top: 184vw;
}
	.orange-title {
    font-size: 1.8vw;
	line-height: 3vw;}
.mobile_footer {
	display:none;
}
.pretop {
    width: 70vw;
    margin: auto;
}
.process_list {
    margin-top: calc(1.9vw);
    margin-bottom: calc(1.9vw);
    list-style-type: decimal;
    margin-left: 0.5vw;
    color: #000;
    font-weight: 700;
    font-size: 1.8vw;
    line-height: 3vw;
}

li {
	padding-left: 1.5vw;
}
.pretop h2{
	font-size:3.4vw;
	margin-top:calc(6vw + 30px);
	color:#000;
}

.pretop img{
	float: right;
	width:17.5vw;
}

.pre_ed{
	float:right;
	font-family: 'Cormorant', serif;
	color:#000;
	font-size: 1.3vw;
	margin-top:calc(3vw);
	margin-bottom:calc(0);
}

.pre_pre{
	display:inline-block;
	vertical-align: top;
	width:3%;
}

.pretop h3{
	font-size:1.8vw;
	margin-top:calc(8vw);
	margin-bottom:calc(2vw);
	color:#000;
}

.pretop .pre_text{
	color:#898989;
	display:inline-block;
	vertical-align: top;
	padding-right:1.5vw;
	font-size: 1.25vw;
	font-family: 'Montserrat';
	line-height:calc(1.9vw);
	font-weight:400;
}

/***************new_purp******************/
.new_purp{
	width:100vw;
	height:100vh;
	background:url(../imgs/top-bg.jpg) no-repeat center top;
	background-size: cover;
}
.new_p_center{
	height:100%;
	padding-top:30vh;
}

.new_p_center p {
    width: 50%;
    font-family: Sailec;
    font-size: 1.01vw;
    color: #000;
    line-height: calc(2.1vw);
    margin-top: calc(3vw);
}
/***************END new_purp******************/

/**********************/

.contact{
	background:url(../images/contact_bg_1.png) no-repeat;
	width:91vw;
	background-size:40%;
	background-position-x:-9vw;
	padding-left:9vw;
	margin-bottom:calc(5vw);
}

.contact h2{
	position:relative;
	font-size:3.4vw;
	margin-top:calc(6vw + 30px);
	color:#000;
}

.cont1{
	display:inline-block;
	vertical-align: top;
	margin-top:calc(9.5vw);
	width:50%;
}

.cont2{
	display:inline-block;
	vertical-align: top;
	margin-top:calc(9.5vw);
	width:49%;
}

.cont2 img{
	width:78%;
}

.cont1 img{
	width:3vw;
}

.cont_txt, .cont_txt a{
	font-size:1.5vw;
	display:inline-block;
	color:#000;
	line-height:calc(3.7vw);
	font-weight:700;
}

.co{
	height:calc(5vw);
}

.cont_txt{
	margin-left:1vw;
}

.cont_txt a{
	text-decoration:underline;
	text-decoration-color:#000;
}

/************************************************************************************************************/
.about{
	margin-left:11.5vw;
	width:88.5vw;
}

.about div{
	box-sizing: border-box;
	width:50%;
	height:calc(32vw);
	float:left;
	margin:0;
}

.about_abs{
	top:calc(169vw + 78vh);
	left:-3.8vw;
}

.about_first{
	background:url(../imgs/glasses.jpg) no-repeat;
	background-size:141%;
	background-position-y:calc(-9.5vw);
	background-position-x:calc(-10.5vw);
	color:#fff;
	font-weight:700;
	font-size:5.4vw;
	padding-left:3vw;
	padding-top:calc(2.5vw);
}

.about_second{
	background:#fdfcfa;
	padding-top:calc(4.5vw);
	padding-left:calc(4.5vw);
}

.about_third{
	background:#d6b896;
	padding-top:calc(4.8vw);
	padding-left:calc(3vw);
}

.about_fourth{
	background:url(../imgs/third.jpg) no-repeat;
	background-size:120%;
	background-position-y:calc(-2vw);
	background-position-x:calc(-3.8vw);
	font-size:5.4vw;
	font-weight: 700;
	color:#fff;
	text-align: center;
	padding-top: calc(17.2vw);
}


.ab_tit{
	float:none;
	width:100%;
	display:block;
	font-weight:700;
	font-size:1.4vw;
	color:#000;
}

.ab_mid{
	font-family:Sailec;
	opacity:0.8;
	float:none;
	font-weight:300;
	color:#898989;
	font-size:1.05vw;
	line-height:calc(2vw);
	width:60%;
}

.ab_mid2{
	font-family:Sailec;
	opacity:0.8;
	float:none;
	font-weight:300;
	color:#464646;
	font-size:1.05vw;
	line-height:calc(2vw);
	width:53%;
}

.ad_pad{
	margin-bottom:calc(2.7vw);
	    width: 54%;
}


.bold_top strong, .bold_top a{
	font-family: Montserrat;
	font-weight:600!important;
	font-size:1.36vw;
	color:#fff;
}

.client_tit{
	margin-top:calc(8vw);
	margin-bottom:calc(8vw);
}

.client_block {
    margin-left: 11.5vw;
    width: 88.5vw;
    display: flex;
    align-items: center;
    margin-top: 5vw;
    margin-bottom: calc(7vw);
}

.client_abs{
    top: calc(293vw + 78vh);
    left: -2.5vw;
}

.client_tit{
	margin-bottom: 0!important;
}

.c1{
	width:18%;
	margin-right:7.5%;
}

.c2{
	width:18%;
	margin-right:9.3%;
}

.c3{
	width:15.7%;
	margin-right:9.4%;
}

.c4{
	width:13%;
}


.footer{
	background:#000;
	padding-top:calc(6vw);
	padding-bottom:calc(6vw);
}

.footer img{
	height:calc(3vw);
	display:block;
}

a .foo_nav{
	display:inline-block;
	vertical-align: top;
	margin-top:calc(5vw);
	margin-bottom:calc(5vw);
	color:#fff;
	font-size:0.9vw;
	font-weight:600;
	margin-left:6vw;
	margin-right:6vw;
}

.foo_txt{
	font-family: Sailec;
	color:#e5dccf;
	width:73vw;
	line-height:calc(100vw / 48);
	letter-spacing: 0.05vw;
	font-size:1.15vw;
}

.just_mob{
	display:none;
}

.just_mob_onl{
	display:none;
}

.just_tab{
	display:none;
}

.hitw_sec{
	background:#797d6c;
	margin-bottom:calc(100vw / 14);
}

.hetw_abs{
	top:calc(38vw);
	color:#000!important;
	left:-3.8vw;
}

.hitw_3{
		background-color:#fff;
	background-size:cover;
	padding-top:calc(3vw);
	padding-bottom:calc(7vw);
}

.hitw_2{
	background-color:#fff;
	background-size:cover;
	padding-top:calc(0);
	padding-bottom:calc(0);
}

.hitw_mob{
	display:none;
}

.hitw_sec .hitw_text{
	color:#e2d8cc;
}

.hitw_1{
	width: 100%;
	padding-top:calc(3vw);
	padding-bottom:calc(3vw);
	background-color:#fff;
	background-size:cover;
}

.hitw_1 .hitw_text{
	color:#33373a;
}

.hitw_cont{
	margin-left:18.5vw;
}

.hitw_label{
	width:14vw;
	display: inline-block;
	vertical-align: top;
	padding-top:0;
	font-size:16vw;
	font-weight:700;
	color:#ffa161;
	    text-shadow: calc(100vw / 49) calc(100vw / 66) calc(100vw / 50) rgba(0,0,0,0.1);
}
.hitw_2 .hitw_label{color:#fd8402}
.hitw_3 .hitw_label{color:#f26c4f}
.hitw_text{
	display: inline-block;
	vertical-align: top;
}

.h_txt_top{
	margin-top:calc(100vw / 23);
	font-weight:700;
	font-size:1.4vw;
	color: #898989;
}

.h_txt_mid {
    margin-top: calc(100vw / 80);
    width: 41vw;
    font-family: Sailec;
    font-size: 0.93vw;
    letter-spacing: 0.07vw;
    line-height: calc(100vw / 55);
    color: #898989;
    font-weight: 400;
}

#nav_menu a:hover{
	text-decoration: underline;
	text-decoration-color: #fff;
}

.nav_mob{
	display:none;
}

.pre_foo{
	background:#fff;
	padding-top:calc(6vw);
	padding-bottom:calc(6vw);
	padding-left:5vw;
	width:95vw;
}

.pre_foo img{
	margin-left:6vw;
	width:3vw;
	display:inline-block;
	vertical-align: middle;
}

.pre_foo_txt, .pre_foo_txt a{
	display:inline-block;
	vertical-align: middle;
	color:#000;
	font-weight:700;
	line-height: calc(3.70vw);
	margin-left: 1vw;
	font-size:1.55vw;
}

.pre_foo_txt{
	padding-bottom:calc(1vw);
}

.pre_foo_txt a{
	text-decoration:underline;
	text-decoration-color: #000;
	margin-left:0;
}

.purpose {
    padding-left: 7%;
    width: 86%;
    padding-right: 7%;
    display: flex;
    justify-content: space-between;
    padding-top: calc(13.6vw);
    padding-bottom: calc(5.6vw);
    background-color: #fafafa;
}
.p_all_abs{
	position: absolute;
	transform:rotate(90deg);
	color:#000;
	font-size:0.9vw;
	font-family: Sailec;
}

.purp_abs{
	top:calc(100vw / 2.9);
	left:-4.3vw;
}

.purp_arrow{
	margin-left:93%;
	margin-bottom:calc(100vw / 10);
}

.purp_arrow img{
	width:2.6vw;
}

.purp_big_text{
width: 100%;
    font-weight: 500!important;
    font-size: 6.2vw;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.8vw;
    text-shadow: 3px 3px 1px rgba(5, 5, 5, 1);
}

.purp_small {
    font-family: Montserrat;
    font-weight: 400!important;
    line-height: calc(100vw / 48);
    vertical-align: top;
    display: inline-block;
    color: #898989;
    letter-spacing: 0.05vw;
    font-size: 1vw;


}

.purp_small div {
    text-align: center;
    font-size: 2.1vw;
    color: #000;
    font-family: Montserrat;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: calc(4vw);
}


.p_l{
	width:25%;
}

.p_c{
	width:28%;
}

.p_r{
	width:25%;
}

.razdel{
	margin-left:11.5vw;
    margin-top: calc(100vw / 30);
	font-size:2.8vw;
	font-weight: 600;
	color:#d7d7d7;
		/*text-shadow: 2px 1px 1px rgba(5, 5, 5, 1);*/
}

.teem_is_mob{
	display:none;
}

.team_tit{
	margin-top: calc(5.5vw);
	margin-bottom: calc(4.8vw);
}

.team{
	margin-left:11.5vw;
	width:88.5vw;
}

.team_abs{
	top: calc(237vw + 88vh);
}

.team_block {
    width: 33%;
    height: calc(28.5vw);
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.team_block a div{
	font-size:4.1vw;
	margin-left:1.3vw;
	margin-top:calc(1vw);
	font-weight:700;
	color:#fff;
	text-decoration:underline;
	cursor: pointer;
}

.team_block img{
	width:100%;
}

.team_mob{
	display:none;
}

.team_mob2{
	display:none;
}

.team_under {
    transition: 0.3s;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgba(0,0,0,0.4);
}

.team_under strong{
	transition:0.5s;
	position:relative;
	bottom: -20px;
}

.team_under span{
	transition:0.3s;
	position:relative;
	bottom: -20px;
}


.team_cover{
	display:flex;
	justify-content: center;
	align-items:center;
	transition: 0.3s;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}

.team_cover:hover{
	transition: 0.3s;
	opacity:1;
	transform: skewY(0deg);
}
.team_cover:hover div strong{
	transition:0.3s;
	bottom:0;
}
.team_cover:hover div span{
	transition:0.4s;
	bottom:0;
}

.team_soc{
	transition:0.2s;
	width:50px;
	height:50px;
	border:2px solid #fff;
	color:#fff;
	font-size:20px;
	background:transparent;
	border-radius: 100px;
	opacity:0.7;
	cursor:pointer;
	margin-left:0.5vw;
	margin-right: 0.5vw;
}

.team_soc:hover{
	transition: 0.2s;
	opacity: 1;
}

.top{
	padding-left:3vw;
	padding-top:calc(100vw / 60);
	width:94vw;
}

.top_left{
	float:left;
}

.top_right{
	float:right;
}

.top_right a{
	margin-left:4vw;
}
  .footer_logo
  {
    float: left;
    margin-left: 20%;
  }
}
.flex-button{display:none}

  @media screen and (max-width: 767px) {
    .footer_logo
    {
      float: none !important;
      margin-left: auto !important;
      margin: auto!important;
          display: flex;
    align-items: center;
    justify-content: center;
    }
	.flex-button{display:flex}
    .mobile_footer_details
    {
      width: 100%;
      text-align: center;
      padding: 20px;
      font-size: 2.5vw;
    line-height: 3.5vw;
      color: #fff;
      box-sizing: border-box;

    }
    .mobile_text_right
    {
      width: 100%;
      text-align: center;
      padding: calc(11vw) calc(7vw) calc(9vw);
      line-height:calc(8vw);
      font-size:4.5vw;
      color: white;
      box-sizing: border-box;
    }
    .footer_on_desktop
    {
      display: none;
    }
    .mobile_footer
    {
      display: block;
      overflow: auto;
      text-align: center !important;
    }
    .social_icons_main_mobile
    {

      padding-top: 20px;
     clear: both;
     text-align: center;
     overflow: auto;
   }
   .social_icon_mobile
  {
    display: inline;
    color: white;
    display: inline;
  }
  .social_icon_mobile a
  {
    color: white;
    text-decoration: none;
    font-size:10vw;
  }
   .social_icon_mobile a:hover
  {
    color: white;
    text-decoration: none;
  }
.marg-left-20
  {
    margin-left: 10%!important;
  }
}
  .footer_logo
  {
    margin-top: 15px;
  }
  .marg-left-20
  {
    margin-left: 4%;
  }
  .social_icons_main
  {

    padding-top: 20px;
   clear: both;
 }
  .social_icon
  {
    float: left;
    color: white;
  }
  .social_icon a
  {
    color: white;
    text-decoration: none;
    font-size:1.8vw;
  }
   .social_icon a:hover
  {
    color: white;
    text-decoration: none;
  }
  .footer
  {
    overflow: auto;
  }

@media (min-width: 992px){
  .footer_logo
  {
    padding-right:3%;
  }
}
  .footer_right
  {
    float: left;
    margin-left: 30px;
    width: 60%;
  }
  a .foo_nav
  {
    margin-top: calc(1vw);
    margin-left: 0px;
    margin-bottom: calc(3vw);
  }
  .footer_text
  {
    float: left;
    width: 45%;
    color: #fff;
    font-size: calc(0.8vw);
    line-height:calc(1.4vw);
  }
  .footer_text_right
  {
    float: left;
    width:20%;
    color: #e5dccf;
    margin-left: 3%;
    line-height:calc(2.2vw);
	font-size:1.5vw;
  }
@media (min-width:768px) {
	.team_block{left:0!Important}
}