

/* Start:/local/templates/main/css/styles.css?175076310368095*/
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('/local/templates/main/css/../fonts/ProximaNova-Regular.eot');
	src: url('/local/templates/main/css/../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Regular.woff') format('woff'),
	url('/local/templates/main/css/../fonts/ProximaNova-Regular.ttf') format('truetype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'ProximaNovaLight';
	font-style: normal;
	font-weight: normal;
	src: url('/local/templates/main/css/../fonts/ProximaNova-Light.eot');
	src: url('/local/templates/main/css/../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Light.woff') format('woff'),
	url('/local/templates/main/css/../fonts/ProximaNova-Light.ttf') format('truetype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-display: swap;
}
@font-face {
	font-family: 'ProximaNovaBlack';
	src: url('/local/templates/main/css/../fonts/ProximaNova-Black.eot');
	src: url('/local/templates/main/css/../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Black.woff') format('woff'),
	url('/local/templates/main/css/../fonts/ProximaNova-Black.ttf') format('truetype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'ProximaNovaBold';
	src: url('/local/templates/main/css/../fonts/ProximaNova-Bold.eot');
	src: url('/local/templates/main/css/../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Bold.woff') format('woff'),
	url('/local/templates/main/css/../fonts/ProximaNova-Bold.ttf') format('truetype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url('/local/templates/main/css/../fonts/ProximaNova-Semibold.eot');
	src: url('/local/templates/main/css/../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Semibold.woff') format('woff'),
	url('/local/templates/main/css/../fonts/ProximaNova-Semibold.ttf') format('truetype'),
	url('/local/templates/main/css/../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}


/*clear for iphone*/
*, body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none;
}
body, html {
    height: 100%;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
input::-webkit-input-placeholder {
	color: #888888;
}
input::-moz-placeholder {
	color: #888888;
}
input:-ms-input-placeholder {
	color: #888888;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
	color: transparent;
}
a {
	color: #ec6606;
	background-color: transparent;
	outline: 0;
	text-decoration: underline;
}
a:active
{
	outline: 0;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
img
{
	border: none;
}
b,
strong {
	font-weight: bold;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.nav:before,.nav:after, header:before,header:after  {
    content: " ";
    display: table
}
.clearfix:after,.container:after,.container-fluid:after,.row:after,.nav:after {
    clear: both
}
body {
	font-family: "ProximaNovaRegular", Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #000000;
	background: #fff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    flex-grow: 1;
}
.btn-link {
   display: flex;
   font-size: 18px;
   padding: 10px 20px;
   background: #ec6606; 
   color: #fff;
   text-decoration: none;
   margin: 50px auto;
   margin-bottom: 110px;
   width: 240px;
   cursor: pointer;
   border: 0;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		/*width: 970px;*/
		width: 90%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1199px;
	}
}


.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6
{
	font-weight: normal;
}
#main h1
{
	margin: 0 0 20px;
	font-size: 36px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
	color: #ec6606;
	line-height: 46px;
    z-index: 2;
    position: relative;
}
#main h2
{
	margin: 0 0 15px;	
	font-size: 24px;
	line-height: 30px;
}
#main h3
{
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 7px;
}
#main h4, #main h5, #main h6
{
	margin: 0 0 7px;
	font-size: 18px;
	line-height: 25px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
}
#main h5, #main h6
{
	font-size: 16px;
}
#main .float-left
{
	float: left;
}
#main .float-right
{
	float: right;
}
#main .content
{
	line-height: 25px;
}
#main .content p
{
	margin: 0 0 20px;
}
#main .content img
{
	max-width: 100%;
}
#main .content hr
{
	border-bottom: 1px solid #d6d6d6;
}
#main .content ul
{
    padding-left: 20px;
	list-style: none;
}
#main .content ul li
{
	position: relative;
    margin: 0 0 7px;
	padding-left: 15px;
}
#main .content ul li:before
{
	position: absolute;
	left: 0;
	color: #ec6606;
    content: "\2022"; 
    padding-right: 10px; 
	font-size: 20px;
}
#main .content ul p
{
	display: inline-block;
}
#main
{
    position: relative;
    min-height: 100vh;
    min-width: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#main .header
{
	width: 100%;
	padding: 20px 0 0;
	background: #000000;
	color: #fff;
	border-bottom: 6px solid #ec6606;
	/*overflow: hidden;*/
    position: fixed;
    z-index: 999;
    top: 0;
}
#main .header .header_logo
{
	float: left;
	display: inline-block;
	width: 208px;
	height: 57px;
    margin: 13px 0 0;
	text-decoration: none;
	background: url(/local/templates/main/css/../images/logo_XT.png) 0 0 no-repeat;
}
#main .header .header_content
{
    margin-left: 208px;
}
#main .header .header_top
{
	margin: 28px 0 10px;
    height: 27px;
}
#main .header .header_title
{
	float: left;
	display: inline-block;
    padding: 0 6.5% 0 64px;
	font-size: 23px;
	font-family: 'ProximaNovaLight', arial, sans-serif;
	color: #ec6606;
	text-transform: uppercase;
    margin: 0;
    line-height: inherit;
}
#main .header .header_search
{
	float: left;
    top: -5px;
    position: relative;
}
#main .header .header_search input[type=submit]
{
	display: inline-block;
    width: 17px;
    height: 19px;
    margin-right: 7px;
    border: none;
    outline: none;
    background: url(/local/templates/main/css/../images/icons_set.png) 0px -264px no-repeat;
    vertical-align: middle;
    cursor: pointer;
	font-size: 0;	
}
#main .header .header_search input[type=text]
{
    padding: 4px 10px;
    width: 153px;
	background: none;
	color: #888888;
	border: 1px solid #888888;
	font-size: 14px;
	font-family: 'ProximaNovaLight', arial, sans-serif;
}
#main .header .header_phone
{
	float: right;
    position: relative;
    top: -9px;
	padding-top: 2px;
	font-size: 15px;
	font-family: 'ProximaNovaLight', arial, sans-serif;
}

.flex_phone {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    position: relative;
    bottom: 1px;
}

#main .header .header_phone a
{
	color: #fff;
	text-decoration: none;
}
#main .header .header_phone span
{
	font-size: 19px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
}
#main .header .header_phone a:hover
{
	text-decoration: underline;
}
#main .header .nav ul {
    
}
#main .top_menu ul li {
    background-color: #ec6606 !important;
}
#main .top_menu ul li:active {
    background: none;
}
#main .nav
{
	position: relative;
	height: 33px;
    width: 100vw;
    padding: 4px 0 8px 51px;
	background: #ec6606;
}
#main .nav:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    /*border: 34px solid transparent;
    border-right: 34px solid #ec6606;
    border-bottom: 0px solid #ec6606;*/
    border-top: 34px solid black;
    border-right: 36px solid transparent;
}
#main .nav .menu_btn {
	display: none;
    padding: 0;
    position: relative;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
	border: none;
    z-index: 100;
}
#main .nav .menu_btn .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 1px;
}
#main .nav .menu_btn .icon-bar + .icon-bar {
    margin-top: 4px;
}
#main .nav ul
{
	margin: 0;
	padding: 0;
    background: none;
}
#main .nav li
{
	float: left;
	position: relative;
	display: block;
	/*padding: 0 15px;*/
	list-style: none;
    background: none !important;
}
#main .nav li:first-child
{	display: block;
    padding-left: 0;
}
#main .nav li:first-child:hover {
    display: block;
    padding-left: 0;
}
#main .nav li:before
{
	content: '';
	position: absolute;
	right: -4px;
    top: 9px;
    bottom: 7px;
	border-right: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.4);
}
#main #horizontal-multilevel-menu li:last-child:before {
  display: none;
}
#main .nav #phone_submenu-1 li:before {
    content: none;
}
#main .nav #phone_submenu-2 li:before {
    content: none;
}

#main .nav li:last-child:before
{
	/*content: none;*/
}
#main .nav li a {
    display: inline-block;
    padding: 8px 11px 4px 13px !important;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	font-family: 'ProximaNovaSemibold', arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
    background: none !important;
}
#main .nav li a:hover, 
#main .sitemap a:hover {
	text-decoration: underline;
    color: #fff;
    font-weight: bold;    
    padding: 9 0 3px;
}

#main #horizontal-multilevel-menu {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
}

#main #horizontal-multilevel-menu li root-item {
    color: #fff;
    font-weight: bold;
    padding: 9 0 3px;
    display: block;
    transition-delay: 0s;
    background: none !important;
}

