/* font */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b {
	margin-bottom: 0!important;
	font-family: 'Roboto', sans-serif!important;
	cursor: default;
}

h3 {
	text-align: center;
}

a {
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	text-decoration: none!important;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	text-align: justify
}

.text-danger {
	font-size: 110%;
	font-weight: 500;
}

.h4-m {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

#about .text-justify p,
#MdlAbout p,
#services .container-fluid>p,
#doverie h3,
#howWork h3,
#softtxt h3,
#opportunities h3,
#softPrice h3,
#suportWork h3 {
	margin-bottom: 2rem!important;
}

#services h3 {
	margin-top: 2rem;
	margin-bottom: .5rem!important;
}

a:active,
a:focus,
button:active,
button:focus {
	outline: 1px solid transparent!important;
	border-color: transparent!important;
	box-shadow: 0 0 0 0.2rem transparent!important;
}

a::-moz-focus-inner,
button::-moz-focus-inner {
	border-color: transparent!important;
	box-shadow: 0 0 0 0.2rem transparent!important;
	text-decoration: none!important;
}

btn:hover,
button:hover,
.tel {
	cursor: pointer;
}

/*html body*/

html {
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
}

.bodybg {
	background-image: url(../img/bg-body.png);
}

.bg-body {
	width: 100%;
	height: 100%;
	padding: 0;
}

/* scrollbar */

html::-webkit-scrollbar,
div::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #333;
	width: 8px;
	height: 8px;
}

html::-webkit-scrollbar-button,
div::-webkit-scrollbar-button {
	display: none
}

html::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
	border-color: #c1c1c1;
	border-radius: 10px;
}

html::-webkit-scrollbar-track-piece,
div::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}

html::-webkit-scrollbar-thumb:hover,
div::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.scrollspy-example::-webkit-scrollbar,
div::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #333;
	width: 8px;
	height: 8px;
}
nav div.dropdown-menu::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
	background-color: #fff;
}

.scrollspy-example::-webkit-scrollbar-button,
div::-webkit-scrollbar-button {
	display: none
}

.scrollspy-example::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
	border-color: #c1c1c1;
	border-radius: 10px;
}

.scrollspy-example::-webkit-scrollbar-track-piece,
div::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0);
}

.scrollspy-example::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scrollspy-example::-webkit-scrollbar-thumb:hover,
div::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

.pricetable::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 10px;
	width: 8px;
	height: 8px;
}

.modal::-webkit-scrollbar {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 10px;
	width: 0!important;
	height: 8px;
}

ol li {
	list-style-type: decimal;
}

/* section */

section {
	position: relative;
	z-index: 99;
}

section:first-of-type {
	background-color: #fff!important;
}

section {
	/*	padding-left: 14px;
	padding-right: 14px;*/
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	min-height: 25rem;
	display: -webkit-box;
}

/*section:nth-child(odd)
section:nth-child(even)
section,
#doverie,
.secsoft:nth-child(odd),
#video,
#advantage,
#contact,
#softtxtother,
.secsoft:nth-child(even),*/

section:nth-child(even),
.team:nth-child(odd) {
	background: #efefef;
}

#services,
section:nth-child(odd),
.team:nth-child(even) {
	background: #fff;
	/*background-color: rgb(245, 251, 524);	*/
	/*	box-shadow: 0px 0px 9px 1px rgba(206, 235, 255, 0.5);*/
}

#softabout {
	background: #b90000;
	color: #fff
}

#advantage {
	background: #939393;
	color: #fff
}

#advantage hr {
	border-color: #fff!important;
}

.team {
	cursor: pointer;
	height: 14rem;
	display: grid;
	position: relative;
}

.team .team-text {
	margin: auto 2rem;
}

.team:nth-child(odd) .team-text p,
.team:nth-child(odd) .team-text {
	text-align: left;
}

.team:nth-child(even) .team-text p,
.team:nth-child(even) .team-text {
	text-align: right;
}

.img-team {
	width: 100%;
	max-width: 10rem;
	position: absolute;
	top: 2rem;
	border-radius: 100%;
	border: 3px #b90000 solid;
}

.team:nth-child(odd) .img-team {
	right: 2rem;
}

.team:nth-child(even) .img-team {
	left: 2rem;
}

@media (max-width: 767px) {
	.team .team-text {
		margin: auto 2rem 2rem 2rem;
		text-align: center!important;
	}
	.team .team-text p {
		text-align: center!important;
	}
	.img-team {
		top: 2rem;
		left: 2rem;
		right: 2rem;
		margin: auto;
	}
	.team {
		height: 20rem;
	}
}

#doverie {
	background-color: initial!important;
}

#contact {
	display: block;
}

#doverie {
	display: none!important;
}

@media only screen and (max-width: 480px) {
	#contact {
		background-color: rgb(255, 255, 255);
	}
}

#textAbout h5 {
	margin-bottom: 1rem!important;
}

#textAbout [class*="col-"]:last-of-type {
	display: flex;
}

#textAbout img {
	margin: auto;
}

/* container */

.container-fluid {
	padding: 30px;
	margin: auto;
}

.container-fluid>hr {
	border-color: #333;
	max-width: 300px;
	margin-bottom: 2rem
}

section .container {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin: auto;
}

.justify-content-between {
	justify-content: flex-end!important;
}

/* col */

.col {
	min-width: 14rem
}

.col-rem>[class*="col-"] {
	padding: 0 .5rem;
}

/* bg-fixed */

.bg-fixed {
	height: auto;
	padding: 0px;
	top: 0;
	left: 0;
}

.img-fixed {
	background-size: auto;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: relative;
	background-attachment: fixed;
	width: 100%;
}

#services .img-fixed {
	background-position: center center;
}

#softtxt .img-fixed,
#services .img-fixed,
#suportWork .img-fixed,
#news .img-fixed {
	background-image: none;
}

@media (min-width: 1921px) {
	#softtxt .img-fixed,
	#services .img-fixed,
	#suportWork .img-fixed,
	#news .img-fixed {
		background-image: none;
	}
}

@media (max-width: 767px) {
	#softtxt .img-fixed,
	#services .img-fixed,
	#suportWork .img-fixed,
	#news .img-fixed {
		background-image: none;
	}
}

.bg-w {
	background-color: rgba(255, 255, 255, .7);
	width: 100%;
	height: 100%;
}

#softtxt .img-fixed .bg-w,
#services .img-fixed .bg-w,
#suportWork .img-fixed .bg-w,
#news .img-fixed .bg-w {
	background-color: rgba(255, 255, 255, 0);
}

