@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.overlay {
  display: none;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.q {
  display: none !important;
}
.agree {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.agree a {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #000;
  opacity: 0.5;
}
.agree .checkbox {
  margin: 0;
  margin-right: 7px;
}
.agree .checkbox input {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 5;
}
.agree .checkbox label {
  position: relative;
  display: block;
  background: url("../images/checkbox.svg") 0 -20px no-repeat;
  width: 20px;
  height: 20px;
  margin: 0px !important;
}
.agree .checkbox input:checked + label {
  background: url("../images/checkbox.svg") 0 0px no-repeat;
}
.btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 23px;
  color: #fff;
  cursor: pointer;
  height: 54px;
  background: #0088cd;
  padding: 0 30px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.btn:active,
.btn:focus {
  box-shadow: inset 4px 4px 4px rgba(0,0,0,0.3);
}
.submit {
  width: 100%;
  text-align: center;
  height: 74px;
  line-height: 74px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 22px;
  border: none;
  background: #0088cd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.submit:hover {
  box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.submit:active,
.submit:focus {
  box-shadow: inset 4px 4px 4px rgba(0,0,0,0.3);
}
.input-box,
textarea.input-box {
  display: block;
  height: 50px;
  line-height: 50px;
  border: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #1e3e4e;
  border-bottom: 1px solid #80c4e7;
  outline: none;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
.input-box::placeholder,
textarea.input-box::placeholder {
  color: #1e3e4e;
  opacity: 1;
}
textarea.input-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
textarea.input-box:active,
textarea.input-box:focus {
  height: 100px;
  line-height: 20px;
}
.input-box-file {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0,0,0,0.2);
  height: 63px;
  line-height: 63px;
  padding: 0 33px;
  margin-right: 19px;
}
.input-box-file input {
  display: none;
}
.rowm {
  display: flex;
}
.rowm.file {
  align-items: center;
  margin-top: 31px;
  margin-bottom: 40px;
}
.rowm.file .col {
  flex: 0 0 auto;
}
.accept {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000;
  opacity: 0.4;
}
.form_pztv {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form_pztv.feedback {
  text-align: center;
  max-width: 650px;
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.form_pztv.feedback.active {
  top: 50%;
}
.form_pztv.feedback .module-container {
  padding: 75px 68px 75px 74px;
}
.form_pztv.feedback .submit {
  max-width: 470px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 24px;
}
.form_pztv .politika {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
/* or 17px */
  text-align: center;
  color: #788b95;
}
.form_pztv .politika a {
  color: #788b95;
  text-decoration: none;
  border-bottom: 1px solid #d7dde0;
}
.form_pztv.content_form {
  max-width: 800px;
}
.form_pztv.content_form .module-container {
  padding: 75px 68px 75px 74px;
}
.form_pztv__title-text {
  font-weight: 600;
  font-size: 42px;
  line-height: 100%;
  color: #0088cd;
  margin-bottom: 18px;
}
.form_pztv .intro_text {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #1e3e4e;
  margin-bottom: 50px;
}
.form_pztv .vs .row {
  display: block;
  margin-bottom: 20px;
}
.form_pztv .close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/close.svg");
  background-size: contain;
  right: -40px;
  top: 15px;
}
#searchForm .pull-left {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#searchForm .pull-left .input-box {
  margin: 0;
  margin-right: 20px;
  max-width: 400px;
}
@media only screen and (max-width: 1027px) {
  .input-box,
  textarea.input-box {
    height: 30px;
    font-size: 18px;
  }
  .submit {
    height: 37px;
    font-size: 17px;
  }
  .form_pztv {
    margin: 0 auto;
  }
  .form_pztv.feedback {
    width: 320px;
  }
  .form_pztv.feedback .module-container {
    padding: 30px;
  }
  .form_pztv__title-text {
    font-size: 20px;
  }
  .form_pztv .intro_text {
    font-size: 14px;
  }
  .form_pztv .close {
    right: -29px;
  }
  .form_pztv .vs .row {
    margin-bottom: 14px;
  }
  .form_pztv .rowm.file {
    flex-wrap: wrap;
  }
  .form_pztv .rowm.file .accept br {
    display: none;
  }
  .form_pztv .rowm.file .col {
    width: 100%;
    text-align: center;
  }
  .form_pztv .rowm.file .col label {
    margin-bottom: 10px;
    width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  color: #000;
}
a {
  color: #0088cd;
  text-decoration: underline;
}
a:hover {
  color: #da251c;
}
button:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto 9 /* ie8 */;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
tr td {
  vertical-align: top;
}
ul,
ol,
p {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: 700;
}
.colored {
  color: #f26600;
}
.ui-effects-transfer {
  background: #27b314;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.row {
  display: flex;
  justify-content: space-between;
}
.more {
  display: inline-block;
  padding-left: 22px;
  background: url("../images/more.svg") left center no-repeat;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 26px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #fff !important;
  opacity: 0.3 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1 !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  top: 50%;
  background: url("../images/main-slider-arrow.svg");
  width: 14px;
  height: 32px;
  margin-top: -16px;
  left: 20px;
}
.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
body.noscroll {
  overflow: hidden;
}
.js-link {
  cursor: pointer;
}
.js-link:hover {
  border: none;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nofooter footer {
  display: none;
}
.jcemediabox-popup-closelink {
  font-size: 15px !important;
  text-transform: lowercase !important;
}
.main-title {
  margin-bottom: 48px;
  position: relative;
}
.main-title:after {
  position: absolute;
  top: 0;
  left: -65px;
  content: '';
  width: 8px;
  height: 64px;
  background: url("../images/module-h3.svg");
}
.main-title h1 {
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  color: #0088cd;
}
.items.fulltext .item {
  margin-bottom: 40px;
}
.items.fulltext .item p {
  margin-bottom: 5px;
}
.items.fulltext .item h3 {
  font-size: 27px;
}
.page__article {
  padding-bottom: 96px;
}
.fulltext,
.page__article {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1e3e4e;
}
.fulltext .item,
.page__article .item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.fulltext h2,
.page__article h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #0088cd;
  margin-bottom: 32px;
}
.fulltext h3,
.page__article h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #0088cd;
  margin-bottom: 24px;
}
.fulltext h4,
.page__article h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #0088cd;
  margin-bottom: 24px;
}
.fulltext p,
.page__article p {
  margin-bottom: 24px;
}
.fulltext p + ul,
.page__article p + ul,
.fulltext p + ol,
.page__article p + ol {
  margin-top: -10px;
}
.fulltext p + h2,
.page__article p + h2 {
  margin-top: 50px;
}
.fulltext p:first-child + .intro,
.page__article p:first-child + .intro {
  margin-top: 15px;
}
.fulltext ul,
.page__article ul {
  margin-bottom: 27px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1e3e4e;
}
.fulltext ul li,
.page__article ul li {
  list-style: none;
  background: url("../images/li-marker.svg") 0 11px no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.fulltext ul li:last-child,
.page__article ul li:last-child {
  margin-bottom: 0;
}
.fulltext ol,
.page__article ol {
  margin-left: 19px;
  margin-bottom: 27px;
}
.fulltext ol li,
.page__article ol li {
  margin-bottom: 8px;
  color: #0088cd;
  font-size: 14px;
  line-height: 160%;
  font-weight: 700;
  padding-left: 7px;
}
.fulltext ol li span,
.page__article ol li span {
  font-weight: 400;
  font-size: 18px;
  color: #1e3e4e;
}
.fulltext ol li:last-child,
.page__article ol li:last-child {
  margin-bottom: 0;
}
.fulltext .intro,
.page__article .intro,
.fulltext .article__intro,
.page__article .article__intro {
  font-size: 20px;
}
.fulltext .image,
.page__article .image {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  font-size: 0;
}
.fulltext .image-description,
.page__article .image-description {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  display: block;
}
.fulltext table,
.page__article table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
.fulltext thead,
.page__article thead {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #1e3e4e;
}
.fulltext thead td,
.page__article thead td {
  border-bottom: 1px solid #000;
  vertical-align: middle;
  padding-bottom: 11px;
}
.fulltext tbody td,
.page__article tbody td {
  border-bottom: solid 1px #d9d9d9;
  line-height: 20px;
  font-size: 16px;
  padding: 23px 45px 23px 0;
  vertical-align: middle;
  color: #1e3e4e;
}
.fulltext tbody td:first-child,
.page__article tbody td:first-child {
  padding-left: 0;
}
.fulltext tbody td:last-child,
.page__article tbody td:last-child {
  text-align: right;
  padding-right: 0;
}
.table {
  max-width: 600px;
  margin-bottom: 24px;
}
.table th {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-align: left;
  border-bottom: solid 1px #000;
  padding: 5px 15px 10px 0px;
}
.table td {
  border-bottom: solid 1px #e5e5e5;
  font-size: 14px;
  color: #666;
  padding: 12px 15px 12px 0px;
  line-height: 20px;
}
.fulltext.sertifikaty ul li,
.fulltext.otzyvy ul li {
  padding-left: 0px;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media only screen and (max-width: 988px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #e8e8e8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb {
    background: #0088cd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #0088cd;
  }
  .main-title {
    margin-bottom: 32px;
    position: relative;
  }
  .main-title h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #0088cd;
  }
  .intro,
  .article__intro {
    font-size: 18px;
  }
  .fulltext,
  .page__article {
    font-size: 15px;
  }
  .fulltext .item,
  .page__article .item {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .fulltext h2,
  .page__article h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .fulltext h3,
  .page__article h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .fulltext h4,
  .page__article h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .fulltext p,
  .page__article p {
    margin-bottom: 16px;
  }
  .fulltext ul,
  .page__article ul {
    font-size: 15px;
  }
  .fulltext ol,
  .page__article ol {
    margin-left: 19px;
    margin-bottom: 27px;
  }
  .fulltext ol li,
  .page__article ol li {
    font-size: 12px;
    line-height: 160%;
  }
  .fulltext ol li span,
  .page__article ol li span {
    font-size: 15px;
  }
  .fulltext ol li:last-child,
  .page__article ol li:last-child {
    margin-bottom: 0;
  }
  .fulltext .table-wrapperm,
  .page__article .table-wrapperm {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-color: #0088cd #e0e0e0;
    scrollbar-width: thin;
    margin-bottom: 31px;
  }
  .fulltext .table-wrapperm table,
  .page__article .table-wrapperm table {
    margin-bottom: 20px;
    min-width: 600px;
  }
  .fulltext .table-wrapperm table td,
  .page__article .table-wrapperm table td {
    font-size: 14px;
  }
  .fulltext .table-wrapperm table tbody td,
  .page__article .table-wrapperm table tbody td {
    padding: 12px 20px 12px 0;
  }
}
.main-slider .owl-item {
  position: relative;
}
.main-slider__item-text {
  position: absolute;
  left: 73px;
  top: 20%;
  color: #fff;
  max-width: 690px;
}
.main-slider__item-text h2 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 115%;
  margin-bottom: 17px;
}
.main-slider__item-text span {
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
}
main .module-container {
  margin-top: 96px;
}
main .module-title {
  margin-bottom: 48px;
  padding-left: 62px;
  background: url("../images/module-h3.svg") left top no-repeat;
  min-height: 64px;
}
main .module-title__text {
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  color: #0088cd;
}
main .module-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  display: block;
}
main .about h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #0088cd;
  margin-bottom: 30px;
}
main .about .row .b1 {
  max-width: 630px;
  margin-right: 10px;
}
main .about .row .b1 strong {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  line-height: 132%;
  color: #0088cd;
  margin-bottom: 32px;
}
main .about .row .b2 {
  max-width: 470px;
}
main .about .row .more {
  display: inline-block;
  margin-top: 32px;
}
main .about .row1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 56px;
}
main .about .row2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1e3e4e;
}
main .news .module-content {
  position: relative;
  margin-bottom: 96px;
}
main .news .module-content .archive {
  position: absolute;
  right: 20px;
  top: -94px;
}
main .news .module-content .archive a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #0088cd;
}
main .news .date {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 100%;
  color: #0088cd;
  margin-bottom: 32px;
}
main .news .date .day {
  display: block;
  font-size: 48px;
  margin-right: 7px;
}
main .news .date .my {
  font-size: 18px;
}
main .news .date .my span {
  display: block;
}
main .news .row {
  flex-wrap: wrap;
}
main .news .row .item {
  max-width: 270px;
  margin-bottom: 20px;
}
main .news .row .item .image {
  max-width: 235px;
  margin-bottom: 32px;
}
main .news .row .item .image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
main .news .row .item .image img:hover {
  box-shadow: 0 0 0 2px #0088cd;
}
main .news .row .item h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
main .news .row .item h4 a {
  color: #1e3e4e;
  text-decoration: none;
}
main .news .row .item h4 a:hover {
  color: #0088cd;
  text-decoration: underline;
}
main .main-carusel .module-container {
  margin-top: 0px;
  padding-top: 48px;
  padding-bottom: 128px;
  background: #f6fbff;
}
main .main-carusel .module-content {
  max-width: 1030px;
}
main .main-carusel__item {
  margin: 0 10px;
  height: 175px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
main .main-carusel .owl-theme .owl-item {
  padding-bottom: 2px;
}
main .main-carusel .owl-theme .owl-item img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .main-carusel .owl-theme .owl-nav .owl-prev,
main .main-carusel .owl-theme .owl-nav .owl-next {
  background: url("../images/main-carusel-arrow.svg");
  left: -38px;
}
main .main-carusel .owl-theme .owl-nav .owl-next {
  left: auto;
  right: -38px;
}
@media only screen and (max-width: 1027px) {
  .main-slider__item-text {
    max-width: 500px;
  }
  .main-slider__item-text h2 {
    font-size: 30px;
  }
  .main-slider__item-text span {
    font-size: 16px;
  }
  .main-carusel .module-container {
    padding: 0 50px;
    padding-top: 48px;
    padding-bottom: 128px;
  }
}
@media only screen and (max-width: 1024px) {
  main .module-container {
    margin-top: 50px;
  }
  main .module-content {
    padding: 0 10px;
  }
  main .module-title {
    margin-bottom: 32px;
    padding-left: 10px;
    background: none;
    min-height: inherit;
  }
  main .module-title__text {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
  }
  main .about h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  main .about .row1 {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 31px;
  }
  main .about .row {
    flex-wrap: wrap;
  }
  main .about .row .more {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  main .about .row .b1 strong {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 16px;
  }
  main .about .row .b2 {
    font-size: 15px;
    line-height: 160%;
  }
  main .news__title {
    padding-bottom: 44px;
  }
  main .news .module-content .archive {
    right: auto;
    left: 10px;
    top: -73px;
  }
  main .news .date {
    margin-bottom: 16px;
  }
  main .news .row .item {
    margin-bottom: 32px;
  }
  main .news .row .item .image {
    margin-bottom: 16px;
  }
  main .main-carusel .module-title {
    padding-left: 0px;
  }
  main .main-carusel .module-container {
    padding: 0 10px;
    padding-top: 36px;
    padding-bottom: 96px;
  }
  main .main-carusel .owl-theme .owl-nav {
    display: none;
  }
  main .main-carusel__item {
    margin: 0;
  }
}
.header__top {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: space-between;
}
.header__btm {
/*padding-top: 26px;
        padding-bottom: 26px;*/
  background: #0093dd;
  box-shadow: 0px 1px 0px #006ba1;
}
.header__btm .wrp {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo .module-content {
  display: flex;
  align-items: center;
}
.header .logo .img {
  height: 47px;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #d9d9d9;
}
.header .logo .img img {
  margin-top: 9px;
}
.header .logo .text {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1e3e4e;
  max-width: 358px;
}
.header .tel {
  flex: 1 1 auto;
  text-align: right;
}
.header .tel .module-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .tel a {
  font-weight: 600;
  font-size: 17px;
  color: #1e3e4e;
  text-decoration: none;
}
.header .tel__mail {
  padding-left: 28px;
  background: url("../images/ico/mail.svg") left center no-repeat;
}
.header .tel__mail a {
  display: block;
  font-size: 17px;
  line-height: 21px;
  border-bottom: 1px dashed rgba(0,0,0,0.23);
}
.header .tel__tel {
  padding-left: 32px;
  background: url("../images/ico/tel.svg") left center no-repeat;
  margin-left: 12%;
}
.header .tel__tel a {
  font-size: 22px;
  line-height: 28px;
}
.header .join .module-content {
  display: flex;
  justify-content: space-between;
}
.header .join a {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
}
.header .join__b1 {
  padding-left: 33px;
  background: url("../images/ico/join.svg") left center no-repeat;
  margin-right: 30px;
}
.header .join__b2 {
  padding-left: 31px;
  background: url("../images/ico/chlen.svg") left center no-repeat;
  margin-right: 45px;
}
.header .join__b3 {
  padding-left: 25px;
  border-left: 1px solid #199ee0;
}
.header .join__b3 .open_search {
  display: block;
  width: 30px;
  height: 29px;
  background: url("../images/ico/open_search.svg") left center no-repeat;
}
.header__mobile {
  background: #0093dd;
  width: 100%;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header__mobile.active {
  max-height: 5000px;
}
.header__mobile-container {
  padding-bottom: 100px;
}
.header__mobile-container .searchsearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #33a9e4;
}
.header__mobile-container .searchsearch .inputbox {
  margin-left: 10px;
  background: transparent;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.header__mobile-container .searchsearch .inputbox::placeholder {
  color: #fff;
  opacity: 1;
}
.header__mobile-container .searchsearch .submit_search {
  margin-right: 10px;
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/ico/open_search.svg") left center no-repeat;
  background-size: cover;
  border: none;
}
.header__mobile-join {
  margin: 36px 10px 11px 10px;
}
.header__mobile-join .join__b1,
.header__mobile-join .join__b2 {
  margin-bottom: 31px;
}
.header__mobile-join .join__b3 {
  display: none;
}
.header__mobile-menu {
  margin: 0 10px;
}
@media only screen and (max-width: 1027px) {
  .header .logo .text {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  body.fix .header {
    background: #fff;
    width: 100%;
    position: fixed;
    padding-top: 60px;
    z-index: 9999;
    top: -60px;
  }
  body.fix .flbox {
    padding-top: 126px;
  }
  .header__btm,
  .main-slider {
    display: none;
  }
  .header {
    position: relative;
    padding-top: 60px;
  }
  .header__top {
    min-height: 60px;
    padding: 0 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .header .logo .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: #0093dd;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #fff;
    max-width: 100%;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .header .logo .img {
    padding: 0px;
    margin: 0px;
    border: none;
    max-width: 115px;
    margin-top: 16px;
  }
  .header div.tel {
    margin-right: 30px;
  }
  .header div.tel__mail,
  .header div.tel__tel {
    padding: 0;
  }
  .header div.tel__mail a,
  .header div.tel__tel a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 19px;
    height: 14px;
    display: block;
    background-size: cover;
  }
  .header div.tel__tel {
    width: 18px;
    height: 18px;
    margin-left: 30px;
  }
  .header .hamburger {
    width: 25px;
    height: 16px;
    background: url("../images/hamburger.svg") center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header .hamburger.active {
    background: url("../images/close_mobile.svg") center;
    background-repeat: no-repeat;
  }
}
.header__btm .main-menu a {
  text-decoration: none;
}
.header__btm .main-menu ul {
  list-style-type: none;
}
.header__btm .main-menu ul.menu {
  display: flex;
  align-items: center;
}
.header__btm .main-menu ul.menu > li {
  margin-right: 20px;
  position: relative;
  padding: 22px 0;
}
.header__btm .main-menu ul.menu > li:hover a,
.header__btm .main-menu ul.menu > li.active a {
  border-bottom: 1px solid #fff;
}
.header__btm .main-menu ul.menu > li > a {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
}
.header__btm .main-menu ul.menu li.parent ul {
  max-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 73px;
  left: -20px;
  padding: 0 20px;
  overflow: hidden;
  z-index: 6666;
  background: #0093dd;
  display: block;
}
.header__btm .main-menu ul.menu li.parent ul li {
  min-width: 166px;
  margin-bottom: 14px;
}
.header__btm .main-menu ul.menu li.parent ul li:last-child {
  margin-bottom: 0;
}
.header__btm .main-menu ul.menu li.parent ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  border-bottom: none;
  color: #fff;
}
.header__btm .main-menu ul.menu li.parent ul li:hover a,
.header__btm .main-menu ul.menu li.parent ul li.active a {
  border-bottom: 1px solid #fff;
}
.header__btm .main-menu ul.menu li.parent:hover ul {
  max-height: 1000px;
  padding: 8px 20px 30px 20px;
}
.vr-menu ul {
  margin-top: 164px;
  min-width: 236px;
  margin-left: 64px;
  list-style: none;
}
.vr-menu ul li {
  margin-bottom: 14px;
}
.vr-menu ul li a {
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}
.vr-menu ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #f4bebb;
}
.vr-menu ul li.active a {
  color: #da251c;
  text-decoration: none;
  border-bottom: 1px solid #f4bebb;
}
.header__mobile-menu ul {
  list-style: none;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.header__mobile-menu ul a {
  color: #fff;
  text-decoration: none;
}
.header__mobile-menu ul > li {
  position: relative;
}
.header__mobile-menu ul > li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.header__mobile-menu ul > li:hover:after,
.header__mobile-menu ul > li.active:after {
  content: '';
  background: url("../images/active_mobile_menu.svg");
  width: 5px;
  height: 32px;
  position: absolute;
  left: -9px;
  top: -3px;
}
.header__mobile-menu ul li {
  margin-bottom: 30px;
}
.header__mobile-menu ul li.parent.active ul {
  display: block;
}
.header__mobile-menu ul li.parent ul {
  display: block;
  margin-left: 20px;
  margin-top: 30px;
}
.header__mobile-menu ul li.parent ul li {
  margin-bottom: 14px;
}
.header__mobile-menu ul li.parent ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  border-bottom: 0;
}
.header__mobile-menu ul li.parent ul li:hover:after,
.header__mobile-menu ul li.parent ul li.active:after {
  left: -29px;
}
@media only screen and (max-width: 1366px) {
  .hmenu ul.menu > li > a {
    padding: 12px 12px;
  }
}
@media only screen and (max-width: 1160px) {
  .hmenu {
    display: none;
  }
}
footer {
  padding-top: 38px;
  padding-bottom: 18px;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer .module-content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  display: block;
}
.footer {
  margin-bottom: 33px;
}
.footer .tel,
.footer-btm .tel {
  font-size: 20px;
  margin-bottom: 8px;
  display: inline-block;
}
.footer__items,
.footer-btm__items {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.8;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.footer__item-1,
.footer-btm__item-1 {
  width: 255px;
  margin-right: 145px;
}
.footer__item-3,
.footer-btm__item-3 {
  margin-left: auto;
  text-align: right;
}
.footer-btm__items {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .footer .tel,
  .footer-btm .tel {
    font-size: 20px;
    margin-bottom: 8px;
    display: inline-block;
  }
  .footer .module-content,
  .footer-btm .module-content {
    padding: 0 10px;
  }
  .footer__items,
  .footer-btm__items {
    display: block;
    font-size: 13px;
  }
  .footer__item,
  .footer-btm__item {
    margin-bottom: 21px;
  }
  .footer__item-1,
  .footer-btm__item-1 {
    font-size: 15px;
    width: auto;
    margin-right: 0px;
  }
  .footer__item-3,
  .footer-btm__item-3 {
    margin-left: 0;
    text-align: left;
    margin-bottom: 0px;
  }
  .footer-btm__items {
    display: block;
  }
  .footer-btm__item {
    margin-bottom: 8px;
  }
}
.breadcrumbs {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #808080;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
/* identical to box height, or 14px */
}
.breadcrumbs a {
  color: #0088cd;
}
.breadcrumbs img {
  margin: 0 12px;
}
.pagination {
  font-size: 0;
  margin-bottom: 30px;
}
.pagination li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  margin-right: 18px;
}
.pagination li a:hover {
  text-decoration: none;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination .pagination-start,
.pagination .pagination-prev,
.pagination .pagination-next,
.pagination .pagination-end {
  display: none;
}
@media (min-width: 980px) {
  .pagination li {
    font-size: 18px;
  }
}
html {
  height: 100%;
}
body {
  font: 18px 'Source Sans Pro', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 400;
  line-height: 160%;
  color: #1e3e4e;
  background-color: #f6fbff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.inner .flbox {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin-top: 44px;
  align-items: start;
}
aside {
  flex: 0 1 auto;
}
main {
  flex: 1 1 auto;
  min-width: 0;
}
.fl_main {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper {
  position: relative;
  width: 100%;
  flex: 1 0 auto;
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}
footer {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background: #0088cd;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}
/*.scrolltop
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 210px;
    transition(0.5s);
    &.active
        opacity: 1;
    img
        cursor: pointer;*/
@media only screen and (max-width: 988px) {
  .inner .flbox {
    margin-top: 24px;
    padding: 0 10px;
  }
  aside {
    display: none;
  }
}
