@import "font/exotwo.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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;
}

/*dark pink #CEBBB4
graphit #393A38
sand #B8A182
gray #D3D3D3
text color #393A38*/

body{
	font-family: 'Exo 2';
	font-size: 14px;
	color: #393A38;
}
img{
	height: 100%;
}

.wrapper{
	width: 1280px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

header{
	background: #CEBBB4; /*dark pink*/
	min-height: 100px; /*temp*/
}

header .head-left, header .head-right{
	width: 610px;
	height: 600px;
}

header .head-right{
	width: 670px;
	background: #393A38;
	position: relative;
	color: #FFFFFF;
}

header .slime{
	position: relative;
}

header .slime .logo{
	text-align: center;
    padding-top: 32px;
}

header .slime .contacts{
	right: 108px;
    top: 29px;
    left: auto;
    color: white;
}
header .slime .nav{
	margin: auto;
	padding: 50px 0;
}

header .slime .name{
	font-size: 30px;
	font-weight: 300;
	color: white;
	background: #393A38;
	text-transform: uppercase;
	text-align: center;
	padding: 12px;
}

header .head-left .logo{
	margin-top: 150px;
	width: 548px;
	height: 400px;
	background: #F1F1F1;
}

header .logo img{
	height: 100%;
}

header .head-left .logo img{
	width: 100%;
	height: auto;
	padding: 90px;
}

header .head-right .header-text{
	font-weight: 300;
	font-size: 40px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	transform: rotate(-90deg);
	margin-right: 82px;
    margin-top: 100px;
}

header .head-right .header-text .dash{
	width: 266px;
	height: 2px;
	background: #FFFFFF;
	margin-bottom: 40px;
}

header .contacts{
	position: absolute;
	left: 233px;
	top: 36px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	z-index: 10;
}
header .contacts .email{
	margin-left: 60px;
}
header .contacts .email::before{
	background: no-repeat center/100% url('../img/email_head.svg');
	margin-right: 10px;
    content: '\a0\a0\a0\a0\a0\a0';
}
header .contacts .phone::before{
	background: no-repeat center/100% url('../img/phone_head.svg');
	margin-right: 10px;
    content: '\a0\a0\a0\a0';;
}

.menumain{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.menumain li {
	list-style: none;
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 3px 20px;
	border-right: 1px solid #393A38;
}

.menumain li:last-child{
	border-right: none;
}

.menumain li a{
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
}

.bannergroup img{
	width: 100%;
}

.casesact{
	margin: 131px 0;
}

.casesact .node {
	display: flex;
	margin: 0 135px;
	margin-bottom: 144px;
}

.casesact .node:last-child{
	margin-bottom: 0;
}

.casesact .node:nth-child(even){
	flex-flow: row-reverse;
}

.casesact .node .node-content{
	position: relative;
	width: 620px;
	height: 490px;
	overflow: hidden;
}
.casesact .node .node-content img{
	width: 100%;
	height: 100%;
}

.casesact .node .node-content h4{
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}

.casesact .node .node-content p{
	margin-top: 5px;
	font-size: 12px;
}

.casesact .node .name{
	transform: rotate(-90deg);
    height: 147px;
    width: 349px;
    background: #CEBBB4;
    font-weight: 300;
    font-size: 64px;
    text-align: center;
    line-height: 139px;
    text-transform: uppercase;
    margin-top: 101px;
	color: #FFF;
	margin-right: -60px;
}

.casesact .node:nth-child(even) .name{
	background: #393A38;
	margin-left: -60px;
	margin-right: 0px;
}

.casesact .node .overlay{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 480px;
	height: 144px;
	background: #FFF;
}

.casesact .node .overlay .inside{
	margin: 20px 20px 0;
	position: relative;
	height: 86%;
}
.casesact .node:nth-child(even) .overlay{
	left: 0;
	right: auto;
}

.casesact .node .overlay .more{
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	justify-content: space-between;
}

.casesact .node .overlay .more a, .mainworks .button{
	display: block;
	color: inherit;
	padding: 12px 0;
}

.casesact .node .overlay .more .arrow{
	background: no-repeat right/33px url(../img/arrow.svg);
	width: 125px;
}

.casesact .node .overlay .more .button, .mainworks .button{
	width: 171px;
	background: #393A38;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.whyus{
	padding: 120px 0;
	width: 100%;
	background: #B8A182;
	color: white;
}

.title {
	font-size: 35px;
	line-height: 42px;
}

.whyus .flex, .mainworks .flex, #carouselReviews .title{
	justify-content: center;
}
.title .dash{
	width: 120px;
	height: 0px;
	border: 1px solid;
	margin: 17px 24px;
}

.whyus .node{
	margin: 53px 48px 0;
}

.whyus .node .icon{
	width: 32px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 18px;
}


.whyus .node p{
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.mainworks{
	width: 100%;
	margin: 120px auto;
}

.mainworks .title{
	margin-bottom: 70px;
}

.mainworks .node{
	width: 1080px;
	margin: 0 auto;
}

.mainworks .node{
	justify-content: space-between;
	text-align: left;
}

.mainworks .node:nth-child(odd){
	flex-flow: row-reverse;
	text-align: right;
}

.mainworks.node .node-image{
	width: 647px;
	height: 482px;
}

.mainworks.node .node-image img{
	width: 100%;
	height: 100%;
}

.mainworks .node-content{
	width: 360px;
    margin-top: 85px;
}

.mainworks .node-content h4{
	font-size: 25px;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.mainworks .node-content p{
	font-size: 19px;
	line-height: 23px;
}

.mainworks .button{
	width: 387px;
	margin: 40px auto 0;
}

#carouselReviews {
	height: 432px;
}
#carouselButton{
	height: 250px;
}

#carouselReviews .title{
	margin-top: 120px;
	margin-bottom: 70px;
}

