		/*FONTS*/

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProRegular/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
    url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProBold/GothamProBold.eot");
    src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProBold/GothamProBold.woff") format("woff"),
    url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "GothamPro Bold";
    src: url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
}

@font-face {
    font-family: "GothamPro Medium";
    src: url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamProMedium/GothamProMedium.eot");
    src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
    url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "UbuntuReg";
    src: url("../fonts/UbuntuRegular/UbuntuRegular.ttf") format("truetype");
}
@font-face {
    font-family: "UbuntuBold";
    src: url("../fonts/UbuntuBold/UbuntuBold.ttf") format("truetype");
}
@font-face {
    font-family: "BariolReg";
    src: url("../fonts/bariolreg.ttf") format("truetype");
}
@font-face {
    font-family: "Blippo Black";
    src: url("../fonts/Blippo Black.ttf") format("truetype");
}
@font-face {
    font-family: "CalibriQ";
    src: url("../fonts/Calibri.ttf") format("truetype");
}
@font-face {
    font-family: "Century GothicQ";
    src: url("../fonts/Gothic.ttf") format("truetype");
}

		/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 22px;
	font-size: 14px;
	font-family: "GothamPro", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea{
	padding: 28px 25px;
	margin-bottom: 40px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}

button{
	border: 0;
	cursor: pointer;
}

body{
	background-color: #fcfbfb; 
}

/*fonts*/
.blippobl {
	font-family: "Blippo Black" !important;
	color: #4a4f65;
}
.cgothic {
	font-family: "Century GothicQ" !important;
	color: #4a4f65;
}
.cgbold {
	font-family: "Century GothicQ" !important;
	font-weight: 900;
	color: #4a4f65;
}
.calibri {
	font-family: "CalibriQ" !important;
	color: #4a4f65;
}
.calbold {
	font-family: "CalibriQ" !important;
	font-weight: 900;
	color: #4a4f65;
}
.ubuntu {
	font-family: "UbuntuReg" !important;
	color: #4a4f65;
}
.ubold {
	font-family: "UbuntuBold" !important;
	color: #4a4f65;
}
.bariol {
	font-family: "BariolReg" !important;
	color: #4a4f65;
}
.bariolb {
	font-family: "BariolReg" !important;
	color: #4a4f65;
	font-weight: 900;
}
.gmedium {
	font-family: "GothamPro Medium" !important;
	color: #4a4f65;
}
.gbold {
	font-family: "GothamPro Bold" !important;
	color: #4a4f65;
}

		/*loader*/

.loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999; 
}

.loader .loader_inner {
	background-size: cover;
	background-repeat: no-repeat;
	background-posirion: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute; 
}

		/*STYLE*/
.sm_true_color {
	color: #ffc600;
}
.container{
	max-width: 1920px;
	padding: 0 40px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	position: relative;
}

.panel{
	height: 100vh;
}
.mobile.landingpage .panel.home, .mobile.smilecoffee .panel.home, .mobile.smilestudio .panel.home {
	height: 100vh
}
.landingpage .panel, .smilecoffee .panel, .smilestudio .panel {
	min-height: 400px;
}
.smilecoffee .home.panel {
	overflow: hidden;
}

.home{
	background-color: #373947;
}
.smilecoffee .home{
	background-color: white;
}
.smilestudio .home{
	background-color: #EBEBED;
}

.home .container{
	background-image: url(../img/background.jpg);
	background-position: center 0;
	/*background-size: cover;*/
	height: 100%;
	padding-top: 24px;
}
.landingpage .home .container {
	background-position: top;
	background-image: url(../img/landingpage/landingpage.jpg);
	background-size: cover;
}
.smilestudio .home .container {
	background: #EBEBED;
}
.smilecoffee .home .container {
	background-position: top;
	background-image: url(../img/site44.jpg);
	background-size: cover;
}



.header{
	overflow: hidden;
}

.header__cont{
	float: right;
}

.header__cont *{
	display: inline-block;
	vertical-align: top;
}

.menu{
	font-size: 0;
	margin-right: 95px;
	display: block;
	vertical-align: top;
}

.menu__link {
	color: white;
	font-family: GothamPro;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	text-decoration: none;
	padding-top: 23px;
	padding-bottom: 7px;
	margin-right: 50px;
	position: relative;
}
.smilestudio .menu__link {
	color: #31343A;
}
.menu__link:before {
	display: none;
	content: "";
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}
.smilestudio .menu__link:before {
	background-color: #31343A;
}
.menu__link:hover:before{
	display: block;
}

.social{
	font-size: 0;
	margin-right: 30px;
}

.social__link{
	width: 20px;
	height: 20px;
	background-image: url(../img/social3Sprite.png);
	background-size: 900%;
	background-position: 0 0;
	margin-right: 20px;
	margin-top: 30px;
}

.social__link-drib{
	background-position: -23px 0;
}

.social__link-twit{
	width: 21px;
	background-position: -57px 0;
}

.social__link-behance{
	width: 27px;
	background-position: -90px 0;
	background-size: 700%;
}

.social__link-insta{
	width: 21px;
	background-position: -128px 0;
}

.social__link-vk{
	width: 28px;
	background-position: -168px 0;
	background-size: 700%;
}
.smilestudio .social__link {
	background-position: 0 bottom;
}
.smilestudio .social__link-drib{
	background-position: -23px bottom;
}

.smilestudio .social__link-twit{
	width: 21px;
	background-position: -57px bottom;
}

.smilestudio .social__link-behance{
	width: 27px;
	background-position: -90px bottom;
	background-size: 700%;
}

.smilestudio .social__link-insta{
	width: 21px;
	background-position: -128px bottom;
}

.smilestudio .social__link-vk{
	width: 28px;
	background-position: -168px bottom;
	background-size: 700%;
}

.telBtn{
	color: white;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid white;
	border-radius: 1px;
	padding: 15px 25px;
	text-transform: uppercase;
	margin-top: 16px;
}
.smilestudio .telBtn {
	color: #4A4F65;
    border: 1px solid #4A4F65;
}

.telBtn:hover{
	background-color: #fff;
	color: #4a4f65; 
}

.gamb,
.mobMenu{
	display: none;
}

.home__cont{
	margin-top: 260px;
	margin-left: 11.68478261%;
}
.landingpage .home__cont{
	padding-right: 55px;
}
.smilecoffee .home__cont {
	margin-left: 9%;
	margin-right: 14%;
}
.landingpage .home__cont, .smilestudio .home__cont, .smilecoffee .home__cont {
	margin-top: 11vh;
}
.home__cont .booook {
	height: 52vh;
	float: right;
}
.smilecoffee .home__cont .booook {
	height: 70vh;
	float: left;
}
.smilestudio .home__cont .booook {
	height: 80vh;
    margin-right: 4vw;
}

.home__head{
	max-width: 1000px;
	color: white;
	font-family: GothamPro;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
}
.landingpage .home__head, .smilestudio .home__head, .smilecoffee .home__head {
	font-family: GothamPro Bold;
	font-size: 30px;
	line-height: 35px;
	padding-top: 110px;
}
.smilecoffee .home__head {
	max-width: inherit;
	text-align: right;
}
.smilestudio .home__head {
	color: #31343B;
}

.brif{
	display: inline-block;
	color: white;
	font-family: GothamPro Bold;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid white;
	border-radius: 1px;
	padding: 15px 25px;
	padding-right: 75px;
	text-transform: uppercase;
	margin-top: 57px;
	position: relative;
}
.landingpage .brif{
	margin-top: 37px;
}
.smilestudio .brif{
	color: #31343B;
	border-color: #31343B;
}
.smilecoffee .brif {
	float: right;
}

.brif:after{
	width: 8px;
	height: 15px;
	display: block;
	content: '';
	background-image: url(../img/socialSprite.png);
	background-position: -248px 0;
	position: absolute;
	right: 25px;
	top: 20px;
	-moz-transition: all 0.7s ease-in-out;
	 transition: all 0.7s ease-in-out;
}
.smilestudio .brif:after {
	background-image: url(../img/more-black.png);
	background-position: 0;
}

.brif:hover:after{
	-webkit-transform: translate(5px, 0);
	   -moz-transform: translate(5px, 0);
	    -ms-transform: translate(5px, 0);
	        transform: translate(5px, 0);
}

.pagination{
	position: absolute;
	right: 40px;
	height: 100px;
	top:0;
	margin-top: 47vh;
}

