﻿@font-face {
	font-family: 'Inter';
	src: local('Inter Bold'), local('Inter-Bold'),
		url('../../../../../stuff/font/Inter-Bold.woff2') format('woff2'),
		url('../../../../../stuff/font/Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Medium'), local('Inter-Medium'),
		url('../../../../../stuff/font/Inter-Medium.woff2') format('woff2'),
		url('../../../../../stuff/font/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: local('Inter Regular'), local('Inter-Regular'),
		url('../../../../../stuff/font/Inter-Regular.woff2') format('woff2'),
		url('../../../../../stuff/font/Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*  #424344 */
body {
	background-color: #494949;
	color: #ffffff;
	font-family: 'Inter';
}

body::-webkit-scrollbar {
	width: 10px; /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
	background: #3e3e3e; /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
	background-color: #303030; /* цвет плашки */
	border-radius: 20px; /* закругления плашки */
	border: 3px solid #303030; /* padding вокруг плашки */
}

::selection {
	background: #ffc107; /* Safari */
}
::-moz-selection {
	background: #ffc107; /* Firefox */
}

p {
	font-size: 16px;
	font-weight: 300;
}

.mB {
	margin-bottom: 5px;
}
b,
strong {
	font-weight: 600;
}
.yelP20 {
	color: #ffc107;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0px;
}

/* Меню 


.dropdown-menu {
color: #ffffff;
background-color: #1b1d1f;
}
.dropdown-item {
    color: #ffffff;
}

*/

.bg-light {
	background: rgba(255, 255, 255, 0.001) !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 33px;
		padding-left: 0px;
	}
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	display: flex;
	align-items: center;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: rgba(255, 255, 255, 0.8);
}

.mOne {
	padding: 62px;
}

.fixed-top {
	position: absolute;
}
.WhiteText {
	font-weight: 600;
	font-family: Inter;
	color: #fff;
	text-transform: uppercase;
}

.scale {
	display: inline-block; /* Строчно-блочный элемент */
	overflow: hidden; /* Скрываем всё за контуром */
	border-radius: 6px;
}
.scale img {
	transition: 0.4s; /* Время эффекта */
	display: block; /* Убираем небольшой отступ снизу */
	border-radius: 6px;
}
.scale img:hover {
	transform: scale(1.2); /* Увеличиваем масштаб */
	border-radius: 6px;
}

/* FORM */
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #ffc832;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: #ffd535;
	outline: 0;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
	border-color: rgb(255 213 53);
	box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 200 50);
	outline: 0 none;
	outline: 0 none;
}

.inputfield {
	font-family: 'inter', sans-serif !important;
	font-weight: 400;
}

.form-control::placeholder {
	font-size: 16px;
	font-style: normal;
	color: #ffc107;
}

.custom-control-input-green:checked ~ .custom-control-label::before {
	border-color: #ffc107 !important;
	background-color: #ffc107 !important;
}

/* MODAL */
.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #303030;
	background-clip: padding-box;
	border: 1px solidrgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-header {
	border-bottom: 1px solid #2c2c2c;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
}

.close:hover {
	color: #e5e5e5;
	text-decoration: none;
}

/* badge */

.badge-primary {
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	border: solid 1px #ffd833;
	margin-bottom: 5px;
}

