.title {
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0; }

.flex {
  display: flex; }
  .flex.justify-between {
    justify-content: space-between; }

.subtitle {
  font-size: 18px;
  font-weight: 400; }

.center {
  text-align: center; }

.h2 {
  font-size: 24px; }

.clr-both {
  clear: both; }

.modal {
  background: #007FC3;
  border-radius: 10px;
  -webkit-box-shadow: 4px 2px 11px 0 rgba(50, 50, 50, 0.25);
  box-shadow: 4px 2px 11px 0 rgba(50, 50, 50, 0.25);
  padding: 30px 60px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  color: white;
  max-width: 600px; }
  .modal ul {
    list-style-type: none;
    padding-left: 0; }
  .modal li a {
    color: white; }
  .modal__content {
    max-width: 400px; }
  .modal__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
    font-size: 16px;
    padding-left: 15px; }

.modal__white {
  background: white;
  max-width: 570px;
  padding: 30px 40px;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
  border-radius: 10px;
  box-shadow: 3.9px 3.1px 5px 3.2px white; }
  .modal__white .fancybox-close-small {
    color: #333; }

.modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
  color: white;
  font-size: 30px; }

.modal__close:hover {
  opacity: 0.7; }

.ofsagrement {
  position: relative;
  display: inline; }

span.toloadagree {
  position: absolute;
  left: 0;
  width: 396px;
  background-color: white;
  padding: 20px;
  top: 48px;
  border: 1px solid;
  display: none; }

.link_list {
  list-style: none;
  padding: 0; }

.link_list li {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px; }

.link_list li a {
  display: block;
  color: #000;
  padding-left: 80px;
  background-size: contain;
  text-decoration: none; }

.link_list li a.pdf {
  background: url(/local/media/img/pdf-icon.png) left center no-repeat;
  background-size: contain; }

.link_list li a.word {
  background: url(/local/media/img/word-icon.jpg) left center no-repeat;
  background-size: contain; }

.link_list li a.exel {
  background: url(/local/media/img/exel-icon.png) left center no-repeat;
  background-size: contain; }

ul.section-menu {
  max-height: 460px;
  overflow: hidden; }

.section-detail ul {
  display: table; }

#popup-downloadPrice li a img {
  max-width: 15px;
  padding-top: 10px; }

