@font-face {
    font-family: 'Bron Sans Cyrl';
    src: url('/static/fonts/BronSansCyrl-300.eot');
    src: url('/static/fonts/BronSansCyrl-300.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/BronSansCyrl-300.woff2') format('woff2'),
        url('/static/fonts/BronSansCyrl-300.woff') format('woff'),
        url('/static/fonts/BronSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bron Sans Cyrl';
    src: url('/static/fonts/BronSansCyrl-500.eot');
    src: url('/static/fonts/BronSansCyrl-500.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/BronSansCyrl-500.woff2') format('woff2'),
        url('/static/fonts/BronSansCyrl-500.woff') format('woff'),
        url('/static/fonts/BronSansCyrl-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bron Sans Cyrl';
    src: url('/static/fonts/BronSansCyrl-700.eot');
    src: url('/static/fonts/BronSansCyrl-700.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/BronSansCyrl-700.woff2') format('woff2'),
        url('/static/fonts/BronSansCyrl-700.woff') format('woff'),
        url('/static/fonts/BronSansCyrl-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.navbar-brand em{
	font-style: normal;
	font-size: 10px;
}

.navbar-brand.logo img{
	height:80px;
}

#mainNav {
	min-height: 56px;
	background-color: #313B5C;
}

#mainNav .navbar-toggler {
	font-size: 80%;
	padding: 0.75rem;
	color: #fff;
	border: none;
}

#mainNav .navbar-toggler:focus {
	outline: none;
}

#mainNav .navbar-brand {
	color: #fff;
	font-weight: 700;
	padding: .9rem 0;
	font-size: 1rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 15px;
}

/*#mainNav .navbar-brand::before {
	content: "";
	background-image: url(../img/shesternya.svg);
	position: absolute;
	top: 20px;
	left: -45px;
	width: 52px;
	height: 52px;
	background-size: contain;
}*/

.kas-desktop .logo {
	height: 60px;
}

.kas-mobile .logo {
	width: 150px;
}

#mainNav .navbar-brand span {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 200;
	margin-top: -5px;
}

#mainNav .navbar-nav .nav-item:hover {
	color: fade(white, 80%);
	outline: none;
	background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
	outline: none;
	background-color: transparent;
}

@media (min-width: 992px) {
	#mainNav {
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
		background-color: transparent;
		transition: background-color 0.3s ease-in-out;
	}

	#mainNav .navbar-brand {
		padding: .5rem 0;
		color: rgba(255, 255, 255, 0.5);
	}

	#mainNav .nav-link {
		transition: none;
		padding: 2rem 1.5rem;
		color: rgba(255, 255, 255, 0.5);
		text-transform: uppercase;
		font-size:12px;
	}

	#mainNav .nav-link:hover {
		color: rgba(255, 255, 255, 0.75);
	}

	#mainNav .nav-link:active {
		color: white;
	}

	#mainNav.navbar-shrink {
		background-color: #313B5C;
	}

	#mainNav.navbar-shrink .navbar-brand {
		color: #fff;
	}

	#mainNav.navbar-shrink .nav-link {
		color: #313B5C;
		padding: 2rem 1.5rem 1.25rem;
		border-bottom: 0.25rem solid transparent;
	}

	#mainNav.navbar-shrink .nav-link:hover {
		color: #313B5C;
	}

	#mainNav.navbar-shrink .nav-link:active {
		color: #467370;
	}

	#mainNav.navbar-shrink .nav-link.active {
		color: #313B5C;
		outline: none;
		border-bottom: 0.25rem solid #313B5C;
	}
}

.navbar-shrink .navbar-brand::before {
	top: 12px;
}

.btn {
	box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
	padding: 1.25rem 2rem;
	font-family: 'Bron Sans Cyrl';
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: .15rem;
	border: 0;
}

.btn-primary {
	background-color: #313B5C;
}

.btn-primary:hover {
	background-color: #4f837f;
}

.btn-primary:focus {
	background-color: #4f837f;
	color: white;
}

.btn-primary:active {
	background-color: #467370 !important;
}