.bg {
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
}

/*button*/

.btn-primary {
	background-color: rgba(0, 166, 247, 1)!important;
	border-color: rgba(0, 166, 247, 1)!important;
}

.btn-light {
	color: #FFF;
	background-color: #b90000;
	border-color: #900303;
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
	color: #FFF;
	background-color: #900303;
	border-color: #710202;
	border: 1px solid;
}

.btn-light:active {
	color: #FFF;
	background-color: #900303;
	border-color: #710202;
	border: 1px solid;
}

.btn-white {
	color: #b90000;
	background-color: #fff;
	border-color: #d4d4d4;
	border: 1px solid;
	padding: .7rem;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
	color: #b90000;
	background-color: #d4d4d4;
	border-color: #bdbdbd;
	border: 1px solid;
}

.blocksofttxt .btn-white {
	float: right
}

#suportWork .btn {
	margin: auto;
	width: 10rem;
}

/* block */

[class*="block-"] {
	padding: 1.5rem 1rem;
	background: #fff;
	border: 1px solid rgba(51, 51, 51, .2);
	border-radius: 0.25rem;
}

[class*="block-"] hr {
	width: 100%;
	border-color: rgba(185, 0, 0, .7);
}

/* nav */
.office {
	    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
	margin: auto 0;
	text-align: right;
}

.office a {
	color: #333;
	white-space: nowrap;
}

.office a:active,
.office a:hover,
.office a:focus {
	color: #b90000;
}

@media (max-width:546.9px) {
	.office {
		text-align: center
	}
}
nav .dropdown-menu {
	overflow-y: scroll;
    max-height: 29.6rem;
}
.navbar-brand {
	margin: auto 0;
	padding: 0;
}

.navbar-brand h4 {
	color: #b90000;
	font-weight: 600;
	margin-top: -10px;
}

.navbar-brand p {
	color: #333;
	text-align: right;
}

.navbar-brand span {
	margin: auto;
}

.navbar-brand img {
	width: 100%;
	max-height: 2.5rem;
	margin: 5px 0;
}

nav p {
	font-size: 60%;
}

.navbar-toggler {
	margin: 0!important
}


.navbar-toggler-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.navbar-light .navbar-toggler:focus {
	border-color: rgba(0, 0, 0, 0.1)!important;
}

.softxs {
	display: none;
}

@media (max-width: 767px) {
	nav .container {
		width: 100%!important;
	}
	nav .row {
		display: flex;
		flex-wrap: nowrap;
	}
	.navbar-brand {
		padding-left: 0;
	}
	nav .nav-link {
		padding: .1rem .5rem!important;
		font-size: .9rem;
	}
	nav .navbar-collapse {
		position: absolute;
		top: 2.7rem;
		left: 0;
		right: 0;
	}
	nav .navbar-nav {
		display: grid!important;
		max-height: none;
		background: #fff;
	}
	.office {
		background: #fff;
		text-align: center;
	}
	nav .nav-item {
		position: relative;
	}
	nav .dropdown-toggle {
		white-space: pre-line;
	}
	nav .dropdown-toggle::after {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 0;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: .8em!important;
	}
	nav p {
		font-size: .6rem!important;
	}
	nav h4 {
		font-size: 1rem;
		margin-top: -5px!important;
	}
	nav .navbar-nav .dropdown-menu {
		width: 100%;
	}
	nav .navbar-nav .dropdown-item {
		white-space: normal;
	}
	nav .dropdown-menu .nav-link {
		padding: .5rem!important;
	}
	.softsm {
		display: none;
	}
	.softxs {
		display: block;
	}
	nav .nav-item {
		margin: auto 0!important;
	}
	nav .nav-item a {
		text-align: center;
	}
}

@media (max-width: 330px) {
	nav .navbar-nav {
		grid-template-columns: 100%;
		grid-template-rows: 30px 30px 30px 30px 30px 30px 30px 30px;
	}
	nav .navbar-brand {
		margin: auto;
	}
	.navbar-light .navbar-toggler {
		margin-left: auto!important;
		z-index: 99;
	}
}

