/******************************************************************
  Project Name: PASO
  Description: Project
  Author: The PLACE
  Author URI: https://intheplace.ru
  Version: 1.0
******************************************************************/
html {
  font-size: 16px;
}

body {
  position: relative;
  font-family: "Rubik", sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  body, html {
    font-size: 1.15vw;
  }
  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Helper CSS */
[role=button]:focus {
  outline: none;
}

.row {
  margin-right: -1rem;
  margin-left: -1rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

::-moz-selection {
  color: #ffffff;
  background: #009a9d;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #009a9d;
  text-shadow: none;
}

img::-moz-selection {
  color: #000000;
  background: transparent;
}

img::selection {
  color: #000000;
  background: transparent;
}

img::-moz-selection {
  color: #000000;
  background: transparent;
}

a.active.focus,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.gray-bg {
  background-color: #eaeced;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important;
}

.text-black,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black span,
.text-black li,
.text-black a {
  color: #000000 !important;
}

.text-blue,
.text-blue h1,
.text-blue h2,
.text-blue h3,
.text-blue h4,
.text-blue h5,
.text-blue h6,
.text-blue p,
.text-blue span,
.text-blue li,
.text-blue a {
  color: #0570a7 !important;
}

.text-lightblue,
.text-lightblue h1,
.text-lightblue h2,
.text-lightblue h3,
.text-lightblue h4,
.text-lightblue h5,
.text-lightblue h6,
.text-lightblue p,
.text-lightblue span,
.text-lightblue li,
.text-lightblue a {
  color: #2d97c3 !important;
}

.text-red,
.text-red h1,
.text-red h2,
.text-red h3,
.text-red h4,
.text-red h5,
.text-red h6,
.text-red p,
.text-red span,
.text-red li,
.text-red a {
  color: #dc2e2b !important;
}

.text-green,
.text-green h1,
.text-green h2,
.text-green h3,
.text-green h4,
.text-green h5,
.text-green h6,
.text-green p,
.text-green span,
.text-green li,
.text-green a {
  color: #009a9d !important;
}

.text-yellow,
.text-yellow h1,
.text-yellow h2,
.text-yellow h3,
.text-yellow h4,
.text-yellow h5,
.text-yellow h6,
.text-yellow p,
.text-yellow span,
.text-yellow li,
.text-yellow a {
  color: #fec953 !important;
}

.ff-rubik {
  font-family: 'Rubik', sans-serif;
}

.ff-oswald {
  font-family: 'Oswald', sans-serif;
}

.fw-300 {
  font-weight: 400 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.break-word {
  word-spacing: 999999999999999px;
}

.fs-30 {
  font-size: 30rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-11 {
  font-size: 1.1rem;
}

.fs-09 {
  font-size: .9rem;
}

.fs-08 {
  font-size: .8rem;
}

.fs-07 {
  font-size: .7rem;
}

.fs-06 {
  font-size: .6rem;
}

.fs-05 {
  font-size: .5rem;
}

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

/* Based on https://github.com/kenwheeler/slick/issues/187#issuecomment-59123524 */
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  transition: none;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.5rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a5a7aa;
  background-color: #f7f9fa;
  background-clip: padding-box;
  border: 1px solid #f7f9fa;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.bootstrap-select {
  font-family: "Rubik", sans-serif;
}

.bootstrap-select .btn {
  font-family: "Rubik", sans-serif;
  display: block;
  width: 100%;
  height: calc(2.5rem + .75rem + 2px);
  padding: .375rem 2rem .375rem .75rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a5a7aa;
  background-color: #f7f9fa;
  background-clip: padding-box;
  border: 1px solid #f7f9fa;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.bootstrap-select .btn:hover {
  color: inherit;
  border-color: transparent;
}

.bootstrap-select .dropdown-toggle .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}

.bootstrap-select .dropdown-toggle:after {
  margin-top: -1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .6em solid #000;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #009a9d !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0.1rem #009f7552 !important;
          box-shadow: 0 0 0 0.1rem #009f7552 !important;
}

@media (min-width: 992px) {
  .sticky-block {
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    min-height: 3rem;
    margin-bottom: 2.5rem;
  }
}

.datepicker {
  padding: 1rem;
}

.datepicker td, .datepicker th {
  padding: .4rem;
}

.file-input-wrapper.btn {
  display: table;
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  width: auto;
}

.file-input-wrapper.btn:hover {
  border-color: #0570a7;
  color: #000000;
}

.file-input-wrapper.btn:hover {
  border-color: #0570a7;
  color: #000000;
}

.file-input-wrapper.btn.active {
  background-color: #0570a7;
  color: #ffffff;
  border: 1px solid #0570a7;
}

.file-input-wrapper.btn.active:hover {
  border-color: #0570a7;
  color: #ffffff;
}

.file-input-wrapper.btn.active:focus {
  border-color: #0570a7;
  color: #ffffff;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?53ivxb");
  src: url("fonts/icomoon.eot?53ivxb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?53ivxb") format("truetype"), url("fonts/icomoon.woff?53ivxb") format("woff"), url("fonts/icomoon.svg?53ivxb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-www-2:before {
  content: "\e90e";
}

.icon-www:before {
  content: "\e90d";
}

.icon-folder-2:before {
  content: "\e90b";
}

.icon-folder:before {
  content: "\e90c";
}

.icon-download:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e906";
}

.icon-zoom:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e900";
}

.icon-hummer:before {
  content: "\e901";
}

.icon-doc:before {
  content: "\e902";
}

.icon-files:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e907";
}