.about-section {
	padding-top: 10rem;
	background: linear-gradient(to bottom, #313B5C 0%, rgba(49, 59, 92, 0.9) 75%, rgba(49, 59, 92, 0.8) 100%);
}

.about-section p {
	margin-bottom: 5rem;
}

/*.projects-section {
  padding: 10rem 0;
}*/

.projects-section .featured-text {
	padding: 2rem 0;
}

/*@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #313B5C;
  }
}*/

.projects-section .project-text {
	padding: 3rem;
	font-size: 90%;
}

@media (min-width: 992px) {
	.projects-section .project-text {
		padding: 5rem;
	}

	.projects-section .project-text hr {
		border-color: #313B5C;
		border-width: .25rem;
		width: 30%;
	}
}

.signup-section {
	padding: 10rem 0;
	background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #313B5C 100%), url("../img/bg-signup.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.signup-section .form-inline input {
	box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
	padding: 1.25rem 2rem;
	height: auto;
	font-family: 'Bron Sans Cyrl';
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	border: 0;
}

.contact-section {
	padding: 5rem 0 1rem 0;
}

.contact-section .card {
	border: 0;
	border-bottom: 0.25rem solid #313B5C;
}

.contact-section .card h4 {
	font-size: 0.8rem;
	font-family: 'Bron Sans Cyrl';
	text-transform: uppercase;
	letter-spacing: 0.15rem;
}

.contact-section .card hr {
	border-color: #313B5C;
	border-width: 0.25rem;
	width: 3rem;
}

.contact-section .social {
	margin-top: 5rem;
}

.contact-section .social a {
	text-align: center;
	height: 3rem;
	width: 3rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	line-height: 3rem;
	color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
	color: #fff;
}

body {
	font-family: 'Bron Sans Cyrl';
	letter-spacing: 0.0225em;
}

a {
	color: #313B5C;
}

a:focus, a:hover {
	text-decoration: none;
	color: #3c6360;
}

.bg-black {
	background-color: #313B5C !important;
}

.bg-primary {
	background-color: #313B5C !important;
}

.text-primary {
	color: #313B5C !important;
}

footer {
	padding: 5rem 0;
}

.relative {
	position: relative;
}

.img-fluid {
	margin-bottom: -210px;
}

h1, h2, h3, h4 {
	color: #313B5C;
}

h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 400;
}

.featured-text {
	margin-bottom: 20px;
}

.mt-250 {
	margin-top: 250px;
}

.ptb-50 {
	padding: 50px 0;
}

.pt-25 {
	padding-top: 25px;
}

.pt-50 {
	padding-top: 50px;
}

.mb-0 {
	margin-bottom: 0!important;
}

.pb-0 {
	margin-bottom: 0!important;
}

.pb-1 {
	margin-bottom: 1rem!important;
}

.p-0 {
	padding: 0!important;
}

.m-0 {
	margin: 0!important;
}

.mt-m25 {
	margin-top: -25px;
}

.bg-blue {
	background-color: #313B5C!important;
}

.bg-blue p, .bg-blue h4 {
	color: #fff;
}

.slide p {
	color: #313B5C;
	padding: 20px;
}

.slide h3 {
	padding: 20px;
	font-weight: 400;
	border-bottom: 1px solid #313B5C;
}

.slide a {
	text-transform: uppercase;
	color: #313B5C;
}

.bg-projects {
	background-image: url(../img/bg-projects.png?v2);
	height: 100%;
	width: 100%;
	background-size: cover;
}

.bg-projects-row {
	height: 370px;
}

.bg-projects-mt {
	margin-top: -75px;
}


/*swiper slider*/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#services .swiper-slide {
	background: #fff;
}

#projects .swiper-slide {
	background: transparent;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
	width: unset;
}

.swiper-button-next {
	right: 10px;
}

.swiper-button-prev {
	left: unset;
	right: 75px;
}

.swiper-wrapper {
	padding-top: 75px;
}

.swiper-wrapper-projects {
	padding-top: 75px;
}

.swiper-wrapper-services {
	padding-top: 0px;
}

.swiper-button-next, .swiper-button-prev {
	top: 33px;
}

.slide {
	height: 400px;
	width: 100%;
}

.projects-slide {
	height: 370px;
	width: 100%;
}

.slide-bg {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.pos-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
}

/*
.img-fluid {
    padding: 0 40px;
}
*/

.sotrud {
	display: flex;
}

.sotrud-digit {
}

.sotrud-description {
	margin-left: 10px;
	padding-right: 10px;
}

.sotrud-description b {
	color: #313B5C;
}