#carouselReviews .slide-content{
	margin: 0 250px;
}

#carouselReviews .slide-content .text{
	width: 438px;
	text-align: right;
}

#carouselReviews .slide-content .text h3{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.02em;
}

#carouselReviews .slide-content .text h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0.02em;
}

#carouselReviews .slide-content .text p{
	font-size: 14px;
	letter-spacing: 0.02em;
}

#carouselReviews .slide-content .dash{
	width: 0px;
	height: 271px;
	border: 1px solid #393A38;
	margin-left: 26px;
	margin-right: 80px;
}

#carouselReviews .slide-content .newsflash-image{
	height: 250px;
	width: 250px;
	border-radius: 125px;
    overflow: hidden;
}

#carouselReviews .slide-content .newsflash-image img{
	width: 100%;
	height: 100%;
}

#carouselReviews .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 34px;
	height: 80px;
    background: no-repeat 50%/100% 100%;
}
#carouselReviews .carousel-control-next-icon {
    background-image: url('../img/main/cright.svg');
}
#carouselReviews .carousel-control-prev-icon {
    background-image: url('../img/main/cleft.svg');
}

#carouselButton{
	text-align: center;
}
#carouselButton a{
	display: inline-block;
	margin-top: 50px;
	width: 387px;
	background: #393A38;
	color: #FFF;
	text-decoration: none;
	border: none;
	padding: 17px 0;
	font-size: 18px;
}

.page {
	margin: 130px;
}

.page-header:nth-child(2), .edit .page-header, .catname, .blog > .page-header{
	min-width: 640px;
	background: #B8A182;
	display: inline-block;
}

.page-header:nth-child(2) h1, .edit .page-header h1, .catname, .blog > .page-header h1{
	font-weight: 300;
	font-size: 48px;
	line-height: 58px;
	padding: 45px 111px 45px 83px;
	text-transform: uppercase;
}
.page-header h2{
	font-weight: 300;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	margin: 40px 60px;
}
.catname{
	background: #CEBBB4;
	min-width: 340px;
}

.catnamewrap{
	margin: 40px 0;
}
.catnamewrap a{
	color: white;
}

.wrapper .storyes:nth-child(odd) .catnamewrap{
	text-align: right;
}
.wrapper .storyes:nth-child(odd) .catname{
	background: #303338;
}

.storyes .catnamewrap h4 a, .newsflash-title a{
	color: inherit;
}

.storyes .catnamewrap h4{
	margin-bottom: 24px;
	font-size: 35px;
}

.storyes .newsnode{
	margin: 0 200px;
}

.storyes .newsflash-title{
	font-size: 35px;
	font-weight: 300;
}

.readmore{
	text-align: right;
    display: block;
    color: inherit;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 20px;
    margin: 20px 0;
}

.item-page > div:nth-child(3){
	margin-top: 50px;
}

.item-page p{
	font-size: 22px;
	line-height: 30px;
}
.item-page ul{
	margin-left: 30px;
    font-size: 22px;
}
.item-page > div > p:first-child{
	margin-top: 20px;
}

.circles .circle{
	font-size: 60px;
	line-height: 72px;
	background: #303338;
	color: white;
	border-radius: 90px;
    padding: 42px 0;
    width: 164px;
    height: 164px;
    text-align: center;
    overflow: hidden;
}
.circles .text{
	margin: 50px 45px 0;
}
.cont > div:nth-child(even){
	justify-content: flex-end;
}
.cont > div > .text{
	width: 537px;
    height: 400px;
    background: #C4C4C4;
    margin: 0 0 0 86px;
    padding: 126px 6px 0 60px;
}
.cont p{
	font-size: 30px
}
.cont .text .text{
	font-size: 42px;
	margin: 0;
}
.cont .text a{
	color: inherit;
	text-decoration: none;
}
.cont .icon{
	height: 37px;
    width: 37px;
    margin: 14px 5px 0px 0px;
}

.cont .iconp{
    margin: 19px 4px 0px 0px;
}

.cont .social{
	margin-top: 60px;
}

.cont .social a{
	display: block;
    width: 90px;
    height: 90px;
    margin-right: 20px;
}
.circles .flex{
	margin-bottom: 60px;
}


