

/* Start:/bitrix/templates/minister/css/fonts.css?17279371001960*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/bitrix/templates/minister/css/../fonts/Roboto.woff2') format('woff2'), url('/bitrix/templates/minister/css/../fonts/Roboto.woff') format('woff'), url('/bitrix/templates/minister/css/../fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/bitrix/templates/minister/css/../fonts/Robotoitalic.woff2') format('woff2'), url('/bitrix/templates/minister/css/../fonts/Robotoitalic.woff') format('woff'), url('/bitrix/templates/minister/css/../fonts/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/bitrix/templates/minister/css/../fonts/Robotomedium.woff2') format('woff2'), url('/bitrix/templates/minister/css/../fonts/Robotomedium.woff') format('woff'), url('/bitrix/templates/minister/css/../fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/*@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/bitrix/templates/minister/css/../fonts/Robotomediumitalic.woff2') format('woff2'), url('/bitrix/templates/minister/css/../fonts/Robotomediumitalic.woff') format('woff'), url('/bitrix/templates/minister/css/../fonts/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/bitrix/templates/minister/css/../fonts/Robotobold.woff2') format('woff2'), url('/bitrix/templates/minister/css/../fonts/Robotobold.woff') format('woff'), url('/bitrix/templates/minister/css/../fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display:fallback;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/bitrix/templates/minister/css/../fonts/Robotobolditalic.woff2') format('woff2'), url('/bitrix/templates/minister/css/../fonts/Robotobolditalic.woff') format('woff'), url('/bitrix/templates/minister/css/../fonts/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display:fallback;
}
/* End */


/* Start:/bitrix/templates/minister/css/reset.css?17279371005534*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	margin: 0;
	font-family: 'roboto', Arial, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-main);
	/*overflow-x: hidden;*/
}

:root {
	--color-main: #3c4052;
	--color-base: #1E86CD;
	--color-gray: #87878e;
	--color-gray-light: #c1c1cc;
	--color-gray-black: #363a48;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
iframe {
	border: 0 none;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
a:active,
a:hover {
	outline: 0;
}
b,
strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
optgroup {
	font-weight: bold;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: 0px;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	margin: 0;
	border: 1px solid var(--color-main);
	background: none;
}
input {
	line-height: normal;
}
a {
	color: var(--color-main);
	text-decoration: none;
	background-color: transparent;
}
a:hover,
a:focus {
	color: #494d63;
	text-decoration: none;
	outline: 0px;
}
a {
	border-bottom: 1px solid var(--color-main);
}
a:hover {
	border-bottom: none;
}
/*a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eee;
}
.hr {
	border: 0;
	height: 2px;
	height: .125rem;
	margin: 32px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	background: var(--color-main);
}
[role="button"] {
	cursor: pointer;
}
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	font-weight: 700;
}
h1 small,.h1 small,
h2 small,.h2 small,
h3 small,.h3 small,
h4 small,.h4 small,
h5 small,.h5 small,
h6 small,.h6 small {
	line-height: 1;
}

h4 small,.h4 small,
h5 small,.h5 small,
h6 small,.h6 small {
	font-size: 85%;
}
h1,.h1 {
	font-size: 36px;
	font-size: 2.25rem;
	margin-top: 0;
	margin-bottom: 36px;
	line-height: 1.35;
}
h2,.h2 {
	margin: 24px 0;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.35;
}
h3,.h3 {
	font-size: 21px;
	font-size: 1.3rem;
}
h4,.h4 {
	font-size: 18px;
	font-size: 1.1225rem;
}
h5,.h5 {
	font-size: 14px;
	font-size: .875rem;
	padding-bottom: 8px;
	text-transform: uppercase;
	border-bottom: 2px solid var(--color-main);
}
h6,.h6 {
	font-size: 12px;
}
h1, .h1, .h1--upper {
	text-transform: uppercase;
}
.h1--text-transform-none h1 {
	text-transform: none;
}
p {
	margin: 16px 0;
}
/*p:last-child {
	margin-bottom: 0;
}*/
mark {
	padding: .2em;
	background-color: #f2a654;
}
ul,
ol,
li {
	margin: 16px 0;
}
dl {
	margin-top: 0;
	margin-bottom: 22px;
}
dt,
dd {
	line-height: 1.57142857;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #e4eaec;
}
address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.57142857;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #5683ad;
	background-color: rgba(232, 241, 248, .1);
	border-radius: 3px;
}
pre {
	display: block;
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 13px;
	line-height: 1.57142857;
	color: inherit;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #fff;
	border: 1px solid #ecf5fc;
	border-radius: 3px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
th {
	text-align: left;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #526069;
	text-align: left;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 22px;
	font-size: 21px;
	line-height: inherit;
	color: inherit;
	border: 0;
	border-bottom: 1px solid transparent;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
}
/* End */


/* Start:/bitrix/templates/minister/css/columns.css?172793710051299*/
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media (min-width: 1200px) {
	.container, .container-fluid {
		width: 1200px;
	}
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cf:before, .cf:after, .row:before, .row:after, .container-fluid:before, .container-fluid:after {
    content:"";
    display:table;
}
.cf:after, .row:after, .container-fluid:after {
    clear:both;
}


[class*="col-"],
.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 435px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  [class*="col-"],
  .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 4.1666665%;
  flex: 0 0 4.1666665%;
  max-width: 4.1666665%;
}

.col-2 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-3 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-5 {
  -ms-flex: 0 0 20.8333335%;
  flex: 0 0 20.8333335%;
  max-width: 20.8333335%;
}

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

.col-7 {
  -ms-flex: 0 0 29.1666665%;
  flex: 0 0 29.1666665%;
  max-width: 29.1666665%;
}

.col-8 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-9 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-11 {
  -ms-flex: 0 0 45.8333335%;
  flex: 0 0 45.8333335%;
  max-width: 45.8333335%;
}

.col-12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  -ms-flex: 0 0 54.1666665%;
  flex: 0 0 54.1666665%;
  max-width: 54.1666665%;
}

.col-14 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-15 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-17 {
  -ms-flex: 0 0 70.8333335%;
  flex: 0 0 70.8333335%;
  max-width: 70.8333335%;
}

.col-18 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  -ms-flex: 0 0 79.1666665%;
  flex: 0 0 79.1666665%;
  max-width: 79.1666665%;
}