#main #horizontal-multilevel-menu li .root-item a {
    color: #fff;
    font-weight: bold;
    /*padding: 7px 15px 2px 10px !important;*/
    display: block;
    transition-delay: 0s;
    background: none !important;
}
#main #horizontal-multilevel-menu li a.root-item:hover {
    color: #fff;
    font-weight: bold;
    padding: 9 0 3px;
    display: block;
    transition-delay: 0s;
    background: none !important;
}
#main #horizontal-multilevel-menu li a.root-item-selected {
    background: none;
    color: #fff;
    font-weight: bold;
    padding: 9 0 3px;
    background: none !important;
}
#main #horizontal-multilevel-menu li a.root-item-selected:hover {
    color: #fff;
    font-weight: bold;
    padding: 9 0 3px;
    display: block;
    background: none !important;
}

#main #horizontal-multilevel-menu li > ul {
    position: absolute !important;    
    top: 20px;
    transition: all 0.3s ease-out;
    transition-delay: 0.2s;
    height: auto;
    overflow: auto;
    width: 200px;
    background: #ec6606;
    border: 0px solid #fff;
    color: #fff;
    opacity: 0;
    padding: 10px;
    display: none;
}
#main #horizontal-multilevel-menu li:hover > ul {
    transition-delay: 0s;
    width: 200px;
    color: #fff;
    opacity: 1;
    display: block;
}
#main #horizontal-multilevel-menu li > ul:hover {
    display: block;
}
#main #horizontal-multilevel-menu li:hover > ul > li {
    float: none;
    color: #fff;
    transition-delay: 0s;
}
#main #horizontal-multilevel-menu li > ul > li {
    padding-left: 0px;
}
#main #horizontal-multilevel-menu li > ul > li a {
    color: #fff;
    text-decoration: none;
    display: block;
}
#main #horizontal-multilevel-menu li > ul > li:before {
    display: none;
}
#main #horizontal-multilevel-menu li > ul > li a:hover {
    color: #fff;
    text-decoration: underline;
    display: block;
}
#horizontal-multilevel-menu li li {
    width: 100%;
    border-bottom: 0px solid #DEDEDE !important;
}
#main .button_menu .stroke_999 * {
    stroke: #fff;
}
#main .main-slider
{
	position: relative;
}
#main .main-slider .item
{
	position: relative;
	height: 408px;
	background-size: cover !important;
}
#main .main-slider .item a
{
	display: block;
    height: 100%;
	text-decoration: none;
}
#main .main-slider .item a:hover
{
	text-decoration: none;
}
#main .main-slider .item .container, #main .main-slider .item .slide_info
{
	height: 100%;
}
#main .main-slider .slide_info:before
{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#main .main-slider .slide_info .text
{
	display: inline-block;
	padding: 25px;
	vertical-align: middle;
	max-width: 675px;
	font-size: 48px;
	font-family: 'ProximaNovaLight', arial, sans-serif;
	line-height: 54px;
	color: #ec6606;
	background: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#main .main-slider .owl-carousel .owl-controls.container
{
	position: relative;
}
#main .main-slider .owl-carousel .owl-controls .owl-dots
{
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: right;
}
#main .main-slider .owl-carousel .owl-controls .owl-dots .owl-dot
{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background: none;
	border: 2px solid #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
#main .main-slider .owl-carousel .owl-controls .owl-dots .owl-dot.active
{
	width: 20px;
    height: 20px;
    background: #ec6606;
    border: none;
}
#main .main-slider .owl-carousel .owl-controls .owl-nav .owl-prev, #main .main-slider .owl-carousel .owl-controls .owl-nav .owl-next
{
	position: absolute;
	/*top: 50%;
	margin-top: -43px;*/
	margin-top: -247px;
	width: 55px;
	height: 86px;
	background: url(/local/templates/main/css/../images/slider_arrows.png) 11px center no-repeat rgba(0,0,0,0.4);
}
#main .main-slider .owl-carousel .owl-controls .owl-nav .owl-prev
{
	left: -100px;
}
#main .main-slider .owl-carousel .owl-controls .owl-nav .owl-next
{
	right: -100px;
	background-position: -46px center;
}
#main .owl-item.active:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#main .slider-link {
    text-decoration: none;
    color: #333;    
}

#main .slider-link:hover {
    text-decoration: none;
    color: #333;
}
#main .slider-link h3 {
    padding: 8px;
}
#main .slider-link p {
    padding: 8px;
}

#main .row.date-btn {
    padding: 8px;
}

#main .fact-list
{
	padding: 17px 0;
	background: #000;
	color: #ec6606;
	font-size: 0;
}
#main .fact-list .fact_wrapper
{
	text-align: justify;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify;
}
#main .fact-list .fact_wrapper:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    overflow: hidden;
}
#main .fact-list .fact_item
{
	display: inline-block;
	width: 17%;
	
	width: 16%;
    text-align: center;
    text-align-last: center;
	padding: 0 20px;
	font-size: 14px;
	vertical-align: top;
}
#main .fact-list .fact_header
{
    margin: 0 0 7px;
	padding: 0 0 5px;
	font-size: 28px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
	border-bottom: 1px solid #ec6606;
}
#main .fact-list .fact_data
{
	line-height: 18px;
}
#main .info-list
{
	padding: 30px 0 25px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 22px;
/*    align-items: flex-start;*/
}
#main .info-list .column
{
	float: left;
	width: 29%;
}
#main .info-list .column:last-child
{
	float: right;
/*
    width: 27%;
	padding-right: 20px;
*/
}
#main .column .column_title
{
	margin: 0 0 20px;
	font-size: 28px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
	color: #ec6606;
}
#main .column .column_title a
{
	text-decoration: none;
}
#main .column .column_title img, #main .column .column_title span
{
	vertical-align: middle;
}
#main .info-list .info_item
{
	padding-left: 17px;
    position: relative;
	margin: 0 0 10px;
}
#main .info-list .info_item a
{
	display: inline-block;
    line-height: 12px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #bfbfbf;
}
#main .info-list .info_item a:hover
{
	color: #ec6606;
	border-color: #ec6606;
}
#main .info-list .info_item:before
{
	content: '';
	position: absolute;
	left: 0;
    top: 5px;
	display: inline-block;
    width: 10px;
    height: 9px;
    background: url(/local/templates/main/css/../images/icons_set.png) 0px -305px no-repeat;
}
#main .top_banner
{
	height: 230px;
	/*margin: 0 0 20px;*/
    text-align: center;
	overflow: hidden;
}
#main .top_banner img
{
	max-width: 100%;
}
#main .content
{
    float: left;
    width: 57.6%;
    margin: 0 0 40px;
}
#main .content.no_right_column
{
	float: none;
	width: auto;
}
#main .right_cases
{
	float: right;
	width: 32%;
    /*margin: 0 0 40px;*/
}
#main .right_cases .cases_title
{
    margin: 0 0 20px;
	font-size: 36px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
	color: #ec6606;
}
#main .right_cases .case_item
{
	margin: 0 0 40px;
	padding: 0 0 14px;
	border-bottom: 2px solid #ec6606;
}
#main .right_cases .case_item .case_teaser
{
	display: block;
	margin: 0 0 2px;
}
#main .right_cases .case_item .case_teaser img
{
	max-width: 100%;
}
#main .right_cases .case_item .case_title
{
	font-size: 24px;
    line-height: 28px;
}
#main .right_cases .case_item .case_title a
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
#main .right_cases .case_item .case_title a:hover
{
	color: #ec6606;
	text-decoration: none;
	border-color: #fad9c1;
}
#main .bx-breadcrumb
{
	margin: 20px 0 30px;
    z-index: 2;
    position: relative;
}
#main .bx-breadcrumb-item
{
	display: inline-block;
	color: #999999;
	font-size: 14px;
}
#main .bx-breadcrumb-item .fa
{
	display: none;
}
#main .bx-breadcrumb-item a
{
	color: #999999;
}
#main .bx-breadcrumb-item:before
{
	content: '/';
	display: inline-block;
	padding: 0 2px;
}
#main .bx-breadcrumb-item:first-child:before
{
	content: none;
}
#main .customer_description
{
	margin: 0 0 20px;
}
#main .customer_list .customer_item_name
{
	position: relative;
	margin: 0 0 18px;
	padding-left: 25px;
	font-size: 24px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
	cursor: pointer;
}
#main .customer_list .customer_item_name:before
{
	content: '';
	position: absolute;
	left: 0;
    top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/local/templates/main/css/../images/icons_set.png) 0 -205px no-repeat;
}
#main .customer_list .customer_item_name.open:before
{
	background-position: 0 -234px;
}
#main .customer_list .customer_item_cont 
{
	margin: -5px 0 25px;
	/*padding: 0 0 8px;*/
	border-bottom: 1px solid #d6d6d6;
}
#main .customer_list .customer_content 
{
	margin-left: 20px;
}
#main .team_list .team_description
{
	margin: 0 0 20px;
}
#main .team_list .team_content
{
	font-size: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
}
#main .team_list .persone
{
    width: 32.2%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin: 0 1.7% 25px 0;
}
#main .team_list .persone:nth-child(3n)
{
	margin-right: 0;
}
#main .team_list .persone
{
	padding: 0 0 15px;
	border-bottom: 1px solid #d6d6d6;
}
#main .team_list .persone .team_img
{
	margin: 0 0 10px;
    display: block;
	text-align: center;
}
#main .team_list .persone .comment
{
	margin: 0 0 15px;
	font-size: 16px;
	font-style: italic;
	
}
#main .team_list .persone .name
{
	font-family: 'ProximaNovaBold', arial, sans-serif;
}
#main .team_list .persone a
{
	color: #000;
}
#main .project_list .project
{
	margin: 0 0 24px;
	padding: 0 0 20px;
    font-size: 0;
    border-bottom: 1px solid #d6d6d6;
}
#main .project_list .project:last-child
{
	border: none;
}
#main .project_list .project .name
{
	margin: 0 0 8px;
	font-size: 22px;
}
#main .project_list .project .name a
{
	color: #000;
	text-decoration: none;
}
#main .project_list .project .name a:hover
{
	text-decoration: underline;
}
#main .project_list .project .name.name_mob
{
	display: none;
}
#main .project_list .project .project_logo
{
	/*float: left; */
    width: 34.6%;
    padding: 0 20px 0 0;
    text-align: center;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#main .project_list .project .project_content
{
    width: 65.4%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
#main .project_list .project .project_content.content_full
{
	width: 100%;
}
#main .project_list .project .project_content .caption
{
	font-family: 'ProximaNovaBold', arial, sans-serif;	
}
#main .content .page_navigation
{
	text-align: center;
	line-height: 1;
}
#main .content .page_navigation span, #main .content .page_navigation a
{
	display: inline-block;
	padding: 7px 12px;
}
#main .content .page_navigation .modern-page-current
{
	color: #fff;
	background: #ec6606;
}
#main .content .page_navigation a
{
	color: #000;
	text-decoration: none;
}
#main .content .page_navigation a:hover
{
	color: #ec6606;
}
#main .content .contacts a
{
	color: #000;
}
#main .content .contacts_text
{
	margin: 0 0 30px 20px;
}

#main .contacts
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
}

.contacts_middle_line {
    content: '';
    border-right: 1px solid #d6d6d6;
}

#main .contacts_content
{
	float: left;
	width: 55%;
   /* padding-right: 23px;*/
}
#main .contacts .contacts_phone a
{	
	text-decoration: none;
}
#main .contacts .contacts_phone a:hover
{
	text-decoration: underline;
}
#main .contacts .feedback
{
	float: right;
	width: 32%;
	overflow: hidden;
}

#main .feedback_form {    
    float: right;
	/*width: 30%;*/
	overflow: hidden;
}