.pagination__link{
	display: block;
	width: 5px;
	height: 5px;
	background-color: white;
	margin: 0 auto;
	margin-bottom: 12px;
	border-radius: 100%;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.blackblack .pagination__link {
	background-color: #4A4F65;
}

.pagination__link:hover{
	-webkit-transform: scale(2.4);
	   -moz-transform: scale(2.4);
	    -ms-transform: scale(2.4);
	        transform: scale(2.4);
}

.pagination__link-active{
	width: 12px;
	height: 12px;
	cursor: default;
	pointer-events: none;
}

.pagination__link-active:hover{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.create{
	background-color: #fcfbfb;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.create__side{
	
	float: left;
	max-width: 30.43478261%;
	padding: 0 55px;
	min-height: 550px;
	margin-top: 35vh;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.create__head{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 60px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 60px;
}


.create__text{
	max-width: 430px;
	color: #71737d;
	font-family: GothamPro;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.brif-create{
	color: #4a4f65;
	border-color: #4a4f65;
}

.brif-create:after{
		background-position: -276px -1px;
}

.create__cont{
	max-width: 69.56521739%;
	font-size: 0;
	float: right;
	margin-top: 13vh;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	position: relative;
}

.serv{
	display: inline-block;
	position: relative;
	width: 20%;
	vertical-align: top;
}

.serv-3{
	width: 28%;
}




.service{
	width: 100%;
	height: auto;
	display: inline-block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding: 125px 35px 20px 37px;
	border-radius: 2px;
	vertical-align: top;
	position: relative;
	/*overflow: hidden;*/
	margin-bottom: 85px;
}
.service__text{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	width: 200%;
	transition: all .5s;
	top: 80%;
	background-color: white;
	padding: 35px;
}
.serv:hover .service__text{
	top: 100%;
	opacity: 1;
	visibility: visible;
	box-shadow: -1px 1.7px 20px rgba(215, 215, 215, 0.3);
}
.create__cont > .serv:nth-child(5n - 1) .service__text,
.create__cont > .serv:nth-child(5n) .service__text{
	left: auto;
	right: 0;
}
.hidden_btn{
	display: none;
}
.maps .telBtn{
    color: #4a4f65;
    border-color: #4a4f65;
	display: inline-block;
	margin-left: 50px;
	font-family: GothamPro Bold;
}






.service:hover{
	box-shadow: -1px 1.7px 20px rgba(215, 215, 215, 0.3);
	background-color: white;
	z-index: 2;
}

.service__head{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 25px;
}

.service__text{
	color: #71737d;
	font-family: GothamPro;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

.service:before{
	display: block;
	content: '';
	width: 50px;
	height: 45px;
	background-image: url(../img/socialSprite.png);
	background-position: 0 -27px;
	position: absolute;
	top: 52px;
}



.service-2{
	padding-left: 27px;
	padding-right: 16px;
}

.service-3{
	padding-left: 27px;
	padding-right: 16px;
}

.service-mobile:before{
	width: 44px;
	background-position: -54px -27px;
}

.service-seo:before{
	width: 48px;
	background-position: -152px -27px;
}

.service-startups:before{
	width: 35px;
	background-position: -201px -27px;
}

.service-branding:before{
	width: 41px;
	background-position: -240px -27px;
}

.service-media:before{
	width: 48px;
	background-position: -101px -27px;
}


.pagination-create .pagination__link{
	background-color: #4a4f65;
}

.brifPage{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fcfbfb;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.brifPage__head{
	margin-top: 100px;
	margin-left: 13.54166667%;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 35px;
	font-weight: 700;
	line-height: 25px;
}

.brifPage__close{
	width: 30px;
	height: 30px;
	background-image: url(../img/brifSprite.png);
	background-position: -30px 0;
	display: block;
	position: absolute;
	right: 60px;
	top: 100px;
}

.need{
	display: block;
	max-width: 990px;
	margin: 0 auto;
	margin-top: 100px;
}

.brifPage__replace{
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 15.36458333%;
	background-color: #f5f5f5;
	text-decoration: none;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.brifPage__replace:before{
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../img/brifSprite.png);
	background-position: -64px 0;
	position: absolute;
	left: 13.8%;
	top: 34px;
	-moz-transition: all 2s 0.1s ease-in;
	transition: all 2s 0.1s ease-in;
}

.brifPage__replace:hover:before{

	-webkit-transform: rotate(360deg);

	   -moz-transform: rotate(360deg);

	    -ms-transform: rotate(360deg);

	        transform: rotate(360deg);
}

.brifPage__next{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #ffc501;
	padding: 0 100px;
	padding-top: 30px;
	padding-bottom: 25px;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
}

.brifPage__next:after{
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(../img/brifSprite.png);
	background-position: -87px 0;
	top: 36px;
	right: 30px;
	-moz-transition: all 0.7s ease-in-out;
	 transition: all 0.7s ease-in-out;
}

.brifPage__next:hover:after{
	-webkit-transform: translate(5px, 0);
	   -moz-transform: translate(5px, 0);
	    -ms-transform: translate(5px, 0);
	        transform: translate(5px, 0);
}

.need__radio{
	display: none;
}

.need__item{
	display: inline-block;
	width: 280px;
	height: 214px;
	margin-right: 70px;
	margin-bottom: 75px;
	background-color: white;
	border-radius: 3px;
	box-shadow: -0.5px 0.9px 1px rgba(232, 232, 232, 0.5);
	text-align: center;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-top: 158px;
	position: relative;
	cursor: pointer;

}

.need__item:nth-child(3n){
	margin-right: 0;
}

.need__item:before{
	width: 70px;
	height: 70px;
	display: block;
	content: '';
	background-image: url(../img/brifSprite.png);
	background-position: 0px -35px;
	position: absolute;
	top: 45px;
	left: 102px;
}

.need__item-mob:before{
	width: 74px;
	background-position: -79px -35px;
}

.need__item-design:before{
	width: 73px;
	background-position: -162px -35px;
}

.need__item-brand:before{
	width: 82px;
	background-position: -244px -35px;
}

.need__item-seo:before{
	width: 67px;
	background-position: -335px -35px;
}

.need__item-media:before{
	width: 63px;
	background-position: -411px -35px;
}

.need__hover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	background-color: rgba(100%, 77%, 0%, 0.75);
	box-shadow: -1px 1.7px 20px rgba(215, 215, 215, 0.3);
	display: none;
}

.need__item:hover .need__hover,
.need__radio:checked + .need__hover{
	display: block;
	
}



.need__ok{
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 15px 12px;
	margin-left: -30px;
	margin-top: -30px;
	width: 23px;
	height: 17px;
}

.need__item:hover .need__ok,
.need__radio:checked + .need__hover .need__ok{
	display: block;
}


.circle {
  border-radius: 100%;
  box-shadow: none;
}
.circle::before, .circle::after {
  border-radius: 100%;
}

.need__ok {
  background: none;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  vertical-align: middle;
	background-image: url(../img/ok.png);
	background-position: center;
	background-repeat: no-repeat;
}
.need__ok::before, .need__ok::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.spin {
  width: 4em;
  height: 4em;
  padding: 0;
}
.need__radio:checked + .need__hover .need__ok{
  color: #4a4f65;
}
.spin::before, .spin::after {
  top: 0;
  left: 0;
}
.spin::before {
  border: 4px solid transparent;
}
.need__radio:checked + .need__hover .need__ok::before {
  border-top-color: #4a4f65;
  border-right-color: #4a4f65;
  border-bottom-color: #4a4f65;
  -moz-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.spin::after {
  border: 0 solid transparent;
}
.need__radio:checked + .need__hover .need__ok::after {
  border-top: 4px solid #4a4f65;
  border-left-width: 4px;
  border-right-width: 4px;
  -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
           -ms-transform: rotate(270deg);
       transform: rotate(270deg);
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  -moz-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -moz-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s, -moz-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.brifPage-styles,
.bridgePage-contact,
.bridgePage-detailsSEO,
.bridgePage-detailsWeb,
.bridgePage-detailsMob,
.bridgePage-detailsStyle{
	display: none;
}

.styles{
	width: 1400px;
	margin: 0 auto;
	margin-top: 72px;
	font-size: 0;
}

.styles__item{
	width: 450px;
	height: 325px;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background-color: white;
	border-radius: 3px;
	box-shadow: -1px 1.7px 20px rgba(215, 215, 215, 0.3);
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

.styles__item:nth-child(3n){
	margin-right: 0;
}

.styles__item-1{
	background-image: url(../img/style1.jpg);
	background-size: cover;
}

.styles__item-2{
	background-image: url(../img/style2.jpg);
	background-size: cover;
}

.styles__item-3{
	background-image: url(../img/style3.jpg);
	background-size: cover;
}

.styles__item-4{
	background-image: url(../img/style4.jpg);
	background-size: cover;
}

.styles__item-5{
	background-image: url(../img/style5.jpg);
	background-size: cover;
}

.styles__item-6{
	background-image: url(../img/style6.jpg);
	background-size: cover;
}

.styles__item-7{
	background-image: url(../img/style7.jpg);
	background-size: cover;
}

.styles__item-8{
	background-image: url(../img/style8.jpg);
	background-size: cover;
}

.styles__mob-1{
	background-image: url(../img/mob1.jpg);
	background-size: cover;
}

.styles__mob-2{
	background-image: url(../img/mob2.jpg);
	background-size: cover;
}

.styles__mob-3{
	background-image: url(../img/mob3.jpg);
	background-size: cover;
}

.styles__mob-4{
	background-image: url(../img/mob4.jpg);
	background-size: cover;
}

.styles__mob-5{
	background-image: url(../img/mob5.jpg);
	background-size: cover;
}

.styles__mob-6{
	background-image: url(../img/mob6.jpg);
	background-size: cover;
}

.styles__brand-1{
	background-image: url(../img/brand1.jpg);
	background-size: cover;
}

.styles__brand-2{
	background-image: url(../img/brand2.jpg);
	background-size: cover;
}

.styles__brand-3{
	background-image: url(../img/brand3.jpg);
	background-size: cover;
}

.styles__brand-4{
	background-image: url(../img/brand4.jpg);
	background-size: cover;
}

.styles__brand-5{
	background-image: url(../img/brand5.jpg);
	background-size: cover;
}

.styles__brand-6{
	background-image: url(../img/brand6.jpg);
	background-size: cover;
}



.styles__item:hover .need__hover,
.styles__item:hover .need__ok{
	display: block;
}

.brifPage__text{
	margin-left: 13.54166667%;
	margin-top: 33px;
	display: block;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.contact{
	margin-left: 13.54166667%;
	margin-top: 85px;
}

.contact__left,
.contact__right{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.contact__left{
	max-width: 725px;
}

.contact__item{
	display: inline-block;
	margin-right: 80px;
	margin-bottom: 36px;
}

.contact__text{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 21px;
}

.contact input{
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	padding: 18px 28px;
	width: 282px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.contact textarea{
	width: 645px;
	height: 311px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	resize: none;
}

.details{
	margin-top: 100px;
	margin-left: 13.54166667%;
	overflow: auto;
	height: 60%;
}

.details__left,
.details__right{
	display: inline-block;
	vertical-align: top;
}

.details__left{
	width: 720px;
	padding-right: 70px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.details__right{
	width: 620px;
}

.details__question{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.details__desc{
	color: #7b7f90;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 30px;
}

.details__item{
	display: block;
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 45px;
	position: relative;
	padding-left: 50px;
}

.details__item:before{
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: -5px;
}

[type="checkbox"]{
	display: none;
}

[type="checkbox"]:checked + .details__item:before{
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: center;
}

.details__left input[type="text"]{
	width: 92%;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	padding: 18px 28px;
	margin-bottom: 50px;
}

.details select,
.details__select,
.details__but,
.bridgePage-detailsWeb input[type="text"],
.bridgePage-detailsMob #butAppl,
.bridgePage-detailsStyle #butStyle{
	width: 282px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	padding: 18px 28px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.details__left #but,
.details__left #butAppp{
	width: 282px;
}

.bridgePage-detailsWeb textarea{
	width: 645px;
	height: 200px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	resize: none;
}

.details__right{
	width: 900px;
}

.details select,
.details__select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/select.png);
	background-repeat: no-repeat;
	background-position: 250px center;
	margin-right: 35px;
}

.ranges{
	margin-top: 60px;
}

.ranges__item{
	font-size: 0;
	margin-bottom: 40px;
	margin-left: 110px;
}

.ranges__text{
	display: inline-block;
	width: 165px;
	height: 40px;
	background-color: whitesmoke;
	border: 1px solid whitesmoke;
	border-radius: 2px;
	vertical-align: baseline;
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}



.ranges__range{
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	bottom: -10px;
}

input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 300px;
	height: 0;
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {

	width: 300px;
	height: 2px;
	background-color: #dcdfe1;
	animate: 0.2s;
	position: relative;
	bottom: 12px;
}




input[type=range]:focus {
	outline: none; 
 }

 input[type=range]::-webkit-slider-thumb {
	width: 25px;
	height: 25px;
	background-color: #fcfbfb;
	border: 5px solid #ffc501;
	border-radius: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -12px;
}

input[type=range]::-ms-thumb {
	width: 15px;
	height: 15px;
	background-color: #fcfbfb;
	border: 5px solid #ffc501;
	border-radius: 100%;
	cursor: pointer;
	z-index: 100;
}

input[type=range]::-ms-track {
	width: 300px;
	height: 2px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}



input[type=range]::-ms-fill-lower{
	width: 600px;
	border-color:  #fcfbfb;
	background-color: #dcdfe1;
	animate: 0.2s;
	overflow: auto;
}

.butRange{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}



.butRange__text{
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	display: block;
	margin-bottom: 8px;
}



.details .butRange .butRange__amount{
	width: 75px;
	height: 30px;
	padding: 0;
	text-align: center;
	border: 0;
	margin: 20px auto;
	display: block;
	background-color: whitesmoke;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}



.brifPage__finish{
	background-color: #3ac569;
	color: white;
}

.brifPage__finish:after{
	background-image: url(../img/finish.png);
	background-repeat: no-repeat;
	background-position: 0;
	top: 40%;
}

.input-inline{
	display: inline-block;
	margin-top: 40px;
	margin-right: 30px;
}

.mobile-area{
	width: 92%;
	height: 125px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	resize: none;
	margin-top: 40px;
	margin-bottom: 65px;
}

.details__question-1{
	margin-bottom: 60px;
}

.style-area{
	width: 92%;
	height: 200px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	resize: none;
	margin-bottom: 40px;
}

.tarif{
	width: 1240px;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 60px;
}

.tarif__item{
	width: 365px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: -0.5px 0.9px 1px rgba(232, 232, 232, 0.5);
	background-color: white;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 65px;
}

.tarif__head{
	color: white;
	font-family: GothamPro;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	background-color: #a593e0;
	padding: 45px;
}

.tarif__cont{
	padding: 40px;
}

.tarif__subhead{
	color: #7b7f90;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 40px;
}

.tarif__features{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}

.tarif__features:before{
	display: block;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../img/check.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

.tarif__button{
	display: block;
	margin:0 auto;
	margin-top: 55px;
	width: 181px;
	height: 45px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	color: #71737d;
	background-color: white;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

.tarifRadio{
	display: none;
}

.tarifRadio:checked + .tarif__button{
	background-color: #a593e0;
	color: white;
}

#tarifRadio2:checked + .tarif__button{
	background-color: #ffc501;
}

#tarifRadio3:checked + .tarif__button{
	background-color: #30a9de;
}

.tarif__item-blue{
	margin-right: 0;
}

.tarif__item-yellow .tarif__button {
    margin-top: 175px;
}

.tarif__item-yellow .tarif__head{
	height: 165px;
	background-color: #ffc501;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-top: 60px;
}

.tarif__item-blue .tarif__head{
	background-color: #30a9de;
}

.tarif__item-blue .tarif__button{
	margin-top: 215px;
}

.tarif__item-yellow .tarif__subhead{
	margin-top: 40px;
}

.tarif__item-yellow .tarif__cont{
	padding-top: 0;
}

.portfolio .container{
	padding: 0;
	margin: 0 auto;

}

.portfolio{
	font-size: 0;
}
.landingpage .portfolio{
	position: relative;
	background: white;
}

.job{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 50vh;
	background-size: cover;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	margin: 0;
	background-position: center;
}


.job-4{
	background-image: url(../img/site4.jpg);
}

.job-7{
	background-image: url(../img/site12.jpg);
	height: 100vh;
	float: right;

}

.job-11{
	background-image: url(../img/site11.jpg);
	float: left;
}

.job__cont{
	height: 100%;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background-color: rgba(9, 9, 9, 0);
	padding: 45px 40px;
	margin: 0;
	-moz-transition: background-color 1.8s 0.1s ease;
	transition: background-color 1.8s 0.1s ease;
	cursor: pointer
}

.job:hover .job__cont{
	background-color: rgba(9, 9, 9, 0.65);
}

.job:hover .job__head,
.job:hover .job__desc{
	color: white;
}

.job__head{
	color: transparent;
	font-family: GothamPro;
	font-size: 28px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 10px;
	-moz-transition: color 0.8s 0.1s ease;
	transition: color 0.8s 0.1s ease;
}

.job__desc{
	color: transparent;
	font-family: GothamPro;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	-moz-transition: color 0.8s 0.1s ease;
	transition: color 0.8s 0.1s ease;
}

.review{
	width: 33%;
}

.review__item:before{
	display: none;
}

.review__item{
	padding-top: 30px;
}

.rewiew__img{
	border-radius: 100%;
}

.review__head{
	margin-bottom: 10px;
}

.review__link{
	color: #4ea1d3;
	font-family: GothamPro;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
}

.review__item{
	margin-bottom: 40px;
}

.review__item:before{
	width: 70px;
	height: 70px;
	background-image: url(../img/face.jpg);
	background-position: -25px;
	border-radius: 100%;
	top: 35px;
}

.maps .container{
	padding: 0;
	font-size: 0;
	background-color: white;
	position: relative;
	height: 100vh;
}

.map,
.mapContact{
	display: inline-block;
	vertical-align: top;
}

.map{
	width: 68.75%;
	height: 100%;
}

.mapContact{
	width: 31.25%;
	padding-top: 110px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-left: 5%;
}

.mapContact{
	font-size: 14px;
}

.mapContact__head{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 60px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 60px;
	display: block;
}

.mapContact__link{
	display: block;
	color: #71737d;
	font-family: GothamPro;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	margin-bottom: 40px;
	padding-left: 40px;
	position: relative;
}

.mapContact__link:before{
	display: block;
	content: '';
	width: 23px;
	height: 32px;
	background-image: url(../img/social2Sprite.png);
	background-position: 0 -30px;
	position: absolute;
	left: 0;
	top: 0;
}

.mapContact__link-tel:before{
	background-position: -35px -30px;
}

.mapContact__link-mail:before{
	width: 28px;
	background-position: -68px -30px;
}

.brif-map{
	margin-left: 50px;
	margin-top: 40px;
}

.header-footer {
	padding: 30px 40px;
	background-color: #fcfbfb;
	position: absolute;
	bottom: 0;
	margin-left: -2px;
	margin-bottom: -2px;
	width: 100.2%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.smilestudio .header-footer {
	padding-top: 0;
	padding-bottom: 10px;
}

.header-jobs{
	width: 100%;
	margin: 0;
}

.menu__link-footer{
	color: black
}

.social__link-footer{
	background-image: url(../img/social3Sprite.png);
	background-position-y: 20px;
}

.telBtn-footer{
	color: #31343a;
	border-color: #31343a;
}

.container-job{
	max-width: 1920px;
	margin: 0 auto;
	font-size: 0;
}

.header-jobs{
	position: relative;
	top: 0;
	background-color: white;
}

.jobsPage__cont{
	background-color: #fcfbfb;
	padding-left: 13.3%;
}

.jobsPage__items,
.jobsPage__capt{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.jobsPage__items{
	padding-top: 110px;
	font-size: 18px;

}

.jobsPage__container{
	padding-right: 50px;
}

.jobsPage__capt{
	background-image: url(../img/jobs.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 990px;
}

.jobsPage__header{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 35px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 40px;
}

.jobsPage__select{
	width: 220px;
	background-position: 190px 21px; 
	margin-bottom: 45px;
}

.jobsPage__item{
	text-decoration: none;
/*	margin-bottom: 35px;*/
	margin-left: -20px; 
	display: table;
	padding: 15px 20px;
}

.jobsPage__item:hover{
	box-shadow: -1px 1.7px 20px rgba(215, 215, 215, 0.3);
	background-color: white;
	z-index: 2;
}

.jobsPage__head{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.jobsPage__desc{
	color: #7b7f90;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 35px;
}

.jobsPage__text{
	width: 435px;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 25px;
}

.jobsPage__button{
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 500;
	line-height: 95px;
	text-decoration: none;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	padding: 18px 32px;
	text-transform: uppercase;
	margin-left: 122px;
}

.jobsPage__subhead{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-top: 35px;
	margin-bottom: 32px;
}

.jobsPage__features{
	color: #7b7f90;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 35px;
	margin-bottom: 20px;
	position: relative;
}

.jobsPage__features:before{
	display: block;
	content: '';
	width: 12px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	background-image: url(../img/ok.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.jobsPage__text-desc{
	margin-top: 70px;
}

.popup{
	position: fixed;
	left: 50%;
	margin-left: -240px;
	display: block;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background-color: #e4fcff;
	width: 480px;
	height: 465px;
	z-index: 100;
	display: none;
}

.popup__close{
	width: 15px;
	height: 15px;
	background-image: url(../img/close.png);
	position: absolute;
	right: 40px;
	top: 33px;
}

.popup__form{
	margin-top: 80px;
	margin-left: 12%;
}

.popup__text{
	display: block;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

.popup__input{
	width: 360px;
	height: 50px;
	border: 0.0944882px solid #dcdfe1;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	padding-left: 25px;
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 25px;
}

.popup__btn{
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 100%;
	height: 80px;
	background-color: #3ac569;
	border-radius: 0px 0px 2px 2px;
	color: white;
	font-family: GothamPro;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}


.brifPage-review{
	display: block;
}

.header{
	overflow: visible;
}

.sizevalue{
	font-size: 14px;
}

.dropdown{
	width: 220px;
	height: 45px;
	border: 1px solid #dcdfe1;
	border-radius: 2px;
	margin-bottom: 50px;
}

.dropdown .carat{
	width: 15px;
	height: 15px;
	background-image: url(../img/select.png);
	background-repeat: no-repeat;
	border: 0;
	-moz-transition: all 0.4s 0.1s ease-in;
	transition: all 0.4s 0.1s ease-in;
}

.dropdown div{
	border-color: #dcdfe1;
	border-radius: 2px;
}

.dropdown.open .carat{
	border: 0;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.dropdown .selected,
.dropdown li{
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
}

.dropdown li.focus{
	background-color: inherit;
	color: inherit;
}

.form-complete{
	position: absolute;
	top: 50%;
	left:50%;
	margin-left: -225px;
	margin-top: -120px;
	width: 450px;
	height: 240px;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 2px 20px rgba(215, 215, 215, 0.3);
	display: none;
}

.form__close{
	top: 25px;
	right: 25px;
}

.form__img{
	position: relative;
	left: 50%;
	margin-left: -37.5px;
	margin-top: 45px;
	margin-bottom: 30px;
}

.form__header{
	text-align: center;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.form__text{
	text-align: center;
	color: #71737d;
	font-family: GothamPro;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
}

.fileform { 
    width: 171px;
	height: 50px;
	background-color: #ffc501;
	border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: left;
    background-image: url(../img/upload.png);
    background-repeat: no-repeat;
    background-position: 30px 15px;
    display: inline-block;
    vertical-align: top;
}
 
.fileform .selectbutton { 
    color: #232013;
	font-family: GothamPro;
	font-size: 15px;
	font-weight: 400;
	line-height: 50px;
	margin-left: 66px;
}
 
.fileform #upload{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    -moz-opacity: 0; 
    filter: alpha(opacity=0); 
    opacity: 0; 
    font-size: 150px; 
    height: 30px; 
    z-index:20;
}

.contact__item{
	vertical-align: top;
}

.contact__item-file{
	margin-right: 40px;
}

.filedesc{
	color: #71737d;
	font-family: GothamPro;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	display: inline-block;
	margin-top: 7px;
	margin-left: 17px;
}

.home .container-project1{
	background-image: url(../img/project1.jpg);
}

.project__ex{
	display: block;
	margin: 0 auto;
	width: 75px;
	height: 75px;
	background-color: #37ae68;
	border-radius: 100%;
	text-align: center;
	margin-top: 30vh;
	color: white;
	font-family: GothamPro;
	font-size: 35px;
	font-weight: 500;
	line-height: 75px;
	text-transform: uppercase;
}

.project__head{
	display: block;
	text-align: center;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 40px;
	font-weight: 700;
	line-height: 135px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.project__paragraph{
	color: #71737d;
	font-family: GothamPro;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
}

.project__next{
	text-decoration: none;
	display: table;
	width: auto;
	margin: 0 auto;
	margin-top: 10vh;
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 14px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
}

.project__next:after{
	display: block;
	content: "";
	width: 15px;
	height: 8px;
	background-image: url(../img/project__next.png);
	margin: 0 auto;
}

.project__desc{
	width: 420px;
	float: left;
	padding-left: 55px;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	margin-top: 35vh;
}

.project__img{
	float: right;
	width: 64vw;
	margin-top: 140px;
}

.project__img img{
	width: 100%;

}

.project__head-features{
	text-align: left;
}

.project__paragraph-features{
	text-align: left;
}

.project__desc-conc{
	float: right;
	width: 450px;
	margin-right: 350px;
	margin-top: 25vh;
}

.project__img-conc{
	float: left;
	width: 45vw;
}

.imgBig{
	width: 45vw;
	margin-top: 150px;
	margin-left: -200px;
}

.project__img-last{
	width: 45vw;
	margin-right: 80px;
	margin-top: -350px;
	display: block;
}

.project__desc-last{
	width: 500px;
}

.footer-project{
	background-color: white;
}

.container-last{
	height: 100%;
}

.pagination-z{
	top: 35%;
	margin-top: 0;
}

.home .container-project2{
	background-color: #ebebec;
	background-image: url(../img/project2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.header-project2 .menu__link{
	color: black;
}

.header-project2 .menu__link:before{
	background-color: black;
}

.container-project2 .home__head{
	color: black;
}

.container-project2 .brif{
	color: black;
	border-color: black;
}

.container-project2 .brif:after{
	background-image: url(../img/more-black.png);
}

.project__subhead{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 28px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.features{
	width: 830px;
	margin: 0 auto;
	margin-bottom: 65px;
}

.featureCont{
	width: 180px;
	margin-right: 140px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.features__font{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}

.features__item{
	color: #4a4f65;
	font-family: GothamPro;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

.ubuntu{
	font-family: Ubuntu, Arial;
}

.bariol{
	font-family: Bariol, Calibri;
	letter-spacing: 1px;
}

.featureCont:nth-child(3){
	margin: 0;
}


.features__circle{
	width: 160px;
	height: 160px;
	background-color: #f2c147;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 45px;
}

.black{
	background-color: #071925;
}

.white{
	background-color: white;
}

.features__color{
	color: #71737d;
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.prog__text,
.prog__img{
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-right: 9.5%;
	margin-top: 10vh;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background-color: ;
	color: #71737d;
	font-family: GothamPro;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	background-color: #fcfbfb;
	padding: 85px 65px;
}

.project__img-2{
	width: 45vw;
	margin-top: 70px;
	margin-right: 5%;
}

.project__desc-brand{
	margin-top: 35vh;
	width: 650px;
}

.container-white{
	background-color: white;
}

.prog__text{
	width: 715px;
}

.home .container-project3{
	background-image: url(../img/project3.jpg);
}

.home__head-right{
	float: right;
	margin-right: 14%;
	text-align: right;
}

.coffee{
	width: 130px;
	border-radius: 0;
	background-image: url(../img/project3sprite.png);
	background-color: transparent;
}

.black{
	background-position: -325px 0;
}

.white{
	background-position: -650px 0;
}

.prog__logo-coffe{
	margin-top: 15vh;
}

.prog__text-coffee{
	margin-top: 25vh;
}

.project__img-3{
	margin-top: 20vh;
}

.project__desc-corp{
	margin-top: 30vh;
	width: 40vw;
}

.project__desc-brand-right{
	float: right;
	width: 40vw;
	margin-top: 25vh;
}

.project__img-4{
	float: left;
	margin-left: 50px;
	margin-top: 9vh;
	margin-right: 0;
}

.panel#k, .panel#kon, .panel#r, .smilestudio .panel#p, .smilecoffee .panel#p {
	position: relative;
}
.mobile .panel#k {
	padding-bottom: 20px;
}
.panel#kon {
	background: white;
}
.smilestudio .panel#p, .smilestudio .panel#h {
	overflow: hidden;
}
.smilecoffee .panel#r {
	background: white;
}

.smile_task {
	text-align: center;
	width: 100%;
	font-family: GothamPro;
	padding-top: 24vh;
}
.smile_task .task_krug {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #36AE67;
    color: white;
    font-size: 25px;
    vertical-align: middle;
    line-height: 50px;
	margin: 0 auto;
    font-family: GothamPro Medium;
}
.task_h {
	font-family: GothamPro Bold;
	font-size: 30px;
	margin: 30px 0 50px 0;
	text-transform: uppercase;
	color: #4a4f65;
}
.smilecoffee .task_h {
	font-size: 28px;
	margin: 30px 0 40px 0;
	line-height: 100%;
}
.smilecoffee #r .task_h {
	margin-bottom: 30px;
}
.task_descr {
	color: #71737d;
	font-size: 14px;
}
.smile_task .task_descr {
	padding: 0 50px;
}
.smilecoffee #r .task_descr p, .smilecoffee #k .task_descr p {
	margin-bottom: 20px;
}
.task_next {
	text-align: center;
	position: relative;
	right: 0;
    font-family: GothamPro Bold;
    font-size: 12px;
	text-decoration: none;
    text-transform: uppercase;
    margin-top: 65px;
}
.smilestudio .task_next {
	margin-top: 50px;
}
.task_next .pagination__link {
	text-decoration: none;
	background: none;
	color: #4a4f65;
	width: auto;
	height: auto;
	transform: none;
}
.task_next .task_arrow {
	display: block;
	width: 15px;
	height: 8px;
	background: url('../img/project__next.png');
	margin: 15px auto 0 auto;
	transition: all 0.7s ease-in-out;
}
.task_next:hover .task_arrow {
	transform: translate(0, 5px);
}
.land_block {
	width: 90%;
	margin: 0 auto;
	padding-top: 17vh;
}
.smilecoffee .land_block {
	padding-top: 14vh;
}
.land_block .lb_text {
	width: 27%;
    margin-right: 8%;
	float: left;
	margin-top: 20vh;
}
.smilecoffee .land_block .lb_text {
	width: 42%;
    margin-right: 0;
    margin-top: 9vh;
	margin-left: 3vw;
}
.land_block .lb_img {
	width: 65%;
}
.smilecoffee .lb_img {
	width: 53%;
	float: right;
}
#kon .land_block, #r .land_block {
	padding-top: 10vh;
}
.smilecoffee #r .land_block {
	padding-top: 12vh;
}
.smilecoffee #r .land_block {
	padding-top: 4vh;
}
#kon .land_block .lb_text {
	margin: 15vh 0 0 10vw;
	width: 28%;
}
#kon .land_block .lb_img {
	width: 50%;
	float: left;
}
#r .land_block .lb_text {
	width: 37%;
}
.smilecoffee #r .land_block .lb_text {
	width: 40%;
}
#r .land_block .lb_img {
	width: 45%;
    position: relative;
    top: -280px;
    margin-right: 40px;
    float: right;
}
.smilecoffee #r .land_block .lb_img {
	top: 0;
	float: left;
	margin-left: 2vw;
}
.smilestudio .portfolio, .smilecoffee .portfolio {
	background: white;
}
.sm_h2 {
	font-size: 28px;
    padding-top: 20px;
	color: #4A4F65;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-family: GothamPro Bold;
}
.smilestudio .portfolio .sm_h2, .smilecoffee .portfolio .sm_h2 {
    padding-top: 70px;
	margin-bottom: 0;
}
.smilestudio .maps .sm_h2 {
    text-align: left;
}
.smilecoffee .sm_h2 {
    padding-top: 40px;
	margin-bottom: 60px;
}
.sm_h3 {
	font-size: 20px;
	color: #4A4F65;
	text-align: center;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-family: GothamPro Bold;
}
.sm_block {
	display: flex;
	margin-bottom: 40px;
	justify-content: center;
}
.smilecoffee .sm_block {
	margin-bottom: 50px;
}
.sm_block .sm_one {
	color: #71737d;
	margin-bottom: 45px;
	text-align: center;
	margin: 0 20px;
    width: 230px;
}
.sm_block .sm_one .sm_color {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto 35px auto;
}
.smilecoffee .sm_block .sm_one .sm_color {
	width: 90px;
	height: 90px;
	background: center no-repeat;
	background-size: contain;
	border-radius: 0;
}
.smilestudio .sm_block .sm_one #yyyellow {
	background: rgb(253,199,7);
}
.smilestudio .sm_block .sm_one #bbblack {
	background: rgb(43,46,55);
}
.smilestudio .sm_block .sm_one #wwwhite {
	background: rgb(254,254,254);
}
.smilecoffee .sm_block .sm_one #yyyellow {
	background-image: url('../img/smilecoffee/coffee_yw.png');
}
.smilecoffee .sm_block .sm_one #bbbrown {
	background-image: url('../img/smilecoffee/coffee_br.png');
}
.smilecoffee .sm_block .sm_one #wwwhite {
	background-image: url('../img/smilecoffee/coffee_wh.png');
}
.sm_block .sm_one .zzg {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #4A4F65;
	font-family: GothamPro Bold;
}
.sm_logo {
	width: 35%;
	float: left;
	margin-left: 7%;
}
.smilecoffee .sm_logo {
	width: 39%;
    margin-top: 20vh;
}
.sm_logo_text {
	padding: 50px;
	background: #fcfbfb;
	color: #71737d;
	float: left;
	font-size: 14px;
	width: 37%;
	margin: 20vh 0 0 7vh;
}
.smilecoffee .sm_logo_text {
	margin-top: 23vh;
	width: 35%;
}
.sm_logo_text p {
	margin-bottom: 30px;
}
.sm_logo_text p:nth-last-of-type(1) {
	margin-bottom: 0px;
}
.smilestudio .bb_block {
	width: 35%;
	color: #71737d;
	float: left;
	margin: 35vh 0 0 5vw;
}
.smilestudio .bb_img {
	height: 75vh;
	float: right;
	margin: 10vh 10vw 0 0;
}
.popup.mobile {
	top:0;
	left: 0;
	margin-left: 0;
	width: 100%;
	height: 100vh;
	min-height: 430px;
}
.service a{
	text-decoration: none;
}

.arrow_up {
    position: fixed;
    bottom: 20px;
    right: -200px;
    border: 10px solid rgba(254, 204, 0, .2);
    border-radius: 50%;
    z-index: 999;
    transition: all .5s;
    cursor: pointer;
}

.arrow_up.showed {
    right: 20px;
}
.arrow_up span {
    width: 60px;
    height: 60px;
    background: #fecc00;
    display: block;
    border-radius: 50%;
    position: relative;
}
.arrow_up span:before {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    border-top: 3px solid white;
    border-right: 3px solid white;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

@media screen and (max-width: 768px){
	.arrow_up {
	    width: 40px;
	    height: 40px;
	    border-width: 4px;
	}
}
@media screen and (max-width: 768px){
	.call_btn_fix {
	    display: none;
	}
}

.clearfix:before,
.clearfix:after{
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.text_about_block .create__cont{
	font-size: 14px;
	padding-right: 100px;
	padding-top: 150px;
}
.text_about_block p{
	margin-bottom: 20px;
}
.text_about_block h2{
	font-size: 34px;
	margin-bottom: 20px;
}
.call_btn_fix {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 112px;
    height: 112px;
    border: 2px solid #ffd809;
    padding: 6px;
    border-radius: 50%;
    z-index: 999;
    transition: all .5s;
    transform: scale(.9);
    animation: rotate 5s linear infinite;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.call_btn_fix a {
    border: 10px solid #f5f5f5;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/fix_call.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    animation: blink 2s linear infinite;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.call_btn_fix:hover{
	transform: scale(1);
}
@keyframes blink {
  0% { background-color: rgba(255,216,9,1); }
  51% { background-color: rgba(204,173,11,1); }
  100% { background-color: rgba(255,216,9,1); }
}
@keyframes rotate {
  49% { transform: rotate(0deg); }
  50% { transform: rotate(25deg); }
  51% { transform: rotate(-25deg); }
  52% { transform: rotate(0deg); }
}









@media (min-width: 1890px) and (min-height: 1000px) {
	.smilecoffee .sm_h2, .smilestudio .sm_h2 {
		padding-top: 100px;
		margin-bottom: 90px;
	}
	.sm_h3 {
		margin-bottom: 100px;
	}
	.sm_block.cfe {
		margin-bottom: 70px;
	}
}
@media (min-width: 1890px) {
	.smilestudio .bb_block {
		margin: 28vh 0 0 5vw;
	}
	.smilestudio .bb_block .sm_h2 {
		margin-bottom: 50px;
	}
	.smilecoffee .task_h {
		font-size: 40px;
		line-height: 140%;
	}
	.sm_logo_text, .bb_text {
		font-size: 20px;
		line-height: 160%;
		box-sizing: border-box;
	}
	.sm_h3 {
		font-size: 28px;
	}
	.sm_h3.marmin {
		margin-bottom: 50px;
	}
	.sm_block.cfe {
		margin-bottom: 5vh;
	}
	.sm_block.cfe .sm_one {
		font-size: 18px;
	}
	.sm_block .sm_one {
		font-size: 22px;
		line-height: 140%;
	}
	.sm_block .sm_one .zzg {
		font-size: 24px;
	}
	.smilestudio .sm_block .sm_one .sm_color {
		width: 160px;
		height: 160px;
	}
	.smilecoffee .sm_block .sm_one .sm_color {
		width: 120px;
		height: 130px;
	}
	.smilecoffee .sm_h2, .smilestudio .sm_h2 {
		padding-top: 7vh;
		margin-bottom: 7vh;
	}
	.sm_h2 {
		font-size: 40px;
		line-height: 130%;
	}
	.sm_h3 {
		margin-bottom: 5vh;
	}
	.landingpage .brif, .smilestudio .brif, .smilecoffee .brif {
		font-size: 14px;
		padding: 20px 30px;
		padding-right: 75px;
	}
	.landingpage .brif:after, .smilestudio .brif:after, .smilecoffee .brif:after {
		top: 22px;
	}
	.landingpage .home__head, .smilestudio .home__head, .smilecoffee .home__head {
		padding-top: 170px;
	}
	.landingpage .home__cont, .smilestudio .home__cont, .smilecoffee .home__cont {
		margin-top: 15vh;
	}
	.landingpage .home__head, .smilestudio .home__head, .smilecoffee .home__head {
		font-size: 40px;
		line-height: 130%;
	}
	.task_descr {
		font-size: 18px;
		line-height: 180%;
	}
	.task_h {
		font-size: 42px;
		line-height: 140%;
		margin: 40px 0 60px 0;
	}
	.smile_task .task_krug {
		width: 80px;
		height: 80px;
		font-size: 38px;
		line-height: 80px;
	}
	.task_next {
		margin-top: 85px;
	}
	.task_next .pagination__link {
		font-size: 16px;
	}
}

@media (max-width: 1500px){
	.home .container.container-project1{
		background-position: -100px 0px;
		background-size: 110%;
		background-repeat: no-repeat;
	}
	.home .container.container-project3{
		
		background-position: -100px -150px;
	}
	.project__ex{
		margin-top: 20vh;
	}

	.project__img{
		margin-top: 12vh;
	}

	.project__desc-conc{
		margin-right: 15vw;
	}

	.imgBig{
		margin-left: -95px;
		margin-top: 50px;
	}

	.project__head{
		margin: 0;
	}

	.project__img-last{
		margin-top: -215px;
	}

	.project__desc-last{
		margin-top: 20vh;
	}

	.home .container.container-project2{
		background-position: 0 0;
	}

	.features__circle{
		width: 150px;
		height: 150px;
		margin-bottom: 25px;
	}

	.features{
		margin-bottom: 30px;
	}

	.project__subhead{
		margin-bottom: 25px;
	}

	.prog__logo{
		margin-top: -120px;
		width: 40vw;
	}

	.prog__text{
		width: 650px;
		margin-top: 50px;
		margin-right: 40px;
		padding: 50px;
	}

	.project__img-2{
		width: 40vw;
		margin-top: 35px;
	}

	.project__desc-brand{
		margin-top: 30vh;
		padding-left: 30px;
	}

	.prog__logo-coffe{
		margin-top: 10vh;
	}
	.prog__text-coffee{
		margin-top: 15vh;
	}

	.project__desc-corp{
		margin-top: 15vh;
		width: 45vw;
	}

	.project__desc-brand-right .project__head-features,
	.project__desc-corp .project__head-features{
		line-height: 40px;
		margin-bottom: 50px;
	}

	.project__img-3{
		margin-top: 20vh;
		width: 45vw;
		margin-right: 20px;
	}

	.project__desc-brand-right{
		margin-top: 15vh;
	}
}
@media (max-width: 1200px) {
	.landingpage .home__cont {
		padding-right: 0;
	}
	.landingpage .home__cont, .smilestudio .home__cont, .smilecoffee .home__cont {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5vh;
	}
	.landingpage .home__cont .booook, .smilecoffee .home__cont .booook, .smilestudio .home__cont .booook {
		height: 240px;
		margin-top: 5vh;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.smilecoffee .home__head, .smilestudio .home__head, .landingpage .home__head {
		padding-top: 6vh;
		text-align: center;
		max-width: inherit;
	}
	.landingpage .home__cont .menu-js, .smilecoffee .home__cont .menu-js, .smilestudio .home__cont .menu-js {
		text-align: center;
	}
	.landingpage .brif, .smilecoffee .brif, .smilestudio .brif {
		float: none;
		margin-top: 20px;
	}
}
@media (max-width: 1120px) {
	.land_block, #kon .land_block {
		padding-top: 25vh;
	}
	.land_block .lb_text {
		width: 100%;
		margin: 0;
		margin-bottom: 50px;
		text-align: center;
		float: none;
	}
	.land_block .lb_img, #r .land_block .lb_img {
		margin: 0 auto;
		display: block;
		width: 300px;
		float: none;
	}
	#kon .land_block .lb_img {
		float: none;
		width: 300px;
	}
	#kon .land_block .lb_text {
		margin: 0;
		width: 100%;
	}
	#r .land_block .lb_img {
		top: 0;
		margin-right: auto;
		float: none;
	}
	.smilecoffee #r .land_block .lb_img {
		width: 200px;
		float: none;
		margin-left: auto;
		margin-bottom: 20px;
	}
	#r .land_block .lb_text {
		width: 100%;
	}
	.smilecoffee .task_h {
		margin: 0 0 20px 0;
	}
	.smilecoffee .land_block .lb_text {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.smilecoffee #r .land_block .lb_text {
		width: auto;
	}
}

