

/* Start:/bitrix/templates/fxrclan/css/reset.css?17485053601365*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input[type=submit]{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
button, input[type=submit]:focus{
	outline: none;
} 
*,::after,::before {
    box-sizing: border-box;
}
/* End */


/* Start:/bitrix/templates/fxrclan/css/bootstrap-grid_5.css?174850536070323*/
/*!
 * Bootstrap Grid v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

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

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/bitrix/templates/fxrclan/css/font-awesome/css/font-awesome.min.css?174850536031000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/fxrclan/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/fxrclan/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/fxrclan/css/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/fxrclan/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/fxrclan/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/fxrclan/css/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/fxrclan/lib/owl-carousel-2/css/owl.carousel.min.css?17485053603351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(/bitrix/templates/fxrclan/lib/owl-carousel-2/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/fxrclan/lib/owl-carousel-2/css/owl.theme.gs.css?17485053604883*/
/**
	* Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme-default .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-theme-default .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px; 
}
.owl-theme-default .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none; 
}
.owl-theme-default .owl-nav .disabled {
	opacity: 0.5;
	cursor: default; 
}
.owl-theme-default .owl-nav.disabled + .owl-dots {
	margin-top: 10px; 
}
.owl-theme-default .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}
.owl-theme-default .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-theme-default .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}
.owl-theme-default .owl-dots .owl-dot.active span, .owl-theme-default .owl-dots .owl-dot:hover span {
	background: #869791; 
}

/*
 * 	GS theme - Header slider
 */

.owl-theme {
	height: auto;
	position: relative;
}
.owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme:hover .owl-nav [class*='owl-']{
	display: inline-block;
}
.owl-theme .owl-nav [class*='owl-'] {
	display: none;
	color: #fff;
	font-size: 32px;
	width: 44px;
	height: 44px;
	line-height: 36px;
	cursor: pointer;
	box-sizing: border-box;
}
.owl-theme .owl-nav .owl-prev {
	float: left;
	padding-left: 12px;
}
.owl-theme .owl-nav .owl-next {
	float: right;
	padding-left: 16px;
}
.owl-theme .owl-nav .fa {
	font-size: 1.5em;
	opacity: 0.7;
}
.owl-theme .owl-nav .fa:hover {
	opacity: 1;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.4;
	cursor: default; 
}
.owl-theme .owl-dots {
	position: absolute;
	z-index: 100;
	bottom: 10px;
	right: 1.7%;
	width: 100%;
	text-align: right;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #fff;
	border:  1px solid #555;
	display: block;
	cursor: pointer;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 10px; 
	opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	opacity: 0.8; 
}
.owl-theme .slideblock {
	height: auto;
	position: relative;
}
.owl-theme .slideblock img {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
}
.owl-theme .slpart {
	max-width: 1100px;
	margin: 0 auto;
}
.owl-theme .slidetext {
	color: #fff;
	left: 4%;
	position: relative;
	top: 100px;
	width: 500px;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 10px 40px 30px;
}
.owl-theme .slidetexthd {
	font-size: 1.9em;
	margin-bottom: 5px;
}
.owl-theme .slidetextdesc {
	font-size: 1.9em;
	margin-bottom: 35px;
}
.owl-theme a.slidetextlink {
	color: #fff;
	border: 3px solid #48a216;
	padding: 8px 13px;
	border-radius: 4px;
	font-size: 1.1em;
	cursor: pointer;
}
.owl-theme a.slidetextlink:hover {
	background:  #48a216;
}
.owl-theme span.cena_color {
	font-size: 1.5em;
}
.owl-theme .slideoverlay {
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	width: 50%;
	height: 0;
}
.owl-theme svg {
	display: block;
	overflow: visible;
}
.owl-theme .slideoverlaypath {
	opacity: 0.4;
}
@media (max-width: 1349px) {
	.owl-theme .owl-nav {
		display: none;
	}
}

/*
 * 	GS theme - Catalog section
 */
.catalog-section__row .owl-theme .owl-nav {
	position: absolute;
	top: 41%;
	right: 0;
	left: 0;
	width: auto;
}
.catalog-section__row .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 41%;
	left: 0;
}
.catalog-section__row .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 41%;
	right: 0;
}
.catalog-section__row .owl-theme .owl-nav .disabled {
	opacity: 0.3;
}
.catalog-section__row .owl-theme .owl-dots {
	position: static;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.catalog-section__row .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 1px;
	margin: 5px 3px;
	opacity: 0.3; 
}
.catalog-section__row .owl-theme .owl-dots .owl-dot.active span, .catalog-section__row .owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1; 
}
@media (max-width: 575px) {
	.catalog-section__row .owl-theme .owl-nav {
		display: none;
	}
}



/* End */


/* Start:/bitrix/templates/fxrclan/lib/fancybox/jquery.fancybox.min.css?174850536012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/fxrclan/lib/flex-gallery/justified-gallery.min.css?17485053602515*/
/*!
 * justifiedGallery - v3.7.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2018 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/body.css?17485053603529*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* class */
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-0 {
  margin-right: 0;
}
.ml-5 {
  margin-left: 5px;
}
.ml-0 {
  margin-left: 0;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.row-0 {
  margin: 0;
}
.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}
.btn-link {
  padding: 20px 30px;
  border-radius: var(--main-template-border-radius-elements);
  background: #CD2122;
  color: #f7f7f7;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.5;
}
.btn-link_oval {
  border-radius: 30px;
}
.btn-link:hover {
  opacity: 0.8;
}
.btn-button {
  padding: 20px 30px;
  border: none;
  border-radius: var(--main-template-border-radius-elements);
  outline: 0;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.5;
}
.btn-button:hover {
  opacity: 0.8;
}
.link-dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.link-dotted:hover {
  border: none;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked + label::before {
  border-color: var(--main-template-color);
  background-color: var(--main-template-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* bitrix */
[id^=bx_incl] {
  display: inline;
}
.content-box *[id^=bx_incl] {
  display: block;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/header.css?175570842515884*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
#header {
  position: relative;
  line-height: 1;
  /* form */
  /* slider top */
  /* HEADER THEME */
  /* header dark */
  /* header light */
}
#header .header-mobile {
  display: none;
}
#header .header-doptop {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #dadada;
  color: #333;
  background: #f7f7f7;
}
#header .header-doptop__search {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .header-doptop__search-text {
  font-size: 0.9em;
  color: #777;
}
#header .header-doptop__search-icon:before {
  content: "\f002";
  font-family: FontAwesome;
  font-weight: 500;
  margin-right: 5px;
}
#header .header-doptop__menu ul {
  display: flex;
}
#header .header-doptop__menu ul a {
  color: #777;
  font-size: 0.9em;
  padding: 0 15px;
}
#header .header-doptop__doptop-menu ul a:hover {
  opacity: 0.8;
}
#header .header-doptop__vision {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .header-doptop__vision-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .header-doptop__vision-icon:hover {
  opacity: 0.8;
}
#header .header-doptop__region {
  position: relative;
  display: flex;
  align-items: center;
}
#header .header-doptop__region-link {
  font-size: 0.9em;
  color: #777;
  cursor: pointer;
}
#header .header-doptop__region:before {
  content: "\f11d";
  font-family: FontAwesome;
  font-size: 1.1em;
  margin-right: 7px;
}
#header .header-doptop__region:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 0.7em;
  color: #777;
  margin: 2px 0 0 5px;
}
#header .header-doptop__region-popup {
  position: absolute;
  z-index: 100;
  top: 30px;
  left: 0px;
  display: none;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  min-width: 240px;
  min-height: 50px;
  padding: 10px 20px;
  background: #fff;
  color: #333;
  white-space: nowrap;
  text-align: left;
  border-radius: 4px;
}
#header .header-doptop__region-popup-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#header .header-doptop__region-popup-item:last-child {
  border-bottom: none;
}
#header .header-doptop__region-popup-link {
  font-size: 0.9em;
  color: #333;
  cursor: pointer;
}
#header .header-doptop__region-popup-link:hover {
  opacity: 0.8;
}
#header .header-doptop__address {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-doptop__address-icon {
  font-size: 1.1em;
  margin-right: 7px;
}
#header .header-doptop__address-icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 1em;
}
#header .header-doptop__address-text {
  font-size: 0.9em;
  color: #777;
}
#header .header-doptop__address-text a {
  color: #777;
}
#header .header-top {
  padding-top: 15px;
  margin-bottom: 10px;
}
/*
#header .header-logo img {
  max-width: 200px;
  max-height: 100px;
}
*/
#header .header-logo__link {
  display: flex;
  align-items: center;
}
#header .header-address {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-address__icon {
  font-size: 1.2em;
  margin-right: 10px;
}
#header .header-address__icon:before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #ED760E;
  /*color: var(--main-template-color);*/
}
#header .header-address__text {
  font-size: 1.2em;
  font-weight: 500;
}
#header .header-phone {
  position: relative;
  text-align: right;
}
#header .header-phone__main-phone {
  /*display: inline-block;*/
  text-align: right;
  margin-bottom: 5px;
  transition: all 1s;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  color: #f7f7f7;
}
#header .header-phone__main-phone:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 0.7em;
  color: #ccc;
  vertical-align: middle;
  display: none;
}
#header .header-phone__main-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #ED760E;
  display: none;
  /*color: var(--main-template-color);*/
}
#header .header-phone__main-phone:hover .header-phone__popup {
  display: block;
}
#header .header-phone__link-phone {
  text-decoration: none;
  font-weight: 500;
  /*font-size: 1.2em;*/
}
#header .header-phone__link-phone:before {
  content: "\f095";
  font-family: FontAwesome;
  /*font-size: 1.2em;*/
  margin: 0 5px;
  color: #ED760E;
}
#header .header-phone__popup {
  position: absolute;
  z-index: 100;
  top: -4px;
  right: 0;
  display: none;
  border: 1px solid #dadada;
  min-width: 240px;
  max-width: 300px;
  min-height: 50px;
  padding: 20px 20px 10px 20px;
  background: #fff;
  color: #333;
  text-align: right;
  border-radius: var(--main-template-border-radius-elements);
}
#header .header-phone__popup-item {
  padding: 15px 20px;
  border-bottom: 1px solid #ececec;
}
#header .header-phone__popup-item:last-child {
  border-bottom: none;
}
#header .header-phone__popup-link-phone {
  color: #333;
  text-decoration: none;
  font-size: 1.2em;
}
#header .header-phone__timework {
  font-size: 0.9em;
}
#header .header-phone__popup-link-email {
  font-size: 0.9em;
  color: #333;
}
#header .header-phone__popup-link-email:hover {
  text-decoration: none;
}
#header .header-phone__messenger ul {
  display: flex;
  justify-content: flex-end;
}
#header .header-phone__messenger ul li {
  margin-right: 15px;
}
#header .header-phone__messenger ul li:last-child {
  margin-right: 0;
}
#header .header-phone__messenger .fa {
  padding: 10px;
  font-size: 1.7em;
  color: #e4e3e3;
  border-radius: var(--main-template-border-radius-elements);
}
#header .header-phone__messenger .fa:hover {
  opacity: 0.8;
}
#header .header-phone__messenger .fa-whatsapp {
  color: #1eaa53;
  font-size: 1.8em;
  margin-top: -2px;
}
#header .header-phone__messenger .fa-telegram {
  color: #1979a1;
}
#header .header-phone__messenger .fa-vk {
  color: #537baa;
}
#header .header-callback {
  display: flex;
  justify-content: end;
  line-height: 1;
}
#header .header-callback__callback-link {
  margin-right: 10px;
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: 1px dotted;
}
#header .header-callback__callback-link:hover {
  border: none;
}
#header .header-callback__email-link {
  margin-right: 10px;
  font-size: 0.9em;
  text-decoration: none;
}
#header .header-callback__email-link:hover {
  opacity: 0.8;
}
#header .header-btn-zayvka__link {
  padding: 15px;
}
#header .header-form {
  position: relative;
  width: 100%;
}
#header .header-form__inner {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
#header .header-slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#header .header-slider__img {
  /*background-position: center;*/
  background-position: top center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#header .header-slider__shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#header .header-slider__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 660px;
}
#header .header-slider__offer {
  position: relative;
  width: 100%;
  color: #f7f7f7;
}
#header .header-slider__offer-inner {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
  padding-top: 100px;
  max-width: 600px;
  border-radius: var(--main-template-border-radius-elements);
}
#header .header-slider__offer-title {
  font-size: 3.8em;
  margin: 0 0 10px 0;
  line-height: 1;
  font-weight: 700;
}
#header .header-slider__offer-desc {
  margin: 0 0 20px 0;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 700;
}
#header .header-slider__offer-price {
  margin: 0 auto;
  font-size: 2.2em;
}
#header .header-slider__offer-btn {
  display: flex;
  margin-top: 30px;
}
#header .header-slider .owl-nav .fa {
  font-size: 2em;
  color: #333;
}
#header .header-slider .owl-prev,
#header .header-slider .owl-next {
  width: 50px;
  height: 50px;
  color: #f7f7f7 !important;
  background: #f7f7f7 !important;
  border-radius: var(--main-template-border-radius-elements);
  outline: 0;
  opacity: 0.5;
}
#header .header-slider .owl-prev:hover,
#header .header-slider .owl-next:hover {
  opacity: 0.8;
}
#header .header-slider .owl-nav .owl-prev {
  margin-left: 2%;
}
#header .header-slider .owl-nav .owl-next {
  margin-right: 2%;
}
#header .header-main-page {
  position: relative;
  width: 100%;
  background: #333;
}
#header .header-main-page-100vh {
  height: 100vh;
}
#header .header-main-page-100vh .header-slider__inner {
  height: 100vh;
}
#header .header-main-page-100vh .header-slider__offer {
  height: 100vh;
}
#header .header-main-page-100vh .header-form {
  height: calc(100vh - 180px);
}
#header .header-inner-main-page .header-address,
#header .header-inner .header-address,
#header .header-inner-main-page .header-phone__link,
#header .header-inner .header-phone__link,
#header .header-inner .header-phone__main-phone:before,
#header .header-inner-main-page .header-callback__callback-link,
#header .header-inner .header-callback__callback-link,
#header .header-inner-main-page .header-callback__email-link,
#header .header-inner .header-callback__email-link {
  color: #f7f7f7;
}
#header .header-inner-main-page .menu-line #flvmenu > ul > li:hover:before,
#header .header-inner .menu-line #flvmenu > ul > li:hover:before,
#header .header-inner-main-page .menu-line #flvmenu > ul > li.root-item-selected:before,
#header .header-inner .menu-line #flvmenu > ul > li.root-item-selected:before,
#header .header-inner-main-page .menu-line #flvmenu > ul > li.item-selected:before,
#header .header-inner .menu-line #flvmenu > ul > li.item-selected:before {
  background: #f7f7f7;
}
#header .header-inner-main-page #flvmenu > ul > li > a,
#header .header-inner #flvmenu > ul > li > a {
  color: #f7f7f7;
}
#header .header-inner-main-page #flvmenu ul li:hover,
#header .header-inner #flvmenu ul li:hover,
#header .header-inner-main-page #flvmenu ul li.root-item-selected,
#header .header-inner #flvmenu ul li.root-item-selected,
#header .header-inner-main-page #flvmenu ul li.item-selected,
#header .header-inner #flvmenu ul li.item-selected {
  background: none;
}
#header .header-inner-main-page #flvmenu ul li ul li:hover,
#header .header-inner #flvmenu ul li ul li:hover,
#header .header-inner-main-page #flvmenu ul li ul li.root-item-selected,
#header .header-inner #flvmenu ul li ul li.root-item-selected,
#header .header-inner-main-page #flvmenu ul li ul li.item-selected,
#header .header-inner #flvmenu ul li ul li.item-selected {
  background: rgba(0, 0, 0, 0.05);
}
#header .header-main-page-fix {
  height: 750px;
}
#header .header-main-page-fix .header-slider__inner {
  height: 750px;
}
#header .header-main-page-fix .header-slider__title {
  font-size: 2.6em;
}
#header .header-main-page-fix .header-slider__price {
  font-size: 2em;
}
#header .header-main-page-fix .header-slider__offer {
  height: 750px;
}
#header .header-main-page-fix .header-form {
  height: calc(750px - 180px);
}
#header .header-inner-main-page {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
}
#header .header-inner-main-page .menu-line {
  /*border-top: 5px solid #ffa500;*/
  border-top: 5px solid #ED760E;
  /*border-top: 1px solid rgba(255, 255, 255, 0.4);*/
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
  display: flex;
  justify-content: space-between;
}
#header .header-inner {
  background: #353432;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#header .header-inner .header-btn-zayvka__link {
  padding: 15px;
  border: 1px solid #ececec;
}
#header .header-inner .menu-line {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
}
#header .header-inner-3 .header-slider-box,
#header .header-inner-4 .header-slider-box {
  position: relative;
  width: 100%;
  background: #333;
}
#header .header-inner-3 .header-slider,
#header .header-inner-4 .header-slider {
  position: absolute;
}
#header .header-inner-3 .header-form,
#header .header-inner-4 .header-form {
  position: relative;
  width: 100%;
}
#header .header-inner-3 .header-address,
#header .header-inner-4 .header-address,
#header .header-inner-3 .header-phone__link,
#header .header-inner-4 .header-phone__link,
#header .header-inner-3 .header-phone__main-phone:before,
#header .header-inner-4 .header-phone__main-phone:before,
#header .header-inner-3 .header-callback__callback-link,
#header .header-inner-4 .header-callback__callback-link,
#header .header-inner-3 .header-callback__email-link,
#header .header-inner-4 .header-callback__email-link {
  color: #333;
}
#header .header-inner-3 .header-slider-box {
  height: 570px;
  border-radius: var(--main-template-border-radius-elements);
}
#header .header-inner-3 .header-slider__shadow,
#header .header-inner-3 .header-slider__img {
  border-radius: var(--main-template-border-radius-elements);
}
#header .header-inner-3 .header-slider {
  height: 570px;
}
#header .header-inner-3 .header-slider__inner {
  height: 570px;
  min-height: 570px;
}
#header .header-inner-3 .header-slider__offer {
  height: 570px;
  left: 3%;
}
#header .header-inner-3 .header-slider__offer-inner {
  padding-top: 30px;
}
#header .header-inner-3 .header-form {
  height: 570px;
  right: 2%;
}
#header .header-inner-3 .header-slider .owl-nav .owl-prev {
  width: 40px !important;
  margin-left: 0.7%;
}
#header .header-inner-3 .header-slider .owl-nav .owl-next {
  width: 40px !important;
  margin-right: 0.7%;
}
#header .header-inner-3 .header-top-menu {
  margin-bottom: 10px;
}
#header .header-inner-3 .menu-line {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
#header .header-inner-3 #flvmenu > ul > li > a {
  color: #333;
}
#header .header-inner-3 #flvmenu ul li:hover,
#header .header-inner-3 #flvmenu ul li.root-item-selected,
#header .header-inner-3 #flvmenu ul li.item-selected {
  background: none;
}
#header .header-inner-3 #flvmenu ul li ul li:hover,
#header .header-inner-3 #flvmenu ul li ul li.root-item-selected,
#header .header-inner-3 #flvmenu ul li ul li.item-selected {
  background: rgba(0, 0, 0, 0.05);
}
#header .header-inner-4 .header-slider-box {
  height: 650px;
}
#header .header-inner-4 .header-slider {
  height: 650px;
}
#header .header-inner-4 .header-slider__inner {
  height: 650px;
  min-height: 650px;
}
#header .header-inner-4 .header-slider__offer {
  height: 660px;
}
#header .header-inner-4 .header-slider__offer-inner {
  padding-top: 30px;
}
#header .header-inner-4 .header-form {
  height: 660px;
}
#header .header-inner-4 .header-btn-zayvka__link {
  padding: 12px 18px;
  background: none;
  color: #CD2122;
  border: 2px solid #CD2122;
}
#header .header-inner-4 .header-top-menu {
  background: #CD2122;
}
#header .header-inner-4 .menu-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .header-inner-4 .menu-line #flvmenu > ul > li:hover:before,
#header .header-inner-4 .menu-line #flvmenu > ul > li.root-item-selected:before,
#header .header-inner-4 .menu-line #flvmenu > ul > li.item-selected:before {
  display: none;
}
#header .header-inner-4 #flvmenu > ul > li > a {
  color: #f7f7f7;
}
#header .header-inner-4 #flvmenu ul li ul li:hover,
#header .header-inner-4 #flvmenu ul li ul li.root-item-selected,
#header .header-inner-4 #flvmenu ul li ul li.item-selected {
  background: rgba(0, 0, 0, 0.05);
}
#header .header-slider__offer-btn .btn-link {
	font-size: 1.2em;
	letter-spacing: normal;
	font-weight: 600;
	border-top: 5px solid #ED760E;
}
/* End */