#main .contacts #map
{
	width: 100%;
	margin: 0 0 40px;
}
#main form input[type=text], #main form textarea, #main form input[type=tel]
{
	padding: 4px 10px;
	border: 1px solid #d6d6d6;
/*	color: #999999;*/
    border-radius: 5px;
} 

#main form input[type=text]:focus, #main form textarea:focus, #main form input[type=tel]:focus
{
	color: #000000;
	border-color: #999999;
}
#main .contacts form .pole_name
{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
	font-size: 16px;
}
#main .contacts form .pole_row
{
	margin: 0 0 20px;
	font-size: 0;
}
#main .contacts form .pole_row.error_field input
{
	border-color: #d20303;
}
#main .contacts form input[type=text], #main .contacts form textarea, .contacts form input[type=tel]
{
	/*width: 80%;*/
	font-size: 16px;
    vertical-align: middle;
}
#main .contacts form textarea
{
	height: 125px;
	resize: none;
	vertical-align: top;
}
#main form .required_text
{
	color: #d20303;
}
#main .contacts form .required_block
{
	float: left;
	font-size: 14px;
	color: #d20303;
    line-height: 1;
}
#main .contacts form .submit_block input
{
	float: right;
    padding: 8px 18px;
	background: #ec6606;
	border: none;
	color: #fff;
	cursor: pointer;
}
#main .content .form_error_block
{
    line-height: 1;
    margin: 0 0 15px;
	font-size: 14px;
	color: #d20303;	
}
#main .feedback_btn {
    font-size: 18px;
    padding: 10px 20px;
    background: #ec6606;
    color: #fff;
    text-decoration: none;
    width: 240px;
    cursor: pointer;
    border: 0;
    margin-top: 30px;
    float: inherit;
}
#main .feedback h5
{
	margin: 0 0 17px;
}
#main .content .alx_feed_back_form_error_block table
{
	width: 100%;
}
#main .content .alx_feed_back_form_error_block .alx_feed_back_form_mess_ok
{
    background: #ec6606;
    color: #fff;
    padding: 7px 15px;
}
.bx-newsdetail .bx-newsdetail-img
{
	float: left;
	margin-right: 30px;
	width: 400px;
}
.bx-newsdetail .bx-newsdetail-content
{
	font-size: 16px;
}

.bx-newsdetail-date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    grid-gap: 10px;
    padding-left: 15px;
    flex-wrap: nowrap;
}

#main .ya-share2 ul {
    margin-top: 15px;
}

#main .ya-share2 ul li:before {
    list-style-type: none;
    content: none;
}

#main .footer
{
/*
	position: absolute;
	bottom: 0;
*/
	width: 100%;
	padding: 21px 0 19px;
	background: #000000;
	font-size: 14px;
	color: #888888;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#main .footer a
{
	color: #888888;
	text-decoration: none;
}
#main .footer a:hover
{
	text-decoration: underline;
}
#main .footer_logo
{
	float: left;
	display: inline-block;
	width: 105px;
	height: 37px;
    margin-top: 5px;
	background: url(/local/templates/main/css/../images/logo_XT_gray.png) 0 0 no-repeat;
	background-size: contain;
}

#main .footer_content .footer_phone
{
	float: right;
	font-size: 15px;
	font-family: 'ProximaNovaLight', arial, sans-serif;
}
#main .footer_content .footer_phone span
{
	font-size: 19px;
    font-family: 'ProximaNovaBold', arial, sans-serif;
}
#main .footer .nav
{
    display: inline-block;
	background: none;
	width: auto;
	padding: 0;
    height: 25px;
}
#main .footer .nav:before
{
	content: none;
}
#main .footer .nav a
{
	font-size: 14px;
	font-family: inherit;
	color: #888888;
}
#main .footer .nav a:hover
{
	border-bottom: 0px solid #888;
}
#main .footer .nav li:before
{
	border-right: 1px solid #888;
    -webkit-box-shadow: -1px 0px 0px 1px rgba(136,136,136,0.1);
    -moz-box-shadow: -1px 0px 0px 1px rgba(136,136,136,0.1);
    box-shadow: -1px 0px 0px 1px rgba(136,136,136,0.1);
}

#main .footer .nav li:last-child:before {
    display: none;
}

#main .content .customer_list .customer_item_cont {
	display: none;
}
#main .content .customer_list .customer_item_cont.open {
	display: block;
}

#map {
	width: 600px; 
	height: 400px; 
	padding: 0; 
	margin: 0;
}
#main .content .map-columns ul, #main .content .map-columns ul li
{
	padding: 0;
}
#main .content .map-columns li:before
{
	content: none;
}
#main .content .map-columns
{
	width: 100%;
}
#main .content .map-columns li
{
	margin: 0 0 15px;
}
#main .content .map-columns li div
{
	border-bottom: 2px solid #ec6606;	
}
#main .content .map-columns a
{
	font-size: 24px;
	text-decoration: none;
}
#main .content .map-columns li .map-level-1 div
{
	border: none;
}
#main .content .map-columns .map-level-1 li
{
    margin: 15px 0 10px;
}
#main .content .map-columns .map-level-1 a
{
	display: inline-block;
	font-size: 18px;
	font-family: 'ProximaNovaBold', arial, sans-serif;
	color: #000;
}
#main .content .not_found_page
{
	line-height: 30px;
    margin: 34px 0 0;
}
#main .content .not_found_page .error
{
	font-size: 22px;
	color: #d20303;
}
#main .content .not_found_page .map-columns
{
	margin-top: 30px;
}

/******************SITEMAP**********************/
#main .footer .sitemap a {
    display: flex;
    justify-content: center;
}
#main .footer .sitemap a:hover {
    text-decoration: underline;
    font-weight: 600;
}

.custom-sitemap {
    margin-bottom: 99px;
}