.icon-marker:before {
  content: "\e908";
}

a {
  color: #0570a7;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #2d97c3;
}

a:focus {
  text-decoration: none;
  outline: none;
  color: #2d97c3;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.2;
}

.btn {
  display: inline-block;
  font-size: .8rem;
  font-weight: 400;
  min-width: 10rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
  border: none;
  padding: .7rem 2.5rem;
  line-height: 1.5;
  border-radius: 2rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#2d97c3), to(#0570a7));
  background: linear-gradient(to right, #2d97c3 0%, #0570a7 100%);
}

.btn-yellow {
  background: #fec953 !important;
  color: #000000 !important;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.social-icons li {
  margin-right: 1rem;
}

.social-icons li a {
  font-size: 1.3rem;
}

.social-icons li a .fa-twitter {
  color: #36a5da;
}

.social-icons li a .fa-facebook {
  color: #0063a8;
}

.social-icons li a .fa-youtube {
  color: #eb232e;
}
.social-icons li a .fa-instagram {
  color: #405DE6;
}

.social-icons li:last-child {
  margin-right: 0;
}

.head-with-border header {
  border-bottom: 1px solid #d6dcdf;
}

@media (max-width: 991px) {
  header {
    padding: .8rem 0;
    border-bottom: 1px solid #d6dcdf;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #ffffff;
  }
}

header .top-header {
  border-bottom: 1px solid #d6dcdf;
}

header .top-header .top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .top-header .top-menu ul li {
  margin-right: 2rem;
}

header .top-header .top-menu ul li:last-child {
  margin-right: 0;
}

header .top-header .top-menu ul li a {
  font-size: .8rem;
  letter-spacing: .1rem;
  color: #a5a7aa;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

header .top-header .top-menu ul li a:hover {
  color: #2d2e33;
}

header .top-header .top-menu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin-top: .5rem;
  border-color: #d6dcdf;
}

header .top-header .top-menu .dropdown-menu li {
  padding: .5rem 0;
  margin-right: 0;
}

header .top-header .top-menu .dropdown-menu li a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: .8rem;
  text-transform: none;
  color: #000000;
}

header .top-header .top-menu .dropdown-submenu {
  position: relative;
}

header .top-header .top-menu .dropdown-submenu > a:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .1rem;
  content: "";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

header .top-header .top-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

header .top-header .top-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-header .top-contacts .language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 2rem 0 0;
  padding: 0;
}

header .top-header .top-contacts .language-select li {
  margin-right: .8rem;
}

header .top-header .top-contacts .language-select li a {
  font-size: .8rem;
  letter-spacing: .1rem;
  color: #a5a7aa;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

header .top-header .top-contacts .language-select li a:hover {
  color: #2d2e33;
}

header .top-header .top-contacts .language-select li.active a {
  color: #009a9d;
  border-bottom: 1px solid #009a9d;
}

header .top-header .top-contacts .language-select li:last-child {
  margin-right: 0;
}

header .top-header .top-contacts .office-adress a {
  color: #a5a7aa;
  font-size: .8rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

header .top-header .top-contacts .office-adress a:hover {
  color: #2d2e33;
}

header .top-header .top-contacts .office-adress a .icon-marker {
  font-size: 1rem;
  margin-left: 1rem;
  color: #009a9d;
}

header .top-header .top-contacts .social-icons {
  margin-left: 2rem;
}

header .top-header .top-contacts .social-icons li {
  margin-right: 1rem;
}

header .bottom-header .logo img {
  width: 10rem;
}

header .bottom-header .bootom-navs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header .bottom-header .bootom-navs ul li {
  padding: 1rem 0;
  margin-right: 2rem;
}

header .bottom-header .bootom-navs ul li:last-child {
  margin-right: 0;
}

header .bottom-header .bootom-navs ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}

header .bottom-header .bootom-navs ul li .dropdown-menu {
  padding: 0;
  background-color: #fafafa;
  border-radius: 0;
}

header .bottom-header .bootom-navs ul li .dropdown-menu li {
  padding: .5rem 0;
  margin-right: 0;
}

header .bottom-header .bootom-navs ul li .dropdown-menu li a {
  font-weight: 400;
  letter-spacing: 0;
  font-size: .9rem;
}

header .bottom-header .bootom-navs ul li .dropdown-submenu {
  position: relative;
}

header .bottom-header .bootom-navs ul li .dropdown-submenu > a:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

header .bottom-header .bootom-navs ul li .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

header .bottom-header .bottom-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .bottom-header .bottom-controls .phone {
  position: relative;
}

header .bottom-header .bottom-controls .phone a {
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 1.5rem;
}

header .bottom-header .bottom-controls .phone a.email {
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: .9rem;
}

header .bottom-header .bottom-controls .search a {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 1px solid #000000;
  position: relative;
}

header .bottom-header .bottom-controls .search a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  font-size: 1rem;
}