/* Start:/bitrix/templates/fxrclan/css/footer.css?17485053603471*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
#footer {
  line-height: 1.5;
}
#footer .footer__top,
#footer .footer__top3 {
  background: #323130;
}
#footer .footer__top {
  padding: 70px 0 70px 0;
}
#footer .footer__top3 {
  padding: 50px 0 50px 0;
}
#footer .footer__logo img {
  width: 170px;
  height: auto;
  margin-bottom: 20px;
}
#footer .footer__text {
  margin-bottom: 40px;
  color: #e4e3e3;
  font-size: 0.9em;
}
#footer .footer__phone {
  margin-bottom: 30px;
  font-size: 1.3em;
  color: #e4e3e3;
}
#footer .footer__phone a {
  text-decoration: none;
  color: #e4e3e3;
}
#footer .footer .header-phone__link,
#footer .footer .header-phone__popup-link-email {
  display: none;
}
#footer .footer .header-phone__popup-item {
  margin-bottom: 10px;
}
#footer .footer__btn-callback {
  margin-bottom: 40px;
}
#footer .footer__btn-callback-link {
  padding: 13px 20px;
}
#footer .footer__mail {
  margin-bottom: 15px;
}
#footer .footer__mail-link {
  color: #e4e3e3;
  text-decoration: none;
}
#footer .footer__mail-link:before {
  content: "\f003";
  font-family: FontAwesome;
  font-size: 0.9em;
  margin-right: 8px;
  color: #e4e3e3;
}
#footer .footer__address {
  margin-bottom: 20px;
  color: #e4e3e3;
  font-size: 0.9em;
}
#footer .footer__address:before {
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 7px;
  font-size: 1.1em;
}
#footer .footer__messenger {
  margin: 30px 0;
}
#footer .footer__messenger-item {
  width: 180px;
  height: 45px;
  margin-top: 20px;
  border-radius: var(--main-template-border-radius-elements);
}
#footer .footer__messenger-watssapp {
  background: rgba(30, 170, 83, 0.8);
}
#footer .footer__messenger-watssapp:hover {
  background: #1eaa53;
}
#footer .footer__messenger-telegram {
  background: rgba(0, 136, 204, 0.8);
}
#footer .footer__messenger-telegram:hover {
  background: #0088cc;
}
#footer .footer__messenger-vk {
  background: rgba(69, 102, 142, 0.8);
}
#footer .footer__messenger-vk:hover {
  background: #45668e;
}
#footer .footer__messenger-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #e4e3e3;
}
#footer .footer__title {
  margin: 20px 0;
  font-size: 1em;
  color: #999795;
}
#footer .footer__menu a {
  display: block;
  margin-bottom: 15px;
  font-size: 1em;
  color: #e4e3e3;
  text-decoration: none;
}
#footer .footer__menu a:hover {
  text-decoration: none;
  color: #fdfdfd;
}
#footer .footer__center {
  padding: 0 0 70px 0;
  background: #323130;
}
#footer .footer__center-social ul {
  display: flex;
}
#footer .footer__center-social ul li {
  margin-right: 30px;
}
#footer .footer__center-social .fa {
  padding: 10px;
  font-size: 1.3em;
  background: #595755;
  color: #e4e3e3;
  border-radius: var(--main-template-border-radius-elements);
}
#footer .footer__center-social .fa:hover {
  background: #666462;
}
#footer .footer__bottom {
  padding: 0 0 30px 0;
  background: #323130;
  font-size: 1em;
  color: #999795;
}
#footer .footer__bottom a {
  color: #999795;
}
#footer .footer__bottom a:hover {
  color: #b2b1af;
}
#footer .footer__bottom-inner {
  padding: 30px 0;
  border-top: 1px solid #595755;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/mainpage.css?174850536034540*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.h2-section-main {
  margin: 0 !important;
    font-weight: 600;
    padding-bottom: 20px;
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
/* mixin */
.section-main-page-title {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 2em;
  font-weight: 700;
}
.section-title-align-center {
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-main-page-title__link {
  display: flex;
  align-items: center;
  color: #333;
}
.section-main-page-title__link:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f105";
  font-family: FontAwesome;
  width: 45px;
  height: 35px;
  font-weight: 400;
  font-size: 1.3em;
  border-radius: var(--main-template-border-radius-elements);
}
.section-main-page-title__link:hover {
  opacity: 0.8;
}
.section-main-page-title__link-icon .fa {
  font-size: 0.9em;
}
.section-link-all-center {
  text-align: center;
  margin-top: 30px;
}
.section-link-all-center__link {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid;
  border-radius: var(--main-template-border-radius-elements);
  text-decoration: none;
}
.section-link-all-center__link:hover {
  opacity: 0.8;
}
.section-main-page-desc {
  margin-top: -10px;
  margin-bottom: 35px;
  max-width: 950px;
  color: #777;
}
.section-desc-align-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.section-desc-align-left {
  text-align: left;
}
.section-slider-row {
  position: relative;
}
.section-bg {
  background: #f7f7f7;
}
.section-border-bottom {
  border-bottom: 1px solid #ececec;
}
.section-padding {
  padding: 30px 0;
}
.section-padding-55 {
  padding: 55px 0;
}
.section-padding-55 .section-main-page-title {
  margin-top: 15px;
}
.section-link-more__link {
  display: inline-block;
  font-size: 0.9em;
}
.section-link-more__link:hover {
  opacity: 0.8;
}
.video-bg {
  position: relative;
}
.video-bg__box {
  position: absolute;
  z-index: -1;
  inset: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
}
.video-bg__video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 1940px;
  height: auto;
}
.video-bg__video-company {
  width: 570px;
}
.section-slider.owl-carousel .owl-item img,
.section-slider2.owl-carousel .owl-item img {
  width: auto !important;
}
.section-slider .owl-stage,
.section-slider2 .owl-stage {
  display: flex !important;
}
.section-slider .owl-item,
.section-slider2 .owl-item {
  height: auto !important;
  border: 1px solid #ececec;
  background-color: #fff;
  border-radius: var(--main-template-border-radius-elements);
}
.section-slider .owl-item:hover,
.section-slider2 .owl-item:hover {
  border: 1px solid #dadada;
}
/* MAIN PAGE */
/* section projects list */
.section-projects-list__link {
  display: block;
  width: 100%;
  height: 280px;
}
.section-projects-list__link:hover .section-projects-list__shadow-focus,
.section-projects-list__link:hover .section-projects-list__btn-focus {
  opacity: 1;
}
.section-projects-list__box {
  position: relative;
  width: 100%;
  height: 280px;
}
.section-projects-list__img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.section-projects-list__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url(/bitrix/templates/fxrclan/css/../images/shadow_projects.png) repeat-x top left;
}
.section-projects-list__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.section-projects-list__text-title {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #f7f7f7;
}
.section-projects-list__text-desc {
  color: #f7f7f7;
}
.section-projects-list__shadow-focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.section-projects-list__btn-focus {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 17px 20px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
  opacity: 0;
}
/* section services */
.section-services__item,
.section-services__item-slider {
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-services__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-services__item:hover {
  border: 1px solid #dadada;
}
.section-services__img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.section-services__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.section-services__text {
  text-align: center;
  padding: 20px 20px 110px 20px;
}
.section-services__title {
  margin: 0 0 25px 0;
  font-size: 1.1em;
  min-height: 54px;
}
.section-services__title-popular {
  margin: 0 0 15px 0;
  font-size: 1em;
}
.section-services__title-link {
  color: #333;
}
.section-services__title-link:hover {
  opacity: 0.8;
}
.section-services__price {
  font-size: 1.2em;
  font-weight: 600;
}
.section-services__price-price {
  display: inline;
  font-size: 1.2em;
}
.section-services__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 1em;
  font-weight: 500;
  color: #777;
}
.section-services__btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 40px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.section-services__btn-link {
  display: block;
  padding: 10px 30px;
}
/* section company */
.section-company__row {
  margin-bottom: 50px;
}
.section-company__box-img {
  position: relative;
  width: 400px;
  min-width: 400px;
  height: 400px;
  /*border: 15px solid #ececec;*/
  border: 15px solid #ED760E;
  margin-right: 40px;
  border-radius: var(--main-template-border-radius-elements);
}
.section-company__img {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 25px;
  background-position: center;
  background-size: cover;
  width: 390px;
  height: 325px;
  border-radius: var(--main-template-border-radius-elements);
}
.section-company__img-title {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  width: 350px;
  left: 66px;
  padding: 25px;
  background: rgba(242, 255, 255, 0.7);
  font-size: 1.6em;
  font-weight: 600;
  border-radius: var(--main-template-border-radius-elements);
}
.section-company__title h1 {
  font-size: 2em;
  font-weight: 500;
}
.section-company__text {
  margin-bottom: 20px;
}
.section-company__metric {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-company__metric-nomber,
.section-company__metric-img {
  margin-right: 15px;
}
.section-company__metric-nomber {
  font-size: 3em;
  font-weight: 700;
  color: #ED760E;
}
.section-company__metric-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
}
.section-company__metric-img img {
  max-width: 65px;
  max-height: 65px;
}
.section-company__metric-title {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1em;
}
.section-company__metric-desc {
  margin-top: 5px;
  font-size: 1em;
  color: #777;
  line-height: 1em;
}
.section-company__metric-link {
  text-decoration: none;
  color: #333;
}
.section-company__metric-link:hover {
  opacity: 0.8;
}
/* section portfolio */
.section-portfolio__row {
  position: relative;
}
.section-portfolio__item:hover {
  opacity: 0.9;
}
.section-portfolio__box-img {
  position: relative;
  width: 100%;
  height: auto;
}
.section-portfolio__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.section-portfolio__img-shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
}
.section-portfolio__img-desc {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
}
/* section advantage */
.section-advantage__box-items {
  padding: 0 30px;
  margin-bottom: 30px;
}
.section-advantage__col {
  margin-bottom: 30px;
}
.section-advantage__box-item {
  display: flex;
  padding: 30px 10%;
  background: #fff;
  border: 1px solid #ececec;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-advantage__icon-fa {
  font-size: 2em;
  color: #CD2122;
  margin-right: 20px;
}
.section-advantage__icon-fa-small {
  font-size: 1.7em;
}
.section-advantage__icon-fa i {
  padding: 4px;
  border: 1px solid;
  border-radius: var(--main-template-border-radius-elements);
}
.section-advantage__icon-img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.section-advantage__advantage-title {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}
.section-advantage__link {
  text-decoration: none;
}
.section-advantage__link:hover {
  opacity: 0.8;
}
.section-advantage__advantage-desc {
  font-size: 0.9em;
  min-height: 45px;
  color: #777;
}
.section-advantage__advantage-desc p {
  color: #777;
}
.section-advantage__img-line {
  height: 30px;
  width: 100%;
  font-size: 0px;
  background: url(/bitrix/templates/fxrclan/css/../images/advantage_line.png) no-repeat bottom center;
  background-size: 100% auto;
  opacity: 0.5;
}
.section-advantage__box-link {
  text-align: center;
  margin: 45px auto 25px auto;
}
/* section review */
.section-review__row {
  position: relative;
}
.section-review__btn-focus {
  color: #333;
  margin-top: 50px;
  padding: 20px 30px;
  white-space: nowrap;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.5);
}
.section-review__box-video {
  position: relative;
  width: 100%;
  height: auto;
}
.section-review__box-video:hover .section-review__icon-video {
  opacity: 0.9;
}
.section-review__box-video:hover .section-review__icon-photo {
  opacity: 0.9;
}
.section-review__box-video:hover .section-review__shadow-video {
  opacity: 0.7;
}
.section-review__img-video {
  width: 100%;
  height: auto;
}
.section-review__img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.section-review__shadow-video {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
}
.section-review__icon-video {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/fxrclan/css/../images/icon_youtube.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.section-review__icon-photo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/fxrclan/css/../images/icon_photo.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.section-review__desc-video {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
}
/* section otzyvy */
.section-otzyvy__item,
.section-otzyvy__item-slider {
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px 20px;
  border-radius: var(--main-template-border-radius-elements);
}
.section-otzyvy__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-otzyvy__item:hover {
  border: 1px solid #dadada;
}
.section-otzyvy__name-box {
  margin-bottom: 20px;
}
.section-otzyvy__name-box:before {
  content: "\f10e";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 1em;
  color: #e74347;
}
.section-otzyvy__name {
  display: inline;
  font-weight: 600;
  margin-right: 10px;
}
.section-otzyvy__date {
  display: inline;
  font-size: 0.9em;
  color: #777;
}
.section-otzyvy__text {
  margin: 0 0 10px 0;
}
/* section personal */
.section-personal__item,
.section-personal__item-slider {
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-personal__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-personal__item:hover {
  border: 1px solid #dadada;
}
.section-personal__img-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.section-personal__text {
  padding: 20px 20px 70px 20px;
}
.section-personal__text .fa {
  color: #777;
  margin-right: 5px;
}
.section-personal__title {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-personal__title a {
  color: #333;
}
.section-personal__title a:hover {
  opacity: 0.8;
}
.section-personal__position {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #777;
}
.section-personal__desc {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #777;
}
.section-personal__email {
  margin-bottom: 10px;
}
.section-personal__link {
  position: absolute;
  bottom: 30px;
}
/* section action */
.section-action__item,
.section-action__item-slider {
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-action__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-action__item:hover {
  border: 1px solid #dadada;
}
.section-action__img-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.section-action__text-box {
  padding: 20px 20px 70px 20px;
}
.section-action__data-stop {
  margin-bottom: 15px;
  font-size: 0.9em;
  color: #777;
}
.section-action__title {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}
.section-action__title-link {
  display: inline-block;
  color: #333;
}
.section-action__title-link:hover {
  opacity: 0.8;
}
.section-action__text {
  font-size: 0.9em;
}
.section-action__link {
  position: absolute;
  bottom: 30px;
}
/* section catalog list */
.section-catalog-list__item,
.section-catalog-list__item-slider {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  text-align: center;
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-list__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-catalog-list__item:hover {
  border: 1px solid #dadada;
}
.section-catalog-list__link-title {
  color: #333;
  text-decoration: none;
}
.section-catalog-list__link-title:hover {
  opacity: 0.8;
}
.section-catalog-list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 200px;
  padding: 0;
  margin-bottom: 30px;
}
img.section-catalog-list__img-img {
  max-width: 100%;
  max-height: 200px;
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-list__text-title {
  font-size: 1em;
  font-weight: 500;
  color: #333;
}
.section-catalog-list__text-desc {
  margin-top: 10px;
  color: #333;
  font-size: 0.9em;
}
.section-catalog-list2__row {
  margin-bottom: 50px;
}
.section-catalog-list2__link-title {
  color: #333;
  text-decoration: none;
}
.section-catalog-list2__link-title:hover {
  opacity: 0.8;
}
.section-catalog-list2__item,
.section-catalog-list2__item-slider {
  width: 100%;
  height: 280px;
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-list2__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-catalog-list2__item:hover {
  border: 1px solid #dadada;
}
.section-catalog-list2__img-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-list2__shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  opacity: 0.8;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 85%);
  /*background: url(/bitrix/templates/fxrclan/css/../images/shadow_bottom.png) repeat-x bottom left;*/
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-list2__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.section-catalog-list2__text-title {
  font-size: 1.5em;
  margin-bottom: 5px;
  font-weight: 500;
  color: #f7f7f7;
}
.section-catalog-list2__text-desc {
  color: #f7f7f7;
}
/* section catalog */
.owl-carousel .owl-item .section-catalog img {
  width: auto;
}
.owl-carousel .owl-item .section-catalog-tile__item {
  background-color: #fff !important;
}
.section-catalog-tile__tabs-box > ul.section-catalog-tile__tabs-ul > li.active,
.section-catalog-tile__tabs-box > ul.section-catalog-tile__tabs-ul > li.active:hover,
.section-catalog-tile__tabs-box > ul.section-catalog-tile__tabs-ul > li:hover {
  background-color: var(--main-template-color);
  color: #f7f7f7;
}
.section-catalog-tile__tabs-box ul.section-catalog-tile__tabs-ul {
  margin-bottom: 20px;
}
.section-catalog-tile__tabs-box > ul.section-catalog-tile__tabs-ul > li {
  padding: 10px 1%;
  font-size: 1em;
  background-color: #f7f7f7;
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-tile__item,
.section-catalog-tile__item-slider {
  width: 100%;
  height: 100%;
  padding: 20px 20px 67px 20px;
  /*border-radius: var(--main-template-border-radius-elements);*/
}
.section-catalog-tile__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-catalog-tile__item:hover {
  border: 1px solid #dadada;
}
.section-catalog-tile__top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  margin-bottom: 10px;
}
.section-catalog-tile__wishlist {
  cursor: pointer;
}
.section-catalog-tile__wishlist:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 1.2em;
  margin: 0 10px;
}
.section-catalog-tile__wishlist.active:before {
  color: #e74347;
}
.section-catalog-tile__img-box-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.section-catalog-tile__img-container {
  max-width: 300px;
  width: 100%;
  height: 220px;
}
.section-catalog-tile__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
}
img.section-catalog-tile__img-img {
  max-width: 100%;
  max-height: 220px;
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-tile__promo-box {
  font-size: 0.8em;
}
.section-catalog-tile__promo-action,
.section-catalog-tile__promo-sale {
  display: inline-block;
  margin: 0 1px;
  padding: 5px 10px;
  border-radius: var(--main-template-border-radius-elements);
  font-weight: 500;
}
.section-catalog-tile__promo-action {
  background-color: #e74347;
  color: #f7f7f7;
}
.section-catalog-tile__promo-sale {
  background-color: #0e85ed;
  color: #fff;
}
.section-catalog-tile__promo-economy {
  display: flex;
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 2;
  background: #fced6a;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.section-catalog-tile__promo-economy-number {
  margin: 0 3px;
}
.section-catalog-tile__text-box {
  color: #333;
}
.section-catalog-tile__title-link {
  display: inline-block;
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
  line-height: 1em;
}
.section-catalog-tile__title {
  margin-top: 20px;
}
.section-catalog-tile__title-link:hover {
  opacity: 0.8;
}
.section-catalog-tile__status-box {
  /*display: flex;
  margin-bottom: 15px;*/
}
.section-catalog-tile__article {
  font-size: 0.8em;
  color: #777;
}
.section-catalog-tile__status {
  margin-right: 10px;
  font-size: 0.8em;
}
.section-catalog-tile__status-nal {
  color: #3bc915;
}
.section-catalog-tile__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.section-catalog-tile__status-nonal {
  color: #e74347;
}
.section-catalog-tile__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.section-catalog-tile__status-zakaz {
  color: #777;
}
.section-catalog-tile__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.section-catalog-tile__status-time {
  color: orange;
}
.section-catalog-tile__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.section-catalog-tile__price-box {
  margin-top: 15px;
  /*min-height: 55px;*/
}
.section-catalog-tile__price-now {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
}
.section-catalog-tile__price-ot {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 2px;
}
.section-catalog-tile__price-rub {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
}
.section-catalog-tile__price-old {
  display: inline-block;
  margin: 0px 0 0 0;
  text-decoration: line-through;
  font-size: 1em;
  color: #777;
}
.section-catalog-tile__skidka-box {
  display: inline-block;
  margin-left: 25px;
  padding: 4px 7px;
  border-radius: var(--main-template-border-radius-elements);
  font-size: 0.9em;
  font-weight: 500;
  background: #f9e314;
}
.section-catalog-tile__btn {
  position: absolute;
  bottom: 10px;
}
/* section map */
.section-map {
  position: relative;
  height: 550px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section-map__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: 1;
}
.section-map__contacts {
  position: relative;
  top: 90px;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--main-template-border-radius-elements);
}
.section-map__contacts-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ececec;
}
.section-map__contacts-item:last-child {
  border: none;
}
.section-map__title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-map__phone-link {
  color: #333;
}
.section-map__email-link {
  color: #333;
}
.section-map .fa {
  font-size: 1.5em;
  color: #323130;
  margin-right: 20px;
}
/* section portfolio-projects */
.section-portfolio-projects__item,
.section-portfolio-projects__item-slider {
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-portfolio-projects__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-portfolio-projects__item:hover {
  border: 1px solid #dadada;
}
.section-portfolio-projects__img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.section-portfolio-projects__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.section-portfolio-projects__text {
  text-align: center;
  padding: 20px 20px 110px 20px;
}
.section-portfolio-projects__title {
  margin: 0 0 25px 0;
  font-size: 1.1em;
  min-height: 54px;
}
.section-portfolio-projects__title-popular {
  margin: 0 0 15px 0;
  font-size: 1em;
}
.section-portfolio-projects__title-link {
  color: #333;
}
.section-portfolio-projects__title-link:hover {
  opacity: 0.8;
}
.section-portfolio-projects__properties {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9em;
  justify-content: space-between;
  color: #000;
}
.section-portfolio-projects__title-link {
  text-decoration: none;
  color: #000;
}
.section-portfolio-projects__title-link:hover {
  opacity: 0.8;
}
.section-portfolio-projects__preview-text {
  font-size: 0.8em;
  margin: 10px 0 30px;
}
.section-portfolio-projects__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 0.4em;
}
.section-portfolio-projects__btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 40px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.section-portfolio-projects__btn-link {
  display: block;
  padding: 10px 30px;
}
/* section-tariff */
.section-tariff__item,
.section-tariff__item-slider {
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-tariff__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-tariff__item:hover {
  border: 1px solid #dadada;
}
.section-tariff__img-box {
  width: 100%;
  height: auto;
}
.section-tariff__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.section-tariff__text {
  padding: 20px 20px 130px 20px;
}
.section-tariff__preview-text,
.section-tariff__detail-text {
  margin: 10px 0;
}
.section-tariff__title {
  margin-bottom: 10px;
  font-size: 1.1em;
  text-align: center;
}
.section-tariff__price {
  padding: 10px 0;
  min-height: 80px;
  text-align: center;
}
.section-tariff__price-price {
  font-size: 1.5em;
  font-weight: 600;
}
.section-tariff__price-old {
  display: block;
  margin: 3px 0 0 0;
  text-decoration: line-through;
  font-size: 1.2em;
  color: #777;
}
.section-tariff__work {
  margin: 0;
  font-size: 1em;
}
.section-tariff .section-tariff__work ul {
  margin: 0;
  list-style: none;
}
.section-tariff .section-tariff__work ul li:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #e74347;
  margin-right: 10px;
}
.section-tariff__hide {
  display: none;
}
.section-tariff__btn-js-box {
  margin-top: 20px;
  margin-left: 10px;
  height: 20px;
  text-align: left;
}
.section-tariff__btn-js {
  color: #333;
  font-size: 0.9em;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dotted;
  padding-bottom: 2px;
}
.section-tariff__btn-js:hover {
  border: none;
}
.section-tariff__btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 40px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.section-tariff__btn-link {
  display: block;
  padding: 12px 30px;
}
/* section partners */
.section-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
}
.section-partners__item:hover {
  border: 1px solid #dadada;
}
.section-partners__img {
  width: auto !important;
  max-width: 130px;
  max-height: 100px;
}
/* section news */
.section-news__item,
.section-news__item-slider {
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-news__item {
  position: relative;
  border: 1px solid #ececec;
  background-color: #fff;
}
.section-news__item:hover {
  border: 1px solid #dadada;
}
.section-news__text-box {
  padding: 20px 20px 40px 20px;
}
.section-news__desc {
  margin-bottom: 40px;
  text-align: center;
}
.section-news__img-box {
  position: relative;
  z-index: 1;
}
.section-news__img-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.section-news__section-name {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.section-news__section-name-link {
  padding: 3px 10px;
  font-size: 0.9em;
  color: #f7f7f7;
  background: var(--main-template-color);
  border-radius: var(--main-template-border-radius-elements);
  opacity: 0.8;
}
.section-news__section-name-link:hover {
  opacity: 1;
}
.section-news__section-name-text {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  color: #999;
  border: 1px solid #ccc;
  font-size: 0.9em;
  border-radius: var(--main-template-border-radius-elements);
}
.section-news__shadow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(/bitrix/templates/fxrclan/css/../images/shadow_bottom.png) repeat-x bottom left;*/
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: var(--main-template-border-radius-elements);
}
.section-news__icon-video {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/fxrclan/css/../images/icon_youtube.png);
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.section-news__icon-video:hover {
  opacity: 1;
}
.section-news__icon-video-one {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/fxrclan/css/../images/icon_youtube.png);
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.section-news__icon-video-one:hover {
  opacity: 1;
}
.section-news__gallery {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  right: 0;
  padding: 0 30px;
  z-index: 100;
  cursor: pointer;
  opacity: 0.8;
}
.section-news__gallery:hover {
  opacity: 1;
}
.section-news__gallery .fa {
  font-size: 1.8em;
  color: #fff;
}
.section-news__title-link {
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
.section-news__title-link:hover {
  opacity: 0.8;
}
.section-news__count-box {
  margin-top: 10px;
  font-size: 0.9em;
  color: #333;
}
.section-news__date-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
}
.section-news__date {
  margin: 0 20px 10px 0;
  font-size: 0.9em;
  color: #777;
}
.section-news__counter {
  font-size: 0.9em;
  color: #777;
}
.section-news__counter:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 1em;
  opacity: 0.8;
  margin-right: -2px;
}
.section-news__item-one {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
}
.section-news__item-one:hover {
  border: 1px solid #dadada;
}
.section-news__img-box-one {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-news__img-img-one {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.section-news__text-box-one {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 0;
}
.section-news__text-box-one {
  padding: 0 30px;
}
.section-news__title-link-one,
.section-news__title-link-other {
  font-size: 1.7em;
  font-weight: 500;
  color: #f7f7f7;
}
.section-news__title-link-one:hover,
.section-news__title-link-other:hover {
  opacity: 0.8;
}
.section-news__title-link-one {
  font-size: 1.7em;
}
.section-news__title-link-other {
  font-size: 1.4em;
}
.section-news__count-box-one {
  margin-top: 10px;
  font-size: 0.9em;
  color: #f7f7f7;
}
.section-news__date-box-one {
  display: flex;
  margin-top: 10px;
}
.section-news__date-one {
  margin: 0 20px 0 0;
  font-size: 0.9em;
  color: #f7f7f7;
}
.section-news__counter-one {
  font-size: 0.9em;
  color: #f7f7f7;
}
.section-news__counter-one:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 1em;
  color: #f7f7f7;
}
/* section product */
.section-product__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}
img.section-product__img-img {
  max-width: 100%;
  max-height: 500px;
  border-radius: var(--main-template-border-radius-elements);
}
.section-product__item {
  padding: 50px;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: var(--main-template-border-radius-elements);
}
.section-product__title {
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-product__title-link {
  color: #333;
}
.section-product__title-link:hover {
  opacity: 0.8;
}
.section-product__desc {
  margin-bottom: 30px;
}
.section-product__calc-title {
  font-weight: 500;
  margin-bottom: 30px;
}
.section-product__option-box {
  margin-bottom: 40px;
}
.section-product__option-item {
  margin-bottom: 12px;
}
.section-product__price-box {
  margin-bottom: 50px;
}
.section-product__base-price-box {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: 500;
}
.section-product__base-price-ot {
  margin-right: 10px;
}
.section-product__base-price-ed {
  margin-left: 10px;
}
.section-product__action-box {
  display: flex;
  align-items: center;
}
.section-product__action-price-box {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 1.2em;
  text-decoration: line-through;
}
.section-product__action-old-price-ot {
  margin-right: 5px;
}
.section-product__action-old-price-ed {
  margin-left: 5px;
}
.section-product__action-discount {
  display: inline-block;
  margin-left: 20px;
  padding: 3px 10px;
  background-color: #f9e314;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.section-product__price-text {
  margin-top: 10px;
  color: #777;
  font-size: 0.9em;
}
.section-product__btn-box {
  display: flex;
  align-items: center;
  margin: 50px 0 20px 0;
}
.section-product__btn-pay-link {
  padding: 15px 30px;
  margin-right: 20px;
  background-color: var(--main-template-color);
  border: 1px solid var(--main-template-color);
  color: #f7f7f7;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.section-product__btn-detail-link {
  padding: 15px 30px;
  border: 1px solid var(--main-template-color);
  color: var(--main-template-color);
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.section-product__btn-pay-link:hover,
.section-product__btn-detail-link:hover {
  opacity: 0.8;
}
/* section user */
.section-user-block__inner {
  padding-bottom: 20px;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/content.css?174850536035204*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
/* wrapper */
.wrapper {
  padding: 30px 0 70px 0;
}
.wrapper-main-page {
  padding: 0;
}
.wrapper-inner {
  display: flex;
}
.content-box {
  width: 100%;
  /* spec */
}
.content-box p,
.content-box ul,
.content-box ol {
  color: #333;
}
.content-box p {
  margin: 0 0 10px 0;
}
.content-box ul,
.content-box ol {
  margin: 10px 0 20px 5%;
}
.content-box ul {
  list-style: square;
}
.content-box ol {
  list-style: decimal;
}
.content-box ul li,
.content-box ol li {
  margin-bottom: 10px;
}
.content-box img {
  max-width: 100%;
  height: auto;
}
.content-box b,
.content-box strong {
  font-weight: 600;
}
.content-box i {
  font-style: italic;
}
.content-box i.fa {
  font-style: normal;
}
.content-box sup {
  position: relative;
  top: -0.5em;
}
.content-box sub {
  position: relative;
  top: 0.5em;
}
.wrapper h1 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
.content-box h1 {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
.content-box h2 {
  font-size: 1.6em;
  margin: 27px 0 20px 0;
}
.content-box h3 {
  font-size: 1.4em;
  margin: 27px 0 20px 0;
}
.content-box h4 {
  font-size: 1.14em;
  margin: 27px 0 20px 0;
}
.content-box h5 {
  font-size: 1em;
  font-weight: bold;
}
.content-box table {
  width: 100%;
  border: 1px solid #dadada;
  font-size: 0.9em;
  margin: 20px 0 30px 0;
}
.content-box td,
.content-box th {
  border: 0;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #dadada;
}
.content-box th {
  text-transform: uppercase;
  padding: 15px 5px;
  background: #CD2122;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
}
.content-box tr {
  background: #fff;
}
.content-box table td:first-child {
  text-align: left;
  padding-left: 24px;
}
.content-box table tr:nth-child(odd) {
  background: #f7f7f7;
}
/* link back infoblock */
.link_back {
  margin-top: 20px;
}
.link_back a {
  display: flex;
  align-items: center;
}
.link_back .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #CD2122;
  border-radius: var(--main-template-border-radius-elements);
  padding-right: 2px;
  margin-right: 10px;
}
.link_back a {
  text-decoration: none;
}
.link_back a:hover {
  opacity: 0.8;
}
/* castom */
.section-slider .owl-nav,
.section-slider2 .owl-nav {
  display: inline-block;
  margin-top: 30px;
}
.section-slider .owl-prev,
.section-slider2 .owl-prev {
  margin-right: 7px;
}
.section-slider .owl-prev,
.section-slider2 .owl-prev,
.section-slider .owl-next,
.section-slider2 .owl-next {
  width: 30px;
  height: 30px;
  color: #f7f7f7 !important;
  background: #CD2122 !important;
  border-radius: var(--main-template-border-radius-elements);
  outline: 0;
}
.section-slider .owl-prev:hover,
.section-slider2 .owl-prev:hover,
.section-slider .owl-next:hover,
.section-slider2 .owl-next:hover {
  opacity: 0.8;
}
/* other */
.section-desc {
  margin-top: 30px;
}
.h2-section {
  font-weight: 600;
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
  background-color: #CD2122;
}
.bx-pagination .bx-pagination-container ul li span {
  border-radius: var(--main-template-border-radius-elements);
}
/* SERVICES */
.services-sections__col {
  margin-bottom: 30px;
}
.services-sections__item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #ececec;
  padding: 0;
  border-radius: var(--main-template-border-radius-elements);
}
.services-sections__item:hover {
  border: 1px solid #dadada;
}
.services-sections__img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.services-sections__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.services-sections__text {
  padding: 20px 20px 30px 20px;
}
.services-sections__title {
  margin: 0 0 10px 0;
  font-size: 1.3em;
  font-weight: 500;
}
.services-sections__title-link {
  text-decoration: none;
  color: #333;
}
.services-sections__title-link:hover {
  opacity: 0.8;
}
.services-sections__text-desc {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.services-sections ul {
  margin: 0;
}
.services-sections ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px 0 0;
}
.services-sections__links-link {
  font-size: 0.9em;
}
.services-sections__links-link:hover {
  opacity: 0.8;
}
.services-sections-list__item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  padding: 40px 0 10px 0;
}
.services-sections-list__item:first-child {
  padding-top: 0;
}
.services-sections-list__item:last-child {
  margin-bottom: 50px;
}
.services-sections-list__img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.services-sections-list__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.services-sections-list__text {
  padding-left: 0;
}
.services-sections-list__title {
  margin: 10px 0 20px 0;
  font-size: 1.5em;
  font-weight: 500;
}
.services-sections-list__title-link {
  text-decoration: none;
  color: #000;
}
.services-sections-list__title-link:hover {
  opacity: 0.8;
}
.services-sections-list__desc {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.services-sections-list ul {
  margin: 0;
}
.services-sections-list ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.services-sections-list__links-link {
  font-size: 0.9em;
}
.services-sections-list__links-link:hover {
  opacity: 0.8;
}
.services-view-tile__col {
  margin-bottom: 30px;
}
.services-view-tile__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 0;
  border-radius: var(--main-template-border-radius-elements);
}
.services-view-tile__item:hover {
  border: 1px solid #dadada;
}
.services-view-tile__img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.services-view-tile__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.services-view-tile__text {
  text-align: center;
  padding: 20px 20px 110px 20px;
  background: #fff;
}
.services-view-tile__title {
  margin: 0 0 25px 0;
  font-size: 1.1em;
  min-height: 54px;
}
.services-view-tile__title-popular {
  margin: 0 0 15px 0;
  font-size: 1em;
}
.services-view-tile__title-link {
  color: #333;
}
.services-view-tile__title-link:hover {
  opacity: 0.8;
}
.services-view-tile__price {
  font-size: 1.2em;
  font-weight: 600;
}
.services-view-tile__price-price {
  display: inline;
  font-size: 1.2em;
}
.services-view-tile__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 1em;
  font-weight: 500;
  color: #777;
}
.services-view-tile__btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 40px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.services-view-tile__btn-link {
  display: block;
  padding: 10px 30px;
}
.services-view-tile__desc-section {
  margin-top: 20px;
}
.services-view-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  padding: 40px 0;
}
.services-view-list__item:first-child {
  padding-top: 0;
}
.services-view-list__item:last-child {
  margin-bottom: 30px;
}
.services-view-list__img {
  display: flex;
  align-items: top;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.services-view-list__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.services-view-list__text {
  text-align: left;
}
.services-view-list__title {
  margin: 10px 0 20px 0;
  font-size: 1.5em;
  font-weight: 500;
}
.services-view-list__title-link {
  color: #333;
}
.services-view-list__title-link:hover {
  opacity: 0.8;
}
.services-view-list__desc-text {
  margin-bottom: 20px;
  color: #333;
  font-size: 0.9em;
}
.services-view-list__price-price {
  display: inline;
  font-size: 1.5em;
}
.services-view-list__price-old {
  display: inline-block;
  margin: 3px 0 0 10px;
  text-decoration: line-through;
  font-size: 1.2em;
  color: #e74347;
}
.services-view-list__btn-link {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 30px;
}
.services-view-list__desc-section {
  margin-top: 20px;
}
.services-news-detail__slider-box {
  margin-bottom: 40px;
  border: 1px solid #ececec;
  background: #f7f7f7;
  border-radius: var(--main-template-border-radius-elements);
}
.services-news-detail__img-box,
.services-news-detail__form-box {
  min-height: 350px;
  height: 100%;
}
.services-news-detail__img-box {
  position: relative;
  width: 100%;
}
.services-news-detail__img-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.services-news-detail__img-shadow {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: var(--main-template-border-radius-elements);
}
.services-news-detail__form-box {
  padding: 25px 30px;
}
.services-news-detail__form-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}
/* PORTFOLIO-PROJECTS */
.portfolio-projects-list__item {
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
}
.portfolio-projects-list__item:first-child {
  padding-top: 20px;
}
.portfolio-projects-list__img {
  width: 100%;
  height: auto;
}
.portfolio-projects-list__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.portfolio-projects-list__properties {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9em;
  justify-content: space-between;
  color: #333;
}
.portfolio-projects-list h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.3em;
}
.portfolio-projects-list__title-link {
  text-decoration: none;
  color: #333;
}
.portfolio-projects-list__title-link:hover {
  opacity: 0.8;
}
.portfolio-projects-list__preview-text {
  font-size: 0.8em;
  margin: 10px 0 30px;
}
.portfolio-projects-list__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #333;
  height: 1em;
  margin: 0 0.4em;
}
.portfolio-projects-list__link-more {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
}
.portfolio-projects-list__desc-section {
  margin-top: 20px;
}
.portfolio-projects-detail {
  margin-top: 10px;
}
.portfolio-projects-detail__row-top {
  margin-bottom: 30px;
}
.portfolio-projects-detail__img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.portfolio-projects-detail__img-img {
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.portfolio-projects-detail__img-img:hover {
  opacity: 0.8;
}
.portfolio-projects-detail__properties {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9em;
  justify-content: space-between;
  color: #333;
}
.portfolio-projects-detail__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #333;
  height: 1em;
  margin: 0 0.4em;
}
.portfolio-projects-detail__photo {
  padding: 5px 0;
}
.portfolio-projects-detail__photo-img {
  width: 100%;
  height: auto;
}
.portfolio-projects-detail__btn {
  margin-top: 30px;
}
.portfolio-projects-detail__btn-link {
  display: inline-block;
  padding: 20px;
}
/* PORTFOLIO */
.portfolio-sections__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: var(--main-template-border-radius-elements);
}
.portfolio-sections__item:hover {
  border: 1px solid #dadada;
}
.portfolio-sections__img {
  width: 100%;
  height: auto;
  line-height: 0;
  border: 1px solid #ececec;
}
.portfolio-sections__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
h2.portfolio-sections__title {
  position: absolute;
  left: 10px;
  bottom: 13%;
  margin: 0;
  display: block;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: var(--main-template-border-radius-elements);
  font-size: 1.1em;
}
.portfolio-sections__title-link {
  color: #fff;
  text-decoration: none;
}
.portfolio-list__img {
  margin-bottom: 10px;
}
.portfolio-list__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.portfolio-list__title {
  text-align: center;
}
.portfolio-list__title-link:hover {
  opacity: 0.8;
}
.portfolio-list__desc-section {
  margin-top: 20px;
}
.portfolio-detail a {
  line-height: 0;
}
.portfolio-detail__desc {
  margin-top: 30px;
}
/* PRICE */
.accordion h2 {
  font-size: 1.1em;
  margin: 0;
  background: #CD2122;
}
.accordion h2:hover {
  opacity: 0.9;
}
.accordion table {
  font-size: 1em;
  margin: 0;
}
.accordion table th {
  background: #f7f7f7;
  color: #333;
  font-size: 1em;
}
.accordion table td:first-child {
  width: 75%;
}
.accordion table th:first-child {
  width: 75%;
}
.prais_print {
  margin: 20px 0 20px 10px;
}
.prais_print a {
  padding: 5px 15px;
  background: #CD2122;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--main-template-border-radius-elements);
  cursor: pointer;
}
.prais_print a:hover {
  opacity: 0.8;
}
.prais_print .fa {
  font-size: 1.1em;
  margin: 0 10px 0 0;
}
@media print {
  #header,
  #sidebar,
  #footer,
  .breadcrumb,
  .prais_print {
    display: none;
  }
  #bx-panel {
    display: none !important;
  }
}
/* ACTION */
.action-list__col {
  margin-bottom: 30px;
}
.action-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 0;
  border-radius: var(--main-template-border-radius-elements);
}
.action-list__item:hover {
  border: 1px solid #dadada;
}
.action-list__img-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.action-list__text-box {
  padding: 20px 20px 70px 20px;
  background-color: #fff;
}
.action-list__data-stop {
  margin-bottom: 15px;
  font-size: 0.9em;
  color: #777;
}
.action-list__title {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}
.action-list__title-link {
  display: inline-block;
  color: #333;
}
.action-list__title-link:hover {
  opacity: 0.8;
}
.action-list__text {
  font-size: 0.9em;
}
.action-list__link {
  position: absolute;
  bottom: 30px;
}
.action-list__link-link {
  display: inline-block;
  font-size: 0.9em;
}
.action-list__link-link:hover {
  opacity: 0.8;
}
.action-detail__img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.action-detail__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.action-detail__data-stop {
  margin-bottom: 20px;
  color: #3bc915;
}
/* NEWS */
.news-list__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
}
.news-list__item:hover {
  border: 1px solid #dadada;
}
.news-list__text-box {
  padding: 20px 20px 40px 20px;
}
.news-list__desc {
  margin-bottom: 40px;
  text-align: center;
}
.news-list__img-box {
  position: relative;
  z-index: 1;
}
.news-list__img-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.news-list__section-name {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.news-list__section-name-link {
  padding: 2px 10px;
  font-size: 0.9em;
  color: #f7f7f7;
  background: #0d897f;
  border-radius: var(--main-template-border-radius-elements);
  opacity: 0.8;
}
.news-list__section-name-link:hover {
  opacity: 1;
}
.news-list__section-name-text {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  color: #999;
  border: 1px solid #ccc;
  font-size: 0.9em;
  border-radius: var(--main-template-border-radius-elements);
}
.news-list__shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/fxrclan/css/../images/shadow_top.png) repeat-x top left;
  border-radius: 4px;
  opacity: 0.3;
}
.news-list__icon-video {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/fxrclan/css/../images/icon_youtube.png);
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.news-list__icon-video:hover {
  opacity: 1;
}
.news-list__icon-video-index {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/fxrclan/css/../images/icon_youtube.png);
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.news-list__icon-video-index:hover {
  opacity: 1;
}
.news-list__gallery {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  opacity: 0.8;
}
.news-list__gallery:hover {
  opacity: 1;
}
.news-list__gallery .fa {
  font-size: 1.5em;
  color: #fff;
}
.news-list__title-link {
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
.news-list__title-link:hover {
  opacity: 0.8;
}
.news-list__count-box {
  margin-top: 10px;
  font-size: 0.9em;
  color: #333;
}
.news-list__date-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
}
.news-list__date {
  margin: 0 20px 10px 0;
  font-size: 0.9em;
  color: #777;
}
.news-list__counter {
  font-size: 0.9em;
  color: #777;
}
.news-list__counter:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 1em;
  opacity: 0.8;
  margin-right: -2px;
}
.news-list__link-all {
  margin-top: 20px;
}
.news-detail__img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.news-detail__img-img {
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.news-detail__date-box {
  display: flex;
  text-align: center;
  margin-bottom: 20px;
}
.news-detail__date {
  margin: 0 30px 10px 0;
  font-size: 0.9em;
  color: #777;
}
.news-detail__counter {
  font-size: 0.9em;
  color: #777;
}
.news-detail__counter:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 1em;
  opacity: 0.8;
}
.news-detail__tags-box {
  margin: 50px 0 30px 0;
}
.news-detail__tags-title {
  display: block;
  margin: 0 10px 15px 0;
  font-weight: 500;
}
.news-detail__tags-link {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 12px;
  background: #f7f7f7;
  color: #777;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
}
.news-detail__tags-link:hover {
  border: 1px solid #dadada;
}
.news-detail__parameter-item {
  display: flex;
  margin-bottom: 25px;
  font-size: 1em;
  justify-content: space-between;
  color: #555;
}
.news-detail__parameter-name {
  font-weight: 500;
}
.news-detail__parameter-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.news-detail__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #333;
  height: 1em;
  margin: 0 0.4em;
}
.news-detail__file {
  margin-top: 30px;
}
.news-detail__file-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.news-detail__file-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.news-detail__file-icon .fa {
  font-size: 2.2em;
  color: #25344c;
}
.news-detail__file-format {
  display: inline;
  margin-right: 5px;
}
.news-detail__file-size {
  margin-top: 3px;
  font-size: 0.7em;
  color: #888;
}
.news-detail__player-box {
  width: 100%;
}
.news-detail__player-title {
  margin: 0 0 10px 10px;
  font-size: 0.9em;
}
.news-detail__player-audio {
  margin-bottom: 40px;
  width: 100%;
}
.news-detail__img-box-audio {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 100px;
}
.news-detail__play-pause-btn {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: var(--main-template-border-radius-elements);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--main-template-color);
  opacity: 0.8;
}
.news-detail__play-pause-btn:hover {
  opacity: 1;
}
.news-detail__play-pause-btn .fa {
  color: #f7f7f7;
  font-size: 1.3em;
}
/* OTZYVY */
.otzyvy__item {
  width: 100%;
  height: 100%;
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
}
.otzyvy__item:hover {
  border: 1px solid #dadada;
}
.otzyvy__name-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
/*
.otzyvy__name-box:before {
  content: "\f10e";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 1em;
  color: #e74347;
}
*/
.otzyvy__name {
  display: inline;
  font-weight: 600;
  margin-right: 10px;
  font-size: 1.2em;
}
.otzyvy__date {
  display: inline;
  font-size: 0.9em;
  color: #777;
}
.otzyvy__text {
  margin: 0 0 10px 0;
}
/* VIDEO */
.content-box .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 20px 0;
}
.content-box .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* SOTRUDNIKI */
.personal-news-list__item {
  position: relative;
  background-color: #fff;
  border: 1px solid #ececec;
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.personal-news-list__item:hover {
  border: 1px solid #dadada;
}
.personal-news-list__img-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--main-template-border-radius-elements);
}
.personal-news-list__text {
  padding: 20px 20px 70px 20px;
}
.personal-news-list__text .fa {
  color: #777;
  margin-right: 5px;
}
.personal-news-list__title {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 15px;
}
.personal-news-list__title a {
  color: #333;
}
.personal-news-list__title a:hover {
  opacity: 0.8;
}
.personal-news-list__position {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #777;
}
.personal-news-list__desc {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #777;
}
.personal-news-list__email {
  margin-bottom: 10px;
}
.personal-news-list__link {
  position: absolute;
  bottom: 30px;
}
.personal-news-list__link-link {
  display: inline-block;
  font-size: 0.9em;
}
.personal-news-list__link-link:hover {
  opacity: 0.8;
}
.personal-detail {
  margin-bottom: 30px;
}
.personal-detail__box {
  padding: 50px 0;
  border-bottom: 1px solid #ececec;
}
.personal-detail__text {
  margin-bottom: 30px;
}
.personal-detail__text .fa {
  color: #777;
  margin-right: 5px;
}
.personal-detail__name {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}
.personal-detail__position {
  font-size: 0.9em;
  margin-bottom: 20px;
  color: #777;
}
.personal-detail__description {
  font-size: 0.9em;
  margin-bottom: 30px;
}
.personal-detail__email {
  margin-bottom: 10px;
}
.personal-detail__img {
  margin-bottom: 30px;
}
/* REKVIZITY */
.content-box table.table_rekvizity td {
  padding-left: 20px;
  text-align: left;
}
/* PARTNERY */
.partners-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
}
.partners-list__item:hover {
  border: 1px solid #dadada;
}
.partners-list__img {
  width: auto !important;
  max-width: 130px;
  max-height: 100px;
}
.partners-detail {
  margin-bottom: 30px;
}
.partners-detail__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  padding: 10px;
  margin-bottom: 30px;
}
.partners-detail__img {
  max-width: 140px;
  max-height: 140px;
}
.partners-detail__text {
  margin: 0 0 30px 0;
}
/* DOCUMENTS */
.documents-list__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  height: 350px;
}
.documents-list__img-img {
  max-width: 100%;
  max-height: 350px;
}
.documents-list__title {
  text-align: center;
}
.documents-list__title-link {
  color: #333;
}
.documents-list__title-link:hover {
  opacity: 0.8;
}
.documents-list .news-detail__file-icon {
  font-size: 1.5em;
}
.documents-list__file {
  margin-top: 30px;
}
.documents-list__file-item {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.documents-list__file-icon {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.documents-list__file-icon .fa {
  font-size: 3em;
  color: #25344c;
}
.documents-list__file-format {
  display: inline;
  margin-right: 5px;
}
.documents-list__file-size {
  margin-top: 7px;
  font-size: 0.7em;
  color: #888;
}
.documents-list__file-link {
  color: #333;
}
.documents-list__file-link:hover {
  opacity: 0.8;
}
/* CONTACTS */
.contacts__name-block {
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 500;
  color: #333;
}
.contacts__address {
  margin-bottom: 30px;
}
.contacts__phone-box {
  margin-bottom: 30px;
}
.contacts__phone-item {
  margin-bottom: 10px;
}
.contacts__phone-link {
  color: #333;
}
.contacts__email-box {
  margin-bottom: 30px;
}
.contacts__email-item {
  margin-bottom: 10px;
}
.contacts__email-link {
  color: #333;
}
.contacts__timework {
  margin-bottom: 30px;
}
.contacts__metro {
  margin-bottom: 30px;
}
.contacts__map {
  margin-bottom: 30px;
}
.region-list__region {
  position: relative;
  display: flex;
  align-items: center;
}
.region-list__region-link {
  font-size: 1.3em;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.region-list__region:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 0.7em;
  color: #777;
  vertical-align: middle;
  margin: 5px 0 0 5px;
}
.region-list__region-popup {
  position: absolute;
  z-index: 100;
  top: 30px;
  left: 0px;
  display: none;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  min-width: 240px;
  min-height: 50px;
  padding: 10px 20px;
  background: #fff;
  color: #333;
  white-space: nowrap;
  text-align: left;
  border-radius: 4px;
}
.region-list__region-popup-item {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}
.region-list__region-popup-item:last-child {
  border-bottom: none;
}
.region-list__region-popup-link {
  color: #333;
  font-size: 0.9em;
  font-weight: 500;
  cursor: pointer;
}
.region-list__region-popup-link:hover {
  opacity: 0.8;
}
.region-list__item {
  padding: 30px 0 0 0;
  border-bottom: 1px solid #ececec;
}
.region-list__title {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 500;
}
.region-list__title-link {
  font-size: 1.1em;
  font-weight: 500;
  color: #333;
}
.region-list__address {
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 500;
}
.region-list__phone-box {
  margin-bottom: 30px;
}
.region-list__phone-item {
  margin-bottom: 10px;
}
.region-list__phone-link {
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
}
.region-list__email-box {
  margin-bottom: 30px;
}
.region-list__email-item {
  margin-bottom: 10px;
}
.region-list__email-link {
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
}
.region-list__timework {
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 500;
}
.region-list__metro-box {
  margin-bottom: 30px;
}
.region-list__map {
  margin-bottom: 30px;
}
.region-list__img-box {
  margin-bottom: 30px;
}
.region-list__img-img {
  border-radius: var(--main-template-border-radius-elements);
}
.region-list__name-block {
  margin-bottom: 0px;
  font-size: 1.1em;
  color: #999;
}
.region-list__link {
  margin-bottom: 30px;
}
.region-list__link-link {
  font-size: 0.9em;
}
.region-list__top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
.region-list__view-box {
  display: flex;
  align-items: center;
}
.region-list__view-box:first-child {
  display: flex;
  align-items: center;
}
.region-list__view {
  padding: 10px 20px;
  margin-left: 10px;
  border: 1px solid #ececec;
  background: #fff;
  color: #333;
  font-size: 0.9em;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
}
.region-list__view:first-child {
  margin-left: 0;
}
.region-list__view:hover {
  background: #f5f5f5;
}
.region-list__active {
  background: #f5f5f5;
}
.region-list__item-box-wrap.unactive {
  display: none;
}
/* PRODUCT */
.product-list__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}
img.product-list__img-img {
  max-width: 100%;
  max-height: 500px;
  border-radius: var(--main-template-border-radius-elements);
}
.product-list__item {
  padding: 50px;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: var(--main-template-border-radius-elements);
}
.product-list__title {
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-list__title-link {
  color: #333;
}
.product-list__desc {
  margin-bottom: 30px;
}
.product-list__calc-title {
  font-weight: 500;
  margin-bottom: 30px;
}
.product-list__option-box {
  margin-bottom: 40px;
}
.product-list__option-item {
  margin-bottom: 12px;
}
.product-list__price-box {
  margin-bottom: 50px;
}
.product-list__base-price-box {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: 500;
}
.product-list__base-price-ot {
  margin-right: 10px;
}
.product-list__base-price-ed {
  margin-left: 10px;
}
.product-list__action-box {
  display: flex;
  align-items: center;
}
.product-list__action-price-box {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 1.2em;
  text-decoration: line-through;
}
.product-list__action-old-price-ot {
  margin-right: 5px;
}
.product-list__action-old-price-ed {
  margin-left: 5px;
}
.product-list__action-discount {
  display: inline-block;
  margin-left: 20px;
  padding: 3px 10px;
  background-color: #f9e314;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.product-list__price-text {
  margin-top: 10px;
  color: #777;
  font-size: 0.9em;
}
.product-list__btn-box {
  display: flex;
  align-items: center;
  margin: 50px 0 20px 0;
}
.product-list__btn-pay-link {
  padding: 15px 30px;
  margin-right: 20px;
  background-color: var(--main-template-color);
  border: 1px solid var(--main-template-color);
  color: #f7f7f7;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.product-list__btn-detail-link {
  padding: 15px 30px;
  border: 1px solid var(--main-template-color);
  color: var(--main-template-color);
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.product-list__btn-pay-link:hover,
.product-list__btn-detail-link:hover {
  opacity: 0.8;
}
.product-detail__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}
img.product-detail__img-img {
  max-width: 100%;
  max-height: 500px;
  border-radius: var(--main-template-border-radius-elements);
}
.product-detail__item {
  padding: 50px;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: var(--main-template-border-radius-elements);
}
.product-detail__title {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-detail__title-link {
  color: #333;
}
.product-detail__desc {
  margin-bottom: 30px;
}
.product-detail__calc-title {
  font-weight: 500;
  margin-bottom: 30px;
}
.product-detail__option-box {
  margin-bottom: 40px;
}
.product-detail__option-item {
  margin-bottom: 12px;
}
.product-detail__price-box {
  margin-bottom: 50px;
}
.product-detail__base-price-box {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: 500;
}
.product-detail__base-price-ot {
  margin-right: 10px;
}
.product-detail__base-price-ed {
  margin-left: 10px;
}
.product-detail__action-box {
  display: flex;
  align-items: center;
}
.product-detail__action-price-box {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 1.2em;
  text-decoration: line-through;
}
.product-detail__action-old-price-ot {
  margin-right: 5px;
}
.product-detail__action-old-price-ed {
  margin-left: 5px;
}
.product-detail__action-discount {
  display: inline-block;
  margin-left: 20px;
  padding: 3px 10px;
  background-color: #f9e314;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.product-detail__price-text {
  margin-top: 10px;
  color: #777;
  font-size: 0.9em;
}
.product-detail__btn-box {
  display: flex;
  align-items: center;
  margin: 50px 0 20px 0;
}
.product-detail__btn-pay-link {
  padding: 15px 30px;
  margin-right: 20px;
  background-color: var(--main-template-color);
  border: 1px solid var(--main-template-color);
  color: #f7f7f7;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.product-detail__btn-detail-link {
  padding: 15px 30px;
  border: 1px solid var(--main-template-color);
  color: var(--main-template-color);
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.product-detail__btn-pay-link:hover,
.product-detail__btn-detail-link:hover {
  opacity: 0.8;
}
/* SITEMAP */
#content .sitemap table {
  background: #fff;
  border: 0;
}
#content .sitemap table td,
#content .sitemap table th {
  text-align: left;
  background: #fff;
  border: 0;
}
/* text */
.text_index {
  margin: 30px 0;
}
.index_plus_block {
  margin: 20px 0 25px;
}
.index_plus_block .left {
  float: left;
}
.index_plus_block .block {
  margin-left: 55px;
}
.index_plus .fa {
  margin: 3px 0 0 10px;
  font-size: 2.5em;
  color: #CD2122;
}
.index_plus .title {
  font-size: 1.1em;
  margin-bottom: 0;
}
.index_plus .text {
  font-size: 1em;
  margin-bottom: 0;
}
/* shagi zakaza */
ol.index_zakaz {
  margin: 20px 0 30px;
  counter-reset: myCounter;
}
ol.index_zakaz li {
  list-style: none;
}
ol.index_zakaz li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  background: #CD2122;
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 37px;
  width: 37px;
  height: 37px;
  font-size: 1.2em;
}
/* section links */
.catalog-links {
  margin-top: 70px;
}
.catalog-links__text {
  font-size: 0.9em;
  padding-top: 7px;
}
.catalog-links__link {
  display: inline-block;
  margin-bottom: 15px;
}
.catalog-links__link-link {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CD2122;
  margin-right: 15px;
  text-decoration: none;
  color: #CD2122;
  font-size: 0.9em;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-links__link-link:hover {
  background-color: #CD2122;
  color: #fff;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/catalog.css?174850536024075*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
/* section search catalog */
#catalog-filter .catalog-filter__inner {
  background: none;
  border: 1px solid #ececec;
  margin-bottom: 50px;
  padding: 10px 3.5% 0;
}
#catalog-filter .catalog-filter__title {
  margin-bottom: 10px;
  width: 265px;
  padding: 0 3.5%;
  background: #fff;
  font-size: 1.3em;
  font-weight: 600;
  display: flex;
  //border-bottom: 3px solid #ED760E;
}
#catalog-filter .catalog-filter__box {
  padding-top: 20px;
}
#catalog-filter .catalog-filter__item {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
#catalog-filter .catalog-filter__item-title {
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: none;
}
#catalog-filter .catalog-filter__price-item {
  max-width: 100%;
  border-radius: 0;
  background: none;
  border: none;
}
#catalog-filter .catalog-filter__price-item input {
  background: #f7f7f7;
  border: 1px solid #dadada;
  box-shadow: none;
  border-radius: 0;
}
#catalog-filter .catalog-filter__track {
  margin-bottom: 50px;
}
#catalog-filter .catalog-filter__line-v {
  background: #CD2122;
}
#catalog-filter .catalog-filter__line-vn {
  background: #ccc;
}
#catalog-filter .catalog-filter__checkbox {
  position: relative;
  padding-left: 5px;
}
#catalog-filter .catalog-filter__checkbox input[type=checkbox] {
  display: none;
}
#catalog-filter .catalog-filter__checkbox-label {
  margin-bottom: 0;
}
#catalog-filter .catalog-filter__checkbox .checkbox-text {
  margin-left: 0;
  padding: 1px 0 0 22px;
  font-size: 1.1em;
  line-height: 1.2;
}
#catalog-filter .catalog-filter__checkbox .checkbox-text:after {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  outline: 1px solid #939598;
  position: absolute;
  top: 0;
  left: 1px;
  margin-top: 2px;
  box-sizing: border-box;
}
#catalog-filter .catalog-filter__checkbox input[type=checkbox]:checked + .checkbox-text:after {
  outline: 1px solid #939598;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  background-color: #CD2122;
}
#catalog-filter .catalog-filter__button {

  margin-right: 10px;
    font-size: 0.9em;
    --height: 37px;
    padding: 5px 35px;
    letter-spacing: normal;
    border-top: 5px solid #ED760E;
    font-weight: 600;
    font-family: 'Jost', Arial, sans-serif;
}
#catalog-filter .catalog-filter__button-reset {
  padding: 5px 35px;
  border: none;
  border-top: 5px solid #f7f7f7;
  border-radius: var(--main-template-border-radius-elements);
  outline: 0;
  background: #f7f7f7;
  color: #333;
  font-size: 0.9em;
  cursor: pointer;
  letter-spacing: normal;
  --font-weight: 600;
  font-family: 'Jost', Arial, sans-serif;
}
#catalog-filter .catalog-filter__button-reset:hover {
  background: #f2f2f2 !important;
}
#catalog-filter .catalog-filter__popup {
  color: #333;
}
#catalog-filter .catalog-filter__popup a {
  color: #CD2122;
}
.mobile_filter_top {
  display: none;
}
/* catalog section-list */
.catalog-section-list__row {
  margin-bottom: 50px;
}
.catalog-section-list__link-title {
  color: #333;
  text-decoration: none;
}
.catalog-section-list__link-title:hover {
  opacity: 0.8;
}
.catalog-section-list__box {
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-list__box:hover {
  border: 1px solid #dadada;
}
.catalog-section-list__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 200px;
  padding: 0;
  margin-bottom: 30px;
}
img.catalog-section-list__img-img {
  max-width: 100%;
  max-height: 200px;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-list__text-title {
  font-size: 1em;
  font-weight: 500;
  color: #333;
}
.catalog-section-list__text-desc {
  margin-top: 10px;
  color: #333;
  font-size: 0.9em;
}
/* catalog-section-list2 */
.catalog-section-list2__row {
  margin-bottom: 50px;
}
.catalog-section-list2__link-title {
  color: #333;
  text-decoration: none;
}
.catalog-section-list2__link-title:hover {
  opacity: 0.8;
}
.catalog-section-list2__box {
  position: relative;
  width: 100%;
  height: 280px;
  border: 1px solid #ececec;
  background-color: #fff;
}
.catalog-section-list2__box:hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-list2__img-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-list2__shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  opacity: 0.8;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 85%);
  /*background: url(/bitrix/templates/fxrclan/css/../images/shadow_bottom.png) repeat-x bottom left;*/
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-list2__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.catalog-section-list2__text-title {
  font-size: 1.5em;
  margin-bottom: 5px;
  font-weight: 500;
  color: #f7f7f7;
}
.catalog-section-list2__text-desc {
  color: #f7f7f7;
}
/* catalog section-list3 */
.catalog-section-list3__row {
  margin-bottom: 40px;
}
.catalog-section-list3__col {
  margin-bottom: 10px;
}
.catalog-section-list3__link-title {
  color: #333;
  text-decoration: none;
  line-height: 1em;
}
.catalog-section-list3__link-title:hover {
  opacity: 0.8;
}
.catalog-section-list3__box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 10px 20px;
  text-align: center;
  background-color: #f8f7f5;
  /*border-radius: var(--main-template-border-radius-elements);*/
}
.catalog-section-list3__box:hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-list3__img-box {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  width: auto;
  height: 80px;
  margin-right: 30px;
}
img.catalog-section-list3__img-img {
  max-width: 100%;
  height: 100%;
  max-height: 80px;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-list3__text-title {
  font-size: 1em;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
.catalog-section-list3__text-desc {
  margin-top: 10px;
  color: #333;
  font-size: 0.9em;
}
/* catalog section */
.catalog-slider {
  height: 200px;
}
.catalog-slider .owl-nav {
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
}
.catalog-slider .owl-nav .fa {
  font-size: 1.2em;
}
.catalog-slider .owl-item img {
  width: auto;
  max-height: 200px;
}
.catalog-slider .owl-prev,
.catalog-slider .owl-next {
  width: 30px !important;
  height: 30px !important;
  color: #000 !important;
  background: #f7f7f7 !important;
  outline: 0;
  opacity: 0.8;
  border: 1px solid #dadada !important;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-slider .owl-prev:hover,
.catalog-slider .owl-next:hover {
  opacity: 0.9;
}
.catalog-section__top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-section__sort {
  margin-bottom: 0px;
}
.catalog-section__sort-text {
  display: inline-block;
  margin-right: 5px;
  /*font-size: 0.9em;
  color: #777;*/
}
.catalog-section__sort select {
  padding: 8px 10px;
  font-size: 1em;
  color: #777;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
  outline: 0;
  cursor: pointer;
  font-family: 'Jost', Arial, sans-serif;
  background: #fff;
}
.catalog-section__sort select:hover {
  background: #f5f5f5;
}
.catalog-section__view {
  display: flex;
}
.catalog-section__view-item {
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  border: 1px solid #dadada;
  margin-left: 7px;
}
.catalog-section__view-tile {
  background-image: url(/bitrix/templates/fxrclan/css/../images/icon_flat.svg);
}
.catalog-section__view-list {
  background-image: url(/bitrix/templates/fxrclan/css/../images/icon_list.svg);
}
.catalog-section__view-price {
  background-image: url(/bitrix/templates/fxrclan/css/../images/icon_table.svg);
}
.catalog-section__view-item:hover,
.catalog-section__view-item.active {
  border: 1px solid #25344c;
  box-shadow: 0 0 1px #25344c;
}
.catalog-section__link-all-box {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.catalog-section__desc-section {
  margin-top: 20px;
}
.catalog-section__filter-mobile {
  display: none;
  align-items: center;
  cursor: pointer;
  padding: 8px 10px;
  border: 1px solid #ececec;
  border-radius: var(--main-template-border-radius-elements);
  background: #fff;
  color: #333;
}
.catalog-section__filter-mobile:hover {
  background: #f5f5f5;
}
.catalog-section__filter-mobile-text {
  font-size: 0.9em;
  color: #777;
}
.catalog-section__filter-mobile-icon:before {
  content: "\f0b0";
  font-family: FontAwesome;
  font-weight: 500;
  margin-right: 5px;
}
.catalog-section-tile__item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 20px 20px 67px 20px;
  background-color: #fff;
  /*border-radius: var(--main-template-border-radius-elements);*/
}
.catalog-section-tile__item:hover {
  border: 1px solid #dadada;
}
.catalog-section-tile__top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  margin-bottom: 10px;
  position:absolute;
  z-index: 10;
}
.catalog-section-tile__wishlist {
  cursor: pointer;
}
.catalog-section-tile__wishlist:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 1.2em;
  margin: 0 10px;
}
.catalog-section-tile__wishlist.active:before {
  color: #e74347;
}
.catalog-section-tile__img-box-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.catalog-section-tile__img-container {
  max-width: 300px;
  width: 100%;
  height: 200px;
}
.catalog-section-tile__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
img.catalog-section-tile__img-img {
  max-width: 100%;
  max-height: 200px;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-tile__promo-box {
  font-size: 0.8em;
}
.catalog-section-tile__promo-action,
.catalog-section-tile__promo-sale {
  display: inline-block;
  margin: 0 1px;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-tile__promo-action {
  background-color: #e74347;
  color: #fff;
}
.catalog-section-tile__promo-sale {
  /*background-color: #c2cee1;
  color: #333;*/
  background-color: #0e85ed;
  color: #fff;
}
.catalog-section-tile__promo-economy {
  display: flex;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 2;
  background: #fced6a;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
  white-space: nowrap;
}
.catalog-section-tile__promo-economy-number {
  margin: 0 3px;
}
.catalog-section-tile__text-box {
  color: #333;
}
.catalog-section-tile__title-link {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  line-height: 1em;
}
.catalog-section-tile__title-link:hover {
  opacity: 0.8;
}
.catalog-section-tile__status-box {
  /*display: flex;*/
  /*margin-bottom: 15px;*/
}
.catalog-section-tile__article {
  font-size: 0.8em;
  color: #777;
}
.catalog-section-tile__status {
  margin-right: 10px;
  font-size: 0.8em;
}
.catalog-section-tile__status-nal {
  color: #3bc915;
}
.catalog-section-tile__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-tile__status-nonal {
  color: #e74347;
}
.catalog-section-tile__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-section-tile__status-zakaz {
  color: #777;
}
.catalog-section-tile__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-tile__status-time {
  color: orange;
}
.catalog-section-tile__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-section-tile__price-box {
  margin-top: 10px;
  /*min-height: 55px;*/
}
.catalog-section-tile__title {
    margin-top: 20px;
}
.catalog-section-tile__price-now {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
}
.catalog-section-tile__price-ot {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 2px;
}
.catalog-section-tile__price-rub {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
}
.catalog-section-tile__price-old {
  display: block;
  margin: 0px 0 0 0;
  text-decoration: line-through;
  font-size: 1em;
  color: #777;
}
.catalog-section-tile__skidka-box {
  display: inline-block;
  margin-left: 25px;
  padding: 4px 7px;
  border-radius: var(--main-template-border-radius-elements);
  font-size: 0.9em;
  font-weight: 500;
  background: #f9e314;
}
.catalog-section-tile__btn {
  position: absolute;
  bottom: 10px;
}
.catalog-section-line__item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-line__item:hover {
  border: 1px solid #dadada;
}
.catalog-section-line__top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  margin-bottom: 10px;
}
.catalog-section-line__wishlist {
  cursor: pointer;
}
.catalog-section-line__wishlist:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 1.2em;
  margin: 0 10px;
}
.catalog-section-line__wishlist.active:before {
  color: #e74347;
}
.catalog-section-line__img-box-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.catalog-section-line__img-container {
  max-width: 300px;
  width: 100%;
  height: 200px;
}
.catalog-section-line__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
img.catalog-section-line__img-img {
  max-width: 100%;
  max-height: 200px;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-line__promo-box {
  font-size: 0.8em;
}
.catalog-section-line__promo-action,
.catalog-section-line__promo-sale {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-line__promo-action {
  background-color: #e74347;
  margin-right: 2px;
  color: #f7f7f7;
}
.catalog-section-line__promo-sale {
  background-color: #c2cee1;
  color: #333;
}
.catalog-section-line__promo-economy {
  display: flex;
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 2;
  background: #fced6a;
  padding: 6px 10px;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-line__promo-economy-number {
  margin: 0 3px;
}
.catalog-section-line__text-box {
  color: #333;
}
.catalog-section-line__title-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #333;
  text-decoration: none;
}
.catalog-section-line__title-link:hover {
  opacity: 0.8;
}
.catalog-section-line__status-box {
  display: flex;
  margin-bottom: 25px;
}
.catalog-section-line__article {
  font-size: 0.8em;
  color: #777;
}
.catalog-section-line__status {
  margin-right: 10px;
  font-size: 0.8em;
}
.catalog-section-line__status-nal {
  color: #3bc915;
}
.catalog-section-line__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-line__status-nonal {
  color: #e74347;
}
.catalog-section-line__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-section-line__status-zakaz {
  color: #777;
}
.catalog-section-line__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-line__status-time {
  color: orange;
}
.catalog-section-line__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-section-line__desc-text {
  font-size: 0.9em;
}
.catalog-section-line__price-box {
  margin-top: 25px;
  font-size: 1.3em;
}
.catalog-section-line__price-now {
  display: block;
  font-weight: 600;
}
.catalog-section-line__price-ot {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 2px;
}
.catalog-section-line__price-rub {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
}
.catalog-section-line__price-old {
  display: inline-block;
  margin: 13px 0 0 0;
  text-decoration: line-through;
  font-size: 0.7em;
  color: #777;
}
.catalog-section-line__skidka-box {
  display: inline-block;
  margin-left: 15px;
  padding: 4px 7px;
  border-radius: var(--main-template-border-radius-elements);
  border: 1px solid #e74347;
  font-size: 0.7em;
  font-weight: 600;
  color: #e74347;
}
.catalog-section-line__btn {
  margin-top: 40px;
}
.catalog-section-price__item {
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  padding: 20px 20px 0 20px;
  background-color: #fff;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-section-price__item:hover {
  border: 1px solid #dadada;
}
.catalog-section-price__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
img.catalog-section-price__img-img {
  max-width: 100%;
  max-height: 50px;
}
.catalog-section-price__text-box {
  height: 100%;
}
.catalog-section-price__title {
  margin-bottom: 10px;
}
.catalog-section-price__title-link {
  font-size: 1em;
  color: #333;
  text-decoration: none;
}
.catalog-section-price__title-link:hover {
  opacity: 0.8;
}
.catalog-section-price__status-box {
  display: flex;
  align-items: center;
}
.catalog-section-price__article {
  font-size: 0.8em;
  color: #777;
}
.catalog-section-price__status {
  margin-right: 10px;
  font-size: 0.8em;
}
.catalog-section-price__status-nal {
  color: #3bc915;
}
.catalog-section-price__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-price__status-nonal {
  color: #e74347;
}
.catalog-section-price__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-section-price__status-zakaz {
  color: #777;
}
.catalog-section-price__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-section-price__status-time {
  color: orange;
}
.catalog-section-price__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-section-price__price-box {
  font-size: 1.1em;
}
.catalog-section-price__price-now {
  display: inline;
  font-weight: 600;
}
.catalog-section-price__price-ot {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-right: 2px;
}
.catalog-section-price__price-rub {
  display: inline;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
}
.catalog-section-price__price-old {
  display: block;
  margin: 5px 0 0 10px;
  text-decoration: line-through;
  font-size: 0.8em;
  color: #e74347;
}
/* catalog detail */
.catalog-detail__top {
  position: relative;
  margin: 0px 0 40px 0;
}
.catalog-detail__top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
}
.catalog-detail__top-right {
  display: flex;
  align-items: center;
}
.catalog-detail__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  min-height: 300px;
  padding: 20px 0;
}
img.catalog-detail__img-img {
  max-width: 100%;
  max-height: 450px;
  top: 0;
  left: 0;
  z-index: 1;
}
.catalog-detail__img-item {
  padding: 5px;
  border: 1px solid #dadada;
}
.catalog-detail__img-item:hover {
  opacity: 0.8;
}
.catalog-detail__img-view {
  margin-top: 20px;
}
.catalog-detail__img-view img {
  border-bottom: 1px solid #dadada !important;
}
.catalog-detail__img-view img:hover {
  border-bottom: 1px solid #888 !important;
}
.catalog-detail__promo-action,
.catalog-detail__promo-sale,
.catalog-detail__skidka-box,
.catalog-detail__promo-economy {
  display: inline-block;
  align-items: center;
  padding: 6px 15px;
  margin-right: 5px;
  margin-bottom: 7px;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: var(--main-template-border-radius-elements);
}
.catalog-detail__skidka-box {
    font-size: 0.65em;
    font-weight: 600;
    margin: 0 0 0 20px;
}
.catalog-detail__promo-action {
  background: #e74347;
  color: #fff;
}
.catalog-detail__promo-sale {
  background: #0e85ed;
  color: #fff;
}
.catalog-detail__skidka-box {
  background: #fae946;
  color: #333;
}
.catalog-detail__promo-economy {
  background: #fae946;
  color: #333;
}
.catalog-detail__promo-economy-text {
  margin-right: 5px;
}
.catalog-detail__promo-economy-rub {
  margin-left: 2px;
}
.catalog-detail__wishlist:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 1.5em;
  margin: 0 20px;
  color: #777;
  cursor: pointer;
}
.catalog-detail__wishlist.active:before {
  color: #e74347;
}
.catalog-detail__status-box {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  height: 45px;
}
.catalog-detail__article {
  font-size: 0.9em;
  color: #777;
}
.catalog-detail__status {
  font-size: 0.9em;
}
.catalog-detail__status-nal {
  color: #3bc915;
}
.catalog-detail__status-nal:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-detail__status-nonal {
  color: #e74347;
}
.catalog-detail__status-nonal:before {
  content: "\f00d  ";
  font-family: FontAwesome;
}
.catalog-detail__status-zakaz {
  color: #777;
}
.catalog-detail__status-zakaz:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.catalog-detail__status-time {
  color: orange;
}
.catalog-detail__status-time:before {
  content: "\f017 ";
  font-family: FontAwesome;
}
.catalog-detail__price-box {
  margin: 20px 0 20px 0;
}
.catalog-detail__price {
  display: flex;
  align-items: center;
  font-size: 2.2em;
  font-weight: 600;
}
.catalog-detail__price-ot {
  font-size: 0.8em;
  margin-right: 10px;
}
.catalog-detail__price-rub {
  font-size: 0.8em;
  margin-left: 10px;
}
.catalog-detail__price-old {
  display: block;
  margin: 0px 0 0 0;
  font-size: 1.2em;
  text-decoration: line-through;
  color: #777;
}
.catalog-detail__price-zapros {
  font-size: 1.5em;
}
.catalog-detail__preview {
  font-size: 0.9em;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ececec;
}
.catalog-detail__btn {
  display: flex;
  margin: 20px 0 20px 0;
}
.catalog-detail__btn-link {
  padding: 18px 30px;
}
.catalog-detail .tabs > ul {
  margin: 0 0 30px 0;
}
.catalog-detail .tabs > ul > li {
  padding: 12px 2%;
  font-size: 1em;
}
.catalog-detail__parameter-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}
.catalog-detail__parameter-item {
  display: flex;
  margin-bottom: 15px;
  font-size: 1em;
  justify-content: space-between;
  color: #555;
}
.catalog-detail__parameter-line {
  flex: 1 0;
  border-bottom: 1px dotted #333;
  height: 1em;
  margin: 0 0.4em;
}
.catalog-detail .h4-first {
  margin-top: 0;
}
.catalog-detail__file {
  margin-top: 30px;
}
.catalog-detail__file-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.catalog-detail__file-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.catalog-detail__file-icon .fa {
  font-size: 2.2em;
  color: #25344c;
}
.catalog-detail__file-format {
  display: inline;
  margin-right: 5px;
}
.catalog-detail__file-size {
  margin-top: 3px;
  font-size: 0.7em;
  color: #888;
}
.catalog-detail__wrapper {
	border-radius: var(--main-template-border-radius-elements);
	box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1) !important;
        overflow: hidden;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/sidebar.css?17485053604845*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