.badge {
	display: inline-block;
	padding: 4px 7px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.brd {
	border-radius: 6px;
}

.texth2 {
	font-size: 32px;
}

.marg30 {
	margin: 30px;
}
.margHead {
	padding: 60px;
}
.pad30 {
	padding: 30px;
}

.section-color-one {
	background: #3e3e3e;
	padding: 50px 0;
}
.marg70 {
	margin: 70px;
}
.section-bg {
	background: #3e3e3e;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.section-color-one-porto {
	background: #3e3e3e;
	padding: 50px 0 0 0;
}

/*   */
@media only screen and (max-width: 1000px) {
	.Zagh1 {
		font-size: 20px;
	}
}

.marg20 {
	margin: 20px;
}
.footherMob {
	color: #c5c4c4;
	padding-top: 20px;
	font-size: 10px;
}

.otst {
	margin-right: 5px;
}

.brdTop {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.brdBot {
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.marg {
	margin: 5px 0;
}
.marg10 {
	margin: 10px 0;
}
.marg20 {
	margin: 20px 0;
}
.marg30 {
	margin: 30px 0;
}
.marg40 {
	margin: 40px 0;
}
.marg50 {
	margin: 50px 0;
}
.marg60 {
	margin: 60px 0;
}
.marg70 {
	margin: 70px 0;
}

.padd5 {
	padding: 5px 0;
}
.padd10 {
	padding: 10px 0;
}
.padd20 {
	padding: 20px 0;
}
.padd30 {
	padding: 30px 0;
}
.padd40 {
	padding: 40px 0;
}
.padd50 {
	padding: 50px 0;
}
.padd60 {
	padding: 60px 0;
}
.padd70 {
	padding: 70px 0;
}

.marg10 {
	margin: 25px 0;
}
.size {
	height: 200px;
}
.size1 {
	height: 132px;
}
.yelBord1 {
	background: #303030;
	border: solid 2px #ffd200;
	padding: 11px;
	border-radius: 6px;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #cbcfd3;
}
.breadcrumbs {
	color: white;
}
a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #c9c9c9;
	text-decoration: none;
}

.section-color-proj {
	background: #3e3e3e;
	padding: 25px 0;
}
.padd25 {
	padding: 13px 0;
}
.title_serv {
	position: absolute;
	left: 25px;
	top: 330px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #ffffff;
}

.textServ {
	width: 315px;
	position: absolute;
	left: 25px;
	top: 360px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
}

.title_serv12 {
	position: absolute;
	left: 25px;
	top: 312px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #ffffff;
}
.textServ12 {
	width: 302px;
	position: absolute;
	left: 25px;
	top: 344px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
}

.pole:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 15px;
	border-radius: 6px;
	background: -moz-linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
	background: -webkit-linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.5) 100%
	);
}
.otbt {
	margin-bottom: 10px;
}
div.at-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.at-item {
	animation-name: focus-in-contract;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
	/* shorthand 
  animation: focus-in-contract 1.5s ease 0s 1 normal none;
  */
}
@keyframes focus-in-contract {
	0% {
		letter-spacing: 10px;
		filter: blur(12px);
		opacity: 0;
	}
	100% {
		filter: blur(0);
		opacity: 1;
	}
}

/* ---------------------------------------------------------------------- */
/*    кнопка вверх
/* ---------------------------------------------------------------------- */
.upbtn {
	z-index: 9999;
	width: 70px;
	height: 70px;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.7s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../../style/top.svg);
}
.upbtn:hover {
	transform: scale(1.2) !important;
}
/* ---------------------------------------------------------------------- */
/*    дайджест
/* ---------------------------------------------------------------------- */

.cardBlog {
	height: 500px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: none;
	background-clip: border-box;
	border-radius: 0.25rem;
}
.card-body-blog {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
	background: #303030;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.borderImgBlog {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.mute {
	font-size: 10px;
	color: #989898;
	margin-bottom: 0px;
}
.PadH {
	padding: 20px 0 10px;
}
/* ---------------------------------------------------------------------- */
/*    клопы
/* ---------------------------------------------------------------------- */

.btn-warning {
	color: #ffc107;
	background-color: rgba(255, 255, 255, 0.001);
	border-color: #ffc107;
	font-size: 13px;
	padding: 10px 5px !important;
}

.btn-gr {
	color: #303030;
	background-color: rgba(255, 255, 255, 0.001);
	border-color: #303030;
}

.btn-gr:hover {
	color: #ffffff;
	background-color: #303030;
	border-color: #3e3e3e;
}

.btn-sendMee {
	width: 100%;
	color: #303030;
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn-sendMee:hover {
	border-color: rgb(255 213 53);
	box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 200 50);
	outline: 0 none;
}

.btn-warning-Yell {
	color: #000000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning-Yell:hover {
	border-color: rgb(255 213 53);
	box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255 200 50);
	outline: 0 none;
}

/* ---------------------------------------------------------------------- */
/*    навигация десктоп
/* ---------------------------------------------------------------------- */

@media (min-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link {
	}
}
.w-80 {
	width: 240px !important;
}

/* ---------------------------------------------------------------------- */
/*    Servis
/* ---------------------------------------------------------------------- */

.img_serv {
	position: absolute;
	left: 34px;
	bottom: 26px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	text-transform: uppercase;
}
.imgOpacity {
	filter: brightness(65%);
}
.imgOpacity:hover {
	filter: brightness(90%);
}

.yelBord {
	background: #303030;
	border: solid 2px #ffd200;
	padding: 40px;
	border-radius: 6px;
}