.sotrud-digit img {
	width: 32px;
	max-width: unset;
}

.card-body a {
	color: #fff;
	padding-right: 20px;
}

.card-body p {
	font-weight: 100;
	padding-top: 32px;
	font-size: 14px;
	margin-bottom: 0;
}

input, textarea {
	background: #313B5C;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,.25)!important;
	display: block;
	margin-bottom: 1rem;
	width: 100%;
	color: #fff;
	padding-bottom: 10px;
}

input[type=submit] {
	width: 160px;
	background: #fff;
	padding: 8px;
	text-transform: uppercase;
	font-size: 14px;
	color: #313B5C;
	cursor: pointer;
}

input[disabled=disabled] {
	background: #aaa;
	cursor: not-allowed;
}

*:focus {
	outline: none;
}

::-webkit-input-placeholder {
 /* WebKit, Blink, Edge */
	color: rgba(255, 255, 255, 0.25);
}

:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.25);
	opacity: 1;
}

::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.25);
	opacity: 1;
}

:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.25);
}

::-ms-input-placeholder {
 /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.25);
}

::placeholder {
 /* Most modern browsers support this now. */
	color: rgba(255, 255, 255, 0.25);
}

@media(min-width:451px) {
	.kas-mobile {
		display: none;
	}
}

@media(max-width:450px) {
	.kas-desktop {
		display: none;
	}

	.fas {
		font-size: 100%
	color:#fff;
	}

	.navbar-light .navbar-nav .nav-link {
		text-align: right;
	}

	.about-section {
		padding-top: 3rem;
		background: none;
	}

	#mainNav {
		background-color: #313B5C;
		padding: 0;
	}

	#mainNav .navbar-brand::before {
		content: "";
		top: 2px;
		left: 0;
	}

	.navbar-brand.logo img{
		height: 70px;
	}

	#mainNav .navbar-brand {
		color: #fff;
		display: flex;
		align-items: center;
		gap: 0;
	}

	#mainNav .navbar-brand span{
		font-size: .85rem;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #fff;
	}

	.projects-section .mb-4, .my-4 {
		margin-bottom: 0!important;
	}

	.projects-section .text-center p {
		text-align: left!important;
	}

	.projects-section .featured-text {
		padding: 1rem;
	}

	.projects-section .text-lg-left {
		padding: 1rem;
	}

	.projects-section .col-lg-3 {
		width: 50%;
		padding: 10px;
	}

	.projects-section .sotrud {
		width: 100%;
		padding: 10px;
	}

	.slide h3 {
		text-transform: uppercase;
		font-size: 20px;
		font-size: 14px;
	}

	.slide p {
		line-height: 20px;
	}

	.about-section .container {
		padding-right: 0;
		padding-left: 0;
	}
}

#mainNav.navbar-shrink .nav-link.active {
	border-bottom: 0.25rem solid #fff;
}

@media(min-width:451px) and (max-width:1024px) {
	#mainNav.navbar-shrink .nav-link {
		text-align: right;
	}

	#mainNav.navbar-shrink .nav-link.active {
		border-bottom: none!important;
		text-align: right;
	}

	.projects-section .featured-text {
		text-align: left!important;
	}

	.text-lg-left {
		text-align: left!important;
	}

	.col-sm-6 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}

	.col-sm-6 img {
		padding: 0 30px;
	}

	.slide p {
		font-size: 13px;
	}
}

@media(min-width:768px) and (max-width:768px) and (orientation:portrait) {
	.sotrud {
		display: flex;
		width: 50%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}

	.img-fluid {
		padding: 20px;
	}

	.slide p {
		line-height: 15px;
	}

	.text-black-50 {
		text-align: left;
	}

	h4 {
		text-align: left;
	}

	.slide h3 {
		text-transform: uppercase;
		font-size: 22px;
	}

	#mainNav .navbar-brand {
		color: #fff;
		margin-left: 60px;
		display: flex;
		align-items: center;
	}

	#mainNav .navbar-brand::before {
		top: 13px;
		left: 0;
	}

	#mainNav {
		min-height: 56px;
		/*background-color: transparent;*/;
	}

	.about-section {
		padding-top: 5rem;
	}

	.sotrud .img-fluid {
		padding: 0;
	}

	.mt-250 {
		margin-top: 190px;
	}

	#clients .projects-slide {
		height: unset;
	}

	#clients .bg-projects-row {
		height: unset;
	}

	#mainNav .navbar-toggler {
		font-size: 180%;
		color: #fff;
	}
}