header .bottom-header .bottom-controls .phone-ico a {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: none;
  position: relative;
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
}

header .bottom-header .bottom-controls .phone-ico a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1rem;
}

header .bottom-header .bottom-controls .paso-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fec953;
  font-family: "Oswald", sans-serif;
  height: 2.3rem;
  color: #000000;
  border-radius: 2rem;
  padding: .5rem 1rem;
}

header .dropdown-item:focus, header .dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #2d97c3 !important;
}

header .bottom-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .bottom-controls .phone {
  position: relative;
}

header .bottom-controls .phone a {
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 1.5rem;
}

header .bottom-controls .phone a.email {
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: .9rem;
}

header .bottom-controls .search a {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 1px solid #000000;
  position: relative;
}

header .bottom-controls .search a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  font-size: 1rem;
}

header .bottom-controls .phone-ico a {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: none;
  position: relative;
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
}

header .bottom-controls .phone-ico a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1rem;
}

header .bottom-controls .marker-ico a {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: none;
  position: relative;
  background-color: transparent;
  border: 1px solid #000000;
}

header .bottom-controls .marker-ico a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  font-size: 1rem;
}

header .bottom-controls .paso-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #fec953;
  font-family: "Oswald", sans-serif;
  height: 2.3rem;
  color: #000000;
  border-radius: 2rem;
  padding: .5rem 1rem;
}

.main-slider .slide-item {
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 30rem;
}

@media (min-width: 991px) {
  .main-slider .slide-item {
    height: 30rem;
  }
}

@media (max-width: 992px) {
	.main-slider .slide-item {
		background-position: top left;
	}
}

.main-slider .slide-item h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

.main-slider .slide-item .description {
  font-size: .7rem;
  text-transform: uppercase;
}

.main-slider .slide-item .nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.main-slider .slide-item .nums li {
  position: relative;
  margin-left: 2.5rem;
  padding-right: 2.5rem;
  width: 25%;
}

@media (max-width: 768px), (orientation: portrait) {
  .main-slider .slide-item .nums li {
    margin-left: .5rem;
    padding-right: .5rem;
  }
}

.main-slider .slide-item .nums li span {
  font-size: 2.2rem;
  font-weight: 300;
}

@media (max-width: 768px), (orientation: portrait) {
  .main-slider .slide-item .nums li span {
    font-size: 1.2rem;
  }
}

.main-slider .slide-item .nums li p {
  font-size: .7rem;
  margin-top: .1rem;
  padding-left: .5rem;
  margin-bottom: 0;
}

@media (max-width: 768px), (orientation: portrait) {
  .main-slider .slide-item .nums li p {
    font-size: .5rem;
  }
}

.main-slider .slide-item .nums li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2.5rem;
  width: 1px;
  background-color: #009a9d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-slider .slide-item .nums li:first-child {
  margin-left: 0;
}

.main-slider .slide-item .nums li:last-child {
  padding-right: 0;
}

.main-slider .slide-item .nums li:last-child:after {
  display: none;
}

#event-list .future-event {
  position: relative;
  margin-bottom: 2rem;
}

#event-list .future-event h2 {
  line-height: 1.1;
  margin-bottom: 1rem;
}

#event-list .future-event a {
  color: #000000;
  text-decoration: underline;
  font-size: .85rem;
  -webkit-transition: letter-spacing 0.5s;
  transition: letter-spacing 0.5s;
}

#event-list .future-event a:hover {
  letter-spacing: .05rem;
}

@media (min-width: 991px) {
  #event-list .future-event:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 80%;
    width: 1px;
    background-color: #a5a7aa;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#event-list .thumb {
  display: block;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#event-list .thumb:before {
  display: block;
  content: "";
  padding-bottom: 100%;
  border-radius: 50%;
}

#event-list .thumb:hover {
  border-color: #009a9d;
}

#event-list .thumb .thumb-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  overflow: hidden;
  border: 10px solid #fff;
}

#event-list .thumb .thumb-wrapper img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

#event-list .event-preview p {
  font-size: .8rem;
}

#event-list .eventItem-main {
  position: relative;
  min-height: 12rem;
  padding: 1rem;
  border: 2px solid #009a9d;
  margin-bottom: 1rem;
}

#event-list .eventItem-main.first, #event-list .eventItem-main:hover {
  border: 2px solid white;
  background-color: #00000038;
}

#event-list .eventItem-main.first .thumb-wrapper, #event-list .eventItem-main:hover .thumb-wrapper {
  opacity: 1;
}

#event-list .eventItem-main.first .event-date, #event-list .eventItem-main:hover .event-date {
  color: #ffffff;
}

#event-list .eventItem-main.first a span, #event-list .eventItem-main:hover a span {
  color: #ffffff;
  background-color: #0000003b;
}

#event-list .eventItem-main.first {
  padding: 1rem 2rem;
}