#sidebar-box {
  line-height: 1.5;
  /* sidebar action */
  /* sidebar review */
  /* sidebar portfolio */
  /* sidebar news */
}
#sidebar-box .sidebar__inner-left {
  margin-right: 60px;
}
#sidebar-box .sidebar__inner-right {
  margin-left: 60px;
}
#sidebar-box .sidebar__inner {
  width: 270px;
  min-width: 270px;
}
#sidebar-box .sidebar-action-box,
#sidebar-box .sidebar-review-box,
#sidebar-box .sidebar-photo-box,
#sidebar-box .sidebar-news-box {
  position: relative;
  margin-bottom: 70px;
}
#sidebar-box .title {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
}
#sidebar-box .nextarr {
  position: absolute;
  bottom: 0;
  left: 35px;
  cursor: pointer;
}
#sidebar-box .prevarr {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
#sidebar-box .prevarr,
#sidebar-box .nextarr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.1em;
  color: #000;
  background: #f7f7f7;
  outline: 0;
  opacity: 0.8;
  border: 1px solid #dadada;
  border-radius: var(--main-template-border-radius-elements);
}
#sidebar-box .prevarr:hover,
#sidebar-box .nextarr:hover {
  opacity: 1;
}
#sidebar-box .link_all {
  position: absolute;
  z-index: 2;
  bottom: 7px;
  right: 0;
}
#sidebar-box .link_all a:hover {
  opacity: 0.8;
}
#sidebar-box .sidebar-action {
  padding-bottom: 35px;
}
#sidebar-box .sidebar-action__img {
  margin-bottom: 10px;
}
#sidebar-box .sidebar-action__img-img {
  border-radius: var(--main-template-border-radius-elements);
}
#sidebar-box .sidebar-action__text {
  text-align: center;
}
#sidebar-box .sidebar-action__text-link {
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
  font-weight: 600;
}
#sidebar-box .sidebar-action__text-link:hover {
  opacity: 0.8;
}
#sidebar-box .sidebar-review {
  padding-bottom: 35px;
}
#sidebar-box .sidebar-review__date-name {
  display: flex;
  margin-bottom: 10px;
}
#sidebar-box .sidebar-review__name {
  font-weight: 600;
  margin-right: 10px;
}
#sidebar-box .sidebar-review__date {
  color: #777;
  font-size: 0.9em;
}
#sidebar-box .sidebar-review__text {
  color: #333;
  font-size: 0.9em;
}
#sidebar-box .sidebar-portfolio {
  padding-bottom: 35px;
}
#sidebar-box .sidebar-portfolio__img {
  margin-bottom: 10px;
}
#sidebar-box .sidebar-portfolio__img-img {
  border-radius: var(--main-template-border-radius-elements);
}
#sidebar-box .sidebar-portfolio__text {
  text-align: center;
}
#sidebar-box .sidebar-portfolio__text-link {
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
  font-weight: 600;
}
#sidebar-box .sidebar-portfolio__text-link:hover {
  opacity: 0.8;
}
#sidebar-box .sidebar-news {
  padding-bottom: 35px;
}
#sidebar-box .sidebar-news__item {
  display: flex;
  margin-bottom: 10px;
}
#sidebar-box .sidebar-news__img-box {
  margin-right: 10px;
}
#sidebar-box .sidebar-news__date {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #777;
}
#sidebar-box .sidebar-news__link-link {
  font-size: 0.9em;
  color: #333;
}
#sidebar-box .sidebar-news__link-link:hover {
  opacity: 0.8;
}
/* sidebar fixed */
#sidebar_fixed {
  margin: 0;
  width: 280px;
  min-height: 400px;
}
#sidebar .sticky-wrapper {
  z-index: 1;
}
/* calc */
#sidebar_calc {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 140px;
}
#sidebar_calc .bg {
  position: absolute;
  top: 23px;
  width: 100%;
  height: 85px;
  background: #CD2122;
  border-radius: var(--main-template-border-radius-elements);
}
#sidebar_calc .text {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font: 600 0.9em/130% Arial;
  text-transform: uppercase;
}
#sidebar_calc .img {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 105px;
  height: 115px;
  background: url(/bitrix/templates/fxrclan/css/../images/calc_sidebar.png) no-repeat;
  background-size: auto 115px;
}
/* prais */
#sidebar_fixed a {
  text-decoration: none;
}
#sidebar_fixed img {
  max-width: 100%;
  height: auto;
}
#sidebar_prais {
  margin: 0 0 50px;
  padding: 5px;
  background: #f7f7f7;
}
#sidebar_prais .block {
  border: 2px dashed #ececec;
  padding: 15px;
  text-align: center;
}
#sidebar_prais .block .fa {
  font-size: 2.5em;
  color: #CD2122;
  margin-bottom: 10px;
}
#sidebar_prais .text {
  color: #333;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
  font-size: 0.9em;
  text-transform: uppercase;
}
#sidebar_prais:hover {
  opacity: 0.8;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/feedback.css?174850536016150*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