.custom-sitemap a {
    color: #000;
    text-decoration: none;
}

.custom-sitemap a:hover {
    color: #535c69;
    text-decoration: underline;
}

#main .content .custom-sitemap {
    line-height: 0px;
}

#main .content .custom-sitemap .map-columns td {
    padding: 0px 6px;
}
#main .content .custom-sitemap .map-columns .map-level-0 {
    margin: 0px;
}

#main .content .custom-sitemap .map-columns .map-level-0 a {
    font-size: 16px !important;
    font-weight: 200;
    line-height: 1.5rem;
}

.custom-sitemap .map-columns .map-level-1 a {
    font-family: 'ProximaNovaRegular', arial, sans-serif !important;
}

.custom-sitemap .map-columns .map-level-1 li {
    padding-left: 20px;
}

#main .content .map-columns .news-list {
    margin: 0px 6px;   
}

#main .content .custom-sitemap .map-columns li {
    margin: 0px;   
    list-style-type: none; 
}

#main .content .custom-sitemap .map-columns .map-level-1 li a {
    margin: 0px 20px; 
}

/******************END***SITEMAP******************/


#main .main_news
{
	overflow: hidden;
    margin-left: -2.1%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
}
#main .main_news .item,
.main_services .item_service {
	position: relative;
	float: left;
	width: 22.9%;
    margin-left: 2.1%;
}

#main .main_news .item:before,
.main_services .item_service:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: -9px;
    left: -4.5%;
    border-right: 1px solid #c5c5c5;
}

#main .main_news .item:first-child:before,
.main_services .item_service:first-child:before {
	content: none;
}

#main .main_news .item .item_img,
.main_services .item_service .item_service_img {
	margin: 0 0 20px;
	height: 96px;
	overflow: hidden;
	text-align: center;
}

#main .main_news .item .item_img img,
.main_services .item_service .item_service_img img {
	max-width: 100%;
	max-height: 100%;
}

#main .main_news .item .item_title,
.main_services .item_service .item_service_title h2 {
    display: inline-block;
	margin: 0 0 14px!important;
	text-decoration: none;
    font-size: 18px!important;
	height: 36px;
    overflow: hidden;
    font-weight: 600!important;
    color: #c75300;
    padding: 0!important;
    line-height: inherit!important;
    transition: color 0.3s ease;
}

#main .main_news .item .item_text {
	margin: 0 0 15px;
	line-height: 18px;
    height: 92px;
    overflow: hidden;
}

#main .main_news .item .more_info,
.main_services .item_service .more_service_info {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 600;
    color: #c75300;
}

#main .main_news .all_news,
.main_services .all_services {
    text-align: right;
    clear: both;
}

#main .main_news .all_news a,
.main_services .all_services a {
    color: #242528;
    font-size: 12px;
}

#main .content.article
{
    position: relative;
    float: left;
    width: 65.6%;
}
#main .content.article:before
{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    border-right: 1px solid #ec6606;
    right: -2.4%
}
#main .sidebar
{
    float: right;
    width: 31%;
}
#main .sidebar .main_news
{
    margin-left: 0;
}
#main .sidebar .main_news .item
{
    width: auto;
    float: none;
    margin: 0 0 12px;
    padding: 15px 0 0;
    border-top: 1px solid #ec6606;
}
#main .sidebar .main_news .item:last-child
{
    padding: 15px 0;
    border-bottom: 1px solid #ec6606;    
}
#main .sidebar .main_news .item .item_title
{
    height: auto;
    margin: 0;
    color: #444444;
    text-decoration: underline;
    line-height: 23px;
}
#main .sidebar .main_news .item .item_title:hover
{
	text-decoration: none;
}
#main .sidebar .main_news .item .item_title:before
{
	content: '';
	display: inline-block;
	width: 17px;
    height: 17px;
    background: url(/local/templates/main/css/../images/icon_arr_sq.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 12px 0 0;
}

.footer .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 1;
}

.logoAndRating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#main .date_social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    margin-right: -51px;
    margin-left: -99px;
}

/*Customer. Competence. Stage.*/

/*
#main #customer-data {
    display: none;
}
*/

#main .customer-hidden {
    display: none;
}

#main #customer-data #bx-panel {
    display: none !important;
}
#main #competence-data #bx-panel {
    display: none !important;
}
#main #stage-data #bx-panel {
    display: none !important;
}


#main #customer-data h1 {
    display: none !important;
}
#main #competence-data h1 {
    display: none !important;
}
#main #stage-data h1 {
    display: none !important;
}


#main #customer-data .bx-breadcrumb {
    display: none !important;
}
#main #competence-data .bx-breadcrumb {
    display: none !important;
}
#main #stage-data .bx-breadcrumb {
    display: none !important;
}


#main #customer-data .header {
    display: none !important;
}
#main #competence-data .header {
    display: none !important;
}
#main #stage-data .header {
    display: none !important;
}


#main #customer-data .btn-link {
    display: none !important;
}
#main #competence-data .btn-link {
    display: none !important;
}
#main #stage-data .btn-link {
    display: none !important;
}


#main #customer-data .footer {
    display: none !important;
}
#main #competence-data .footer {
    display: none !important;
}
#main #stage-data .footer {
    display: none !important;
}



/*
#main #customer-data .customer_list .customer_content {    
    width: 25%;
}
#main #competence-data .customer_list .customer_content {
    width: 25%;
}
#main #stage-data .customer_list .customer_content {
    width: 25%;
}
*/
/*
#main .customer_list .customer_content {
    width: 29%;
}
*/

#main #customer-data .customer_list .customer_item_name {
    font-size: 18px;
}
#main #competence-data .customer_list .customer_item_name {
    font-size: 18px;
    text-align: left;
}
#main #stage-data .customer_list .customer_item_name {
    font-size: 18px;
}


#main .content .customer_list .customer_item_cont.open {
    text-align: justify;
}
#customer-data #main {
    padding-bottom: 1px;
}
#competence-data #main {
    padding-bottom: 1px;
}
#stage-data #main {
    padding-bottom: 1px;
}

#customer-data #main #bx_incl_area_6 .customer_item_cont.open {
    text-align: justify;
}
#customer-data #main .content .customer_list .customer_item_cont.open {
    text-align: left;
}
#customer-data #main .customer_list .customer_content {
    margin-left: 20px;
    width: 26%;
}
#competence-data #main #bx_incl_area_6 span {
    display: none;
}
#competence-data #main #bx_incl_area_6 ul {
    display: none;
}
#competence-data #main #bx_incl_area_6 h2 {
    display: none;
}

#stage-data #main #bx_incl_area_6 span {
    text-align: justify;
    width: 29%;
    display: flex;

}
#competence-data #main .content.no_right_column .info_about {
    width: 97%;
    text-align: justify;
}
#competence-data #main .content.no_right_column {
    width: 29%;
    text-align: justify;
}
#competence-data #main .content ul {
    width: 97%;
    text-align: left;
}
#stage-data #main .content.no_right_column .info_about {
    width: 28%;
    text-align: justify;
}
#competence-data #main .content.no_right_column h2 {
    width: 97%;
    text-align: left;
}
#competence-data #main .customer_list {
    width: 97%;
}
#stage-data #main .customer_list .customer_content {
    width: 26%;
} 

#main .footer .copyright {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 15px;
    gap: 10px;
    padding-top: 50px;
}

.footer_bottom {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.footer_bottom::after {
    content: '';
    width: 100px;
    display: block;
}

.company_details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    float: right;
}

.footer_bottom_left {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.news-slider .owl-stage {

    margin-bottom: 62px;
}

.owl-carousel.slider-news-interest .custom-nav-interest {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.row.date-btn {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.fa-chevron-right:before {
    position: absolute;
    margin-top: -80px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) -50px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    right: -62px;

}

.fa-chevron-left:before {
    position: absolute;
    margin-top: -80px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) 16px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    left: -62px;
}

.slider-link {
    color: #333;
    text-decoration: none;
}

.slider-link:hover {
    color: #333;
    text-decoration: none;
}



#main .questions .customer_list .customer_content {
    margin: 30px 0 40px 40px;
}

#main .rating-article {
    height: 200px;
    width: 100%;
}


.bx-rating {
    color: #333;
    font-size: 20px;
    white-space: nowrap;
    display: inline-flex;
    gap: 10px;
    border: 0px solid #3333;
    width: fit-content;
    padding: 15px 15px 15px 15px;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
}

.rating-stars {
    display: flex;
    gap: 14px;

}

#main .questions .customer_list .customer_content {
    margin: 30px 0 40px 40px;

}

.articles_rating {
    border: 0px #ccc solid;
    width: 45%;
    padding: 16px 0 10px 20px;
}