@media (max-width: 1085px) {
	.smilestudio .bb_img {
		height: 300px;
		float: none;
		margin: 0 auto;
		display: block;
	}
	.smilestudio .bb_block {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 5vh 0 0 0;
	}
	.smilestudio .maps .sm_h2 {
		text-align: center;
	}
}

@media (max-width: 1000px){
	.smile_task .task_descr br {
		display: none;
	}
	.mobile .header-footer {
		bottom: auto;
	}
	.mobile.landingpage .panel, .mobile.smilecoffee .panel, .mobile.smilestudio .panel {
		height: auto;
	}
	.smilecoffee .sm_logo {
		width: 39%;
		float: none;
		margin: 40px auto;
		display: block;
	}
	.smilestudio .sm_logo  {
		width: 200px;
		float: none;
		margin: 0 auto;
		display: block;
	}
	.smilecoffee .sm_logo_text, .smilestudio .sm_logo_text  {
		margin: 0px;
		padding: 20px 40px;
		width: 100%;
		box-sizing: border-box;
		float: none;
		background: transparent;
	}
}
@media (max-width: 930px) {
	.landingpage .home__head, .smilecoffee .home__head, .smilestudio .home__head {
		font-size: 24px;
	}
}
@media (max-width: 900px){
	.home .container.container-project1{
		background-size: unset;
	}

	.project__ex{
		margin-top: 50px;
	}

	.project__desc,
	.project__img{
		float: none;
		margin-top: 50px;
		margin-left: 50px;
		padding: 0;
		width: 80%;
	}

	.imgBig{
		display: none;
	}
	
	.home .container.container-project2{
		background-position: 0 -400px;
	}

	.features{
		width: 616px;
	}

	.featureCont{
		margin-right: 30px;
	}

	.project__head-features{
		width: 110%;
	}

	.project__img-2{
		margin-bottom: 200px;
	}

	.home .container.container-project3{
		background-position: -310px -150px;
		height: 70vh;
	}
}