@media(min-width:992px) and (max-width:1024px) {
	#mainNav.navbar-shrink .nav-link {
		padding: 1.5rem 1rem 1.25rem;
	}

	#mainNav .nav-link {
		padding: 2rem 1rem;
	}
}

@media(min-width:1024px) {
	#mainNav .navbar-brand {
		color: rgba(255, 255, 255, 1);
		display: flex;
		align-items: center;
		gap: 15px;
	}

	#mainNav .nav-link {
		color: rgba(255, 255, 255, 1);
	}
}

.navbar-shrink .navbar-brand::before {
	top: 12px!important;
}

#mainNav.navbar-shrink .nav-link.active {
	color: #fff;
	border-bottom: 0.25rem solid #fff;
}

#mainNav.navbar-shrink .nav-link {
	color: #fff;
}

#mainNav.navbar-shrink .nav-link:hover {
	color: rgba(255, 255, 255, 0.5);
}

#mainNav.navbar-shrink .navbar-brand {
	color: #fff;
}

#mainNav.navbar-shrink .navbar-toggler {
	color: #fff;
}

#mainNav.navbar-shrink .navbar-toggler {
	font-size: 180%;
}

#mainNav.navbar-shrink .navbar-brand::before {
	left: -20px!important;
}

hr {
	border-top: 1px solid rgba(255,255,255,.5)!important;
}

@media(min-width:1024px) {
	#clients .img-fluid {
		padding: 0 37px!important;
	}

	/*#services .container {
		padding-left: 0;
		padding-right: 0;
	}*/

	#projects .container {
		padding-left: 0;
		padding-right: 0;
		margin-right: unset;
	}

	#clients .container {
		padding-left: 0;
		padding-right: 0;
		margin-right: unset;
	}
	.frame1 .pos-bottom-right a,
	.frame2 .pos-bottom-right a,
	.frame3 .pos-bottom-right a,
	.frame4 .pos-bottom-right a,
	.frame5 .pos-bottom-right a,
	.frame6 .pos-bottom-right a,
	.frame7 .pos-bottom-right a{
		padding: 20px;
	}
}

@media(min-width:768px) and (max-width:1023px) and (orientation:landscape) {
	#mainNav .navbar-brand {
		color: #fff;
		margin-left: 50px;
	}

	#mainNav .navbar-brand::before {
		top: 12px!important;
		left: -20px!important;
	}

	#mainNav .navbar-toggler {
		font-size: 180%;
		color: #fff;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		text-align: right;
	}
}

@media(min-width:1900px) {
	.slide p {
		padding: 20px 20px 20px 20px;
	}
}

#services .slide h3 {
	text-transform: uppercase;
	font-size: 20px;
}

.swiper-button-lock {
	display: unset!important;
}

@media(min-width:500px) {
	#mainNav .navbar-toggler {
		font-size: 180%;
		color: #fff;
	}
}

@media(max-width:450px) {
	#mainNav.navbar-shrink .navbar-brand::before {
		left: 0px!important;
	}

	.navbar-shrink .navbar-brand::before {
		top: 2px!important;
	}

	#mainNav.navbar-shrink .nav-link.active {
		color: rgba(255,255,255,.5);
		border-bottom: none;
	}

	.projects-slide {
		height: unset;
	}

	#clients .projects-slide {
		height: unset;
	}

	#clients .kas-mobile .mb-3 {
		margin-bottom: 5px!important;
	}

	#clients .kas-mobile .col-lg-3 {
		padding: 5px!important;
	}

	.bg-projects .projects-slide {
		height: 300px;
	}

	.bg-projects {
		background-image: none;
	}

	#contact .card-body hr {
		border: none!important;
	}

	#mainNav .navbar-toggler {
		font-size: 180%;
		color: #fff;
	}
	.text-center {
		text-align: unset!important;
	}
	#projects h4, #services h4{
		padding-left:1rem;
	}
}

h3{margin-bottom: 0!important;}

.frame1,.frame2,.frame3,.frame4,.frame5,.frame6,.frame7{height: 100%;}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}

@-moz-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}

@-webkit-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}

@-o-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}

@-ms-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}