

/* Start:/bitrix/templates/.default/libs/css/superfish.min.css?17149777131619*/
.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none;}.sf-menu li{position:relative;}.sf-menu ul{position:absolute;display:none;top:100%;left:0;z-index:99;}.sf-menu>li{float:left;}.sf-menu li:hover>ul,.sf-menu li.sfHover>ul{display:block;}.sf-menu a{display:block;position:relative;}.sf-menu ul ul{top:0;left:100%;}.sf-menu{float:left;margin-bottom:1em;}.sf-menu ul{box-shadow:2px 2px 6px rgba(0,0,0,.2);min-width:12em;*width:12em}.sf-menu a{border-left:1px solid #fff;border-top:1px solid #dFeEFF;border-top:1px solid rgba(255,255,255,.5);padding:.75em 1em;text-decoration:none;zoom:1}.sf-menu a{color:#13a;}.sf-menu li{background:#BDD2FF;white-space:nowrap;*white-space:normal;-webkit-transition:background .2s;transition:background .2s;}.sf-menu ul li{background:#AABDE6;}.sf-menu ul ul li{background:#9AAEDB;}.sf-menu li:hover,.sf-menu li.sfHover{background:#CFDEFF;-webkit-transition:none;transition:none;}.sf-arrows .sf-with-ul{padding-right:2.5em;*padding-right:1em}.sf-arrows .sf-with-ul:after{content:'';position:absolute;top:50%;right:1em;margin-top:-3px;height:0;width:0;border:5px solid transparent;border-top-color:#dFeEFF;border-top-color:rgba(255,255,255,.5);}.sf-arrows>li>.sf-with-ul:focus:after,.sf-arrows>li:hover>.sf-with-ul:after,.sf-arrows>.sfHover>.sf-with-ul:after{border-top-color:white}.sf-arrows ul .sf-with-ul:after{margin-top:-5px;margin-right:-3px;border-color:transparent;border-left-color:#dFeEFF;border-left-color:rgba(255,255,255,.5);}.sf-arrows ul li>.sf-with-ul:focus:after,.sf-arrows ul li:hover>.sf-with-ul:after,.sf-arrows ul .sfHover>.sf-with-ul:after{border-left-color:white;}
/* End */


/* Start:/bitrix/templates/.default/libs/css/style.css?170747009660861*/
/*------ reset ------*/
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; }

/*------ reset ------*/
/*------ default ------*/
/*------ default ------*/
/*------ grid ------*/
.col {
  
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem 0.5rem 0 0.5rem; }

.col--no-gutters {
  padding: 0; }

.grid {
  box-sizing: border-box;
  padding: 0 0.5rem; }

.grid--container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }

.grid--no-gutters {
  padding: 0; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -1rem -0.5rem 1rem -0.5rem;
  padding: 0; }

.row:last-child {
  margin-bottom: 0; }