@media (max-width: 882px) {
	.task_descr br {

	}
}

@media (max-width: 766px){
	body:not(.mobile).landingpage .home__cont .booook, body:not(.mobile).smilecoffee .home__cont .booook, body:not(.mobile).smilestudio .home__cont .booook {
		display: none;
	}
	.mobile.landingpage .home__cont .booook, .mobile.smilecoffee .home__cont .booook, .mobile.smilestudio .home__cont .booook {
		height: 40vmin;
	}
	.smilecoffee .land_block {
		padding-top: 4vh;
	}
	.smilecoffee .sm_h2,.smilestudio .sm_h2  {
		font-size: 28px;
		line-height: 140%;
	}
	.landingpage .header-footer, .smilecoffee .header-footer, .smilestudio .header-footer {
	}
	#kon .land_block .lb_img, .land_block .lb_img {
		width: 200px;
	}
	.landingpage .menu-js, .smilestudio .menu-js {
		text-align: center;
	}
	.smilestudio .home__cont .menu-js a {
		margin-top: 30px;
	}
	.landingpage .home__cont, .smilecoffee .home__cont, .smilestudio .home__cont {
		margin: 10vh 0 0 0;
		padding: 0;
	}
	.smile_task, .land_block, #kon .land_block {
		padding-top: 5vmax;
	}
	.pagination{
		display: none;
	}

	.project__desc,
	.project__img{
		margin-left: 15px;
		width: 90%;
	}

	.project__head{
		font-size: 30px;
	}

	.project__img-last{
		margin-bottom: 190px;
	}

	.project__head{
		line-height: 40px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.features__circle{
		width: 70px;
		height: 70px;
	}

	.features{
		width: 100%;
	}

	.featureCont{
		margin: 0;
		width: 32%;
	}

	.features__color{
		font-size: 13px;
	}

	.features__font{
		font-size: 22px;
	}

	.prog__logo{
		width: 100%;
		margin-top: 0px;
	}

	.prog__text{
		width: 100%;
		margin: 0;
		padding: 20px;
	}

	.coffee{
		margin: 0;
		width: 115px;
		height: 150px;
		position: relative;
		left: -10px;
	}

	.home .container.container-project3{
		height: 100vh;
	}
}