.whiteH {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}
.whiteP {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.fsize1 {
	font-size: 22px;
}

.nuber {
	line-height: 100%;

	padding: 5px;
	margin-right: 9px;
	color: #ffc107;
	border-radius: 6px;
	font-weight: 500;
	font-size: 200%;
}

.texth3 {
	font-size: 28px;
}

h1 {
	font-size: 36px;
	font-weight: 800;
}

.BlackText {
	font-weight: 600;
	font-family: Inter;
	color: #000;
	text-transform: uppercase;
}

.BlackP {
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

.InfoServ {
	font-weight: 700;
	color: #ffffff;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 183px;
	text-align: center;
}

.padServ {
	padding: 0px 25px 0 25px;
}

.titleServ {
	font-weight: 600;
	font-size: 20px;
	color: #ffc107;
}

.poleOne:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 15px;
	border-radius: 6px;
	background: #000;
	opacity: 0.4;
}
/* ---------------------------------------------------------------------- */
/*    Accordion
/* ---------------------------------------------------------------------- */

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ffc107;
	background-clip: border-box;
	border-radius: 0.25rem;
}

.btn-link {
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}

.btn-link:hover {
	color: #c9c9c9;
	text-decoration: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn-link.focus,
.btn-link:focus {
	text-decoration: none;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
	background: #57595a;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.01);
	border-bottom: 1px solidrgba(0, 0, 0, 0.125);
}

.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
	background: #303030;
}

.yelBord2 {
	background: #dfa906;
	border: solid 2px #303030;
	padding: 40px;
	border-radius: 6px;
}

.hiroh2 {
	font-size: 32px;
	font-weight: 600;
	font-family: Inter;
	color: #fff;
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 0;
	background-color: #3e3e3e;
	border-radius: 6px;
}
.bordEng {
	background: #3e3e3e;
	border: solid 2px #ffd200;
	padding: 5px 20px 5px 20px;
	border-radius: 6px;
}
.bordEngOne {
	background: #3e3e3e;
	padding: 5px 20px 5px 20px;
	border-radius: 6px;
}
.brdCircle {
	border-radius: 300px;
}
.whitePLite {
	color: #c2c2c2;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 0px;
}

.bordEngTwo {
	background: #3e3e3e;
	padding: 40px 20px 40px 20px;
	border-radius: 6px;
}
.cardH {
	height: 385px;
}
.svg70 {
	width: 100px !important;
}
.yelP {
	color: #ffc107;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0px;
}

.bordLaerGr {
	background: #303030;
	padding: 40px 20px 40px 20px;
	border-radius: 6px;
}
.Ybord {
	border: solid 2px #ffd200;
}
.bordLaerGr1 {
	background: #3e3e3e;
	padding: 40px 20px 40px 20px;
	border-radius: 6px;
}

.Y {
	color: #ffd200;
}

/* -------------------------------------------------- */
/*    time Line
    /* -------------------------------------------------- */