.wecan{
	margin: 131px 130px;
}

.wecan .node {
	display: flex;
	height: 650px;
	margin-bottom: 144px;
}

.wecan .node:last-child{
	margin-bottom: 0;
}

.wecan .node:nth-child(even){
	flex-flow: row-reverse;
}

.wecan .node .node-content{
	position: relative;
	width: 655px;
	height: 575px;
	overflow: hidden;
	display: flex;
    flex-wrap: wrap;
}


.wecan .node .node-content h3{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 50px 0 0 50px;
	height: 75px;
}


.wecan .node .name{
	transform: rotate(-90deg);
    height: 220px;
    width: 772px;
    background: #CEBBB4;
    font-weight: 300;
    font-size: 48px;
    text-align: right;
    line-height: 58px;
    text-transform: uppercase;
    margin-top: 200px;
	color: #FFF;
	padding: 45px 45px 0 0;
	margin-left: -271px;
    margin-right: -115px;
}

.wecan .node:nth-child(even) .name{
	background: #393A38;
	margin-right: -282px;
    margin-left: -125px;
	padding: 80px 45px 0 0
}

.wecan  .button{
	display: block;
	color: inherit;
	padding: 12px 0;
	width: 171px;
	background: #393A38;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}

.wecan .node .block{
	width: 300px;
	height: 260px;
	background: #C4C4C4;
	position: relative;
}
.wecan .node .block:nth-child(odd){
	margin-right: 45px;
}

.wecan .node .block .ico{
	height: 75px;
    width: 90px;
    margin: 0 auto;
    margin-bottom: 15px;
}



footer {
	background: #CEBBB4;
	height: 376px;
}

footer .menu{
	margin-right: 60px;
}
footer .menu ul{
	list-style: none;
	margin-left: 40px;
}
footer .menu ul li{
	margin-bottom: 15px;
}
footer .menu ul a{
	font-size: 19px;
	line-height: 23px;
	text-decoration: none;
	color: inherit;
}

footer .footer-content{
	padding-top: 100px;
}

footer .logo {
	width: 191px;
    height: 130px;
    padding: 50px 234px 0px 120px;
}

footer .dash{
	width: 0px;
	height: 147px;
	border: 1px solid #393A38;
}

footer .contacts{
	width: 250px;
	margin-left: 160px;
	font-size: 19px;
}

footer .contacts .social a{
	width: 30px;
	height: 30px;
	display: block;
	margin: 13px;
	color: inherit;
	text-decoration: none;
}

footer .contacts .icon{
	width: 15px;
	height: 15px;
	margin-right: 15px;
	padding-top: 25px;
}

footer .contacts .email .icon{
	width: 24px;
}

footer .contacts .custom > div{
	margin-bottom: 20px;
}


/*Icons*/

.icoman{
	background: no-repeat center/100% url(../img/main/man.svg);
}
.icotrust{
	background: no-repeat center/100% url(../img/main/trust.svg);
}
.icotime{
	background: no-repeat center/100% url(../img/main/time.svg);
}
.icopicture{
	background: no-repeat center/100% url(../img/main/picture.svg);
}

.icobahance{
	background: no-repeat center/100% url(../img/footer/bahance.png);
}
.icofacebook{
	background: no-repeat center/100% url(../img/footer/facebook.png);
}
.icogithub{
	background: no-repeat center/100% url(../img/footer/github.png);
}
.icoinsta{
	background: no-repeat center/100% url(../img/footer/insta.png);
}

.icophoneb{
	background: no-repeat center/100% url(../img/footer/phone.svg);
}
.icopostcardb{
	background: no-repeat center/100% url(../img/footer/postcard.svg);
}

.vcard{
	background: no-repeat center/100% url(../img/main/wecan/vcard.svg);
}

.icologo{
	background: no-repeat center/100% url(../img/main/wecan/logo.svg);
	width: 160px!important;
}
.iconote{
	background: no-repeat center/100% url(../img/main/wecan/note.svg);
	width: 50px!important;
}
.icopres{
	background: no-repeat center/100% url(../img/main/wecan/pres.svg);
	width: 70px!important;
}
.icoudes{
	background: no-repeat center/100% url(../img/main/wecan/udes.svg);
	width: 45px!important;
}
.icotdes{
	background: no-repeat center/100% url(../img/main/wecan/tdes.svg);
	width: 200px!important;
}
.icordes{
	background: no-repeat center/100% url(../img/main/wecan/rdes.svg);
}
.icopcard{
	background: no-repeat center/100% url(../img/main/wecan/pcard.svg);
}
.icoflyer{
	background: no-repeat center/100% url(../img/main/wecan/flyer.svg);
	width: 45px!important;
}
.icoban{
	background: no-repeat center/100% url(../img/main/wecan/ban.svg);
	width: 45px!important;
}
.icopac{
	background: no-repeat center/100% url(../img/main/wecan/pac.svg);
	width: 70px!important;
}