/* FORM */
/* color */
/* mixin */
.textbox {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
}
.form-padding {
  padding: 5% 6%;
}
.form-bg {
  background-color: #fbfcfc !important;
}
.form-border-img {
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
}
.form-border-solid {
  border: 10px solid #9d9cab;
  border-radius: var(--main-template-border-radius-elements);
  box-shadow: 0px 0px 31px 0px #222;
}
.form-border-line {
  border: 1px solid #ccc;
  border-radius: var(--main-template-border-radius-elements);
}
/* ELEMENT */
/* garant */
.feedback-garant {
  height: 20px;
}
.feedback-garant__box {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: #555;
  line-height: 1;
}
.feedback-garant__label {
  margin-left: 5px;
}
.feedback-garant__link {
  text-decoration: none;
}
.feedback-garant__mess-error {
  font-size: 0.9em;
  color: red;
  height: 20px;
}
/* captcha */
.form-captcha {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 20px 0 0 0;
}
.form-captcha__code {
  height: 40px;
  margin-right: 10px;
}
.form-captcha__input {
  height: 40px !important;
  max-width: 180px;
}
/* manager */
.forms-manager {
  margin-right: 30px;
  text-align: center;
  font-size: 0.95em;
}
.forms-manager__img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.forms-manager__name {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.forms-manager__line {
  width: 40px;
  height: 1px;
  background-color: #777;
  margin: 10px auto;
}
.forms-manager__post {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #777;
}
.forms-manager__phone {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #777;
}
.forms-manager__email-link {
  text-decoration: none;
  font-size: 0.9em;
  color: #777;
}
@media screen and (max-width: 767px) {
  .forms-manager {
    display: none;
  }
}
/* form good send */
.feedback-send-message {
  font-size: 1.1em;
  font-weight: 600;
  color: green;
}
/* file */
.feedback-file {
  margin-top: -20px;
}
.feedback-file__input {
  display: block;
  opacity: 0;
  margin: 40px 0px -40px 0px;
}
.feedback-file__box {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.feedback-file__icon {
  width: 40px;
  height: 40px;
  background: url(/bitrix/templates/fxrclan/css/../images/files-ico.png) no-repeat;
  margin-right: 10px;
}
.feedback-file__text {
  border-bottom: 1px dotted;
}
@media screen and (max-width: 575px) {
  .feedback-file__text {
    display: none;
  }
}
/* popup custom */
.fancybox-close-small {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.form-hide {
  display: none;
}
/* FORMS */
/* form manager */
.form-manager__form {
  background-color: #fbfcfc !important;
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
}
.form-manager__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-manager__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-manager__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-manager__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 20px;
  width: 100%;
  height: 100px;
}
.form-manager__file {
  margin-top: 20px;
}
.form-manager__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-manager__title {
    font-size: 1.7em;
  }
}
/* form measure */
.form-measure__form {
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
  background-color: #fbfcfc !important;
}
.form-measure__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-measure__text {
  margin-bottom: 30px;
  color: #222;
  font-size: 1em;
}
.form-measure__text ul {
  margin: 0 0 0 3px;
}
.form-measure__text ul li {
  list-style: none;
  margin-bottom: 10px;
}
.form-measure__text ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #CD2122;
  margin-right: 10px;
}
.form-measure__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-measure__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-measure__title {
    font-size: 1.7em;
  }
}
/* form estimate */
.form-estimate__form {
  background-color: #fbfcfc !important;
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
}
.form-estimate__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-estimate__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-estimate__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-estimate__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 20px;
  width: 100%;
  height: 100px;
}
.form-estimate__feedback-garant {
  margin: 10px 0 30px;
}
.form-estimate__file {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .form-estimate__title {
    font-size: 1.7em;
  }
}
/* form calc index */
.form-calc-index__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
}
.form-calc-index__feedback-garant {
  margin: 10px 0 30px;
}
/* form slider main page */
.form-slider-main__form {
  max-width: 330px;
  width: 100%;
  padding: 20px;
  background-color: #fbfcfc !important;
  border: 10px solid #9d9cab;
  border-radius: var(--main-template-border-radius-elements);
  box-shadow: 0px 0px 31px 0px #222;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.5;
}
.form-slider-main__text {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  color: #222;
}
.form-slider-main__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  margin: 2px 0;
}
.form-slider-main__feedback-garant {
  width: 100%;
  margin: 10px auto 30px auto;
  line-height: 1.2;
}
.form-slider-main__feedback-garant .feedback-send-message {
  font-size: 1em;
  margin: 5px 0;
  text-align: center;
  font-weight: 600;
}
.form-slider-main__btn {
  display: block;
  padding: 15px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .form-slider-main {
    display: none;
  }
}
/* form service top */
.form-service-top__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
}
.form-service-top__feedback-garant {
  margin: 10px 0 30px;
}
/* form service bottom */
.form-service-bottom__form {
  padding: 5% 6%;
  border: 5px solid transparent;
  border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
  background-color: #fbfcfc !important;
}
.form-service-bottom__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-service-bottom__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-service-bottom__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-service-bottom__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-service-bottom__title {
    font-size: 1.7em;
  }
}
/* form contacts */
.form-contacts__form {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: var(--main-template-border-radius-elements);
  background-color: #fbfcfc !important;
}
.form-contacts__title {
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center;
}
.form-contacts__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-contacts__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  margin: 3px 0;
  width: 49%;
  height: 50px;
  padding: 10px;
}
.form-contacts__input-email {
  width: 100%;
}
.form-contacts__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  margin: 3px 0;
  padding: 10px;
  width: 100%;
  height: 80px;
}
.form-contacts__btn {
  padding: 15px 20px;
  display: block;
  margin: 0 auto;
}
.form-contacts__feedback-garant {
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 991px) {
  .form-contacts {
    display: none;
  }
}
/* form popup estimate */
.form-popup-estimate {
  position: relative;
  margin: auto;
  max-width: 800px;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: var(--main-template-border-radius-elements);
  box-shadow: 0px 0px 31px 0px #222;
  background-color: #fbfcfc !important;
}
.form-popup-estimate__form {
  height: auto;
}
.form-popup-estimate__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-popup-estimate__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-popup-estimate__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
}
.form-popup-estimate__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 15px 20px;
  width: 100%;
  height: 100px;
}
.form-popup-estimate__feedback-garant {
  margin: 10px 0 30px;
}
.form-popup-estimate__file {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-estimate__title {
    font-size: 1.7em;
  }
}
@media (max-width: 575px) {
  .form-popup-estimate {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* form popup request */
.form-popup-request {
  position: relative;
  margin: auto;
  max-width: 800px;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: var(--main-template-border-radius-elements);
  box-shadow: 0px 0px 31px 0px #222;
  background-color: #fbfcfc !important;
}
.form-popup-request__form {
  height: auto;
}
.form-popup-request__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-popup-request__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-popup-request__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
}
.form-popup-request__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 15px 20px;
  width: 100%;
  height: 100px;
}
.form-popup-request__feedback-garant {
  margin: 10px 0 30px;
}
.form-popup-request__file {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-request__title {
    font-size: 1.7em;
  }
}
@media (max-width: 575px) {
  .form-popup-request {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* form popup callback */
.form-popup-callback {
  position: relative;
  margin: auto;
  max-width: 800px;
  width: 100%;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: var(--main-template-border-radius-elements);
  box-shadow: 0px 0px 31px 0px #222;
  background-color: #fbfcfc !important;
}
.form-popup-callback__form {
  width: 100%;
  height: auto;
}
.form-popup-callback__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-popup-callback__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-popup-callback__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-popup-callback__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-callback__title {
    font-size: 1.7em;
  }
}
@media (max-width: 575px) {
  .form-popup-callback {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* form popup measure */
.form-popup-measure {
  position: relative;
  margin: auto;
  max-width: 800px;
  width: 100%;
  height: auto;
  border: 10px solid #9d9cab;
  border-radius: var(--main-template-border-radius-elements);
  box-shadow: 0px 0px 31px 0px #222;
  background-color: #fbfcfc !important;
}
.form-popup-measure__form {
  width: 100%;
  height: auto;
}
.form-popup-measure__title {
  font-size: 2em;
  margin-bottom: 20px;
}
.form-popup-measure__text {
  margin-bottom: 30px;
  color: #222;
  font-size: 1em;
}
.form-popup-measure__text ul {
  margin: 0 0 0 3px;
}
.form-popup-measure__text ul li {
  list-style: none;
  margin-bottom: 10px;
}
.form-popup-measure__text ul li:before {
  content: "\f046";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #CD2122;
  margin-right: 10px;
}
.form-popup-measure__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 20px;
}
.form-popup-measure__feedback-garant {
  margin: 10px 0 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-measure__title {
    font-size: 1.7em;
  }
}
@media (max-width: 575px) {
  .form-popup-measure {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* form popup catalog */
.form-popup-catalog__product {
  margin: 40px 20px 20px 0;
}
.form-popup-catalog__product-name {
  font-weight: 600;
}

/* End */


/* Start:/bitrix/templates/fxrclan/lib/flmenu/flmenu.css?17485053605346*/
/* block struktury */
#flvmenu {
	display: block;
	margin: 0 auto;
	max-width: 1220px;
	position: relative;
}
#flvmenu > ul > li > a, #flvmenu > ul > li > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > a, #flvmenu > ul > li > ul > li  > ul > li > ul > li > a {
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#flvmenu > ul > li {
	display: inline-block;
	position: relative;
	margin-right: -4px;
}
#flvmenu > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
#flvmenu > ul > li > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}
#flvmenu > ul > li > ul  > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child  > ul  > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1000;
}
#flvmenu > ul > li:last-child > ul  > li > ul > li > ul{
	display: none;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 1001;
}
#flvmenu > ul > li ul li {
	display: block;
	position: relative;
}