.navbar-nav .btn:focus,
.navbar-nav .btn.focus {
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

nav .dropdown-menu .nav-link {
	font-size: 1rem!important;
	padding: .5rem 2rem!important;
}

nav .dropdown-toggle:focus,
nav .dropdown-toggle:active {
	border-color: transparent!important;
}

/* lang */

.lang {
	font-size: 70%!important;
	display: grid;
}

.img-lang {
	width: 1rem;
	margin: auto;
}

@media (max-width: 767px) {
	.lang {
		font-size: 90%!important;
		display: block;
	}
	.img-lang {
		width: 1.8rem;
		margin: .5rem;
	}
}

/* jumb */

.jumbotron {
	padding: 0!important;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	margin: -20px;
}

.img-fixed.bg {
	display: flex;
	min-height: 20rem;
	padding: 20px;
}

.j-txt {
	color: #f1f1f1;
	display: grid;
	height: 100%;
	margin: auto;
	max-width: 40rem;
}

.j-consultation {
	margin: auto;
	margin-right: 0;
}

.j-txt p,
.j-txt p a {
	text-align: center!important;
	color: #fff;
	margin: auto!important;
	padding: 10px 0;
	/*text-shadow: 0 0 10px #000;*/
}

.img-computerprograms .j-txt {
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 79%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 79%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 79%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

@media (max-width:767px) {
	.img-computerprograms .j-txt {
		background: rgb(0, 0, 0);
		background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	}
}

.j-txt h1 {
	margin-top: auto;
	text-align: center;
	font-weight: bold;
}

.j-txt ul {
	list-style-type: circle;
	margin: auto;
	padding: 10px;
}

.j-img {
	display: flex;
	max-width: 40rem;
	margin: auto auto 0 auto;
}

.j-img img {
	width: 5rem;
	height: 5rem;
	margin: 0 1rem;
}

.j-consultation {
	color: #f1f1f1;
	display: grid;
	height: 100%;
	width: 30%;
}

.j-form {
	margin: auto auto auto 0;
	background-color: rgba(65, 65, 65, .7);
	border-radius: 1rem;
	width: 15rem;
}

.j-consultation form {
	margin: 0 auto;
}

.j-consultation p {
	margin: 1rem auto!important;
	color: #b90000;
	font-size: 105%;
}

.j-consultation .text-justify {
	margin: 1rem auto!important;
	color: #001a37;
	font-size: 105%;
}

.j-consultation .text-justify {
	font-size: 60%;
}

.j-form .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: .7rem;
	line-height: 1;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.j-form button {
	margin-right: 3rem;
}

.j-form .btn {
	padding: 0.3rem 0.6rem;
	font-size: .7rem;
}

@media (min-width:647px) and (max-width:1000px) {
	.j-consultation,
	.j-txt {
		width: 50%;
	}
	.j-form {
		margin: auto;
	}
}

.j-form-sm {
	display: none;
	visibility: hidden;
	margin: auto
}

@media (max-width:646px) {
	.img-fixed.bg {
		display: grid!important;
	}
	.jumbotron {
		margin: 0;
	}
	.j-consultation,
	.j-txt {
		width: 100%;
		font-size: .7rem;
	}
	.j-txt h1 {
		margin: auto;
		font-size: 2rem!important;
	}
	.j-consultation .text-justify {
		font-size: 80%;
	}
	.j-form {
		display: none;
		visibility: hidden;
	}
	.j-form-sm {
		display: block;
		visibility: visible;
	}
}

/*img*/

.carousel-img1 {
	background-image: url(../img/carousel/img1.jpg?ver=2)
}

.carousel-img2 {
	background-image: url(../img/carousel/img2.jpg?ver=2)
}

.carousel-img3 {
	background-image: url(../img/carousel/img3.jpg?ver=2)
}

.img-patentdisputes {
	background-image: url(../img/service/patentdisputes.jpg?ver=2)
}

.img-courts {
	background-image: url(../img/service/courts.jpg?ver=2)
}

.img-transactions {
	background-image: url(../img/service/transactions.jpg?ver=2)
}

.img-franchising {
	background-image: url(../img/service/franchising.jpg?ver=2)
}

.aboutimg,
.img-patentdepartment {
	background-image: url(../img/service/patentdepartment.jpg?ver=2)
}

.img-patenting {
	background-image: url(../img/service/patenting.jpg?ver=2)
}

.img-computerprograms {
	background-image: url(../img/service/computerprograms.jpg?ver=2)
}

.img-consultingandaudit {
	background-image: url(../img/service/consultingandaudit.jpg?ver=2)
}

.img-researches {
	background-image: url(../img/service/researches.jpg?ver=2)
}

.img-trademark {
	background-image: url(../img/service/trademark.jpg?ver=3)
}

.img-soft {
	background-image: url(../img/service/soft.jpg?ver=2)
}

.img-references {
	background-image: url(../img/service/references.jpg?ver=2)
}

.img-organizationProduction {
	background-image: url(../img/service/organizationProduction.jpg?ver=2)
}

.img-preparationDocumentation {
	background-image: url(../img/service/preparationDocumentation.jpg?ver=2)
}

.img-designPrototyping {
	background-image: url(../img/service/designPrototyping.jpg?ver=3)
}

.img-internetPromotion {
	background-image: url(../img/service/internetPromotion.jpg?ver=2)
}
.img-training {
	background-image: url(../img/service/training.jpg?ver=2)
}

@media (min-width: 1921px) {
	.carousel-img1 {
		background-image: url(../img/carousel/img1-4k.jpg?ver=2)
	}
	.carousel-img2 {
		background-image: url(../img/carousel/img2-4k.jpg?ver=2)
	}
	.carousel-img3 {
		background-image: url(../img/carousel/img3-4k.jpg?ver=2)
	}
	.img-patentdisputes {
		background-image: url(../img/service/patentdisputes-4k.jpg?ver=2)
	}
	.img-courts {
		background-image: url(../img/service/courts-4k.jpg?ver=2)
	}
	.img-transactions {
		background-image: url(../img/service/transactions-4k.jpg?ver=2)
	}
	.img-franchising {
		background-image: url(../img/service/franchising-4k.jpg?ver=2)
	}
	.aboutimg,
	.img-patentdepartment {
		background-image: url(../img/service/patentdepartment-4k.jpg?ver=2)
	}
	.img-patenting {
		background-image: url(../img/service/patenting-4k.jpg?ver=2)
	}
	.img-computerprograms {
		background-image: url(../img/service/computerprograms-4k.jpg?ver=2)
	}
	.img-consultingandaudit {
		background-image: url(../img/service/consultingandaudit-4k.jpg?ver=2)
	}
	.img-researches {
		background-image: url(../img/service/researches-4k.jpg?ver=2)
	}
	.img-trademark {
		background-image: url(../img/service/trademark-4k.jpg?ver=3)
	}
	.img-soft {
		background-image: url(../img/service/soft-4k.jpg?ver=2)
	}
	.img-references {
		background-image: url(../img/service/references-4k.jpg?ver=2)
	}
	.img-organizationProduction {
		background-image: url(../img/service/organizationProduction-4k.jpg?ver=2)
	}
	.img-preparationDocumentation {
		background-image: url(../img/service/preparationDocumentation-4k.jpg?ver=2)
	}
	.img-designPrototyping {
		background-image: url(../img/service/designPrototyping-4k.jpg?ver=3)
	}
	.img-internetPromotion {
		background-image: url(../img/service/internetPromotion-4k.jpg?ver=2)
	}
	.img-training {
		background-image: url(../img/service/training-4k.jpg?ver=2)
	}
}

@media (max-width: 767px) {
	.carousel-img1 {
		background-image: url(../img/carousel/img1-sm.jpg?ver=2)
	}
	.carousel-img2 {
		background-image: url(../img/carousel/img2-sm.jpg?ver=2)
	}
	.carousel-img3 {
		background-image: url(../img/carousel/img3-sm.jpg?ver=2)
	}
	.img-patentdisputes {
		background-image: url(../img/service/patentdisputes-sm.jpg?ver=2)
	}
	.img-courts {
		background-image: url(../img/service/courts-sm.jpg?ver=2)
	}
	.img-transactions {
		background-image: url(../img/service/transactions-sm.jpg?ver=2)
	}
	.img-franchising {
		background-image: url(../img/service/franchising-sm.jpg?ver=2)
	}
	.aboutimg,
	.img-patentdepartment {
		background-image: url(../img/service/patentdepartment-sm.jpg?ver=2)
	}
	.img-patenting {
		background-image: url(../img/service/patenting-sm.jpg?ver=2)
	}
	.img-computerprograms {
		background-image: url(../img/service/computerprograms-sm.jpg?ver=2)
	}
	.img-consultingandaudit {
		background-image: url(../img/service/consultingandaudit-sm.jpg?ver=2)
	}
	.img-researches {
		background-image: url(../img/service/researches-sm.jpg?ver=2)
	}
	.img-trademark {
		background-image: url(../img/service/trademark-sm.jpg?ver=3)
	}
	.img-soft {
		background-image: url(../img/service/soft-sm.jpg?ver=2)
	}
	.img-references {
		background-image: url(../img/service/references-sm.jpg?ver=2)
	}
	.img-organizationProduction {
		background-image: url(../img/service/organizationProduction-sm.jpg?ver=2)
	}
	.img-preparationDocumentation {
		background-image: url(../img/service/preparationDocumentation-sm.jpg?ver=2)
	}
	.img-designPrototyping {
		background-image: url(../img/service/designPrototyping-sm.jpg?ver=3)
	}
	.img-internetPromotion {
		background-image: url(../img/service/internetPromotion-sm.jpg?ver=2)
	}	.img-training {
		background-image: url(../img/service/training-sm.jpg?ver=2)
	}
}

/*carousel*/

.carousel {
	width: 100%;
}

.carousel-control-prev {
	justify-content: flex-start;
}

.carousel-control-next {
	justify-content: flex-end;
}

.carousel .svg-inline--fa.fa-w-8 {
	height: auto;
}

.carousel .svg-inline--fa {
	width: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
	color: #b90000;
}

.carousel-control-next:focus,
.carousel-control-prev:focus,
.carousel-control-prev:active,
.carousel-control-next:active,
.carousel-control-prev:hover,
.carousel-control-next:hover {
	color: #900303;
}

#headerCarouselhome .carousel-caption h2,
#headerCarouselhome .carousel-caption h4 {
	text-shadow: 2px 2px 3px rgba(45, 45, 45, 0.78);
}

#headerCarouselhome .carousel-indicators li {
	background-color: #b90000;
	list-style: none;
}