@media (max-width: 810px) {
	.sm_block .sm_one  {
		width: 30%;
		margin: 0;
	}
}

@media (max-width: 500px) {
	.smilestudio .sm_logo  {
		width: 100px;
	}
}

@media (max-width: 1917px){

	.container{
		padding-left: 20px;
		padding-right: 20px;
	}

	.home .container{
		background-position: center -50px;
	}

	.home__cont{
		margin-top: 200px;
	}

	.menu{
		margin-right: 15px;
	}

	.menu__link{
		margin-right: 25px;
	}

	.social__link{
		margin-right: 15px;
	}

	.create{
		padding-top: 0px;
	}

	.create__side{
		margin-top: 170px;
		padding: 0 40px;
	}

	.create__head{
		font-size: 42px;
	}

	.create__cont{
		margin-top: 5vh;
	}

	.service{
		padding: 18px;
		padding-top: 75px;
		padding-bottom: 12px;
		margin-bottom: 0px;
	}

	.service__head{
		margin-bottom: 10px;
	}

	.service__text{
		font-size: 12px;
	}

	.service:before{
		top:20px;
	}

	.pagination{
		right: 20px;
	}
	.smilestudio .task_next.pagination, .landingpage .task_next.pagination, .smilecoffee .task_next.pagination  {
		right: 0;
	}
	
	.pagination-create{
		
	}

	.review__item{
		padding-top: 15px;
	}
	
	.review__head{
		margin-bottom: 0;
	}

	.review__link{
		margin-bottom: 0;
	}

	.review__text{
		line-height: 19px;
	}

	.mapContact__head{
		font-size: 42px;
	}

	.mapContact{
		padding-top: 5%;
	}

	.need{
		margin-top: 40px;
	}

	.brifPage{
		overflow: hidden;
	}

	.brifPage__head{
		margin-top: 50px;
	}

	.brifPage__close{
		top: 50px;
	}

	.need__item{
		margin-bottom: 20px;
	}

	.styles{
		margin-top: 40px;
		width: 1300px;
		height: 70%;
		overflow-y: scroll;
	}

	.styles__item{
		width: 410px;
	}

	.contact{
		margin-top: 50px;
		overflow-y: scroll;
		height: 60%;
	}

	.details{
		margin-left: 0;
		margin-top: 50px;
		height: 69%;
	}

	.details__left,
	.details__right{
		margin-left: 190px;
	}

	.brif-map{
		margin-top: 20px;
		margin-left: 7%;
	}
	.maps .telBtn{
		margin-left: 7%;
	}


	.form__close{
		top: 25px;
	}

	.job{
		background-position: 0;
	}


}

