@charset "UTF-8";
button,
input[type=submit],
input[type=button] {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}

/*
a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    // gas color: #0091FF;
    // pmfz   color: #00A5E5;
    // corrosion color: #B01F13;
    // zabota color: #005E97;
    // promexpo: color: #B01F13;
    // pet color: #0075BE;
    // gkh color: #9550A1;
    // agrorus color: #579B2A;
    // ecology color: #1D5A99;
    // enegry color: #A11B0F;
    // horses color: #105552;
    // kub-expo color: #E22726;
    // smart color: #1A75BB;
    // welding color: #DC3B2F;
    color: #B01F13;
    &:focus {
        outline: none;
    }
}

*/
#sidebar:empty {
  display: none;
}

#sidebar:empty + .col-lg-9 {
  width: 100% !important;
}

p {
  margin: 0;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: "Avenir Next Cyr Regular", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

.all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.xxx {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.flex > [class*=col-] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.row.no-gutters [class^=col-],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 0;
  padding: 0;
}

a[href$=".pdf"]:not([class]),
.pdf-icon,
a[href$=".xls"]:not([class]),
.xls-icon,
a[href$=".xlsx"]:not([class]),
.xlsx-icon,
a[href$=".doc"]:not([class]),
.doc-icon,
a[href$=".docx"]:not([class]),
.docx-icon,
.jpg-icon,
.png-icon {
  min-height: 70px;
  font-weight: 450;
  font-size: 18px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  padding-left: 90px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
a[href$=".pdf"]:not([class]):hover,
.pdf-icon:hover,
a[href$=".xls"]:not([class]):hover,
.xls-icon:hover,
a[href$=".xlsx"]:not([class]):hover,
.xlsx-icon:hover,
a[href$=".doc"]:not([class]):hover,
.doc-icon:hover,
a[href$=".docx"]:not([class]):hover,
.docx-icon:hover,
.jpg-icon:hover,
.png-icon:hover {
  color: #0091FF;
}

.png-icon {
  background: url(../i/icon/png_icon.svg) 0 50% no-repeat;
}

.jpg-icon {
  background: url(../i/icon/jpg_icon.svg) 0 50% no-repeat;
}

a[href$=".pdf"]:not([class]),
.pdf-icon {
  background: url("../i/icon/pdf.svg") 0 50% no-repeat;
}

a[href$=".xls"]:not([class]),
.xls-icon {
  background: url("../i/icon/xls.svg") 0 50% no-repeat;
}

a[href$=".xlsx"]:not([class]),
.xlsx-icon {
  background: url("../i/icon/xls.svg") 0 50% no-repeat;
}

a[href$=".doc"]:not([class]),
.doc-icon {
  background: url("../i/icon/doc.svg") 0 50% no-repeat;
}

a[href$=".docx"]:not([class]),
.docx-icon {
  background: url("../i/icon/doc.svg") 0 50% no-repeat;
}

.btn-default {
  background-color: #4C3288;
  background-image: none !important;
  border-radius: 3px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  outline: none;
  border: 0;
  padding: 20px 25px;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
  text-decoration: none !important;
  cursor: pointer;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active {
  background: #0091FF;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 145, 255, 0.5);
          box-shadow: 10px 10px 20px rgba(0, 145, 255, 0.5);
  color: #fff;
  border: 0;
  outline: none;
  text-decoration: none !important;
}
.btn-default.small {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .btn-default.btn-block-xs {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .btn-default {
    white-space: inherit;
  }
}

.btn-default-orange {
  background: #FB5F3D;
  border-radius: 3px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  outline: none;
  border: 0;
  padding: 20px 25px;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
  text-decoration: none !important;
}
.btn-default-orange:hover, .btn-default-orange:active, .btn-default-orange:focus {
  background: #0091FF;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 145, 255, 0.5);
          box-shadow: 10px 10px 20px rgba(0, 145, 255, 0.5);
  color: #fff;
  border: 0;
  outline: none;
  text-decoration: none !important;
}
.btn-default-orange.small {
  padding: 15px 25px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .btn-default-orange.btn-block-xs {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .btn-default-orange {
    white-space: inherit;
  }
}

.body_menu {
  overflow-y: hidden;
}

.btn-block {
  width: 100%;
}

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

p {
  margin: 0;
}

@media (max-width: 767px) {
  #sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 70px;
  }
}
@font-face {
  font-family: " Light";
  src: url("AvenirNextCyr-Light.eot");
  src: url("AvenirNextCyr-Light.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-Light.woff") format("woff"), url("AvenirNextCyr-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr Light Italic";
  src: url("AvenirNextCyr-LightItalic.eot");
  src: url("AvenirNextCyr-LightItalic.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-LightItalic.woff") format("woff"), url("AvenirNextCyr-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr Regular";
  src: url("AvenirNextCyr-Regular.eot");
  src: url("AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-Regular.woff") format("woff"), url("AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr Regular";
  src: url("AvenirNextCyr-Medium.eot");
  src: url("AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-Medium.woff") format("woff"), url("AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr Regular";
  src: url("AvenirNextCyr-Demi.eot");
  src: url("AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-Demi.woff") format("woff"), url("AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr Regular";
  src: url("AvenirNextCyr-Demi.eot");
  src: url("AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-Demi.woff") format("woff"), url("AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr Medium Italic";
  src: url("AvenirNextCyr-MediumItalic.eot");
  src: url("AvenirNextCyr-MediumItalic.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-MediumItalic.woff") format("woff"), url("AvenirNextCyr-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next Cyr Regular";
  src: url("AvenirNextCyr-Bold.eot");
  src: url("AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("AvenirNextCyr-Bold.woff") format("woff"), url("AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: 750;
  font-style: normal;
}
.top-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  z-index: 44444;
}

@media (max-width: 767px) {
  .top-text .t-left {
    width: 100%;
  }
}
.top-text a {
  font-weight: bolder;
  color: #FFFFFF;
  white-space: nowrap;
}

.top-text a:hover {
  text-decoration: underline;
}

.top-text .t-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  font-weight: 400;
  font-size: 10px;
  /* identical to box height */
  color: #FFFFFF;
}

.top-text .t-right a {
  font-weight: 400;
  /* identical to box height */
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-text .t-right a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .top-text .t-right {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
.mega-toggle-animated {
  display: none;
}

section {
  position: relative;
  z-index: 3;
}

header.header-main {
  position: relative;
  padding-top: 30px;
  height: 810px;
  margin-bottom: 60px;
  z-index: auto;
}
header.header-main .container {
  position: relative;
}

header.header {
  position: relative;
  padding-top: 30px;
  height: 340px;
  margin-bottom: 20px;
  background: url(../i/head.jpg) top center no-repeat;
}
@media (max-width: 767px) {
  header.header {
    height: auto;
  }
  header.header .head-level-1 {
    margin-bottom: 50px;
  }
}

.video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-image video {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-level-3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .top-level-3 {
    padding-bottom: 50px;
    margin-top: 0;
  }
}
.top-level-3 .page-title {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 140%;
  /* or 64px */
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 767px) {
  .top-level-3 .page-title {
    font-size: 24px;
    line-height: 160%;
  }
}

.head {
  position: relative;
  top: 0;
  left: 0;
  z-index: 33;
}
.head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.head .logo {
  width: 134px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.head-level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
.head-level-1 .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .head-level-1 .logo {
    width: 120px;
  }
}

.right-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.right-menu ul > li > a {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 25px;
  border-radius: 3px 30px;
  white-space: nowrap;
  border: 1px transparent solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
}
@media (max-width: 1200px) {
  .right-menu ul > li > a {
    padding: 15px 15px;
  }
}
.right-menu ul > li > a span {
  opacity: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0091FF;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.right-menu ul > li > a span.order-icon {
  background: url(../i/order.svg) 50% 50% no-repeat;
}
.right-menu ul > li > a span.lk-icon {
  opacity: 1;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background: url(../i/lk.svg) 50% 50% no-repeat;
}
.right-menu ul > li > a span.lk-icon:after {
  opacity: 0.3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5A9BDE;
}
.right-menu ul > li > a:hover {
  background: #0091FF;
  border: 1px solid #0091FF;
}
@media (max-width: 1200px) {
  .right-menu ul > li > a:hover {
    border: 1px transparent solid;
    background: none;
  }
}
.right-menu ul > li > a:hover span {
  opacity: 1;
}
.right-menu ul > li > a.active a {
  background: #0091FF;
  border: 1px solid #0091FF;
}
@media (max-width: 1200px) {
  .right-menu ul > li > a.active a {
    border: 1px transparent solid;
    background: none;
  }
}
.right-menu ul > li > a.active a span {
  opacity: 1;
}
.right-menu ul > li.order a {
  background: #0091FF;
  border: 1px solid #0091FF;
}
.right-menu ul > li.order a span {
  opacity: 1;
}
@media (max-width: 1200px) {
  .right-menu ul > li.order a {
    border: 1px transparent solid;
    background: none;
  }
}
.right-menu ul > li.covid a {
  background: #ff563f;
  border: 1px solid #ff563f;
}
.right-menu ul > li.covid a span {
  opacity: 1;
}
@media (max-width: 1200px) {
  .right-menu ul > li.covid a {
    border: 1px transparent solid;
    background: none;
  }
}
@media (max-width: 1200px) {
  .right-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .right-menu ul > li {
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .right-menu ul > li:last-child {
    margin-bottom: 0;
  }
  .right-menu ul > li > a {
    padding: 0;
    height: auto;
  }
  .right-menu ul > li > a span {
    display: none;
  }
  .right-menu ul > li > a:hover {
    border: 1px transparent solid;
    background: none;
  }
}

@media (max-width: 767px) {
  .right .order-xs {
    margin-right: 10px;
  }
}

.order-xs {
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.order-xs a {
  border-radius: 3px 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 450;
  font-size: 12px;
  line-height: 110%;
  /* or 13px */
  text-transform: uppercase;
  color: #FFFFFF;
  min-height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #0091FF;
  padding-left: 43px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 18px;
}
.order-xs a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 19px;
  background: #A8D2F2 url(../i/order-xs-2.svg) 45% 50% no-repeat;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  z-index: 3;
}
@media (max-width: 374px) {
  .order-xs a {
    font-size: 8px;
  }
}

.pre {
  display: inline;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  .order-xs br {
    display: none;
  }
}
@media (max-width: 767px) {
  .order-xs br {
    display: block;
  }
}
.lang {
  margin-left: 30px;
  margin-right: 23px;
}
@media (max-width: 1260px) {
  .lang {
    margin-left: 20px;
    margin-right: 0;
  }
}
.lang ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.lang ul li {
  margin-right: 23px;
}
.lang ul li:last-child {
  margin-right: 0;
}
.lang ul li a {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 110%;
  /* or 15px */
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
}
.lang ul li.active a, .lang ul li:hover a {
  opacity: 1;
}

.search-icon {
  background: url(../i/search-icon.svg) 50% 50% no-repeat;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  margin-right: 30px;
}

.close-search {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L24 24' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 32px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  cursor: pointer;
}

.search-lg {
  position: absolute;
  right: 0;
  z-index: 4444444;
  width: 100%;
  background: #2F50B7;
  padding: 30px 0 !important;
  top: -100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.search-lg.active {
  top: 0;
}
.search-lg .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.search-lg .search-form .btn-default {
  height: 60px;
}
.search-lg .search-form .form-control {
  height: 60px;
  margin-bottom: 0;
}
.search-lg .input-wrapper {
  width: 100%;
}

.glass-icon {
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 48px;
  position: relative;
  background: url(../i/eye.svg) 50% 50% no-repeat;
  cursor: pointer;
}
.glass-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5A9BDE;
  opacity: 0.3;
  border-radius: 100%;
}

.section-top-slider {

  top: 0;
  left: 0;
  width: 100%;

  z-index: auto;
}
.section-top-slider .top-slider,
.section-top-slider .slick-list,
.section-top-slider .slick-track {
/*   height: 100%; */
}
.section-top-slider .item {
  position: relative;
  padding-top: 165px;
  height: auto;
  background-size: cover;
  background-position: top center;

}
@media (max-width: 1200px) {
  .section-top-slider .item {
    padding-top: 100px;
  }
}
.section-top-slider .item .slider-title {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 140%;
  /* or 64px */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .section-top-slider .item .slider-title {
    font-size: 32px;
    line-height: 140%;
  }
}
@media (max-width: 374px) {
  .section-top-slider .item .slider-title {
    font-size: 28px;
  }
}
.section-top-slider .item .list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.section-top-slider .item .list-logo a {
  display: block;
  margin: 0 16px;
}
.section-top-slider .item .date {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 110%;
  /* or 26px */
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-top-slider .item .date {
    font-size: 18px;
    line-height: 140%;
  }
}
.section-top-slider .list-button {
  margin-bottom: 50px;
}
.section-top-slider .list-button ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-top-slider .list-button ul li {
  margin-right: 25px;
}
.section-top-slider .list-button ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .section-top-slider .list-button ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .section-top-slider .list-button ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .section-top-slider .list-button ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-top-slider .list-button ul {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-top-slider .list-button ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-top-slider .list-button ul li:last-child {
    margin-bottom: 0;
  }
  .section-top-slider .list-button ul li .btn-default {
    width: 100%;
  }
  .section-top-slider .list-button ul li .btn-default-orange {
    width: 100%;
  }
}
.section-top-slider .bottom {
  margin-bottom: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1260px) {
  .section-top-slider .bottom {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1260px) {
  .section-top-slider .bottom {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-top-slider .bottom .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1260px) {
  .section-top-slider .bottom .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .section-top-slider .bottom .flex .bottom-item {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .section-top-slider .bottom .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .section-top-slider .bottom .flex .bottom-item {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-top-slider .bottom .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-top-slider .bottom .flex .bottom-item {
    width: calc((100% / 3) - 10px);
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .section-top-slider .bottom .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 300px;
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-top-slider .bottom .flex .bottom-item {
    width: calc((100% / 2) - 10px);
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-top-slider .bottom .flex .bottom-item:nth-child(even):after {
    display: none;
  }
}
@media (max-width: 375px) {
  .section-top-slider .bottom .flex {
    max-width: 100%;
  }
}
.section-top-slider .bottom .bottom-item {
  padding: 0 30px;
  position: relative;
}
.section-top-slider .bottom .bottom-item:after {
  content: "";
  height: 81px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.15);
}
.section-top-slider .bottom .bottom-item:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .section-top-slider .bottom .bottom-item:last-child {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.section-top-slider .bottom .bottom-item .title {
  font-style: normal;
  font-weight: 750;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-top-slider .bottom .bottom-item .title {
    font-size: 26px;
    line-height: 32px;
    white-space: normal;
  }
}
@media (max-width: 375px) {
  .section-top-slider .bottom .bottom-item .title {
    font-size: 21px;
  }
}
.section-top-slider .bottom .bottom-item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  line-height: 22px;
  /* identical to box height */
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-top-slider .bottom .bottom-item .text {
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
  }
}
@media (max-width: 374px) {
  .section-top-slider .bottom .bottom-item .text {
    font-size: 13px;
  }
}

.head-level-2 {
  position: relative;
  z-index: 3;
}


.mega-sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-menu-column .mega-sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  margin-bottom: 20px;
  font-size: 0;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.mega-menu-column .mega-sub-menu:last-child {
  margin-right: 0;
}
.mega-menu-column .mega-sub-menu > li {
  width: 100%;
}
.mega-menu-column .mega-sub-menu > li a {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1200px) {
  .mega-menu-column .mega-sub-menu > li a {
    margin-bottom: 0;
  }
}
.mega-menu-column .mega-sub-menu > li > a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  /* identical to box height, or 21px */
  /* white */
  color: #FFFFFF;
}
.mega-menu-column .mega-sub-menu > li > a:hover {
  text-decoration: underline;
}

.top-menu .order-xs {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-menu .order-xs {
    margin-right: 10px;
  }
}
.top-menu .order-xs a {
  min-height: 38px;
  padding: 20px 25px;
  font-weight: 450;
  font-size: 18px;
}
.top-menu .order-xs a:after {
  display: none;
}
.top-menu nav > ul,
.top-menu nav #mega-menu-bottom,
.top-menu nav #mega-menu-bottom_eng {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1260px) {
  .top-menu nav > ul,
.top-menu nav #mega-menu-bottom,
.top-menu nav #mega-menu-bottom_eng {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.top-menu nav > ul > li,
.top-menu nav #mega-menu-bottom > li,
.top-menu nav #mega-menu-bottom_eng > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 5px;
  height: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 11px 11px 0px 0px;
}
.top-menu nav > ul > li:nth-child(1) > .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li:nth-child(1) > .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li:nth-child(1) > .mega-sub-menu {
  border-radius: 0 11px 11px 11px;
}
.top-menu nav > ul > li:last-child .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li:last-child .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li:last-child .mega-sub-menu {
  border-radius: 11px 0 11px 11px;
}
.top-menu nav > ul > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu {
  background: #3C57AA;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 30px;
  position: absolute;
  top: 0;
  z-index: 3;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  right: 0;
  width: 100%;
  top: 34px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0;
}
@media (max-width: 1200px) {
  .top-menu nav > ul > li > .mega-sub-menu .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu .mega-sub-menu {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 1200px) {
  .top-menu nav > ul > li > .mega-sub-menu .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu .mega-sub-menu {
    display: block;
    -webkit-column-count: inherit;
       -moz-column-count: inherit;
            column-count: inherit;
    -webkit-column-gap: inherit;
       -moz-column-gap: inherit;
            column-gap: inherit;
  }
}
@media (min-width: 1200px) {
  .top-menu nav > ul > li > .mega-sub-menu .mega-menu-row,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu .mega-menu-row,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu .mega-menu-row {
    margin: 0 -15px;
  }
  .top-menu nav > ul > li > .mega-sub-menu .mega-menu-row .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu .mega-menu-row .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu .mega-menu-row .mega-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .top-menu nav > ul > li > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column {
    width: 25%;
    padding: 0 15px;
  }
  .top-menu nav > ul > li > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .mega-sub-menu {
    display: block;
  }
}
@media (max-width: 1260px) {
  .top-menu nav > ul > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    -webkit-column-count: inherit;
       -moz-column-count: inherit;
            column-count: inherit;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 30px 0 30px 0;
    margin: 0;
    display: block;
  }
}
@media (max-width: 1260px) and (max-width: 1200px) {
  .top-menu nav > ul > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu {
    padding: 10px 0;
  }
}
@media (max-width: 1260px) and (max-width: 1200px) {
  .top-menu nav > ul > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu {
    padding: 30px 0px 0 0px;
    margin: 0;
    display: none;
  }
}
.top-menu nav > ul > li.mega-toggle-on .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li.mega-toggle-on .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li.mega-toggle-on .mega-sub-menu {
  visibility: visible;
  opacity: 1;
  /*
  upd
    >li {
        display: inline-block;
    }
    */
}
@media (max-width: 1300px) {
  .top-menu nav > ul > li,
.top-menu nav #mega-menu-bottom > li,
.top-menu nav #mega-menu-bottom_eng > li {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.top-menu nav > ul > li > a,
.top-menu nav #mega-menu-bottom > li > a,
.top-menu nav #mega-menu-bottom_eng > li > a {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 110%;
  /* or 15px */
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.top-menu nav > ul > li > a span:not([class]),
.top-menu nav #mega-menu-bottom > li > a span:not([class]),
.top-menu nav #mega-menu-bottom_eng > li > a span:not([class]) {
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background: url(../i/chevron-right.svg) 50% 50% no-repeat;
}
.top-menu nav > ul > li > a span:not([class]):after,
.top-menu nav #mega-menu-bottom > li > a span:not([class]):after,
.top-menu nav #mega-menu-bottom_eng > li > a span:not([class]):after {
  opacity: 0.3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5A9BDE;
}
.top-menu nav > ul > li.mega-toggle-on,
.top-menu nav #mega-menu-bottom > li.mega-toggle-on,
.top-menu nav #mega-menu-bottom_eng > li.mega-toggle-on {
  background: #3C57AA;
}
@media (max-width: 1260px) {
  .top-menu nav > ul > li.mega-toggle-on,
.top-menu nav #mega-menu-bottom > li.mega-toggle-on,
.top-menu nav #mega-menu-bottom_eng > li.mega-toggle-on {
    background: none;
  }
}
@media (max-width: 1200px) {
  .top-menu nav > ul > li.mega-toggle-on .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li.mega-toggle-on .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li.mega-toggle-on .mega-sub-menu {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (max-width: 1200px) {
  ul.mega-sub-menu .mega-menu-item-has-children {
    padding-top: 10px;
  }
  ul.mega-sub-menu .mega-menu-item-has-children > a {
    padding-bottom: 15px;
  }
  ul.mega-sub-menu .mega-menu-item-has-children .mega-indicator {
    display: none;
  }
}
ul.mega-sub-menu .mega-menu-item-has-children > a {
  font-size: 18px;
  font-weight: 800;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  ul.mega-sub-menu .mega-menu-item-has-children > a {
    margin-bottom: 0;
  }
}
ul.mega-sub-menu .mega-menu-item-has-children > a:after {
  content: "";
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  ul.mega-sub-menu .mega-menu-item-has-children > a:after {
    display: none;
  }
}
ul.mega-sub-menu .mega-menu-item-has-children > a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .top-menu nav #mega-menu-bottom > li:after,
.top-menu nav #mega-menu-bottom_eng > li:after {
    content: "";
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .top-menu nav #mega-menu-bottom > li:after,
.top-menu nav #mega-menu-bottom_eng > li:after {
    display: none;
  }
}
.search-xs {
  margin-bottom: 35px;
  padding: 0 20px;
}
.search-xs .input-wrapper {
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
.search-xs .btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background: transparent;
}
.search-xs .btn:focus {
  outline: none;
  background: transparent;
}
.search-xs input {
  border: 0;
  background: transparent url(../i/search-xs.svg) left center no-repeat;
  display: block;
  height: 35px;
  margin-bottom: 15px;
  width: 100%;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  color: #FFFFFF !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .search-xs input {
    font-size: 18px;
    line-height: 18px;
    padding-left: 50px;
  }
}
.search-xs input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}
.search-xs input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}
.search-xs input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}
.search-xs input::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}
.search-xs input::placeholder {
  color: #FFFFFF;
  opacity: 0.3;
}

@media (max-width: 1260px) {
  .lang-ld {
    display: none;
  }
}

@media (max-width: 1260px) {
  .top-menu nav > ul,
.top-menu nav #mega-menu-bottom,
.top-menu nav #mega-menu-bottom_eng {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    font-size: 0;
    padding: 0 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .top-menu nav > ul li,
.top-menu nav #mega-menu-bottom li,
.top-menu nav #mega-menu-bottom_eng li {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    padding-bottom: 15px;
  }
  .top-menu nav > ul li:last-child,
.top-menu nav #mega-menu-bottom li:last-child,
.top-menu nav #mega-menu-bottom_eng li:last-child {
    padding-bottom: 0;
  }
  .top-menu nav > ul > li,
.top-menu nav #mega-menu-bottom > li,
.top-menu nav #mega-menu-bottom_eng > li {
    height: auto;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    white-space: normal;
    display: block;
    height: auto;
    margin-bottom: 15px;
  }
  .top-menu nav > ul > li > a,
.top-menu nav #mega-menu-bottom > li > a,
.top-menu nav #mega-menu-bottom_eng > li > a {
    font-weight: normal;
  }
}
@media (max-width: 1260px) and (max-width: 1200px) {
  .top-menu nav > ul > li:hover,
.top-menu nav #mega-menu-bottom > li:hover,
.top-menu nav #mega-menu-bottom_eng > li:hover {
    background: none;
  }
}
@media (max-width: 1260px) {
  .top-menu nav > ul > li > a,
.top-menu nav #mega-menu-bottom > li > a,
.top-menu nav #mega-menu-bottom_eng > li > a {
    font-size: 14px;
    white-space: normal;
    display: block;
    height: auto;
    font-weight: normal;
  }
}
@media (max-width: 1260px) {
  .top-menu nav #mega-menu-bottom > li > a:nth-child(1),
.top-menu nav #menu-global-menu-mob > li > a:nth-child(1),
.top-menu nav #mega-menu-bottom_eng > li > a:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 1260px) and (max-width: 1200px) {
  .top-menu nav #mega-menu-bottom > li:after,
.top-menu nav #mega-menu-bottom_eng > li:after {
    content: "";
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1260px) {
  ul.mega-sub-menu .mega-menu-item-has-children > a {
    font-weight: 700;
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  .top-menu nav #mega-menu-bottom > li > a span:not([class]),
.top-menu nav #mega-menu-bottom > li > a .lk-icon,
.top-menu nav #mega-menu-bottom_eng > li > a span:not([class]),
.top-menu nav #mega-menu-bottom_eng > li > a .lk-icon,
.top-menu nav #menu-global-menu-mob > li > a span:not([class]),
.top-menu nav #menu-global-menu-mob > li > a .lk-icon {
    display: none;
  }
}
@media (max-width: 1260px) {
  .mega-menu-column .mega-sub-menu {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1260px) and (max-width: 1200px) {
  .mega-menu-column .mega-sub-menu {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1260px) {
  header .top-menu nav {
    visibility: hidden;
    position: fixed;
    top: 0;
    background: #2F50B7;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    right: 0;
    padding-top: 158px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    display: none;
  }
}
@media (max-width: 1260px) {
  .sub-menu-wrapper {
    background: #2F50B7;
  }
}
@media (max-width: 1260px) {
  header.open_menu nav {
    right: 0;
    display: block;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 33px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    height: 20px;
    z-index: 44;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn.on span:first-child {
    background-color: transparent;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn.on span:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0);
    width: calc(100% - 3px);
    background: #fff;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn.on span:last-child {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    width: calc(100% - 3px);
    background: #fff;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn.on span:after {
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn span {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: calc(100% - 8px);
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn span:first-child {
    top: 0;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn span:last-child {
    top: 16px;
    position: relative;
    display: block;
  }
}
@media (max-width: 1260px) {
  header .toggle_mobile_btn span:after {
    content: "";
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: -5px;
    width: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 1200px) {
  .top-menu nav #mega-menu-bottom > li > .mega-sub-menu,
.top-menu nav #menu-global-menu-mob > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu {
    padding-top: 0;
  }
}
.lk-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background: url(../i/lk.svg) 50% 50% no-repeat;
}
.lk-icon:after {
  opacity: 0.3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5A9BDE;
}

.partner-item-index .item a {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 35px 64px rgba(0, 0, 0, 0.04);
          box-shadow: 5px 35px 64px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  height: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.partner-item-index .item a img {
  display: block;
}
@media (max-width: 991px) {
  .partner-item-index .item a {
    height: 72px;
    padding: 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.partner-item-index .item span {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-align: center;
  /* title */
  color: #0D192C;
  display: block;
  padding: 0 20px;
  height: 60px;
}
@media (max-width: 767px) {
  .partner-item-index .item span {
    font-size: 12px;
    line-height: 150%;
  }
}

.slider-news .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-news .news-item {
  margin-bottom: 40px;
  height: auto;
}

@media (max-width: 767px) {
  .section-top-info .col-xs-12 {
    margin-bottom: 40px;
  }
  .section-top-info .col-xs-12 .image img {
    display: block;
    margin: 0 auto;
  }
  .section-top-info .col-xs-12:last-child {
    margin-bottom: 0;
  }
}

.section-partner {
  overflow: hidden;
}

.partner-list .slick-dots,
.gallery-slider .slick-dots {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .partner-list .slick-dots,
.gallery-slider .slick-dots {
    margin-top: 25px;
  }
}
.partner-list .slick-prev,
.partner-list .slick-next,
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  margin-top: -50px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  margin-top: -25px;
}

.container {
  max-width: 1320px;
}

.content-pos {
  padding-top: 100px;
  max-width: calc(100% / 12 * 5);
}

.background-pos {
  width: calc((100% - 1320px) / 2 + (1320px / 12 * 7));
}

.slider-image {
  margin-bottom: 0 !important;
}
.slider-image .slick-dots {
  margin-top: 25px;
}
.slider-image .image {
  position: relative;
  padding-bottom: 100vh;
  height: 0;
}
.slider-image .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .slider-image .image {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .slider-image .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.slider-img-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
}

.spiker-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .spiker-item {
    text-align: center;
    margin-bottom: 25px;
  }
}
.spiker-item .photo {
  position: relative;
  width: 135px;
  height: 135px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.spiker-item .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .spiker-item .photo {
    margin-right: auto;
    margin-left: auto;
  }
}
.spiker-item .name {
  margin-top: 15px;
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 160%;
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  .spiker-item .name {
    font-size: 18px;
  }
}
.spiker-item .position {
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 150%;
  /* title */
  color: #0D192C;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .spiker-item .position {
    font-size: 18px;
  }
}
.spiker-item .text {
  font-size: 18px;
  line-height: 180%;
  color: #444444;
}
@media (max-width: 767px) {
  .spiker-item .text {
    font-size: 16px;
  }
}

.section-spiker-forum {
  overflow: hidden;
}

.speaker-bg {
  position: relative;
  background: url(../i/speaker.svg) left bottom no-repeat;
}
.speaker-bg section {
  position: relative;
  z-index: 3;
}

.section-center-contact .flex {
  background: #F5F8FF;
  height: 320px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-center-contact .flex {
    height: auto;
  }
}
.section-center-contact .flex:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .section-center-contact .flex:after {
    display: none;
  }
}
.section-center-contact .left {
  padding-top: 43px;
  padding-left: 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-center-contact .left {
    padding-top: 30px;
    padding-left: 25px;
  }
}
.section-center-contact .left .title {
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 170%;
  /* or 44px */
  text-transform: uppercase;
  color: #57399B;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-center-contact .left .title {
    font-size: 20px;
    line-height: 170%;
  }
}
.section-center-contact .image-about {
  width: 280px;
  margin-left: auto;
}

.section-news-forum {
  overflow: hidden;
}

.section-da {
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.section-da .container,
.section-da .flex {
  height: 100%;
}
.section-da .flex {
  min-height: 239px;
  background: #0091FF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-block {
  margin-bottom: 30px;
}
.contact-block:last-child {
  margin-bottom: 0;
}
.contact-block .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  color: #252F3E;
  margin-bottom: 20px;
}
.contact-block .text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  /* or 32px */
  /* title */
  color: #0D192C;
}
@media (max-width: 991px) {
  .contact-block .text {
    margin-bottom: 15px;
  }
}
.contact-block .text a {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  /* or 32px */
  /* title */
  color: #0D192C;
}
.contact-block .text span {
  font-weight: 600;
}

.contact-right {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  /* txt */
  color: #444444;
}
.contact-right .text {
  margin-bottom: 40px;
}
.contact-right .button a {
  margin-right: 15px;
}
.contact-right .button a:last-child {
  margin-right: 0;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.form-group-col-6 {
  width: 40%;
  padding-left: 10px;
  padding-right: 10px;
}

.form-group-col-2 {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0 0 40px 0;
  line-height: 150%;
  color: #57399B;
}
h1.violet,
.h1.violet,
h2.violet,
.h2.violet,
h3.violet,
.h3.violet,
h4.violet,
.h4.violet,
h5.violet,
.h5.violet {
  color: #57399B;
}

b.violet,
strong.violet {
  color: #57399B;
}

article ul:not([class]) {
  font-size: 18px;
}

.img-right {
  float: right;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .img-right {
    width: 100%;
    aspect-ratio: 16/9;
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img-left {
  float: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .img-left {
    width: 100%;
    aspect-ratio: 16/9;
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.grid-img {
  margin-bottom: 30px;
}
.grid-img [class^=col-] {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .img-none {
    width: 100%;
    aspect-ratio: 16/9;
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.center {
  margin: 0 auto;
  display: block;
}

h1,
.h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  /* identical to box height, or 64px */
  text-transform: uppercase;
  color: #0D192C;
  /* title */
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-style: normal;
  font-weight: 750;
  font-size: 32px;
  /* identical to box height */
  text-transform: uppercase;
  /* title */
  color: #0D192C;
  color: #57399B;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  h2,
.h2 {
    font-size: 22px;
  }
}

h3,
.h3 {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  /* identical to box height, or 38px */
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 18px;
  }
}

h4,
.h4 {
  /* H4 */
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  /* identical to box height, or 20px */
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 14px;
  }
}

h5,
.h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  /* identical to box height, or 29px */
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 12px;
  }
}

.section-title {
  font-style: normal;
  font-weight: 750;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #57399B;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
    line-height: 160%;
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .section-title {
    font-size: 22px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 40px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-xs-30 {
    margin-bottom: 30px;
  }
}
.mb-25 {
  margin-bottom: 25px;
}

.mb-60 {
  margin-bottom: 60px;
}

.container-60 {
  margin-bottom: -60px;
}

.container-lg-40 {
  margin-bottom: -40px;
}

.container-mb-25 {
  margin-bottom: -25px;
}

.container-mb-30 {
  margin-bottom: -30px;
}

.container-mb-40 {
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .container-mb-40 {
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .container-xs-20 {
    margin-bottom: -30px;
  }
}
@media (max-width: 767px) {
  .image-16-xs {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .image-16-xs img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.button-center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.button-margin .btn-default {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .button-margin {
    margin-right: 0;
    margin-left: 0;
  }
  .button-margin .btn-default {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}

.button-margin-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: -10px;
}
.button-margin-left .btn-default {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .button-margin-left {
    margin-right: 0;
    margin-left: 0;
  }
  .button-margin-left .btn-default {
    margin-right: 0;
    margin-left: 0;
  }
}

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

.section-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-title-flex {
    margin-bottom: 30px;
  }
}
.section-title-flex .button {
  margin-left: auto;
}
.section-title-flex .section-title {
  margin-bottom: 0;
}

@media (min-width: 1300px) {
  .tright {
    margin-left: auto;
  }
}
.news-item .ulike-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}
.news-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px solid #D8E2FF;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-item .image {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  /*

  img {
      border-radius: 10px 10px 0px 0px;
  }
  */
}
.news-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border: 3px solid #00A5E5;
}
.news-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  .news-item .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 30px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .news-item .content {
    padding: 20px 20px;
  }
}
.news-item .date {
  font-style: normal;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  /* Shades / Black 40 */
  color: #A6A6A6;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .news-item .date {
    font-size: 13px;
  }
}
.news-item .title {
  margin-bottom: 15px;
}
.news-item .title a {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  color: #0D192C;
  font-size: 18px;
  line-height: 160%;
}
.news-item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  /* txt */
  color: #444444;
}
@media (max-width: 767px) {
  .news-item .text {
    font-size: 16px;
    line-height: 180%;
  }
}

.form-control,
.create-form input:not(.btn-default) {
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #D8E2FF;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding: 20px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* title */
  color: #0D192C;
}
.form-control:focus,
.create-form input:not(.btn-default):focus {
  border-color: #57399B;
}
.form-control.textarea,
.create-form input:not(.btn-default).textarea {
  height: 120px;
  resize: none;
}

.acf-fields .acf-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none;
}

.acf-input {
  width: 60% !important;
}

.acf-label {
  width: 40% !important;
}

@media (max-width: 767px) {
  .acf-input {
    width: 100% !important;
  }

  .acf-label {
    width: 100% !important;
  }

  .create-form .acf-fields .acf-field {
    display: block;
  }
}
.acf-form-submit {
  text-align: right;
}

.acf-field-group .acf-fields.-border {
  border: none;
}

.socsety {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  margin-top: 10px;
}

.socsety a {
  background-color: #0091FF;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-right: 10px;
}

.create-form select {
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #D8E2FF;
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding: 0px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #0D192C;
}

.create-form select:focus,
.create-form select:hover {
  border-color: #57399B;
}

.form-order #message {
  color: green;
  font-size: 16px;
}

.section-subs .form-control {
  height: 60px;
}

.news-list-page .news-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-list-page .news-item {
    margin-bottom: 20px;
  }
}
.news-list-page .title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}
.news-list-page .text {
  font-size: 16px;
  line-height: 160%;
}
.news-list-page .content {
  padding: 20px;
}