#event-list .eventItem-main.first a span {
  padding: 1rem 2rem;
}

#event-list .eventItem-main .thumb-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

#event-list .eventItem-main .thumb-wrapper img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#event-list .eventItem-main .event-date {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald", sans-serif;
}

#event-list .eventItem-main .event-date .day {
  font-size: 2.5rem;
  margin-right: .5rem;
}

#event-list .eventItem-main .event-date .month-year {
  font-size: 1rem;
}

#event-list .eventItem-main a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 1rem;
  font-size: .8rem;
}

#event-list .eventItem-main a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  color: #000000;
}

.news-item-thumb {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
}

.news-item-thumb .imgWrap {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.news-item-thumb .imgWrap:before {
  display: block;
  content: "";
  padding-bottom: 66.66%;
}

.news-item-thumb .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.news-item-thumb .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.news-item-thumb:hover picture {
  opacity: .8;
}

.news-item-thumb .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 1rem;
}

.news-item-thumb .contentWrap .contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: .5rem;
}

.news-item-thumb .contentWrap .contentTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.2rem;
  font-weight: 400;
  padding-right: 1.5rem;
}

.news-item-thumb .contentWrap .contentTitle a {
  color: #000000;
}

.news-item-thumb .contentWrap .item-date {
  font-size: .7rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.news-item-thumb .contentWrap p {
  font-size: .7rem;
}

.news-item-thumb .contentWrap a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.news-item-thumb .contentWrap .plus {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 16rem;
  right: -1rem;
  border-radius: 50%;
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
  cursor: pointer;
}

.news-item-thumb .contentWrap .plus div {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.news-item-thumb .contentWrap .plus div span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news-item-thumb:hover .plus div {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.all-news {
  color: #000000;
  text-decoration: underline;
  font-size: .85rem;
  -webkit-transition: letter-spacing 0.5s;
  transition: letter-spacing 0.5s;
}

.all-news:hover {
  letter-spacing: .05rem;
  color: #000000;
  text-decoration: underline;
}

.slick {
  margin: 0 auto;
  overflow: hidden;
}

.slick-slide {
  margin: 0 2rem;
}

.slick-list {
  margin-left: -2rem;
  margin-right: -2rem;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-arrows .slider-arrow {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
}

.slider-arrows .slider-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-arrows .slider-arrow.slider-arrow-left {
  background: #dadee3;
}

.slider-arrows .slider-arrow.slider-arrow-right {
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
}

.slider-arrows .slider-arrow.slider-arrow-right span {
  color: #ffffff;
}

.slider-arrows .slider-arrow:last-child {
  margin-left: .5rem;
}

.fastlink-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.fastlink-item .icon {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background-color: #fec953;
  border-radius: 50%;
}

.fastlink-item .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fastlink-item a {
  color: #000000;
  font-weight: 500;
  margin-left: 1rem;
}

.fastlink-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fastlink-item:hover {
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
}

.fastlink-item:hover a {
  color: #ffffff;
}

.internet-paso {
  background-color: #a1bbca;
  position: relative;
  min-height: 20rem;
}

.internet-paso:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background-color: #f7f9fa;
}

.internet-paso .img-phone {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  right: 5rem;
}

.internet-paso h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.internet-paso p {
  font-size: .8rem;
  text-transform: uppercase;
}

.internet-paso .form-control {
  display: block;
  width: 100%;
  height: calc(2.5rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  background-clip: padding-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #009a9d;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.internet-paso .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: .8rem;
  letter-spacing: .05rem;
}

.bigLin-item {
  position: relative;
  min-height: 25rem;
}

.bigLin-item .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vestnik-paso {
  background-image: url(../img/vestnik.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ksir {
  background-image: url(../img/kisar2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.passo-app {
  background-image: url(../img/paso-app-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.passo-app h2 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.passo-app p {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.good-links {
  width: 100%;
}

.good-links .title {
  padding-bottom: 1.5rem;
  width: 100%;
  border-bottom: 1px solid #009a9d;
}

.partner-item {
  margin-bottom: .1rem;
}

.partner-item a {
  color: #000000;
  font-size: .55rem;
  margin-bottom: 0;
  line-height: 1.1;
}

.partner-item a p {
  margin-bottom: 0;
}

#gallery .slick {
  margin: 0 auto;
  overflow: hidden;
}

#gallery .slick-slide {
  margin: 0 1rem;
}

#gallery .slick-list {
  margin-left: -1rem;
  margin-right: -1rem;
}

#gallery .link-more {
  color: #000000;
  text-decoration: underline;
  font-size: .85rem;
  -webkit-transition: letter-spacing 0.5s;
  transition: letter-spacing 0.5s;
}

#gallery .link-more:hover {
  letter-spacing: .05rem;
  color: #000000;
  text-decoration: underline;
}

#gallery .tab-link {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: .5rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#gallery .tab-link.active {
  color: #000000;
  border-bottom: 2px solid #009a9d;
}

#gallery .item {
  position: relative;
}

#gallery .item .caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  height: 5.5rem;
  font-family: "Oswald", sans-serif;
  font-size: .9rem;
  padding: 1rem 1.4rem 1rem 1rem;
  background-color: #e5ecf1;
  color: #000000;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  #gallery .item .caption {
    position: absolute;
    width: 100%;
    min-height: 5rem;
    height: auto;
    left: 0;
    bottom: 0;
    top: auto;
    padding: 1rem 2rem;
  }
}

#gallery .item .caption .plus {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  bottom: 1rem;
  right: -1.25rem;
  border-radius: 50%;
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
  cursor: pointer;
}

#gallery .item .caption .plus span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #gallery .item .caption .plus {
    display: none;
  }
}