.partners__logo {
  text-align: center;
  margin-top: 60px; }
  .partners__logo__items {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .partners__logo__items img {
      margin-top: 10px;
      border: 1px solid #c7c7c7;
      width: 188px;
      height: 85px;
      object-fit: contain; }

main > .container {
  margin-bottom: 100px;
  justify-content: flex-start; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.container--blue {
  background-image: linear-gradient(180deg, #008bc7 0%, #0075c0 100%); }

.header-top {
  height: 120px; }

.header-top > .container {
  display: flex;
  height: 100%;
  align-items: center; }

.header-top > .container .header-block {
  font-size: 14px;
  color: #333333;
  margin: 0 40px; }

.header-top > .container .header-block__name {
  display: block;
  font-weight: 700;
  margin-bottom: 2px; }

.header-top > .container .header-block__value {
  display: block;
  font-weight: 400;
  text-decoration: none;
  color: black; }

.header-top > .container .header-block--icon {
  position: relative; }

.header-top > .container .header-block--icon::before {
  display: block;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: -25px;
  top: 0; }

.header-top > .container .header-block--icon.header-block--mail::before {
  background-image: url("/assets/img/mail.png");
  width: 17px;
  height: 14px; }

.header-top > .container .header-block--icon.header-block--auth::before {
  background-image: url("/assets/img/auth.png");
  width: 16px;
  height: 20px; }

.header-top > .container .header-block--icon.header-block--phone::before {
  background-image: url("/assets/img/phone.png");
  width: 18px;
  height: 19px; }

.header-top > .container .header-block--phone {
  width: 125px;
  margin-left: auto; }

.header-top > .container .header-block--mail {
  width: 150px; }

.header-top > .container .header-block--auth a {
  color: #ffffff;
  text-decoration: none;
  color: #333333; }

.header-top > .container .header-block--auth a:hover {
  text-decoration: underline; }

.header-nav {
  height: 60px; }

.header-nav > .container {
  height: 100%; }

.header-nav > .container .nav-menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  align-items: center; }

.header-nav > .container .nav-menu__item {
  margin: 0 30px; }

.header-nav > .container .nav-menu__item:first-child {
  margin-left: 0; }

.header-nav > .container .nav-menu__link {
  color: #ffffff;
  text-decoration: none; }

.header-nav > .container .nav-menu__link:hover {
  text-decoration: underline; }

.wrapper {
  width: 100%; }

.wrapper--blue {
  background-image: linear-gradient(180deg, #008bc7 0%, #0075c0 100%); }

.bigblock {
  width: 100%;
  height: 583px;
  background-image: url("/assets/img/header-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 75px; }
  .bigblock .container {
    flex-wrap: wrap; }
    .bigblock .container-wrap {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 640px) {
        .bigblock .container-wrap {
          padding-top: 40px;
          flex-wrap: wrap; } }
  .bigblock .container-wrap > img {
    overflow: auto; }
  .bigblock .bigblock-description > h1 {
    margin: 0;
    max-width: 600px;
    color: #0089c9;
    font-size: 48px;
    font-weight: 700; }
  .bigblock .bigblock-description > h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 600; }
  .bigblock .bigblock-image img {
    max-height: 450px; }

section {
  margin-top: 30px; }

footer {
  background-image: linear-gradient(to top, #0077c0 0%, #008bc7 100%); }
  footer > .container-footer {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    height: 80px;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  footer > .container-footer > .footer-block {
    opacity: 0.7;
    line-height: 20px; }
  footer > .container-footer > .footer-block--addres {
    width: 320px; }
  footer > .container-footer > .footer-block--phone {
    width: 320px; }
  footer a {
    color: white;
    text-decoration: underline; }

.footer--line {
  min-height: 8px;
  background-color: #0aa4d8; }

.breadcrumbs {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  justify-content: flex-start;
  height: 11px;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px; }

.breadcrumbs--blue {
  background-image: linear-gradient(180deg, #008bc7 0%, #0075c0 100%); }

.breadcrumbs .breadcrumbs--separator::before {
  content: '/';
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  right: -10px;
  position: absolute; }

.breadcrumbs__items {
  padding: 0 10px;
  position: relative; }

.breadcrumbs__items:first-child {
  padding-left: 0; }

.breadcrumbs__link {
  color: #999999;
  text-decoration: none; }

.breadcrumbs__link:hover {
  text-decoration: underline; }

.section-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 265px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  background-color: #ffffff; }

.section-menu__items:first-child {
  border-top: 1px solid #e6e6e6; }

.section-menu__items > .section-submenu--icon::before {
  background-image: url(/assets/img/ico_menu.png);
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 6px;
  right: 19px;
  top: -25px; }

.section-menu__items {
  min-height: 45px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  flex-direction: column; }

.section-menu__link {
  color: #333333;
  text-decoration: none;
  padding: 12px 0 12px 20px; }

.section-menu__items:hover {
  background-color: #f7f7f7;
  cursor: pointer; }

.section-menu--selected:hover {
  background-color: #0089c9; }

.section-menu--selected {
  background-color: #0089c9; }

.section-menu--selected > ul.section-submenu {
  display: block; }

.section-menu--selected > .section-menu__link {
  color: #ffffff; }

.section-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  position: relative; }

.section-submenu__items a {
  color: #333333;
  text-decoration: none; }

.section-submenu__items a:hover {
  text-decoration: none;
  color: #0089c9; }

.section-submenu__link:hover {
  text-decoration: underline; }

.section-submenu__link {
  display: block;
  margin: 15px 10px 15px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  text-decoration: none; }

html {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  height: 100%; }

body {
  height: 100%; }

main {
  flex: 1;
  height: auto; }

.btn {
  border-radius: 5px;
  border: none;
  padding: 13px 54px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  cursor: pointer; }
  .btn.btn-primary {
    background-color: #007FC3; }
  .btn.btn-light {
    background-color: #F8FAFC;
    background-image: none;
    color: #333;
    border: 1px solid grey; }
    .btn.btn-light:hover {
      background-color: #ececec;
      color: white; }
  .btn img {
    max-height: 20px;
    margin-right: 10px; }

.btn:hover {
  background-image: linear-gradient(180deg, #0077c0 0%, #0096d6 100%); }

.btn:active {
  background-image: linear-gradient(to top, #0077c0 0%, #008bc7 100%); }

.btn__blue {
  background-image: linear-gradient(to top, #0077c0 0%, #008bc7 100%); }

.btn__form {
  width: 193px; }

main .single-page {
  margin: 0 0 0 30px; }

.single-page {
  width: 100%; }

.single-page--h1 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 400; }

.single-page--img {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.single-page--img > img {
  width: 100%; }

.single-page--description {
  color: #404040;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

.single-page--description b {
  font-weight: 700; }

.single-page--description ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px; }

.pagination {
  display: flex;
  font-size: 12px;
  font-weight: 400; }

.pagination a {
  color: #666666;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.pagination a:hover {
  color: #1f232b;
  font-size: 12px;
  font-weight: 400;
  background-color: #f2f2f2; }

.pagination--row:first-child {
  border-right: none; }

.pagination--row {
  width: 87px;
  height: 32px;
  border: 1px solid #cdcdcd; }

.pagination--row-back {
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  border: 1px solid #cdcdcd;
  padding: 0 25px; }

.pagination--selected {
  background-color: #f2f2f2; }

.pagination--item {
  width: 48px;
  height: 32px;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-right: 0;
  border-color: #cdcdcd;
  border-style: solid; }

.section-one {
  max-width: 1170px;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
  display: flex; }

.section-one--blue {
  background-image: linear-gradient(180deg, #008bc7 0%, #0075c0 100%); }

.section-one__description {
  margin-left: 60px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.section-one__description > p:first-child {
  margin-top: 0; }

.section-two {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 55px;
  flex-wrap: wrap; }

.section-two--blue {
  background-image: linear-gradient(180deg, #008bc7 0%, #0075c0 100%); }

.section-two-steps {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  background-color: #0088c6;
  display: flex;
  align-items: center; }

.section-two-steps--block:last-child {
  border-right: none; }

.section-two-steps--block {
  height: 75px;
  border-right: 1px solid #ffffff;
  display: flex;
  margin-left: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px; }

.section-two-steps--block .block-number {
  color: #ffffff;
  font-size: 78px;
  font-weight: 400;
  line-height: 72px; }

.section-two-steps--block .block-info {
  padding-top: 5px;
  margin-left: 25px; }

.section-two-steps--block .block-info__name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  width: 99%; }

.section-two-steps--block .block-info__link {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  line-height: 20px; }

.section-two-steps--block .block-info__link a {
  color: #ffffff;
  text-decoration: none; }

.section-two-steps--block .block-info__link a:hover {
  text-decoration: underline; }

.section-two-description {
  margin-top: 55px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.section--margin {
  margin-top: 90px; }

.section--white {
  background-color: #fafafa; }

.section-three {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 90px 0;
  display: flex;
  justify-content: space-between; }

.section-three--blue {
  background-image: linear-gradient(180deg, #008bc7 0%, #0075c0 100%); }

.section-three__file:first-child {
  margin-left: 0; }

.section-three__file:last-child {
  margin-right: 0; }

.section-three__file {
  max-width: 265px;
  display: flex;
  flex-direction: column;
  margin: 0 5px; }

.section-three__file .file__img {
  width: 100%;
  max-width: 265px; }

.section-three__file > a.file__description {
  color: #008ac7;
  text-decoration: none; }

.section-three__file > .file__description {
  margin-top: 20px;
  color: #008ac7;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  max-width: 265px; }

.section-three__file > a.file__description:hover {
  text-decoration: underline; }

.section-three__file > a:focus {
  outline: none; }

.section-detail__h1 {
  margin-top: 0;
  margin-bottom: 30px; }

.section-detail__description {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 40px; }

.about-method {
  margin: 0; }

.about-method--detail {
  margin-left: 30px; }

.about-method--menu {
  min-width: 265px; }

.catalog {
  margin: 0 0 0 30px;
  width: 100%; }

.catalog--h1 {
  margin: 0 0 30px; }

.catalog > .catalog-list {
  display: flex;
  flex-wrap: wrap; }

.catalog .catalog-list--item:first-child,
.catalog .catalog-list--item:nth-child(4) {
  margin-left: 0; }

.catalog .catalog--item__img:hover::before {
  border: 2px solid #cccccc;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
  position: absolute; }

.catalog .catalog--item__img {
  position: relative;
  width: 260px;
  height: 230px;
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }

.catalog .catalog--item__img > img {
  max-height: 100%;
  max-width: 100%; }

.catalog .catalog-list--item {
  max-width: 260px;
  margin-right: 30px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap; }

.catalog .catalog-list--descripton {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #404040;
  text-decoration: none; }

.catalog .catalog-list--descripton:hover {
  text-decoration: none;
  color: #0089c9;
  cursor: pointer; }

.catalog .catalog-list--item__liststyle:last-child {
  margin-bottom: 30px; }

.catalog .catalog-list--item__liststyle {
  display: flex;
  align-items: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  margin: 5px 0; }

.catalog .catalog--item__img__liststyle img {
  width: 150px; }

.detail-page__hover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0; }

.section-tabs {
  display: flex;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px; }

.section-tabs > .section-tab {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #e6e6e6; }

.section-tabs > .section-tab .section-tab--name {
  height: 50px;
  width: 98%;
  background-color: #f7f7f7;
  line-height: 50px; }

.section-tabs > .section-tab .section-tab--name__select {
  background-color: #e6e6e6; }

.section-tabs > .section-tab .section-tab--name:hover {
  background-color: #0089c9;
  color: #ffffff;
  cursor: pointer; }

.section-tab-description {
  margin-top: 50px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.section-tab-description--item {
  display: none; }

.section-tab-description__select {
  display: block; }

.section-tab-description p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.section-tab-description ul {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.section-tab-description .lang {
  list-style: none; }

.section-tab-description .lang a:hover {
  text-decoration: none; }

.section-tab-description .lang a {
  color: #0089c9;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline; }

.section-tab-description .lang .lang--eng,
.section-tab-description .lang .lang--ru {
  position: relative; }

.section-tab-description .lang .lang--eng::before {
  left: -25px;
  top: 10px;
  position: absolute;
  content: '';
  display: block;
  background-image: url("/assets/img/flag-eng.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }

.section-tab-description .lang .lang--ru::before {
  left: -25px;
  top: 10px;
  position: absolute;
  content: '';
  display: block;
  background-image: url("/assets/img/flag-ru.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 12px; }

.teaching-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap; }

.teaching-list--descripton {
  display: inline-block;
  margin: 25px 0 50px 0;
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none; }

.teaching-list--descripton:hover {
  text-decoration: underline; }

.teaching-list--item {
  max-width: 360px;
  margin-right: 30px; }

.not-found {
  height: 100%;
  min-height: 100%;
  background-image: url("/assets/img/404-background.png");
  background-position-y: -120px;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }

.not-found--message {
  width: 523px;
  margin-top: 130px;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  opacity: 0.38;
  text-align: center; }

.not-found--message a {
  color: #227df5;
  text-decoration: none; }

.not-found--error {
  height: 23px;
  color: #010101;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 160px; }

.news {
  margin-top: 0; }

.news-h1 {
  margin: 0 0 44px 0;
  font-size: 30px;
  font-weight: 400; }

.news-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px; }

.news__item {
  max-width: 360px;
  margin-right: 30px;
  margin-bottom: 40px; }

.news__img > img {
  width: 100%; }

.news__title {
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  margin: 27px 0 16px; }

.news__date {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 21px;
  padding-left: 30px; }

.news--date-icon {
  position: relative; }

.news--date-icon::before {
  position: absolute;
  content: '';
  display: block;
  width: 21px;
  height: 22px;
  left: 0;
  top: -6px;
  background-image: url("/assets/img/ico-date.png");
  background-repeat: no-repeat; }

.news__description {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px; }

.news__more {
  color: #227df5;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400; }

.news__more:hover {
  text-decoration: underline; }

.news-h1--bottom {
  margin-bottom: 20px; }

.news__content {
  color: #404040;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 70px; }

.news__content > ol {
  margin: 0;
  padding: 0 0 0 20px; }

.news__content > ol > li {
  padding: 15px 0;
  font-weight: 700; }

.news__content > ol ul {
  padding: 0 0 0 2px;
  list-style-type: initial; }

.news__content > ol ul > li {
  font-weight: 400; }

.news__detail-img {
  float: right; }

.contacts {
  margin: 0; }

.contacts-h1 {
  margin: 0 0 30px; }

.contacts-h2 {
  width: 100%;
  margin: 40px 0 16px 0; }

.contacts-icon {
  width: 100%;
  position: relative;
  padding: 14px 20px;
  color: #333333;
  font-size: 14px;
  font-weight: 400; }

.contacts-icon > a {
  color: #333333;
  text-decoration: none; }

.contacts-icon__mail > a {
  font-weight: 700;
  text-decoration: underline; }

.contacts-icon__address:before,
.contacts-icon__phone:before,
.contacts-icon__time:before,
.contacts-icon__mail:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 12px;
  width: 15px;
  height: 18px; }

.contacts-icon__address:before {
  width: 12px;
  height: 17px;
  background-image: url("/assets/img/ico-address.png"); }

.contacts-icon__phone:before {
  background-image: url("/assets/img/ico-shet.jpg");
  background-position: -8px -3px; }

.contacts-icon__time:before {
  background-image: url("/assets/img/ico-shet.jpg");
  background-position: -8px -43px; }

.contacts-icon__mail:before {
  background-image: url("/assets/img/ico-shet.jpg");
  background-position: -8px -83px; }

.contacts-blocks {
  display: flex;
  margin-bottom: 60px; }

.contacts-blocks--left {
  max-width: 50%;
  display: flex;
  flex-wrap: wrap; }

.contacts-blocks--right > span {
  max-width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }

.form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.form-title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 34px; }

.form-block {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px; }
  .form-block .agrement {
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px; }

.form-input {
  margin-bottom: 18px;
  width: 100%; }

.form-input > textarea:focus,
.form-input > input:focus {
  border: 1px solid #0089c9;
  box-shadow: none;
  outline: none; }

.form-input > textarea {
  width: 100%;
  height: 179px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 12px;
  padding-top: 12px; }

.form-input > input {
  width: 365px;
  height: 34px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 12px; }

.form-input > label {
  font-size: 13px;
  font-weight: 400;
  color: #808080; }

.form-input > label > input {
  margin-right: 10px; }

.form-input > label > a:hover {
  text-decoration: underline; }

.form-input > label > a {
  color: #227df5;
  text-decoration: none; }

.form-icon__user::before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 13px;
  height: 16px;
  background-image: url("/assets/img/ico-user.png"); }

.form-icon::before {
  top: -2px; }

.form-icon {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #808080;
  padding-left: 20px;
  margin-bottom: 10px; }

.form-icon > span {
  color: #d72f2f; }

.form-icon__message {
  padding-left: 0; }

.single-page.single-page--about {
  margin-left: 0; }

.single-page.single-page--about p {
  color: #333333;
  font-size: 14px;
  font-weight: 400; }

.single-page--description-left {
  float: left;
  margin-right: 60px; }

.rm-margin {
  margin: 0 !important; }

.fixed {
  position: fixed !important;
  top: 0px !important;
  z-index: 9999 !important; }

.fixed_menu {
  z-index: 9999;
  position: fixed;
  top: 60px; }

.error {
  border-color: red !important;
  color: red !important; }

h1 {
  font-size: 30px;
  font-weight: 400; }

h2 {
  font-size: 16px;
  font-weight: 700; }

.message {
  padding: 40px 65px; }

.message > h2 {
  color: #333333;
  font-size: 18px;
  line-height: 20px; }

@media (max-width: 767px) {
  .partners__logo__items img {
    width: 47%; } }
.no-goods-itemhead {
  display: block;
  text-align: center;
  vertical-align: top; }

.no-goods-item {
  display: inline-block;
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 7px 20px; }

.contmyproducts {
  display: block;
  text-align: center;
  height: auto; }

.contmyproducts .product-item-amount-description-container {
  display: none !important; }

.rubscurrency {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  color: #333; }

.in_nal_bask {
  display: block;
  margin-top: 10px;
  color: green; }

.compredl a {
  display: inline-block;
  background-color: #0089C9;
  color: white;
  text-decoration: none;
  padding: 7px 20px;
  line-height: 24px !important; }

.compredl {
  position: relative;
  bottom: 10px;
  padding-left: 0px;
  margin-left: 7px !important; }

.addmyproducts {
  display: inline-block;
  background-color: #0089C9;
  color: white;
  text-decoration: none;
  padding: 7px 20px; }

.subaddmyproducts {
  display: inline-block;
  background-color: #0089C9;
  color: white;
  text-decoration: none;
  padding: 11px 20px;
  border: none;
  cursor: pointer; }

.addmyproducts.green {
  background-color: #77BB00 !important; }

.pricedollars {
  display: block;
  font-size: 24px !important; }

.toallprice {
  display: inline-block;
  position: relative; }

.toallpricel {
  display: inline-block;
  vertical-align: top; }

.toallpricer {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #333;
  margin-left: 23px;
  position: relative;
  top: 17px; }

.innailb {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 130px;
  border-bottom: 1px solid #333; }

.bx_ordercart_order_table_container thead tr td {
  background-color: #333 !important;
  color: white !important;
  text-align: center; }

.bx_ordercart_order_table_container tbody tr td {
  text-align: center !important; }

.bx_ordercart_order_table_container tbody tr td.item {
  text-align: left !important; }

/**********************************/
.popup-window {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 10px #777;
  border-radius: 10px;
  text-align: center; }

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: 999999992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 999999997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  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: 999999994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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: 999999994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 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;
  -ms-transform-origin: top left;
  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: 999999995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.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; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.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:visited,
.fancybox-button:link {
  color: #ccc; }

.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; }

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 999999998; }

/* Close button on the top right corner of html content */
.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 {
  opacity: .4; }

.fancybox-slide--html .fancybox-close-small {
  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; }

/* Navigation arrows */
.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); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 999999996; }

.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; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 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: 999999999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.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: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.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(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (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; } }
/* Share */
.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 0; }

.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 5px;
  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:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 999999995; }

.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, 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, 0.1);
  background-position: center center;
  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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999999991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@media (max-width: 1024px) {
  main * {
    max-width: 100% !important; }

  .container {
    max-width: 100%;
    padding: 0px 0px; }

  .breadcrumbs {
    padding: 0px 7px; }

  .header-nav > .container .nav-menu {
    display: block;
    width: 100%; }

  .header-nav > .container .nav-menu li {
    display: inline-block;
    line-height: 60px;
    padding: 0px 10px; }

  .single-page {
    max-width: 99%;
    padding-right: 10px; } }
@media (max-width: 768px) {
  .header-top > .container {
    display: block; }

  .header-top > .container > a {
    float: left; }

  .header-top > .container .header-block {
    display: inline-block; }

  .header-top > .container .header-block__name {
    display: inline-block; }

  .header-top > .container .header-block__value {
    display: inline-block; }

  .header-top > .container .header-block--phone {
    width: auto;
    margin: 0 40px;
    margin-top: 15px; }

  .header-top > .container .header-block--mail {
    width: auto; }

  .header-nav > .container .nav-menu__item {
    margin: 0 9px; }

  .bx-yandex-view-layout {
    max-width: 99%; } }
@media (max-width: 480px) {
  body, header, main, footer {
    max-width: 100%;
    overflow-x: hidden; }

  img {
    max-width: 100%; }

  .header-top {
    height: 150px; }

  .header-top > .container {
    display: block; }

  .header-top > div > a {
    display: block;
    margin: auto;
    width: 170px; }

  .header-top > div > a > img {
    max-width: 100%; }

  .header-top > .container .header-block {
    margin: 0;
    width: 49% !important;
    display: inline-block;
    padding-left: 25px;
    box-sizing: border-box;
    left: 10px;
    margin-bottom: 15px; }

  .header-top > .container .header-block--icon::before {
    left: 0; }

  .header-top > .container .header-block--basket {
    padding: 0; }

  .header-nav {
    height: auto; }

  .header-nav.fixed {
    position: relative !important; }

  .header-nav > .container .nav-menu {
    display: block;
    width: 100%; }

  .header-nav > .container .nav-menu li {
    display: block;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    line-height: 24px; }

  .bigblock {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; }
    .bigblock .bigblock-description > h1 {
      font-size: 30px;
      padding-left: 10px; }
    .bigblock .bigblock-description > h2 {
      font-size: 18px;
      padding-left: 10px; }

  main {
    display: block; }

  .section-one {
    display: block;
    padding: 5px;
    max-width: 99% !important; }

  .section-one__img {
    margin-bottom: 10px; }

  .section-one__description {
    margin: 0;
    max-width: 100% !important;
    padding: 5px; }

  .section-two {
    display: top;
    margin-top: 10px; }

  .section-two-steps {
    display: block;
    vertical-align: top;
    height: auto; }

  .section-two-steps--block {
    width: 49%;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 10px 0px 0px 20px;
    margin-bottom: 15px;
    box-sizing: border-box; }

  .section-two-steps--block:nth-child(2n) {
    border: 0; }

  .section-two-steps--block .block-number {
    float: left; }

  .section-two-description {
    margin-top: 15px;
    padding: 5px; }

  .section--margin {
    margin-top: 30px; }

  .section-three {
    display: block;
    padding: 15px 0px; }

  .section-three__file {
    margin: auto;
    max-width: 100%;
    text-align: center; }

  .section-three__file > a.file__description {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%; }

  footer > .container-footer {
    display: block;
    height: auto;
    padding: 10px; }

  .breadcrumbs {
    padding-left: 15px; }

  .single-page.single-page--about {
    padding: 0px 5px; }

  .container,
  main > .container {
    display: block; }

  .single-page--description-left {
    float: none;
    width: 100%;
    margin: 0px 0px 15px 0px;
    text-align: center; }

  .single-page--description {
    max-width: 99%;
    padding: 5px; }

  .news {
    padding: 0px 5px; }

  .news-h1 {
    margin-bottom: 15px; }

  .news__item {
    margin: 0;
    margin-bottom: 15px; }

  .cert_wrap {
    padding: 0px 5px; }

  .folder_list .folder {
    line-height: 16px; }

  .folder_list .folder a {
    background: url(/local/media/img/folder-icon2.jpg) left top no-repeat;
    display: table-cell;
    height: 50px;
    vertical-align: middle; }

  .file_list .file {
    line-height: 16px; }

  .file_list .file a {
    background: url(/local/media/img/pdf-icon2.png) left center no-repeat;
    display: table-cell;
    height: 50px;
    vertical-align: middle; }

  .cert_search_block {
    position: relative;
    top: -20px; }

  .contacts {
    padding: 0px 5px; }

  .contacts-h1 {
    margin: 0; }

  .contacts-h2 {
    margin-top: 20px; }

  main > .container {
    margin-bottom: 50px; }

  .section-menu {
    width: 100%; }

  .section-menu.fixed_menu {
    position: relative !important; }

  main .single-page {
    margin: 0; }

  .about-method--detail {
    margin: 0;
    margin-top: 80px;
    padding: 0px 5px; }

  .link_list li {
    line-height: 16px; }

  .link_list li a {
    background: url(/local/media/img/word-icon.jpg) left center no-repeat;
    display: table-cell;
    height: 50px;
    vertical-align: middle; } }
@media (max-width: 415px) {
  .header-top {
    padding-top: 10px; } }
@media (max-width: 320px) {
  .header-top > .container .header-block--mail {
    font-size: 11px; }

  .section-two-steps--block .block-number {
    font-size: 45px;
    margin-right: 15px; }

  .section-two-steps--block {
    padding-left: 7px; } }
.catalog h1 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 400; }
.catalog .section-three {
  justify-content: flex-start; }
.catalog .section-three__file {
  margin-right: 20px; }
  .catalog .section-three__file img {
    max-height: 350px;
    border: 1px solid grey; }
.catalog .single-page--description table {
  width: 100%;
  overflow-x: scroll; }
  .catalog .single-page--description table tr td {
    padding: 0 10px; }
    .catalog .single-page--description table tr td p {
      margin: 6px 0px;
      font-size: 14px; }
.catalog .single-page__files {
  margin-top: 15px;
  flex-wrap: wrap; }
  .catalog .single-page__files__item {
    width: 32%;
    margin-bottom: 30px; }
    .catalog .single-page__files__item a {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-start;
      color: #007FC3;
      text-decoration: none; }
    .catalog .single-page__files__item a span {
      padding-left: 10px;
      font-size: 14px; }
    .catalog .single-page__files__item a img {
      width: 40px; }

.custom-form #step2 {
  display: none; }
.custom-form .form-top-info {
  font-size: 20px;
  line-height: 32px;
  color: #c3c3c3;
  margin-bottom: 45px; }
.custom-form .custom-title {
  margin-bottom: 35px; }
.custom-form form label:not(.label-checkbox) {
  display: block;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px; }
.custom-form form .group-2 {
  display: flex;
  width: 100%; }
  .custom-form form .group-2 .input:nth-child(1) {
    padding-right: 12px; }
  .custom-form form .group-2 .input:nth-child(2) {
    padding-left: 12px; }
.custom-form form .group-checkbox {
  margin-bottom: 34px; }
  .custom-form form .group-checkbox .checkbox {
    margin-bottom: 7px;
    padding-left: 5px; }
    .custom-form form .group-checkbox .checkbox .text {
      font-size: 15px;
      line-height: 1;
      color: #000000; }
.custom-form form .group-file {
  margin-bottom: 25px; }
  .custom-form form .group-file .file:not(:last-child) {
    margin-bottom: 16px; }
.custom-form form .input {
  width: 100%; }
  .custom-form form .input input {
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #A9A9A9;
    width: 100%;
    padding: 13px 25px;
    margin-bottom: 20px;
    box-sizing: border-box; }
.custom-form form .checkbox {
  margin-bottom: 25px; }
  .custom-form form .checkbox .label-checkbox {
    display: flex;
    align-items: center; }
  .custom-form form .checkbox input {
    display: none; }
  .custom-form form .checkbox .check {
    flex: none;
    margin-right: 9px;
    border: 1px solid #C7C1C1;
    border-radius: 5px;
    width: 19px;
    height: 19px;
    display: block; }
  .custom-form form .checkbox input[type=checkbox]:checked + .check {
    position: relative; }
    .custom-form form .checkbox input[type=checkbox]:checked + .check:before {
      content: '';
      display: block;
      background: url("img/checkbox-check.svg") no-repeat;
      width: 18px;
      height: 16px;
      position: absolute;
      top: -2px;
      right: -4px; }
  .custom-form form .checkbox .text {
    font-size: 16px;
    line-height: 22px;
    color: #999999; }
    .custom-form form .checkbox .text a {
      color: red;
      text-decoration: underline; }
.custom-form form .file {
  margin-bottom: 25px;
  width: 100%; }
  .custom-form form .file input {
    display: none; }
  .custom-form form .file .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .custom-form form .file .text:before {
      content: "";
      display: block;
      width: 23px;
      height: 24px;
      background: url("img/file-input.svg");
      margin-right: 18px;
      flex: none; }
.custom-form .radio .text {
  font-size: 16px;
  line-height: 22px; }
  .custom-form .radio .text a {
    color: red;
    text-decoration: underline; }

.news {
  margin-top: 40px; }
  .news h1, .news .news-title {
    font-size: 30px;
    font-weight: 600;
    color: #007FC3; }
  .news .news-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px; }
    .news .news-list .news-img img {
      height: 200px;
      object-fit: cover;
      width: 100%; }
    .news .news-list .news-item {
      width: 32%;
      box-shadow: 2px 2px 5px #c3c3c3;
      margin-bottom: 20px; }
      @media only screen and (max-width: 640px) {
        .news .news-list .news-item {
          width: 100%;
          margin-bottom: 40px; } }
      .news .news-list .news-item .news-date-time {
        display: flex;
        align-items: center;
        margin-top: 20px;
        color: #007FC3;
        font-size: 15px;
        font-weight: 600; }
        .news .news-list .news-item .news-date-time i {
          padding-right: 10px;
          font-size: 16px; }
      .news .news-list .news-item h2 {
        font-size: 18px;
        color: #333; }
        .news .news-list .news-item h2:hover {
          color: #007FC3; }
      .news .news-list .news-item .news-text {
        padding: 10px; }
        .news .news-list .news-item .news-text .news-item-preview {
          color: #5c5c5c;
          max-height: 195px;
          overflow: hidden; }
      .news .news-list .news-item .btn {
        margin-top: 20px; }
  .news .news-btns {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0; }
    .news .news-btns a {
      padding: 10px;
      border: 1px solid #c3c3c3;
      color: #333;
      font-size: 12px;
      text-transform: uppercase; }
      .news .news-btns a.active {
        background-color: #007FC3;
        color: white; }
      .news .news-btns a:hover {
        border-color: #007FC3; }
  .news.page-news {
    margin-top: 0; }
    .news.page-news .news-item {
      margin-bottom: 40px !important; }
    .news.page-news .news-detail {
      position: relative; }
      .news.page-news .news-detail h1 {
        color: white; }
      .news.page-news .news-detail .detail-head {
        width: 50%;
        padding: 60px 40px 60px;
        position: absolute;
        background: #007FC3;
        top: 100px;
        color: white;
        opacity: .9;
        line-height: 1.1;
        z-index: 2; }
        @media only screen and (max-width: 640px) {
          .news.page-news .news-detail .detail-head {
            position: relative;
            margin-top: 20px;
            opacity: 1;
            top: 0;
            width: 100%;
            padding: 10px;
            margin-bottom: 20px; } }
      .news.page-news .news-detail .detail-picture img {
        filter: brightness(0.9);
        max-height: 450px;
        object-fit: contain;
        width: 100%;
        object-position: right; }
      .news.page-news .news-detail .detail-text {
        padding: 20px 0; }
  .news .navigation {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .news .navigation .btn {
        width: 35%;
        padding: 13px 20px; } }
    .news .navigation .btn.download {
      display: flex !important;
      align-items: center; }

body a {
  text-decoration: none; }

/*# sourceMappingURL=template_styles.css.map */