.breadcrumb {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  /* txt */
  color: #444444;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.breadcrumb a {
  color: #444444;
}
.breadcrumb li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.breadcrumb li:after {
  content: "/";
  display: block;
  padding: 0 5px;
}
.breadcrumb li:last-child:after {
  display: none;
}

#content,
.content-text,
.content-page {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  color: #444444;
  margin-bottom: 10px;
}
#content p,
.content-text p,
.content-page p {
  margin-bottom: 30px;
}
#content p.mb-20,
.content-text p.mb-20,
.content-page p.mb-20 {
  margin-bottom: 20px;
}
#content > img,
.content-text > img,
.content-page > img {
  margin-bottom: 30px;
}
#content.mb-0,
.content-text.mb-0,
.content-page.mb-0 {
  margin-bottom: 0;
}
#content ul:not([class]),
.content-text ul:not([class]),
.content-page ul:not([class]) {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
#content ul:not([class]) li,
.content-text ul:not([class]) li,
.content-page ul:not([class]) li {
  position: relative;
  font-size: 18px;
  line-height: 200%;
  padding-left: 20px;
  background: url(../i/list.svg) top 16px left no-repeat;
}
#content .nf-field-element ul li,
.content-text .nf-field-element ul li,
.content-page .nf-field-element ul li {
  background: none;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
}
#content.mb-60,
.content-text.mb-60,
.content-page.mb-60 {
  margin-bottom: 60px;
}
#content a,
.content-text a,
.content-page a {
  text-decoration: underline;
}
#content blockquote,
.content-text blockquote,
.content-page blockquote {
  margin: 20px 0 50px auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 180%;
  /* or 36px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* title */
  color: #0D192C;
  padding: 50px;
  background: rgba(87, 57, 155, 0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  #content blockquote,
.content-text blockquote,
.content-page blockquote {
    font-size: 16px;
    padding: 30px 15px;
  }
}
#content blockquote p,
.content-text blockquote p,
.content-page blockquote p {
  margin-bottom: 0;
}
#content blockquote.big,
.content-text blockquote.big,
.content-page blockquote.big {
  background: #FAF8F5;
  border-radius: 0px 10px 10px 0px;
  color: #444444;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  position: relative;
}
#content blockquote.big:after,
.content-text blockquote.big:after,
.content-page blockquote.big:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #0091FF;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #content blockquote.big,
.content-text blockquote.big,
.content-page blockquote.big {
    font-size: 16px;
    padding: 30px 15px;
  }
}

#content-small {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #0D192C;
  margin-bottom: 30px;
}
#content-small p {
  margin-bottom: 30px;
}
#content-small.mb-0 {
  margin-bottom: 0;
}