#fotoCarousel .carousel-control-prev,
#fotoCarousel .carousel-control-next {
	color: #b90000;
}

#fotoCarousel .carousel-control-next:focus,
#fotoCarousel .carousel-control-prev:focus,
#fotoCarousel .carousel-control-prev:active,
#fotoCarousel .carousel-control-next:active,
#fotoCarousel .carousel-control-prev:hover,
#fotoCarousel .carousel-control-next:hover {
	color: #b90000;
}

.carousel-indicators li {
	text-indent: -9999px;
}

#aboutCarousel .carousel-indicators li::marker {
	display: none;
	color: transparent;
}
#aboutCarousel .carousel-indicators li,
#fotoCarousel .carousel-indicators li {
	background-color: #b90000;
}

#fotoCarousel .carousel-item img {
	margin: auto;
}

#fotoCarousel .carousel-caption {
	padding: 2rem;
	padding-bottom: .5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 29%, rgba(255, 255, 255, 0.8995973389355743) 59%, rgba(255, 255, 255, 1) 100%);
}

@media (max-width: 767px) {
	#fotoCarousel .carousel-caption {
		position: relative;
	}
	.j-img {
		flex-wrap: wrap;
	}
	.j-img img {
		width: 3rem;
		margin: auto;
		height: 3rem;
	}
}

#fotoCarousel .carousel-caption p {
	text-align: center!important;
}

#fotoCarousel .carousel-item {
	margin-top: 2rem;
	position: relative;
}

#fotoCarousel .carousel-indicators {
	top: 0;
	bottom: auto!important;
}

/* secServices */

#services {
	position: relative;
	padding: 0;
}

#suportWork .col,
#services .col {
	min-width: 10rem;
	max-width: 20rem;
}

@media (min-width: 992px) and (max-width: 1400px) {
	#suportWork .col,
	#services .col {
		min-width: 18rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#suportWork .col,
	#services .col {
		min-width: 15rem;
	}
}

.block-services {
	display: grid;
	color: #333;
	text-align: center;
}

.roundService {
	width: 8rem;
	height: 8rem;
	border-radius: 100%;
	background-size: cover;
	overflow: hidden;
	background-position: center;
	margin: auto;
	margin-bottom: 20px;
}

.block-services h5 {
	margin: auto;
	font-weight: 400;
}

.servicestxt {
	/*min-height: 200px;*/
	display: grid;
	grid-template-rows: min-content;
}

.block-services ul {
	margin-top: .7rem;
	margin-bottom: auto;
	padding-left: 1.3rem;
	padding-bottom: 1rem;
}

#services .btn-light {
	margin-top: 10px;
	margin-bottom: 0;
	height: 2.4rem;
}

@media (max-width: 767px) {
	#services .btn-light {
		margin: 10px;
		float: right;
	}
}

.accordion>.card {
	border: 1px transparent solid!important;
	border-radius: 0!important;
	overflow: visible;
	border: 0;
	color: #333;
	margin: .5rem 0;
}

.card-header {
	border-bottom: 0;
	background-color: #fff;
	text-align: center;
	color: #333;
	cursor: pointer;
	padding: 1rem;
}

.card-body {
	background-color: #f1f1f1;
	display: grid;
}

#services .card-body .detailed {
	text-align: right;
}

#services .accordion h5 {
	margin: auto auto auto 2rem;
}

#services .accordion .buttonaccord {
	margin: auto 2rem auto auto;
}

#services .accordion .buttonaccord:after {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: .6rem .6rem .6rem;
	border-top-color: #cccccc;
	cursor: pointer;
	right: 0;
}


#servicePage a {
	display: grid;
	margin: 20px;
}

#servicePage h5 {
	color: #333;
	cursor: pointer;
	margin-top: 10px;
	text-align: center;
}

#servicePage a:hover h5 {}

.imgServicePage {
	width: 100%;
	border-radius: 100%;
	max-width: 8rem;
	margin: auto;
	padding: 10px;
}

#servicePage a:hover .imgServicePage {
	padding: 0;
}

.detailed {
	cursor: pointer;
	color: rgba(0, 166, 247, 1);
	margin-top: auto;
}

.detailed:hover {
	color: rgba(1, 127, 189, 1);
}

/*competation  about-block  */
.worker-block [class*="col-"],
.about-block [class*="col-"],
.competation [class*="col-"] {
	max-width: 29rem;
}

.competation h5 {
	text-align: center;
	border-bottom: .1rem solid #b90000;
	padding-bottom: 10px;
	margin-bottom: 10px!important;
}
.about-block h5 {
	text-align: center;
}
.about-block hr {
	border-bottom: 0;	
    width: 50%;
	border-color: #b90000;
}

#aboutCarousel a:active,
#aboutCarousel a:focus,
#aboutCarousel a:hover {
	color: #b90000;
	cursor: pointer!important;
}
#aboutCarousel a h5,
#aboutCarousel a p {
	cursor: pointer!important;
}