.articles_rating .bx-rating {
    color: #555;
    font-size: 18px;
}

.articles_rating .bx-rating .fa.fa-star {
    color: #edcf33c9;
    font-size: 2.5rem;
}

.rating_stars .bx-star-active {
    color: #ffd700 !important;
}

.articles_rating .bx-rating .fa.fa-star-o {
    color: #cfcec6;
    font-size: 2.5rem;
}

.bx-newsdetail .rating-subtitle p {
    margin: 0 0 10px !important;
}


.articles_stars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.rating_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.stars_block {
    display: flex;    
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.customer_reviews .owl-carousel .owl-stage-outer {
    height: 500px;
}

.customer_reviews .owl-carousel.slider-news-interest .custom-nav-interest {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-prev {
    position: absolute;
    margin-top: -60px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) 11px center no-repeat rgba(0, 0, 0, 0.4);
    left: -100px;
}

.customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-next {
    position: absolute;
    margin-top: -60px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) 11px center no-repeat rgba(0, 0, 0, 0.4);
    right: -100px;
    background-position: -46px center;

}

.customer_reviews .owl-carousel .owl-item {
    padding: 12px;
    margin-right: 49px !important;
}

.customer_reviews .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    box-shadow: 11px 11px 11px 7px rgba(0, 0, 0, 0.2);
    max-width: 98% !important;
}

.customer_reviews .owl-carousel .owl-item img:hover {
    box-shadow: 10px 8px 18px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.customer_reviews .owl-item.active:hover {
    box-shadow: none !important;
}

.reviews_modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(1px);
    background-color: rgba(0,0,0,0.3);
}

.review_modal-container {
    position: relative;
    margin: 135px auto;
    display: block;
    max-width: 569px;
    height: 78%;
}

.review_modal-content {
    display: block;
    width: 100%;
    height: auto;
}

.reviews_close {
    position: absolute;
    top: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    color: #b3c2c8f5;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1;
}

.reviews_close:hover,
.reviews_close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.no-scroll {
    overflow: hidden;
}

/**************Policy*************/

.logoAndRating .policy {
    padding-top: 15px;
}

.checkbox-container {
    display: inline-block;
    position: relative;
}

.custom-checkbox {
    display: none;
}

.checkbox-label {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

.checkbox-label .checkbox-icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
}

.custom-checkbox:checked + .checkbox-label {
    background-color: #ec6606;
    border-color: #ec6606;
}

.custom-checkbox:checked + .checkbox-label .checkbox-icon {
    display: inline-block;
}

.contacts_form_footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

.policy_checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:4px;
}
.questions .customer_content .customer_item_name {
    transition: color 0.3s ease;
}

.questions .customer_content .customer_item_name:hover {
    color: #ec6606;
}
/************FORM REQUEST*************/

.header_content_right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    top: -32px;
    gap: 20px;
}

.time_search {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-end;
}

.time_mail {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
    bottom: 10px;
    gap: 3px;

}

.working_hours {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-end;
    font-size: 15px;
    gap: 7px;
}


.working_hours img,
.email_xt img {
    width: 16px;
}

.email_xt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3px;
}

.email_xt a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.email_xt a:hover {
/*    font-weight: 600;*/
    cursor: pointer;
    text-decoration: underline;
}

.header_search form {
    display: flex;
}

.form-request-connection {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3px;
}

#openFormRequestBtn {
    background: #000000;
    border: 1px #fff solid;
    border-radius: 5px;
    color: #888888;
    padding: 6px;
    cursor: pointer;
    bottom: 7px;
    position: relative;
}

#openFormRequestBtn:hover {
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border: 2px #fff solid;
}

#main form textarea {
   max-width: 100%;
   box-sizing: border-box;
   width: 480px; 
}

#formRequestModal h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ec6606;
}

#formRequestModal .mfeedback form input[type=text],
#formRequestModal .mfeedback form input[type=tel] {
    color: #000000;
    width: 90%;
}

.mf-phone .mf-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 3px;
}

#formRequestModal .mf-name {
    width: 100%;
}

#formRequestModal .mfeedback form input[type=text]:hover {
    background-color: #e8f0fe;
}

#formRequestModal .input_fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.mf-captcha {
    margin-left: -12px;
    text-align: center;
}

.mf-captcha input[name="captcha_word"] {
    width: 55% !important;
    margin: 22px;
}

/***********New form*****************/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(1px);
}

.modal.open {
    display: block;
    opacity: 1;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    height: auto;
}

#feedbackForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#feedbackForm .mf-text {
    color: #000;
    margin: 10px;
}

#feedbackForm .mf-phone input,
#feedbackForm .mf-name input {
    width: auto;
}

#feedbackForm .input_fields {
    margin: 20px 0 40px 0;
}

.modal-title {
    color: #000;
    text-align: center;
    font-weight: 600;
}

#feedbackForm .fr_btn {
    font-size: 18px;
    padding: 10px 20px;
    background: #ec6606;
    color: #fff;
    cursor: pointer;
    border: 0;
    width: 60%;
}

.mf-ok-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 0 0 0;
    padding-bottom: 0;
}

font.errortext {
    width: 350px;
    display: flex;
    text-align: center;
    font-weight: 600;    
}

#modalContent:has(.mf-ok-text) {
    height: 80px;
    overflow: hidden;
}

#feedbackForm .fr_btn:hover {
    font-weight: 600;
    background: #ec6606a3;
}

/***************articles other pages***************************/

.articles_other_pages .news-slider .owl-stage,
.projects_other_pages .news-slider .owl-stage {
    margin-bottom: 0;
}

.articles_other_pages .random-news h2,
.projects_other_pages .random-news h2 {
    margin-bottom: 20px !important;
}

.articles_other_pages .news-slider .custom-nav-interest .owl-next i.fas.fa-chevron-right {
    position: absolute;
    margin-top: -80px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) -50px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    right: -62px;
    cursor: pointer;
}

.articles_other_pages .news-slider .custom-nav-interest .owl-prev i.fas.fa-chevron-left {
    position: absolute;
    margin-top: -80px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) 16px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    left: -62px;
    cursor: pointer;
}

.articles_other_pages .btn.btn-primary,
.projects_other_pages .btn.btn-primary {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
}

.articles_other_pages .btn.btn-primary:hover,
.projects_other_pages .btn.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
}

.xname {
    display:block;
    height:.1px;
    margin:0!important;
    overflow:hidden;
    padding:0!important;
    width:.1px;
    border:0;
    opacity:.01;
}

.numbered_block_in_article {
    margin-left: 422px;
}

.reviews_control {
    margin: 20px 0 45px;
}

/*********************MAIN_SERVICES************************/

.main_services {
	overflow: hidden;
    margin-left: -2.1%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
}

.main_services .item_service .item_service_text {
	margin: 0 0 15px;
	line-height: 18px;
    height: 92px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent);
    mask-image: linear-gradient(to bottom, black 80%, transparent);
}

.main_services .item_service .item_service_text p {
    margin-top: 0px;
}

span.main_page_block_title {
    margin: 0 0 20px;
    font-size: 28px;
    font-family: 'ProximaNovaBold', arial, sans-serif;
    color: #ec6606;
    display: flex;
    justify-content: space-evenly;
}
/********Project-slider*********/

.projects_other_pages .owl-item img {
    height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    max-width: 70% !important;
}

.projects_other_pages .owl-stage-outer {
    height: 620px;
}

.projects_other_pages .news-slider .custom-nav-interest .owl-next i.fas.fa-chevron-right {
    position: absolute;
    top: 212px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) -50px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    right: -85px;
    cursor: pointer;
}

.projects_other_pages .news-slider .custom-nav-interest .owl-prev i.fas.fa-chevron-left {
    position: absolute;
    top: 212px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) 16px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    left: -60px;
    cursor: pointer;
}

.projects_other_pages .slider-link p,
.projects_other_pages .slider-link h3 {
    padding: 0 15px !important;
    text-align: justify;
    word-wrap: break-word;
    hyphens: auto;
}

.projects_other_pages .owl-carousel .owl-stage-outer {
    padding-left: 15px;
    padding-top: 11px;
    width: 103%;
}

.projects_other_pages .owl-item.active:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.projects_other_pages .project_card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: baseline;
    min-height: 500px !important;
    justify-content: space-between;
}

/************Form_audit_request**********/

.audit_request {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    z-index: 1;
    margin-top: 80px;
}

.audit_request::before,
.audit_request::after {
    content: "";
    position: absolute;
    left: -400px;
    right: -400px;
    background-color: #35353e;
    z-index: -1;
}

.audit_request::after {
    top: -6%;
    bottom: -52px;
}