.background-content {
  background: #FAF8F5 url(../i/back-after.svg) bottom right no-repeat;
  border-radius: 10px;
  padding: 40px 40px 40px 40px;
  min-height: 488px;
  margin-bottom: 60px;
}
.background-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 60px;
}
.background-content ul li {
  max-width: 45%;
  width: 100%;
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  background: url(../i/list.svg) top 8px left no-repeat;
  margin-bottom: 30px;
}
.background-content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .background-content {
    background: #FAF8F5;
    padding: 20px;
  }
  .background-content ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    display: block;
  }
  .background-content ul li {
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  .background-content {
    background: #FAF8F5;
  }
  .background-content ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.background-content-none {
  background: #FAF8F5;
  border-radius: 10px;
  padding: 40px 40px 0px 40px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.background-content-none ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 45%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .background-content-none ul {
    width: 100%;
  }
}
.background-content-none ul li {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  background: url(../i/list.svg) top 8px left no-repeat;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .background-content-none ul li {
    font-size: 14px;
  }
}
.background-content-none ul li:last-child {
  margin-bottom: 0;
}
.background-content-none ul li.title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  text-transform: uppercase;
  /* title */
  color: #BF1370;
  margin-bottom: 40px;
  background: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .background-content-none ul li.title {
    font-size: 16px;
  }
}
.background-content-none.col-three ul {
  width: calc((100% / 3) - 10px);
}
@media (max-width: 991px) {
  .background-content-none.col-three ul {
    width: calc((100% / 2) - 10px);
  }
}
@media (max-width: 767px) {
  .background-content-none.col-three ul {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .background-content-none {
    background: #FAF8F5;
    padding: 20px;
  }
  .background-content-none ul {
    display: block;
  }
  .background-content-none ul li {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .background-content-none {
    background: #FAF8F5;
  }
}

.section-subs {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-subs .section-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 160%;
  }
  .section-subs .form-group-col-6,
.section-subs .form-group-col-2 {
    width: 100%;
  }
  .section-subs .form-group-col-6 {
    margin-bottom: 15px;
  }
  .section-subs .form-group-col-2 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .button-back .btn-default {
    width: 100%;
  }
}

label {
  display: block;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height */
  /* title */
  color: #0D192C;
  width: 100%;
}

.red {
  color: red;
}

.select {
  position: relative;
}

.select:after {
  content: "";
  display: block;
  background: url(../i/select.svg) 50% 50% no-repeat;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.select.blue select {
  border-color: #0091FF;
}
.select.blue:after {
  background: url(../i/chevron-down-blue.svg) 50% 50% no-repeat;
}

.select select {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 40px 20px 30px;
  background: none;
  background: #FFFFFF;
  border: 1px solid #D8E2FF;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #444;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.small select {
  font-size: 14px;
  height: 45px;
  padding: 10px 40px 10px 20px;
}

.select select:focus {
  outline: 0;
  border-color: #57399B;
}

.checkbox {
  margin-bottom: 30px;
  /*
  &.checkbox-white {
      input[type=checkbox]:checked+label:before {
          background: #0091FF url(../i/checkbox.svg) 60% 50% no-repeat;
      }
  }
  */
}
.checkbox label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  /* identical to box height, or 111% */
  /* title */
  color: #0D192C;
  cursor: pointer;
  padding-left: 48px;
  /*
  display: flex;
  flex-flow: row;
  align-items: center;
  */
}
@media (max-width: 767px) {
  .checkbox label {
    font-size: 16px;
    line-height: 20px;
  }
}
.checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  margin: 0 20px 0 0;
  width: 28px;
  height: 28px;
  left: 0px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #D8E2FF;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.checkbox input[type=checkbox]:checked + label:before {
  background: #0091FF url(../i/checkbox.svg) 60% 50% no-repeat;
}
.checkbox.mb-40 {
  margin-bottom: 40px;
}
.checkbox.small input[type=checkbox] + label:before {
  width: 24px;
  height: 24px;
}
.checkbox.small label {
  font-size: 14px;
  line-height: 140%;
  padding-left: 34px;
}