.worker-block h5,
.about-block h5, 
.worker-block p,
.about-block p,
.competation p {
	text-align: center!important;
}

#worker .carousel {
	display: contents;
}
#worker .carousel img{
	display: block;
	max-width: 300px;
	width: 100%;
	margin: auto;
}

.worker-block {
	position: absolute;
	bottom: 1.5rem;
	margin: auto;
	width: 100%;
	left: 0;
	color: #fff;
}

.worker-block hr {
	max-width: 190px;
	width: 80%;
	border-color: #b90000;
	margin: 5px auto;
}
/* sechowWork */

#howWork [class*="col-"] {
	display: grid;
	grid-auto-rows: max-content;
	margin-top: 3rem;
}


.prnumber {
	display: flex;
}

#howWork p {
	text-align: center;
	margin: 2rem;
	font-size: 90%;
}


#howWork h5 {
	border-bottom: .1rem solid #001a37;
	width: 60%;
	font-size: 95%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}



@media (min-width: 992px) and (max-width: 1400px) {
	#howWork h5 {
		width: 100%;
	}
}

@media (max-width: 590px) {
	#howWork h5 {
		width: 100%;
	}
}

#howWork h4 {
	background-color: #b90000;
	color: #fff;
	border-radius: 100%;
	margin: 0 .5rem 0 auto;
	padding: .3rem .7rem;
	text-align: left;
	height: fit-content;
}

/* suportPage */

#suportWork {
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, .1);
}

#suportWork .row:last-of-type {
	margin-top: 2rem;
}

#suportWork .container {
	display: grid;
}

#suportWork .supportBlock {
	margin: auto;
	display: grid;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 2rem;
}

#suportWork .supportBlockBg {
	margin: auto;
	display: grid;
	border-radius: 0.25rem;
}

#suportWork .supportBlockW {
	display: flex;
	padding: 1rem 0;
}

#suportWork .supportBlockW .svg-inline--fa {
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	font-size: 2rem;
	text-align: center;
	color: #b90000;
	padding: 0;
}

#suportWork .supportBlockW p {
	font-weight: 500;
	font-size: 110%;
	line-height: 2!important;
	margin-left: 2rem;
}

.supportBlock h5 {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2rem!important;
	line-height: 1.5;
}

.tooltip {
	max-width: 20rem;
}

/* secAdvantage */

#advantage .icon {
	width: 100%;
	display: grid;
}

#advantage .svg-inline--fa {
	margin: auto;
	width: 4.5rem;
	height: 4.5rem;
	background-color: #fff;
	border-radius: 100%;
	border: 2px solid #b90000;
	text-align: center;
	color: #b90000;
	padding: 1rem;
}

#advantage h5 {
	text-align: center;
	margin-top: 1rem;
	font-weight: bold;
}

#advantage p {
	text-align: center;
	padding: .5rem 0;
	font-size: 90%;
}

@media (max-width: 600px) {
	#advantage .icon .svg-inline--fa {
		width: 2rem;
		height: 2rem;
		padding: .3rem;
	}
}

/* secDoverie */

#doverie .col {
	min-width: .5rem;
	padding: 0 .5rem;
}

.img-doverie {
	display: block;
	margin: auto;
	max-width: 9rem;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.img-doverie {
		max-width: 7rem;
	}
}

#doverieCarousel .row {
	padding: 0 1rem;
}

#doverieCarousel .container-fluid {
	display: contents;
}

@media (max-width: 300px) {
	#doverieCarousel .container-fluid {
		display: grid;
	}
	#doverieCarousel [class*="col-"] {
		margin: 0!important;
	}
}

#doverieCarousel [class*="col-"] {
	margin: auto;
	padding: 0;
}

/* secContact */

#contact p,
#contact {
	text-align: center;
}

#contact .icon {
	margin: 1rem;
}

#contact .svg-inline--fa {
	margin: auto;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 100%;
	padding: 1rem;
	text-align: center;
	color: #b90000;
}

#contact iframe {
	width: 100%;
	height: 400px;
}

@media (max-width: 600px) {
	#contact p,
	#contact {
		text-align: left;
	}
	#contact .icon {
		margin: 0 1rem 0 0;
		float: left;
	}
	#contact .svg-inline--fa {
		width: 2rem;
		height: 2rem;
		padding: .3rem;
	}
	#contact iframe {
		height: 50vh;
	}
}

/*FORM*/

#form {
	background-color: rgba(62, 80, 113, 1);
}

#consultation form {
	margin-top: 30px;
	float: right;
	width: 70%;
}

form {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	form {
		float: left;
		width: 100%;
	}
}

.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: 1em;
	line-height: 0;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top 0.5s ease, opacity 0.5s ease;
	-moz-transition: top 0.5s ease, opacity 0.5s ease;
	-ms-transition: top 0.5s ease, opacity 0.5s ease;
	transition: top 0.5s ease, opacity 0.5s ease;
}

/* secConsultation */

.bgEnContact,
#consultation {
	background-color: #333!important;
	color: #fff;
}

.bgEnContact hr,
#consultation hr {
	border-color: #fff;
}

.bg-consultation {
	display: flex;
}

#feedback .form-control {
	border-color: rgba(0, 123, 255, .7);
}

#feedback form {
	max-width: 600px;
}

.animtel {
	display: grid;
	float: left;
	width: 30%;
}

@media (max-width: 767px) {
	.animtel {
		display: none !important;
	}
	#consultation form {
		width: 100%;
	}
}

#popup__toggle {
	position: relative;
	margin: auto;
	padding: 30px;
}

.img-circle {
	display: flex;
	background-color: #fff;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.circle-fill {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background-color: #fff;
	width: 110px;
	height: 110px;
	top: -30px;
	left: -22px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
	animation: circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all 0.5s;
}

.img-circle {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 82px;
	height: 82px;
	top: -16px;
	left: -7px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
}

.img-circleblock {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	margin: auto;
	font-size: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	color: #b90000;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;
	}
}

@keyframes tossing {
	0% {
		transform: rotate(-8deg);
	}
	50% {
		transform: rotate(8deg);
	}
	100% {
		transform: rotate(-8deg);
	}
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-8deg);
	}
	50% {
		-webkit-transform: rotate(8deg);
	}
	100% {
		-webkit-transform: rotate(-8deg);
	}
}

@-moz-keyframes circle-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1;
	}
	30% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5;
	}
	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1;
	}
}