.audit_request .audit_request_title {
    width: 53%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.audit_request .contacts_middle_line {
    position: relative;
    width: 2%;
    border-right: 0px solid #d6d6d6;
}

.audit_request .contacts_middle_line::before,
.audit_request .contacts_middle_line::after {
    content: "";
    position: absolute;
    left: 50%;
    border-right: 1px solid #d6d6d6;
}

.audit_request .contacts_middle_line::before {
    top: -23px;
    bottom: 50%;
}

.audit_request .contacts_middle_line::after {
    top: 50%;
    bottom: -52px;
}

.audit_request .feedback_form {
    width: 45%;
    margin-top: 68px;
    line-height: 1;
}

.audit_request .audit_request_title span {
    padding: 120px 20px 0 85px;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
}

.audit_request .input_fields {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}

.audit_request .input_fields .mf-name,
.audit_request .input_fields .mf-phone,
.audit_request .input_fields .mf-email,
.audit_request .input_fields .mf-company {
    margin-bottom: 16px;
}

.mf-company input {
    width: 100%;
}
.audit_request .mf-name .mf-text,
.audit_request .mf-phone .mf-text,
.audit_request .mf-email .mf-text,
.audit_request .mf-company .mf-text {
    color: #fff;
    flex-basis: 43%;
    box-sizing: border-box;
}

,
.audit_request .xname .mf-text {
    color: #fff;
    flex-basis: 43%;
    box-sizing: border-box;
}

.audit_request .mf-name .mf-input,
.audit_request .mf-phone .mf-input,
.audit_request .mf-email .mf-input,
.audit_request .mf-company .mf-input {
    flex-basis: 70%;
    box-sizing: border-box;
}

.audit_request .mf-name,
.audit_request .mf-phone,
.audit_request .mf-email,
.audit_request .mf-company {
    width: 100%;
    padding-bottom: 0.4em;
}


.audit_request .feedback_btn:hover {
    font-weight: 600;
    background: #ff9040a3 !important;
    border: 1px solid #fff;
}

.audit_request .mf-ok-text {
    color: #acce11;
    font-weight: bold;
    padding-bottom: 1em;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 18px;
}

.audit_request .mfeedback .mf-name input[type=text],
.audit_request .mfeedback input[type=text],
.audit_request .mfeedback input[type=tel] {
    border-radius: 0 !important;
    background-color: #35353e!important;
    color: #fff;
/*    padding: 10px 10px 0px 10px!important;*/
}

.audit_request .mfeedback input[type=text]:focus,
.audit_request .mfeedback input[type=tel]:focus {
    color: #fff!important;
    background-color: #35353e !important;
    outline: none;
}

.audit_request .mfeedback input[type=text]::placeholder,
.audit_request .mfeedback input[type=tel]::placeholder {
    color: rgb(129, 143, 148, 0.96)!important;
}

.audit_request .mfeedback input[type=text]:-webkit-autofill,
.audit_request .mfeedback input[type=tel]:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 30px #35353e inset !important;
}

.audit_request .policy_checkbox .checkbox-label{
    border: 2px solid rgba(179, 194, 200, .96);
}

.audit_request .input_fields span.mf-req {
    color: #ec6606;
}
.audit_request .policy_checkbox .agreement {
    color: #fff;
}

.audit_request .input_fields .mf-name,
.audit_request .input_fields .xname,
.audit_request .input_fields .mf-phone,
.audit_request .input_fields .mf-email,
.audit_request .input_fields .mf-company {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 0px solid #dde7e9 !important;    
}

.audit_request .mf-captcha input[type=text] {
    border-bottom: 1px solid #dde7e9 !important;
    text-align: center;
}

/************Hover_for_blocks****************/

.item_service .item_service_title h2:hover,
#main .main_news .item .item_title:hover {
    color: #ec6606;
}

.item_service .item_service_img img:hover,
#main .main_news .item .item_img img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.item_service_img img,
#main .main_news .item .item_img img {
    transition: transform 0.3s ease;
}

/************Brands****************/

.brands_main_page .brand_card {
    min-height: auto;
}

.brands_main_page .owl-item img {
    height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    max-width: 70% !important;
}

.brands_main_page .owl-stage-outer {
    height: auto;
}

.brands_main_page .news-slider .custom-nav-interest .owl-next i.fas.fa-chevron-right {
    position: absolute;
    top: 95px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) -50px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    right: -80px;
    cursor: pointer;
}

.brands_main_page .news-slider .custom-nav-interest .owl-prev i.fas.fa-chevron-left {
    position: absolute;
    top: 95px;
    width: 55px;
    height: 86px;
    background: url(/local/templates/main/css/../images/slider_arrows.png) 16px center no-repeat rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0);
    left: -60px;
    cursor: pointer;
}

.brands_main_page .owl-carousel .owl-stage-outer {
    padding-left: 10px;
    padding-top: 35px;
    width: 103%;
}

.brands_main_page .owl-item.active:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.agreement_forms {
    color: #000;
    text-align: center;
    line-height: 1.5;
    margin: 20px 0;
}

.agreement_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main .content .contacts .agreement_contacts a {
    color: #ec6606;
}

#main .content .contacts .agreement_contacts a:hover {
    text-decoration: none;
}
/***************Cookie**************/

#cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 75%;
    background-color: rgba(241, 241, 241, 0.9);
    padding: 20px;
    text-align: center;
    z-index: 1000;
}

#cookie-consent-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    backdrop-filter: blur(5px);
}

#cookie-consent-banner p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
}

#cookie-consent-banner a {
    color: #ec6606;
    text-decoration: underline;
}

#cookie-consent-banner a:hover {
    color: #fb9952;
    text-decoration:none;
}

#accept-cookie {
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #ec6606;
    color: #fff;
    border: none;
    cursor: pointer;
}

#accept-cookie:hover {
    font-weight: 600;
    background: #ec6606a3;
}

/* End */


/* Start:/local/templates/main/css/media.css?175076310319886*/
@media (max-width: 1420px)
{
	#main .main-slider .owl-carousel .owl-controls .owl-nav .owl-prev
	{
		left: -55px;
	}
	#main .main-slider .owl-carousel .owl-controls .owl-nav .owl-next
	{
	    right: -55px;
	}
	#main .top_banner
	{
		height: auto;
	}
    #main .button_menu {
        display: none;        
    }
    #main #triangle-1 {
        display: none;
    }
    #main #horizontal-multilevel-menu li .root-item a {    
    padding: 7px 15px 2px 10px !important;    
    }
}
@media (max-width: 1310px)
{
	#main .main-slider .owl-carousel .owl-controls .owl-nav 
	{
		display: none;
	}
    #main .button_menu {
        display: none;        
    }
    #main #triangle-1 {
        display: none;
    }
    .audit_request .audit_request_title span {
        padding: 0 20px 0 60px;
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
	#main .nav li a, #main .footer .nav a
	{
	    font-size: 13px;
	}
	#main .header .header_top {
    	margin: 12px 0 15px;
	}
	#main .header .header_title
	{
		float: none;
		display: block;
		margin: 0 0 13px;
	    padding: 0 0 0 64px;
	}
	#main .header .header_search
	{
		float: none;
		display: inline-block;
	    vertical-align: bottom;
	}
	#main .header .header_phone
	{
		float: none;
    	display: inline-block;
		top: 0;
	}
	#main .header .header_top
	{
		height: auto;
	}
	#main .header .header_top .clearfix
	{
		display: none;
	}
	#main .footer_logo
	{
		margin: 11px 20px 0 0;
	}
	#main .footer_content .footer_phone
	{
		float: none;
	    margin: 0 0 5px;
	}
	#main .info-list .info_item a
	{
		text-decoration: underline;
		border-bottom: none;
	}
	#main .contacts form input[type=text], #main .contacts form textarea
	{
		width: 100%;
	}
	#main
	{
	    padding-bottom: 155px;
	}
    #main .button_menu {
        display: none;        
    }
    #main #triangle-1 {
        display: none;
    }
    .customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-prev {
        left: -67px;
        margin-top: -87px;
    }
    .customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-next {
        right: -46px;
        margin-top: -87px;
    }
    .header_content_right {
        top: 1px;
    }
    .time_search {
        flex-direction: row;
        margin-left: 50px;
        gap: 30px;
    }
    .form-request-connection {
        flex-direction: row;
        gap: 50px;
    }
    #openFormRequestBtn  {
        bottom: 1px;
    }
    .time_mail {
        bottom: 1px;
    }
    
}
@media (max-width: 1120px)
{
	#main .fact-list .fact_wrapper
	{
		text-align: center;
		text-justify: inherit;
		text-align-last: center;
	}
	#main .fact-list .fact_item
	{
	    width: 22%;
		margin: 0 0 15px;
	}
	#main .info-list .info_item a {
    	line-height: 1.3;
	}
    #main .button_menu {
        display: none;        
    }
    #main #triangle-1 {
        display: none;
    }
    .articles_rating {
        width: 60%;
    }
    .audit_request .audit_request_title span {
        font-size: 34px;
        padding: 0 20px 0 40px;
    }
}