.col-20 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-21 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-23 {
  -ms-flex: 0 0 95.8333335%;
  flex: 0 0 95.8333335%;
  max-width: 95.8333335%;
}

.col-24 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 25;
  order: 25;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.order-13 {
  -ms-flex-order: 13;
  order: 13;
}

.order-14 {
  -ms-flex-order: 14;
  order: 14;
}

.order-15 {
  -ms-flex-order: 15;
  order: 15;
}

.order-16 {
  -ms-flex-order: 16;
  order: 16;
}

.order-17 {
  -ms-flex-order: 17;
  order: 17;
}

.order-18 {
  -ms-flex-order: 18;
  order: 18;
}

.order-19 {
  -ms-flex-order: 19;
  order: 19;
}

.order-20 {
  -ms-flex-order: 20;
  order: 20;
}

.order-21 {
  -ms-flex-order: 21;
  order: 21;
}

.order-22 {
  -ms-flex-order: 22;
  order: 22;
}

.order-23 {
  -ms-flex-order: 23;
  order: 23;
}

.order-24 {
  -ms-flex-order: 24;
  order: 24;
}

.offset-0 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.1666665%;
}

.offset-14 {
  margin-left: 58.333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.666667%;
}

.offset-17 {
  margin-left: 70.8333335%;
}

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

.offset-19 {
  margin-left: 79.1666665%;
}

.offset-20 {
  margin-left: 83.333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.666667%;
}

.offset-23 {
  margin-left: 95.8333335%;
}

