/* 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;
}

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;
}

.invisible {
	display: none;
}
@media (max-width: 767px) {
	.invisible-md {
	display: none;
  visibility: hidden!important;
	}
}
@media (max-width: 767px) {
	.visible-md {
  visibility: visible!important;
		display: inherit!important;
	}
}
@media (min-width: 768px) {
	.text-sm-right {
		text-align: right!important;
	}
}

/* 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);
}

.
.opportunitiesCollapse::-webkit-scrollbar,
.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 {
	/*	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(even),
.team:nth-child(odd) {
	background: #fff;
}

section:nth-child(odd),
.team:nth-child(even) {
	background: #efefef;
}

section h4 {
	text-align: center;
	margin-bottom: 20px!important;
}
/* 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%;
}

.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 */
nav {
	background: #fff;
}
nav .dropdown-menu {
	overflow-y: scroll;
    max-height: 29.6rem;
}
.navbar-brand {
	margin: auto 0;
	padding: 0 15px;
}

.navbar-brand h4 {
	color: #b90000;
	font-weight: 600;
	margin: 0;
}

.navbar-brand p {
	color: #333;
	text-align: right;
	padding: 10px 0;
}

.navbar-brand span {
	margin: auto;
}

.navbar-brand img {
	width: 100%;
	max-height: 2.5rem;
}

nav p {
	font-size: 60%;
}

.navbar-toggler {
	margin: 0!important
}

.nav-link {
	padding: 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;
}
nav .nav-item {
	margin: auto .5rem;
}
nav .nav-item:first-of-type {
    margin-left: auto;
}
nav .nav-item:last-of-type {
    margin-right: 0;
}
@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: 4.7rem;
		left: 0;
		right: 0;
	}
	nav .navbar-nav {
		display: grid!important;
		max-height: none;
		background: #fff
	}
	.office {
		background: #fff;
		text-align: center!important;
	}
	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-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;
}
.langsm {
	display: none;
}


@media (max-width: 767px) {
	.lang {
		display: none;
	}
	.lang {
		font-size: 90%!important;
	}
	.langsm {
		display: grid;
    margin: auto 0;
}
	}

/* header */

header .img {
	background-image: url(/assets/img/map.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
}

header h1,
header h4,
header p,
header img {
	float: left;
	width: 100%;
}

header h1 {
	margin: 50px 0 30px 0;
}

header p {
	margin: 10px 0 50px 0;
}
/*header .bg {
	position: absolute;
	width: 200%;
	height: 30rem;
	transform: rotate(-20deg);
	top: 200px;
	left: -200px;
	background-color: rgba(203,119,48,.1)
}*/

@media (max-width: 767px) {	
	header h1,
	header h4,	
	header img {
		width: 50%;
	}	
	header img {
		float: right;
		padding: 30px 0 10px 20px;
	}
	header p {
		float: none;
	}
}

@media (max-width: 475px) {
	
	header p {
		float: left;
	}
}


@media (max-width: 365px) {
	header h1 {
		width: auto;
	}
	
	header h4 {
		width: 100%;
	}

	header img {
		width: 100px;
		float: left;
	}
}




/* 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;
}

/*--- ---
/* footer */

footer {
	box-shadow: 0 .1rem 0.5rem -0.2rem rgba(0, 0, 0, 0.1);
	margin-top: .2rem!important;
}
footer .container-fluid {
	padding-top: 0;
	padding-bottom: 0;
}
footer p {
	margin-bottom: 0!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;
}

@media (min-width: 767px) {
#navbar {
	display:none!important;
}
	}