@-webkit-keyframes circle-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
		-webkit-opacity: .1;
	}
	30% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		-webkit-opacity: .5;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		-webkit-opacity: .1;
	}
}

@-o-keyframes circle-anim {
	0% {
		-o-transform: rotate(0deg) kscale(0.5) skew(1deg);
		-o-opacity: .1;
	}
	30% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		-o-opacity: .5;
	}
	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		-o-opacity: .1;
	}
}

@keyframes circle-anim {
	0% {
		transform: rotate(0deg) scale(0.5) skew(1deg);
		opacity: .1;
	}
	30% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .5;
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1;
	}
}

@-moz-keyframes circle-fill-anim {
	0% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@-webkit-keyframes circle-fill-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@-o-keyframes circle-fill-anim {
	0% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		-o-transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

@keyframes circle-fill-anim {
	0% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .2;
	}
	100% {
		transform: rotate(0deg) scale(0.7) skew(1deg);
		opacity: .2;
	}
}

/* secNews */

.block-news {
	margin-top: 1.5rem;
}

@media (max-width: 991px) {
	#news [class*="col-"]:last-of-type {
		display: none;
	}
}

.news {
	display: flex;
	padding: 0 20px;
}

.blimg-news {
	float: left;
	padding: 10px;
	max-width: 30%;
}

.img-news {
	max-width: 100%;
	max-height: 15rem;
}

.txt-news {
	float: right;
	padding: 10px;
	max-width: 70%;
	position: relative;
}

@media (max-width: 1200px) {
	.news {
		display: grid;
		padding: 0 20px;
	}
	.blimg-news {
		max-width: 70%;
		margin: auto;
	}
	.txt-news {
		max-width: 100%;
		margin: auto;
	}
}

#news h5 {
	display: table-cell;
	vertical-align: middle;
	width: 30vw;
	text-align: center;
}

@media (max-width: 991px) {
	#news h5 {
		width: 50vw;
	}
}

@media (max-width: 575px) {
	#news h5 {
		width: 90vw;
	}
}

/* price */

#price h4 {
	text-align: center;
	margin: 20px auto 10px auto!important;
}

@media (max-width: 350px) {
	#price .container-fluid .row {
		justify-content: left!important;
		overflow: scroll;
		overflow-y: hidden;
		padding: 1rem 0;
	}
	#price .container-fluid [class*="col-"] {
		min-width: 300px;
	}
}

#price table {
	margin: auto;
	margin-top: 2rem;
}

.price td {
	border: 1px #ececec solid;
	padding: .5rem 1.5rem;
}

.price td:first-of-type {
	text-align: justify;
	padding-left: 1.5rem;
	padding-right: 1rem;
}

.price td:last-of-type {
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 90%;
	min-width: 7rem;
}

.price .manyMain td {
	text-align: left!important;
	font-size: 100%;
}

.price .many td:first-of-type {
	padding-left: 2.5rem;
	font-size: 95%;
}

.price td h6 {
	margin-left: -.5rem;
}

.price a {
	float: center;
	color: #b90000;
}

#price .priceOther {
	font-size: 75%;
	margin: auto;
	margin-bottom: 2rem;
	max-width: 50rem;
}

.collapse-price [class*="col-"] {
	margin-bottom: 20px;
}

.collapse-price button {
	text-align: left;
	width: 100%;
	box-shadow: 0 0 2px 2px #d8d8d8;
	font-size: 1.2rem;
}

.collapse-price button:focus {
	box-shadow: 0 0 2px 2px #d8d8d8!important;
}

.collapse-price button b {
	float: right;
	font-size: 1rem;
	margin-left: 10px;
	vertical-align: middle;
}
.collapse-price button i {
	float: left;
	font-size: 1rem;
	margin-left: 10px;
	vertical-align: middle;
}

.collapse-price .card p {
	margin-bottom: 10px!important;
}

.collapse-price .card .btn {
	margin-top: auto;
}

.price-addition {
	margin: 20px 0!important;
	display: flex;
	flex-wrap: wrap;
}

.price-addition p:nth-child(odd) {
	width: 70%;
}

.price-addition p:nth-child(even) {
	text-align: right;
	width: 30%;
}

.collapse-price .card {
	margin: 10px 0;
}

.collapse-price table {
	width: 100%;
	max-width: 100%;
	margin: 20px 0!important;
}

#standard table {
	margin: 0!important;
}

.collapse-price table td {
	border: 0;
}

.collapse-price table td:nth-child(odd) {
	text-align: left;
	width: 70%
}

.collapse-price table td:nth-child(even) {
	text-align: right;
	width: 30%
}

[id*="order"] form option:first-of-type {
	display: none;
}

/*about*/

#about .nav-link {
	padding: 1rem!important;
	color: #b90000!important;
}

@media (max-width: 399px) {
	#about .nav-link {
		text-align: center;
	}
}

#about .nav-link.active {
	background-color: #b90000;
	color: #fff!important;
}

#about p {
	margin-bottom: 10px!important;
}

/*other*/

/*.modal-header .close {
	margin: -1rem -1rem -1rem 0!important;
}*/

.modal-title {
	margin: auto;
}

@media (min-width: 768px) {
	.modal-big {
		max-width: 90vw;
	}
}

.modal-header .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

#fotoModal .modal-header {
	border-bottom: none;
}

#fotoModal .modal-header .close {
	z-index: 9999;
}

#fotoModal .carousel {
	margin-top: -55px;
}

#fotoModal {
	padding-right: 0!important;
}

.invisible {
	display: none;
}

/*soft*/
#softtxt {
	min-height: 0;
}
#softtxt .blocksofttxt {
	text-align: justify;
	border-radius: 1rem;
	padding: 3rem;
	background: #fff;
	max-width: 50rem;
	margin: 1rem;
}

#softtxt .blocksofttxt p {
	margin-bottom: 1rem!important;
}

#softabout .row {
	height: 100%;
}

#softabout .blocksofttxt {
	max-width: 80%;
	margin: auto;
	float: left;
}

#softabout p {
	color: #fff;
	margin-bottom: 1rem!important;
}

#softabout .logosoftabout {
	width: 20%;
	margin: auto;
	float: right;
}

@media (max-width: 767px) {
	#softabout .blocksofttxt {
		max-width: 100%;
		padding: 0;
		margin: 0 1.5rem;
	}
	#softabout .logosoftabout {
		display: none;
	}
	#softtxt .blocksofttxt {
		padding: 0;
	}
	#softtxt .blocksofttxt {
		margin: 0 1.5rem;
	}
}