.checkbox-filter {
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkbox-filter {
    margin-bottom: 10px;
  }
}
.checkbox-filter label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #0D192C;
  cursor: pointer;
  background: #FAF8F5;
  /* blue */
  border: 1px solid #FAF8F5;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 12px 20px;
}
@media (max-width: 1260px) {
  .checkbox-filter label {
    width: 100%;
  }
}
.checkbox-filter input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 0px;
  background: #0091FF url(../i/icon/calendar-v1.svg) 50% 50% no-repeat;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  vertical-align: middle;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  margin-right: 15px;
}
.checkbox-filter input[type=checkbox]:checked + label:before {
  background: #0091FF url(../i/icon/calendar-v1.svg) 50% 50% no-repeat;
}
.checkbox-filter input[type=checkbox]:checked + label {
  border: 1px solid #0091FF;
}

.filter {
  margin-bottom: 15px;
}

.checkbox-filter {
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkbox-filter {
    margin-bottom: 10px;
  }
}
.checkbox-filter label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #0D192C;
  cursor: pointer;
  background: #FAF8F5;
  /* blue */
  border: 1px solid #FAF8F5;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 12px 20px;
}
@media (max-width: 1260px) {
  .checkbox-filter label {
    width: 100%;
  }
}
.checkbox-filter input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 0px;
  top: 0px;
  background: #0091FF url(../i/icon/calendar-v1.svg) 50% 50% no-repeat;
  text-align: center;
  border-radius: 100%;
  vertical-align: middle;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  margin-right: 15px;
  border: 0;
}
.checkbox-filter input[type=radio]:checked + label:before {
  background: #0091FF url(../i/icon/calendar-v1.svg) 50% 50% no-repeat;
}
.checkbox-filter input[type=radio]:checked + label {
  border: 1px solid #0091FF;
}

.page-title {
  font-weight: 750;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #57399B;
  margin: 0 0 25px 0;
  display: block;
}
.page-title.small {
  font-size: 24px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .page-title.small {
    font-size: 18px;
  }
}
.page-title.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
    line-height: 160%;
  }
}
.page-title.center {
  text-align: center;
}
.page-title i {
  font-style: normal;
  font-weight: 400;
}

.hr-page,
hr {
  position: relative;
  height: 3px;
  display: block;
  background: #0091FF;
  margin-bottom: 40px;
  margin-top: 0;
  border: 0;
}
.hr-page:after,
hr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff563f;
  width: 232px;
}

hr {
  margin-top: 0;
}
hr.mt-40 {
  margin-top: 40px;
}

input[type=radio] + label:before {
  content: "⚫";
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 20px;
  margin: -5px 5px 0 0;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  -webkit-transition: font-size ease 0.3s;
  transition: font-size ease 0.3s;
}

input[type=radio]:checked + label:before {
  font-size: 20px;
}

.pagi-ajax {
  width: 100%;
}

.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  width: 100%;
}
.pagination.mb-0 {
  margin-bottom: 0;
}
.pagination li {
  width: 50px;
  height: 50px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #0091FF;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 180%;
  border-radius: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  /* title */
}
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  color: #0D192C;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.pagination li.active, .pagination li:hover {
  background: #fff;
	color: #0091FF;
}
.pagination li.active a,
.pagination li.active span, .pagination li:hover a,
.pagination li:hover span {
  color: #00A5E5;
}

.widget-bg,
.widget_nav_menu {
  padding: 30px 15px 30px 25px;
  background: #FAF8F5;
  border-radius: 10px;
}

.widget {
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .title,
.widget .widgettitle {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* blue */
  color: #0091FF;
  display: block;
  margin-bottom: 20px;
}

.left-menu-cat ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.left-menu-cat ul li {
  margin-bottom: 15px;
  display: block;
}
.left-menu-cat ul li:last-child {
  margin-bottom: 0;
}
.left-menu-cat ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* blue */
  color: #0D192C;
}

.left-menu ul,
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .left-menu ul,
.widget_nav_menu ul {
    padding-left: 10px;
  }
}
.left-menu ul li,
.widget_nav_menu ul li {
  margin-bottom: 15px;
}
.left-menu ul li:last-child,
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.left-menu ul li a,
.widget_nav_menu ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  /* title */
  color: #0D192C;
}
@media (max-width: 991px) {
  .left-menu ul li a,
.widget_nav_menu ul li a {
    font-size: 13px;
  }
}
.left-menu ul li a:hover,
.widget_nav_menu ul li a:hover {
  text-decoration: underline;
}
.left-menu.left-menu-ya ul li:nth-child(1) a, .left-menu.left-menu-ya ul li.active a,
.widget_nav_menu.left-menu-ya ul li:nth-child(1) a,
.widget_nav_menu.left-menu-ya ul li.active a {
  color: #0091FF;
}

.partner-list-page-row {
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 767px) {
  .partner-list-page-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.overflow {
  overflow: hidden;
}

.partner-list-page-row {
  margin-right: -15px;
  margin-left: -15px;
}

.partner-list-page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .partner-list-page {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.partner-list-page.mb .item {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .partner-list-page.mb .item {
    margin-bottom: 30px;
  }
}
.partner-list-page .item {
  width: 100%;
  max-width: calc(185px - 15px);
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.partner-list-page .item img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .partner-list-page .item {
    width: calc((100% / 2) - 15px);
    margin-bottom: 30px;
  }
}
.partner-list-page span {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 180%;
  display: block;
  text-align: center;
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  .partner-list-page span {
    font-size: 10px;
  }
}
.partner-list-page.full .item {
  max-width: 20%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .partner-list-page.full .item {
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .partner-list-page.full .item {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .partner-list-page.full .item {
    padding-left: 0;
    padding-right: 0;
    max-width: 50%;
  }
}

.ab {
  margin-top: 30px;
  background: #0091FF;
  border-radius: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 239px;
  font-weight: 450;
  font-size: 24px;
  line-height: 29px;
}
.ab a {
  color: #FFFFFF;
}
.ab img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  height: auto;
}

.hr-white {
  opacity: 0.2;
  background: #0091FF;
  width: 100%;
  height: 1px;
}
.hr-white.mt-40 {
  margin-top: 40px;
}
.hr-white.mb-40 {
  margin-bottom: 40px;
}
.hr-white.clear {
  clear: both;
}

.left-info {
  margin-top: 30px;
}

.media-gallery-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .media-gallery-item {
    margin-bottom: 30px;
  }
}
.media-gallery-item .image {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  margin-bottom: 30px;
}
.media-gallery-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.media-gallery-item .title {
  margin-bottom: 30px;
  text-align: center;
}
.media-gallery-item .title.bold {
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  /* title */
  color: #0D192C;
  margin-bottom: 20px;
}
.media-gallery-item .title.bold a {
  font-weight: 600;
}
.media-gallery-item .title.left {
  text-align: left;
}
.media-gallery-item .title.mb-0 {
  margin-bottom: 0;
}
.media-gallery-item .title a {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 100%;
  /* title */
  color: #0D192C;
}
.media-gallery-item .button {
  text-align: center;
}

.media-gallery-page-row {
  margin-bottom: 70px;
}

.history-project-list {
  background: #FAF8F5;
  border-radius: 10px;
  padding: 45px 40px;
  margin-bottom: 40px;
}
.history-project-list .item {
  margin-bottom: 40px;
  margin-right: 200px;
}
.history-project-list .item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  /* title */
  color: #0D192C;
  margin-bottom: 20px;
}
.history-project-list .item .content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  /* txt */
  color: #444444;
}
.history-project-list .item .content a {
  text-decoration: underline;
}

.content-col strong,
.content-col b {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  text-transform: uppercase;
  color: #8257e0;
  display: block;
  margin-bottom: 15px;
  min-height: 58px;
}
.content-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
.content-col ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #0D192C;
  padding: 15px 20px;
  position: relative;
  font-size: 18px;
  padding-left: 40px;
  background: url(../i/list.svg) top 24px left 20px no-repeat;
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  border-left: 1px solid rgba(0, 145, 255, 0.2);
  border-right: 1px solid rgba(0, 145, 255, 0.2);
}
.content-col ul li:nth-child(1) {
  border-top: 1px solid rgba(0, 145, 255, 0.2);
  border-radius: 10px 10px 0 0;
}
.content-col ul li:nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}

.document-list a[href$=".jpg"] {
  background: url("../i/icon/jpg_icon.svg") 0 50% no-repeat;
  min-height: 70px;
  font-weight: 450;
  font-size: 18px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #0091FF;
  padding-left: 90px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.document-list a[href$=".jpg"]:hover {
  color: #0091FF;
}
.document-list a[href$=".png"] {
  background: url("../i/icon/png_icon.svg") 0 50% no-repeat;
  min-height: 70px;
  font-weight: 450;
  font-size: 18px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #0091FF;
  padding-left: 90px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.document-list a[href$=".png"]:hover {
  color: #0091FF;
}

.list-itog img {
  margin-bottom: 30px;
}
.list-itog .item:last-child hr {
  display: none;
}

.widget_nav_menu ul .menu-title {
  margin-left: -20px;
}

.widget_nav_menu ul .menu-title a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0091FF;
  display: block;
  margin-bottom: 20px;
  cursor: text;
}

.gallery-row {
  overflow: hidden;
}

.gallery-col-4 .gallery-item {
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .gallery-col-4 .gallery-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .alignleft,
.alignright,
.alignnone,
.aligncenter {
    height: auto;
    float: none;
    margin: 20px auto;
    display: block;
  }
}
.item-height {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-height br {
  display: none;
}
.item-height a {
  display: block;
}
.item-height a:nth-child(1) {
  margin-bottom: 20px;
}
.item-height a:last-child {
  margin-top: auto;
}

.mail-object {
  margin-bottom: 40px;
}
.mail-object .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (max-width: 767px) {
  .mail-object .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.mail-object .item .title {
  margin-bottom: 30px;
  font-family: "Avenir Next Cyr Regular";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  /* title */
  color: #0D192C;
}
.mail-object .item .title a {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 140%;
  /* or 25px */
  /* title */
  color: inherit;
}
@media (max-width: 767px) {
  .mail-object .item .title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.mail-object .item .photo {
  max-width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .mail-object .item .photo {
    max-width: 100px;
    margin-bottom: 15px;
  }
}
.mail-object .item .content {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .mail-object .item .content {
    padding-left: 20px;
  }
}
.mail-object .link {
  margin-top: 20px;
  position: relative;
  padding-left: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  /* title */
  color: #0D192C;
  font-family: "Avenir Next Cyr Regular";
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mail-object .link {
    width: 100%;
  }
}
.mail-object .link:hover {
  color: #0091FF;
}
.mail-object .link:after {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../i/chevron-right-2.svg) 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.mail-object .link.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.mail-object .hr-page {
  margin-top: 40px;
}
.mail-object .text {
  height: 100px;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.mail-object .text p {
  margin-bottom: 20px;
}
.mail-object .text p:last-child {
  margin-bottom: 0;
}
.mail-object .text-text.active .text {
  height: auto;
}

.vkontakte {
  background: url(../i/vk.svg) 50% 50% no-repeat;
}

.telegram {
  background: url(../i/tg2.svg) 50% 50% no-repeat;
}

.viber1 {
  background: url(../i/v.svg) 50% 50% no-repeat;
}

.what1 {
  background: url(../i/w.svg) 50% 50% no-repeat;
}

.post-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.post-bottom .button-back {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .post-bottom .button-back {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .post-bottom .button-back:last-child {
    margin-bottom: 0;
  }
}

#share {
  max-width: 320px;
  margin-left: auto;
}
@media (max-width: 991px) {
  #share {
    margin-left: 0;
    margin-top: 15px;
  }
}
#share .like {
  width: 100%;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 16px;
  /* txt */
  color: #444444;
  text-align: right;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  #share .like {
    text-align: left;
  }
}
#share .social {
  margin-left: auto;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .soc-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.comm-title {
  margin-top: 80px;
}

.push {
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 15px;
  cursor: pointer;
}
.push:last-child {
  margin-right: 0;
}

.col-item-bg {
  margin-bottom: 30px;
}

.comm-item {
  background: #FAF8F5;
  border-radius: 9.4768px;
  padding: 50px 35px;
}
@media (max-width: 767px) {
  .comm-item {
    padding: 30px 15px;
  }
}
.comm-item .top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .comm-item .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.comm-item .nickname {
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 10px;
}
.comm-item .date {
  background: url(../i/calendar.png) left center no-repeat;
  background-size: 19px auto;
  padding-left: 26px;
  min-height: 19px;
  font-size: 17px;
  line-height: 100%;
  /* identical to box height, or 17px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(13, 25, 44, 0.4);
}
.comm-item .company {
  font-size: 17.0582px;
  line-height: 100%;
  /* title */
  color: #0D192C;
  font-weight: 500;
}
.comm-item .company span {
  font-weight: 400;
}
@media (max-width: 767px) {
  .comm-item .company {
    margin-bottom: 10px;
  }
}
.comm-item .text {
  font-weight: 400;
  font-size: 17.0582px;
  line-height: 180%;
  /* txt */
  color: #444444;
}

.baza-item {
  margin-bottom: 20px;
}
.baza-item .button {
  text-align: center;
}
.baza-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  border: 1px solid #D8E2FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 100%;
  padding: 15px;
}
.baza-item .image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.baza-item .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 153px;
}
@media (max-width: 767px) {
  .baza-item .left {
    width: 120px;
  }
}
.baza-item .date {
  margin-bottom: 15px;
  text-align: center;
}
.baza-item .date .date-title {
  font-weight: 450;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  /* Shades / Black 40 */
  color: #A6A6A6;
}
.baza-item .date span {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  color: #0D192C;
  display: block;
}
.baza-item .content {
  padding-left: 20px;
  padding-top: 0;
}
.baza-item .content .category {
  font-weight: 450;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  /* blue */
  color: #0091FF;
}
.baza-item .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  color: #0D192C;
  margin-bottom: 10px;
}
.baza-item .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  /* or 29px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* txt */
  color: #444444;
  margin-bottom: 10px;
}
.baza-item .content .autor .autor-title {
  font-weight: 450;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  /* Shades / Black 40 */
  color: #A6A6A6;
}
.baza-item .content .autor span {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  color: #0D192C;
  display: block;
}