@media (min-width: 436px) {
  .col-s {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-s-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-s-1 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
  }

  .col-s-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-s-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-s-4 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-s-5 {
    -ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
  }

  .col-s-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-s-7 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }

  .col-s-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-s-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-s-10 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-s-11 {
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
  }

  .col-s-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-s-13 {
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
  }

  .col-s-14 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-s-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-s-16 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-s-17 {
    -ms-flex: 0 0 70.8333335%;
    flex: 0 0 70.8333335%;
    max-width: 70.8333335%;
  }

  .col-s-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-s-19 {
    -ms-flex: 0 0 79.1666665%;
    flex: 0 0 79.1666665%;
    max-width: 79.1666665%;
  }

  .col-s-20 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-s-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-s-22 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-s-23 {
    -ms-flex: 0 0 95.8333335%;
    flex: 0 0 95.8333335%;
    max-width: 95.8333335%;
  }

  .col-s-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-s-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-s-last {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-s-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-s-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-s-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-s-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-s-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-s-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-s-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-s-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-s-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-s-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-s-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-s-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-s-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-s-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-s-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-s-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-s-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-s-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-s-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-s-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-s-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-s-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-s-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-s-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-s-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .offset-s-0 {
    margin-left: 0;
  }

  .offset-s-1 {
    margin-left: 4.1666665%;
  }

  .offset-s-2 {
    margin-left: 8.333333%;
  }

  .offset-s-3 {
    margin-left: 12.5%;
  }

  .offset-s-4 {
    margin-left: 16.666667%;
  }

  .offset-s-5 {
    margin-left: 20.8333335%;
  }

  .offset-s-6 {
    margin-left: 25%;
  }

  .offset-s-7 {
    margin-left: 29.1666665%;
  }

  .offset-s-8 {
    margin-left: 33.333333%;
  }

  .offset-s-9 {
    margin-left: 37.5%;
  }

  .offset-s-10 {
    margin-left: 41.666667%;
  }

  .offset-s-11 {
    margin-left: 45.8333335%;
  }

  .offset-s-12 {
    margin-left: 50%;
  }

  .offset-s-13 {
    margin-left: 54.1666665%;
  }

  .offset-s-14 {
    margin-left: 58.333333%;
  }

  .offset-s-15 {
    margin-left: 62.5%;
  }

  .offset-s-16 {
    margin-left: 66.666667%;
  }

  .offset-s-17 {
    margin-left: 70.8333335%;
  }

  .offset-s-18 {
    margin-left: 75%;
  }

  .offset-s-19 {
    margin-left: 79.1666665%;
  }

  .offset-s-20 {
    margin-left: 83.333333%;
  }

  .offset-s-21 {
    margin-left: 87.5%;
  }

  .offset-s-22 {
    margin-left: 91.666667%;
  }

  .offset-s-23 {
    margin-left: 95.8333335%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
  }

  .col-sm-14 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-17 {
    -ms-flex: 0 0 70.8333335%;
    flex: 0 0 70.8333335%;
    max-width: 70.8333335%;
  }

  .col-sm-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    -ms-flex: 0 0 79.1666665%;
    flex: 0 0 79.1666665%;
    max-width: 79.1666665%;
  }

  .col-sm-20 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-23 {
    -ms-flex: 0 0 95.8333335%;
    flex: 0 0 95.8333335%;
    max-width: 95.8333335%;
  }

  .col-sm-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-sm-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-sm-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-sm-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-sm-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-sm-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-sm-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-sm-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-sm-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-sm-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-sm-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-sm-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.1666665%;
  }

  .offset-sm-2 {
    margin-left: 8.333333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.666667%;
  }

  .offset-sm-5 {
    margin-left: 20.8333335%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.1666665%;
  }

  .offset-sm-8 {
    margin-left: 33.333333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.666667%;
  }

  .offset-sm-11 {
    margin-left: 45.8333335%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.1666665%;
  }

  .offset-sm-14 {
    margin-left: 58.333333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.666667%;
  }

  .offset-sm-17 {
    margin-left: 70.8333335%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.1666665%;
  }

  .offset-sm-20 {
    margin-left: 83.333333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.666667%;
  }

  .offset-sm-23 {
    margin-left: 95.8333335%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
  }

  .col-md-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-5 {
    -ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
  }

  .col-md-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }

  .col-md-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-11 {
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
  }

  .col-md-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
  }

  .col-md-14 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-17 {
    -ms-flex: 0 0 70.8333335%;
    flex: 0 0 70.8333335%;
    max-width: 70.8333335%;
  }

  .col-md-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    -ms-flex: 0 0 79.1666665%;
    flex: 0 0 79.1666665%;
    max-width: 79.1666665%;
  }

  .col-md-20 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-23 {
    -ms-flex: 0 0 95.8333335%;
    flex: 0 0 95.8333335%;
    max-width: 95.8333335%;
  }

  .col-md-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-md-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-md-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-md-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-md-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-md-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-md-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.1666665%;
  }

  .offset-md-2 {
    margin-left: 8.333333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.666667%;
  }

  .offset-md-5 {
    margin-left: 20.8333335%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.1666665%;
  }

  .offset-md-8 {
    margin-left: 33.333333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.666667%;
  }

  .offset-md-11 {
    margin-left: 45.8333335%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.1666665%;
  }

  .offset-md-14 {
    margin-left: 58.333333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.666667%;
  }

  .offset-md-17 {
    margin-left: 70.8333335%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.1666665%;
  }

  .offset-md-20 {
    margin-left: 83.333333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.666667%;
  }

  .offset-md-23 {
    margin-left: 95.8333335%;
  }
}