#first .btn-light,
#servicePage .btn-light,
.services-desktop .btn-light {
	background-color: #333;
	border-color: #444;
}

#first .btn-light:active,
#first .btn-light:focus,
#first .btn-light:hover,
#servicePage .btn-light:active,
#servicePage .btn-light:focus,
#servicePage .btn-light:hover,
.services-desktop .btn-light:active,
.services-desktop .btn-light:focus,
.services-desktop .btn-light:hover {
	color: #FFF;
	background-color: #222;
	border-color: #111;
	border: 1px solid;
}

#softPrice .btn-light {
	width: 100%;
}

table {
	max-width: 50rem;
}

.table-price table {
	max-width: none!important;
}

#soft table {
	min-width: 400px;
}

#soft table tr:first-of-type th {
	text-align: center;
}

#soft table tr th:first-of-type {
	width: 50%;
}

#soft table tr th {
	border: 1px #ececec solid;
	padding: .5rem;
}

#soft table tr td {
	width: 25%;
	border: 1px #ececec solid;
	padding: .5rem;
	text-align: center;
}

#soft table tr td:first-of-type {
	text-align: left;
	padding-left: 1rem;
}

.pricetable {
	justify-content: center !important;
	display: flex;
}

@media (max-width: 400px) {
	.pricetable {
		justify-content: left!important;
		overflow: scroll;
		overflow-y: hidden;
		padding: 1rem 0;
	}
}

#soft .svg-inline--fa.fa-w-11 {
	color: red;
}

#soft #opportunities .icon {
	margin: 2rem auto 1rem auto;
	width: 100%;
	display: grid;
}

@media (max-width:767px) {
	.patentoved span,
	.patentoved span a {
		margin: auto;
	}
}

@media (max-width: 350px) {
	.patentoved span {
		padding-top: 10px!important;
	}
	.patentoved img {
		display: none
	}
}

#opportunities {
	z-index: 100;
}

#opportunities .svg-inline--fa {
	margin: auto;
	width: 5rem;
	height: 5rem;
	background-color: transparent;
	font-size: 2rem;
	text-align: center;
	color: #001a37;
	padding: .7rem;
}

#opportunities .svg-inline--fa.fa-w-20 {
	padding: 0!important;
}

.opportunitiesxs {
	display: none;
}

@media (max-width: 767px) {
	.opportunitiesxs {
		display: block;
	}
	.opportunitiessm {
		display: none;
	}
}

.opportunitiesBtn {
	color: #333!important;
	width: 50%;
	float: left;
}

.opportunitiesrow {
	float: right;
	width: 100%;
}

@media(max-width:767px) {
	.opportunitiesBtn {
		color: #333!important;
		width: 100%;
		float: left;
	}
	.opportunitiesrow {
		float: right;
	}
}

.opportunitiesxs .card h5 {
	color: #333;
}

.opportunitiesCollapse {
	width: 100%;
}

.opportunitiesCollapse button {
	border: none;
	background-color: transparent;
	width: 100%;
}

.opportunitiesCollapse h5 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.opportunitiesCollapse a:not([href]):not([tabindex]) {
	color: #fff!important;
}

#opportunities .btn-light {
	width: 100%;
}

.opportunitiesCollapse .card {
	margin-top: 10px;
}

.opportunitiesCollapse .card a {
	width: auto!important;
	margin: auto 0 0 auto;
}

.modal-header h5 {
	text-align: center;
}

#opportunities h5:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

#opportunities h5 {
	text-align: center;
	font-weight: 500;
	margin-bottom: 2rem;
	cursor: pointer;
}

.modal-body p {
	font-size: .9rem;
}

.p-weight {
	font-weight: 600;
	font-size: 110%;
	margin-top: 1rem;
	margin-bottom: .5rem!important;
}

/*--- --- --- video --- --- ---*/

.video {
	text-align: center;
	margin: 15px auto;
	display: flex;
}

@media (min-width: 1200px) {
	.video {
		height: 528px;
		width: 940px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.video {
		height: 427px;
		width: 760px;
	}
}

@media (max-width: 767px) {
	.video {
		height: 50vw;
		width: 100%;
	}
}

.videoWrapper {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.videoWrapper iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-txt {
	text-align: center;
	margin: 15px auto;
	display: flex;
}

@media (min-width: 1200px) {
	.video-txt {
		width: 940px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.video-txt {
		width: 760px;
	}
}

@media (max-width: 767px) {
	.video-txt {
		width: 100%;
	}
}

/*--- ---
/* footer */

footer {
	box-shadow: 0 .1rem 0.5rem -0.2rem rgba(0, 0, 0, 0.1);
	margin-top: .2rem!important;
}
footer a {
	color: #333;
}
footer a:active,
footer a:focus,
footer a:hover {
	color: #b90000;
}
#requisites p,
#requisites h4,
#requisites h5 {
	margin-bottom: 10px!important;
}

#top #top-links>ul {
	display: grid;
	grid-template-areas: "liSearch liSearch" "liAcc liCart";
	grid-template-rows: 50%;
	grid-template-columns: 50px 50px;
}

#top #top-links>ul li:nth-of-type(1) {
	grid-area: liSearch;
}

#top #top-links>ul li:nth-of-type(2) {
	grid-area: liAcc;
	text-align: right;
}

#top #top-links>ul li:nth-of-type(3) {
	grid-area: liCart;
}

button:disabled {
	cursor: auto;
	opacity: 1!important;
}

#manualPatentoved .navmanual {
	position: absolute;
	z-index: 999;
	width: auto;
	left: 30px;
}

#manualPatentoved .navmanual.fixed {
	top: 70px;
}

#manualPatentoved .navmanual button {
	border: 0!important;
	background-color: transparent;
}

#manualPatentoved .navmanual button h5 {
	cursor: pointer;
}

#manualPatentoved .navmanual button h5:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

#manualPatentoved .navmanual .card-body {
	background-color: #fff;
	border-color: #efefef;
	padding: 1rem 0;
}

#manualPatentoved .navmanual .card-body button {
	position: absolute;
	top: 10px;
	right: 10px;
}

#manualPatentoved .navmanual .card-body button span {
	padding: 0 .5rem;
}

#manualPatentoved .navmanual .dropdown-item {
	padding: 0 1rem;
}

.fixed {
	position: fixed!important;
}