footer .footer {
  background-color: #2d2e33;
  padding: 3rem 0;
  color: #ffffff;
}

footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #444347;
}

footer .footer-menu-title {
  color: #0570a7;
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: 1.5rem;
  letter-spacing: .05rem;
}

footer .footer-item {
  border-right: 1px solid #444347;
  padding-right: 2rem;
}

footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

footer .footer-menu li {
  margin-bottom: .7rem;
  line-height: 1;
}

footer .footer-menu li:nth-child(n+5) {
  display: none;
}

footer .footer-menu a {
  color: #f7f9fa;
  font-size: .7rem;
  line-height: 1.1;
}

footer .footer-menu p {
  margin-bottom: 0;
  color: #f7f9fa;
  font-size: .7rem;
  line-height: 1.1;
}

footer .show_hide_list {
  color: #fec953;
  cursor: pointer;
  font-size: .7rem;
}

footer .language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 2rem 0 0;
  padding: 0;
}

footer .language-select li {
  margin-right: .8rem;
}

footer .language-select li a {
  font-size: .8rem;
  letter-spacing: .1rem;
  color: #f7f9fa;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

footer .language-select li a:hover {
  color: #ffffff;
}

footer .language-select li.active a {
  color: #0570a7;
  border-bottom: 1px solid #0570a7;
}

footer .language-select li:last-child {
  margin-right: 0;
}

footer .office-adress a {
  color: #f7f9fa;
  font-size: .8rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  -webkit-transition: color .5s;
  transition: color .5s;
}

footer .office-adress a:hover {
  color: #ffffff;
}

footer .office-adress a .icon-marker {
  font-size: 1rem;
  margin-left: 1rem;
  color: #f7f9fa;
}

footer .social-icons li {
  margin-right: 1rem;
}

footer .social-icons li a {
  font-size: 1rem;
}

footer .footer-contacts {
  font-size: .8rem;
  color: #f7f9fa;
}

footer .theplace {
  color: #ffffff;
  font-size: .43rem;
}

footer .theplace p {
  margin-bottom: .1rem;
}

footer .theplace img {
  width: 6.5rem;
}

/* Mobile menu */
.paso-dropdown-wrapper {
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 99999;
}

.paso-dropdown-wrapper .mob-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background-color: #f7f9fa;
  z-index: 9;
}

.paso-dropdown-wrapper .mob-header .header-weather {
  padding: 0 15px;
}

.paso-dropdown-wrapper .mob-header .header-weather .weater-info {
  font-size: .7rem;
}

.paso-dropdown-wrapper .mob-header .social-icons a {
  font-size: 1.5rem;
  color: #a5a7aa !important;
}

.paso-dropdown-wrapper .mob-header .social-icons a .fa-instagram .social-icons a .fa-twitter, .paso-dropdown-wrapper .mob-header .social-icons a .fa-youtube, .paso-dropdown-wrapper .mob-header .social-icons a .fa-facebook {
  color: #a5a7aa !important;
}

.paso-dropdown-wrapper .social-icons {
  padding: 0 15px;
}

.paso-dropdown-wrapper .social-icons a {
  color: #0570a7;
  background: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .7rem;
  border-radius: 50%;
  position: relative;
  margin-right: .4rem;
}

.paso-dropdown-trigger {
  display: block;
  position: relative;
  line-height: 40px;
  color: #000000;
  border-radius: 3px;
}

.paso-dropdown-trigger img {
  width: 2rem;
}

.paso-dropdown h2,
.paso-dropdown-content a,
.paso-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {
  .paso-dropdown h2,
  .paso-dropdown-content a,
  .paso-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}

.paso-dropdown h2,
.paso-dropdown-content a,
.paso-dropdown-content ul a,
.paso-dropdown-content .paso-divider {
  padding: 0 15px;
}

.paso-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f9fa;
  color: #000000;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
}

.paso-dropdown a {
  border: 0;
}

.paso-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #0570a7;
  border-bottom: 1px solid #242643;
}

.paso-dropdown .paso-close {
  /* 'X' close icon - mobile version only */
  position: relative;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.paso-dropdown .paso-close::after, .paso-dropdown .paso-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #000000;
}

.paso-dropdown .paso-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.paso-dropdown .paso-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.paso-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
}

@media only screen and (min-width: 768px) {
  .paso-dropdown .paso-close {
    top: 5px;
  }
}