@media (max-width: 1365px){


	.menu{
		margin-right: 0;
	}

	.social{
		margin-right: 0;
	}

	.create__side{
		padding: 0 25px;
	}
}

@media (max-width: 1278px){

	

	.home{
		height: auto;
	}
	.landingpage .home, .smilecoffee .home, .smilestudio .home {
		height: 100vh;
	}

	.home .container{
		padding-bottom: 80px;
		overflow: unset;
	}

	

	.menu{
		display: none;
	}

	.gamb{
		display: inline-block;
		margin-top: 25px;
		margin-left: 15px;
	}

	.gamb__item{
		width: 50px;
		height: 5px;
		background-color: white;
		display: block;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.smilestudio .gamb__item {
		background-color: #4A4F65;
	}
	
	.mobMenu{
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		padding-top: 25vh;
		z-index: 2;
		font-size: 0;
		background-color: #fcfbfb;

	}

	.mobMenu__item{
		display: block;
		font-size: 0;
	}

	.mobMenu__link{
		
		padding: 15px;
		width: 100%;
		font-size: 20px;
		color: #4a4f65;
		font-family: GothamPro;
		font-size: 35px;
		font-weight: 500;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}

	.create{
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
	}
	.landingpage .create, .smilecoffee .create, .smilestudio .create {
		height: 100vh;
	}
	.smilecoffee .create{
		padding-top: 0;
	}
	.create__side{
		max-width: 40%;
		padding: 0 10px;
	}

	.create__head{
		font-size: 35px;
	}

	.create__cont{
		max-width: 60%;
	}

	.serv{
		width: 50%;
	}
	.service__text{
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.service{
		padding: 20px;
		padding-top: 80px;
		margin-bottom: 10px;
	}

	.service:before{
		top: 20px;
	}

	.service__head{
		margin-bottom: 10px;
	}

	.service__text{
		font-size: 16px;
		line-height: 25px;
	}

	.brifPage__finish-review{
		width: 100%;
	}

	

	/*.portfolio,*/
	.maps .container{
		height: 875px;
	}

	.maps{
		height: auto;
	}
	.landingpage .maps, .smilecoffee .maps, .smilestudio .maps {
		height: 100vh;
	}

	.map{
		width: 60%;
		height: 735px;
	}

	.mapContact{
		width: 40%;
		padding-left: 20px;
	}

	.brif-map{
		margin-left: 20px;
	}

	.gamb__item-footer{
		background-color: #4a4f65;
	}

	.mobMenu-footer{
		top: -240px;
	}

	.header-footer{
		padding-right: 20px;
		padding-left: 20px;
	}

	.jobsPage__items{
		padding-top: 50px;
		width: 55%;
	}

	.jobsPage__capt{
		width: 45%;
		background-position: -170px 0;
	}

	.jobsPage__header{
		line-height: 45px;
		
	}

	.jobsPage__text{
		display: inline-block;
		width: 100%;
	}

	.jobsPage__cont{
		padding-left: 30px;
	}

	.jobsPage__container{
		padding-right: 10px;
	}

	.jobsPage__button{

		margin-left: 20%;
	}

	.brifPage{
		height: auto;
	}

	.need{
		max-width: 650px;
	}

	.styles{
		width: 100%;
	}

	.styles__item{
		width: 45%;
		margin: 2.5%;
		margin-bottom: 30px;
		margin-top: 0;
	}

	.styles__item:nth-child(3n){
		margin-right: 2.5%;
	}

	.styles__item-6{
		margin-bottom: 100px;
	}

	.need__item-mob,
	.need__item-brand{
		margin-right: 0;
	}

	.need__item-brand{
		margin-left: 70px;
	}

	.need__item-seo{
		margin-bottom: 100px;
	}

	.styles__item{
		vertical-align: top;
	}

	.details__right,
	.details__left{
		margin-left: 60px;
	}

	.details__desc{
		max-width: 700px;
	}

	.ranges{
		margin-bottom: 100px;
	}

	.ranges__item{
		margin-left: 0;
	}

	.brifPage__head{
		line-height: 35px;
	}

	.tarif{
		max-width: 600px;
	}

	.tarif__item{
		display: block;
		margin: 40px auto;
	}

	.details{
		overflow: unset;
	}

	.tarif__item-blue,
	.details__select-seo,
	[for="polyMed"]{
		margin-bottom: 120px;
	}

	.brifPage__replace,
	.brifPage__next,
	.brifPage__finish{
		position: fixed;
	}

	.brifPage__replace:before{
		left: 12%;
	}

	.form-complete{
		top:200px;
		margin-top: 0;
	}

	.details .butRange .butRange__amount{
		padding-top: 7px;
	
		line-height: 3000px;
		
	}

	.contact input::-webkit-input-placeholder {
		line-height: 300px;
	}
}

@media (max-width: 766px){

	.container{
		overflow: hidden;
	}

	/*.home .container {
		overflow: 
	}*/
	
	.mainLink{
		width: 68px;
		display: block;
		overflow: hidden;
		margin: 0 auto;
	}

	.telBtn{
		width: 30px;
		height: 30px;
		display: inline-block;
		font-size: 0;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		padding: 0;
		background-image: url(../img/call.png);
		background-size: cover;
		position: absolute;
		border: 0;
		top: 30px;
		right: 20px;
	}
	.smilestudio .telBtn {
		background-image: url(../img/call-black.png);
	}

	.telBtn-footer{
		background-image: url(../img/call-black.png);
	}
	
	.header__cont{
		float: none;
		margin: 0 auto;
		display: table;
	}

	.gamb{
		position: absolute;
		top: 20px;
		left: 10px;
	}

	.gamb__item{
		width: 40px;
		height: 6px;
		margin-bottom: 5px;
	}

	.mobMenu{
		width: 100%;
		left: 0;
		top: 0;
		overflow-y: scroll;
		height: 75vh;
	}

	.home__cont{
		margin-top: 30px;
		margin-left: 15px;
		margin-top: 5vh;
		margin-left: 0;
		text-align: center;
	}

	.home__head{
		font-size: 38px;
		font-size: 24px;
		line-height: 140%;
	}

	.create .create__side{
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		overflow: hidden;
		min-height: 250px;
	}

	.create__text{
		max-width: 100%;
	}

	.brif-create{
		margin-top: 20px;
	}
	.create__cont{
		max-width: 100%;
	}


	.job{
		width: 100%;
		background-position: -150px 0;
	}
	
	.maps .container{
		height: 1000px;
	}
	

	.map,
	.mapContact{
		width: 100%;
	}

	.map{
		height: 300px;
	}

	.mapContact{
		display: block;
	}

	.mobMenu-footer {
	    top: -300px;
	}

	.jobsPage__button{
		margin-left: 30%;
	}

	.jobsPage__items{
		width: 100%;
	}

	.jobsPage__capt{
		display: none;
	}

	.brifPage__head{
		margin-left: 30px;
		margin-top: 45px;
		font-size: 30px;
	}

	.brifPage__close{
		right: 20px;
	}

	.need{
		min-width: 550px;
		width: 550px;
	}

	.need__item{
		width: 250px;
		margin-right: 10px;
		margin-left: 10px;
		vertical-align: top;
	}

	.need__item-brand{
		margin-left: 20px;
	}
	.styles{
		width: 90%;
	}

	.styles__item{
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
		background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	    height: 220px;
	}

	.styles__item-6{
		margin-bottom: 100px;
	}

	.details__left,
	.details__right,
	.contact,
	.brifPage__text{
		margin-left: 30px;
	}

	.details__desc{
		max-width: 490px;
	}

	.brifPage__next{
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		padding-left: 40px; 
		padding-right: 70px;
	}

	#slider,
	#slider2, 
	#slider3, 
	#slider4, 
	#slider5, 
	#slider6{
		max-width: 240px;
	}


	textarea,
	#concurSite{
		max-width: 500px;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}

	.details__select,
	.details__but{
		max-width: 230px;
	}

	.details__item{
		max-width: 500px;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}

	input{
		max-width: 500px;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}

	.ranges__range{
		max-width: 150px;
	}

	.popup{
		top:50px;
	}

	.mapContact{
		margin-left: 7%;
	}

	.mapContact__head{
		margin-top: 30px;
	}

	.portfolio{
		height: auto;
	}
	.landingpage:not(.mobile) .portfolio, .smilecoffee:not(.mobile) .portfolio, .smilestudio:not(.mobile) .portfolio, .landingpage:not(.mobile) .create.panel, .smilecoffee:not(.mobile) .create.panel, .smilestudio:not(.mobile) .create.panel {
		height: auto;
		min-height: 100vh;
	}

	.job{
		height: 300px;
		background-size: cover;
		background-position: center;
	}

	.details select, .details__select, .details__but, .bridgePage-detailsWeb input[type="text"], .bridgePage-detailsMob #butAppl, .bridgePage-detailsStyle #butStyle {
		padding-left: 15px;
		padding-right: 15px;
	}

	.form-complete{
		width: 100vw;
		height: 100vh;
		margin: 0;
		left: 0;
		top: 0;
		position: fixed;
		z-index: 22;
	}

	.form__img{
		margin-top: 55%;
	}

	.job{
		background-size: cover;
		background-repeat: no-repeat;
		height: 188px;
	}

	.job-7{
		background-size: cover;
		height: 300px;
	}

	.telBtn-footer:hover{
		background-color: transparent;
	}




}