@media (max-width:767px) {
	#manualPatentoved .navmanual {
		left: 0;
		width: 100%;
	}
	#manualPatentoved .navmanual.fixed {
		border: 0!important;
		top: 40px;
	}
	#manualPatentoved .navmanual>button {
		background-color: #fff;
		width: 100%;
	}
	#manualPatentoved .navmanual button h5 {
		text-align: center;
		padding: 1rem 0;
	}
	#manualPatentoved .navmanual .card-body {
		width: max-content;
		margin: auto;
	}
}

#manualPatentoved section[id*="manualPatentoved-"]:nth-of-type(odd) {
	background: #fff;
}

#manualPatentoved section[id*="manualPatentoved-"]:nth-of-type(even) {
	background: #efefef;
}

#manualPatentoved [id*="manualPatentoved-"] h4,
#manualPatentoved [id*="manualPatentoved-"] h5 {
	margin: 2rem 0 1rem 0!important;
	text-align: center;
	float: left;
	width: 100%;
}

#manualPatentoved [id*="manualPatentoved-"] .text-manual {
	float: left;
	margin: .5rem 0;
	width: 100%;
}

#manualPatentoved [id*="manualPatentoved-"] .text-manual img,
#manualPatentoved [id*="manualPatentoved-"] .text-manual p {
	padding: .5rem;
}

#manualPatentoved #manualPatentoved-1 [class*="svg"] {
	width: 1.4rem;
	height: 1.4rem;
	margin: .2rem 1rem;
}

#manualPatentoved #manualPatentoved-1 .xls {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1rem;
	font-size: .4rem;
	border: 1px #333 solid;
	height: min-content;
	border-radius: 3px;
	line-height: 1;
	padding: 1px;
}

.disabledHref a {
	cursor: default!important;
}

.disabledHref a:active,
.disabledHref a:focus,
.disabledHref a:hover {
	cursor: default!important;
	background-color: transparent!important;
	color: #333!important;
}

#installationPatentoved .d-flex {
	flex-wrap: wrap;
}

#installationPatentoved p {
	margin: 10px 0!important;
	width: 100%;
}

#installationPatentoved img {
	margin: 10px auto;
	object-fit: contain;
}

/*promo-block*/

.wa-block {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 999;
	text-align: center;
	padding: 10px;
	background-color: rgba(255,255,255,.7);
	border-radius: 3px;
	max-width: 10rem;
}

.wa-block [class*="fa"] {
    height: 3.5rem;
    width: 3.5rem;
	padding: .2rem
}
.wa-block [class*="fa"]:hover {
	padding: 0;
}
.wa-block h5 {
    margin-bottom: 10px!important;
}


@media (max-width: 767px) {
	.wa-block {
	right: 0;
	bottom: 0;
	border-radius: 0;
	width: 100%;
		max-width: 100%;
		display: flex;
}
.wa-block h5 {
    margin: auto 10px auto auto!important;
}
.wa-block [class*="fa"] {
    height: 2.5rem;
    width: 2.5rem;
}
.wa-block a:last-of-type {
	margin-right: auto
}
	footer {
		
    margin-bottom: 3.5rem!important;
	}

}

.promo-block {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 999;
	width: 260px;
}

.promo-block .text-block {
	background-color: #333;
	color: #E0E0E0;
	padding: 30px;
	text-align: center!important;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 3px 0px rgb(224 224 224 / 20%);
}

.promo-block .text-block p {
	font-size: 130%;
	margin-bottom: .5rem!important;
	text-align: center!important;
}

.promo-block .text-block [class*="fa"] {
	position: absolute;
	width: 200px;
	height: 200px;
	right: -70px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: rgba(255, 255, 255, .1);
	z-index: 1;
}

@media (max-width: 767px) {
	.promo-block {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	.promo-block .text-block {
		padding: 10px;
	}
	.promo-block .text-block [class*="fa"] {
		width: 100px;
		height: 100px;
		right: -20px;
	}
}

table.references {
	margin: auto;
}

table.references td:first-of-type {
	width: 60%!important;
	text-align: left!important;
}

table.references tr {
	border-bottom: 1px solid #eee;
}

table.references tr:last-of-type {
	border-bottom: 0;
}

table.references td {
	width: 20%!important;
	text-align: center!important;
	border: 0!important;
}

table.references td a {
	color: #b90000;
}

.infotable {
	width: 100%;
	margin: 0 1.5rem;
}
.infotable table {
	min-width: 0px!important;
	width: 100%;
}

.table-link td {
	border: 0!important;
	text-align: left!important;
	padding: 10px 0!important;
	width: 70%!important;
}
.table-link td:last-of-type {
	text-align: right!important;
	width: 30%!important;
}
.table-link a {
	color: #b90000;
}
@media (max-width: 300px) {
	.infotable tr {
		display: grid;
	} 
	.table-link td {
			text-align: center!important;
		width: 100%!important;
	}
	.table-link td:last-of-type {
	text-align: center!important;
	width: 100%!important;
}
}
  .bg-first {
  	width: 100vw;
  	height: auto;
  	padding: 0px;
  	top: 0;
  	left: 0;
  	position: fixed;
  }

  .img-first:before {
  	position: relative;
  	background-attachment: fixed;
  	background-color: #fff;
  }


  .img-first {
  	background-image: url(../img/bg.jpg);
  	background-position: bottom center;
  	margin-top: 0;
  	-webkit-background-size: background-size: cover;
  	;
  	-moz-background-size: background-size: cover;
  	;
  	-o-background-size: background-size: cover;
  	;
  	background-repeat: no-repeat;
  	text-align: center;
  	vertical-align: middle;
  	height: 100vh;
}

#first {
	height: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, .8)!important;
	background: rgba(0, 0, 0, .8)!important
}

#first .col{
	padding-bottom: 30px!important;
}

#first a{
	text-align: center;;
	font-size: 120%;
	padding: 40px;
	width: 100%;
}

#first img {
	display: block;
	width: 100%;
	padding-bottom: 20px;
}




/*visible invisible*/

@media (max-width: 575.98px) {
	.hidden-xs {
		display: none!important;
		visibility: hidden;		
	}
	.visible-xs {
		visibility: visible;
		display:block!important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.hidden-sm {
		display: none!important;
		visibility: hidden;
	}
	.visible-sm {
		visibility: visible;
		display:block!important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hidden-md {
		display: none!important;
		visibility: hidden;
	}
	.visible-md {
		visibility: visible;
		display:block!important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.hidden-lg {
		display: none!important;
		visibility: hidden;
	}
	.visible-lg {
		visibility: visible;
		display:block!important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl {
		display: none!important;
		visibility: hidden;
	}
	.visible-xl {
		visibility: visible;
		display:block!important;
	}
}