.paso-dropdown-content, .paso-dropdown-content ul {
  position: absolute;
  list-style: none;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding-top: 95px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.paso-dropdown-content a, .paso-dropdown-content ul a {
  display: block;
  color: #000000;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #d7d8d9;
  border-style: solid;
}

.paso-dropdown-content li:first-of-type > a, .paso-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.paso-dropdown-content li:last-of-type > a, .paso-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.paso-dropdown-content .paso-divider, .paso-dropdown-content ul .paso-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #a5a7aa;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.paso-dropdown-content .paso-divider + li > a, .paso-dropdown-content ul .paso-divider + li > a {
  border-top-width: 0;
}

.paso-dropdown-content a, .paso-dropdown-content .paso-search, .paso-dropdown-content .paso-divider, .paso-dropdown-content ul a, .paso-dropdown-content ul .paso-search, .paso-dropdown-content ul .paso-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.paso-dropdown-content.is-hidden, .paso-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.paso-dropdown-content.is-hidden > li > a, .paso-dropdown-content.is-hidden > li > .paso-search, .paso-dropdown-content.is-hidden > .paso-divider, .paso-dropdown-content.move-out > li > a, .paso-dropdown-content.move-out > li > .paso-search, .paso-dropdown-content.move-out > .paso-divider, .paso-dropdown-content ul.is-hidden > li > a, .paso-dropdown-content ul.is-hidden > li > .paso-search, .paso-dropdown-content ul.is-hidden > .paso-divider, .paso-dropdown-content ul.move-out > li > a, .paso-dropdown-content ul.move-out > li > .paso-search, .paso-dropdown-content ul.move-out > .paso-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.paso-dropdown-content.move-out > li > a, .paso-dropdown-content.move-out > li > .paso-search, .paso-dropdown-content.move-out > .paso-divider, .paso-dropdown-content ul.move-out > li > a, .paso-dropdown-content ul.move-out > li > .paso-search, .paso-dropdown-content ul.move-out > .paso-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .paso-dropdown-content, .dropdown-is-active .paso-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

.paso-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.paso-dropdown-content .paso-dropdown-gallery .paso-dropdown-item, .paso-dropdown-content .paso-dropdown-icons .paso-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.paso-dropdown-content .paso-dropdown-gallery .paso-dropdown-item h3, .paso-dropdown-content .paso-dropdown-icons .paso-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paso-dropdown-content .paso-dropdown-gallery .paso-dropdown-item {
  padding-left: 90px;
}

.paso-dropdown-content .paso-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.paso-dropdown-content .paso-dropdown-icons .paso-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.paso-dropdown-content .paso-dropdown-icons .paso-dropdown-item p {
  color: #0570a7;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

@-webkit-keyframes paso-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes paso-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes paso-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes paso-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

.paso-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #a5a7aa;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.paso-search input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .7rem;
  width: 100%;
  background-color: #ffffff;
  border: none;
  margin-right: 1rem;
}

.paso-search button {
  background-color: #fec953;
  color: #000000;
  border: none;
  height: calc(1rem + .75rem + 2px);
  padding: .375rem 1.5rem;
  font-size: .7rem;
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #000000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children > a {
  padding-right: 30px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 15px;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .paso-dropdown-content > .has-children > a {
    padding-left: 30px;
    padding-right: 15px;
  }
  .open-to-left .paso-dropdown-content > .has-children > a::before, .open-to-left .paso-dropdown-content > .has-children > a::after {
    right: auto;
    left: 15px;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}

.paso-dropdown-content .go-back a {
  padding-left: 30px;
}

.paso-dropdown-content .go-back a::before, .paso-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 15px;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.paso-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .paso-dropdown-wrapper:hover .paso-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.no-js .paso-dropdown-wrapper .paso-close {
  display: none;
}

.sub-title-desc p {
  font-size: .8rem;
}

.sovet-paso {
  padding: 2rem 0;
}

.sovet-paso .thumb img {
  border-radius: 50%;
}

.sovet-paso h2 {
  font-size: 2.7rem;
  margin-bottom: 2rem;
}

.sovet-paso .post {
  position: relative;
  padding-bottom: .3rem;
  margin-bottom: 1rem;
}

.sovet-paso .post p {
  font-size: .85rem;
  text-transform: uppercase;
}

.sovet-paso .post:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10rem;
  height: 1px;
  background-color: #009a9d;
}

.sovet-paso ul {
  padding: 0 0 0 1rem;
}

.sovet-paso ul p {
  font-size: .7rem;
  margin-bottom: 0;
}

.sovet-paso p {
  font-size: .7rem;
}

.header-title {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 10rem;
}

.header-title p {
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-size: .8rem;
}

.event-col {
  margin-bottom: 3rem;
}

.event-col .event-item {
  position: relative;
  height: 100%;
}

.event-col .event-item .month {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.event-col .event-item ul {
  padding: 0 0 0 1rem;
}

.event-col .event-item p {
  font-size: .8rem;
  margin-bottom: 0;
}

.event-col .event-item p b {
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .event-col .event-item {
    padding-right: 2rem;
  }
  .event-col .event-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #009a9d;
  }
  .event-col:nth-child(2n) .event-item {
    padding-right: 2rem;
  }
  .event-col:nth-child(2n) .event-item:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .event-col .event-item {
    padding-right: 2rem;
  }
  .event-col .event-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background-color: #009a9d;
  }
  .event-col:nth-child(4n) .event-item {
    padding-right: 2rem;
  }
  .event-col:nth-child(4n) .event-item:after {
    display: none;
  }
}

