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;
}
.header__container {
  display: flex;
  border-bottom: 1px solid #ededed;
}
.header__bl {
  width: 170px;
  height: 160px;
  border-right: 1px solid #ededed;
  text-align: center;
}
.header__bl .logo {
  padding-top: 14px;
}
.header__br {
  flex: 1 1 auto;
}
.header__top {
  background: linear-gradient(0deg, #136bee, #136bee), linear-gradient(90deg, #327ff3 0%, #4611dd 100%), #4035d6;
  display: flex;
}
.header__top-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding-left: 30px;
  flex: 1 1 auto;
}
.header__top-text .module-content {
  height: 61px;
  display: flex;
  width: 100%;
  align-items: center;
}
.header__top-text .module-content .btn,
.header__top-text .module-content p {
  margin-left: auto;
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
}
.header__menu-bl {
  padding-left: 30px;
  padding-top: 22px;
}
.header__menu-br {
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .header__top {
    border-bottom: 1px solid #3291f5;
  }
  .header__top-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    padding: 20px 10px;
  }
  .header__top-text .module-content {
    height: auto;
    display: block;
    position: relative;
  }
  .header__top-text .module-content div {
    flex: 1 1 auto;
    text-align: center;
  }
  .header__top-text .module-content .btn {
    position: absolute;
    bottom: -66px;
    right: 0px;
    z-index: 7777;
    right: -10px;
  }
  .header__menu {
    align-items: center;
  }
  .header__menu-bl {
    display: none;
  }
  .header__bl {
    display: none;
  }
  .header__open_menu {
    height: 45px;
    background: #136aee;
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  .header__open_menu:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 30px;
    height: 18px;
    background: url("../images/gamburger.svg");
  }
  .header__open_menu.active:before {
    width: 22px;
    height: 22px;
    background: url("../images/close.svg") no-repeat;
    background-size: contain;
  }
  .header__mbl-logo {
    padding: 14px 10px;
    border-right: 1px solid #ededed;
  }
  .header__mbl-logo img {
    max-width: 104px;
  }
  .header__mbl_menu {
    position: relative;
  }
  .header__mbl_menu-close {
    width: 22px;
    height: 22px;
    background: url("../images/close.svg");
    position: absolute;
    left: 14px;
    bottom: 40px;
  }
  .header__mbl_menu__container {
    max-height: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #136aee;
    z-index: 8888;
    max-width: 290px;
    padding: 0px 20px 0px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__mbl_menu__container.active {
    padding: 30px 20px 100px 10px;
    max-height: 2000px;
  }
  .header__mbl_menu__container a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-decoration: none;
  }
  .header__mbl_menu__container a:hover {
    color: #fff;
  }
  .header__mbl_menu__container a:before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .header__mbl_menu__container ul {
    display: block;
    list-style-type: none;
  }
  .header__mbl_menu__container ul li {
    margin-bottom: 20px;
  }
  .header__mbl_menu__container ul li:hover > a,
  .header__mbl_menu__container ul li.active > a {
    font-weight: 700;
  }
  .header__mbl_menu__container ul ul {
    margin-left: 20px;
  }
  .header__mbl_menu__container ul ul li {
    list-style-type: none;
    margin-bottom: 15px;
    line-height: 130%;
  }
  .header__mbl_menu__container ul ul li a {
    font-weight: 500;
    font-size: 14px;
  }
}
.main-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.main-menu ul li {
  margin-right: 20px;
  list-style-type: none;
  line-height: 21px;
}
.main-menu ul li a {
  font-size: 17px;
  color: #0e3955;
  text-decoration: none;
}
.main-menu ul li a:before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-menu ul li:hover a,
.main-menu ul li.active a {
  color: #000;
  text-shadow: 1px 0 0 #0e3955;
}
.main-menu2 {
  margin-top: 18px;
}
.main-menu2 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.main-menu2 ul li {
  margin-right: 16px;
  list-style-type: none;
  line-height: 16px;
}
.main-menu2 ul li a {
  font-weight: 500;
  font-size: 17px;
  color: #0e3955;
  text-decoration: none;
}
.main-menu2 ul li:hover,
.main-menu2 ul li.active {
  border-bottom: 1px solid #567488;
}
.slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0px;
}
.slider .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 0 4px;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #136aee;
}
.slider .owl-theme .owl-nav .owl-prev {
  left: 20px;
  top: 50%;
  margin-top: -32px;
  background: url("../images/slider_nav.svg") no-repeat;
  width: 34px;
  height: 64px;
}
.slider .owl-theme .owl-nav .owl-next {
  right: 20px;
  top: 50%;
  margin-top: -32px;
  background: url("../images/slider_nav.svg") no-repeat;
  width: 34px;
  height: 64px;
  transform: rotate(180deg);
}
.slider .description,
.slider .description_btm {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
  max-width: 840px;
  padding: 10px 20px;
  background: #fff;
  bottom: 62px;
  color: #000;
  text-align: center;
  font-weight: 600;
  line-height: 220%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.slider .description .title,
.slider .description_btm .title {
  font-size: 36px;
}
.slider .description_btm {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: none;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 1000px) {
  .slider .description_btm {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -100px;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 220%;
  }
  .slider .description_btm .title {
    font-size: 22px;
  }
  .slider .description {
    display: none;
  }
  .slider .owl-theme .owl-nav .owl-prev {
    left: 12px;
    margin-top: -16px;
    width: 18px;
    background-size: cover;
    height: 33px;
  }
  .slider .owl-theme .owl-nav .owl-next {
    right: 12px;
    margin-top: -16px;
    width: 18px;
    height: 33px;
    background-size: cover;
    transform: rotate(180deg);
  }
}
.address {
  text-align: right;
  margin-right: 30px;
  margin-top: 21px;
}
.address .tel {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}
.address .tel a {
  color: #0e3955;
  text-decoration: none;
}
.address .addr {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.7;
}
.address .addr a {
  color: #0e3955;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .address {
    text-align: right;
    margin-right: 10px;
    margin-top: 0px;
  }
}
form .form-group {
  margin-bottom: 10px;
}
form .form-group .error {
  display: none;
}
form .col,
form .col2 {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
form .col2 {
  margin-bottom: 20px;
}
#form1,
#form2 {
  max-width: 580px;
  padding: 40px 40px 70px 40px;
  background: #eef8fd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#form1 .textPrice,
#form2 .textPrice {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
#form2 {
  max-width: 700px;
}
.form-group.policy {
  color: #535349;
  line-height: 17px;
  text-align: left;
  position: relative;
  padding-left: 26px;
}
.form-group.policy input {
  position: absolute;
  top: 0;
  left: 0;
}
.form-group.policy input,
.form-group.policy label {
  display: inline-block;
  vertical-align: top;
  font-size: 12px !important;
}
.form-group.policy a {
  color: #535349;
  font-size: 12px;
  text-decoration: none;
}
.form-group.policy a:hover {
  text-decoration: underline;
}
label {
  font-size: 14px;
  display: block;
}
label .error label,
label .error a {
  color: #d46265 !important;
}
.label .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.label .row .col {
  max-width: 49%;
}
.agree {
  padding-top: 8px;
  overflow: hidden;
}
.agree a {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 140%;
  color: #000;
  opacity: 0.5;
  text-decoration: none;
}
.agree .checkbox {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.agree .checkbox input {
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 5;
}
.agree .checkbox label {
  position: relative;
  display: block;
  background: url("../images/checkbox.png") 0 0px no-repeat;
  width: 18px;
  height: 18px;
  margin: 0px !important;
}
.agree .checkbox input:checked + label {
  background: url("../images/checkbox.png") 0 -18px no-repeat;
}
.radio-box {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  position: relative;
}
.radio-box input {
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 5;
}
.radio-box label {
  position: relative;
  display: block;
  background: url("../images/radiobox-def.png") no-repeat;
  width: 18px;
  height: 18px;
}
.radio-box input:checked + label {
  background: url("../images/radiobox-chek.png") no-repeat;
}
.input-box {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  padding: 17px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.input-box::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.input-box::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.input-box:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.input-box:-moz-placeholder {
  color: #000;
  opacity: 1;
}
textarea.input-box {
  width: 100%;
  height: 100px;
}
.input-control {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  color: #232323;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  padding: 0 33px;
  outline: none;
  border: solid 1px #282934;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.input-control::-webkit-input-placeholder {
  color: #aaa;
}
.input-control::-moz-placeholder {
  color: #aaa;
}
.input-control:-ms-input-placeholder {
  color: #aaa;
}
.input-control:-moz-placeholder {
  color: #aaa;
}
.submit {
  border: none;
  background: transparent;
}
#q {
  display: none;
}
.error .input-control {
  border-color: #d46265;
}
.error .error {
  display: block !important;
  color: #d46265;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}
.error label {
  color: #d46265 !important;
}
.module.ring_form,
.module.one_click_form {
  width: 400px;
  padding: 43px 50px;
  position: fixed;
  top: -1000px;
  z-index: 10001;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  font-size: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100000;
}
.module.ring_form.active,
.module.one_click_form.active {
  top: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.module.ring_form .agree,
.module.one_click_form .agree {
  margin-bottom: 10px;
  padding: 0px;
}
.module.ring_form .title,
.module.one_click_form .title {
  margin-bottom: 20px;
}
.module.ring_form .title h3,
.module.one_click_form .title h3 {
  font-size: 32px;
}
.module.ring_form .row,
.module.one_click_form .row {
  margin-bottom: 10px;
}
.module.ring_form .row label,
.module.one_click_form .row label {
  margin-left: 20px;
  margin-bottom: 5px;
}
.module.ring_form h3,
.module.one_click_form h3 {
  color: #000;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  padding-bottom: 5px;
}
.module.ring_form a,
.module.one_click_form a {
  color: #000;
}
.module.ring_form .close,
.module.one_click_form .close {
  background: url("../images/close.png") center no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  color: #000;
}
a {
  color: #136aee;
  text-decoration: underline;
}
a:hover {
  color: #f9000f;
}
button:focus {
  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;
}
body.noscroll {
  overflow: hidden;
}
.js-link {
  cursor: pointer;
}
.js-link:hover {
  border: none;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  opacity: 0.7;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nofooter footer {
  display: none;
}
.btn {
  cursor: pointer;
  height: 50px;
  background: #f90;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.btn .submit {
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.btn:before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 19px;
  margin-right: 13px;
}
.btn-h {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  height: 61px;
  line-height: 61px;
}
.btn-y:before {
  background: url("../images/bay.svg");
}
.btn:hover {
  background: #ffb800;
  color: #fff;
}
.btn:active,
.btn.active {
  background: #f90;
  color: #fff;
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.25);
}
.btn-b {
  background: #136aee;
}
.btn-b:before {
  height: 26px;
  background: url("../images/join.svg");
}
.btn-b:hover {
  background: #2e9bff;
  color: #fff;
}
.btn-b:active,
.btn-b.active {
  background: #136aee;
  color: #fff;
  box-shadow: inset 0px 4px 4px rgba(0,0,0,0.25);
}
.jcemediabox-popup-closelink {
  font-size: 15px !important;
  text-transform: lowercase !important;
}
@media only screen and (max-width: 1000px) {
  .btn {
    font-size: 14px;
    line-height: 17px;
    justify-content: center;
  }
  .btn-h {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    height: 45px;
    line-height: 45px;
  }
}
.main-title {
  margin-bottom: 30px;
}
.main-title h1 {
  color: #000;
  font-weight: 600;
  font-size: 54px;
  line-height: 120%;
}
.items.fulltext .item {
  margin-bottom: 40px;
}
.items.fulltext .item p {
  margin-bottom: 5px;
}
.fulltext,
.page__article {
  color: #000;
  padding-bottom: 40px;
}
.fulltext a:visited,
.page__article a:visited {
  color: #9729a9;
}
.fulltext .item,
.page__article .item {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.fulltext h2,
.page__article h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  color: #000;
}
.fulltext h3,
.page__article h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: #000;
}
.fulltext h4,
.page__article h4 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 27px;
  color: #000;
  font-weight: 600;
}
.fulltext p,
.page__article p {
  margin-bottom: 23px;
}
.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 ul,
.page__article ul {
  margin-bottom: 27px;
}
.fulltext ul li,
.page__article ul li {
  list-style: none;
  background: url("../images/li-marker.png") 0 11px no-repeat;
  padding-left: 16px;
  margin-bottom: 10px;
}
.fulltext ul li:last-child,
.page__article ul li:last-child {
  margin-bottom: 0;
}
.fulltext ol,
.page__article ol {
  margin-left: 16px;
  margin-bottom: 27px;
}
.fulltext ol li,
.page__article ol li {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #136aee;
  padding-left: 0px;
}
.fulltext ol li span,
.page__article ol li span {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #000;
}
.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-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #000;
}
.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: #000;
}
.fulltext thead td,
.page__article thead td {
  border-bottom: solid 1px #000;
  vertical-align: middle;
  padding-bottom: 12px;
  padding: 9px 45px 9px 0;
}
.fulltext thead td:first-child,
.page__article thead td:first-child {
  padding-left: 0;
}
.fulltext thead td:last-child,
.page__article thead td:last-child {
  padding-right: 0;
}
.fulltext tbody td,
.page__article tbody td {
  border-bottom: solid 1px #ccc;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding: 9px 45px 9px 0;
  vertical-align: middle;
  color: #000;
}
.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 {
  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;
}
#searchForm {
  padding-bottom: 25px;
}
#searchForm .input-box {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 1px 2px 0 1px #eebcc4;
  box-shadow: inset 1px 2px 0 1px #eebcc4;
}
#searchForm .btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#searchForm .result {
  padding-top: 10px;
}
.search-block fieldset {
  border: none;
  margin-bottom: 20px;
  padding: 0px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #e8e8e8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb {
  background: #44435d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #44435d;
}
@media only screen and (max-width: 1000px) {
  .main-title h1 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 30px;
  }
  .fulltext .intro,
  .page__article .intro,
  .fulltext .article__intro,
  .page__article .article__intro {
    font-size: 18px;
    line-height: 160%;
  }
  .fulltext h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .fulltext h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .fulltext tbody td,
  .page__article tbody td {
    font-size: 14px;
    line-height: 140%;
  }
  .table-wrapperm,
  .article__table-wrapper {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
  }
}
.module-title__text {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  color: #000;
}
@media only screen and (max-width: 1000px) {
  .module-title__text {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
.o_soyuze {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 80px;
}
.o_soyuze .intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000;
  margin-bottom: 20px;
}
.o_soyuze .mwrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o_soyuze .mwrp .bl {
  max-width: 740px;
}
.o_soyuze .mwrp .br {
  max-width: 400px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}
.o_soyuze .mwrp .br .contener {
  background-color: #eef8fd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 40px 40px;
  padding-bottom: 47px;
  background-image: url("../images/bgo.png");
  background-size: contain;
}
.o_soyuze .mwrp .br .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin-bottom: 40px;
}
.o_soyuze .more {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #136aee;
  margin-top: 30px;
  margin-left: 40px;
}
.o_soyuze .bb {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.o_soyuze .bb a {
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .o_soyuze {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
  }
  .o_soyuze .intro {
    font-size: 16px;
    line-height: 160%;
  }
  .o_soyuze .mwrp .bl {
    margin-bottom: 40px;
  }
  .o_soyuze .mwrp .br .title {
    margin-bottom: 20px;
  }
  .o_soyuze .mwrp .br .contener {
    padding-left: 20px;
    padding-right: 20px;
  }
  .o_soyuze .bb a {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 300px;
  }
  .o_soyuze .more {
    margin-left: 0px;
  }
}
.invite {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000;
  margin-bottom: 60px;
}
.invite .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.invite .module-content .bl {
  max-width: 740px;
}
.invite .module-content .br {
  max-width: 400px;
}
@media only screen and (max-width: 1000px) {
  .invite {
    font-size: 16px;
  }
  .invite .bl {
    margin-bottom: 40px;
  }
}
.news__items {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.news__items-wrapper {
  margin-bottom: 20px;
}
.news__item {
  width: 33.33%;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 57px;
  border-right: 1px solid #e4e4e4;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}
.news__item:last-child {
  border-right: 0px;
}
.news__item:nth-child(1),
.news__item:nth-child(2) {
  width: 50%;
  border-top: 0px;
}
.news__item:nth-child(2) {
  border-right: 0px;
}
.news__item-container {
  padding: 0 45px;
}
.news__item-date {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #136aee;
  margin-bottom: 49px;
}
.news__item-day {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #136aee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  margin-right: 8px;
}
.news__item-text {
  margin-bottom: 20px;
}
.news__item-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #136aee;
  text-decoration: none;
  border-bottom: 1px solid #b9d3fa;
  position: relative;
  margin-left: 22px;
}
.news__item-more:before {
  position: absolute;
  left: -22px;
  top: 5px;
  content: '';
  width: 13px;
  height: 9px;
  background: url("../images/more.svg");
}
.news__show_all {
  padding-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #136aee;
  text-decoration: none;
  border-bottom: 1px solid #b9d3fa;
}
@media only screen and (max-width: 1000px) {
  .news__items {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
  }
  .news__item {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 57px;
    border-right: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000;
  }
  .news__item:last-child {
    border-right: 0px;
    border-bottom: 1px solid #e4e4e4;
  }
  .news__item:nth-child(1),
  .news__item:nth-child(2) {
    width: 100%;
    border-top: 1px solid #e4e4e4;
  }
  .news__item-container {
    padding: 0px;
  }
  .news__item-date {
    margin-bottom: 20px;
  }
}
.breadcrumbs {
  margin-top: 28px;
  margin-bottom: 27px;
}
.breadcrumbs .module-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs .module-content a,
.breadcrumbs .module-content span,
.breadcrumbs .module-content img {
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
  color: #136aee;
}
.breadcrumbs .module-content span {
  color: #000;
  opacity: 0.3;
}
.breadcrumbs .module-content a {
  border-bottom: 1px solid #b9d3fa;
}
.left-menu ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.left-menu ul li a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #136aee;
  text-decoration: none;
}
.left-menu ul li:hover a,
.left-menu ul li.active a {
  font-weight: 700;
  color: #000;
}
.pagination {
  margin-bottom: 66px;
}
.pagination .pull-right {
  display: none;
}
.pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #136aee;
}
.pagination ul li {
  margin-right: 20px;
}
.pagination ul li a {
  color: #136aee;
}
.pagination ul li a:hover {
  color: #136aee;
}
.pagination ul .page .pagenav.active {
  font-weight: 600;
  color: #000;
}
.footer-info {
  background: #2f3950;
  padding: 41px 100px 46px 100px;
  color: #c0c3ca;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.footer-info a {
  color: #c0c3ca;
  text-decoration: none;
}
.footer-info__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-info__item-1 {
  max-width: 390px;
}
.footer-info__item-1 p:first-child {
  font-weight: 600;
  margin-bottom: 11px;
}
.footer-info__item-1 p:last-child {
  font-size: 14px;
  line-height: 150%;
}
.footer-info__item-1 p:last-child span {
  margin-right: 10px;
}
.footer-info__item-2 p:first-child {
  margin-bottom: 11px;
}
.footer-info__item-2 p:last-child a {
  border-bottom: 1px dashed #6d7484;
}
.footer2 {
  background: #232833;
  padding: 17px 100px 20px 100px;
}
.footer2 .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #a7a9ad;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.footer2 .module-content a {
  color: #a7a9ad;
  text-decoration: none;
}
.footer2 .module-content .bl a {
  margin-right: 30px;
}
@media only screen and (max-width: 1000px) {
  .footer-info {
    padding: 30px 10px 40px 10px;
    font-size: 14px;
  }
  .footer-info__item-1 p:last-child {
    margin-bottom: 32px;
  }
  .footer-info__item-2 p:last-child {
    margin-bottom: 10px;
  }
  .footer2 {
    padding: 10px 20px;
  }
  .footer2 .module-content {
    font-size: 13px;
  }
  .footer2 .bl {
    margin-bottom: 10px;
  }
  .footer2 .bl a {
    display: block;
    margin-bottom: 10px;
  }
}
* {
/*transition(0.5s);*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font: 18px 'Montserrat', sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%;
  line-height: 160%;
  position: relative;
  color: #000;
  background: #e5e5e5;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
input,
textarea {
  outline: none;
}
main {
  flex: 1 1 auto;
  min-width: 0;
}
.fl_main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.inner aside {
  margin-top: 83px;
}
body.inner main {
  margin-top: 28px;
}
.mbl {
  display: none;
}
.flbox {
  display: flex;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 150px;
}
.flbox aside {
  max-width: 243px;
  margin-right: 62px;
}
.wrapper {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  flex: 1 0 auto;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.wrp {
  width: 1170px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
footer {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  flex: 0 0 auto;
}
.home main {
  margin-top: 80px;
}
.scrolltop {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 210px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scrolltop.active {
  opacity: 1;
}
.scrolltop img {
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .mbl {
    display: block;
  }
  .flbox {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 100px;
  }
  body {
    font-size: 16px;
    line-height: 160%;
  }
  body.inner aside {
    display: none;
  }
}