.image .count {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #00A5E5;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  bottom: 15px;
  right: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.image .count span {
  font-size: 16px;
  display: block;
  font-weight: 600;
}

.small-text {
  display: block;
  width: 100%;
  font-size: 16px;
  /* title */
  color: #0D192C;
}
.small-text.center {
  text-align: center;
}
.small-text.mt-10 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .small-text.mt-10 {
    margin-top: 0;
  }
}

.form-order br {
  display: none;
}
.form-order .flex {
  margin-bottom: 30px;
}
.form-order .bottom {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .form-order label {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .form-order .btn-default {
    width: 100%;
  }
}
.form-order a {
  text-decoration: underline;
}

.contact-block .hr {
  position: relative;
  height: 3px;
  background: #0091FF;
  margin-bottom: 40px;
}
.contact-block .hr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF022A;
  width: 232px;
}
.contact-block .title {
  font-family: "Avenir Next Cyr Regular";
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  text-transform: uppercase;
  color: #57399B;
  margin-bottom: 40px;
}
.contact-block .box {
  background: #FAF8F5;
  border-radius: 10px;
  padding: 30px 30px 30px 40px;
}
.contact-block .box .name {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
.contact-block .box .item {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
}
.contact-block .box .item a {
  font-weight: 450;
  color: #0D192C;
}
.contact-block .box .item a:hover {
  color: #0091FF;
}
.contact-block .box .item:last-child {
  margin-bottom: 0;
}

.tabs__caption,
.tabs__caption_2 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch !important;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .tabs__caption,
.tabs__caption_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.tabs__caption:after,
.tabs__caption_2:after {
  content: "";
  border-bottom: 3px solid #0091FF;
  display: block;
  width: 100%;
  margin-top: -1px;
  position: static;
}

.tabs__caption li {
  color: #0D192C;
  cursor: pointer;
  background: transparent;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 3px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  outline: none;
  border: 0;
  padding: 20px 25px;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 22px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.tabs__caption li a {
  color: inherit;
  font-size: inherit;
  -webkit-transition: none;
  transition: none;
  text-decoration: none !important;
}
.tabs__caption li:hover, .tabs__caption li:active, .tabs__caption li:focus {
  background: #0091FF;
  color: #fff;
  border: 0;
  outline: none;
}

.tabs__caption_2 li a {
  color: #0D192C;
  cursor: pointer;
  background: transparent;
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 3px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  outline: none;
  border: 0;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 22px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.tabs__caption_2 li a a {
  color: inherit;
  font-size: inherit;
  -webkit-transition: none;
  transition: none;
  text-decoration: none !important;
}
.tabs__caption_2 li a:hover, .tabs__caption_2 li a:active, .tabs__caption_2 li a:focus {
  background: #0091FF;
  color: #fff;
  border: 0;
  outline: none;
}

.tabs__caption_2 li a {
  padding: 20px 25px;
}

.tabs__caption .active {
  background: #0091FF;
  color: #FFFFFF;
  cursor: default;
}
.tabs__caption .active:hover, .tabs__caption .active:active, .tabs__caption .active:focus {
  background: #0091FF;
  color: #fff;
  border: 0;
  outline: none;
}

.tabs__caption_2 .active a {
  background: #0091FF;
  color: #FFFFFF;
  cursor: default;
}
.tabs__caption_2 .active a:hover, .tabs__caption_2 .active a:active, .tabs__caption_2 .active a:focus {
  background: #0091FF;
  color: #fff;
  border: 0;
  outline: none;
}

.tabs__content {
  display: none;
  background: #FFF;
}

.tabs__content.active {
  display: block;
}

.useful-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .useful-item {
    margin-bottom: 20px;
  }
}
.useful-item .item {
  background: #FAF8F5;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
}
.useful-item .item:hover {
  -webkit-box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.useful-item .item .icon {
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  position: relative;
}
.useful-item .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.useful-item .item .title {
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  /* title */
  color: #0D192C;
  margin-bottom: 10px;
}
.useful-item .item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #444444;
}

.date-news {
  font-size: 14px;
  line-height: 100%;
  /* or 22px */
  /* Shades / Black 40 */
  color: #A6A6A6;
  margin-bottom: 10px;
}

.select2-container {
  width: 100% !important;
}

.filter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-top .select {
  width: 100%;
  min-width: 170px;
}
.filter-top .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding-right: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .filter-top .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-top .item .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .filter-top .item {
    width: 100%;
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.filter-top .item:last-child {
  padding-right: 0;
}
.filter-top .item .title {
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height */
  /* title */
  color: #0D192C;
  margin-right: 20px;
}
.filter-top.fix {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.filter-top.fix .item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.filter-top.fix .item .select {
  min-width: auto;
}
.filter-top.fix .item .select select {
  padding-right: 60px;
}
@media (max-width: 1260px) {
  .filter-top .select {
    width: 100%;
  }
}

.filter-top-level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.filter-top-level-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .filter-top-level-2 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-top-level-2 .item .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .filter-top-level-2 .item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.filter-top-level-2 .item:last-child {
  padding-right: 0;
}
.filter-top-level-2 .item .title {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* title */
  color: #0D192C;
  margin-right: 20px;
}

.filter-top-level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-top-level-3 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% / 4) - 10px);
}
@media (max-width: 1260px) {
  .filter-top-level-3 .item {
    width: calc((100% / 2) - 10px);
  }
}
@media (max-width: 767px) {
  .filter-top-level-3 .item {
    width: 100%;
  }
}

.filter-top-level-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
}
.filter-top-level-4 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding-right: 20px;
}
@media (max-width: 1260px) {
  .filter-top-level-4 .item {
    width: calc((100% / 2) - 10px);
  }
}
@media (max-width: 767px) {
  .filter-top-level-4 .item {
    width: 100%;
  }
}

.category-name {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* title */
  color: #57399B;
  margin-top: 25px;
}

.reviews-item {
  margin-bottom: 30px;
}
.reviews-item .item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 30px;
}
.reviews-item .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 12px;
}
.reviews-item .item .top .photo {
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 30px;
}
.reviews-item .item .top .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.reviews-item .item .top .name {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 100%;
  /* identical to box height, or 20px */
  /* title */
  color: #0D192C;
  margin-bottom: 5px;
}
.reviews-item .item .top .position {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* blue */
  color: #0091FF;
  margin-bottom: 5px;
}
.reviews-item .item .top .company {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 17px;
  /* Grey */
  color: #858585;
}
.reviews-item .item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  /* text */
  color: #353535;
  height: 200px;
  overflow: hidden;
}
.reviews-item .item .text.active {
  height: auto;
}
.reviews-item .item p.link {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  color: #0091FF;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

input[type=file] {
  display: none;
}

.custom-file-upload {
  cursor: pointer;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #D8E2FF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding: 0 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* title */
  color: rgba(13, 25, 44, 0.5);
}
.custom-file-upload:focus {
  border-color: #57399B;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 30px;
  background: #FAF8F5;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact-info {
    padding: 20px;
  }
}

.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 70px;
  margin-bottom: 30px;
  width: calc((100% / 3) - 70px);
}
.contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-info-item.last {
  margin-right: 0;
  width: calc((100% / 3));
}
@media (max-width: 1200px) {
  .contact-info-item {
    width: 100%;
    margin-right: 0;
  }
}
.contact-info-item .icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0091FF;
  border-radius: 100%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .contact-info-item .icon {
    margin-right: 15px;
    width: 50px;
    height: 50px;
  }
  .contact-info-item .icon img {
    padding: 15px;
  }
}
.contact-info-item .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* title */
  color: #0D192C;
}
.contact-info-item .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #0D192C;
}
.contact-info-item .text.blue {
  color: #0091FF;
}

.contact-info.contact-info-row .contact-info-item {
  width: calc((100% / 2) - 70px);
}
@media (max-width: 1200px) {
  .contact-info.contact-info-row .contact-info-item {
    width: 100%;
    margin-right: 0;
  }
}

.contact-info-item-abc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  border-radius: 10px;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height */
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-collapse {
  display: none;
  padding-left: 125px;
}
.panel-collapse.pl-0 {
  padding-left: 0;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .panel-collapse {
    padding-left: 0;
    padding-top: 10px;
  }
}
.panel-collapse .doc-item {
  margin-bottom: 15px;
}

.fade-info {
  margin-bottom: 25px;
  width: 100%;
}

.panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  position: relative;
  cursor: pointer;
}
.panel-heading.active a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  /* blue */
  color: #0091FF !important;
}
.panel-heading p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel-heading a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-transform: uppercase;
  padding-right: 30px;
  color: #0091FF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .panel-heading a {
    font-size: 16px;
  }
}
.panel-heading.panel-heading-a:after {
  content: "";
  display: block;
  background: url(../i/icon/chevron-right.svg) right center no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.panel-heading.panel-heading-a a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-transform: uppercase;
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  .panel-heading.panel-heading-a a {
    text-transform: none;
    font-size: 16px;
  }
}
.panel-heading.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.panel-heading .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #FAF8F5;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .panel-heading .icon {
    margin-right: 15px;
    width: 50px;
    height: 50px;
  }
  .panel-heading .icon img {
    padding: 15px;
  }
}

.panel {
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  padding-bottom: 25px;
  padding-top: 25px;
}
.panel:last-child {
  border-bottom: 0;
}
.panel.violet {
  font-weight: 750;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 30px;
  border-bottom: 0;
  font-weight: 400;
}
.panel.violet .panel-heading {
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 30px 50px;
  background: #57399B;
}
@media (max-width: 767px) {
  .panel.violet .panel-heading {
    padding: 30px 30px 30px 15px;
  }
}
.panel.violet p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
}
.panel.violet p br {
  display: none;
}
.panel.violet p span:last-child {
  margin-left: auto;
  padding-left: 30px;
}
.panel.violet p span br {
  display: block;
}
@media (max-width: 767px) {
  .panel.violet p p {
    display: block;
    padding: 20px 20px;
  }
  .panel.violet p p span:last-child {
    padding-left: 0;
    padding-top: 15px;
  }
  .panel.violet p p span {
    display: block;
  }
}
@media (max-width: 767px) {
  .panel.violet .text-bg {
    display: block;
    padding: 20px 20px;
  }
  .panel.violet .text-bg span:last-child {
    padding-left: 0;
    padding-top: 15px;
  }
  .panel.violet .text-bg span {
    display: block;
  }
}
.panel.violet .panel-heading-a:after {
  background: url(../i/icon/chevron-right-white.svg) right center no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
}
@media (max-width: 767px) {
  .panel.violet .panel-heading-a:after {
    right: 10px;
  }
}
.panel.violet .panel-heading-a.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.panel.violet .panel-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  line-height: 180%;
  color: #333333;
  margin-top: 30px;
}
.panel.violet .panel-collapse p {
  margin-bottom: 0;
}

.contact-bottom-link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  display: flex;
  align-items: center;
  text-transform: uppercase;
  /* blue */
  color: #0091FF;
}
.contact-bottom-link-item a .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #FAF8F5;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 35px;
}