.file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 2rem;
  min-height: 15rem;
  background-color: #f7f9fa;
  margin-bottom: 2rem;
}

.file-item a {
  font-family: "Oswald", sans-serif;
  color: #000000;
  margin-bottom: 2rem;
}

.file-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.file-item .download-icon {
  display: block;
  background-color: #009a9d;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  position: relative;
}

.file-item .download-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1rem;
}

.file-item:hover {
  background: #2d97c3;
  background: -webkit-gradient(linear, left top, right top, from(#0570a7), to(#2d97c3));
  background: linear-gradient(to right, #0570a7 0%, #2d97c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue-color', endColorstr='$lightblue-color',GradientType=1 );
}

.file-item:hover a {
  color: #ffffff;
}

.file-item:hover .download-icon {
  background-color: #ffffff;
}

.file-item:hover .download-icon span {
  color: #009a9d;
}

.image-name-desc {
  font-size: .7rem;
  color: #a5a7aa;
}

.article-content .h1, .article-content .h2, .article-content .h3, .article-content .h4, .article-content .h5, .article-content .h6, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  font-family: "Rubik", sans-serif;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.article-content p, .article-content span, .article-content b, .article-content li, .article-content a, .article-content blockquote {
  font-size: .8rem;
}

.article-content .date {
  font-size: .7rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #a5a7aa;
}

.article-content .title {
  font-family: "Oswald", sans-serif !important;
}

.article-content ul li p, .article-content ol li p {
  margin-bottom: 0;
}

.article-content img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}

blockquote {
  background-color: #f7f9fa;
  border-left: 5px solid #a5a7aa;
  color: #000000;
  outline: 0 none;
  padding: 2rem 2rem;
  text-align: center;
}

.faq-item {
  padding: 1.5rem 0;
}

.faq-item .question {
  border-top: 2px solid #009a9d;
  padding-top: 1.5rem;
}

.faq-item .question h6 {
  font-size: .8rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.faq-item .answer {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-position: 2rem;
  overflow: hidden;
}

.faq-item .answer p {
  font-size: .8rem;
}

.faq-item .answer:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

@media (min-width: 992px) {
  .faq-item .answer {
    border-top: 1px solid #009a9d;
  }
}

.faq-item .faq-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .8rem;
  letter-spacing: .05rem;
  color: #0570a7;
  text-transform: uppercase;
}

.faq-item .faq-more .plus {
  display: table;
  width: 12px;
  height: 12px;
  color: #ffffff;
  background-color: #0570a7;
  border-radius: 50%;
  position: relative;
  margin-left: .5rem;
  line-height: 1;
  text-align: center;
}

.faq-item .faq-more .plus .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.gray-bg .faq-item .answer:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #eaeced), to(#eaeced));
  background: linear-gradient(to bottom, transparent 0%, #eaeced 70%, #eaeced 100%);
}

.faq-section:nth-child(odd) .gray-bg {
  background-color: #ffffff;
}

.faq-section:nth-child(odd) .gray-bg .faq-item .answer:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.flipbook-ui-btn {
  color: #0570a7;
}

.flipbook-ui-btn .flipbook-active {
  color: #0570a7;
}

.flipbook-ui-btn:hover {
  color: #0570a7;
}

#flipbook {
  min-height: 600px !important;
}

.contacts-title {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .contacts-title {
    min-height: 10rem;
  }
}

#map {
  width: 100%;
  height: 14rem;
}

@media (min-width: 992px) {
  #map {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 16rem;
    z-index: -1;
  }
}

.ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  opacity: .4;
}

.team-item {
  margin-bottom: 3rem;
}

.team-item .thumb {
  margin-bottom: 1rem;
}

.team-item .thumb img {
  width: 100%;
  border-radius: 50%;
}

.team-item h5 {
  margin-bottom: 1rem;
}

.team-item .job-description {
  min-height: 3.5rem;
}

.team-item .job-description p {
  font-size: .7rem;
}

.team-item .phone {
  font-size: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
}

.team-item .phone .icon {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  position: relative;
  background-color: #0570a7;
  margin-right: .3rem;
}

.team-item .phone .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: .4rem;
}

.team-item .email {
  font-size: .6rem;
  color: #a5a7aa;
  text-decoration: underline;
}

.team-item .more-desc {
  margin-top: 1rem;
  color: #a5a7aa;
  font-size: .7rem;
  margin-bottom: .5rem;
}

.docs-item {
  padding: 2rem;
  background-color: #f7f9fa;
}

.docs-item .dow-ico {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #0570a7;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  border-radius: 50%;
  position: relative;
  margin: 1rem 1rem 0.5rem 1rem;
}

.docs-item .dow-ico span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.docs-item:nth-of-type(even) {
  background-color: transparent;
}