#flvmenu > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li:hover > ul {
	display: block;
}
#flvmenu > ul > li > ul > li > ul > li:hover > ul {
	display: block;
}

#flvmenu > ul > #fllast {
	display: none;
	font-weight: 500;
}

/* block stile */
#flvmenu {
	font-size: 14px;
}
#flvmenu ul > li ul{
	background-color: #fff;
}
.minmenu {
	display:none;
}
#flvmenu > ul > li ul li {
	width: 250px;
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
}
#flvmenu > ul > li ul li:first-child {
	border-top: 0;
}
#flvmenu > ul > li ul {
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
#flvmenu > ul > li a {
	display: inline-block;
	padding: 15px 30px;
	font-weight: 400;
}
#flvmenu > ul > li > a{
	color: #fff;
	padding: 23px 37px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
}
#flvmenu > ul > li a:hover {
	color: #fff;
}
#flvmenu > ul > li ul li a {
	padding: 20px 25px 20px 0;
	padding-left: 25px;
	color: #000;
	font-size: 1em;
}
#flvmenu > ul > li > .flarr {
	display: none;
	top: 16px;
	right: 0px;
}
#flvmenu > ul > li ul li .flarr {
	top: 8px;
	right: 0px;
}
#flvmenu > ul > li .flarr {
	padding: 0;
}
#flvmenu > ul > li > a.flarr:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -30px;
	margin-right: 10px;
}
#flvmenu > ul > li ul li a.flarr:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 15px;
	color: #000;
	transform: translateY(-50%);
}
#flvmenu > ul > li ul li:hover a.flarr {
	color: #000;
}
#flvmenu > ul > li ul li:hover > a.flarr:after {
	color: #000;
}
#flvmenu > ul > li ul li:hover>a {
	color: #000;
}
#flvmenu > ul > li ul li.root-item-selected>a {
	color: #fff;
}
#flvmenu > ul > li ul li.item-selected > a.flarr:after {
	color: #000;
}
.menu-line #flvmenu > ul > li:hover:before,
.menu-line #flvmenu > ul > li.root-item-selected:before,
.menu-line #flvmenu > ul > li.item-selected:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #c42021;
}

