@import url(slick.css);
@import url(aos.css);
@import url(videopopup.css);
@font-face {
  font-family: Garamond;
  src: url("/tpl/fonts/adobe_garamond_pro_regular.ttf"); }
* {
  font-family: 'Roboto', sans-serif; }

h5 {
  font-size: 16px;
  font-weight: 500; }

.title {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 100;
  font-family: 'Garamond', serif; }

.center {
  text-align: center; }

.section {
  padding: 50px 0; }

p {
  line-height: 30px;
  font-weight: 300;
  font-size: 19px; }

li {
  font-weight: 300;
  font-size: 19px; }

.btn {
  border-radius: 25px;
  padding: 15px 60px;
  text-decoration: none;
  text-transform: uppercase; }

.btn-blue:hover {
  background: #2d75bf; }

.btn-blue {
  background: #3891eb;
  color: #fff; }

.section--login_bar {
  width: 100%;
  display: none; }

.section--login_bar .hide--section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 90px;
  background: #3d5b8e; }
  .section--login_bar .hide--section * {
    color: white; }
  .section--login_bar .hide--section .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .section--login_bar .hide--section .inner .line {
      border-right: 1px solid #7187ad; }
    .section--login_bar .hide--section .inner .lb--box {
      width: 45%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      height: 100%; }
      .section--login_bar .hide--section .inner .lb--box .lb--group {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .section--login_bar .hide--section .inner .lb--box .lb--group a.btn {
          padding: 10px 50px;
          margin-left: 10px; }
      .section--login_bar .hide--section .inner .lb--box a {
        display: block; }

.nice-select {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #e8ecf0;
  background: #ecf5fc !important;
  padding: 0 20px;
  margin-bottom: 10px; }
  .nice-select:after {
    content: url("/tpl/img/select-arrow.png");
    position: absolute;
    right: 20px;
    top: 2px;
    color: #d72427;
    font-weight: 900; }

.form-group-smaller {
  width: 15% !important; }

.form-group-bigger {
  width: 80% !important; }

.form-group {
  margin-bottom: 15px;
  width: 100%; }
  .form-group label {
    min-height: 20px;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 300; }
  .form-group input:focus, .form-group textarea:focus, .form-group .nice-select:focus {
    border-color: #888281;
    box-shadow: 0px 0px 2px #888281;
    outline: none; }
  .form-group textarea {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #e8ecf0;
    background: #ecf5fc;
    resize: none; }
  .form-group input {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #e8ecf0;
    background: #ecf5fc;
    height: 46px; }

.section--two_boxes {
  padding-top: 110px;
  background-image: url("/tpl/img/Moventum_HP_new_03.png");
  background-repeat: no-repeat;
  background-position: right center; }

.tb--images {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .tb--images img {
    width: 100%;
    margin-bottom: 30px; }
  .tb--images .tb-item {
    width: 48%; }

.section--contact .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .section--contact .inner .c-maps {
    width: 50%; }
    .section--contact .inner .c-maps--alt {
      width: 100%; }
  .section--contact .inner .c-form {
    width: 45%; }
    .section--contact .inner .c-form .form-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      margin-top: 60px; }
    .section--contact .inner .c-form form .btn {
      display: inline-block;
      text-align: center;
      cursor: pointer;
      border: 0; }
    .section--contact .inner .c-form form .btn-submit-box {
      margin-top: 30px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
  .section--contact .inner .c-maps--alt {
    margin-left: -7px;
    margin-right: -7px; }
    .section--contact .inner .c-maps--alt .cm-item {
      float: left;
      width: 50%;
      padding-left: 7px;
      padding-right: 7px;
      box-sizing: border-box; }
      .section--contact .inner .c-maps--alt .cm-item:nth-child(2n + 1) {
        clear: both; }
      @media (max-width: 1000px) {
        .section--contact .inner .c-maps--alt .cm-item {
          float: none;
          width: 100%; } }
    .section--contact .inner .c-maps--alt:after {
      display: block;
      clear: both;
      content: ''; }
  .section--contact .inner .c-maps .cm-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .section--contact .inner .c-maps .cm-item .cm-text {
      width: 50%;
      padding-top: 30px;
      padding-left: 25px;
      font-size: 18px;
      background: #ecf8fb;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
      .section--contact .inner .c-maps .cm-item .cm-text p {
        padding-top: 6px; }
    .section--contact .inner .c-maps .cm-item h4 {
      margin-bottom: 30px;
      font-size: 29px;
      font-weight: 100;
      font-family: 'Garamond', serif;
      position: relative; }
    .section--contact .inner .c-maps .cm-item h4:after {
      position: absolute;
      bottom: -22px;
      left: 0;
      content: url(/tpl/img/line-head.jpg); }
    .section--contact .inner .c-maps .cm-item p {
      padding: 0 !important;
      line-height: 30px; }
  .section--contact .inner .c-maps .cm-map {
    width: 50%;
    height: 280px; }

.ico-user:before {
  content: url("/tpl/img/user.png");
  padding-right: 6px;
  padding-top: 1px; }

.navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 80px; }
  .navigation .logo--box img {
    width: 100%;
    height: auto; }
  .navigation ul {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(90% - 400px);
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .navigation ul .menu:hover .submenu {
      display: block; }
    .navigation ul a {
      margin-top: 8px;
      color: white;
      text-decoration: none; }
      .navigation ul a:hover {
        border-bottom: 2px solid #3891eb;
        padding-bottom: 5px; }
    .navigation ul .menu {
      position: relative; }
      .navigation ul .menu .active {
        border-bottom: 2px solid #3891eb;
        padding-bottom: 5px; }
  .navigation .menu2 a {
    width: 100%; }
  .navigation .submenu {
    display: none;
    position: absolute;
    padding-top: 30px;
    left: -100%;
    top: 11px; }
  .navigation .submenu .menu2 {
    width: inherit;
    border-radius: 3px;
    padding: 30px;
    background: #3d5b8e;
    position: absolute !important; }
    .navigation .submenu .menu2 li {
      text-align: center;
      margin-bottom: 10px;
      width: 150px; }
      .navigation .submenu .menu2 li a {
        font-size: 14px; }
      .navigation .submenu .menu2 li a:hover {
        border: 0;
        text-decoration: underline; }

.arrow-bottom {
  margin-left: 6px; }

.slick-slide {
  margin: 0 10px; }

/* the parent */
.slick-list {
  margin: 0 -10px; }

.tag {
  border-radius: 25px;
  padding: 10px 30px;
  font-size: 12px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background: #3891eb; }

.see-more {
  float: right;
  color: #3891eb;
  margin-top: 20px;
  cursor: pointer; }

.submenu {
  z-index: 1111; }

.content p {
  padding-top: 6px; }
.content a {
  color: #3891eb; }
  .content a:hover {
    text-decoration: underline; }

h4 {
  font-family: Garamond, Serif;
  font-size: 24px;
  font-weight: 100; }

.section--offers hr {
  margin: 20px 0;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05); }
.section--offers .close {
  display: none; }
.section--offers .tag {
  margin-right: 20px;
  display: inline-block;
  margin-top: 40px; }
.section--offers p {
  padding-top: 6px; }
.section--offers .content {
  margin-top: 60px;
  display: none;
  padding: 0 20px; }

.section--download .inner--slim {
  margin-top: 80px; }
.section--download ul {
  list-style: none; }
  .section--download ul li {
    background: url("/tpl/img/check-ico.png") no-repeat left top;
    padding: 0px 0px 13px 47px;
    /* reset styles (optional): */
    list-style: none;
    margin: 0;
    line-height: 25px;
    color: #324d5c; }
.section--download p {
  color: #324d5c;
  line-height: 25px; }
.section--download .files {
  margin-bottom: 60px; }
  .section--download .files .f-item {
    background: #ecf8fb;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 0 20px;
    margin-top: 20px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .section--download .files .f-item:hover {
      background: #d6e0e2; }
    .section--download .files .f-item .f-item-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .section--download .files .f-item .f-item-left img {
        margin-right: 30px; }
      .section--download .files .f-item .f-item-left p {
        font-weight: 500;
        color: #0d1928; }

.text--slider h2 a {
  font-size: 40px;
  font-weight: 100;
  font-family: 'Garamond', serif;
  color: #3891eb; }

.inner--slim {
  margin: 0 auto;
  width: 670px; }
  @media screen and (max-width: 700px) {
    .inner--slim {
      box-sizing: border-box;
      width: 100%;
      padding: 0 15px; } }

.slim--header {
  margin-top: 100px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .slim--header h1 {
    padding: 34px 0; }

.slim-template .menu a {
  color: black; }
.slim-template .menu-mobile a {
  color: white; }
.slim-template .submenu a {
  color: white; }

.menu--footer {
  -webkit-box-shadow: 0px 10px 36px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 36px -7px rgba(0, 0, 0, 0.75);
  box-shadow: -10px 10px 36px -7px rgba(0, 0, 0, 0.75); }

section.section--top-2 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative; }
  section.section--top-2 .login-btn {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px;
    width: 220px;
    background: url("/tpl/img/btn.png");
    background-repeat: no-repeat;
    height: 60px; }
    section.section--top-2 .login-btn p {
      color: white;
      padding-top: 4px;
      text-align: center; }

section.section--top--news {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  min-height: 445px; }
  section.section--top--news .login-btn {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px;
    width: 220px;
    background: url("/tpl/img/btn.png");
    background-repeat: no-repeat;
    height: 60px; }
    section.section--top--news .login-btn p {
      color: white;
      padding-top: 4px;
      text-align: center; }

section.section--top--news-empty {
  z-index: 10;
  box-shadow: 0px 10px  30px -20px black;
  min-height: 170px;
  height: 170px;
  width: 100%; }
  section.section--top--news-empty a {
    color: #000000; }
  section.section--top--news-empty .submenu a {
    color: #ffffff; }
  section.section--top--news-empty .login-btn {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px;
    width: 220px;
    background: url("/tpl/img/btn.png");
    background-repeat: no-repeat;
    height: 60px; }
    section.section--top--news-empty .login-btn p {
      color: white;
      padding-top: 4px;
      text-align: center; }

section.section--top {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  min-height: 800px; }
  section.section--top .login-btn {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -1px;
    width: 220px;
    background: url("/tpl/img/btn.png");
    background-repeat: no-repeat;
    height: 60px; }
    section.section--top .login-btn p {
      color: white;
      padding-top: 4px;
      text-align: center; }

.text--slider.slider--main-page {
  margin-top: 90px; }

.text--slider {
  margin-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  color: #fff;
  outline: none !important; }
  .text--slider:focus {
    outline: none !important; }
  .text--slider h2 {
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 100;
    font-family: 'Garamond', serif; }

.bm-display {
  width: 80%;
  text-align: center; }

.ts-item-2 {
  width: 90%; }
  .ts-item-2 h2 {
    font-size: 26px;
    font-family: 'roboto', serif; }
    .ts-item-2 h2 p {
      font-size: 18px;
      font-family: 'roboto', serif; }
    .ts-item-2 h2 a {
      font-size: 18px;
      font-family: 'roboto', serif; }

.ts-title h1 {
  font-family: 'Garamond', serif;
  font-size: 50px;
  color: white;
  margin-bottom: 20px;
  font-weight: 300; }

.account-radio {
  font-weight: 300; }

.section--top button.slick-prev {
  display: none !important; }

.section--top .slick-next:before {
  opacity: 0.45; }
  .section--top .slick-next:before:hover {
    opacity: 0.95 !important; }
.section--top .slick-next.slick-arrow {
  width: 20px;
  height: 50px; }

.alert {
  width: 100%;
  padding: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: none; }

.alert.alert-danger {
  background: #F2DEDE;
  color: #A94442; }

.alert.alert-success {
  background: #ECF8FB;
  color: #31708F; }

.text--slider.slider--main-page .ts-title * {
  font-weight: 300;
  font-family: Roboto, sans-serif !important; }
.text--slider.slider--main-page .ts-item {
  width: 83%; }
  .text--slider.slider--main-page .ts-item * {
    font-weight: 300;
    font-family: "Times New Roman", sans-serif !important; }

.carousel-box:focus {
  outline: none !important; }

.inner {
  position: relative;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1230px) {
    .inner {
      width: 100%;
      padding: 0 15px; } }

.bm-desc-box {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.section--box_map {
  width: 100%; }

.section--box_map .bm-img-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .section--box_map .bm-img-box img {
    height: auto !important;
    width: 60%; }

.bm-img-box img.active {
  display: block !important;
  transition: all .5s linear; }

.bm-img-box {
  margin-top: 30px; }
  .bm-img-box img {
    transition: all .5s linear;
    width: 100%;
    height: auto; }

.bm--hidden.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.bm--hidden {
  display: none; }
  .bm--hidden img {
    width: 60%; }
  .bm--hidden .content {
    width: 35%; }

.search-input {
  position: absolute;
  top: 40px;
  z-index: 11;
  left: -120%; }

.btn-center {
  padding: 70px 0 50px; }

.breadcrumbs-r {
  margin-top: 15px;
  border-top: #cfd0cf 1px solid; }

.content--search h2 {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 100;
  font-family: 'Garamond', serif;
  position: relative; }
.content--search h2:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  content: url(/tpl/img/line-head.jpg); }
.content--search p img {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  height: 20px;
  width: auto; }

.search-ico {
  margin-top: 0 !important; }

.search-ico:hover {
  padding-bottom: 0 !important;
  border-bottom: 0 !important; }

.activeElement {
  background: #c9d5d8; }

.search_results {
  min-height: 300px; }
  .search_results .infoResults {
    margin-top: 30px; }
  .search_results .form-group {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    .search_results .form-group #searchButton {
      border: 0 !important;
      border-radius: 0px;
      position: relative;
      left: -10px;
      border-bottom-right-radius: 10px;
      border-top-right-radius: 10px;
      cursor: pointer; }

.search_results .breadcrumbs-r .clearfix {
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  list-style: none; }
  .search_results .breadcrumbs-r .clearfix a:hover {
    text-decoration: underline; }
  .search_results .breadcrumbs-r .clearfix li {
    margin-right: 10px; }

body {
  background: #fff;
  font-size: 15px; }

.controls {
  position: relative;
  width: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }
  .controls .control {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 10px;
    background-color: rgba(85, 96, 115, 0.7);
    border-radius: 15px; }
    .controls .control:hover {
      background-color: #556073;
      cursor: pointer; }

.line-head {
  height: 2px;
  width: 25px;
  max-width: 25px;
  margin-bottom: 30px;
  background: #3891eb; }

.bm-boxes-switch-2 {
  margin-top: 60px;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .bm-boxes-switch-2 .bm-box.active {
    background: #3891eb; }
    .bm-boxes-switch-2 .bm-box.active * {
      color: #fff; }
  .bm-boxes-switch-2 img {
    margin-bottom: 17px; }
  .bm-boxes-switch-2 .bm-box {
    box-sizing: border-box;
    border-radius: 10px;
    width: 18%;
    height: 200px;
    cursor: pointer;
    background: #ecf8fb;
    margin: 10px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .bm-boxes-switch-2 .bm-box h2 {
      font-size: 40px;
      color: #3791ec;
      font-family: 'Garamond', serif; }

.bm-boxes-switch {
  margin-top: 60px;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .bm-boxes-switch .bm-box.active {
    background: #003876; }
    .bm-boxes-switch .bm-box.active * {
      color: #fff; }
  .bm-boxes-switch .bm-box.no-action, .bm-boxes-switch .bm-box.no-action.active {
    cursor: inherit;
    background: #ecf8fb; }
    .bm-boxes-switch .bm-box.no-action:hover, .bm-boxes-switch .bm-box.no-action.active:hover {
      background: #ecf8fb; }
      .bm-boxes-switch .bm-box.no-action:hover h2, .bm-boxes-switch .bm-box.no-action.active:hover h2 {
        color: #003876; }
      .bm-boxes-switch .bm-box.no-action:hover p, .bm-boxes-switch .bm-box.no-action.active:hover p {
        color: black; }
    .bm-boxes-switch .bm-box.no-action h2, .bm-boxes-switch .bm-box.no-action.active h2 {
      color: #003876; }
    .bm-boxes-switch .bm-box.no-action p, .bm-boxes-switch .bm-box.no-action.active p {
      color: black; }
  .bm-boxes-switch .bm-box {
    border-radius: 10px;
    height: 160px;
    cursor: pointer;
    background: #ecf8fb;
    margin: 10px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .bm-boxes-switch .bm-box:hover {
      background: #003876; }
      .bm-boxes-switch .bm-box:hover * {
        color: #fff; }
    .bm-boxes-switch .bm-box h2 {
      font-size: 40px;
      color: #003876;
      font-family: 'Garamond', serif; }

.center-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.section--carousel {
  background: #ecf8fb; }
  .section--carousel .title {
    padding: 80px 0 0px; }
  .section--carousel .carousel-box-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .section--carousel .carousel-box-main .carousel-center-box {
      width: 94%; }
  .section--carousel .carousel-boxes-switch {
    padding-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .section--carousel .slick-list {
    width: 100%; }
  .section--carousel img {
    margin-bottom: 15px; }
  .section--carousel .carousel-box:last-child {
    margin-right: 0 !important; }
  .section--carousel .carousel-box {
    height: 290px;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

.slick-track {
  height: 100%; }

.slick-next {
  right: 0px; }

.slick-prev {
  left: -38px; }

@media screen and (max-width: 900px) {
  .slick-next {
    right: -25px; }

  .slick-prev {
    left: -25px; } }
.boxes {
  margin-top: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .boxes .box {
    margin: 0 0px 20px 0;
    width: 32%; }
    .boxes .box .b-img-box {
      border-radius: 5px; }
    .boxes .box img {
      border-radius: 5px 5px 0 0;
      display: block;
      width: 100%;
      height: auto; }
    .boxes .box .desc {
      border-radius: 0 0 5px 5px;
      height: 100px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      background: #ecf8fb; }

.section--boxes {
  box-sizing: border-box;
  padding-top: 50px; }
  .section--boxes .boxes {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section--boxes .boxes .box {
      margin: 7px;
      width: 31.5%; }
      .section--boxes .boxes .box img {
        transition: filter 0.5s ease; }
      .section--boxes .boxes .box:hover img {
        filter: brightness(50%);
        transition: filter 0.5s ease; }

.ts-title-no-margin h1 {
  margin-bottom: 0 !important; }

a {
  text-decoration: none;
  color: black; }

.date {
  background: #c8cbce;
  display: inline-block;
  border-radius: 23px;
  height: 23px;
  padding-top: 4px;
  margin-bottom: 20px; }
  .date span {
    color: white;
    padding: 8px;
    font-size: 13px; }

.title-news {
  border-top: 1px solid #c8cbce;
  border-bottom: 1px solid #c8cbce;
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: 'Garamond', serif;
  font-weight: 300; }

.section--contact_maps {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

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

.m-map {
  width: 100%;
  height: 220px; }

.maps--box {
  background-image: url("/tpl/img/map-envelop2.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 470px;
  background-color: #3891eb; }
  .maps--box .title {
    text-align: center;
    padding: 50px 80px 20px 80px;
    font-size: 36px;
    line-height: 40px;
    color: white; }
  .maps--box a {
    margin: 35px 0;
    font-size: 16px;
    text-align: center;
    width: 100%; }
    .maps--box a:hover {
      text-decoration: underline; }
  .maps--box * {
    color: white; }

.empty-s {
  height: 20px; }

.section--news .boxes .box {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px; }
  .section--news .boxes .box:hover {
    background: #f2f3f5; }

.news-section-item {
  background: #f5f5f5; }
  .news-section-item h2 {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 100;
    font-family: 'Garamond', serif;
    position: relative; }
  .news-section-item h2:after {
    position: absolute;
    bottom: -25px;
    left: 0;
    content: url(/tpl/img/line-head.jpg); }

.news .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.news .img-news {
  background-size: cover;
  background-position: center;
  height: 200px;
  position: relative; }
  .news .img-news .date {
    position: absolute;
    bottom: 20px; }
.news .boxes:after {
  content: '';
  display: block;
  clear: both; }
.news .boxes {
  width: 100%; }
  .news .boxes .box {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    border: 1px solid #d9dadc; }
    .news .boxes .box:hover {
      background: #f2f3f5; }
.news .title-news {
  margin: 10px 20px 0 20px;
  border-top: 0; }
.news p {
  margin: 10px 20px 20px 20px; }
.news .date {
  position: relative;
  bottom: 0;
  margin: 20px 0 0 20px; }

.news .boxes {
  margin-top: 30px; }
.news .box {
  width: 350px;
  margin: 10px; }
  .news .box p {
    line-height: 25px; }

.uppercase {
  text-transform: uppercase !important; }

.gray {
  color: #91979d; }

.menu--footer {
  border-top: 1px solid #e5e6e8;
  padding: 60px 0 60px 0; }
  .menu--footer .inner .mf-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .menu--footer span {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #91979d;
    font-size: 14px;
    font-weight: 300; }
  .menu--footer ul {
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    list-style: none; }
    .menu--footer ul li {
      margin-bottom: 6px;
      margin-top: 6px;
      margin-right: 22px; }
      .menu--footer ul li a {
        text-transform: uppercase;
        color: #0d1928; }

.wrapper {
  position: relative;
  background: #fff;
  margin-bottom: 600px;
  display: block;
  z-index: 1111; }

.social--media {
  margin-bottom: 10px;
  margin-top: 10px; }
  .social--media img {
    margin-left: 10px; }

.section--fixed {
  background: url("/tpl/img/bg-footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 600px; }
  .section--fixed .inner {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .section--fixed .text--slider {
    margin-top: 0; }
  .section--fixed .text {
    width: 33%; }
  .section--fixed p {
    margin-bottom: 30px;
    font-family: 'Garamond', serif; }

.section--banner img {
  width: 100%;
  height: auto; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: relative;
  top: -20px; }

.slick-dots li button {
  background: white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  /* more CSS */ }

.slick-active button {
  background: #3891eb !important;
  height: 8px !important;
  width: 8px !important;
  border: 4px solid white !important; }

.m-dots {
  background: white;
  height: 15px;
  width: 15px;
  border-radius: 50%; }

.mobile-menu-ico {
  display: none;
  margin-left: 20px; }

.menu-mobile {
  background: #3d5b8e;
  display: none;
  z-index: 100;
  position: absolute;
  width: 100%;
  margin-top: 10px;
  text-align: center; }
  .menu-mobile .active {
    background: #324b75; }
  .menu-mobile .submenu--mobile {
    display: none;
    padding: 0;
    background: #4e75b6; }
    .menu-mobile .submenu--mobile li a {
      font-size: 12px; }
  .menu-mobile ul {
    padding: 30px 0;
    list-style: none; }
  .menu-mobile li a {
    color: white;
    padding: 15px 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none; }
  .menu-mobile li a:hover {
    background: #324b75; }
  .menu-mobile li a.active {
    font-weight: 800; }

.bm-boxes-switch-3 {
  margin-top: 30px !important; }

.ti--images {
  margin-left: 60px;
  padding: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .ti--images img {
    max-width: 533px;
    height: auto; }
  .ti--images img:last-child {
    position: relative;
    left: -60px;
    top: 80px; }
  .ti--images img:first-child:hover {
    animation: move 0.4s ease;
    z-index: 3; }

.section--two_images {
  padding: 100px 0; }

.carousel-box-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .carousel-box-main .carousel-center-box {
    width: 94%; }

.pagination {
  margin-top: 50px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .pagination li {
    margin: 0 20px;
    list-style: none; }
  .pagination .prev img, .pagination .next img {
    height: 20px; }
  .pagination .active {
    text-decoration: underline; }
  .pagination .next img {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }

.breadcrumbs {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: #cfd0cf 1px solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .breadcrumbs .current {
    color: #a1a1a1; }
  .breadcrumbs h4 {
    font-family: Garamond, Serif;
    font-weight: 100;
    font-size: 20px;
    margin-right: 6px; }
    .breadcrumbs h4 a {
      font-family: Garamond, Serif;
      font-weight: 100;
      font-size: 20px; }
      .breadcrumbs h4 a:hover {
        text-decoration: underline; }

.fixed--section {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #CFCDCE;
  z-index: 1111; }

.cookie {
  width: 100%; }
  .cookie .inner.container {
    position: relative; }
  .cookie .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    padding: 0; }
  .cookie p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 20px 50px; }

.bm-box p {
  text-align: center; }

.s--items-home.s--items {
  width: 55%; }
  .s--items-home.s--items .text--slider .ts-item {
    width: 92%; }

.mobile--top {
  display: none; }
  .mobile--top * {
    color: black; }

@media screen and (max-width: 600px) {
  .section--top.section--top-mobile {
    height: 500px !important;
    min-height: 400px !important; }

  .hide-mobile-top {
    min-height: 400px; }
    .hide-mobile-top .ts-item-2 {
      display: none; }
    .hide-mobile-top .text--slider {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .hide-mobile-top .text--slider .ts-title h1 {
        text-align: center; }
      .hide-mobile-top .text--slider a.btn {
        text-align: center; }

  .mobile--top {
    display: block; }
    .mobile--top h2 {
      padding: 20px; } }
.fn--list {
  margin-top: 20px; }
  .fn--list .fn--list_content {
    padding-top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    margin-left: 15px; }
    @media screen and (max-width: 800px) {
      .fn--list .fn--list_content .separator {
        display: none; } }
    .fn--list .fn--list_content .separator {
      width: 1px;
      height: 18px;
      background: #d9d9d9; }
  .fn--list .fnc--tag {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .fn--list .fnc--tag p {
      padding: 0 0 0 10px; }
    .fn--list .fnc--tag .date {
      margin: 0; }
      .fn--list .fnc--tag .date span {
        width: 100%; }
  .fn--list .fn--item_all {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9; }
    .fn--list .fn--item_all:last-child {
      border: 0; }
  .fn--list p.show-box {
    cursor: pointer;
    padding-left: 30px; }
    .fn--list p.show-box:last-child {
      border-bottom: 0; }
  .fn--list .open {
    color: #3891eb;
    background-image: url("/tpl/img/arrow-up-blue.png");
    background-repeat: no-repeat;
    background-position: center left; }
  .fn--list .closed {
    background-image: url("/tpl/img/arrow-down-blue.png");
    background-repeat: no-repeat;
    background-position: center left; }

.fn--content {
  display: none; }

.fn--content.active {
  display: block; }

.fn--box {
  display: none; }
  .fn--box .bm-boxes-switch-2 {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fn--box .bm-boxes-switch-2 .bm-box {
      padding: 0 10px;
      width: inherit !important;
      max-width: 270px !important;
      min-width: 270px !important; }
      .fn--box .bm-boxes-switch-2 .bm-box:hover {
        background: #dce7ea; }
      .fn--box .bm-boxes-switch-2 .bm-box p {
        display: inline-table;
        padding: 0; }

.tabs--nav {
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 11px; }
  .tabs--nav .tn--item {
    cursor: pointer;
    display: block;
    padding: 15px 60px;
    color: #333333;
    position: relative;
    top: 1px; }
    .tabs--nav .tn--item:hover {
      background: #d9d9d9; }
  .tabs--nav .tn--item.active {
    display: block;
    padding: 15px 60px;
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #ffffff;
    color: #3891eb;
    border-radius: 5px 5px 0 0;
    position: relative;
    top: 1px; }

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  max-width: 200px;
  margin: 0 auto; }

.controls .arrow-bottom {
  margin-left: 10px;
  margin-right: 6px; }

.controls-sub-menu {
  right: 0;
  top: 30px;
  position: absolute; }

.sub-menu-langs {
  background-color: transparent !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
  .sub-menu-langs a:hover {
    border: none !important;
    background: none; }
  .sub-menu-langs .control.ico-lang {
    z-index: 2;
    cursor: pointer !important; }
    .sub-menu-langs .control.ico-lang span {
      font-size: 16px;
      padding-left: 4px;
      color: white; }

.ctrl--langs:hover .sub-menu-langs {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */ }

.s--items {
  width: 52%; }

.box-btn {
  margin-top: 40px;
  margin-bottom: 80px; }

.section--left_right_content .title {
  margin-top: 40px; }
.section--left_right_content .after-title {
  margin-bottom: 30px; }
.section--left_right_content .lrc--box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .section--left_right_content .lrc--box .lrc--images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .section--left_right_content .lrc--box .lrc--images img {
      width: 100%;
      height: auto; }
  .section--left_right_content .lrc--box .lrc-content {
    width: 40%; }
    .section--left_right_content .lrc--box .lrc-content p {
      padding-bottom: 6px; }
    .section--left_right_content .lrc--box .lrc-content h2 {
      margin-bottom: 20px;
      font-size: 48px;
      font-weight: 100;
      font-family: 'Garamond', serif;
      position: relative; }
    .section--left_right_content .lrc--box .lrc-content h2:after {
      position: absolute;
      bottom: -25px;
      left: 0;
      content: url(/tpl/img/line-head.jpg); }
  .section--left_right_content .lrc--box .lrc--images-2 {
    margin-bottom: 200px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-width: 50%;
    max-width: 50%; }
    @media screen and (max-width: 1200px) {
      .section--left_right_content .lrc--box .lrc--images-2 {
        margin-bottom: 100px; } }
    @media screen and (max-width: 800px) {
      .section--left_right_content .lrc--box .lrc--images-2 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    .section--left_right_content .lrc--box .lrc--images-2 img {
      max-width: 385px;
      width: 385px;
      min-width: 385px;
      height: auto; }
      @media screen and (max-width: 1400px) {
        .section--left_right_content .lrc--box .lrc--images-2 img {
          max-width: 285px; } }
      @media screen and (max-width: 1200px) {
        .section--left_right_content .lrc--box .lrc--images-2 img {
          max-width: 185px; } }
      @media screen and (max-width: 800px) {
        .section--left_right_content .lrc--box .lrc--images-2 img {
          left: inherit !important;
          top: inherit !important;
          width: 48% !important;
          max-width: inherit; } }
    .section--left_right_content .lrc--box .lrc--images-2 img:first-child {
      transition: all 0.2s linear;
      position: relative;
      top: 150px;
      left: 200px; }
      @media screen and (max-width: 1400px) {
        .section--left_right_content .lrc--box .lrc--images-2 img:first-child {
          left: 150px; } }
      @media screen and (max-width: 1200px) {
        .section--left_right_content .lrc--box .lrc--images-2 img:first-child {
          left: 90px;
          top: 100px; } }
    .section--left_right_content .lrc--box .lrc--images-2 img:last-child {
      z-index: 2; }
  @media screen and (max-width: 800px) {
    .section--left_right_content .lrc--box {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.v--boxes {
  position: relative;
  top: -100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .v--boxes .v-img-box {
    margin: 10px;
    border-radius: 5px;
    background-color: rgba(233, 243, 246, 0.7);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 200px;
    height: 200px; }
    .v--boxes .v-img-box img {
      margin-bottom: 20px; }

.yellow-title {
  line-height: 180px;
  font-size: 200px;
  color: #3891eb;
  font-weight: 100;
  font-family: 'Garamond', serif; }

.cd--bg {
  height: 629px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-right: 0; }

.name-person {
  color: white;
  font-size: 25px; }

.position {
  color: #a1caf3;
  font-size: 15px; }

.cd--short {
  background: #3891eb;
  margin: 20px;
  padding: 20px 10px; }

.cd--long-desc {
  display: none;
  height: 100%;
  background: rgba(56, 145, 235, 0.9);
  position: absolute;
  top: 0;
  padding: 40px 20px 20px 20px; }
  .cd--long-desc .long-desc {
    padding-top: 30px;
    font-size: 15px;
    color: white;
    line-height: 19px; }

.carousel-boxes-switch-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.section--carousel_desc {
  margin-bottom: 70px; }

.carousel-box-2 {
  width: 386px;
  margin-top: 50px;
  position: relative; }
  .carousel-box-2:hover .cd--short {
    display: none; }
  .carousel-box-2:hover .cd--long-desc {
    display: block; }

.h--boxes {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .h--boxes .b--line {
    position: relative;
    width: 5px;
    height: 700px;
    border-right: dotted 2px #bbbbbb;
    border-radius: 50%; }
    .h--boxes .b--line img {
      position: absolute;
      bottom: 0;
      left: -13px; }
  .h--boxes .left, .h--boxes .right {
    width: 50%; }
  .h--boxes .h--box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .h--boxes .h--box * {
      width: 50%;
      text-align: center; }
      @media screen and (max-width: 550px) {
        .h--boxes .h--box * {
          width: 80%; } }
    .h--boxes .h--box h2 {
      margin-bottom: 0;
      color: #3891eb; }
  .h--boxes .empty-h, .h--boxes .h--box {
    min-height: 120px; }

.menu--subpage {
  padding: 50px 0 30px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #dcdde0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .menu--subpage p {
    margin-right: 70px;
    font-size: 22px;
    color: #a6a8a6;
    font-weight: 400; }
  .menu--subpage p a {
    color: #a6a8a6;
    cursor: pointer; }
    .menu--subpage p a:hover {
      color: #3891eb; }
  .menu--subpage .js__scroll-to.active {
    color: #3891eb; }
  .menu--subpage p.ms-title {
    color: black;
    font-size: 28px;
    font-family: Garamond, Serif; }

.nice-select, input, textarea {
  margin-bottom: 3px; }

.group-errors * {
  color: #a94442 !important; }
.group-errors input, .group-errors .nice-select, .group-errors textarea {
  border-color: #a94442; }

@media screen and (max-width: 1200px) {
  .section--top .navigation ul, .section--top-2 .navigation ul {
    width: 100%; } }
@media screen and (max-width: 900px) {
  .bm--hidden {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .bm--hidden img {
      width: 100% !important; }
    .bm--hidden .content {
      text-align: center;
      width: 100%; }

  .section--boxes .boxes .box {
    margin: 7px;
    width: 42%; }

  .ts-item h2 {
    font-size: 33px; } }
.lrc-content .check {
  list-style: none; }
  .lrc-content .check li {
    background: url("/tpl/img/check-ico.png") no-repeat left top;
    padding: 3px 0px 13px 47px;
    /* reset styles (optional): */
    list-style: none;
    margin: 0; }
.lrc-content ul ul li {
  background-size: 4px;
  margin-left: 40px; }
.lrc-content ul li {
  background: url("/tpl/img/list-style.png") no-repeat left top;
  background-position: 0px 8px;
  padding-left: 20px;
  padding-bottom: 5px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0; }
.lrc-content p {
  line-height: 25px; }

.lrc--images {
  width: 50%; }

@media screen and (max-width: 600px) {
  .s--items-home.s--items {
    width: 90%; } }
@media screen and (max-width: 800px) {
  .section--login_bar .lb--box {
    margin-bottom: 10px;
    width: 100% !important;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .section--login_bar .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .mobile-menu-ico {
    display: block; }

  .one-image {
    width: 100%;
    margin: 10px; }

  .text--slider {
    margin-top: 40px; }
    .text--slider h1 {
      font-size: 50px;
      line-height: 60px; }
    .text--slider h2 {
      font-size: 21px;
      line-height: 21px; }
      .text--slider h2 a {
        font-size: 21px;
        line-height: 21px;
        font-weight: 100;
        font-family: 'Garamond', serif;
        color: #3891eb; }
      .text--slider h2 p {
        font-size: 21px;
        line-height: 21px;
        font-family: 'Garamond', serif; }

  .section--top {
    min-height: 600px !important; }

  body, html {
    max-width: 100%;
    overflow-x: hidden; }

  .tb--images {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tb--images .tb-item {
      width: 100%;
      margin-bottom: 35px; }

  .hide--section .inner {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hide--section .inner .line {
      display: none; }
    .hide--section .inner .lb--box {
      width: 100%; }
    .hide--section .inner .lb--inputs {
      width: 100%; }

  .s--items {
    width: 100%; }
    .s--items h2 {
      font-size: 25px; }

  .lrc-content {
    width: 100% !important;
    padding-bottom: 20px; }

  .section--two_images .ti--images img {
    width: 280px;
    height: 100%; }

  .long-desc {
    font-size: 12px !important; }

  .navigation {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .navigation .menu--desktop {
    display: none; }

  .text--slider {
    width: 100%; } }
@media screen and (max-width: 1000px) {
  .ti--images img {
    width: 400px;
    height: 100%; }

  .menu--subpage {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu--subpage p {
      width: 100%;
      text-align: center;
      margin-right: 0; }

  .section--contact .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section--contact .inner .c-maps, .section--contact .inner .c-form {
      width: 100%; } }
@media screen and (max-width: 1000px) {
  h2.title {
    font-size: 33px; }

  p {
    font-size: 16px; }

  p.bm-desc {
    width: 100%; }

  .bm-boxes-switch .bm-box {
    flex-basis: 25%; } }
@media screen and (max-width: 1200px) {
  .bm-boxes-switch-2 .bm-box {
    width: 30%;
    height: 160px; } }
@media screen and (max-width: 550px) {
  .bm-boxes-switch .bm-box {
    flex-basis: 30%;
    height: 100px; }

  .boxes .box {
    margin: 7px;
    width: 90% !important; }

  .maps--box {
    width: 100%; }

  .section--two_images .ti--images img {
    width: 190px;
    height: 100%; }

  .yellow-title {
    line-height: 100px;
    font-size: 100px; }

  .v--boxes {
    position: relative;
    top: -75px; }

  .v-img-box {
    margin: 5px !important;
    width: 140px !important;
    height: 140px !important; } }
#form-account {
  display: none; }

@media screen and (max-width: 400px) {
  .yellow-title {
    line-height: 50px;
    font-size: 50px; }

  .v--boxes {
    position: relative;
    top: -20px !important; } }
.space {
  width: 100%;
  height: 40px; }

.main-group-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  width: 100%; }

.inputs--acc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .inputs--acc .inputs-acc-box {
    width: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media screen and (max-width: 500px) {
      .inputs--acc .inputs-acc-box {
        width: 100%; } }
    .inputs--acc .inputs-acc-box input {
      max-width: 46px;
      padding: 0 16px; }

.group-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 80px;
  width: 25%; }
  .group-radio label {
    text-align: center; }
  .group-radio label.account-radio {
    width: 100%; }

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer; }

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 34%;
  background: #ECF5FC !important;
  top: 45px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #e2e4e6; }

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: url("/tpl/img/tick.png");
  position: absolute;
  top: 42px;
  left: 35%;
  margin-left: 10px;
  font-size: 74px;
  line-height: 24px;
  color: #6c6c6c;
  transition: all .2s;
  font-weight: 600; }

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #ddd;
  border: 1px solid #e2e4e6; }

[type="radio"]:disabled:checked + label:after {
  color: #999; }

[type="radio"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="radio"]:checked:focus + label:before {
  border-color: #888281;
  box-shadow: 0px 0px 2px #888281;
  outline: none; }

@media screen and (max-width: 700px) {
  .s--article-box {
    position: relative !important; } }
.s--article-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  background: rgba(0, 0, 20, 0.5); }
  .s--article-box a:hover .s--article-box-title {
    color: #b7855c !important;
    transition: all 0.4s ease; }
  .s--article-box a:hover .s--article-box-p {
    transition: all 0.4s ease;
    color: #d5d5d5 !important; }
  .s--article-box .s--article-box-title {
    transition: 0s color;
    padding-bottom: 10px;
    font-size: 17px;
    color: #dca773;
    font-weight: bold;
    font-family: 'Roboto', sans-serif; }
  .s--article-box .s--article-box-title:after {
    padding-left: 20px;
    padding-top: 6px;
    content: url("/tpl/img/arr_blue.png"); }
  .s--article-box .s--article-box-p {
    font-size: 17px;
    line-height: 20px;
    color: white;
    font-weight: 300; }
  .s--article-box .date-field {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: grey 1px solid;
    margin-bottom: 10px;
    color: #3891eb;
    font-size: 13px;
    font-family: 'Roboto', sans-serif; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 43px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select.open .list {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 35px;
    line-height: 33px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 33px;
      min-height: 33px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-22.5px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 43px;
    list-style: none;
    min-height: 43px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/*# sourceMappingURL=main.css.map */