@media (max-width: 549px){

	.container{
		padding-right: 10px;
		padding-left: 10px;
	}

	.home .container{
		height: 700px;
	}

	.social__link{
		margin-top: 0px;
	}
	.social{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.home__cont{
		/*margin-top: 70px;
		margin-left: 10px;*/
	}

	.home__head{
		/*font-size: 35px;*/
		font-weight: 700;
		/*line-height: 40px;*/
	}

	.brif{
		margin-top: 30px;
	}	

	.jobsPage__button{
		margin-left: 110px;
	}

	.need__item{
		width: 220px;
	}

	.need{
		max-width: 480px;
	}

	.brifPage__head{
		font-size: 25px;
	}

	.details__desc{
		max-width: 440px;
	}

	.ranges__text{
		font-size: 10px;
		width: 140px;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}

	.need__item:before{
		left: 75px;
	}

	textarea,
	#concurSite{
		max-width: 430px;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}

	.details__select,
	.details__but{
		min-width: 282px;
		display: block;
		margin-bottom: 30px;
	}

	.tarif{
		max-width: 365px;
	}

	input{
		max-width: 430px;
	}

	.details__select-seo + .details__but{
		margin-bottom: 100px;
	}

	.details__item{
		max-width: 430px;
	}

	.jobsPage__select{
		min-width: 230px;
	}
	
	


}