@media (min-width: 1020px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
  }

  .col-lg-14 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-17 {
    -ms-flex: 0 0 70.8333335%;
    flex: 0 0 70.8333335%;
    max-width: 70.8333335%;
  }

  .col-lg-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    -ms-flex: 0 0 79.1666665%;
    flex: 0 0 79.1666665%;
    max-width: 79.1666665%;
  }

  .col-lg-20 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-23 {
    -ms-flex: 0 0 95.8333335%;
    flex: 0 0 95.8333335%;
    max-width: 95.8333335%;
  }

  .col-lg-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-lg-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-lg-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-lg-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-lg-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-lg-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-lg-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-lg-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-lg-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-lg-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-lg-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-lg-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.1666665%;
  }

  .offset-lg-2 {
    margin-left: 8.333333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.666667%;
  }

  .offset-lg-5 {
    margin-left: 20.8333335%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.1666665%;
  }

  .offset-lg-8 {
    margin-left: 33.333333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.666667%;
  }

  .offset-lg-11 {
    margin-left: 45.8333335%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.1666665%;
  }

  .offset-lg-14 {
    margin-left: 58.333333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.666667%;
  }

  .offset-lg-17 {
    margin-left: 70.8333335%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.1666665%;
  }

  .offset-lg-20 {
    margin-left: 83.333333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.666667%;
  }

  .offset-lg-23 {
    margin-left: 95.8333335%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
  }

  .col-xl-14 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-17 {
    -ms-flex: 0 0 70.8333335%;
    flex: 0 0 70.8333335%;
    max-width: 70.8333335%;
  }

  .col-xl-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    -ms-flex: 0 0 79.1666665%;
    flex: 0 0 79.1666665%;
    max-width: 79.1666665%;
  }

  .col-xl-20 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-23 {
    -ms-flex: 0 0 95.8333335%;
    flex: 0 0 95.8333335%;
    max-width: 95.8333335%;
  }

  .col-xl-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xl-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-xl-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-xl-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-xl-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-xl-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-xl-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-xl-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-xl-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-xl-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-xl-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-xl-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.1666665%;
  }

  .offset-xl-2 {
    margin-left: 8.333333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.666667%;
  }

  .offset-xl-5 {
    margin-left: 20.8333335%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.1666665%;
  }

  .offset-xl-8 {
    margin-left: 33.333333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.666667%;
  }

  .offset-xl-11 {
    margin-left: 45.8333335%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.1666665%;
  }

  .offset-xl-14 {
    margin-left: 58.333333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.666667%;
  }

  .offset-xl-17 {
    margin-left: 70.8333335%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.1666665%;
  }

  .offset-xl-20 {
    margin-left: 83.333333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.666667%;
  }

  .offset-xl-23 {
    margin-left: 95.8333335%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2-5 {
    -ms-flex: 0 0 10.41666666%;
    flex: 0 0 10.41666666%;
    max-width: 10.41666666%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xxl-9-5 {
    -ms-flex: 0 0 39.58333333%;
    flex: 0 0 39.58333333%;
    max-width: 39.58333333%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-13 {
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
  }

  .col-xxl-14 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xxl-16 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-17 {
    -ms-flex: 0 0 70.8333335%;
    flex: 0 0 70.8333335%;
    max-width: 70.8333335%;
  }

  .col-xxl-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-19 {
    -ms-flex: 0 0 79.1666665%;
    flex: 0 0 79.1666665%;
    max-width: 79.1666665%;
  }

  .col-xxl-20 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xxl-22 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-23 {
    -ms-flex: 0 0 95.8333335%;
    flex: 0 0 95.8333335%;
    max-width: 95.8333335%;
  }

  .col-xxl-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xxl-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-xxl-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-xxl-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-xxl-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-xxl-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-xxl-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-xxl-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-xxl-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-xxl-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-xxl-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-xxl-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 4.1666665%;
  }

  .offset-xxl-2 {
    margin-left: 8.333333%;
  }

  .offset-xxl-3 {
    margin-left: 12.5%;
  }

  .offset-xxl-4 {
    margin-left: 16.666667%;
  }

  .offset-xxl-5 {
    margin-left: 20.8333335%;
  }

  .offset-xxl-6 {
    margin-left: 25%;
  }

  .offset-xxl-7 {
    margin-left: 29.1666665%;
  }

  .offset-xxl-8 {
    margin-left: 33.333333%;
  }

  .offset-xxl-9 {
    margin-left: 37.5%;
  }

  .offset-xxl-10 {
    margin-left: 41.666667%;
  }

  .offset-xxl-11 {
    margin-left: 45.8333335%;
  }

  .offset-xxl-12 {
    margin-left: 50%;
  }

  .offset-xxl-13 {
    margin-left: 54.1666665%;
  }

  .offset-xxl-14 {
    margin-left: 58.333333%;
  }

  .offset-xxl-15 {
    margin-left: 62.5%;
  }

  .offset-xxl-16 {
    margin-left: 66.666667%;
  }

  .offset-xxl-17 {
    margin-left: 70.8333335%;
  }

  .offset-xxl-18 {
    margin-left: 75%;
  }

  .offset-xxl-19 {
    margin-left: 79.1666665%;
  }

  .offset-xxl-20 {
    margin-left: 83.333333%;
  }

  .offset-xxl-21 {
    margin-left: 87.5%;
  }

  .offset-xxl-22 {
    margin-left: 91.666667%;
  }

  .offset-xxl-23 {
    margin-left: 95.8333335%;
  }
}

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxl-1 {
    -ms-flex: 0 0 4.1666665%;
    flex: 0 0 4.1666665%;
    max-width: 4.1666665%;
  }

  .col-xxxl-2 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxxl-2-5 {
    -ms-flex: 0 0 10.41666666%;
    flex: 0 0 10.41666666%;
    max-width: 10.41666666%;
  }

  .col-xxxl-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xxxl-4 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxxl-5 {
    -ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
  }

  .col-xxxl-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-7 {
    -ms-flex: 0 0 29.1666665%;
    flex: 0 0 29.1666665%;
    max-width: 29.1666665%;
  }

  .col-xxxl-8 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxxl-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xxxl-9-5 {
    -ms-flex: 0 0 39.58333333%;
    flex: 0 0 39.58333333%;
    max-width: 39.58333333%;
  }

  .col-xxxl-10 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxxl-11 {
    -ms-flex: 0 0 45.8333335%;
    flex: 0 0 45.8333335%;
    max-width: 45.8333335%;
  }

  .col-xxxl-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-13 {
    -ms-flex: 0 0 54.1666665%;
    flex: 0 0 54.1666665%;
    max-width: 54.1666665%;
  }

  .col-xxxl-14 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxxl-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xxxl-16 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxxl-17 {
    -ms-flex: 0 0 70.8333335%;
    flex: 0 0 70.8333335%;
    max-width: 70.8333335%;
  }

  .col-xxxl-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-19 {
    -ms-flex: 0 0 79.1666665%;
    flex: 0 0 79.1666665%;
    max-width: 79.1666665%;
  }

  .col-xxxl-20 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxxl-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xxxl-22 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxxl-23 {
    -ms-flex: 0 0 95.8333335%;
    flex: 0 0 95.8333335%;
    max-width: 95.8333335%;
  }

  .col-xxxl-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxxl-last {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-xxxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xxxl-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxxl-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-xxxl-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-xxxl-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-xxxl-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-xxxl-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-xxxl-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-xxxl-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-xxxl-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-xxxl-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-xxxl-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-xxxl-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 4.1666665%;
  }

  .offset-xxxl-2 {
    margin-left: 8.333333%;
  }

  .offset-xxxl-3 {
    margin-left: 12.5%;
  }

  .offset-xxxl-4 {
    margin-left: 16.666667%;
  }

  .offset-xxxl-5 {
    margin-left: 20.8333335%;
  }

  .offset-xxxl-6 {
    margin-left: 25%;
  }

  .offset-xxxl-7 {
    margin-left: 29.1666665%;
  }

  .offset-xxxl-8 {
    margin-left: 33.333333%;
  }

  .offset-xxxl-9 {
    margin-left: 37.5%;
  }

  .offset-xxxl-10 {
    margin-left: 41.666667%;
  }

  .offset-xxxl-11 {
    margin-left: 45.8333335%;
  }

  .offset-xxxl-12 {
    margin-left: 50%;
  }

  .offset-xxxl-13 {
    margin-left: 54.1666665%;
  }

  .offset-xxxl-14 {
    margin-left: 58.333333%;
  }

  .offset-xxxl-15 {
    margin-left: 62.5%;
  }

  .offset-xxxl-16 {
    margin-left: 66.666667%;
  }

  .offset-xxxl-17 {
    margin-left: 70.8333335%;
  }

  .offset-xxxl-18 {
    margin-left: 75%;
  }

  .offset-xxxl-19 {
    margin-left: 79.1666665%;
  }

  .offset-xxxl-20 {
    margin-left: 83.333333%;
  }

  .offset-xxxl-21 {
    margin-left: 87.5%;
  }

  .offset-xxxl-22 {
    margin-left: 91.666667%;
  }

  .offset-xxxl-23 {
    margin-left: 95.8333335%;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-l,
.visible-lg,
.visible-x {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-l-block,
.visible-l-inline,
.visible-l-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-x-block,
.visible-x-inline,
.visible-x-inline-block {
    display: none !important;
}
@media (max-width: 575px) {
    .visible-xs {
        display: block !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-md {
        display: block !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-l {
        display: block !important;
    }
    .visible-l-block {
        display: block !important;
    }
    .visible-l-inline {
        display: inline !important;
    }
    .visible-l-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-lg {
        display: block !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1400px) {
    .visible-x-block {
        display: block !important;
    }
    .visible-x-inline {
        display: inline !important;
    }
    .visible-x-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-l {
        display: none !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 1400px) {
    .hidden-x {
        display: none !important;
    }
}






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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1020px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

[class*="table-responsive"] {
  -webkit-overflow-scrolling: touch;
}
.table-responsive {
  overflow-x: auto;
}
@media (max-width:575px) {
  .table-responsive-sm {
    overflow-x: auto;
  }
}
@media (max-width:767px) {
  .table-responsive-md {
    overflow-x: auto;
  }
}
@media (max-width:1019px) {
  .table-responsive-lg {
    overflow-x: auto;
  }
}
/* End */


/* Start:/bitrix/templates/minister/css/icons.css?17279371001877*/
@font-face {
	font-family: 'fontello';
	src: url('/bitrix/templates/minister/css/../fonts/fontello.eot?90666447');
	src: url('/bitrix/templates/minister/css/../fonts/fontello.eot?90666447#iefix') format('embedded-opentype'),
		 url('/bitrix/templates/minister/css/../fonts/fontello.woff2?90666447') format('woff2'),
		 url('/bitrix/templates/minister/css/../fonts/fontello.woff?90666447') format('woff'),
		 url('/bitrix/templates/minister/css/../fonts/fontello.ttf?90666447') format('truetype'),
		 url('/bitrix/templates/minister/css/../fonts/fontello.svg?90666447#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display:swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
  
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	/* opacity: .8; */
  
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
  
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
  
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
  
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-glasses:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */
.icon-print:before { content: '\e804'; } /* '' */
.icon-fb:before { content: '\f09a'; } /* '' */
.icon-vk:before { content: '\f189'; } /* '' */
.icon-ok:before { content: '\f263'; } /* '' */
.icon-inst:before { content: '\f32d'; } /* '' */
.icon-arrow-up:before { content: '\e805'; }
.icon-arrow-right:before { content: '\e808'; }
.icon-arrow-left:before { content: '\e806'; }
/* End */


/* Start:/bitrix/templates/print/styles.css?1727937101609*/
body {
margin:.2in .55in;
padding:0;
background:#fff;
color:#000;
font:12pt "Times New Roman", Garamond, serif;
}
form,
.print-version
{
display:none; 
}
h1, h2, h3, h4, h5, h6 {
margin:.6em 0 0 0;
font-family:Georgia,Serif;
font-weight:normal;
clear:both;
}
h2 {
font-size:240%;
margin:.3em 0 0 0;
}
h2 {
font-size:140%;
margin:.3em 0 0 0;
}
h3+blockquote,
h2+blockquote,
p+ul{
margin-top:.2em;
}
.date, .copyright {font-size:80%;}
.copyright {margin-top:30px;}

a {color:black; text-decoration:none;}

p.comments {border:1px solid black; padding:8px;}

#content > h2:first-child {
    margin-bottom: 20px;
}
/* End */


/* Start:/bitrix/templates/print/template_styles.css?17279371013429*/
:root {
	--color-main: #3c4052;
	--color-base: #1E86CD;
	--color-gray: #87878e;
	--color-gray-light: #c1c1cc;
	--color-gray-black: #363a48;
}

.wrapper-structure {
	width: 700px;
}
.btn.structure-item {
    position: relative;
	height: auto;
	min-height: 92px;
	display: inline-flex;
	align-items: center;
	width: 277px;
	max-width: 100%;
	justify-content: center;
	text-transform: none;
	font-size: 16px;
	white-space: initial;
	line-height: 1.1;
	word-wrap: break-word;
	word-break: normal;
	padding: 10px 15px;
	background: #f5f5f5;
	color: inherit;
	border: 0 none !important;
	font-weight: 400;
	margin-bottom: 30px;
	cursor: default;
}
.btn.structure-item.root {
	width: 100%;
	font-weight: 700;
}
.btn.structure-item.root:before, .btn.structure-item.root:after {
	display: none;
}
.structure-wrap-items.row {
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
}
.structure-items {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.structure-wrap-items .structure-items:first-child {
	align-items: flex-start;
	padding-left: 0;
}
.structure-wrap-items .structure-items:last-child {
	align-items: flex-end;
	padding-right: 0 !important;
}
.structure-item:before, .structure-item:after {
	content: "";
	position: absolute;
	background: var(--color-main);
}
.structure-item:before {
	left: 100%;
	top: 50%;
	width: 11%;
	height: 1px;
	margin-top: -1px;
}
.structure-item:after {
	width: 1px;
	height: calc(100% - -30px);
	left: calc(100% - -11%);
	bottom: 50%;
}
.structure-items .structure-item:first-child::after {
	height: calc(50% - -30px);
}
.structure-wrap-items .structure-items:first-child .structure-item::before {

}
.structure-wrap-items .structure-items:last-child .structure-item::before {
	left: auto;
	right: 100%;
}
.structure-wrap-items .structure-items:first-child .structure-item::after {

}
.structure-wrap-items .structure-items:last-child .structure-item::after {
	left: auto;
	right: calc(100% - -11%);
}
.structure-wrap-items .structure-items {
	padding-right: 30px;
}
.structure-wrap-items .structure-items:last-child {
	padding-left: 30px;
	padding-right: 15px;
}
.btn.structure-item i {
	position: absolute;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 1px solid var(--color-main);
	border-left: 1px solid var(--color-main);
	transform: translateY(-50%) rotate(-45deg);
	left: 100%;
}
.structure-wrap-items .structure-items:last-child .structure-item i {
	border-left: 0 none;
	border-right: 1px solid var(--color-main);
	transform: translateY(-50%) rotate(45deg);
	left: auto;
	right: 100%;
}

.structure-wrap-items .structure-items:first-child .btn.structure-item:first-child i, .structure-wrap-items .structure-items:last-child .btn.structure-item:first-child i {
	left: 50%;
	top: auto;
	bottom: 100%;
	margin-left: -4px;
	transform: rotate(-135deg);
	border-top: 1px solid var(--color-main);
	border-left: 1px solid var(--color-main);
	border-right: 0 none;
}

.structure-wrap-items .structure-items:first-child .btn.structure-item:first-child:after, .structure-wrap-items .structure-items:last-child .btn.structure-item:first-child:after {
	left: 50%;
	bottom: 100%;
	height: 30px;
}
/* End */
/* /bitrix/templates/minister/css/fonts.css?17279371001960 */
/* /bitrix/templates/minister/css/reset.css?17279371005534 */
/* /bitrix/templates/minister/css/columns.css?172793710051299 */
/* /bitrix/templates/minister/css/icons.css?17279371001877 */
/* /bitrix/templates/print/styles.css?1727937101609 */
/* /bitrix/templates/print/template_styles.css?17279371013429 */
