.main-1-item .container {
	top: 50%;
}

.main-1-item__title {
	font-size: 50px;
}

.main-1-item__subtitle {
	font-size: 20px;
}

.main-simple__title {
	font-size: 40px;
}

.text-background-layer
{
  background-color: rgba(0, 0, 0, 0.65);
  padding-left: 10px;
	padding-right: 10px;
}

.text-background-layer-error-page-1
{
  background-color: rgba(0, 0, 0, 0.65);
  padding-left: 10px;
}

.text-background-layer-error-page-2
{
  background-color: rgba(0, 0, 0, 0.65);
  padding-right: 10px;
}

.btn-a_white_background
{
	left: 0;
  color: #000;
	background: #fff;
  border: 0px solid #fff;
}

.btn-a_white_background:hover, .btn-a_white_background:hover:after
{
	color: #fff;
	background: crimson;
  border: 0px solid crimson;
}

.btn-a_color_background
{
  color: #fff;
	background: crimson;
  border: 0px solid crimson;
}

.btn-a_color_background:hover, .btn-a_color_background:hover:after
{
  color: #000;
	background: #fff;
  border: 0px solid #fff;
}

.text-italic
{
  font-style: italic;
}

.text-bold
{
  font-weight: bold;
}

.section-2 .section__title:after {
	width: 140px;
}

.footer__title:after {
	width: 15%;
}

.counters__bg:before {
	background: #fff;
}

.menu {
	text-align: right;
}

.footer-copy {
	text-align: right;
}

.footer-copy__heart{
	color: crimson;
}

.footer-menu {
	text-align:left;
	line-height:2.5;
}

.footer-contacts__item-spacing {
	padding-top: 27px;
}

.no-bottom-padding {
	padding-bottom: 0px !important;
}

.team-item__wrap:hover:before {
	background: #000;
	opacity: 0;
}

.menu-mobile-social .footer-social__item {
	margin: 0 15px 0 0;
}

.menu-mobile-social .footer-social__item:before {
	font-size: 28px;
}

.footer-social__item {
	margin: 0px 25px 0 0;
}

.footer-social__item:before {
	font-size: 22px;
	color: crimson;
	vertical-align: middle;
}

.footer-social__item:hover:before {
	color: #fff;
}

.footer-social__item:hover {
	color: #fff;
}

.menu-desktop .menu {
	text-align: right;
}

.portfolio-item__link {
	padding-top: 8px;
	padding-left: 8px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.content-link {
	position: relative;
	font-family: "Lato", "Helvetica", sans-serif;
	color: crimson;
	-webkit-transition: 0.4s color;
	transition: 0.4s color;
}

.content-link:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	margin-top: 18px;
	background: crimson;
	-webkit-transition: 0.6s width;
	transition: 0.6s width;
}

.content-link:hover {
	color: crimson;
}

.content-link:hover:after {
	width: 100%;
}

.portfolio-item__wrap:before {
	background: #fff;
}

/********************************

@ CLIENT LOGOS

********************************/
.client-logos {
	position: relative;
	cursor: -webkit-grab;
	cursor: grab;
}

.client-logos-carousel {
	height: 150px;
}

.client-logos-item {
	position: absolute;
  padding-right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.client-logos-item:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.client-logos-item__img {
	max-width: 70%;
}

.client-logos .container .client-logos-item__img {
	max-width: 100%;
}

/********************************

@ AWARD LOGOS

********************************/
.award-logos {
	position: relative;
	cursor: -webkit-grab;
	cursor: grab;
}

.award-logos-carousel {
	height: 250px;
}

.award-logos-item {
	position: absolute;
  padding-right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.award-logos-item:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.award-logos-item__img {
	max-width: 70%;
}

.award-logos .container .award-logos-item__img {
	max-width: 100%;
}

/********************************

@ PROCESS SECTION

********************************/

.process-item {
	height: 500px;
}


/********************************

@ RESPONSIVE ELEMENTS

********************************/

@media (max-width:767px) {
	.text-background-layer {
    padding-right: 10px;
	}
	
	.text-background-layer-error-page-1
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	.text-background-layer-error-page-2
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footer-menu {
		line-height: 2.5;
		text-align: center;
	}
	
	.menu-mobile-social
	{
		margin: 30px 10px 0 0px;
	}
	
	.no-bottom-padding {
		padding-bottom: 30px !important;
	}
	
	.btn-a_size_large {
		min-width: 150px;
		line-height: 36px;
	}
	
	.footer-contacts__item-spacing {
		padding-top: 0px;
	}
		
	.footer-menu__item {
		margin-left: 12px;
		margin-right: 12px;
	}
	
	.client-logos-item {
		padding-left: 20px;
	}
	
	.award-logos-item {
		padding-left: 20px;
	}
	
	.process-item__inner {
		width: 90%;
	}
	
	.main-1-item .container {
		width: 90%;
		top: 65%;
	}
	
	.main-1-item__title {
		font-size: 50px;
		font-size: 5vmin;
		text-transform: uppercase;
		margin-top: 5%;
		color: #fff;
	}
	
	.main-1-item__subtitle {
		font-size: 14px;
		font-size: 3vmin;
	}
	
	.main-1-item__bg {
		background-position: center;
	}
	
	.footer-copy {
		text-align: center;
	}
	
	.counters__bg {
		background-position: 80%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-item__inner {
		width: 90%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-item__inner {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.process-item__inner {
		width: 90%;
	}
}