.contact-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  background: #FAF8F5;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-list > .item {
    padding: 25px 20px;
  }
}
.contact-list > .item:last-child {
  margin-bottom: 0;
}
.contact-list > .item .photo {
  position: relative;
  height: 135px;
  width: 135px;
  margin-right: 35px;
}
.contact-list > .item .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.contact-list > .item .photo img {
  border-radius: 15px;
}
@media (max-width: 991px) {
  .contact-list > .item .photo {
    display: none;
  }
}
.contact-list > .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1200px) {
  .contact-list > .item .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 1200px) {
  .contact-list > .item .content .left {
    margin-bottom: 15px;
  }
}
.contact-list > .item .content .position {
  margin-left: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  /* or 29px */
  /* title */
  color: #57399B;
  margin-right: 100px;
  max-width: 360px;
  width: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .contact-list > .item .content .position {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-list > .item .content .position {
    font-size: 16px;
    line-height: 160%;
  }
}
.contact-list > .item .content .name {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-list > .item .content .name {
    font-size: 20px;
    line-height: 160%;
  }
}
.contact-list > .item .content .item {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-list > .item .content .item {
    font-size: 16px;
    line-height: 160%;
  }
}
.contact-list > .item .content .item:last-child {
  margin-bottom: 0;
}
.contact-list > .item .content .item a {
  color: #0091FF;
}
.contact-list > .item.fix .content .item {
  line-height: 150%;
}

.contact-list {
  margin-bottom: 40px;
}
.contact-list:last-child {
  margin-bottom: 0;
}
.contact-list.small .item .position {
  margin-right: 50px;
  max-width: 250px;
}
@media (max-width: 1200px) {
  .contact-list.small .item .position {
    max-width: 100%;
  }
}

.document-list-row {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 50px;
}

.document-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.document-list .doc-item {
  margin-bottom: 25px;
  margin-right: 45px;
  width: 50%;
}
@media (max-width: 767px) {
  .document-list .doc-item {
    margin-right: 0;
    width: 100%;
  }
}
.document-list.width .doc-item {
  width: 100%;
}
.document-list .item {
  margin-bottom: 25px;
  margin-right: 45px;
  width: calc(50% - 45px);
}
@media (max-width: 767px) {
  .document-list .item {
    margin-right: 0;
    width: 100%;
  }
}
.document-list.width .doc-item {
  width: 100%;
}

.programm-list-row {
  margin: -10px;
}

.programm-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.programm-bottom {
  margin-bottom: 40px;
}

.programm-item {
  width: 212px;
  height: 150px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
}
.programm-item .front,
.programm-item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 10px;
}
.programm-item .content {
  padding: 0 15px;
}
.programm-item .content .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 14px;
  display: block;
}
.programm-item .content .title:after {
  margin: 8px auto 0 auto;
  content: "";
  display: block;
  width: 37px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.programm-item .content .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}
.programm-item .front {
  background-color: #fff;
}
.programm-item .back {
  background: #0091FF;
  border-radius: 10px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.programm-item:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.programm-item:hover .back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.card-v1 {
  margin-bottom: 30px;
}
.card-v1 .item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.card-v1 .item .icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 25px;
}
.card-v1 .item .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-v1 .item .title a {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  .card-v1 .item .title a {
    font-size: 18px;
  }
}
.card-v1 .item .title:after {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  content: "";
  opacity: 0.1;
  border-top: 1px solid #0091FF;
  width: 100%;
}
.card-v1 .item .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  /* title */
  color: #0D192C;
  margin-bottom: 25px;
}
.card-v1 .item .date {
  background: #FAF8F5;
  border-radius: 10px;
  width: 100%;
  max-width: 316px;
  height: 74px;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  /* title */
  color: #0D192C;
  margin-bottom: 25px;
  position: relative;
}
.card-v1 .item .date span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 85px;
}
.card-v1 .item .date span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: block;
  content: "";
  background: #0091FF url(../i/icon/calendar-v1.svg) 50% 50% no-repeat;
}

.card-object {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .card-object {
    margin-bottom: 30px;
  }
}
.card-object > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.card-object .image-16 {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  margin-bottom: 30px;
}
.card-object .image-16 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .card-object .image-16 {
    margin-bottom: 20px;
  }
}
.card-object .title {
  margin-bottom: 30px;
  min-height: 50px;
}
@media (max-width: 767px) {
  .card-object .title {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.card-object .title a {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 100%;
  /* title */
  color: #0D192C;
}
.card-object .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  /* txt */
  color: #444444;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .card-object .text {
    margin-bottom: 30px;
  }
}
.card-object .bottom {
  margin-top: auto;
}
@media (max-width: 767px) {
  .card-object .bottom .btn-default {
    width: 100%;
  }
}
.card-object .info {
  margin-bottom: 30px;
  min-height: 78px;
}
.card-object .info .item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
.card-object .info .item:last-child {
  margin-bottom: 0;
}
.card-object .info .item.tel a {
  color: #0D192C;
  font-weight: 450;
}

.object-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .object-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.object-info .item {
  margin-right: 60px;
  margin-bottom: 20px;
}
.object-info .item:last-child {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .object-info .item {
    margin-right: 30px;
  }
}
.object-info .item span {
  display: block;
  font-size: 18px;
}
.object-info .item span:nth-child(1) {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* title */
  color: #0D192C;
}

.gallery-albom {
  margin-bottom: -10px;
}
.gallery-albom .btn-default {
  margin-bottom: 10px;
}

.exposition {
  background: #FAF8F5;
  border-radius: 10px;
  padding: 30px;
}
.exposition .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .exposition .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.exposition .top .image {
  width: 212px;
  height: 150px;
  position: relative;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.exposition .top .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .exposition .top .image {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.exposition .top .image-none {
  width: 212px;
  height: 150px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.exposition .top .image-none img {
  width: 100%;
}
@media (max-width: 991px) {
  .exposition .top .image-none {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.exposition .top .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0D192C;
}

.exposition-content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  /* txt */
  color: #444444;
  margin-bottom: 30px;
}

.album-item {
  margin-bottom: 40px;
}
.album-item .image {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}
.album-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .album-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .gallery-slider-item .item {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
  }
  .gallery-slider-item .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.video-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .video-item {
    margin-bottom: 30px;
  }
}
.video-item.left {
  text-align: left;
}
.video-item .image {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
}
.video-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video-item a {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 100%;
  /* title */
  color: #0D192C;
}
.video-item a:hover {
  color: #00A5E5;
}

.pressa-list {
  margin-bottom: 40px;
}
.pressa-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pressa-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.pressa-list .item:last-child {
  margin-bottom: 0;
}
.pressa-list .item .image {
  width: 212px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  margin-right: 50px;
}
.pressa-list .item .image img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 144px;
}
@media (max-width: 991px) {
  .pressa-list .item .image {
    width: 150px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .pressa-list .item .image {
    width: 212px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.pressa-list .item .title span {
  display: inline;
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  /* blue */
  color: #0091FF;
  border-bottom: 1px #0091FF solid;
}
@media (max-width: 767px) {
  .pressa-list .item .title {
    text-align: center;
  }
}

.search-block {
  height: 74px;
  position: relative;
  margin-bottom: 30px;
}
.search-block .search-input {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  background: #FAF8F5;
  border-radius: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.search-block .search-input::-webkit-input-placeholder {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #000000;
  opacity: 0.5;
}
.search-block .search-input::-moz-placeholder {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #000000;
  opacity: 0.5;
}
.search-block .search-input:-ms-input-placeholder {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #000000;
  opacity: 0.5;
}
.search-block .search-input::-ms-input-placeholder {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #000000;
  opacity: 0.5;
}
.search-block .search-input::placeholder {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  color: #000000;
  opacity: 0.5;
}
.search-block .search-btn {
  background: url(../i/search.svg) right center no-repeat;
  border: 0;
  width: 48px;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.card-onload {
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-onload {
    padding: 30px 20px;
  }
}
.card-onload .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-onload .time {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  /* title */
  color: #0D192C;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .card-onload .time {
    font-size: 18px;
  }
}
.card-onload .title {
  margin-bottom: 10px;
}
.card-onload .title a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  /* identical to box height, or 32px */
  text-transform: uppercase;
  /* blue */
  color: #0091FF;
}
.card-onload .hide-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px */
  /* title */
  color: #0D192C;
  margin-bottom: 10px;
}
.card-onload .hr {
  opacity: 0.1;
  border: 1px solid #0091FF;
  width: 100%;
  display: block;
  margin: 25px 0;
}
.card-onload .right {
  margin-left: auto;
}
@media (max-width: 991px) {
  .card-onload .right {
    margin-top: 25px;
    margin-left: 0;
  }
}
.card-onload .info {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  /* title */
  color: #0D192C;
}
.card-onload .place {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 100%;
  /* identical to box height, or 20px */
  /* title */
  color: #0D192C;
}
.card-onload .list > .item {
  margin-bottom: 25px;
}
.card-onload .list > .item:after {
  content: "";
  opacity: 0.1;
  border: 1px solid #0091FF;
  width: 100%;
  display: block;
  margin: 15px 0;
}
.card-onload .list > .item:last-child {
  margin-bottom: 0;
}
.card-onload .list > .item:last-child:after {
  display: none;
}
.card-onload .list > .item .hr {
  margin-bottom: 0;
}
.card-onload .list > .item > .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
.card-onload .list > .item > .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #0D192C;
}

.audio {
  width: 26px;
  height: 26px;
  background: #BF1370;
  /* background: url(../i/icon/audio.svg) 50% 50% no-repeat; */
  display: block;
}

.audio-small {
  width: 18px;
  height: 18px;
  background: #BF1370;
  /* background: url(../i/icon/audio.svg) 50% 50%/contain no-repeat; */
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.card-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  padding: 25px 0;
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.2);
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card-company:last-child {
  margin-bottom: 0;
}
.card-company .content {
  padding: 0 15px;
}
.card-company .image {
  max-width: 160px;
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .card-company .image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.card-company .title {
  margin-bottom: 15px;
}
.card-company .title a {
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 100%;
  /* identical to box height, or 20px */
  /* blue */
  color: #0091FF;
  text-transform: uppercase;
}
@media (max-width: 374px) {
  .card-company .title a {
    font-size: 17px;
  }
}
.card-company .list .item {
  margin-bottom: 10px;
  font-weight: 400;
}
.card-company .list .item:last-child {
  margin-bottom: 0;
}
.card-company .list .item span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  /* title */
  color: #0D192C;
}

.zavod-page .image {
  width: 160px;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.zavod-page .image img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .zavod-page .image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .zavod-page .image img {
    display: block;
    margin: 0 auto;
  }
}
.zavod-page .box {
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 40px;
}
.zavod-page .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 25px 25px 25px 50px;
}
@media (max-width: 1200px) {
  .zavod-page .top {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .zavod-page .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.zavod-page .title {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
@media (max-width: 1260px) {
  .zavod-page .title {
    font-size: 18px;
  }
}
.zavod-page .list .item {
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
.zavod-page .list .item:last-child {
  margin-bottom: 0;
}
.zavod-page .list .item span {
  font-weight: 600;
}
.zavod-page .bottom {
  border-top: 1px solid rgba(0, 145, 255, 0.2);
  padding: 25px 25px 25px 50px;
}
@media (max-width: 1200px) {
  .zavod-page .bottom {
    padding: 20px;
  }
}
.zavod-page .bottom .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
@media (max-width: 1200px) {
  .zavod-page .bottom .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.zavod-page .bottom .info .item {
  margin-right: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* title */
  color: #0D192C;
}
@media (max-width: 1200px) {
  .zavod-page .bottom .info .item {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .zavod-page .bottom .info .item:last-child {
    margin-bottom: 0;
  }
}
.zavod-page .bottom .info .item:last-child {
  margin-right: 0;
}
.zavod-page .bottom .info .item span,
.zavod-page .bottom .info .item a {
  display: block;
}
.zavod-page .bottom .info .item a,
.zavod-page .bottom .info .item span.text {
  font-size: 18px;
  font-weight: 450;
}

.small-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  /* title */
  color: #0D192C;
  margin-bottom: 25px;
}

.results-row {
  margin-right: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
}

.results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1260px) {
  .results-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.results-container .item {
  margin: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  font-style: normal;
  /* or 24px */
  font-size: 14px;
  text-transform: uppercase;
  /* title */
  color: #57399B;
  white-space: nowrap;
  line-height: 130%;
}
@media (max-width: 1260px) {
  .results-container .item {
    width: 33.3333333333%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .results-container .item {
    width: 50%;
    font-size: 11px;
    line-height: 150%;
  }
}
.results-container .item .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0091FF;
  border: 5px solid #3DAAFF;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-bottom: 20px;
}
.results-container .item span {
  font-weight: 750;
  font-size: 16px;
  line-height: 150%;
}

.faq-page-row {
  margin-bottom: 20px;
}

.faq-page-item {
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  text-align: center;
  text-transform: uppercase;
  /* title */
  color: #57399B;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .faq-page-item {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.faq-page-item .image {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0091FF;
  border: 5px solid #3DAAFF;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-bottom: 20px;
}
.faq-page-item .image img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.grid-logo .flex .item {
  margin-bottom: 40px;
}
.grid-logo .flex .item .grid-logo img {
  display: block;
  margin: 0 auto;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 40px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-item {
  margin-bottom: 25px;
}
.grid-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 42px;
  height: 130px;
  background: #FAF8F5;
  border-radius: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  /* or 26px */
  display: flex;
  align-items: center;
  text-align: center;
  /* title */
  color: #0D192C;
}

.blockquote {
  padding: 25px 40px;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  border: 1px solid rgba(0, 145, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (max-width: 767px) {
  .blockquote {
    padding: 20px;
  }
}
.blockquote .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .blockquote .image {
    margin-bottom: 15px;
  }
}
.blockquote .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #0D192C;
  position: relative;
}
@media (max-width: 767px) {
  .blockquote .text {
    padding-top: 15px;
    font-size: 16px;
  }
}
.blockquote .text span {
  margin-bottom: 25px;
  display: block;
}
.blockquote .text:before {
  content: "";
  background: url(../i/icon/q.svg) top center no-repeat;
  width: 14px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -32px;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 150%;
  /* blue */
  color: #0091FF;
}
@media (max-width: 767px) {
  .blockquote .text:before {
    top: 0;
    left: 0;
  }
}
.blockquote .name {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 5px;
}
.blockquote .position {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  /* title */
  color: #57399B;
}

.grid-content {
  margin-bottom: 60px;
}

.line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .line-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 0;
  }
}
.line-list:after {
  content: "";
  position: absolute;
  border-color: #008CBA;
  border-style: solid;
  border-width: 0 0 1px 0;
  width: calc(100% - 166px);
  z-index: -1;
  left: 83px;
  top: 35px;
}
@media (max-width: 991px) {
  .line-list:after {
    display: none;
  }
}
.line-list .item {
  position: relative;
  margin-bottom: 30px;
}
.line-list .item .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0091FF;
  border: 5px solid #3DAAFF;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-bottom: 20px;
  font-weight: 750;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.line-list .item .title {
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  text-align: center;
  text-transform: uppercase;
  /* title */
  color: #57399B;
}
@media (max-width: 767px) {
  .line-list .item .title {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .line-list .item {
    width: 50%;
  }
}

.archive-list {
  margin-top: 40px;
}
.archive-list > .title {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  text-transform: uppercase;
  color: #57399B;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .archive-list > .title {
    font-size: 18px;
  }
}
.archive-list > .title .date {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 160%;
  margin-left: 20px;
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  .archive-list > .title .date {
    font-size: 16px;
  }
}
.archive-list .item {
  margin-bottom: 40px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .archive-list .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .archive-list .item .photo {
    margin-bottom: 30px;
  }
}
.archive-list .item .photo img {
  display: block;
  margin: 0 auto;
}
.archive-list .item .hr-white {
  margin-bottom: 30px;
  margin-top: 30px;
}
.archive-list .item .bottom-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-list .item .bottom-info .box-doc {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  width: 50%;
}
.archive-list .item .bottom-info .box-doc:last-child {
  margin-right: 0;
}
.archive-list .item .bottom-info .box-doc .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  /* title */
  color: #0D192C;
}
@media (max-width: 991px) {
  .archive-list .item .bottom-info .box-doc {
    width: 50%;
  }
  .archive-list .item .bottom-info .box-doc .text {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .archive-list .item .bottom-info .box-doc {
    width: 100%;
    padding-right: 0;
  }
  .archive-list .item .bottom-info .box-doc .text {
    margin-bottom: 15px;
  }
}
.archive-list .info-list .box {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 145, 255, 0.1);
}
.archive-list .info-list .box:last-child {
  padding-bottom: 0;
}
.archive-list .info-list .box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .archive-list .info-list .box .button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.archive-list .info-list .box .button .btn-default {
  margin-right: 20px;
}
.archive-list .info-list .box .button .btn-default:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .archive-list .info-list .box .button .btn-default {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .archive-list .info-list .box .button .btn-default:last-child {
    margin-bottom: 0;
  }
}
.archive-list .info-list .box:last-child {
  border-bottom: 0;
}
.archive-list .info-list .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  /* identical to box height, or 26px       display: table-cell;
  /* title */
  color: #0D192C;
  margin-bottom: 20px;
}
.archive-list .info-list .text {
  display: table-cell;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* title */
  color: #0D192C;
}
.archive-list .info-list .text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.archive-list .info-list .text ul li {
  position: relative;
  padding-left: 16px;
}
.archive-list .info-list .text ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background: #0D192C;
  border-radius: 100%;
}
.archive-list .info-list .date {
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 160%;
  /* title */
  color: #0D192C;
}
.archive-list .icon-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.archive-list .icon-box .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../i/icon/doc.svg) 50% 50% no-repeat;
  margin-right: 25px;
}