@media (max-width:1199px){
	#flvmenu > ul > li > a {
		padding: 20px 30px;
	}
	#flvmenu > ul > li > a.flarr:after {
		margin-left: -24px;
	}
}

@media (max-width:768px){
	
	.minmenu {
		display: block;
		cursor: pointer;
	}
	.minmenu i{
		padding-left: 25px;
		line-height: 45px;
		font-size: 24px;
		color: #fff;
	}
	.minmenu a{
		padding-left: 10px;
		padding-right: 10px;
		line-height: 45px;
		font-size: 20px;
		color: #fff;
		text-decoration: none;
	}
	#flvmenu > ul {
		position: relative;
		left: 0;
		top: 100%;
		z-index: 999;
	}
	#flvmenu > ul  li {
		width: 100%;
	}
	
	#flvmenu > ul > li > ul, #flvmenu > ul > li > ul > li > ul, #flvmenu > ul > li > ul > li > ul > li > ul {
		display: block;
		position: relative;
		overflow-y: hidden;
		width: auto;
		left: 0;
	}
	#flvmenu > ul > li > ul > li, #flvmenu > ul > li > ul > li > ul > li, #flvmenu > ul > li > ul > li > ul > li > ul > li{
		width: auto;
	}
	
	/* block style */
	#flvmenu > ul {
		background-color: #2c4668;
		width: 100%;
	}
	#flvmenu > ul li ul{
		background-color: #2c4668;
	}
	#flvmenu > ul li a{
		color: #fff !important;
		display: block;
		font-weight: 400;
		text-transform: uppercase;
	}
	#flvmenu > ul > li {
		display: block;
	}
	#flvmenu > ul > li > a{
		font-size: 0.95em;
	}
	.menu-line #flvmenu > ul > li:hover:before, .menu-line #flvmenu > ul > li.root-item-selected:before, .menu-line #flvmenu > ul > li.item-selected:before {
		background: none !important;
	}
	#flvmenu > ul > li > ul > li > a{
		font-size: 0.95em;
	}
	#flvmenu > ul > li > ul , #flvmenu > ul > li > ul > li > ul{
		border: none;
	}
	#flvmenu > ul > li > ul > li a {
		padding-left: 40px;
	}
	#flvmenu > ul > li > ul > li > ul > li a {
		padding-left: 55px;
	}
	#flvmenu > ul > li > ul > li > ul > li > ul > li a {
		padding-left: 70px;
	}
	#flvmenu > ul > li > a.flarr:after, #flvmenu > ul > li ul li a.flarr:after {
		content: "";
	}
	#flvmenu > ul > li ul {
		box-shadow: none;
	}
	#flvmenu > ul > li .flarr, #flvmenu > ul > li ul li a.flarr {
		position: absolute;
		top: 0;
		right: 20px;
		padding: 15px;
	}
	#flvmenu > ul > li ul li {
		border-top: 0;
	}
}
div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/fxrclan/lib/accordion/accordion.css?17485053601552*/
/* stranica price */

.accordion {
	width:100%;
	margin: 0 0 30px;
}

.accordion .accordion_item {
	margin-bottom:1px;
	position:relative
}

.accordion .title_block {
	font-weight: 400;
	/*font-size: 18px;*/
	color: #eee;
	cursor:pointer;
	background: #9d9cab;
	padding:10px 55px 10px 15px;
	-webkit-transition:all .2s linear 0;
	-webkit-transition-delay:.2s 0;
	transition:all .2s linear 0
}

.accordion .title_block:before {
	content:'';
	height:8px;
	width:8px;
	display:block;
	border:2px solid #fefefe;
	border-right-width:0;
	border-top-width:0;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	position:absolute;
	right:20px;
	top:15px
}

.accordion .active_block .title_block:before {
	border:2px solid #fefefe;
	border-left-width:0;
	border-bottom-width:0;
	top:18px
}
.accordion .title_block:hover {
	background: #9d9cab  
}

.accordion .active_block .title_block {
	background: #9d9cab;
	color:#fefefe;
text-transform: uppercase;
    font-weight: 600;
}

.accordion .info {
	display:none;
	overflow: hidden;
}

.accordion .info_first {
	display: block;
}

.accordion .info_item {
	margin-bottom:10px
}

.accordion .info img {
	height: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.large-img {
	width: 100%;
	margin-bottom: 10px;
}

.img-left {
	width: 25%;
	float:left;
	margin:5px 15px 5px 0;
}

.img-right {
	width: 25%;
	float:right;
	margin:5px 0 5px 15px;
}
/* End */


/* Start:/bitrix/templates/fxrclan/lib/tabs/tabs.css?1748505360741*/
.tabs{
	display: inline-block;
	width: 100%;
}
.tabs > div{
	padding-top: 10px;
}
.tabs>ul{
	margin: 15px 0 0;
	padding: 0px;
	overflow: hidden;
}
.tabs>ul>li{
	display: block;
	float: left;
	width: auto;
	margin-right: 20px;
	padding: 10px 3%;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
	font-weight: 500;
	color: #333;
}
.tabs>ul>li:first-child {
	margin-left: 0 !important;
}
.tabs>ul>li.active, .tabs>ul>li.active:hover,
.tabs>ul>li:hover {
	background-color: #f5f5f5;
	color: #333;
}
@media screen and (max-width: 767px) {
	.tabs>ul>li {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 10px 0;
	}
}





/* End */


/* Start:/bitrix/templates/fxrclan/lib/arrup/arrup.css?1748505360556*/
#arrup {
	height: 35px;
	width: 35px;
	font-size: 26px;
    line-height: 32px;
	text-align: center;
    background-color: #fff;
    color: #333;
    border: 2px solid;
	border-color: #333;
    border-radius: 4px;
    position: fixed;
	bottom: 30px;
    right: 20px;
    opacity: 0;
    transition: color 0.2s ease 0s, background 0.2s ease 0s, opacity 0.2s ease 0s, border 0.2s ease 0s;
    visibility: hidden;
    z-index: 1003;
	cursor: pointer;
	box-sizing: content-box;
}
#arrup.arvis {
    opacity: 1;
    visibility: visible;
}
/* End */


/* Start:/bitrix/templates/fxrclan/lib/slider-scroll/scroll.css?1748505360898*/
.scroll-box {
	position: absolute;
	z-index: 100;
	bottom: 0;
    left: 50%;
    text-align: center;
}
.scroll {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    animation: down 3s infinite;
    margin: 20px auto 60px auto;
    box-sizing: border-box;
    opacity: 0.5;
    cursor: pointer;
}
.scroll:hover {
    opacity: 0.8;
}
.scroll::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 15px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    transform: rotate(-45deg);
}
@keyframes down {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translateY(10px);
    }
    40% {
        transform: translate(0);
    }
}
@media (max-width: 1199px) { 
    .scroll-box {
        display: none;
    }
}


/* End */


/* Start:/bitrix/templates/fxrclan/lib/hdfix/hdfix.css?17485053602138*/
.head_slide {
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: -60px;
	height: 50px;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: top 0.7s ease;
	line-height: 1;
}
.hdslide_inn {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
}
.hdslide_home {
	float: left;
	color: #fff;
	height: 50px;
	margin-right: 3%;
}
.hdslide_home img {
	width: auto;
	height: 50px;
}
.hdslide_contact {
	position: relative;
	float: right;
	margin: 13px 20px 0 0;
	text-align: right;
}
.hdslide_contact_nomer {
	font-size: 1.2em;
}
#header .hdslide_inn .header-phone__main-phone:before {
	display: none;
}
#header .header-fix-phone a {
	color: #000;
}
#header .header-fix-phone .header-phone__popup-link-phone {
	font-size: 0.9em;
}
#header .header-fix-phone .header-phone__popup {
	border-width: 1px;
	min-width: 260px;
}
.hdslide_contact_zayvka {
	float: right;
	margin: 0;
}
.hdslide_contact_zayvka a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 0;
}
.hdslide_search {
	float: left;
}
.hdslide_search form {
	position: relative;
	width: 300px;
}
.hdslide_search input, button {
	border: none;
	outline: none;
	border-radius: 3px;
	box-sizing: border-box;
}
.hdslide_search input {
	width: 100%;
	border: 1px solid #ccc;
	height: 37px;
	margin-top: 7px;
	background: #fff;
	color: #000;
	padding: 0 40px 0 15px;
	background-color: #f7f7f7;
	border-radius: 4px;
}
.hdslide_search button {
	height: 26px;
	width: 26px;
	position: absolute;
	top: 12px;
	right: 8px;
	background: none;
	cursor: pointer;
}
.hdslide_search button:before {
	content: "\f002";
	font-family: FontAwesome;
	color: #000;
	font-size: 1.4em;
}
@media (max-width: 1199px) {
	.hdslide_search form {
		width: 220px;
	}
}
@media (max-width: 1024px) {
	.hdslide_contact_email {
		display: none;
	}
}
@media (max-width: 991px) {
	.hdslide_contact {
		display: none;
	}
}
@media (max-width: 768px) {
	.head_slide {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/fxrclan/lib/img-zoom/img-zoom.css?1748505360682*/
.img_zoom {
	width:100%; 
	overflow:hidden;
}

.img_zoom a {
	position:relative; 
	float:left;
}

.img_zoom a span::before { 
	color: #fff;
    content: "\f00e";
    display: inline-block;
    font-family: FontAwesome;
}

.img_zoom a span {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border-radius: 4px;
    font-size: 24px;
    height: 40px;
    left: 30px;
	display: none;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: color 0.15s ease 0s, background 0.15s ease 0s, opacity 0.15s ease 0s, border 0.15s ease 0s;
    width: 40px;
	cursor:pointer;
}
/* End */


/* Start:/bitrix/templates/fxrclan/lib/btn-blick/btn-blick.css?1748505360801*/
/* btn blick */
.btn-blick {
  display: flex;
}
.btn-blick__btn {
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #0162c8, #55e7fc);
  overflow: hidden;
}
.btn-blick__btn:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: blur;
  background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 5s infinite;
}
@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}
@media (max-width: 767px) { 
  .btn-blick {
    justify-content: center;
  }
}
/* End */