@media (max-width: 1065px) 
{
    ol.numbered_block_in_article {
    margin-left: 0;
    }
}

@media (max-width: 1054px)
{
    .form-request-connection {
        gap: 30px;
    }
    .time_search {
        margin-left: 44px;
        gap: 13px;
    }
}

@media (max-width: 991px)
{
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#main .header .header_content
	{
		margin: 0;
	}
	#main .header .header_title
	{
		padding: 0 0 0 235px;
	}
	#main .header .nav
	{
		width: auto;
	    height: auto;
    	padding-bottom: 3px;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	#main .header .nav:before
	{
		content: none;
	}
	#main .header .header_top
	{
		margin-bottom: 32px;
	}
	#main .nav li
	{
	    padding: 0 13px;
	}
	#main .fact-list .fact_item
	{
	    width: 33.333%;
	}
	#main .info-list .column, #main .info-list .column:last-child
	{
		float: none;
		display: inline-block;
		width: 48%;
		margin: 0 0 20px;
		padding-right: 15px;
		vertical-align: top;
	}
	#main
	{
		padding: 0;
	}
	#main .footer
	{
		position: static;
	    margin-top: 20px;
	}
	#main .main-slider .owl-carousel .owl-controls .owl-dots
	{
		right: 20px;
	}
	#main .right_cases .case_item .case_title
	{
		font-size: 18px;
	}
	#main .customer_list .customer_content
	{
		margin-left: 0;
	}
	#main .customer_list .customer_item_name
	{
		font-size: 20px;
	}
	#main .team_list .persone
	{
		width: 48.3%;
	}
	#main .team_list .persone:nth-child(2n) {
    	margin-right: 0;
	}
	#main .team_list .persone:nth-child(3n) {
		margin-right: 1.7%;
	}
	#main .contacts_content, #main .contacts .feedback
	{
		float: none;
		width: 100%;
		padding: 0;
	}
	#main .contacts:before
	{
		content: none;
	}
	#main .contacts form input[type=text], #main .contacts form textarea
	{
		width: 100%;
	}
	#main .main_news .item
	{
	    width: 47.9%;
		margin-bottom: 20px;
	}
	#main .main_news .item:before
	{
		content: none;
	}
    #main .button_menu {
        display: none;        
    }
    #main #triangle-1 {
        display: none;
    }
    .customer_reviews .owl-carousel .owl-stage-outer {
        height: 100%;
    }
    .audit_request::after {
        bottom: -59px;
    }
    .audit_request .contacts_middle_line::after {
        bottom: -19px;
    }
    #main .footer .copyright {
        padding-top: 0;
    }
    .footer_bottom {
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 40px;
        gap: 20px;
    }
}
@media (max-width: 820px)
{
	#main .footer_content
	{
		margin: 0;
	}
	#main .footer_content .footer_phone {
    	margin: 11px 0 24px;
	}
	#main .footer .nav
	{
		height: auto;
	}
	#main .main-slider .slide_info .text
	{
		max-width: 85%;
		font-size: 38px;
	}
    #main .button_menu {
        display: none;        
    }
    #main #triangle-1 {
        display: none;
    }
    .customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-prev {
        left: -50px;
    }
    .customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-next {
        right: -27px;
    }
    
}
@media (min-width: 768px)
{
	#main .header .nav ul
	{
		display:  block;
	}
    #main .button_menu {
        display: none;        
    }
}
@media (max-width: 767px)
{
    #main .header .nav {
        background: #000;
        margin-left: -40px;
        margin-right: -40px;
        padding-bottom: 0px;
    }
    #main .header {
       border-bottom: 2px solid #ec6606; 
    }
    
    #main .header .header_logo {
        float: none;
        display: block;
        margin: 0;
        background-size: 90%;
    }    
	#main .header .nav .menu_btn
	{
		display: inline-block;
        position: relative;
        left: 620px;
        top: -59px;
	}
	#main .header .nav ul
	{
		display: none;
		padding: 20px 0 0;
	}
	#main .header .nav ul li
	{
		float: none;
		display: block;
		padding: 0 0 15px;
	}
	#main .header .header_top	
	{
	    margin: 0;
		height: 20px;
		overflow: hidden;
	}
	#main .header .header_top:after
	{
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	#main .header .header_title
	{
		display: inline-block;
		max-width: 90%;
		vertical-align: middle;
	    line-height: 26px;
        font-size: 16px;
        padding: 0;
        margin: 0;
	}
	#main .header .nav ul li:before
	{
		content: none;
	}
	#main .header .header_search, #main .header .header_phone
	{
		display: none;
	}
	#main .footer .nav li:before
	{
		content: none;
	}
	#main .nav li {
    	padding: 0 13px 5px 0;
	}
	#main .main-slider .item {
		background-size: auto 100% !important;
		background-position: center !important;
	}
	#main .main-slider .slide_info .text
	{
	    font-size: 26px;
    	line-height: 1.4
	}
	#main .content, #main .right_cases
	{
		float: none;
		width: auto;
    }
	#main .content.article, #main .sidebar
	{
		float: none;
		width: auto;
	}
	#main .content.article:before
	{
		content: none;
	}
    #main .header .nav ul li a:hover {
        display: block;
        left: 0px;
        text-align: left;
    }    
    #main #horizontal-multilevel-menu {
        position: relative;
        display: none;
    }
    #main #horizontal-multilevel-menu ul {
        float: inherit !important;
    }
    
    #main #horizontal-multilevel-menu li a.root-item-selected {
        color: #fff;
        font-weight: bold;
        padding: 12px 12px;
        background: none !important;
    }
    #main #horizontal-multilevel-menu li a.root-item-selected:hover {
        color: #fff;
        font-weight: bold;
        padding: 12px 12px;
        display: inline-block;
        background: none !important;
    }
    #main #horizontal-multilevel-menu li > ul {
        position: relative !important;    
        left: 23px;
        top: 23px;
        transition: all 0.3s ease-out;
        transition-delay: 0.2s;        
        background: #ec6606;
        border: 0px solid #fff;
        color: #fff;
        opacity: 0;
        display: none;
    }
   #main #horizontal-multilevel-menu li:hover > ul {
        display: none;
        transition-delay: 0s;
        width: 234px;
        color: #fff;
        opacity: 1;
        overflow: hidden;
        position: relative;
        transition: max-height 0.3s ease;
        margin: 0;
        padding: 0;
        top: 4px;
    }    
    #main #horizontal-multilevel-menu li > ul > li a {
        color: #fff;
        text-decoration: none;
        display: block;
    }
    #main #horizontal-multilevel-menu li > ul > li a:hover {
        color: #fff;
        text-decoration: underline;
        display: block;
    }
    
    #main #submenu-ul {
        display: none;
    }
   
    #main #submenu-1 a:hover {        
        color: #fff;
        font-weight: bold;
        padding: 12px 12px;
        background: none !important;
    }
    #main #triangle-1 {
        display: inline-block;
        vertical-align: 2px;
    }
    
    #main .info-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
        overflow: visible;
    }
    #main .customer_list .customer_content {
    width: 100%;
    }
    #main .customer_list .customer_item_name {
        
    }
    
    #main .info-list .column {
        width: 100%;
    }
    #competence-data #main .content.no_right_column {
        width: 100%;
    }
    #competence-data #main .content.no_right_column .info_about {
    width: 100%;
    text-align: justify;
    }
    #main #stage-data .content.no_right_column .info_about {
        width: 100%;
        text-align: justify;
    }
    #main #competence-data .content.no_right_column h2 {
        width: 100%;
        text-align: justify;
    }
    #customer-data #main .customer_list .customer_content {
        width: 100%;
    }
    #competence-data #main .customer_list .customer_content {
        width: 100%;
    }
    #stage-data #main .customer_list .customer_content {
        width: 100%;
    }
    #main .footer .copyright {
        margin-top: 10px;
    }
    .articles_rating {
        width: 70%;
    }

    .fa-chevron-right:before {
        right: 1px;
    }
    .fa-chevron-left:before {
        left: 1px;
	}
    #main .questions .customer_content {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 85%;

    }
    #main .date_social {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    #main .content ul {
        padding-left: 0px;
    }
    .row.date_social .col-xs-5 {
        width: 1%;
    }
    .row.date-btn {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .customer_reviews .owl-carousel .owl-item {
        padding: 8px 40px 40px 60px;
    }
    .customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-prev {
        left: -2px;
        width: 46px;
        height: 78px;
        margin-top: -60px;
    }
    .customer_reviews .owl-carousel .owl-controls .custom-nav-interest .owl-next {
        right: -2px;
        width: 46px;
        height: 78px;
        background-position: -54px center;
        margin-top: -60px;
    }
    .time_mail {
        display: none;
    }
    .header_content_right {
        position: absolute;
    }
    #openFormRequestBtn {
        top: 35px;
        left: 300px;
    }
    .audit_request {
        flex-direction: column;
        gap: 0;
        margin-top: 10px;
        align-items: center;
    }
    .audit_request .input_fields {
        margin: 30px 0px 30px 0px;
    }
    .audit_request .audit_request_title {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .audit_request .audit_request_title span {
        padding: 0px 20px 0px 25px;
        font-size: 32px;
    }
    .audit_request .feedback_form {
        width: 80%;
        margin-top: 28px;
    }
    .audit_request .contacts_middle_line::before, 
    .audit_request .contacts_middle_line::after {
        content: none;
    }
    .logoAndRating {
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer_right .nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #cookie-consent-banner {
        width: 90%;
        padding: 10px;
        font-size: 14px;
        bottom: 15%;
    }

    #accept-cookie {
        padding: 8px 16px;
    }
    .audit_request::after {        
        top: -2%;
    }
}