.title-bg {
  margin-bottom: 20px;
}
.title-bg span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 113.5%;
  color: #FFFFFF;
  background: #57399B;
  border-radius: 10.2098px;
  padding: 6px 14px;
  display: inline-block;
}

.partner-item {
  text-align: center;
  margin-bottom: 40px;
}
.partner-item .title {
  font-style: normal;
  font-weight: 750;
  font-size: 15px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .partner-item .title {
    font-size: 18px;
  }
}
.partner-item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.partner-item .image img {
  margin: auto;
}

.video-item {
  text-align: center;
}
.video-item .video {
  margin-bottom: 30px;
}
.video-item .title {
  font-style: normal;
  font-weight: 750;
  font-size: 14px;
  line-height: 150%;
  color: #0D192C;
}

.contact-two {
  margin-bottom: 60px;
}
.contact-two .item-full {
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .contact-two .item-full {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.contact-two .item-full.big {
  background: #FAF8F5;
  border-radius: 10px;
  border-bottom: 0;
}
.contact-two .item-full .icon {
  width: 90px;
  height: 90px;
  background: #27A3FF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .contact-two .item-full .icon {
    width: 38px;
    height: 38px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .contact-two .item-full .icon img {
    padding: 10px;
  }
}
.contact-two .item-full > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-two .item-full > .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  /* title */
  color: #0D192C;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-two .item-full > .content .title {
    font-size: 18px;
    line-height: 150%;
  }
}
.contact-two .item-full > .content .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 27px */
  color: #444444;
}
@media (max-width: 767px) {
  .contact-two .item-full > .content .text {
    font-size: 15px;
    line-height: 150%;
  }
}
.contact-two .item-full > .content .text a {
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact-two .item-full > .content .text a {
    font-size: 18px;
    line-height: 150%;
  }
}
.contact-two .item-full .right {
  width: 260px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* title */
  color: #0D192C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .contact-two .item-full .right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.contact-two .item-full .right .phone {
  width: 38px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #0091FF url(../i/icon/phone.svg) 50% 50% no-repeat;
  border-radius: 100%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .contact-two .item-full .right .phone {
    background-size: 18px 18px;
  }
}

.price-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price-item {
  margin-bottom: 40px;
}
.price-item .item {
  background: #FAF8F5;
  border-radius: 0px 0px 10px 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-item .top {
  background: #0091FF;
  border-radius: 10px 10px 0px 0px;
  padding: 25px 20px;
  text-align: center;
  min-height: 150px;
}
@media (max-width: 767px) {
  .price-item .top {
    min-height: auto;
  }
}
.price-item .top .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.price-item .top .title:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px 0;
}
.price-item .top .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.price-item .top .price-span {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}
.price-item .top .price-span span {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}
.price-item .content {
  padding: 35px 0;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  /* txt */
  color: #444444;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.price-item .content .text {
  margin-bottom: 35px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .price-item .content .text {
    padding: 0 10px;
  }
}
.price-item .content .button {
  margin-top: auto;
}

.table-counter table {
  counter-reset: rowNumber;
}
.table-counter table tr {
  position: relative;
}
.table-counter table tr td:nth-child(1) {
  padding-left: 100px;
}
.table-counter table tr::before {
  display: table-cell;
  counter-increment: rowNumber;
  content: counter(rowNumber) ".";
  padding-right: 0.3em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  left: 0;
  width: 50px;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #57399B;
  font-weight: 750;
}
.table-counter table tr td {
  text-align: left !important;
}

.table-scroll {
  margin-bottom: 60px;
}
@media (max-width: 1260px) {
  .table-scroll {
    width: 100%;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-x: auto;
  }
}
.table-scroll table {
  width: 100%;
  border-spacing: 0;
  margin: 0;
  border-collapse: separate;
}
.table-scroll table thead th {
  /* Don't forget this, required for the stickiness */
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  text-transform: uppercase;
  color: #57399B;
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  .table-scroll table thead th {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .table-scroll table thead th {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.table-scroll table thead th:nth-child(1) {
  text-align: left;
}
.table-scroll table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  /* title */
  color: #0D192C;
}
@media (max-width: 1260px) {
  .table-scroll table tr td {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .table-scroll table tr td {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.table-scroll table tr td:nth-child(1) {
  text-align: left;
  border-left: 1px solid rgba(0, 145, 255, 0.2);
}
.table-scroll table tr td:nth-last-child(1) {
  border-right: 1px solid rgba(0, 145, 255, 0.2);
}
.table-scroll table tr td span {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  /* or 21px */
  text-align: center;
  /* title */
  color: #0D192C;
}
.table-scroll table tr:nth-child(1) td {
  border-top: 1px solid rgba(0, 145, 255, 0.2);
}
.table-scroll table tr:nth-child(1) td:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.table-scroll table tr:nth-child(1) td:nth-last-child(1) {
  border-radius: 0 10px 0 0;
}
.table-scroll table tr:nth-last-child(1) td:nth-last-child(1) {
  border-radius: 0 0 10px 0;
}
.table-scroll table tr:nth-last-child(1) td:nth-child(1) {
  border-radius: 0 0 0 10px;
}
.table-scroll.table-head th {
  position: sticky;
  top: 0;
  background: #57399B;
  color: #FFFFFF;
}
.table-scroll.table-head th:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.table-scroll.table-head th:nth-last-child(1) {
  border-radius: 0 10px 0 0;
}
.table-scroll.table-head table tr td {
  border: 0;
}
.table-scroll.table-head table tr td:nth-child(1) {
  color: #57399B;
  font-weight: 750;
}
.table-scroll.table-head table tr:nth-child(even) td {
  background: #FAF8F5;
}

.table-programm-scroll {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-y: auto;
  max-height: 500px;
  margin-bottom: 30px;
}
.table-programm-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.table-programm-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.table-programm-scroll::-webkit-scrollbar-thumb {
  background-color: #57399B;
}

.table-programm {
  margin-bottom: 60px;
  overflow: hidden;
  border: 1px solid rgba(0, 145, 255, 0.3);
  border-radius: 10px;
  /*
  &::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5;
  }
  &::-webkit-scrollbar {
      width: 6px;
      background-color: #F5F5F5;
  }
  &::-webkit-scrollbar-thumb {
      background-color: #57399B;
  }
  */
}
.table-programm table {
  width: 100%;
  border-spacing: 0;
  margin: 0;
  border-collapse: collapse;
  border-radius: 10px;
}
.table-programm table tbody tr {
  border-bottom: 1px solid rgba(0, 145, 255, 0.3);
}
.table-programm table tbody tr:last-child {
  border-bottom: 0;
}
.table-programm table tbody tr td {
  background: #fff;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  color: #0D192C;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .table-programm table tbody tr td {
    font-size: 12px;
    line-height: 160%;
  }
}
.table-programm table tbody tr td:nth-child(1) {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .table-programm table tbody tr td:nth-child(1) {
    padding-left: 30px;
  }
}
.table-programm table tbody tr td:nth-child(1):after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 37px;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0D192C;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .table-programm table tbody tr td:nth-child(1):after {
    left: 15px;
  }
}
.table-programm table tbody tr td:nth-last-child(1) {
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  color: #57399B;
  padding-right: 70px;
  text-align: right;
}
@media (max-width: 767px) {
  .table-programm table tbody tr td:nth-last-child(1) {
    padding-right: 15px;
    font-size: 12px;
    line-height: 160%;
  }
}
.table-programm table tbody tr:nth-child(1) td:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.table-programm table tbody tr:nth-child(1) td:nth-last-child(1) {
  border-radius: 0 10px 0 0;
}
.table-programm table tbody tr:nth-last-child(1) td:nth-last-child(1) {
  border-radius: 0 0 10px 0;
}
.table-programm table tbody tr:nth-last-child(1) td:nth-child(1) {
  border-radius: 0 0 0 10px;
}
.table-programm.blue table tr:nth-child(odd) td {
  background: #D9EFFF;
}
.table-programm.green table tr:nth-child(odd) td {
  background: #D3F0CC;
}
.table-programm.yellow table tr:nth-child(odd) td {
  background: #FFEFD9;
}

.col-lg-9 .table-scroll table thead th,
.col-lg-9 .table-scroll table tr td {
  font-size: 14px;
  padding: 20px 20px;
}
@media (max-width: 767px) {
  .col-lg-9 .table-scroll table thead th,
.col-lg-9 .table-scroll table tr td {
    font-size: 14px;
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .place-item {
    margin-bottom: 30px;
  }
  .place-item:last-child {
    margin-bottom: 0;
  }
}
.place-item .text {
  margin-bottom: 40px;
}
.place-item .icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.place-item .icon-info .icon {
  background: #0091FF url(../i/business-and-trade.svg) 50% 50% no-repeat;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .place-item .icon-info .icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background-size: 25px auto;
  }
}
.place-item .icon-info .span {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* title */
  color: #0D192C;
}
@media (max-width: 767px) {
  .place-item .icon-info .span {
    font-size: 18px;
  }
}
.place-item .icon-info .span span {
  display: block;
}
.place-item .icon-info .span a {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .place-item .icon-info .span a {
    font-size: 16px;
  }
}

.programm-item-page .item {
  background: #FAF8F5;
  border-radius: 10px;
  height: 100%;
  padding: 30px;
}
.programm-item-page .item .logo {
  background: #fff;
  width: 212px;
  height: 150px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.programm-item-page .item .logo .image {
  padding: 0 30px;
}
.programm-item-page .item .content {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
}
.programm-item-page .item .content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* or 30px */
  /* title */
  color: #0D192C;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .programm-item-page .item .content .title {
    font-size: 18px;
  }
}
.programm-item-page .item .content .text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  /* or 32px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* txt */
  color: #444444;
}
@media (max-width: 767px) {
  .programm-item-page .item .content .text {
    font-size: 16px;
  }
}

.order-list {
  margin-bottom: 60px;
}
.order-list .item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.2);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding: 50px 50px;
}
@media (max-width: 991px) {
  .order-list .item {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
  .order-list .item .right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .order-list .item {
    padding: 20px;
  }
}
.order-list .item:last-child {
  margin-bottom: 0;
}
.order-list .item .title {
  font-weight: 750;
  font-size: 24px;
  line-height: 100%;
  /* identical to box height, or 24px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #57399B;
}
@media (max-width: 991px) {
  .order-list .item .title {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.order-list .item .right {
  margin-left: auto;
}

.partner-page-slider,
.gallery-slider {
  margin-bottom: 60px !important;
}
.partner-page-slider .slick-dots,
.gallery-slider .slick-dots {
  margin-top: 35px;
}

.partner-page-slider .item img {
  display: block;
  margin: 0 auto;
}

.programm-object-row {
  margin-bottom: 40px;
}

.page-programm .top {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.page-programm .image {
  margin-bottom: 20px;
}
.page-programm .image img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
.page-programm .left-col {
  width: 290px;
}
.page-programm .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}
.page-programm .right .access {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 5px;
}
.page-programm .right .date {
  font-style: normal;
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 15px;
}
.page-programm .right .date.else-mb-25 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-programm .right .date {
    font-size: 18px;
  }
}
.page-programm .right .start {
  margin-bottom: 30px;
}
.page-programm .right .start > .item {
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 100%;
  color: #0D192C;
  margin-bottom: 15px;
}
.page-programm .right .start > .item:last-child {
  margin-bottom: 0;
}
.page-programm .right .access-text {
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  /* title */
  color: #0D192C;
}

@media (max-width: 991px) {
  .programm-object {
    margin-bottom: 30px;
  }
  .programm-object:last-child {
    margin-bottom: 0;
  }
}
.programm-object .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.programm-object .title {
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 160%;
  /* identical to box height, or 29px */
  text-transform: uppercase;
  color: #57399B;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .programm-object .title {
    font-size: 16px;
  }
}
.programm-object .content {
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 145, 255, 0.2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.programm-object .box {
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  /* or 30px */
  /* title */
  color: #0D192C;
}
.programm-object .box span {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .programm-object .box span {
    font-size: 18px;
  }
}
.programm-object .box:last-child {
  border-bottom: 0;
}
.programm-object .box.phone {
  min-height: 150px;
}
@media (max-width: 767px) {
  .programm-object .box.phone {
    min-height: auto;
  }
}

.info-block {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-block.text {
  padding: 40px 30px;
  background: #FAF8F5;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .info-block {
    margin-top: 30px;
  }
}
.info-block .date-h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 46px;
  line-height: 140%;
  /* or 64px */
  text-transform: uppercase;
  color: #0091FF;
}
.info-block .date-h2 {
  font-style: normal;
  font-weight: 750;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  color: #0091FF;
}
.info-block .date-h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  /* title */
  color: #57399B;
  margin-bottom: 30px;
}

