.portfolio-item h1 {
	text-transform: uppercase;
	font-size:80px;
	width:75%;
	font-family: RobotoCBold,sans-serif;
}

.portfolio-item hr {
	background-color: #F5F5F5;
	margin:30px 0 40px 0;
}

.block-h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap:wrap;
}

.block-h1 .site {
	margin-block-start: 0.67em;
	width:25%;
}

.portfolio-description {
	position:relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom:80px;
	margin-bottom: 40px;
}

.portfolio-description .text {
	width:75%;
	padding-right:150px;
}

.portfolio-description .text p {
	margin-bottom:30px;
}

.portfolio-description .marks {
	width:25%;
	z-index: 9;
}

.portfolio-description .marks p {
	margin-bottom:10px;
}

.portfolio-logo {
	position:absolute;
	right: 0;
    bottom: 0;
}

.portolio-steps {
	background: #01BD70;
    padding: 110px 0;
	color:#fff;
	margin-bottom:95px;
}
.portolio-steps h2 {
	font-size:80px;
	font-family: RobotoCBold,sans-serif;
	margin-bottom:40px;
}
.portolio-steps_items {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.portolio-steps_items .portolio-steps_item:first-child {
	width:40%;
}
.portolio-steps_items .portolio-steps_item:nth-child(2) {
	width:60%;
	padding-left: 100px;
}

.portolio-steps_items .portolio-steps_item:first-child p {
	margin-bottom:80px;
}

.portolio-steps_items .portolio-steps_item .main__side-form {
	max-width:458px;
}

.port__item {
	padding: 25px 0 66px 112px;
}

.port__subtitle {
	cursor:pointer;
}

.port__item_opened .port__subtitle {
	color:#FABB0C;
}
.port__item_opened::before {
	color:#FABB0C;
}

.port__text {
	line-height: 24px;
}

.portfolio-foto_item {
	margin-bottom:90px;
	width: 100%;
}

.portfolio-foto_item.half-item {
	width:49%;
}

.portfolio-foto_item .title {
	font-size: 30px;
    font-weight: 700;
	margin-bottom:25px;
}

.portfolio-foto_item img {
	width:100%;
	margin-bottom:25px;
}

.portfolio-foto_item .text {
	font-size:16px;
	line-height:26px;
}

.portfolio-foto_items {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.protfolio-reviews {
	padding:80px 0;
	background:#1A1A1A;
	position:relative;
	margin-bottom:110px;
}

.protfolio-reviews-item {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.protfolio-reviews-text {
	max-width:946px;
	color:#fff;
	width: 70%;
}

.protfolio-reviews-text .text {
	font-size: 25px;
    line-height: 40px;
	padding-top:80px;
}
.protfolio-reviews-text .title {
	position:absolute;
	bottom:80px;
}
.protfolio-reviews-img {
	max-width:214px;
	text-align: center;
	margin-right: 110px;
}
.protfolio-reviews-img img:nth-child(1) {
	margin-bottom:40px;
}
.protfolio-reviews-img img:nth-child(2) {
	margin-bottom:80px;
}

.portfolio-item .form__item:nth-child(3) {
	max-width:500px;
	width:100%;
}

.portfolio-item .form_row .form__inner {
	padding-top:50px;

}

.form_dark.container {
	font-size:25px;
	font-weight:700;
	line-height:45px;
	position:relative;
}

.form_dark.container:before {
	position:absolute;
	content:url('/upload/images/portlogo.png');
	top:0;
	right:0;
	z-index: 999;
}

.form_dark.container:after {
	position:absolute;
	content:url('/upload/images/portlogocenter.png');
	top: 52px;
    right: 55px;
	z-index: 999;
}

@media screen and (max-width:1260px) {
	.protfolio-reviews-text {
		width:100%;
	}
	.protfolio-reviews-img {
		margin:0 auto;
	}
}
@media screen and (max-width:1220px) {
	.portfolio-item .form__item:nth-child(3) {
		width:48%;
	}
	.portolio-steps_items {
		display:block;
	}
	.portolio-steps_items .portolio-steps_item:first-child {
		width:100%;
	}
	.portolio-steps_items .portolio-steps_item .main__side-form {
		max-width:100%;
	}
	.portolio-steps_items .portolio-steps_item:nth-child(2) {
		width:100%;
	}
	.portolio-steps_items .portolio-steps_item .main__side-form .form{
		margin:0 auto;
	}
}

@media screen and (max-width: 690px) {
	.portfolio-item .form__item:nth-child(3) {
		max-width:690px;
		width: 100%;
	}
	.portfolio-description {
		display:block;
		z-index: 1;
	}
	.portfolio-logo {
		z-index: -1;
	}
	.portfolio-description .text {
		width:100%;
		padding-right:0;
	}

	.portfolio-foto_item.half-item {
		width:100%;
	}
	.protfolio-reviews-text {
		margin-right:30px;
	}
	.protfolio-reviews-img {
		margin: 0 auto;
	}
}


.top-banner_pic {
	margin-bottom:30px;
}


.full-project .team-slider {
	margin-bottom:180px;
}

.full-project h2 {
	font-size:80px;
	font-weight:bold;
	margin-bottom:55px;
}


.full-portolio_list {
	list-style: none;
    counter-reset: counter;
}

.full-portolio_inner {
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
	position: relative;
	margin-bottom:120px;
}

.full-portolio_inner:nth-child(odd) {
    flex-direction: row-reverse;
}

/*.full-portolio_inner:nth-child(odd) .full-portolio_img {
	padding-left:15px;
}*/

.full-portolio_inner:nth-child(odd) .desc {
	padding-right:15px;
	padding-left: 0;
}

/*.full-portolio_inner:nth-child(even) .full-portolio_img {
	padding-left:15px;
}*/

.full-portolio_inner:nth-child(even) .desc {
	padding-left:30px;
}

.full-portolio_inner:nth-child(even):before {
	left:50%;
	margin-left: 30px;
}

.full-portolio_inner:nth-child(odd) .full-portolio_item {
    padding-left: 15px;
}

.full-portolio_inner>div {
	width:50%;
	padding-left: 15px;
}


.full-portolio_inner::before {
    counter-increment: counter;
    content: counter(counter,decimal-leading-zero)".";
    position: absolute;
    left: 0;
    top: 0;
    font-family: RobotoBlack,sans-serif;
    font-size: 30px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.full-portolio_inner:nth-child(4n+1)::before {
	color:#FC6B4C;
}
.full-portolio_inner:nth-child(4n+2)::before {
	color:#01BD70;
}
.full-portolio_inner:nth-child(4n+3)::before {
	color:#009ACC;
}
.full-portolio_inner:nth-child(4n+4)::before {
	color:#FABB0C;
}

.full-portolio_inner .title {
	font-size: 30px;
    padding-left: 50px;
    font-weight: 900;
	margin-bottom:24px;
}

.full-portolio_inner .text {
	line-height:26px;
	font-size:16px;
}

.full-portolio_img {
	text-align:center;
	overflow-x: auto;
    max-height: 467px;
    margin: 50px auto;
    scroll-snap-type: y mandatory;
	box-shadow: 0px 3px 6px #00000029;
}



.full-portolio_img::-webkit-scrollbar {
	width: 5px;
	background-color: #f9f9fd;
	opacity:0.2;
}

.full-portolio_img::-webkit-scrollbar-thumb {
	border-radius: 10px;
}


.full-portolio_inner:nth-child(4n+1) .full-portolio_img::-webkit-scrollbar-thumb {
	background-color:#FC6B4C20;
}
.full-portolio_inner:nth-child(4n+2) .full-portolio_img::-webkit-scrollbar-thumb {
	background-color:#01BD7020;
}
.full-portolio_inner:nth-child(4n+3) .full-portolio_img::-webkit-scrollbar-thumb {
	background-color:#009ACC20;
}
.full-portolio_inner:nth-child(4n+4) .full-portolio_img::-webkit-scrollbar-thumb {
	background-color:#FABB0C20;
}



.full-portolio_img::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 10px;
}

/*.full-portolio_item {
	background:red;
	-webkit-transform: rotateZ(3deg);
    -ms-transform: rotate(3deg);
    transform: rotateZ(3deg);
}
.full-portolio_item img {
	-webkit-transform: rotateZ(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotateZ(-3deg);
}*/

.full-portolio_item {
	position:relative;
}

.full-portolio_item:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 80%;
    top: 10%;
    left: 2%;
    z-index: -1;
    transform: rotate(3deg);
}

.full-portolio_inner:nth-child(4n+1) .full-portolio_item:before {
	background:#FC6B4C;
}
.full-portolio_inner:nth-child(4n+2) .full-portolio_item:before {
	background:#01BD70;
}
.full-portolio_inner:nth-child(4n+3) .full-portolio_item:before {
	background:#009ACC;
}
.full-portolio_inner:nth-child(4n+4) .full-portolio_item:before {
	background:#FABB0C;
}

.full-portolio_inner .desc .text ul {
	padding-left:35px;
	list-style: none;
	padding-top:15px;
}

.full-portolio_inner .desc .text ul li {
	position:relative;
	padding-bottom:15px;
}

.full-portolio_inner .desc .text ul li:before {
	position:absolute;
	content: '';
	background:#01BD70;
	width:8px;
	height:8px;
	border-radius:50%;
	top: 7px;
    left: -15px;
}


@media screen and (max-width:1000px) {
	.full-portolio_img {
		max-height: 467px;
		height:100%;
	}
	.full-portolio_inner>div {
		width:100%;
	}
	.full-portolio_inner:nth-child(even):before {
		left:0;
		margin-left:0;
	}
	.full-portolio_inner::before {
		top:-10px;
	}
	.full-portolio_inner .title {
		position: absolute;
		top: -11px;
		left: 10px;
	}
	.full-project h2 {
		font-size: 65px;
	}
	.portfolio-item h1 {
		font-size: 65px;
	}

}

.top-banner_h1 {
	position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1430px;
}

.top-banner h1 {
	text-transform: uppercase;
    font-size: 80px;
    font-family: RobotoCBold,sans-serif;
	display:block;
	margin-bottom:30px;
	color:#303030;
	background:#fff;
	text-align:center;
}

.top-banner .h1-next {
	font-size:80px;
	font-weight:400;
	font-family: RobotoCRegular;
	text-transform:lowercase;
	text-align:right;
}

.top-banner .h1-next span {
	background: #fff;
}

.top-banner .h1-next span:first-child {
	padding-left:15px;
}

.top-banner .h1-next span:last-child {
	padding-right:15px;
}

@media screen and (max-width:1200px) {
	.top-banner .h1-next, .top-banner h1 {
		font-size:40px;
	}
	.top-banner_h1 {
		padding:0 15px;
	}
}

@media screen and (max-width:679px) {
	.top-banner .h1-next, .top-banner h1 {
		font-size:20px;
	}
	.top-banner_h1 {
		top:50%;
	}
}

.blog-inner {
	margin-bottom:80px;
}

.blog-inner h1 {
	text-transform: uppercase;
    font-size: 80px;
    font-family: RobotoCBold,sans-serif;
	display:block;
	margin-bottom:30px;
	color:#303030;
}

.blog-inner h1 span {
	font-size:80px;
	font-weight:400;
	font-family: RobotoCRegular;
	text-transform:lowercase;
}

.blog-inner p {
	margin-bottom:15px;
	font-family: RobotoRegular;
    line-height: 24px;
}

.blog-inner ol {
	padding-left:100px;
	margin-bottom:30px;
}


.blog-inner ul {
	padding-left:20px;
	margin-bottom:30px;
}
.blog-inner li {
	margin-bottom:10px;
	line-height: 24px;
}

.blog-inner h2 {
	font-family: RobotoBold,sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 20px;
	font-weight:900;
	color:#303030;
}

.blog-inner h3 {
	font-family: RobotoRegular;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blog-image {
	text-align: center;
    width: 60%;
    margin: 60px auto 40px auto;
    font-size: 14px;
    color: #707070;
	line-height:24px;
	padding-bottom:50px;
	display: grid;
}

.blog-image img {
    margin: 0 auto;
}

.blog-inner ol li p, .blog-inner ul li p {
	margin-top:10px;
}

.blog-inner ol {
	list-style: none;
    counter-reset: counter;
}

.blog-inner ol>li {
	position: relative;
	min-height:60px;
	margin-top: 45px;
}

.blog-inner ol>li:before {
	counter-increment: counter;
    content: counter(counter,decimal-leading-zero)'.';
    position: absolute;
    left: -100px;
    top: 7%;
	font-size: 60px;
    font-family: RobotoBlack,sans-serif;
	color:#009ACC;
}

.blog-inner ol.one-line>li:before {
	top:0;
}

.blog-inner ol>li:nth-child(4n+1):before {
	color:#01BD70;
}

.blog-inner>ol>li:nth-child(4n+2):before {
	color:#009ACC;
}

.blog-inner ol>li:nth-child(4n+3):before {
	color:#FABB0C;
}

.blog-inner ol>li:nth-child(4n+4):before {
	color:#FC6B4C;
}

.blog-inner ol ul {
	margin:10px 0;
}
.blog-inner ul.orange {
	list-style:none;
}

.blog-inner ul.orange li {
	position:relative;
}

.blog-inner ul.orange li:before {
	position:absolute;
	left:-20px;
	top:7px;
	content:'';
	width:8px;
	height:8px;
	background:#FABB0C;
	border-radius:50%;
}

.blog-inner ul {
	list-style:none;
}

.blog-inner ul li {
	position:relative;
}

.blog-inner ul li:before {
	position:absolute;
	left:-20px;
	top:7px;
	content:'';
	width:8px;
	height:8px;
	background:#303030;
	border-radius:50%;
}

.blog-inner a {
	color:#009ACC;
	text-decoration:underline;
}

.time-to-read {
	margin-bottom:30px;
}

@media (min-width: 1201px) and (max-width: 1590px) {
	.top-banner__title h1 {
		font-size:33px;
	}
}




.list__item:hover .list__title, .list__item:hover:before {
	color:#FABB0C;
}

.list__item:hover:after {
	background-color:#FABB0C;
}