.docs-item .date {
  color: #a5a7aa;
  font-size: .8rem;
  margin-bottom: .5rem;
}

.docs-item .file-name {
  position: relative;
  padding-right: 2rem;
}

.docs-item .file-name p {
  font-size: .8rem;
}

.docs-item .file-name .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .8rem;
  letter-spacing: .05rem;
  color: #0570a7;
  text-transform: uppercase;
}

.docs-item .file-name .download-link .plus {
  display: table;
  width: 12px;
  height: 12px;
  color: #ffffff;
  background-color: #0570a7;
  border-radius: 50%;
  position: relative;
  margin-left: .5rem;
  line-height: 1;
  text-align: center;
}

.docs-item .file-name .download-link .plus .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.docs-item .file-name .download-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar:before {
  content: "";
  width: calc(100% - 30px);
  height: 15px;
  background-color: #0570a7;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sidebar:after {
  content: "";
  width: calc(100% - 30px);
  height: 15px;
  background-color: #0570a7;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sidebar .navbar {
  padding: 0;
  margin-bottom: 1rem;
}

.sidebar .navbar .navbar-toggler {
  border: none;
  background-color: #f7f9fa;
  width: 100%;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

@media (max-width: 991px) {
  .sidebar .navbar .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sidebar .navbar .navbar-toggler p {
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}

.sidebar .navbar .navbar-toggler.collapsed .fas {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar .navbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}

.sidebar .navbar .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #009a9d;
  padding: 1rem 0;
  margin-bottom: .5rem;
  display: block;
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
}

.sidebar .navbar .navbar-nav .nav-item .nav-link:hover {
  border-color: #0570a7;
  color: #0570a7;
}

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

.pagination .active a {
  color: #143361 !important;
  background-color: transparent !important;
  font-weight: 600;
}

.pagination .active a:hover {
  background-color: transparent !important;
  color: #143361 !important;
  border: 0px;
}

.pagination .active a:focus {
  background-color: transparent;
  color: #143361;
  outline: none;
}

.pagination li a {
  border: 1px;
  margin-left: 0px;
  color: #707070;
  padding: 7px 2px;
  margin: 0px .5rem;
}

.pagination li a:hover {
  background-color: transparent;
  color: #0570a7;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

.pagination li a:focus {
  outline: none;
  background-color: transparent;
  /*color:#707070;*/
}

.pagination li:first-child a, .pagination li:last-child a {
  border: 2px solid #0570a7 !important;
  border-radius: 6px;
  margin: 0px;
  padding: 6px 12px;
  border: 2px solid;
  font-size: .8rem;
  color: #0570a7;
}

.pagination li:first-child a:hover, .pagination li:last-child a:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #0570a7;
}

.pagination li:first-child a:focus, .pagination li:last-child a:focus {
  outline: none;
}

a.video-thumb {
  position: relative;
}

.video-thumb:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: url(../img/play-btn.svg);
  width: 70px;
  height: 70px;
}

.form-style input {
  border: 0;
  height: 3rem;
  border-radius: 0;
  border-bottom: 1px solid #f7f9fa;
}

.form-style input:focus {
  border-bottom: 1px solid #0570a7;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  background-color: #eaeced;
}

.sideline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ccc;
}

.sideline:before {
  content: '';
  border-top: 1px solid #f7f9fa;
  margin: 0 2rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 2rem;
          flex: 1 0 2rem;
}

.sideline:after {
  content: '';
  border-top: 1px solid #f7f9fa;
  margin: 0 2rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 2rem;
          flex: 1 0 2rem;
  margin: 0 0 0 2rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.reestr-search {
  background-color: #e3ecf1;
  position: relative;
  padding: 1rem 0;
}

.reestr-search .form-control {
  display: block;
  width: 100%;
  height: calc(2.5rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  background-clip: padding-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #009a9d;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.reestr-search .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: .8rem;
  letter-spacing: .05rem;
}

.social-share {
  cursor: pointer;
  color: #a5a7aa;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  border: 2px solid transparent;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  opacity: 1;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.carousel-indicators li.active {
  background-color: #0570a7;
}

.faq-send {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
}

.faq-send img {
  width: 3rem;
}

@media only screen and (min-width: 768px) {
  .faq-send img {
    width: 5rem;
  }
}
/*# sourceMappingURL=style.css.map */

.goTop
{
	 background: #dadee3;
	 width: 2.5rem;
	 height: 2.5rem;
	 border-radius: 50%;
	 cursor: pointer;
	 position: fixed;
	 bottom: 20px;
	 right: 20px;
	 z-index: 20;
	 display: block;
	 transform: rotate(90deg);
  }
  
.goTop span{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.3rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icon-arrow-up:before
{
	content: "\e904";
}
.tab-content.event
{
	margin-top:32px;
}
.tab-link{
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: .5rem;
	border-bottom: 2px solid transparent;
	transition: all .5s;
}

a.tab-link.active {
	color: #000000;
	border-bottom: 2px solid #009a9d;
}
.event-item {
    width: 100%;
}

.personal-politic{
    margin-top: 1rem;
    margin-left: 4rem;
}