.page-programm-full .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-programm-full .top {
    display: block;
  }
  .page-programm-full .top .left {
    margin-bottom: 15px;
  }
}
.page-programm-full .top .right {
  margin-left: auto;
}
.page-programm-full .top .left .type {
  font-size: 16px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 5px;
}
.page-programm-full .top .left .title {
  font-weight: 750;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* title */
  color: #0D192C;
}
.page-programm-full .top .left .title span {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .page-programm-full .top .left .title {
    font-size: 18px;
  }
}
.page-programm-full .head-top {
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.page-programm-full .head-top .dostup {
  font-size: 16px;
  line-height: 160%;
  /* title */
  color: #0D192C;
  margin-bottom: 10px;
}
.page-programm-full .head-top .address {
  font-size: 20px;
  line-height: 100%;
  /* title */
  color: #0D192C;
}
.page-programm-full .bottom {
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.page-programm-full .bottom .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  text-transform: uppercase;
  /* title */
  color: #0D192C;
  margin-bottom: 20px;
}
.page-programm-full .bottom .name {
  font-weight: 450;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  /* blue */
  color: #0091FF;
  margin-bottom: 5px;
}
.page-programm-full .bottom .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* title */
  color: #0D192C;
}

.admin-list .item {
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.admin-list .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  /* title */
  color: #0D192C;
  margin-bottom: 20px;
}
.admin-list .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  /* or 24px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* title */
  color: #0D192C;
}
.admin-list .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  /* title */
  color: #00A5E5;
  margin-bottom: 5px;
}

.spiker-page-list {
  border-bottom: 1px solid rgba(0, 145, 255, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.spiker-page-list .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  /* title */
  color: #0D192C;
  margin-bottom: 20px;
}
.spiker-page-list .item {
  margin-bottom: 25px;
}
.spiker-page-list .item:last-child {
  margin-bottom: 0;
}
.spiker-page-list .item .name {
  font-weight: 450;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  /* blue */
  color: #bf1370;
  margin-bottom: 5px;
}
.spiker-page-list .item .position {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* title */
  color: #0D192C;
  margin-bottom: 10px;
}
.spiker-page-list .item .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  /* title */
  color: #0D192C;
}
.spiker-page-list .item .text b {
  font-weight: 600;
}

.select2-container--default .select2-selection--multiple {
  font-size: 14px;
  height: 45px;
  padding: 8px 8px 8px 8px;
  overflow: hidden;
  border-color: #0091FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2-container--default .select2-selection--multiple:focus {
  outline: 0;
  border-color: #57399B;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-selection__rendered {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  height: 30px;
  overflow: hidden;
  padding-right: 30px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
  border-color: #57399B;
}

.single-img {
  margin-bottom: 30px;
}
.single-img img {
  display: block;
  margin: 0 auto;
}

/*
@media (min-width: 1200px) {
    .select2-dropdown {
        margin-top: 32px;
    }
}
*/
.content-page.category-category-1 p,
.content-page.category-stati p {
  margin-bottom: 10px !important;
}

.search-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-page-form .form-group {
  margin-right: 15px;
}
.search-page-form .form-group .form-control {
  height: 62px;
}
.search-page-form .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 62px;
}

.form-group.mb-10 {
  margin-bottom: 10px;
}

.sp-item {
  width: 212px;
  height: 212px;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
}
.sp-item .front,
.sp-item .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sp-item .content {
  padding: 0 15px;
}
.sp-item .content .title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 14px;
  display: block;
}
.sp-item .content .title:after {
  margin: 8px auto 0 auto;
  content: "";
  display: block;
  width: 37px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.sp-item .content .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.sp-item .front {
  background-color: #fff;
}
.sp-item .back {
  background: #0091FF;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sp-item:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sp-item:hover .back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-acceptance {
  font-size: 18px;
  line-height: 20px;
  color: #0D192C;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 6px;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
  background: #222;
  visibility: visible;
}

.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin: 0;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  visibility: hidden;
  display: none;
}

.wpcf7-form .wpcf7-acceptance a {
  color: #0091FF;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span {
  /*   border: 3px solid red;  */
  display: block;
  padding: 0 0 0 40px;
  position: relative;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  margin: 0 20px 0 0;
  width: 28px;
  height: 28px;
  left: 0px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #D8E2FF;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 4px;
  background: #0091FF url(../i/checkbox.svg) 60% 50% no-repeat;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  /*    background: #222; */
  visibility: visible;
}

.mfp-content .wpcf7 .wpcf7-list-item {
  color: #fff;
}

#review_form .error .form-group input,
#review_form .error .form-group textarea,
#review_form .error .checkbox label:before {
  border-color: #fe1e00 !important;
}

/* Slider */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 45px;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}

.slick-prev:before,
.slick-next:before {
  width: 25px;
  height: 45px;
  display: block;
}

.slick-prev {
  left: -30px;
}
@media (max-width: 1300px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-next {
  right: -30px;
}
@media (max-width: 1300px) {
  .slick-next {
    right: 10px;
  }
}

.spiker-list-index .sp-item,
.spiker-list-index-3 .sp-item {
  margin: 0 auto;
}
.spiker-list-index .spiker-item .name,
.spiker-list-index-3 .spiker-item .name {
  text-align: center;
}

@media (max-width: 1300px) {
  .spiker-list-index,
.spiker-list-index-3,
.gallery-slider,
.partner-page-slider,
.partner-list,
.slider-news {
    padding: 0 40px;
  }
  .spiker-list-index .slick-prev,
.spiker-list-index-3 .slick-prev,
.gallery-slider .slick-prev,
.partner-page-slider .slick-prev,
.partner-list .slick-prev,
.slider-news .slick-prev {
    left: 0;
    margin-top: -25px;
  }
  .spiker-list-index .slick-next,
.spiker-list-index-3 .slick-next,
.gallery-slider .slick-next,
.partner-page-slider .slick-next,
.partner-list .slick-next,
.slider-news .slick-next {
    right: 0;
    margin-top: -25px;
  }
}
@media (max-width: 767px) and (max-width: 1300px) {
  .spiker-list-index, .gallery-slider, .partner-page-slider, .partner-list, .slider-news, .spiker-list-index-3 {
    padding: 0;
  }
}
.slick-prev:before {
  content: "";
  background: url(../i/left.svg) 50% 50% no-repeat;
}

.slick-next:before {
  content: "";
  background: url(../i/right.svg) 50% 50% no-repeat;
}

/*
.top-slider .slick-prev,
.top-slider .slick-next {
  margin-top: -100px;
}
*/


@media (max-width: 767px) {
  .top-slider .slick-prev,
.top-slider .slick-next {
    display: none;
  }
}
.top-slider .slick-prev:before {
  background: url(../i/left-white.svg) 50% 50% no-repeat !important;
}
.top-slider .slick-next:before {
  background: url(../i/right-white.svg) 50% 50% no-repeat !important;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick-dots {
  height: 16px;
  position: relative;
  bottom: 0;
  display: block;
  width: calc(100% - 30px);
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots li {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-right: 0;
}
@media (max-width: 374px) {
  .slick-dots li {
    margin: 0 2px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #420064;
  content: "";
}

.slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
}

.slick-dots li.slick-active button:before {
  border: 2px solid #0079C2;
  background: transparent;
  width: 15px;
  height: 15px;
}

footer.footer {
  padding-bottom: 25px;
  padding-top: 50px;
  position: relative;
  height: 852px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: url(../i/footer.svg) bottom center no-repeat;
  margin-top: -200px;
}
@media (max-width: 1260px) {
  footer.footer {
    margin-top: 50px !important;
  }
}
@media (max-width: 1200px) {
  footer.footer {
    /* gas fix  padding-top: 200px; */
    margin-top: 50px !important;
    height: 587px;
    background-position: top center;
  }
}
footer.footer .lang {
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  footer.footer .lang {
    margin-right: 15px;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  footer.footer {
    margin-top: 50px;
    background: #378CDB;
    margin-top: 50px;
    padding-top: 100px;
  }
}

.map-contact {
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .footer-logo > a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 134px;
    display: block;
  }
}
@media (max-width: 767px) {
  #footer-s {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-menu ul > li {
    width: 100%;
  }
}
.footer-menu ul > li > a {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 25px;
  border-radius: 3px 30px;
  border: 1px transparent solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
}
@media (max-width: 767px) {
  .footer-menu ul > li > a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1300px) {
  .footer-menu ul > li > a {
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .footer-menu ul > li > a {
    padding: 15px 10px;
  }
}
.footer-menu ul > li > a span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #5A9BDE;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.footer-menu ul > li > a span.lk {
  background: rgba(90, 155, 222, 0.3) url(../i/footer-lk.svg) 50% 50% no-repeat;
}
.footer-menu ul > li > a span.order {
  background: #fff url(../i/footer-order.svg) 50% 50% no-repeat;
}
.footer-menu ul > li > a:hover {
  background: #0091FF;
  border: 1px solid #0091FF;
}
.footer-menu ul > li > a:hover span {
  opacity: 1;
}
.footer-menu ul > li.active a {
  background: #0091FF;
  border: 1px solid #0091FF;
}
.footer-menu ul > li.active a span {
  opacity: 1;
}

.footer-level-1 {
  position: relative;
  z-index: 3;
  width: 100%;
  /*  fix
  @include size(lg) {
      padding-top: 350px;
  }

  */
}
@media (max-width: 991px) {
  .footer-level-1 {
    padding-top: 0;
  }
}
.footer-level-1 .hr {
  margin-top: 45px;
  margin-top: 30px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
.footer-level-1 .search-icon {
  margin-left: auto;
  display: block;
  width: 25px;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.footer-level-2 {
  position: relative;
  z-index: 3;
  width: 100%;
}
.footer-level-2 .left {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer-level-2 .left {
    text-align: center;
  }
}
.footer-level-2 .row {
  margin-bottom: 15px;
}

.copy {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .copy {
    text-align: center;
  }
}

.footer-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-s {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.footer-s a {
  background-color: #0091FF;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-right: 10px;
}
.footer-s a:last-child {
  margin-right: 0;
}

.tg {
  background-image: url(../i/tg.svg);
}

.vk {
  background-image: url(../i/vk-s.svg);
}

.insta {
  background-image: url(../i/insta.svg);
}

.fc {
  background-image: url(../i/fb.svg);
}

.insta {
  background-image: url(../i/insta.svg);
}

.youtube {
  background-image: url(../i/youtube.svg);
}

.tag-list-wrap {
  margin: 30px -10px 0 -10px;
}
@media (max-width: 991px) {
  .tag-list-wrap {
    margin: 30px -5px 0 -5px;
  }
}

.grid-logo .col-xs-6 {
  margin-bottom: 20px;
}
.grid-logo .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  padding: 20px 0;
  line-height: 150%;
  background: #0091ff;
  color: #FFFFFF;
  height: 100%;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .tag-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tag-list span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 5px;
}

#pop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#pop .modal-form {
  width: 100%;
  position: relative;
  text-align: center;
  background: rgba(250, 248, 245, 0.94);
  -webkit-box-shadow: 0px 4.325px 14.0563px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4.325px 14.0563px rgba(0, 0, 0, 0.09);
  border-radius: 10.8125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 140px;
}
@media (max-width: 1260px) {
  #pop .modal-form {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #pop .modal-form {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#pop .modal-form .close {
  min-width: 194px;
}
#pop .modal-form .button {
  margin-left: auto;
}
@media (max-width: 767px) {
  #pop .modal-form .button {
    margin-right: auto;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1200px) {
  .top-menu nav > ul > li.mega-toggle-on .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li.mega-toggle-on .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li.mega-toggle-on .mega-sub-menu {
    -webkit-column-count:auto !important;
       -moz-column-count: auto !important;
            column-count:auto !important;
  }


  .top-menu nav > ul > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom > li > .mega-sub-menu,
.top-menu nav #mega-menu-bottom_eng > li > .mega-sub-menu {

    position: static !important;

  }


  .top-menu nav > ul li,
.top-menu nav #mega-menu-bottom li,
.top-menu nav #mega-menu-bottom_eng li {
    page-break-inside: auto !important;
    -webkit-column-break-inside: auto !important;
       -moz-column-break-inside: auto !important;
            break-inside: auto !important;

  }
}

.b24-window-popup-wrapper {
    padding: 20px;
}
}