/* Start:/bitrix/templates/fxrclan/css/cart.css?17511142207816*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
.catalog-cart-input {
  /*display: flex;*/
  width: 85%;
  margin-top: 
}
.catalog-cart-input-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.catalog-cart-input-btn a {
  color: #fff;
}
.catalog-cart-input-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dadada;
  border-radius: var(--main-template-border-radius-elements);
  box-sizing: border-box;
}
.catalog-cart-input-wrap:after {
  clear: both;
  display: block;
  content: '';
}
.catalog-cart-input-wrap input {
  text-align: center;
  border: none;
  font: inherit;
  outline: none;
}
.catalog-cart-input-wrap input:disabled {
  background-color: #f7f7f7;
}
.catalog-cart-input-plus,
.catalog-cart-input-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #777;
}
.catalog-cart-input-plus {
  border-left: 1px solid #dadada;
}
.catalog-cart-input-minus {
  border-right: 1px solid #dadada;
}
.catalog-cart-input-plus:hover,
.catalog-cart-input-minus:hover {
  color: #333;
}
.catalog-cart-input-detail-btn {
  height: 50px;
  padding: 0 30px;
  letter-spacing: normal;
  border-top: 5px solid #ED760E;
  font-weight: 600;
  width: 100%;
}
.catalog-cart-input-detail-wrap {
  margin-right: 10px;
}
.catalog-cart-input-detail-wrap input {
  width: 70px;
  height: 49px;
}
.catalog-cart-input-detail-plus,
.catalog-cart-input-detail-minus {
  font-size: 0.7em;
  height: 49px;
  width: 30px;
}
.catalog-cart-input-list-btn {
  font-size: 0.9em;
  height: 37px;
  padding: 0 10px;
  letter-spacing: normal;
  border-top: 5px solid #ED760E;
  font-weight: 600;
}
.catalog-cart-input-list-wrap {
  margin-right: 10px;
}
.catalog-cart-input-list-wrap input {
  width: 50px;
  height: 35px;
}
.catalog-cart-input-list-plus,
.catalog-cart-input-list-minus {
  font-size: 0.6em;
  height: 35px;
  width: 20px;
}
.catalog-cart-input-price {
  justify-content: flex-end;
  align-items: center;
}
.catalog-cart-input-price-btn {
  font-size: 0.8em;
  height: 37px;
  padding: 0 10px;
}
.catalog-cart-input-price-wrap {
  margin-right: 20px;
}
.catalog-cart-input-price-wrap input {
  width: 50px;
  height: 35px;
}
.catalog-cart-input-price-plus,
.catalog-cart-input-price-minus {
  font-size: 0.6em;
  height: 35px;
  width: 20px;
}
.catalog-cart-link {
  position: relative;
  z-index: 100;
  right: 0;
  //top: 40%;
  //width: 60px;
  //height: 80px;
  padding: 10px 0;
  text-align: center;
  //background-color: #eee;
  //border-top-left-radius: 4px;
  //border-bottom-left-radius: 4px;
  color: #fff;
  margin-right: 20px;
}
.catalog-cart-link-count {
  position: absolute;
  display: inline-block;
  background: #CD2122;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 0.8em;
  //margin-left: 5px;
  top: 5px;
  right: -10px;
}
.catalog-cart-link-count:hover {
  opacity: 0.8;
}
.catalog-cart-link-basket {
  display: inline-block;
  color: #fff;
  font-size: 2.5em;
  //margin-bottom: 5px;
  line-height: 1;
}
.catalog-cart-table {
  display: table;
  width: 100%;
  border: 1px solid #dadada;
  border-bottom: none;
  margin: 0 0 30px;
}
.catalog-cart-table-tr {
  display: table-row;
}
.catalog-cart-table-header {
  background: #eee;
  font-weight: bold;
}
.catalog-cart-table-td {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
.catalog-cart-table-td img {
  max-width: 80px;
}
.catalog-cart-table-link:hover {
  opacity: 0.8;
}
.catalog-cart-input-wrap2 {
  width: 100px;
  margin: 0 auto;
}
.catalog-cart-input-wrap2 input {
  width: 54px;
  height: 30px;
}
.catalog-cart-input-wrap2 .catalog-cart-input-plus,
.catalog-cart-input-wrap2 .catalog-cart-input-minus {
  height: 30px;
  width: 23px;
  font-size: 0.5em;
}
.catalog-cart-table-td[data-cell='name'] {
  text-align: left;
}
.catalog-cart-old-price {
  text-decoration: line-through;
  opacity: 0.5;
}
.catalog-cart-delete {
  color: #777;
  font-size: 0.8em;
}
.catalog-cart-delete:hover {
  color: #333;
}
.catalog-cart-table-result {
  margin: 0 0 90px;
}
.catalog-cart-table-result:after {
  clear: both;
  display: block;
  content: '';
}
.catalog-cart-table-result .btn-link {
  display: inline-block;
  padding: 10px 20px;
}
.catalog-cart-table-summ {
  line-height: 36px;
  float: right;
  font-weight: bold;
}
.catalog-cart-clear {
  color: #777;
  font-size: 0.9em;
}
.catalog-cart-clear:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 5px;
}
.catalog-cart-clear:hover {
  color: #333;
}
.catalog-cart-form {
  margin: 0 0 30px;
}
.catalog-cart-form-manager {
  color: #333;
  font-size: 0.9em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.catalog-cart-text {
  font-size: 0.9em;
}
.catalog-detail__wrapper .catalog-cart-text {
    border-top: 1px solid #ececec;
    padding-top: 20px;
}
.catalog-detail__wrapper .catalog-cart-text .catalog-cart-text__title {
	margin-bottom: 10px;
}
.catalog-cart-text__title {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
}
.catalog-cart-text__title-d:before {
  content: "\f0d1";
  font-family: FontAwesome;
  margin-right: 3px;
}
.catalog-cart-text__title-o:before {
  content: "\f09d";
  font-family: FontAwesome;
  margin-right: 3px;
}
.catalog-cart-text__ul li {
  line-height: 100% !important;
  margin-left: 20px;
}
.catalog-cart-text__ul-green {
  color: #3bc915;
}
.cart-free-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-free-page:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 4em;
  background-color: #ccc;
  color: #fff;
  padding: 40px;
  border-radius: 50%;
  line-height: 1em;
}
.cart-free-page-text {
  padding-left: 30px;
}
.cart-success-page {
  display: flex;
  align-items: center;
}
.cart-success-page:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 3em;
  background-color: #ccc;
  color: #fff;
  padding: 20px;
  border-radius: 50%;
}
.cart-success-page-text {
  padding-left: 30px;
}
.form-popup-request__btn {
    border-top: 5px solid #ED760E;
    font-weight: 600;
}
@media (max-width: 767px) {
  .catalog-cart-input-price {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .catalog-cart-input-wrap2 {
    margin: 0;
  }
  .catalog-cart-table {
    display: block;
  }
  .catalog-cart-table-tr {
    display: block;
    border-bottom: 1px solid #dadada;
    padding-left: 100px;
  }
  .catalog-cart-table-tr:after {
    clear: both;
    display: block;
    content: '';
  }
  .catalog-cart-table-header {
    display: none;
  }
  .catalog-cart-table-td {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  .catalog-cart-table-td:nth-child(1) {
    width: 100px;
    margin-left: -100px;
  }
  .catalog-cart-table-result {
    text-align: center;
  }
  .catalog-cart-table-summ {
    float: none;
    margin-top: 20px;
  }
  .catalog-cart-text {
    margin-top: 70px;
  }
  .catalog-detail__wrapper .catalog-cart-text {
    margin-top: 20px;
  }
  .catalog-cart-link {
    width: 50px;
    height: 65px;
    padding: 10px 0;
    background-color: rgba(238, 238, 238, 0.7);
  }
  .catalog-cart-link-basket {
    color: #333;
    font-size: 1.2em;
  }
  .catalog-cart-link-count {
    width: 17px;
    line-height: 17px;
    font-size: 0.7em;
    top: 0px;
    right: -5px;
    text-align: center;
  }
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/wishlist.css?17485053601438*/
.wishlist-link {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 40%;
  margin-top: -90px;
  width: 60px;
  height: 80px;
  padding: 15px 0;
  text-align: center;
  background-color: #eee;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
}
.wishlist-link-count {
  display: inline-block;
  background-color: var(--main-template-color);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 0.8em;
}
.wishlist-link-count:hover {
  opacity: 0.8;
}
.wishlist-link-icon {
  display: block;
  color: #777;
  font-size: 1.5em;
  margin-bottom: 5px;
  line-height: 1;
}
.wishlist-clear {
  position: absolute;
  top: 5px;
  right: 0;
  color: #777;
}
.wishlist-clear:hover {
  opacity: 0.8;
}
.wishlist-clear:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 5px;
}
.wishlist-page .catalog-section__view {
  display: none;
}
.wishlist-page {
  position: relative;
}
@media (max-width: 767px) {
  .wishlist-link {
    width: 50px;
    height: 65px;
    padding: 10px 0;
    margin-top: -70px;
    background-color: rgba(238, 238, 238, 0.7);
  }
  .wishlist-link-icon {
    color: #333;
    font-size: 1.2em;
  }
  .wishlist-link-count {
    width: 17px;
    line-height: 17px;
    font-size: 0.7em;
  }
}
@media (max-width: 575px) {
  .wishlist-clear {
    position: static;
    display: inline-block;
    margin-bottom: 30px;
  }
}

/* End */


/* Start:/bitrix/templates/fxrclan/lib/mobile-menu/mobile_menu.css?17485053602240*/
.mobile_menu_overlay,.mobile_menu_container{position:fixed; top:0; left:0; width:100%; height:100%;}
.mobile_menu_container,.mobile_menu_container ul li ul{-webkit-transition:all 200ms; -moz-transition:all 200ms; transition:all 200ms;}
.mobile_menu_overlay{display:none; cursor:pointer; z-index:100; background:rgba(0,0,0,0.5)}
.mobile_menu_container{-webkit-transform:translateX(-300px); transform:translateX(-300px); width:300px; overflow:hidden; z-index:101; background:#fff;}
.mobile_menu_container.loaded{-webkit-transform:translateX(0px); transform:translateX(0px);}
.mobile_menu_container .mobile_menu_content{overflow:auto; max-height:100%; padding-bottom:30px;}
.mobile_menu_container ul{margin:0; padding:0;}
.mobile_menu_container ul li{list-style:none; border-bottom:1px solid #ececec;}
.mobile_menu_container ul li a{display:block; padding:15px 20px; line-height:20px; font-size:16px; background:#fff; color:#333; text-decoration:none; font-weight:500;}
.mobile_menu_container ul li a.parent{padding-right:50px; background:#fff url("/bitrix/templates/fxrclan/lib/mobile-menu/images/arrow_right.png") right 20px center no-repeat; background-size:5px;}
.mobile_menu_container ul li a.back{padding-left:50px; background: url("/bitrix/templates/fxrclan/lib/mobile-menu/images/arrow_left.png") left 20px center no-repeat; background-size:20px; box-sizing:border-box; min-height:50px; font-weight:400;}
.mobile_menu_container ul li a.back:hover{background: url("/bitrix/templates/fxrclan/lib/mobile-menu/images/arrow_left.png") left 20px center no-repeat; background-size:20px;}
.mobile_menu_container ul li a:hover{opacity:0.8;}
.mobile_menu_container ul li ul{-webkit-transform:translateX(300px); transform:translateX(300px); position:absolute; top:0; left:0; width:100%; height:100%; background:#fff; z-index:2;}
.mobile_menu_container ul li ul.loaded{-webkit-transform:translateX(0px); transform:translateX(0px);}
.mobile_menu_container ul li ul.activity{overflow-y:auto; overflow-x:hidden;}

.mobile_menu_top {display:flex; align-items:center; justify-content:space-between; padding:20px; border-bottom:1px solid #ececec;}
.mobile_menu_logo img {max-width:100px; max-height:35px;}
.mobile_menu_close {font-size:1.8em; color:#333; text-align:right; cursor:pointer;}

@media (max-width: 320px){.mobile_menu_container{width:240px;}}


/* End */


/* Start:/bitrix/templates/fxrclan/lib/mobile-filter/mobile_filter.css?17485053601511*/
.mobile_filter_overlay,.mobile_filter_container {position:fixed; top:0; left:0; width:100%; height:100%;}
.mobile_menu_container {-webkit-transition:all 200ms; -moz-transition:all 200ms; transition:all 200ms;}
.mobile_filter_overlay {display:none; cursor:pointer; z-index:100; background:rgba(0,0,0,0.5);}
.mobile_filter_container {-webkit-transform:translateX(-300px); transform:translateX(-300px); width:300px; overflow:hidden; z-index:101; background:#fff; margin:0!important;}
.mobile_filter_container.loaded {-webkit-transform:translateX(0px); transform:translateX(0px);}
.mobile_filter_container .mobile_filter_content {overflow:auto; overflow-x:hidden; max-height:100%; padding:0 10px 30px 10px;}

.mobile_filter_top {display:none; align-items:center; justify-content:space-between; padding:20px; border-bottom:1px solid #ececec;}
.mobile_filter_text {font-size:1.1em; font-weight: 400; color:#333;}
.mobile_filter_text:before {content: "\f0b0"; font-family:FontAwesome; font-weight:500; margin-right:5px;}
.mobile_filter_close {font-size:1.8em; color:#333; text-align:right; cursor:pointer;}
.mobile_filter_container .bx_filter .bx_filter_popup_result.left, .mobile_filter_container .bx_filter .bx_filter_popup_result.right {display:none!important;}
.mobile_filter_container #catalog-filter .catalog-filter__title {display:none!important;}
.mobile_filter_container #catalog-filter .catalog-filter__inner {border: none;}

@media (max-width: 320px){.mobile_filter_container{width:240px;}}

/* End */


/* Start:/lib/cookie/cookie.css?1754688099943*/
.cookie-popup {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 100;
	padding:0 15px;
}
.cookie-popup__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	padding: 20px 50px;
	border: 1px solid #ececec;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
	color: #333;
}
.cookie-popup__text {
	margin-right: 30px;
	font-size: 1em;
}
.cookie-popup__btn {
	padding: 12px 30px;
	border: none;
	border-radius: 4px;
	font-size: 1em;
	background-color: var(--main-template-color);
	color: #fff;
	cursor: pointer;
}
@media (max-width: 991px) {
	.cookie-popup__inner {
		padding: 15px;
	}
	.cookie-popup {
		bottom: 15px;
	}
}
@media (max-width: 575px) {
	.cookie-popup__inner {
		display:block;
	}
	.cookie-popup__text {
		margin: 0 0 25px 0;
	}
}
/* End */


/* Start:/bitrix/templates/fxrclan/themes/color_custom.css?17485053604628*/
/* color_custom */

/* main */
a {color: var(--main-template-color);}
.theme-color {color: var(--main-template-color) !important;}
.theme-color-fa:before {color: var(--main-template-color) !important;}
.theme-background {background-color: var(--main-template-color) !important;;}
.content-box th {background: var(--main-template-color);}
.section-slider .owl-prev,.section-slider .owl-next {background: var(--main-template-color) !important;}
.section-slider2 .owl-prev,.section-slider2 .owl-next {background: var(--main-template-color) !important;}
.btn-link {background: var(--main-template-color);}
.btn-button {background: var(--main-template-color);}
#header .header-slider__square {background: var(--main-template-color);}
#projects-filter .projects-filter__line-v {background: var(--main-template-color);}
#projects-filter .projects-filter__checkbox input[type=checkbox]:checked + .checkbox-text:after {background-color: var(--main-template-color);}
#projects-filter .projects-filter__popup a {color: var(--main-template-color);}
.section-calc__itog {color: var(--main-template-color);}
.section-calc__btn-form {background: var(--main-template-color);}
.section-review__btn-focus {background: var(--main-template-color);}
.section-tariff .section-tariff__work ul li:before {color: var(--main-template-color);}
.section-tariff__link-link {background: var(--main-template-color);}
.section-otzyvy__name-box:before, .otzyvy__name-box:before {color: var(--main-template-color);}
.section-advantage__icon-fa {color: var(--main-template-color);}
/* header */
#header .header-inner-4 .header-btn-zayvka__link {color: var(--main-template-color); border-color: var(--main-template-color);}
#header .header-inner {background-color: var(--main-template-color);}
/* top menu */
#header .hdtopmenu ul li:hover {background-color: var(--main-template-color) !important;}
#header .header-inner-4 .header-top-menu {background: var(--main-template-color);}
.menu-line #flvmenu > ul > li:hover:before, .menu-line #flvmenu > ul > li.root-item-selected:before, .menu-line #flvmenu > ul > li.item-selected:before {background-color: var(--main-template-color);}
/* sidebar */
.calc-fix__zamer-icon, .calc-fix__calc-icon  {background: var(--main-template-color);}
/* content */
.form-popup-measure__text ul li:before  {color: var(--main-template-color);}
#calc .calc_block h3 {background-color:var(--main-template-color);}
.tabs>ul.tabs2>li.active, .tabs>ul.tabs2>li.active:hover, .tabs>ul.tabs2>li:hover {border-color: var(--main-template-color); color: var(--main-template-color);}
.accordion .active_block .title_block {background: var(--main-template-color);}
.accordion .active_block .title_block, .accordion .title_block, .accordion .title_block:hover {background-color: var(--main-template-color);}
.services-news-list__title-link {color: var(--main-template-color);}
.link_back .fa {background: var(--main-template-color);}
.contacts .fa {color: var(--main-template-color);}
.prais_print a {background: var(--main-template-color);}
.index_plus .fa {color: var(--main-template-color);}
/* sidebar */
#sidebar_calc .bg {background: var(--main-template-color);}
.btn-fix {background: var(--main-template-color);}
.btn-fix__img-box {background: var(--main-template-color);}
/* catalog */
.catalog-links__link-link {border-color:var(--main-template-color); color:var(--main-template-color);}
.catalog-links__link-link:hover {background-color:var(--main-template-color);}
/*.catalog-cart-link-count {background-color:var(--main-template-color);}*/
/* new */
.section-repair__element:before {color: var(--main-template-color);}
.section-repair__link-link {background: var(--main-template-color);}
.form-measure__text ul li:before {color: var(--main-template-color);} 
.section-link-all-center {border-color:var(--main-template-color);}
#sidebar_prais .block .fa {color: var(--main-template-color);}
.bx-pagination .bx-pagination-container ul li.bx-active span {background-color: var(--main-template-color);}
/* new profi */
.section-slider-advantage__icon-fa {color: var(--main-template-color);}
.section-slider-advantage__img-box-bg {background: var(--main-template-color);}
/*filter*/
#catalog-filter .catalog-filter__line-v {background-color: var(--main-template-color);}
#catalog-filter .catalog-filter__checkbox input[type=checkbox]:checked + .checkbox-text:after {background-color: var(--main-template-color);}
.bx_filter .bx_filter_popup_result.left, .bx_filter .bx_filter_popup_result.right {background-color: var(--main-template-color);}
.bx_filter .bx_filter_popup_result.right:before {border-right-color: var(--main-template-color);}
/* End */


/* Start:/bitrix/templates/fxrclan/css/adaptive_template.css?175111242013166*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
  .row-cols-xl-5 > * {
	flex: 0 0 auto;
	width: 20%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
    padding: 0 25px;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
    padding: 0 15px;
  }
}
/* HEADER */
@media (max-width: 1199px) {
  #header .header-doptop__col_menu,
  #header .header-doptop__col_glasses {
    display: none;
  }
  #header .header-main-page-100vh,
  #header .header-main-page-fix {
    height: 700px;
  }
  #header .header-main-page-100vh .header-slider,
  #header .header-main-page-fix .header-slider {
    height: 700px;
  }
  #header .header-main-page-100vh .header-slider__inner,
  #header .header-main-page-fix .header-slider__inner {
    height: 700px;
  }
  #header .header-main-page-100vh .header-slider__offer,
  #header .header-main-page-fix .header-slider__offer {
    height: 700px;
  }
  #header .header-main-page-100vh .header-slider__offer-inner,
  #header .header-main-page-fix .header-slider__offer-inner {
    left: 0;
    max-width: 500px;
  }
  #header .header-main-page-100vh .header-form,
  #header .header-main-page-fix .header-form {
    height: calc(700px - 180px);
  }
  #header .header-main-page-100vh .header-form__inner,
  #header .header-main-page-fix .header-form__inner {
    right: 0;
  }
  #header .header-inner-3 .header-slider__offer {
    left: 0;
  }
  #header .header-inner-3 .header-slider__offer-inner {
    max-width: 300px;
  }
  #header .header-inner-3 .header-form__inner {
    right: 0;
  }
  #header .header-inner-4 .header-slider__offer-inner {
    left: 0;
    max-width: 500px;
  }
  #header .header-inner-4 .header-form__inner {
    right: 0;
  }
}
@media (max-width: 991px) {
  #header .header-doptop,
  #header .header-inner,
  #header .header-inner-main-page,
  #header .header-top,
  #header .header-top-menu {
    display: none;
  }
  #header .header-phone__main-phone {
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 500;
  }
  #header .header-phone__main-phone:before {
    display: none;
  }
  #header .header-phone__link {
    color: #f7f7f7 !important;
    font-size: 0.9em;
    font-weight: 500;
  }
  #header .header-phone__popup {
    left: 0;
    text-align: left;
  }
  #header .header-phone__popup-item {
    padding: 15px 0;
  }
  #header .header-phone__popup-link-phone {
    font-size: 0.9em;
  }
  #header .header-phone__messenger ul {
    justify-content: flex-start;
  }
  #header .header-main-page-100vh .header-slider,
  #header .header-main-page-fix .header-slider,
  #header .header-inner-3 .header-slider,
  #header .header-inner-4 .header-slider {
    height: 400px;
  }
  #header .header-main-page-100vh .header-slider__inner,
  #header .header-main-page-fix .header-slider__inner,
  #header .header-inner-3 .header-slider__inner,
  #header .header-inner-4 .header-slider__inner {
    height: 400px;
    min-height: 400px;
  }
  #header .header-main-page-100vh .header-slider__offer,
  #header .header-main-page-fix .header-slider__offer,
  #header .header-inner-3 .header-slider__offer,
  #header .header-inner-4 .header-slider__offer {
    display: block;
    left: 0;
    right: 0;
    height: 400px;
    text-align: center;
  }
  #header .header-main-page-100vh .header-slider__offer-inner,
  #header .header-main-page-fix .header-slider__offer-inner,
  #header .header-inner-3 .header-slider__offer-inner,
  #header .header-inner-4 .header-slider__offer-inner {
    position: relative;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0 10px;
  }
  #header .header-main-page-100vh .header-slider__offer-title,
  #header .header-main-page-fix .header-slider__offer-title,
  #header .header-inner-3 .header-slider__offer-title,
  #header .header-inner-4 .header-slider__offer-title {
    font-size: 2.5em;
  }
  #header .header-main-page-100vh .header-slider__offer-desc,
  #header .header-main-page-fix .header-slider__offer-desc,
  #header .header-inner-3 .header-slider__offer-desc,
  #header .header-inner-4 .header-slider__offer-desc {
    font-size: 1em;
  }
  #header .header-main-page-100vh .header-slider__offer-price,
  #header .header-main-page-fix .header-slider__offer-price,
  #header .header-inner-3 .header-slider__offer-price,
  #header .header-inner-4 .header-slider__offer-price {
    font-size: 1.9em;
  }
  #header .header-main-page-100vh .header-slider__offer-btn,
  #header .header-main-page-fix .header-slider__offer-btn,
  #header .header-inner-3 .header-slider__offer-btn,
  #header .header-inner-4 .header-slider__offer-btn {
    justify-content: center;
  }
  #header .header-inner-3 .header-slider__shadow,
  #header .header-inner-3 .header-slider__img {
    border-radius: 0;
  }
  #header .header-form {
    display: none;
  }
  #header .video-bg__video {
    width: 100%;
    height: auto;
  }
  #header .header-main-page-100vh,
  #header .header-main-page-fix {
    height: auto;
    background: none;
  }
  #header .header-main-page-100vh .header-slider,
  #header .header-main-page-fix .header-slider {
    position: relative;
  }
  #header .header-inner-3 .header-slider-box,
  #header .header-inner-4 .header-slider-box {
    height: 400px;
  }
  #header .header-mobile {
    display: block;
  }
  #header .header-mobile__slider-nocontainer {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  #header .header-mobile__line-region {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 25px;
    background: #f7f7f7;
    border-bottom: 1px solid #dadada;
  }
  #header .header-mobile__line-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
  }
  #header .header-mobile__left {
    display: flex;
    align-items: center;
  }
  #header .header-mobile__logo img {
    max-width: 170px;
    height: auto;
    max-height: 60px;
  }
  #header .header-mobile__menu-icon {
    margin-left: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: var(--main-template-border-radius-elements);
  }
  #header .header-mobile__menu-icon .fa {
    /*color: #333;*/
    color: #fff;
  }
  #header .header-mobile__line-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px;
    background: #e74347;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  #header .header-mobile__btn-link {
    padding: 10px 7px;
    font-size: 0.8em;
    border: 1px solid;
  }
}
@media (max-width: 767px) {
  #header .header-main-page-100vh .header-slider,
  #header .header-main-page-fix .header-slider,
  #header .header-inner-3 .header-slider,
  #header .header-inner-4 .header-slider {
    height: 350px;
  }
  #header .header-main-page-100vh .header-slider__inner,
  #header .header-main-page-fix .header-slider__inner,
  #header .header-inner-3 .header-slider__inner,
  #header .header-inner-4 .header-slider__inner {
    height: 350px;
    min-height: 350px;
  }
  #header .header-main-page-100vh .header-slider__offer,
  #header .header-main-page-fix .header-slider__offer,
  #header .header-inner-3 .header-slider__offer,
  #header .header-inner-4 .header-slider__offer {
    height: 350px;
  }
  #header .header-main-page-100vh .header-slider__offer-title,
  #header .header-main-page-fix .header-slider__offer-title,
  #header .header-inner-3 .header-slider__offer-title,
  #header .header-inner-4 .header-slider__offer-title {
    font-size: 2em;
  }
  #header .header-main-page-100vh .header-slider__offer-desc,
  #header .header-main-page-fix .header-slider__offer-desc,
  #header .header-inner-3 .header-slider__offer-desc,
  #header .header-inner-4 .header-slider__offer-desc {
    font-size: 1em;
  }
  #header .header-main-page-100vh .header-slider__offer-price,
  #header .header-main-page-fix .header-slider__offer-price,
  #header .header-inner-3 .header-slider__offer-price,
  #header .header-inner-4 .header-slider__offer-price {
    font-size: 1.3em;
  }
  #header .header-main-page-100vh .header-slider__offer-btn,
  #header .header-main-page-fix .header-slider__offer-btn,
  #header .header-inner-3 .header-slider__offer-btn,
  #header .header-inner-4 .header-slider__offer-btn {
    margin-top: 20px;
  }
  #header .header-main-page-100vh .header-slider__offer-btn .btn-link,
  #header .header-main-page-fix .header-slider__offer-btn .btn-link,
  #header .header-inner-3 .header-slider__offer-btn .btn-link,
  #header .header-inner-4 .header-slider__offer-btn .btn-link {
    padding: 15px 20px;
  }
  #header .header-inner-3 .header-slider-box,
  #header .header-inner-4 .header-slider-box {
    height: 350px;
  }
}
@media (max-width: 575px) {

  .section-main-page-title {
	line-height: 1em;
	margin-bottom: 20px;
  }
  .section-catalog-list2__shadow, .catalog-section-list2__shadow {
	height: 180px;
  }
  .section-catalog-list2__text-title, .catalog-section-list2__text-title {
	font-size: 1.2em;
	line-height: 1em;
  }
  .section-catalog-list2__item, .section-catalog-list2__item-slider, .catalog-section-list2__box {
	height: 180px;
  }

  .col-mobile {
	margin-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
  }

  .row-mobile {
	margin-right: -12px;
    	margin-left: -12px;
  }
  
  #header .video-bg__video {
    width: auto;
    height: 100%;
  }
  #header .header-main-page-100vh .header-slider,
  #header .header-main-page-fix .header-slider,
  #header .header-inner-3 .header-slider,
  #header .header-inner-4 .header-slider {
    height: 300px;
  }
  #header .header-main-page-100vh .header-slider__inner,
  #header .header-main-page-fix .header-slider__inner,
  #header .header-inner-3 .header-slider__inner,
  #header .header-inner-4 .header-slider__inner {
    height: 300px;
    min-height: 300px;
  }
  #header .header-main-page-100vh .header-slider__offer,
  #header .header-main-page-fix .header-slider__offer,
  #header .header-inner-3 .header-slider__offer,
  #header .header-inner-4 .header-slider__offer {
    height: 300px;
  }
  #header .header-main-page-100vh .header-slider__offer-title,
  #header .header-main-page-fix .header-slider__offer-title,
  #header .header-inner-3 .header-slider__offer-title,
  #header .header-inner-4 .header-slider__offer-title {
    font-size: 1.8em;
  }
  #header .header-main-page-100vh .header-slider__offer-desc,
  #header .header-main-page-fix .header-slider__offer-desc,
  #header .header-inner-3 .header-slider__offer-desc,
  #header .header-inner-4 .header-slider__offer-desc {
    font-size: 1em;
    margin: 0 0 10px 0;
  }
  #header .header-main-page-100vh .header-slider__offer-btn .btn-link,
  #header .header-main-page-fix .header-slider__offer-btn .btn-link,
  #header .header-inner-3 .header-slider__offer-btn .btn-link,
  #header .header-inner-4 .header-slider__offer-btn .btn-link {
    font-size: 0.9em;
    padding: 12px 15px;
  }
  #header .header-inner-3 .header-slider-box,
  #header .header-inner-4 .header-slider-box {
    height: 300px;
  }
  #header .header-mobile__line-one {
    padding: 5px 15px 5px 0px;
    /*margin-left: -20px;*/
  }
  #header .header-mobile__line-two {
    padding: 25px 15px;
  }
  #header .header-mobile__line-region {
    padding: 10px 15px;
  }
}
/* WRAPPER */
@media (max-width: 767px) {
  .wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .wrapper {
    padding: 30px 0;
  }
}
/* SIDEBAR BOX */
@media (max-width: 1199px) {
  #sidebar-box .sidebar__inner {
    margin-right: 30px;
  }
  #sidebar-box .sidebar__inner {
    width: 240px;
    min-width: 240px;
  }
  #sidebar-box #sidebar_fixed {
    width: 240px;
  }
}
@media (max-width: 991px) {
  #sidebar-box .sidebar__inner {
    display: none;
  }
}
/* FOOTER */
@media (max-width: 991px) {
  #footer .footer__item1 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 2px solid #3e4c5a;
    margin-bottom: 30px;
  }
  #footer .footer__hr {
    display: none;
  }
  #footer .footer__btn-callback-link {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #footer .footer {
    text-align: left;
  }
  #footer .footer__item1 {
    display: block;
    justify-content: space-between;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }
  #footer .footer__hr {
    display: block;
  }
  #footer .footer__btn-callback-link {
    display: inline-block;
  }
  #footer .footer__menu-title:after {
    margin: 20px auto;
  }
  #footer .footer__copyright {
    margin-bottom: 20px;
  }
  #footer .footer__social ul {
    justify-content: flex-start;
  }
  #footer .footer__metrics {
    margin-bottom: 10px;
  }
  #footer .footer__center-social ul {
    justify-content: flex-start;
  }
  #footer .footer__center-social ul li:last-child {
    margin-right: 0;
  }
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/adaptive_content.css?17485110005020*/
/* import */
/* mixin */
.br {
  border-radius: var(--main-template-border-radius-elements);
}
.section-link-all-center,
.btn-link,
.btn-button {
  border-radius: var(--main-template-border-radius-buttons);
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border: 1px solid #dadada;
}
/* MAINPAGE */
@media (max-width: 991px) {
  .section-map {
    background: #f7f7f7;
    height: auto;
  }
  .section-map__map {
    position: static;
  }
  .section-map__contacts {
    position: static;
    background: #f7f7f7;
    box-shadow: none;
    border-radius: 0;
  }
  .section-company__col-img {
    display: none;
  }
  .section-map {
    display: flex;
  }
  .section-map__map {
    height: 450px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .section-projects-list,
  .section-services,
  .section-projects,
  .section-company,
  .section-partners,
  .section-portfolio,
  .section-advantage,
  .section-review,
  .section-news {
    margin-bottom: 50px;
  }
  .section-main-page-title {
    font-size: 1.6em;
    text-align: left;
  }
  .section-padding {
    padding: 30px 0;
  }
  .section-padding-55 {
    padding: 30px 0;
  }
  .catalog-sections__box {
    padding: 30px 20px;
  }
  .catalog-sections__text-title {
    font-size: 1.1em;
  }
  .section-link-all-center {
    margin-top: 30px;
  }
  .col-mobile:last-child {
    margin-bottom: 0;
  }
  .section-company__title h1 {
    margin-bottom: 20px;
  }
  .section-company__metric {
    justify-content: flex-start;
  }
  .section-news__title-link-one {
    font-size: 1.4em;
  }
  .section-news__text-box-one {
    padding: 0 20px;
  }
  .section-news__gallery {
    top: 20px;
    bottom: 0;
    padding: 0 20px;
  }
  .section-news__icon-video-one {
    right: 20px;
    top: 20px;
    bottom: 0;
  }
  .section-product__item {
    padding: 50px 25px;
  }
  .section-product__img-box {
    height: auto;
    margin-bottom: 30px;
  }
  img.section-product__img-img {
    max-height: 250px;
  }
}
@media (max-width: 575px) {
  .section-map {
    display: block;
  }
  .section-product__item {
    padding: 30px 25px;
  }
  .section-product__btn-box {
    display: block;
  }
  .section-product__btn-pay-link,
  .section-product__btn-detail-link {
    display: inline-block;
  }
  .section-product__btn-pay-link {
    margin-bottom: 20px;
  }
}
/* CONTENT BOX */
@media (max-width: 1199px) {
  .catalog-detail__price-box {
    display: block;
  }
  #catalog-filter .catalog-filter__button {
    margin-bottom: 5px;
  }
  #catalog-filter .catalog-filter__title {
    padding: 0 10px;
  }
  .catalog-cart-input-detail-btn {
    padding: 0 15px;
  }
  .catalog-cart-input-detail-wrap input {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .region-list__top-box {
    display: block;
  }
  .region-list__top-left {
    display: none;
  }
  .catalog-section__view {
    display: none;
  }
  .catalog-section__sort-text {
    display: none;
  }
  .catalog-section__filter-mobile {
    display: flex;
  }
  .catalog-detail__status-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-detai__img {
    margin-bottom: 30px;
  }
  .portfolio-projects-list__img {
    margin-bottom: 30px;
  }
  .product-list__item {
    padding: 50px 25px;
  }
  .product-list__img-box {
    height: auto;
    margin-bottom: 30px;
  }
  img.product-list__img-img {
    max-height: 250px;
  }
  .product-detail__item {
    padding: 50px 25px;
  }
  .product-detail__img-box {
    height: auto;
    margin-bottom: 30px;
  }
  img.product-detail__img-img {
    max-height: 250px;
  }
}
@media (max-width: 575px) {
  .catalog-links__text {
    margin-bottom: 30px;
  }
  .content-box h1 {
    font-size: 1.8em;
  }
  .product-list__item {
    padding: 30px 25px;
  }
  .product-list__btn-box {
    display: block;
  }
  .product-list__btn-pay-link,
  .product-list__btn-detail-link {
    display: inline-block;
  }
  .product-list__btn-pay-link {
    margin-bottom: 20px;
  }
  .product-detail__item {
    padding: 0;
    border: none;
    margin-bottom: 50px;
  }
  .catalog-section__row, .section-block-row-catalog-index {
	margin-left: -10px; 
        margin-right: -10px;
  }
  .catalog-section-tile__item {
	padding: 10px 10px 67px 10px;
  }
  .catalog-section-tile__title-link {
	font-size: 1em;
  }
  .catalog-section-tile__promo-economy {
    top: 30px;
    left: 0px;
  }
  .catalog-section-tile__price-now {	
     font-size: 1.1em;
  }
  .catalog-cart-input {
	width: 90%;
  }
  .catalog-cart-input-detail {
	width: 100%;
  }
  .wrapper h1 {
	font-size: 1.6em;
        line-height: 1em;
  }
  .catalog-section-list3__img-box {
	height: 60px;
	max-width: 60px;
  }
  .catalog-section-list3__box {
	padding: 5px 20px;
	text-align: left;
  }
  .catalog-section-list3__col {
	margin-bottom: 5px;
  }
  .catalog-detail__wrapper {
	margin-top: 40px;
  }

  .section-company__box-metric {
	padding-left: 40px;	
  }

  .section-company__title h1 {
	font-size: 1.8em !important;
  }
}
/* End */