@media (max-width: 479px){
	
	.home .container{
		overflow: unset;
	}

	.home__head{
		width: 250px;
		width: auto;
	}
	.landingpage .home__head, .smilecoffee .home__head, .smilestudio .home__head {
		width: auto;
	}
	
	.create__head{
		margin-bottom: 15px;
	}

	.serv,
	.job{
		width: 100%;
	}

	#slider,
	#slider2, 
	#slider3, 
	#slider4, 
	#slider5, 
	#slider6{
		max-width: 280px;
	}

	.pagination{
		margin-top: -150px;
	}

	.popup{
		top:0;
		left: 0;
		margin-left: 0;
		width: 100%;
		height: 100vh;
	}

	.popup__form{
		margin-top: 20vh;
		margin-left: 12%;
		width: 88%;
	}

	.popup__input{
		width: 90%;
		margin-bottom: 7vh;
	}

	.jobsPage__button{
		margin-left: 16%;
	}

	.jobsPage__select{
		background-position: 245px center;
	}

	.brifPage__head{
		width: 220px;
		font-size: 18px;
		line-height: 25px;
	}

	.need{
		max-width: 240px;
		min-width: 240px;
	}

	.need__item{
		display: block;
		margin: 20px 0;
	}

	.need__item-media,
	.styles__item-6{
		margin-bottom: 100px;
	}

	.brifPage__replace{
		padding-left: 16%;
		font-size: 10px;
	}

	.brifPage__replace:before{
		left: 7%;
	}

	.brifPage__next{
		padding-left: 20px;
		padding-right: 40px;
		font-size: 10px;
	}

	.brifPage__next:after{
		right: 10px;
	}

	.details__question,
	.details__desc{
		width: 280px;
	}

	textarea,
	#concurSite{
		max-width: 280px;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}



	.details__select,
	.details__but{
		min-width: 280px;
	}

	.details__right,
	.details__left{
		margin-left: 15px;
	}

	.details__item{
		width: 280px;
	}

	.ranges__text{
		width: 95px;
		font-size: 9px;
	}

	.ranges__range{
		max-width: 40vw;
	}

	.contact,
	.brifPage__text{
		overflow: visible;
		margin-left: 15px;
	}

	input{
		max-width: 280px;
		padding-left: 0px;
	}

	.input-inline{
		width: 90px;
	}

	.contact input{
		padding: 18px 15px;
	}

	

	.tarif{
		width: 300px;
	}

	.tarif__item{
		width: 300px;
	}


/*	.menu-fix{
		width: 100vh;
	}*/
}

@media (max-width: 339px){

	.mobMenu{
		padding-top: 13vh;
	}

	.jobsPage__button{
		margin-left: 9%;
	}
	.ranges__range{
		max-width: 29vw;
	}

	.fileform{
		width: 140px;
		background-position: 15px;
	}

	.fileform .selectbutton{
		margin-left: 45px;
	}
}

@media (max-height: 430px) {
	.landingpage .menu-js {
		display: none;
	}
}
@media (max-height: 500px) {
	.header-footer {
		bottom: auto;
	}
}
@media (max-height: 600px) {
	.landingpage .home__cont .booook, .smilecoffee .home__cont .booook, .smilestudio .home__cont .booook {
		display: none;
	}
}
@media (max-height: 680px) {
	.mobile .landingpage .home__cont, .mobile .smilecoffee .home__cont, .mobile .smilestudio .home__cont {
		margin: 5vh 0 0 0;
	}
	.mobile .smilecoffee .home__head, .mobile .smilestudio .home__head, .mobile .landingpage .home__head {
		padding-top: 2vh;
	}
}