.row--no-gutters {
  margin: 0; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.row--xs-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.row--xs-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.row--xs-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.col--xs-align-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col--xs-align-center {
  -ms-flex-item-align: center;
  align-self: center; }

.col--xs-align-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.col--xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col--xs-reset {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.col--xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.row--xs-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col--xs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text--xs-right {
  text-align: right; }

.text--xs-left {
  text-align: left; }

.text--xs-center {
  text-align: center; }

.col--xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem 0.5rem 0 0.5rem; }

.col--xs-1 {
  width: 8.333333333333334%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-2 {
  width: 16.666666666666668%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-4 {
  width: 33.333333333333336%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-5 {
  width: 41.66666666666667%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-6 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-7 {
  width: 58.333333333333336%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-8 {
  width: 66.66666666666667%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-9 {
  width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-10 {
  width: 83.33333333333334%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-11 {
  width: 91.66666666666667%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.col--xs-12 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

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

.col--xs-offset-1 {
  margin-left: 8.333333333333334%; }

.col--xs-offset-2 {
  margin-left: 16.666666666666668%; }

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

.col--xs-offset-4 {
  margin-left: 33.333333333333336%; }

.col--xs-offset-5 {
  margin-left: 41.66666666666667%; }

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

.col--xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col--xs-offset-8 {
  margin-left: 66.66666666666667%; }

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

.col--xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col--xs-offset-11 {
  margin-left: 91.66666666666667%; }

.col--xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .row--sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--sm-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--sm-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--sm-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--sm-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .col--sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row--sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--sm-right {
    text-align: right; }
  .text--sm-left {
    text-align: left; }
  .text--sm-center {
    text-align: center; }
  .col--sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 0.5rem 0 0.5rem; }
  .col--sm-1 {
    width: 8.333333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-2 {
    width: 16.666666666666668%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-4 {
    width: 33.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-5 {
    width: 41.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-7 {
    width: 58.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-8 {
    width: 66.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-10 {
    width: 83.33333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-11 {
    width: 91.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--sm-offset-0 {
    margin-left: 0; }
  .col--sm-offset-1 {
    margin-left: 8.333333333333334%; }
  .col--sm-offset-2 {
    margin-left: 16.666666666666668%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-offset-4 {
    margin-left: 33.333333333333336%; }
  .col--sm-offset-5 {
    margin-left: 41.66666666666667%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-offset-7 {
    margin-left: 58.333333333333336%; }
  .col--sm-offset-8 {
    margin-left: 66.66666666666667%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-offset-10 {
    margin-left: 83.33333333333334%; }
  .col--sm-offset-11 {
    margin-left: 91.66666666666667%; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .row--md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--md-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--md-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--md-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--md-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .col--md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row--md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--md-right {
    text-align: right; }
  .text--md-left {
    text-align: left; }
  .text--md-center {
    text-align: center; }
  .col--md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 0.5rem 0 0.5rem; }
  .col--md-1 {
    width: 8.333333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-2 {
    width: 16.666666666666668%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-4 {
    width: 33.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-5 {
    width: 41.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-7 {
    width: 58.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-8 {
    width: 66.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-10 {
    width: 83.33333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-11 {
    width: 91.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--md-offset-0 {
    margin-left: 0; }
  .col--md-offset-1 {
    margin-left: 8.333333333333334%; }
  .col--md-offset-2 {
    margin-left: 16.666666666666668%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-offset-4 {
    margin-left: 33.333333333333336%; }
  .col--md-offset-5 {
    margin-left: 41.66666666666667%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-offset-7 {
    margin-left: 58.333333333333336%; }
  .col--md-offset-8 {
    margin-left: 66.66666666666667%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-offset-10 {
    margin-left: 83.33333333333334%; }
  .col--md-offset-11 {
    margin-left: 91.66666666666667%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .row--lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--lg-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--lg-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--lg-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--lg-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .col--lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row--lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--lg-right {
    text-align: right; }
  .text--lg-left {
    text-align: left; }
  .text--lg-center {
    text-align: center; }
  .col--lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 0.5rem 0 0.5rem; }
  .col--lg-1 {
    width: 8.333333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-2 {
    width: 16.666666666666668%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-4 {
    width: 33.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-5 {
    width: 41.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-7 {
    width: 58.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-8 {
    width: 66.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-10 {
    width: 83.33333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-11 {
    width: 91.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--lg-offset-0 {
    margin-left: 0; }
  .col--lg-offset-1 {
    margin-left: 8.333333333333334%; }
  .col--lg-offset-2 {
    margin-left: 16.666666666666668%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-offset-4 {
    margin-left: 33.333333333333336%; }
  .col--lg-offset-5 {
    margin-left: 41.66666666666667%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-offset-7 {
    margin-left: 58.333333333333336%; }
  .col--lg-offset-8 {
    margin-left: 66.66666666666667%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-offset-10 {
    margin-left: 83.33333333333334%; }
  .col--lg-offset-11 {
    margin-left: 91.66666666666667%; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .row--xl-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row--xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row--xl-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }
  .col--xl-align-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col--xl-align-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col--xl-align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col--xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col--xl-reset {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .col--xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .row--xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .col--xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .text--xl-right {
    text-align: right; }
  .text--xl-left {
    text-align: left; }
  .text--xl-center {
    text-align: center; }
  .col--xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem 0.5rem 0 0.5rem; }
  .col--xl-1 {
    width: 8.333333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-2 {
    width: 16.666666666666668%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-4 {
    width: 33.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-5 {
    width: 41.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-7 {
    width: 58.333333333333336%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-8 {
    width: 66.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-10 {
    width: 83.33333333333334%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-11 {
    width: 91.66666666666667%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .col--xl-offset-0 {
    margin-left: 0; }
  .col--xl-offset-1 {
    margin-left: 8.333333333333334%; }
  .col--xl-offset-2 {
    margin-left: 16.666666666666668%; }
  .col--xl-offset-3 {
    margin-left: 25%; }
  .col--xl-offset-4 {
    margin-left: 33.333333333333336%; }
  .col--xl-offset-5 {
    margin-left: 41.66666666666667%; }
  .col--xl-offset-6 {
    margin-left: 50%; }
  .col--xl-offset-7 {
    margin-left: 58.333333333333336%; }
  .col--xl-offset-8 {
    margin-left: 66.66666666666667%; }
  .col--xl-offset-9 {
    margin-left: 75%; }
  .col--xl-offset-10 {
    margin-left: 83.33333333333334%; }
  .col--xl-offset-11 {
    margin-left: 91.66666666666667%; }
  .col--xl-offset-12 {
    margin-left: 100%; } }

/*# sourceMappingURL=flexbox-grid.css.map */
/*------ grid ------*/
/*------ header ------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: none; }

strong {
  font-weight: bold; }

a {
  text-decoration: none; }

.grid--container-default, .grid--container-default.w100 .row {
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto; }
.grid--container-default.w100 { width: 100%; max-width: unset; }

.row {
  margin: 0px -15px; }

.grid {
  padding-left: 15px;
  padding-right: 15px; }

.col {
  padding: 0px 15px; }

img {
  max-width: 100%; }

h4 {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px; }

.desctop-header-logo {
  max-width: 100%;
  display: block; }

.desctop-header-logo img {
  width: 100%; }

.yellow-mobile-phone {
  margin-right: 22px;
  background: #ffdd2d url("/bitrix/templates/.default/libs/css/../images/mobile-ico.png") no-repeat center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px; }

 .yellow-email {
  margin-right: 22px;
  background: #ffdd2d url("/bitrix/templates/.default/libs/css/../images/email-ico.png") no-repeat center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px; }

  .yellow-whatsapp {
  margin-right: 22px;
  background: #ffdd2d url("/bitrix/templates/.default/libs/css/../images/whatsap.png") no-repeat center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px; }

.desctop-header-large { padding-top: 35px; }

.desctop-header-middle-content {
  padding-left: 4%;
  padding-right: 0%; }

.desctop-header-middle-phone {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

.white-theme-banner {
  color: #fff; }

.desctop-header-middle-call {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e96d2;
  text-decoration: underline;
  margin-left: 5.3%;
  padding-left: 6%;
  border-left: 1px solid #bababa; }

  .desctop-header-middle-content-bottom a {
    color: #000000;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: none;
float:left;
width: 45%;
font-size: 18px;
margin-right: 5%;
	}
  .desctop-header-middle-content-bottom a:hover { color: #1e96d2; }

.desctop-header-right {
  text-align: right; }

.desctop-header-middle-phone {
  font-size: 18px;
  font-weight: bold; }
  .desctop-header-middle-phone a {
    color: #000000;
    text-decoration: none;
	display: block;
    margin-bottom: 8px;
	}

.blue-clock-ico {
  background: #432d88 url("/bitrix/templates/.default/libs/css/../images/white-clock-ico.png") no-repeat center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin-right: 22px; }

.yellow-clock-ico {
  background: #ffdd2d url("/bitrix/templates/.default/libs/css/../images/yellow-clock-ico.png") no-repeat center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin-right: 22px; }




.desctop-header-right {
  padding-left: 1%; }

.desctop-header-schedule {
  display: inline-block;
  vertical-align: middle; }

.single-page-banner {
  padding-top: 1.7%;
  padding-bottom: 3.5%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .single-page-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }

.breadcrump {
  position: relative;
  font-size: 0; }
  .breadcrump a, .breadcrump span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: inherit; }
  .breadcrump span.breadcrump-separator {
    margin-left: 10px;
    margin-right: 10px; }

.breadcrump-white-theme {
  color: #fff;
  opacity: .7; }

.single-page-title {
  padding-top: 37px; }

.default-page-title {
  position: relative;
  font-weight: bold;
  font-size: 48px;
  color: inherit; }
  .default-page-title span {
    font-weight: 300; }

#nav-icon3 {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px; }

#nav-icon3 span:nth-child(4) {
  top: 14px; }

#nav-icon3.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.mobile-header {
  background: #ffdd2d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 10;
  display: none; }

.mobile-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.mobile-header-bottom {
  display: flex;
  padding-top: 20px; }

.mobile-header-bottom-column {
  width: 50%;
  font-size: 14px;
  text-align: left; }

.mobile-header-bottom-phone {
  margin-bottom: 15px; }

.mobile-header-bottom-nav a {
  display: block;
  color: inherit;
  font-size: 16px;
  margin-bottom: 5px; }

.mobile-header-bordered-link {
  font-size: 14px;
  display: inline-block;
  color: inherit;
  padding: 5px;
  margin-bottom: 15px;
  }

.mobile-header-rasp {
  margin-bottom: 15px; }

.mobile-header-bottom-phone a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 6px; }

.mobile-header-bottom {
  padding-bottom: 0;
  padding-top: 0;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  transition: all .3s; }
  .mobile-header-bottom.active {
    opacity: 1;
    display: flex;
    padding-top: 20px;
    padding-bottom: 100px;
    max-height: 100vh;
    overflow: auto; }

/*mobile-header*/
/*------ header ------*/
/*------ index ------*/
.index-top-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 253px; }
  .index-top-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }

.index-top-banner-title {
  position: relative;
  color: #fff;
  line-height: 1.2;
  font-size: 48px;
  font-weight: bold; }

.index-more-info {
  margin-top: 40px;
  position: relative; }

h2.default-page-subtitle.default-page-subtitle-big {
  font-size: 24px; }

.index-about-content {
  margin-top: 40px; }

.index-top-banner-preim {
  padding-bottom: 50px;
  margin-top: 125px;
  text-align: center;
  display: flex;
  position: relative;
  justify-content: space-between; }
  .index-top-banner-preim .index-top-banner-item {
    max-width: 307px;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .index-top-banner-preim .index-top-banner-item:last-child {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .index-top-banner-preim span {
    margin-top: 35px;
    color: #fff;
    line-height: 1.4;
    display: block;
    text-align: center;
    font-weight: bold;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto; }

.index-service-item-content {
  position: absolute;
  padding: 12% 8%;
  bottom: calc(-12% - 63px);
  transition: all .3s; }

.index-service-item-title {
  position: relative;
  color: #fff;
  font-size: 26px;
  margin-bottom: 35px;
  line-height: 1.4;
  display: block;
  font-weight: bold; }

.index-service-item-img {
  width: 100%; }

.index-service-items {
  padding: 2em 10px; }

.index-service-item {
  overflow: hidden;
  font-size: 0;
  display: block;
  position: relative;
}
  .index-service-item:hover:before {
    background: rgba(83, 12, 10, 0.7); }
  .index-service-item:hover .index-service-item-content {
    bottom: 0px; }
  .index-service-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(3, 6, 14, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s; }

.index-about {
  margin-top: 50px; }

.index-about-count {
  padding-left: 50px;
  border-left: 1px solid #dddddd; }

.index-about-count-number {
  margin-bottom: 20px;
  font-size: 120px;
  font-weight: bold;
  color: #ffdd2d; }

.index-about-count-desc {
  line-height: 1.5;
  font-size: 18px;
  color: #2c2727;
  font-weight: 300; }

.index-partners-items {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px; }

.index-partners {
  margin-top: 30px; }

.index-partners-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #e8e8e8;
  width: 20%;
  display: flex;
  align-items: center; }
  .index-partners-item img {
    margin-left: auto;
    margin-right: auto; }
  .index-partners-item:first-child {
    border-left: none; }
  .index-partners-item:last-child {
    border-right: none; }

.default-page-subtitle_centered {
  text-align: center; }

.default-popup-textarea {
  height: 170px;
  resize: vertical;
  width: 100%;
  border: 1px solid #c6c6c6;
  padding-left: 15px;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

.default-popup-form-element {
  margin-bottom: 17px; }

.default-popup-input {
  width: 100%;
  border: 1px solid #c6c6c6;
  padding-left: 15px;
  color: #000;
  height: 50px;
  font-size: 16px; }

.default-popup-submit {
  border: none;
  margin-top: 10px;
  cursor: pointer; }

.default-popup {
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 58px 52px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto; }

.contact-gen-item-desc-link {
  display: inline-block;
  color: #1e96d2;
  text-decoration: underline;
  margin-bottom: 10px; }

.contact-gen-item-desc-link_black {
  color: #000;
  text-decoration: none; }

button.mfp-close {
  font-size: 35px;
  opacity: 1;
  right: 10px !important;
  top: 10px !important; }

.contact-gen-item-desc-title {
  margin-bottom: 10px; }

.default-popup-title {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold; }
  .default-popup-title span {
    font-weight: 300; }

.contact-gen-item-desc a {
  display: block; }

.contact-gen-item-job {
  display: block;
  max-width: 300px;
  line-height: 1.5; }

.contact-gen-item-element {
  margin-bottom: 30px; }

.contacts-form {
  background: #f4f5f6;
  padding: 15px 0px 5px 0px; }
  .contacts-form .contacts-form-el {
    margin-bottom: 25px; }
  .contacts-form .default-textarea {
    padding: 10px 15px;
    width: 100%;
    resize: vertical;
    font-size: 16px;
    height: 160px;
    border: 1px solid #e8e8e8;
    font-family: 'Open Sans', sans-serif; }
  .contacts-form .default-input-text {
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    font-family: 'Open Sans', sans-serif; }
  .contacts-form label {
    font-size: 16px;
    color: #2c2727;
    display: block;
    margin-bottom: 13px; }

.map-wrapper {
  position: relative;
  padding-top: 75px;
  border-top: 1px solid #dddddd; }

.default-btn.yellow-theme {
  border: none;
  cursor: pointer; }

#map {
  width: 100%;
  height: 530px; }

.map-widget-content {
  right: 3%;
  bottom: 3%;
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 15px 15px; }

.map-widget-yellow-ico {
  display: inline-block;
  margin-right: 29px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top; }
  .map-widget-yellow-ico.map {
    background-image: url("/bitrix/templates/.default/libs/css/../images/map-yellow-ico.png"); }
  .map-widget-yellow-ico.phone {
    background-image: url("/bitrix/templates/.default/libs/css/../images/phone-yellow-ico.png"); }

.map-widget-content-item {
  white-space: nowrap;
  margin-bottom: 35px; }
  .map-widget-content-item:last-child {
    margin-bottom: 0; }
  .map-widget-content-item span {
    line-height: 1.5;
    white-space: normal;
    vertical-align: top;
    display: inline-block; }

.map-widget-content-item-phone {
  font-size: 16px;
  color: #000000;
  font-weight: bold; }

.map-widget-content-item-mail {
  color: #1e96d2;
  text-decoration: underline; }

/*------ index ------*/
/*------ service-page ------*/
.tile-sidebar-banner {
  background: #ffdd2d;
  padding: 11% 8%;
  margin-bottom: 55px;
  width: 100%; }

.tile-sidebar-content {
  width: 100%;
  float: right;
  max-width: 395px; }

.tile-sidebar-banner-title {
  padding-left: 6%;
  padding-right: 6%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.single-service-sidebar {
  overflow: hidden; }

.tile-sidebar-banner-item {
  padding-top: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d5b928; }
  .tile-sidebar-banner-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.tile-sidebar-banner-item-title {
  padding-left: 6%;
  padding-right: 6%;
  font-weight: bold;
  font-size: 16px; }
  .tile-sidebar-banner-item-title a {
    color: inherit;
    font-weight: 300; }

.sidear-sertificate-link {
  display: block;
  padding-left: 13px; }

.sertificate-link-ico {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle; }

.default-blue-link {
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle; }

.single-service-content {
  padding-top: 46px; }

.single-service-content.single-service-content-no-offset {
  padding-top: 0; }

.single-service-item-img {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 40px; }

.default-paragraph strong {
  margin-bottom: 11px;
  line-height: 1.6;
  display: block;
  font-size: 20px;
  font-weight: bold; }

.default-paragraph p {
  margin-bottom: 31px;
  line-height: 1.9; }

.doc-inline-item {
  margin-right: 40px;
  width: 100%;
  color: #1e96d2; }
  .doc-inline-item span {
    text-decoration: underline; }

.send-mail .doc-inline-ico {
  background: #432d88 url("/bitrix/templates/.default/libs/css/../images/file-text.png") no-repeat center; }

.pdf .doc-inline-ico {
  background: #d00e1c url("/bitrix/templates/.default/libs/css/../images/pdf-red-icon.jpg") no-repeat center; }
.xls .doc-inline-ico {
    background: #fff url("/bitrix/templates/.default/libs/css/../images/xls.png") no-repeat center;  background-size: cover; }
.doc .doc-inline-ico {
    background: #fff url("/bitrix/templates/.default/libs/css/../images/file-text.png") no-repeat center;  background-size: cover; }
.doc-inline-container-offset {
  margin-top: 67px;
  margin-bottom: 70px; }

.doc-inline-ico {
  margin-right: 22px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 4px; }

.doc-inline-item i {
  width: 9%;
}
.doc-inline-item span {
  width: 91%;
}

.row.single-service-item {
  margin-bottom: 20px; }

.responsive-table table {
  width: 100%; }

.table-offerta-title {
  font-size: 14px; }

.doc-inline-item {
  display: flex;
  align-items: center; }

.doc-inline-container {
  display: flex;
  align-items: center; }

/*------ service-page ------*/
/*------ about ------*/
p.about-text-item {
  margin-bottom: 10px;
  line-height: 1.4; }
  p.about-text-item strong {
    font-weight: bold;
    font-size: 16px;
    display: inline-block; }

.about-text-desc {
  margin-top: 30px;
  margin-bottom: 30px; }
  .about-text-desc strong {
    display: inline-block; }

.about-text-items {
  padding-left: 40px; }

/*------ about ------*/
/*------ sertificats ------*/
.sertificats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.image-lightbox .mfp-close {
  top: 0 !important;
  right: 0 !important;
  padding-right: 0 !important; }

.sertificat-item {
  padding: 22px;
  margin-bottom: 80px;
  width: 50%; }

/*------ sertificats ------*/
/*------ footer ------*/
.footer-column-item {
  display: block;
  margin-bottom: 13px; }

footer {
  padding-top: 50px;
}
.background_footer { background: #2e4387; }
.background_footer p, .background_footer strong, .background_footer, .background_footer .footer-column div a  { color: #fff; }
.background_footer .default-blue-link, .background_footer .footer-column div a:hover { color: #E3C686; }

.footer-email {
  display: block;
  margin-top: 20px;
 }

.footer-block-right {
	padding-left: 1%;
	line-height: 1.3em;  }

.copyright {
  color: #8090a4;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }
  .copyright span {
    display: inline-block;
    vertical-align: middle; }
  .copyright a {
    display: inline-block;
    vertical-align: middle; }

.copyright-block {
  margin-top: 50px;
  padding-bottom: 40px; }

.copyright-wf {
  margin-left: 65px; }

/*------ footer ------*/
/*------ component ------*/
.default-btn {
  text-decoration: none;
  display: inline-block;
  padding: 16px 28px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px; }
  .default-btn.yellow-theme {
    background: #ffdd2d;
    color: #000; }

.default-blue-link {
  color: #1e96d2;
  font-size: 16px; }

.single-page-sub-navigation-link {
  text-decoration: none;
  display: inline-block;
  padding-right: 4%; }
  .single-page-sub-navigation-link:hover a {
    color: #000;
    border-bottom: 1px solid #ffdd2d; }
  .single-page-sub-navigation-link a {
    color: #1e96d2;
    display: inline-block;
    padding-bottom: 25px;
    padding-top: 15px;
    border-bottom: 1px solid transparent;
    transition: all .3s;
	font-weight: 800;	}
  .single-page-sub-navigation-link:last-child {
    padding-right: 0; }
  .single-page-sub-navigation-link.active {
    position: relative;
    color: inherit;
    font-weight: bold; }
    .single-page-sub-navigation-link.active a {
      color: #000;
      border-bottom: 1px solid #ffdd2d; }

.single-page-sub-navigation {
  font-size: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px; }

.single-page-wrapper {
  padding-top: 3.6%; }

h2.default-page-subtitle {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold; }
  h2.default-page-subtitle span {
    font-weight: 300; }

.responsive-table {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }
  .responsive-table table {
    min-width: 1016px;
    width: 100%; }

.default-yellow-table {
  margin-top: 20px;
  margin-bottom: 30px; }
  .default-yellow-table thead {
    border-bottom: 1px solid #d1d1d1; }
  .default-yellow-table tbody tr:last-child td {
    border-bottom: none; }
  .default-yellow-table tbody tr:hover {
    background: #ffdd2d; }
    .default-yellow-table tbody tr:hover td {
      border-color: #ffdd2d; }
  .default-yellow-table tbody td {
    border-bottom: 1px solid #e2eaec; }
  .default-yellow-table tbody:before {
    content: '';
    display: block;
    height: 20px; }
  .default-yellow-table tbody tr {
    transition: all .2s; }
  .default-yellow-table td {
    vertical-align: middle;
    font-size: 16px;
    padding-right: 35px;
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 15px; }
    .default-yellow-table td:last-child:after {
      display: none; }
    .default-yellow-table td:after {
      content: '';
      top: 6px;
      width: 1px;
      height: 42px;
      background: #e2eaec;
      position: absolute;
      right: 30px; }
  .default-yellow-table th {
    color: #969696;
    font-size: 14px;
    padding-right: 35px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-left: 15px;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 20px; }
    .default-yellow-table th:last-child:after {
      display: none; }
    .default-yellow-table th:after {
      content: '';
      top: 0;
      width: 1px;
      height: 45px;
      background: #e2eaec;
      position: absolute;
      right: 30px; }

.service-quation-flex-item {
  display: flex;
  margin-bottom: 40px; }

.default-gray-font {
  color: #969696; }

.service-quation-form-input {
  margin-right: 20px; }

.default-input-text {
  border-radius: none;
  width: 100%;
  height: 50px;
  color: #2c2727;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #dfdfdf; }

.default-input-submit {
  border: none;
  cursor: pointer; }

/*.single-page {
  margin-bottom: 90px; }*/

.yellow-theme-list {
line-height: 24px;
text-align:  justify;
  margin-top: 40px;
  margin-bottom: 40px; }
  .yellow-theme-list li {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px; }
    .yellow-theme-list li:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ffdd2d;
      position: absolute;
      left: 0;
      top: 7px; }

.yellow-theme-list2 {
list-style: decimal;
  margin-top: 40px;
  margin-bottom: 40px; }
  .yellow-theme-list2 li {
	list-style: decimal;
    list-style-position: outside;
    /*display: block;*/
    font-size: 16px;
    margin-bottom: 15px;
	margin-left: 20px;
    position: relative;
    padding-left: 30px; }
   .yellow-theme-list2 li:before {
    /*  content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ffdd2d;*/
      position: absolute;

      top: 7px; }

/*------ component ------*/
/*------ plugins ------*/
/*slick*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*slick*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*------ plugins ------*/
/*------ media ------*/
@media (max-width: 1535px) {
  .desctop-header-middle-content-bottom a {
    margin-right: 1.5%; } }

@media (max-width: 1480px) {
  .desctop-header-middle-content {
    padding-left: 0; } }

@media (max-width: 1460px) {
  .desctop-header-right .blue-clock-ico {
    display: none; } }

@media (max-width: 1310px) {
  .desctop-header-middle-call {
    margin-left: 2%;
    padding-left: 3%; } }

@media (max-width: 1220px) {
  .footer-column-offset {
    padding-top: 0; }
  .yellow-mobile-phone {
    vertical-align: top; }
  .desctop-header-middle-call {
    font-size: 14px; }
  .desctop-header-middle-phone {
    font-size: 16px; }
  .desctop-header-right {
    padding-left: 0;
    padding-top: 10px; }
  .desctop-header-middle-content {
    padding-top: 0; }
  .desctop-header-large {
    padding-top: 20px; }
  .desctop-header-middle-content-bottom a {
    font-size: 14px; }
  .desctop-header-right {
    text-align: left; }
  .desctop-header-schedule {
    font-size: 13px; } }

@media (max-width: 1120px) {
  .default-page-subtitle-about-offset {
    padding-left: 15px; }
  .index-about-count {
    padding-left: 15px; } }

@media (max-width: 990px) {
  .directors {
    display: flex;
    flex-wrap: wrap; }
  .contact-gen-item-element {
    padding-right: 15px;
    padding-right: 15px;
    width: 33.3%;
    flex: auto; }
  .index-about-count {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 20px; }
  .index-partners-items {
    flex-wrap: wrap; }
  .index-partners-item {
    width: 33.3%; }
  .sertificat-item {
    width: 50%;
    margin-bottom: 40px; }
  .footer-email {
    margin-top: 0; }
  body {
    padding-top: 57px; }
  .desctop-header-large {
    display: none; }
  .mobile-header {
    display: block;
	z-index: 9999;	}
  .copyright-wf {
    margin-left: 0; }
  .copyright {
    margin-bottom: 10px;
    width: 100%;
    text-align: center; }
  .footer-block-right {
    text-align: left;
    padding-left: 0; }
  .desctop-header-middle-phone a {
    display: inline-block; }
  .footer-column {
    margin-bottom: 30px; }
  .tile-sidebar-banner {
    padding: 5% 4%; }
  .tile-sidebar-banner-item-title {
    padding-left: 0; }
  .tile-sidebar-banner-title {
    padding-left: 0; }
  .tile-sidebar-content {
    float: none;
    max-width: 100%; }
  .single-service-item-img-wrapper {
    display: flex;
    justify-content: flex-start; } }

@media (max-width: 768px) {
  #map {
    height: 300px; }
  .map-widget-content {
    width: 100%;
    position: static;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .map-wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }
  .directors {
    margin-bottom: 30px; }
  .contacts-form {
    padding: 25px 25px; }
  .contact-gen-item-element {
    width: 50%;
    flex: auto; }
  .index-service-item:hover .index-service-item-content {
    bottom: calc(-12% - 63px); }

  .index-top-banner-title {
    font-size: 30px; }
  .index-top-banner {
    padding-top: 100px;
    padding-bottom: 50px; }
  .about-text-items {
    padding-left: 0; }
  .sertificat-item {
    width: 50%;
    margin-bottom: 0px; } }

@media (max-width: 758px) {
  .index-top-banner-preim {
    flex-wrap: wrap;
    justify-content: center; }
  .index-top-banner-preim {
    display: none; }
  .index-top-banner-preim .index-top-banner-item {
    margin-bottom: 40px;
    border-left: none !important;
    border-right: none !important;
    width: 33.3%; }
  .footer-email {
    margin-top: 15px;
 }
  .desctop-header-middle-phone a {
    display: block; }
  h2.default-page-subtitle {
    font-size: 25px; }
  .default-page-title {
    font-size: 30px; }
  .single-page-sub-navigation-link {
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
    padding-right: 0;
    display: block;
    border-bottom: 0; }
  .single-page-sub-navigation {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; } }

@media (max-width: 650px) {
  .contact-gen-item-element {
    width: 100%;
    flex: auto; }
  .index-service-item-title {
    font-size: 22px; }
  .index-top-banner-preim .index-top-banner-item {
    width: 100%; }
  .sertificat-item {
    width: 50%;
    margin-bottom: 40px; } }

@media (max-width: 560px) {
  h2.default-page-subtitle {
    margin-bottom: 10px; }
  h2.default-page-subtitle.default-page-subtitle-big {
    font-size: 30px; }
  .index-partners-item {
    width: 100%; }
  .index-service-item {
    width: 100%; } }

@media (max-width: 500px) {
  .map-widget-yellow-ico {
    margin-right: 15px; }
  .contact-gen-item-job {
    padding-bottom: 15px; }
  .single-page-wrapper {
    padding-top: 30px; }
  .contacts-form {
    padding: 15px; }
  .index-partners {
    margin-top: 40px; }
  .index-about-content {
    margin-top: 0; }
  .tile-sidebar-banner {
    padding: 20px 15px 30px; }
  .yellow-mobile-phone, .blue-clock-ico {
    margin-right: 15px; }
  .service-quation-form {
    margin-bottom: 60px; }
  .service-quation-flex-item {
    flex-wrap: wrap;
    margin-bottom: 15px; }
  .service-quation-form-input {
    margin-bottom: 15px; }
  .doc-inline-item {
    margin-bottom: 15px; }
  .doc-inline-container {
    flex-wrap: wrap; }
  .mobile-header-rasp span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .single-service-item-img-wrapper {
    flex-wrap: wrap; }
    .single-service-item-img-wrapper img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .single-service-item-img {
    width: 100%;
    margin-left: 0; }
	}

@media (max-width: 400px) {
  .yellow-mobile-phone, .blue-clock-ico {
    margin-right: 5px; }
  .sertificat-item {
    text-align: center;
    width: 100%;
    margin-bottom: 10px; } }

/*------ media ------*/


i.left { float: left; }

.footer-column .footer-phone-block, .footer-column .yellow-mobile-phone, .footer-column .yellow-whatsapp, .footer-column .yellow-clock-ico { float: right; }
.footer-column .desctop-header-middle-phone {width: 200px;}
.footer-column .desctop-header-schedule, .footer-column .blue-clock-ico { float: right; }
.footer-column div a { display: block;
    color: #000000;
    margin-bottom: 8px;
    text-decoration: none;
	font-size: 18px;
	}
.footer-column div a:hover, .desctop-header-middle-phone a:hover { color: #1e96d2; }

#zayavka_issledov textarea { height:184px; }
#zayavka_issledov .as { float: left; }
#zayavka_issledov .ad { float: right; }
#zayavka_issledov span.ts { display: block;
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 2em;
}

.mobile-header a { width: 200px; }
.index-top-banner-text {
color: #ffffff;
    margin-top: 1em;
    font-size: 21px;
    position: relative;
}

.index-partners-items div { position: relative; height: 160px; }
.index-partners-items div img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.default-page-subtitle-big { font-size: 36px; }
.doc-inline-container-offset2 { padding: 0 0 20px 0;}
.default-popup-form-element { font-size: 12px; }
.class { margin-left: 65px; }

@media (max-width: 900px) {

	.footer-column .footer-phone-block, .footer-column .desctop-header-schedule { float: left; margin-left: 60px;  position: absolute;}
	.footer-column .yellow-mobile-phone, .footer-column .blue-clock-ico, .footer-column .yellow-whatsapp, .footer-column .yellow-clock-ico { float: left; }
	.desctop-header-middle-content-top { height: 100px; }
	.class { margin-left: 0px; }
}

.nav_top { background: #2E4387; border-bottom: 2px solid #ffdd2d; margin-top: 15px; }
.nav_top .desctop-header-middle-content { padding-left: 0%; }
.nav_top .desctop-header-middle-content-bottom a { color: #fff; margin-bottom: 0px; float: none; width: auto; margin: 0 10px; }
.nav_top .desctop-header-middle-content-bottom a:hover { color: #ffdd2d; }
.top_block_static, .top_block, .top_block_float, .top_block_group { float: left; }
.top_block { margin-left: 15px; width: calc(25% - 75px ) }
.top_block_group { width: calc(50% - 120px ) }
.top_block_float { margin-left: 15px; width: calc(50% - 15px ) }
.top_block_static img { width: 240px; height: 70px; }
.top_block_float .desctop-header-schedule{ font-size: 18px; font-weight: bold; }
.top_block_float .footer-block-right { padding-left: 0; }
.top_block .desctop-header-right { padding-top: 0px; }

.top_menu { list-style: none; }
.top_menu li { display: inline-block; padding: 16px 20px; transition: 0.5s; }
.top_menu li:first-child { padding: 16px 20px 16px 0;}
.nav_top a:first-child { margin: 0px 0px; }
.top_menu li.feedback { background: #ffdd2d; font-weight: 600; }
.top_menu li.feedback a { transition: 0.5s; color:#000; }
.top_menu li.feedback:hover { background: #8b0000; }
.top_menu li.feedback:hover a { color:#fff; }
.mobile-header-bottom-nav .top_menu li { padding: 5px; }

@media (max-width: 1320px) {
	.top_block_float .footer-block-right { margin-top: 5px;}
	.desctop-header-middle-phone, .top_block_float .desctop-header-schedule { font-size: 16px; }
	.top_block, .top_block_group { margin-left: 10px; width: calc(33.33% - 90px ) }
	.top_block_float { margin-left: 10px; width: calc(100% - 10px ) }
}

b {
    font-weight: bold !important;
}
.root-item-wrp { position: relative; }
.top_menu ul li:first-child { padding: 16px 20px; }
.top_menu ul { position: absolute; z-index: 9999; background: #11235f; margin-top: 10px; margin-left: -10px; width: 330px; }
.desctop-header-middle-content-bottom .top_menu ul { display: none; }
.top_menu ul li { display: block; border-bottom: 1px solid #ccc; }
.top_menu ul li a { font-size: 15px; }
.sf-arrows .sf-with-ul:after { right: 0.5em; margin-top: -2px; }
.sf-arrows .sf-with-ul { padding-right: 0.5em; }
.mobile-header-bottom-nav .sf-arrows > li > .sf-with-ul:focus:after, .mobile-header-bottom-nav .sf-arrows > li:hover > .sf-with-ul:after, .mobile-header-bottom-nav .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: #000; }
.mobile-header-bottom-nav .sf-arrows .sf-with-ul:after { border-top-color: #000; }
.mobile-header-bottom-nav .top_menu ul li:first-child { padding: 5px; }
.mobile-header-bottom-nav .top_menu ul { position: relative; background: unset; margin-top: 10px; margin-left: 10px; width: auto; }
.mobile-header-bottom-nav .top_menu ul li { display: block; border-bottom: unset; }
.mobile-header-bottom-nav .top_menu { margin-bottom: 40px; }

@media (max-width: 600px) {
.index-top-banner-title { font-size: 21px; }
.index-top-banner-text { font-size: 18px; margin-top: 0.5em;}
}
@media (max-width: 460px) {
.index-top-banner-title { font-size: 18px; }
.index-top-banner-text { font-size: 16px; margin-top: 0.5em;}
.mobile-header-bottom.active { display: block; }
.mobile-header-bottom-column { width: 100%; }
}
@media (max-width: 800px)
{
	.doc-inline-container
	{
		margin-left: 20px;
	}

	.doc-inline-item i {
		width: 15%;
	}
	.doc-inline-item span {
		width: 85%;
	}
  .doc-inline-item {
    margin-right: 15px;
  }
}
/* End */


/* Start:/bitrix/templates/.default/libs/css/custom.css?17512647072304*/
.separator {
	margin: 0 5px 0 0;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 16px;
}
.index-partners-item a {
	margin: auto;
}
.index-top-banner:before {
	background: rgba(0, 0, 0, 0.4) !important;
}
.index-partners-item {
	width: 25%;
}
.index-service-item:before {
	    background: rgba(3, 6, 14, 0.4) !important;
}
.sertificat-item {
	width: 50% !important;
}
     .index-top-banner{
         padding-top:160px;
         padding-bottom: 130px;
     }   
     .index-top-slider .slick-dots{
    position: absolute;
    bottom: 60px;
    width: 100%;
    max-width:1570px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    }
     .index-top-slider .slick-dots li{
         display: inline-block;
         margin-right:17px;
         font-size: 0;
     }
     .index-top-slider .slick-dots li button{
         width:12px;
         height: 12px;
         border:none;
         border-radius: 50%;
         background: #fcdd2b;
         cursor: pointer;
         font-size: 0;
         
     }
     .index-top-slider .slick-dots li.slick-active button{
         background: #422e85;
     }
     .index-top-banner {
        padding-top: 215px !important;
        padding-bottom: 170px !important;
        background-size:cover;
        background-position: top center;
        background-repeat:no-repeat;
        height: 100%;
     }
    
.responsive-table table{
    min-width: 100%;
}
.index-top-slider .slick-slide{
    height: auto;   
}
.index-top-slider.slick-initialized{
    max-height: 500px;
    overflow: hidden;
} 
.index-top-slider .slick-dots li.slick-active button{
    background: #2e4387;
}
.callback {
    background-color: #fff;
    color: #a90606;;
    width: 247px;
    margin-top: 10px;
    border: 4px solid #a90606;
    border-style: dashed;
    border-radius: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.pag {
	text-align: center;
	padding-bottom: 16px;
}
/* .callback-mobile {
    display: none;
    color: #2e4387;
    background-color: #a90606  !important;
    right: 10px !important;
    left: unset !important;
    bottom: 40!important;
}
.callback-mobile i{
    font-size: 39px !important;
    line-height: 41px !important;
} */
.price-col>.col:first-child .doc-inline-container-offset2{display:none;}
/* End */


/* Start:/bitrix/templates/.default/libs/css/fancybox.min.css?171497774312795*/
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/lic/components/bitrix/search.form/header_search/style.css?16778625801099*/
.search-form
{
    position: relative;
   height: 32px;
   clear: both;
   margin: 8px;
   float: right;
   cursor: pointer;
}
input
{
    display: inline-flex;
}
.yellow-search
{
    cursor: pointer;
    z-index: 1;
    right:-30px;
    position: absolute;
    border-width: 0px;
    background: #ffdd2d url(/bitrix/templates/.default/libs/css/../images/search-ico.png) no-repeat center;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    justify-content: center;
    background-size: 45%;
}
.search-text-area
{
    transition: width 1.3s;
    width: 10px;
    position: absolute;
    right:0;
    top: 1px;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 2px 1px rgba(0,0,0,0.2);
    padding-left: 5px;
    border-width: 0px;
    border-radius: 5px;
    margin-right: -10px;
    height: 36px;
    font-size: 18px;

}
.open
{
    width: 250px;
    transition: width 1.3s;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top_menu/style.min.css?1677862580490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/top_menu/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 */


/* Start:/bitrix/templates/lic/styles.css?17436659739789*/
h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.single-service-content
{
	padding-top: 0px;
}
.single-page-wrapper
{
	padding-top: 0.6%;
}
.default-paragraph p
{
	margin-bottom: 15px;
    line-height: 1.7;
}
strong, b
{
	font-weight: bold !important;
}
.yellow-theme-list
{
	margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: flex;
    flex-flow: column;
}
h2.default-page-subtitle
{
	margin-bottom: 20px !important;
	font-weight: 600 !important;
}
h3 {
    padding: 20px 0px 20px 0px;
    font-size: 22px;
    font-weight: 600;
}
.top_menu ul
{
	background: #2e4387 !important;
}
.mobile-header-bottom-nav .top_menu ul
{
	background: none !important;
}

.default-paragraph img { float: left; margin: 0 1em 1em 0; }
.table_use {width: 100%; border-collapse: collapse;}
.table_use thead tr {color: #ffffff; font-weight: bold; background: #06749e;}
.table_use thead tr td {border: 1px solid #ccc; padding:10px; text-align:center;}
.table_use tbody tr td {border: 1px solid #e8e9eb; padding:10px;}
.table_use tbody tr:nth-child(2n) {background: #f4f4f4;}
.table_use tbody tr:hover {background: #0789bb; color: #fff;}
.table_use p {margin: 5px !important;}

@media (max-width: 800px) {
	.index-top-slider.slick-initialized { max-height: 220px!important; }
	.index-top-banner { padding-top: 10px!important; }
	.mobile-header a.mobile-logo { width: 100px; }
  .default-paragraph img { float: unset; margin: 1em auto; }
  .mobile-header .search-form {top: 2px!important;}

}

@media (max-width: 992px) {
.col--lg-4 { width: 50%; }
.top_menu li { display: block; }
.mobile-header .search-form {
  position: absolute;
  top: 16px;
  right: 70px;
}
}
@media (max-width: 600px) {
.col--lg-4 { width: 100%; }
}

@media (max-width: 320px) {
.mobile-header { width: 320px; }
}

.backtotop {
  background-color: #287099;
  width: 45px;
  bottom: 40px;
  left: 10px;
  min-height: 45px;
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  display: block;
  text-align: center;
  color: white !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}
.backtotop.hidden-top {
  bottom: -100px;
}
.backtotop:hover {
  background-color: rgb(230, 214, 13);
}
.backtotop:hover i {
  color: #fff;
}
.backtotop i {
  font-size: 24px;
  line-height: 38px;
}

.list_stati .row { margin-top: 2em; margin-bottom: 1em; }
.list_stati .title a { margin-left: 1em; font-size: 2em; color: #000;}
.list_stati h1{ margin-bottom: 1em; font-size: 2em; color: #000;}
.list_stati .text { margin-left: 2em; margin-top: 1em;}
.list_stati .DETAIL_TEXT { margin-top: 1em;}
h1.s { margin-top: 1em; font-size: 2em;}

.index-service-items .row div { padding: 5px; }
.single-page-sub-navigation a {
	font-size: 14px;
    padding: 10px;
    font-weight: bold;
	display: block;
}
.alt-section-link {
  color: #1e96d2;
}
@media (pointer: fine) {
  .mobile-callback-button {
    display: none!important;
  }
}
.mobile-callback-button {
  width: 60px;
  height: 60px;
  background: #2e4387;
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5)
}
.mobile-callback-button img {
  filter: brightness(0) invert(1);
  width: 50%;
}

.new_prices
{
	width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
	background: #287099;
	color: white;
}

.little_np
{
	font-size: 17px !important;
	font-weight: normal !important;
}

@media (max-width: 800px)
{
	.new_prices
	{
		font-size: 15px;
  }
}

.first-pdf i
{
	width: 52px;
}

.mmb-main-img img
{
  max-width: 700px;
}

.mmb-main-img, .mmb-main-text
{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.my-main-block h1
{
  font-size: 28px;
  font-weight: bold;
}

.my-main-block, .my-items
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}

.my-items
{
  margin-top: 20px;
}

.my-item
{
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.item-pic img
{
  max-width: 300px;
}

.item-pic
{
  width: 20%;
}

.i-text
{
  width: 80%;
}

.i-text
{
  font-size: 20px;
}

.item-name
{
  font-size: 25px;
  font-weight: bold;
}

.my-item ul
{
  list-style-position: inside;
  line-height: 1.4;
}

@media (max-width: 800px)
{
  .mmb-main-img img
  {
    max-width: 300px;
  }

  .item-pic, .i-text
  {
    width: 100%;
  }

  .my-item
  {
    flex-wrap: wrap;
  }
}

.default-yellow-table td:after
{
  height: 90%;
  top: 3px !important;
}

.default-yellow-table tbody tr:hover
{
  background: #fff9da !important;
}

.table-use table tbody:first-child tr:first-of-type td
{
  background: #ffdd2d;
}

.picture-block img
{
  float: none;
}

.special-annotation
{
  margin-bottom: 20px;
  font-weight: bold;
}

.service-form
{
  border: 1px solid black;
  font-weight: bold;
  padding: 15px;
  line-height: 1.6;
}

.articles-list
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 800px)
{

  .articles-list
  {
    justify-content: center;
  }

}

.article-img
{
  height: 280px;
  object-fit: cover;
}

.article-item
{
  width: 280px;
  margin: 35px 0;
}

.articles-list .article-item

{
  margin-left: 20px;
  margin-right: 20px;
}

.article-name
{
  font-size: 18px;
  font-weight: bold;
  color: black;
  display: block;
  margin-top: 20px;
  text-align: center;
}

.article-name:hover
{
  color :#1e96d2;
}

.articles-slider .slick-slide
{
  padding: 0 15px;
}

.articles-slider .slick-next
{
  position: absolute;
  top: 32%;
  right: -75px;
  border: none;
  background: none;
}

.articles-slider .slick-prev
{
  position: absolute;
  top: 32%;
  left: -75px;
  border: none;
  background: none;
}

.articles-slider .slick-prev:hover, .articles-slider .slick-next:hover
{
  cursor: pointer;
}

.articles-slider
{
  margin: 0 -15px;
}

.articles-block-title
{
  border-top: 2px solid #ffdd2d;
  margin-top: 15px;
  padding-top: 20px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  width: 66%;
}

.article-block-title-container
{
  display: flex;
  justify-content: center;
}

.articles-block
{
  margin-bottom: 40px;
}

.space-ol
{
  line-height: 24px;
}

.space-ol li
{
  margin-top: 7px;
}

h2
{
  margin-top: 40px;
}

.spec-padding-p
{
  padding-top: 18px;
}

.order-button-block
{
  padding: 16px 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  background: #2E4387;
  margin-top: 27px;
  display: inline-block;
  font-weight: bold;
}

.order-button-block a
{
  color: white;
}

.spec-padding-sidebar
{
  padding-bottom: 40px;
}

@media (max-width: 800px)
{
  .order-button-block
  {
    width: 100%;
    margin-bottom: 27px;
    margin-top: 0;
  }
}

.file-send-input
{
  display: inline-block !important;
  margin-bottom: 0 !important;
}

.file-send-input input
{
  font-size: 14px !important;
}

.label-send-file
{
  font-size: 14px !important;
}

.price-for-sout
{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  /* border-left: 1px solid black;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px; */
}

.mini-title
{
  font-size: 25px;
}

.numerical-list
{
  line-height: 1.7;
  list-style-position: inside;
  margin: 25px 0;
}

.format-ol
{
  line-height: 2.5;
  margin: 25px 0;
}

.conversion-nice-animation-2
{
  transition: all .5s;
  position: relative;
  border-radius: 10px;
  /* border-style: dotted; */
}

/* .conversion-nice-animation-2:hover
{
  border-color: transparent !important;
}

.conversion-nice-animation-2:hover .custom-dots
{
  display: block;
} */

/* @keyframes dashed-to-dotted
{
  0%
  {
    border-color: #a90606;
    border-style: dashed;
  }
  50%
  {
    border-color: transparent;
    border-style: dotted;
  }
  100%
  {
    border-color: #a90606;
    border-style: dotted;
  }
} */

.conversion-nice-animation-2:hover
{
  /* animation: dashed-to-dotted .5s;
  animation-fill-mode: forwards; */
  border-style: dotted;
}

.conversion-nice-animation-2 span
{
  display: block;
  transition: all .5s;
}

.conversion-nice-animation-2:hover span
{
  transform: scale(1.2);
}

.conversion-nice-animation
{
  transition: all .5s;
}

.conversion-nice-animation:hover
{
  background-color: #EAC818;
}

.docs-block-inner
{
  /* display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap; */
  max-width: 100%;
}

.docs-group
{
  /* border: 1px solid #2E4387; */
  width: 1240px;
  max-width: 100%;
  margin: 20px 0;
  /* transition: background-color .5s; */
}

/* .docs-group:hover
{
  border-color: #596EB2;
} */

.docs-group-title
{
  background-color: #2E4387;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* cursor: pointer; */
  /* transition: background-color .5s; */
}

/* .docs-group-title:hover
{
  background-color: #596EB2;
} */

.docs-group-title i
{
  font-size: 20px;
}

.docs-group-title, .doc-items
{
  padding: 10px;
}

.docs-block
{
  display: flex;
  justify-content: center;
}

.doc-item-ico
{
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.doc-item
{
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.pdf-ico
{
  background: #d00e1c url(/bitrix/templates/.default/libs/css/../images/pdf-red-icon.jpg) no-repeat center;
}

.xls-ico
{
  background: #fff url(/bitrix/templates/.default/libs/css/../images/xls.png) no-repeat center;
  background-size: 100%;
}

.docs-full-group
{
  width: 1240px;
}

.docs-full-group .docs-group-title span
{
  text-align: center;
}
/* End */


/* Start:/bitrix/templates/lic/template_styles.css?17442048022648*/
.spec-contact-block
{
    display: flex;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 16px;
}

.spec-contact-block div:first-child
{
    padding-right: 10px;
    font-weight: bold;
}

.spec-contact-block a
{
    color: black;
}

.default-page-title span
{
    font-weight: bold;
}

@media (max-width: 1000px)
{

    .bx-breadcrumb-item span
    {
        white-space: normal;
    }

    .table-use
    {
        overflow-y: scroll;
    }

    .default-page-title.single-page-title
    {
        word-break: break-word;
    }

}

.lic-title
{
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    color: #2E4387;
    text-align: center;
    font-size: 30px;
}
.doc-ico {
    background: #fff url(/bitrix/templates/lic/img/word.png) no-repeat center;
    background-size: 100%;
}
body[data-url-target="/uslugi/attestatsiya-ispytatelnogo-oborudovaniya/"] #sssmodulebox,
body[data-url-target="/uslugi/analiz-nefteproduktov/"] #sssmodulebox,
body[data-url-target="/uslugi/analiz-vody/"] #sssmodulebox,
body[data-url-target="/uslugi/poverka-kalibrovka-i-remont-sredstv-izmereniy/"] #sssmodulebox,
body[data-url-target="/articles/"] #sssmodulebox,
body[data-url-target="/uslugi/analiz-metallov/"] #sssmodulebox,
body[data-url-target="/uslugi/analiz-stroitelnykh-materialov/"] #sssmodulebox,
body[data-url-target="/uslugi/spetsialnaya-otsenka-usloviy-truda/"] #sssmodulebox,
body[data-url-target="/uslugi/analiz-lakokrasochnykh-materialov/"] #sssmodulebox{
    max-height: 100% !important;
}
body[data-url-target="/uslugi/attestatsiya-ispytatelnogo-oborudovaniya/"] .single-page-content .col button,
body[data-url-target="/uslugi/analiz-nefteproduktov/"] .single-page-content .col button,
body[data-url-target="/uslugi/analiz-vody/"] .single-page-content .col button,
body[data-url-target="/uslugi/poverka-kalibrovka-i-remont-sredstv-izmereniy/"] .single-page-content .col button,
body[data-url-target="/articles/"] .single-page-content .col button,
body[data-url-target="/uslugi/analiz-metallov/"] .single-page-content .col button,
body[data-url-target="/uslugi/analiz-stroitelnykh-materialov/"] .single-page-content .col button,
body[data-url-target="/uslugi/spetsialnaya-otsenka-usloviy-truda/"] .single-page-content .col button,
body[data-url-target="/uslugi/analiz-lakokrasochnykh-materialov/"] .single-page-content .col button {
    display: none;
}
#sssmodulebox ul {
    display: table;
}
body[data-url-target="/uslugi/attestatsiya-ispytatelnogo-oborudovaniya/"] #sssmodulebox .sssmb_img_l {
    float: right !important;
    margin-right: 0 !important;
}

.sssmodulebox .sssmb_articles{
    display: block!important;
}
/* End */
/* /bitrix/templates/.default/libs/css/superfish.min.css?17149777131619 */
/* /bitrix/templates/.default/libs/css/style.css?170747009660861 */
/* /bitrix/templates/.default/libs/css/custom.css?17512647072304 */
/* /bitrix/templates/.default/libs/css/fancybox.min.css?171497774312795 */
/* /bitrix/templates/lic/components/bitrix/search.form/header_search/style.css?16778625801099 */
/* /bitrix/templates/.default/components/bitrix/menu/top_menu/style.min.css?1677862580490 */
/* /bitrix/templates/lic/styles.css?17436659739789 */
/* /bitrix/templates/lic/template_styles.css?17442048022648 */