/* Start:/bitrix/templates/fxrclan/css/width_1480.css?1748505360510*/
@media (min-width: 1200px) {
  .container {
    max-width: 1480px;
  }
}
#flvmenu {
  max-width: 1480px;
}
.hdslide_inn {
  max-width: 1480px;
}
#flvmenu > ul > li > a {
  padding-left: 45px;
  padding-right: 45px;
}
.services-news-detail__form-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sidebar_fixed {
  width: 330px;
}
#sidebar-box .sidebar__inner {
  width: 330px;
  min-width: 330px;
}
@media (max-width: 1199px) {
  #sidebar-box .sidebar__inner {
    width: 240px;
    min-width: 240px;
  }
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/fonts/jost/jost.css?174850536056*/
body {
    font-family: 'Jost', Arial, sans-serif;
}

/* End */


/* Start:/bitrix/templates/fxrclan/css/customer.css?174850536022*/
/* customer css */


/* End */


/* Start:/bitrix/templates/fxrclan/components/bitrix/search.form/header/style.css?17511102601468*/
.header-search-form {
	width: 100%; 
}
.header-search-form form {
	display: inline-flex; 
	align-items: center; 
	justify-content: center; 
	max-width: 1000px; 
	width: 100%;
}
.header-search-form form input[type='text'] {
	font-size: 1em; 
	color: #333;
	border: none; 
	padding: 0.5em; 
	outline: none; 
	width: 100%;
	border-radius: 4px;
}
.header-search-form form input[type='text']::placeholder {
	font-weight: 300;
	--color: #dadada;
}
.header-search-form form button[type='submit'] {
	background: none; 
	outline: none; 
	border: none; 
	padding: 0; 
	width: 50px; 
	height: 50px; 
	cursor: pointer; 
	flex: 0 0 auto;
	font-size: 1.5em;
	color: #fff;
	opacity: 1;
}
.header-search-form form button[type='submit']:before {
	content: "\f002"; 
	font-family: FontAwesome; 
	font-weight: 500;
}
.header-search-form form button[type='submit']:hover {
	opacity: 0.8;
}
.header-search-form_active {
	display: block;
}
.header-search-form__close {
	position: absolute; 
	width: 50px; 
	height: 50px; 
	right: 15px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	cursor: pointer;
	color: #777;
	opacity: 0.8;
}
.header-search-form__close:before {
	content: "\f00d"; 
	font-family: FontAwesome; 
	font-weight: 400; 
	font-size:1.5em;
}
.header-search-form__close:hover {
	opacity: 1;
}
.header-search-form__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

/* End */


/* Start:/bitrix/templates/fxrclan/components/bitrix/menu/mn_flmenu_top/style.css?17485053602534*/
.header-top-menu {
	position: relative;
	width: 100%;
}
.header-top-menu .container .row > * {
	position: static;
}
#flvmenu { 
	position: static; 
}
#flvmenu > ul > li.root-item-catalog {
	position: static;
}
#flvmenu > ul > li.root-item-catalog > ul {
	left: -33% !important;
	right: 0 !important;
	width: 133%;
}
.bigmenu__container {
	padding: 20px 30px 50px 30px;
}
.bigmenu__link-all {
	&:after {
		content:"\f105";
		font-family: FontAwesome;
		margin-left: 5px;
		font-size: 0.9em;
	}
}
#header #flvmenu li.root-item-catalog ul li {
	width: 100%;
}
#header #flvmenu li.root-item-catalog ul li:hover {
	background: none !important;
}
#header #flvmenu li.root-item-catalog .img-fluid {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
#header #flvmenu li.root-item-catalog .item {
	display: flex;
	padding: 40px 25px 0 25px;
}
#header #flvmenu li.root-item-catalog .item a, #header #flvmenu li.root-item-catalog .deal a {
	padding: 0;
	color: #333;
	margin-bottom: 12px;
}
#header #flvmenu li.root-item-catalog .item .image {
	width: 70px;
}	
#header #flvmenu li.root-item-catalog .item .image img {
	border-radius: 4px;
}
#header #flvmenu li.root-item-catalog .item .text {
	flex: 1;
	margin: 5px 0 0 20px;
}
#header #flvmenu li.root-item-catalog .item .text .level3 a {
	font-size: 1.1em;
	color: #333;
	font-weight: 400;
}
#header #flvmenu li.root-item-catalog .deal {
	padding: 30px 25px 30px 25px;
}
#header #flvmenu li.root-item-catalog .item a:first-of-type, #header #flvmenu li.root-item-catalog .deal a {
	font-weight: 600;
	font-size: 1.15em;
}
#header #flvmenu li.root-item-catalog .img-fluid:hover, #header #flvmenu li.root-item-catalog .item .image:hover, #header #flvmenu li.root-item-catalog .item a:hover, #header #flvmenu li.root-item-catalog .deal a:hover {
	opacity: 0.8;
}
.menu-line #flvmenu > ul > li:hover:before, .menu-line #flvmenu > ul > li.root-item-selected:before, .menu-line #flvmenu > ul > li.item-selected:before {
	background: none !important;
}
.menu-line #flvmenu > ul > li > a:hover, .menu-line #flvmenu > ul > li.root-item-selected > a, .menu-line #flvmenu > ul > li.item-selected > a {
	opacity: 0.8;
}
.menu-position__center {
	justify-content: center;
}
.menu-position__wide {
	justify-content: space-around;
}
@media (min-width: 1500px) {
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1754687905666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/fxrclan/components/bitrix/menu/top/style.css?1748505360581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/fxrclan/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */
/* /bitrix/templates/fxrclan/css/reset.css?17485053601365 */
/* /bitrix/templates/fxrclan/css/bootstrap-grid_5.css?174850536070323 */
/* /bitrix/templates/fxrclan/css/font-awesome/css/font-awesome.min.css?174850536031000 */
/* /bitrix/templates/fxrclan/lib/owl-carousel-2/css/owl.carousel.min.css?17485053603351 */
/* /bitrix/templates/fxrclan/lib/owl-carousel-2/css/owl.theme.gs.css?17485053604883 */
/* /bitrix/templates/fxrclan/lib/fancybox/jquery.fancybox.min.css?174850536012795 */
/* /bitrix/templates/fxrclan/lib/flex-gallery/justified-gallery.min.css?17485053602515 */
/* /bitrix/templates/fxrclan/css/body.css?17485053603529 */
/* /bitrix/templates/fxrclan/css/header.css?175570842515884 */
/* /bitrix/templates/fxrclan/css/footer.css?17485053603471 */
/* /bitrix/templates/fxrclan/css/mainpage.css?174850536034540 */
/* /bitrix/templates/fxrclan/css/content.css?174850536035204 */
/* /bitrix/templates/fxrclan/css/catalog.css?174850536024075 */
/* /bitrix/templates/fxrclan/css/sidebar.css?17485053604845 */
/* /bitrix/templates/fxrclan/css/feedback.css?174850536016150 */
/* /bitrix/templates/fxrclan/lib/flmenu/flmenu.css?17485053605346 */
/* /bitrix/templates/fxrclan/lib/accordion/accordion.css?17485053601552 */
/* /bitrix/templates/fxrclan/lib/tabs/tabs.css?1748505360741 */
/* /bitrix/templates/fxrclan/lib/arrup/arrup.css?1748505360556 */
/* /bitrix/templates/fxrclan/lib/slider-scroll/scroll.css?1748505360898 */
/* /bitrix/templates/fxrclan/lib/hdfix/hdfix.css?17485053602138 */
/* /bitrix/templates/fxrclan/lib/img-zoom/img-zoom.css?1748505360682 */
/* /bitrix/templates/fxrclan/lib/btn-blick/btn-blick.css?1748505360801 */
/* /bitrix/templates/fxrclan/css/cart.css?17511142207816 */
/* /bitrix/templates/fxrclan/css/wishlist.css?17485053601438 */
/* /bitrix/templates/fxrclan/lib/mobile-menu/mobile_menu.css?17485053602240 */
/* /bitrix/templates/fxrclan/lib/mobile-filter/mobile_filter.css?17485053601511 */
/* /lib/cookie/cookie.css?1754688099943 */
/* /bitrix/templates/fxrclan/themes/color_custom.css?17485053604628 */
/* /bitrix/templates/fxrclan/css/adaptive_template.css?175111242013166 */
/* /bitrix/templates/fxrclan/css/adaptive_content.css?17485110005020 */
/* /bitrix/templates/fxrclan/css/width_1480.css?1748505360510 */
/* /bitrix/templates/fxrclan/css/fonts/jost/jost.css?174850536056 */
/* /bitrix/templates/fxrclan/css/customer.css?174850536022 */
/* /bitrix/templates/fxrclan/components/bitrix/search.form/header/style.css?17511102601468 */
/* /bitrix/templates/fxrclan/components/bitrix/menu/mn_flmenu_top/style.css?17485053602534 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1754687905666 */
/* /bitrix/templates/fxrclan/components/bitrix/menu/top/style.css?1748505360581 */