@media (max-width: 685px) 
{
    #main .header .nav .menu_btn {
        left: 590px;
        top: -59px;
    }
    #main .header .header_logo {
        float: none;
        display: block;
        margin: 0;
        background-size: 90%;
    }
    #main .header .nav {
        margin-left: -40px;
        margin-right: -40px;
        padding-bottom: 0px;
    }
    .customer_reviews .owl-carousel .owl-stage-outer {
        height: 100%;
    }
    .audit_request .input_fields .mf-name,
    .audit_request .input_fields .xname,
    .audit_request .input_fields .mf-phone,
    .audit_request .input_fields .mf-email,
    .audit_request .input_fields .mf-company {
        width: 100%;
    }
}

@media (max-width: 639px)
{
    #main .header .header_logo {
        margin: 0;
        background-size: 90%;
    }

    #main .header .header_top {
        margin: 0;
        height: 21px;
        padding: 0;
    }
	#main .header .header_title
	{
	    padding: 3px 0 0;
    	font-size: 15px;
	}
    #main .header .nav .menu_btn {
        left: 550px;
        top: -59px;
    }
    #main .header .nav {
        margin-left: -40px;
        margin-right: -40px;
        padding-bottom: 0px;
    }
	#main .fact-list .fact_item
	{
	    width: 50%;
	}
	#main .info-list {
 	   padding: 30px 0 10px;
	}
	#main .info-list .column, #main .info-list .column:last-child
	{
		display: block;
		width: auto;
	}
	#main .team_list .persone
	{
		width: 100%;
		display: block;
		margin-right: 0;
	}
	#main .project_list .project .name.name_mob
	{
		display: block;
	}
	#main .project_list .project .project_logo, #main .project_list .project .project_content
	{
		width: 100%;
		text-align: left;
	}
	#main .project_list .project .project_content .name
	{
		display: none;
	}
	#main .top_banner
	{
		display: none;
	}
	#main .main_news
	{
		margin-left: 0;
	}
	#main .main_news .item
	{
	    width: auto;
		margin-left: 0;
	}
	#main .main_news .item .item_title, #main .main_news .item .item_text
	{
		height: auto;
	}
    .articles_rating {
        width: 80%;
    }
}

@media (max-width: 590px)
{
    #main .header .header_logo {
        margin: 0;
        background-size: 90%;
    }
    #main .header .header_top {
        margin: 0;
        height: 21px;
        overflow: hidden;
        padding: 0;
    }
    #main .header .header_title {
        padding: 0;
    }
    #main .header .nav {
        margin-left: -40px;
        margin-right: -40px;
        padding-bottom: 0px;
    }
    #main .header .nav .menu_btn {
        display: inline-block;
        position: relative;
        left: 485px;
        top: -59px;
    }
    .articles_rating {
        width: 90%;
    }
    .bx-rating.articles_stars {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #openFormRequestBtn {        
        left: 170px;
    }
    .audit_request .feedback_form {
        width: 90%;
    }
}

@media (max-width: 540px)
{
    #main .header .nav .menu_btn {
        display: inline-block;
        position: relative;
        left: 440px;
        top: -59px; 
    }
    .audit_request .mf-company .mf-text {
        white-space: normal;
        padding-right: 23px;
    }
    .audit_request .audit_request_title span {
        padding: 0px 20px 0px 20px;
        font-size: 26px;
        text-align: center;
    }
    .flex_phone {
        align-items: flex-start;
        padding-left: 13px;
    }
    .footer_bottom {
        align-items: flex-start;
        padding-left: 13px;
    }
    .footer_right .nav ul {
        align-items: flex-start;
    }
}

@media (max-width: 480px)
{    
    #main .header .nav {
        width: auto;
        height: auto;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -40px;
        margin-right: -40px;
    }
	#main .header .header_title
	{
	    display: block;
        z-index: 1;
        position: fixed;
        padding: 0;
	}
	#main .header .header_logo
	{
		float: none;
		display: block;
		margin: 0;
        background-size: 90%;
    
	}
	#main .header .header_top
	{
		height: 0;
	}
    #main .header .nav .menu_btn {
        display: inline-block;
        position: relative;
        left: 375px;
        top: -47px; 
    }
	#main .nav li {
    	float: none;
		display: block;
	}
	#main .footer .nav
	{
		margin: 0 0 5px;
	}
    #main .header .nav ul li {
        float: none;
        display: block;
        padding: 4px 18px 11px;
    }
    #main #horizontal-multilevel-menu li a.root-item-selected {
        padding: 4px 14px 11px !important;
    }
	#main .fact-list .fact_item
	{
	    width: 100%;
		margin: 0 0 20px;
	}
	#main .content .map-columns a
	{
		font-size: 20px;
	}
	#main .content .map-columns .map-level-1 a
	{
		font-size: 14px;
	}
    #main .bx-newsdetail .bx-newsdetail-img
    {
        float: left;
        margin-right: 30px;
        width: 100%;
    }
    .stars_block {
        gap: 10px;
    }
    #main .date_social {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    #main .footer .container {
        display: flex;
        gap: 10px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #openFormRequestBtn {
        top: 25px;
        left: 160px;
        width: 89px;
    }
}
@media (max-width: 460px) {
    #main .header .nav .menu_btn {
        display: inline-block;
        position: relative;
        left: 375px;
        top: -47px;
    }
        
}

@media (max-width: 420px) {
    #main .header .nav .menu_btn {
        display: inline-block;
        position: relative;
        left: 318px;
        top: -47px;
    }
    .customer_reviews .owl-carousel .owl-item {
        margin-right: 47px !important;
    }
    #openFormRequestBtn {
        top: 25px;
        left: 133px;
        width: 79px;
    }
    .modal-content {
        margin: 31% auto;
        width: 330px;
    }
    
    form input[type=text] {
        width: 95% !important;
        margin: 0 15px;
    }
    .modal-title {
        font-size: 15px;
    }
    .close {
        position: relative;
        bottom: 12px;
        left: 6px;
    }
    #main .audit_request .feedback_form {
        overflow: visible;
    }
}
/* End */


/* Start:/local/templates/main/js/owl.carousel.2.0.0/owl.carousel.css?14829353424614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/main/js/owl.carousel.2.0.0/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/local/components/custom/main.feedback/templates/form_request/style.css?1738142355369*/
div.mfeedback {
    /*position: absolute;*/
    
    
}
div.mf-name, div.mf-phone, div.mf-email, div.mf-captcha, div.mf-message {width:100%; padding-bottom:0.4em;}
div.mf-name input, div.mf-phone input, div.mf-email input {width:100%;}
div.mf-message textarea {width: 100%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */


/* Start:/bitrix/components/bitrix/menu/templates/horizontal_multilevel/style.css?14829353644414*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/components/bitrix/menu/templates/horizontal_multilevel/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/components/bitrix/menu/templates/horizontal_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/components/bitrix/menu/templates/horizontal_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */
/* /local/templates/main/css/styles.css?175076310368095 */
/* /local/templates/main/css/media.css?175076310319886 */
/* /local/templates/main/js/owl.carousel.2.0.0/owl.carousel.css?14829353424614 */
/* /local/components/custom/main.feedback/templates/form_request/style.css?1738142355369 */
/* /bitrix/components/bitrix/menu/templates/horizontal_multilevel/style.css?14829353644414 */