.timeline-steps {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.timeline-steps .timeline-step {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 1rem;
}

@media (min-width: 268px) {
	.timeline-steps .timeline-step:not(:last-child):after {
		content: '';
		display: block;
		border-top: 0.25rem dotted #ffc107;
		width: 3.46rem;
		position: absolute;
		left: 7.5rem;
		top: 0.3125rem;
	}
	.timeline-steps .timeline-step:not(:first-child):before {
		content: '';
		display: block;
		border-top: 0.25rem dotted #ffc107;
		width: 3.8125rem;
		position: absolute;
		right: 7.5rem;
		top: 0.3125rem;
	}
}

.timeline-steps .timeline-content {
	width: 10rem;
	text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
	border-radius: 1.5rem;
	height: 1rem;
	width: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffc107;
}

.timeline-steps .timeline-content .inner-circle:before {
	content: '';
	background-color: #303030;
	display: inline-block;
	height: 3rem;
	width: 3rem;
	min-width: 3rem;
	border-radius: 6.25rem;
	opacity: 0.5;
}

/* ---------------------------------------------------------------------- */
/*    Portfolio
/* ---------------------------------------------------------------------- */

.folio-menu {
	margin: 0;
	padding: 0;
}

.folio-menu li {
	display: inline-block;
	float: left;
	margin-right: 40px;
	font-size: 14px;
	font-family: 'inter';
	color: #969696;
}

.folio-menu li:hover a {
	color: #ffd200;
}

.portfolio-items .nav-tabs {
	display: block;
	text-align: center;
}
.portfolio-items .tab-content .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.portfolio-items .tab-content .work-item-image img {
	float: none;
	margin-right: 0;
}
.portfolio-items .tab-content .work-item-title {
	font-size: 22px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding: 10px 12px;
}
.portfolio-items .tab-content .work-item:hover .work-item-title {
	background: #ffd200;
}

.portfolio-items .tab-content .type-rooms .work-item {
	margin-bottom: 20px;
}

/* -------------------------------------------------- */
/*    Portfolio Filter
    /* -------------------------------------------------- */

.portfolio-filter {
	margin-bottom: 20px;
	font-size: 0;
	width: 100%;
	line-height: 1em;
}

.portfolio-filter li {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
	font-family: 'Inter';
	color: #969696;
	cursor: pointer;
	padding-bottom: 25px;

	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.portfolio-filter li:hover {
	color: #ffd200;
}

.portfolio-filter li.active {
	color: #ffd200;
}

.classic-text {
	padding: 0;
	margin: 0;
}

/* -------------------------------------------------- */
/*    Portfolio Items
    /* -------------------------------------------------- */

.portfolio-items {
	font-size: 0;
	position: relative;
}
.back-black {
	background: #000;
}

.portfolio-items article,
.portfolio-items .architecture {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.portfolio-items.col-2 article {
	width: 50%;
}
.portfolio-items.col-3 article {
	width: 33.3%;
}
.portfolio-items.col-4 article {
	width: 25%;
}
.portfolio-items.col-5 article,
.portfolio-items.col-5 .architecture {
	width: 20%;
}
@media (min-width: 992px) {
	.portfolio-items .col-md-2 {
		width: 20%;
	}
}
.portfolio-items.col-6 article {
	width: 16.666%;
}

.portfolio-items .mix {
	display: none;
	padding: 0;
}

.portfolio-items img {
	display: block;
}

.portfolio-paging {
	background-color: transparent;

	-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.portfolio-paging .load-more {
	padding: 17px 0;
	display: block;
	color: #ffd200;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;

	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.portfolio-paging:hover .load-more {
	color: #000;
}

.portfolio-paging .load-more2 {
	padding: 17px 0;
	display: block;
	color: #ffd200;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;

	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.portfolio-paging:hover .load-more2 {
	color: #000;
}

.work-item {
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.work-item img {
	display: block;

	-webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.6s ease;
	transition: transform 0.25s ease-in-out, opacity 0.6s ease;
}

.rel-works .work-item img {
	padding: 0px 1px;
}

.work-item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.image-extra {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
	transition: opacity 0.35s ease-out, background-color 0.35s ease-out;
}

.work-item:hover .image-extra {
	background-color: #ffd200;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 1;
	filter: alpha(opacity = 100);
}

.image-extra:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: '';
}

.extra-content {
	display: inline-block;
	padding: 0 15px;
	vertical-align: middle;
	opacity: 0;
	margin-top: 18px;
	color: #fff;

	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 0.55s ease, -webkit-transform 0.35s ease-out;
	transition: opacity 0.55s ease, transform 0.35s ease-out;
}

.extra-descript {
	font-size: 12px;
	border: none;
	border-color: transparent;
	display: block;

	-webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.small-font .extra-descript {
	font-size: 12px;
}

.work-item:hover .extra-content {
	opacity: 1;

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;

	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.extra-title {
	margin-bottom: 6px;
	color: #fff;
	font-size: 10px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 13px;
	border: 1px solid;
	display: inline-block;
	-webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.small-font .extra-title {
	padding: 5px 9px;
	font-size: 16px;
}

.not-ie .animated .slideUp3xRun {
	opacity: 1;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-animation-name: slideUpRun;
	animation-name: slideUpRun;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.work-item-move {
	background-color: #1b1d1f;
	position: relative;
	overflow: hidden;
}
/* -------------------------------------------------- */
/*    Portfolio Single
    /* -------------------------------------------------- */

.project-single-entry .image-slider {
	margin-bottom: 40px;
}

.project-page-header {
	position: relative;
	margin-bottom: 55px;
}

.project-page-header .project-title {
	padding-right: 115px;
	color: #5b5e60;
	font-weight: 100;
	font-size: 60px;
	text-transform: uppercase;
}

/* Project Nav */

.project-nav {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	font: 0/0 a;
}

.project-nav li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}

.project-nav li a {
	display: block;
	font: 0/0 a;
	cursor: pointer;
	z-index: 10;
}

.project-nav li a:after {
	display: block;
	color: #aeaeae;
	font-size: 36px;
	font-family: 'fontello';
	text-align: center;
	line-height: 35px;
	content: '';
}

.project-nav .prev:after {
	content: '\ea07';
}
.project-nav .next:after {
	content: '\ea08';
}
.project-nav .all-projects:after {
	content: '\eac0';
	font-size: 30px;
}

.project-nav li a:hover:after {
	color: #00c2a9;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	.extra-title {
		font-size: 15px;
	}
}

/* -------------------------------------------------- */
/*    5 колонок бутстрап
    
    .col-xs-five {
    width: 20%;
    float: left;
}
    /* -------------------------------------------------- */

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-five {
	width: 50%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-five {
		width: 50%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-five {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-five {
		width: 20%;
		float: left;
	}
}

@media (max-width: 500px) {
	.custom-control-label {
		position: relative;
		margin-bottom: 0;
		vertical-align: top;
		font-size: 10px;
		color: #fff;
		font-weight: 300;
	}
	.yelBord {
		background: #303030;
		border: solid 2px #ffd200;
		padding: 20px;
		border-radius: 6px;
	}
	.fsize1 {
		font-size: 20px;
	}
	.h3,
	h3 {
		font-size: 18px;
	}
	.h2,
	h2 {
		font-size: 20px;
	}
	h1 {
		font-size: 22px;
		font-weight: 800;
	}
	.texth2 {
		font-size: 20px;
	}

	.size {
		height: auto;
	}
	.size1 {
		height: auto;
	}
	.cardH {
		height: auto;
	}
	.texth3 {
		font-size: 18px;
	}
	.hiroh2 {
		font-size: 20px;
	}
	.cardBlog {
		height: auto;
	}

	.section-color-proj {
		margin: 0 0px;
	}

	.extra-title {
		font-size: 10px;
	}
	.extra-descript {
		font-size: 9px;
	}
}

/* iPads (вертикальная) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.margImg {
		display: none;
	}
	.w-80 {
		width: 130px !important;
	}
	.btn {
		font-size: 11px;
		padding: 5px 5px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
	}

	.dropdown-menu {
		font-size: 12px;
	}

	.img_serv {
		font-size: 18px;
		line-height: 20px;
	}
	.size {
		height: 270px;
	}
	.cardH {
		height: 420px;
	}
	.textServ {
		width: 315px;
		position: absolute;
		left: 25px;
		top: 337px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 19px;
		color: #ffffff;
	}
	.title_serv {
		position: absolute;
		left: 25px;
		top: 304px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 21px;
		color: #ffffff;
	}
	.title_serv12 {
		position: absolute;
		left: 25px;
		top: 159px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 21px;
		color: #ffffff;
	}

	.textServ12 {
		width: 302px;
		position: absolute;
		left: 25px;
		top: 190px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 19px;
		color: #ffffff;
	}
	.nonPlPadV {
		display: none;
	}
}

/* iPads (горизонтальня) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.btn {
		padding: 10px 15px;
		font-size: 12px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
	}

	.img_serv {
		font-size: 18px;
		line-height: 20px;
	}
	.size {
		height: 270px;
	}
	.w-80 {
		width: 200px !important;
	}
	.cardH {
		height: 420px;
	}

	.title_serv {
		position: absolute;
		left: 25px;
		top: 242px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 21px;
		color: #ffffff;
	}
	.textServ {
		width: 277px;
		position: absolute;
		left: 25px;
		top: 276px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 19px;
		color: #ffffff;
	}
	.title_serv12 {
		position: absolute;
		left: 25px;
		top: 246px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 21px;
		color: #ffffff;
	}
	.textServ12 {
		width: 302px;
		position: absolute;
		left: 25px;
		top: 280px;
		font-family: 'Inter';
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 19px;
		color: #ffffff;
	}
}
@media (max-width: 768px) {
	.collapse {
		backdrop-filter: blur(10px);
		background-color: rgba(0, 0, 0, 0.3);
		border-radius: 10px;
	}
}
.comp-logo {
	/* background-image: url('/logo.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	 */
	height: 10%;
}
.nav-link {
	font-size: 12px !important;
}
@media (max-width: 992px) {
	.buttons {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.collapse {
		padding: 20px !important;
	}
	.buttons {
		display: block !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 10px;
	}
}
@media (max-width: 768px) {
	.collapse {
		padding: 20px !important;
	}
}
