

/* Start:/bitrix/templates/2020/template_styles.css?147643283625486*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
i,
em,
.em,
dfn,
blockquote,
q {
  font-style: italic;
}
a {
  color: #0983b1;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
p {
  margin: 0 0 1.6em 0;
}
pre {
  margin: 1em 0;
}
ul + p,
ul + pre,
ol + p,
ol + pre {
  margin-top: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
mark {
  background: #ff0;
  color: #111;
}
audio:not([controls]) {
  height: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.33em 0;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
}
.no-style-heading {
  font-size: 100%;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin-bottom: 1em;
}
menu,
ol,
ul {
  padding: 0 0 0 22px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
.list-unstyled,
.list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li,
.list-inline li {
  margin-top: 0;
  margin-bottom: 0;
}
.list-styled {
  padding: 0;
  margin: 0;
}
.list-styled li {
  list-style: none;
  position: relative;
  padding: 0 0 4px 24px;
}
.list-styled li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #cc9f63;
}
blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #434343;
  margin: 1em 0;
}
blockquote p {
  margin: 1em 0;
}
cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
code,
kbd,
pre,
samp {
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px;
}
code {
  color: #111;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  *white-space: normal;
}
.table-styled {
  width: 100%;
  margin: 1em 0;
}
.table-styled th,
.table-styled td {
  padding: 8px;
  vertical-align: top;
  font-size: 12px;
  border-left: 1px dotted #d9d9d9;
  border-right: 1px dotted #d9d9d9;
  border-bottom: 1px dotted #333333;
  vertical-align: middle;
}
.table-styled th:last-of-type,
.table-styled td:last-of-type {
  border-right: none;
}
.table-styled th:first-of-type,
.table-styled td:first-of-type {
  border-left: none;
}
.table-styled th,
.table-styled th {
  color: #929292;
  font-weight: normal;
}
.table-styled caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
label {
  margin: 0;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.checkbox {
  margin: 0.2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: 0.05em;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button {
  border: 0;
  padding: 1em 3em;
  background-color: #e74b3c;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.button:hover {
  background-color: #f43f3f;
}
.button:active {
  top: 1px;
}
.grey-button {
  background-color: #eee;
  color: #434343;
}
.grey-button:hover {
  background-color: #f1f1f1;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.button-unstyled {
  font-size: 16px;
  font-size: 1rem;
  color: #27ae61;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.button-unstyled:hover {
  text-decoration: none;
}
.button-unstyled[disabled],
.button-unstyled.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc;
}
.left,
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}
.right {
  float: right;
}
.block,
.checkbox {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
audio,
canvas,
video,
.list-inline,
.list-inline li,
.button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.none,
[hidden],
audio:not([controls]) {
  display: none !important;
}
.font-ultra-b {
  font-weight: 900;
}
.font-b,
b,
strong,
.strong {
  font-weight: 700;
}
.font-normal,
dt,
cite,
table thead th,
table tfoot th,
table caption,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-thin {
  font-weight: 100;
}
.font-normal,
dt,
cite,
table thead th,
table tfoot th,
table caption,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-style: normal;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.text-left,
table caption {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.button {
  text-align: center;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.image-left {
  margin-right: 20px;
}
.image-right {
  margin-left: 20px;
}
.section {
  position: relative;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
[class*="pull-"],
[class*="push-"] {
  position: relative;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  width: 8.33333%;
  width: calc(8.33333333%);
  width: -webkit-calc(8.33333333%);
  width: -moz-calc(8.33333333%);
}
.col-2 {
  width: 16.66667%;
  width: calc(16.66666667%);
  width: -webkit-calc(16.66666667%);
  width: -moz-calc(16.66666667%);
}
.col-3,
.col-1-4 {
  width: 25%;
  width: calc(25%);
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
}
.col-4,
.col-1-3 {
  width: 33.33333%;
  width: calc(33.33333333%);
  width: -webkit-calc(33.33333333%);
  width: -moz-calc(33.33333333%);
}
.col-5 {
  width: 41.66665%;
  width: calc(41.66666667%);
  width: -webkit-calc(41.66666667%);
  width: -moz-calc(41.66666667%);
}
.col-6,
.col-1-2 {
  width: 50%;
  width: calc(50%);
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
}
.col-7 {
  width: 58.33333%;
  width: calc(58.33333333%);
  width: -webkit-calc(58.33333333%);
  width: -moz-calc(58.33333333%);
}
.col-8 {
  width: 66.66666%;
  width: calc(66.66666667%);
  width: -webkit-calc(66.66666667%);
  width: -moz-calc(66.66666667%);
}
.col-9,
.col-3-4 {
  width: 75%;
  width: calc(75%);
  width: -webkit-calc(75%);
  width: -moz-calc(75%);
}
.col-10 {
  width: 83.33333%;
  width: calc(83.33333333%);
  width: -webkit-calc(83.33333333%);
  width: -moz-calc(83.33333333%);
}
.col-11 {
  width: 91.66666%;
  width: calc(91.66666667%);
  width: -webkit-calc(91.66666667%);
  width: -moz-calc(91.66666667%);
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333%;
  left: calc(8.33333333%);
  left: -webkit-calc(8.33333333%);
  left: -moz-calc(8.33333333%);
}
.pull-1 {
  left: -8.33333%;
  left: calc(-8.33333333%);
  left: -webkit-calc(-8.33333333%);
  left: -moz-calc(-8.33333333%);
}
.push-2 {
  left: 16.66667%;
  left: calc(16.66666667%);
  left: -webkit-calc(16.66666667%);
  left: -moz-calc(16.66666667%);
}
.pull-2 {
  left: -16.66667%;
  left: calc(-16.66666667%);
  left: -webkit-calc(-16.66666667%);
  left: -moz-calc(-16.66666667%);
}
.push-3,
.push-1-4 {
  left: 25%;
  left: calc(25%);
  left: -webkit-calc(25%);
  left: -moz-calc(25%);
}
.pull-3,
.pull-1-4 {
  left: -25%;
  left: calc(-25%);
  left: -webkit-calc(-25%);
  left: -moz-calc(-25%);
}
.push-4,
.push-1-3 {
  left: 33.33333%;
  left: calc(33.33333333%);
  left: -webkit-calc(33.33333333%);
  left: -moz-calc(33.33333333%);
}
.pull-4,
.pull-1-3 {
  left: -33.33333%;
  left: calc(-33.33333333%);
  left: -webkit-calc(-33.33333333%);
  left: -moz-calc(-33.33333333%);
}
.push-5 {
  left: 41.66665%;
  left: calc(41.66666667%);
  left: -webkit-calc(41.66666667%);
  left: -moz-calc(41.66666667%);
}
.pull-5 {
  left: -41.66665%;
  left: calc(-41.66666667%);
  left: -webkit-calc(-41.66666667%);
  left: -moz-calc(-41.66666667%);
}
.push-6,
.push-1-2 {
  left: 50%;
  left: calc(50%);
  left: -webkit-calc(50%);
  left: -moz-calc(50%);
}
.pull-6,
.pull-1-2 {
  left: -50%;
  left: calc(-50%);
  left: -webkit-calc(-50%);
  left: -moz-calc(-50%);
}
.push-7 {
  left: 58.33333%;
  left: calc(58.33333333%);
  left: -webkit-calc(58.33333333%);
  left: -moz-calc(58.33333333%);
}
.pull-7 {
  left: -58.33333%;
  left: calc(-58.33333333%);
  left: -webkit-calc(-58.33333333%);
  left: -moz-calc(-58.33333333%);
}
.push-8 {
  left: 66.66666%;
  left: calc(66.66666667%);
  left: -webkit-calc(66.66666667%);
  left: -moz-calc(66.66666667%);
}
.pull-8 {
  left: -66.66666%;
  left: calc(-66.66666667%);
  left: -webkit-calc(-66.66666667%);
  left: -moz-calc(-66.66666667%);
}
.push-9,
.push-3-4 {
  left: 75%;
  left: calc(75%);
  left: -webkit-calc(75%);
  left: -moz-calc(75%);
}
.pull-9,
.pull-3-4 {
  left: -75%;
  left: calc(-75%);
  left: -webkit-calc(-75%);
  left: -moz-calc(-75%);
}
.push-10 {
  left: 83.33333%;
  left: calc(83.33333333%);
  left: -webkit-calc(83.33333333%);
  left: -moz-calc(83.33333333%);
}
.pull-10 {
  left: -83.33333%;
  left: calc(-83.33333333%);
  left: -webkit-calc(-83.33333333%);
  left: -moz-calc(-83.33333333%);
}
.push-11 {
  left: 91.66666%;
  left: calc(91.66666667%);
  left: -webkit-calc(91.66666667%);
  left: -moz-calc(91.66666667%);
}
.pull-11 {
  left: -91.66666%;
  left: calc(-91.66666667%);
  left: -webkit-calc(-91.66666667%);
  left: -moz-calc(-91.66666667%);
}
.row {
  padding-top: 1em;
  padding-bottom: 1em;
}
.no-desktop {
  display: none;
}
.no-margin,
.no-style-heading {
  margin: 0;
}
.no-padding {
  padding: 0 !important;
}
@media only screen and (min-width: 740px) and (max-width: 959px) {
  .container,
  .tablet-container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .tablet-container:first-child {
    margin-left: auto;
  }
  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-container-full:first-child {
    margin-left: auto;
  }
  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet-col-1 {
    width: 8.33333%;
    width: calc(8.33333333%);
    width: -webkit-calc(8.33333333%);
    width: -moz-calc(8.33333333%);
  }
  .tablet-col-2 {
    width: 16.66667%;
    width: calc(16.66666667%);
    width: -webkit-calc(16.66666667%);
    width: -moz-calc(16.66666667%);
  }
  .tablet-col-3,
  .tablet-col-1-4 {
    width: 25%;
    width: calc(25%);
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
  }
  .tablet-col-4,
  .tablet-col-1-3 {
    width: 33.33333%;
    width: calc(33.33333333%);
    width: -webkit-calc(33.33333333%);
    width: -moz-calc(33.33333333%);
  }
  .tablet-col-5 {
    width: 41.66665%;
    width: calc(41.66666667%);
    width: -webkit-calc(41.66666667%);
    width: -moz-calc(41.66666667%);
  }
  .tablet-col-6,
  .tablet-col-1-2 {
    width: 50%;
    width: calc(50%);
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
  }
  .tablet-col-7 {
    width: 58.33333%;
    width: calc(58.33333333%);
    width: -webkit-calc(58.33333333%);
    width: -moz-calc(58.33333333%);
  }
  .tablet-col-8 {
    width: 66.66666%;
    width: calc(66.66666667%);
    width: -webkit-calc(66.66666667%);
    width: -moz-calc(66.66666667%);
  }
  .tablet-col-9,
  .tablet-col-3-4 {
    width: 75%;
    width: calc(75%);
    width: -webkit-calc(75%);
    width: -moz-calc(75%);
  }
  .tablet-col-10 {
    width: 83.33333%;
    width: calc(83.33333333%);
    width: -webkit-calc(83.33333333%);
    width: -moz-calc(83.33333333%);
  }
  .tablet-col-11 {
    width: 91.66666%;
    width: calc(91.66666667%);
    width: -webkit-calc(91.66666667%);
    width: -moz-calc(91.66666667%);
  }
  .tablet-col-12 {
    width: 100%;
  }
  .tablet-push-1 {
    left: 8.33333%;
    left: calc(8.33333333%);
    left: -webkit-calc(8.33333333%);
    left: -moz-calc(8.33333333%);
  }
  .tablet-pull-1 {
    left: -8.33333%;
    left: calc(-8.33333333%);
    left: -webkit-calc(-8.33333333%);
    left: -moz-calc(-8.33333333%);
  }
  .tablet-push-2 {
    left: 16.66667%;
    left: calc(16.66666667%);
    left: -webkit-calc(16.66666667%);
    left: -moz-calc(16.66666667%);
  }
  .tablet-pull-2 {
    left: -16.66667%;
    left: calc(-16.66666667%);
    left: -webkit-calc(-16.66666667%);
    left: -moz-calc(-16.66666667%);
  }
  .tablet-push-3,
  .tablet-push-1-4 {
    left: 25%;
    left: calc(25%);
    left: -webkit-calc(25%);
    left: -moz-calc(25%);
  }
  .tablet-pull-3,
  .tablet-pull-1-4 {
    left: -25%;
    left: calc(-25%);
    left: -webkit-calc(-25%);
    left: -moz-calc(-25%);
  }
  .tablet-push-4,
  .tablet-push-1-3 {
    left: 33.33333%;
    left: calc(33.33333333%);
    left: -webkit-calc(33.33333333%);
    left: -moz-calc(33.33333333%);
  }
  .tablet-pull-4,
  .tablet-pull-1-3 {
    left: -33.33333%;
    left: calc(-33.33333333%);
    left: -webkit-calc(-33.33333333%);
    left: -moz-calc(-33.33333333%);
  }
  .tablet-push-5 {
    left: 41.66665%;
    left: calc(41.66666667%);
    left: -webkit-calc(41.66666667%);
    left: -moz-calc(41.66666667%);
  }
  .tablet-pull-5 {
    left: -41.66665%;
    left: calc(-41.66666667%);
    left: -webkit-calc(-41.66666667%);
    left: -moz-calc(-41.66666667%);
  }
  .tablet-push-6,
  .tablet-push-1-2 {
    left: 50%;
    left: calc(50%);
    left: -webkit-calc(50%);
    left: -moz-calc(50%);
  }
  .tablet-pull-6,
  .tablet-pull-1-2 {
    left: -50%;
    left: calc(-50%);
    left: -webkit-calc(-50%);
    left: -moz-calc(-50%);
  }
  .tablet-push-7 {
    left: 58.33333%;
    left: calc(58.33333333%);
    left: -webkit-calc(58.33333333%);
    left: -moz-calc(58.33333333%);
  }
  .tablet-pull-7 {
    left: -58.33333%;
    left: calc(-58.33333333%);
    left: -webkit-calc(-58.33333333%);
    left: -moz-calc(-58.33333333%);
  }
  .tablet-push-8 {
    left: 66.66666%;
    left: calc(66.66666667%);
    left: -webkit-calc(66.66666667%);
    left: -moz-calc(66.66666667%);
  }
  .tablet-pull-8 {
    left: -66.66666%;
    left: calc(-66.66666667%);
    left: -webkit-calc(-66.66666667%);
    left: -moz-calc(-66.66666667%);
  }
  .tablet-push-9,
  .tablet-push-3-4 {
    left: 75%;
    left: calc(75%);
    left: -webkit-calc(75%);
    left: -moz-calc(75%);
  }
  .tablet-pull-9,
  .tablet-pull-3-4 {
    left: -75%;
    left: calc(-75%);
    left: -webkit-calc(-75%);
    left: -moz-calc(-75%);
  }
  .tablet-push-10 {
    left: 83.33333%;
    left: calc(83.33333333%);
    left: -webkit-calc(83.33333333%);
    left: -moz-calc(83.33333333%);
  }
  .tablet-pull-10 {
    left: -83.33333%;
    left: calc(-83.33333333%);
    left: -webkit-calc(-83.33333333%);
    left: -moz-calc(-83.33333333%);
  }
  .tablet-push-11 {
    left: 91.66666%;
    left: calc(91.66666667%);
    left: -webkit-calc(91.66666667%);
    left: -moz-calc(91.66666667%);
  }
  .tablet-pull-11 {
    left: -91.66666%;
    left: calc(-91.66666667%);
    left: -webkit-calc(-91.66666667%);
    left: -moz-calc(-91.66666667%);
  }
  .tablet-no-push,
  .tablet-no-pull {
    left: auto;
  }
  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .tablet-no-margin {
    margin: 0;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
@media only screen and (max-width: 739px) {
  .container,
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .mobile-container:first-child {
    margin-left: auto;
  }
  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-container-full:first-child {
    margin-left: auto;
  }
  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-col-1-2 {
    width: 50%;
    width: calc(50%);
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
  }
  .mobile-col-1-3 {
    width: 33.33333%;
    width: calc(33.33333333%);
    width: -webkit-calc(33.33333333%);
    width: -moz-calc(33.33333333%);
  }
  .mobile-col-1-4 {
    width: 25%;
    width: calc(25%);
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
  }
  .mobile-col-3-4 {
    width: 75%;
    width: calc(75%);
    width: -webkit-calc(75%);
    width: -moz-calc(75%);
  }
  .mobile-push-1-2 {
    left: 50%;
    left: calc(50%);
    left: -webkit-calc(50%);
    left: -moz-calc(50%);
  }
  .mobile-pull-1-2 {
    left: -50%;
    left: calc(-50%);
    left: -webkit-calc(-50%);
    left: -moz-calc(-50%);
  }
  .mobile-push-1-3 {
    left: 25%;
    left: calc(25%);
    left: -webkit-calc(25%);
    left: -moz-calc(25%);
  }
  .mobile-pull-1-3 {
    left: -25%;
    left: calc(-25%);
    left: -webkit-calc(-25%);
    left: -moz-calc(-25%);
  }
  .mobile-push-1-4 {
    left: 33.33333%;
    left: calc(33.33333333%);
    left: -webkit-calc(33.33333333%);
    left: -moz-calc(33.33333333%);
  }
  .mobile-pull-1-4 {
    left: -33.33333%;
    left: calc(-33.33333333%);
    left: -webkit-calc(-33.33333333%);
    left: -moz-calc(-33.33333333%);
  }
  .mobile-push-3-4 {
    left: 75%;
    left: calc(75%);
    left: -webkit-calc(75%);
    left: -moz-calc(75%);
  }
  .mobile-pull-3-4 {
    left: -75%;
    left: calc(-75%);
    left: -webkit-calc(-75%);
    left: -moz-calc(-75%);
  }
  .mobile-no-push,
  .mobile-no-pull {
    left: auto;
  }
  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0.2em 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-text-left {
    text-align: left;
  }
  .mobile-text-right {
    text-align: right;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .mobile-no-margin {
    margin: 0;
  }
  .mobile-no-padding {
    padding: 0 !important;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
@media print {
  * {
    background: transparent;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-size: 100%;
  height: 100%;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.nodelay {
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -ms-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
  -moz-animation-delay: 0s !important;
  -o-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
.immediately,
.immediately-remove {
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.noanimation {
  -webkit-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.p0 {
  padding: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt120 {
  padding-top: 120px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.fz12 {
  font-size: 12px;
}
.fz22 {
  font-size: 22px;
}
a {
  text-decoration: none;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.bg-none {
  background: none !important;
}
.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
input:invalid {
  box-shadow: none;
}
.overflow-hidden {
  overflow: hidden;
}
.big {
  font-size: 22px;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.stretchbg {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.trfs {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.img-responsive-w {
  width: 100%;
  height: auto;
}
.img-responsive-h {
  width: auto;
  height: 100%;
}
.center-height-tbl {
  display: table;
}
.center-height-tbl * {
  display: table-cell;
  vertical-align: middle;
}
.center-height-trf {
  position: relative;
  /*top: 50%;*/
  top: 33%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rubl {
  font-family: rubl;
}

/* End */
/* /bitrix/templates/2020/template_styles.css?147643283625486 */
