@charset "UTF-8";
@import "assets/fonts/otf/Montserrat.css" screen;
@import "assets/fonts/ttf/Montserrat.css" screen;
@import "assets/fonts/webfonts/Montserrat.css" screen;
@import url(assets/styles/styleguide.css);
@import url(assets/styles/modal.css);
@import url(assets/styles/animate.css);
@import url(assets/styles/registration.css);
@import url(/local/components/pbprog/v3.home/templates/.default/css/home-map.css);
@import url(/local/components/pbprog/v3.home/templates/.default/css/top-search.css);
header {
  padding: 31px 0;
  border-bottom: 1px solid #eef2fb;
  background: #fff;
  font-size: 14px;
  z-index: 30;
}
@media (min-width: 320px) and (max-width: 767px) {
  header {
    padding: 18px 0;
    z-index: 11;
  }
}
header .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
header .top-row:before, header .top-row:after {
  display: none;
}
@media (min-width: 1025px) {
  header .top-row {
    justify-content: space-between;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header .logo {
    margin: 0 auto;
    z-index: 50;
  }
}
header .logo svg.pbprog-logo {
  display: block;
  width: 35px;
  height: 35px;
  float: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .logo svg.pbprog-logo {
    width: 30px;
    height: 30px;
  }
}
header .logo p {
  display: block;
  float: left;
  font-weight: 500;
  padding: 0 0 0 10px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  header .logo p {
    display: none;
  }
}
header .logo .mobile-phone-ico {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .logo .mobile-phone-ico {
    position: absolute;
    top: 11px;
    right: 60px;
    z-index: 5;
  }
  header .logo .mobile-phone-ico svg {
    display: block;
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
  header .logo .mobile-phone-ico svg {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header .logo .mobile-phone-ico svg path {
    fill: #3e3e3e;
  }
}
header .logo .logo-link {
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .logo .logo-link {
    display: block;
    position: relative;
    z-index: 100;
    margin: 0 auto;
  }
}
header .logo:hover, header .logo:hover * {
  text-decoration: none;
}
header .basket-icon, header .search-button {
  display: block;
  margin: 0 15px;
}
header .basket-icon svg, header .search-button svg {
  max-width: 100%;
}
header .search-button {
  margin-right: 0;
}
header .basket-icon {
  width: 25px;
  height: 25px;
  position: relative;
}
header .basket-icon:hover .basket-count {
  animation: earthquake 500ms;
}
header .basket-count {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FF5313;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  position: absolute;
  top: -5px;
  right: -4px;
  transition: all .3s;
}
header .basket-count.over {
  font-size: 7px;
}
header .basket-count.animate {
  animation: earthquake 500ms;
}
header .search-button {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  header .search-button {
    position: absolute;
    top: calc(50% - 10px);
    left: 50px;
    width: 20px;
    height: 20px;
    z-index: 50;
  }
}
header .phone-row {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  header .phone-row:not(.mobile) {
    display: none;
  }
}
header .phone-row.mobile {
  text-align: left;
  padding: 15px 15px;
}
header .phone-row.mobile span {
  text-align: left;
  padding-right: 0;
}
header .phone-row .item {
  margin-bottom: 5px;
  text-align: left;
}
header .phone-row .item:last-child {
  margin-bottom: 0;
}
header .phone-row .item span {
  display: inline-block;
  min-width: 105px;
  color: #9F9F9F;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .phone-row .item span {
    display: none;
  }
}
header .phone-number-top {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin-left: auto;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  header .phone-number-top {
    margin-right: 0;
  }
}
header .phone {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 767px) {
  header .phone {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    width: 100%;
    height: 100%;
  }
  header .phone a.phone-number-top {
    display: none;
  }
  header .phone .authorization-block a.login-button {
    width: 20px;
    height: 20px;
  }
  header .phone .authorization-block a.login-button svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  header .navigation {
    padding-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 21;
  }
}

.hamburger-menu {
  display: none;
  height: auto;
  padding: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
  float: right;
  margin: 15px 15px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hamburger-menu {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 10;
    margin: 0;
  }
}
.hamburger-menu:hover {
  cursor: pointer;
}
.hamburger-menu .menu-item {
  background: #9E9E9E;
  display: block;
  height: 1px;
  margin: 0 0 7px;
  transition: all 0.3s ease-in-out;
  width: 25px;
  border-radius: 2px;
}
.hamburger-menu.open .menu-item {
  margin: 0 0 3px;
}
.hamburger-menu.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 5px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 5px;
  margin: 5px 0 5px;
  position: relative;
}

.breadcrumbs {
  height: 90px;
  width: 100%;
  padding: 15px 0 15px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ul {
  padding: 0;
  font-size: 12px;
}
.breadcrumbs li {
  list-style-type: none;
  display: inline;
  position: relative;
  padding: 0 15px 0 0;
  color: #636363;
  line-height: 1.5em;
}
.breadcrumbs li a {
  color: #636363;
}
.breadcrumbs li:after {
  content: '/';
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
}
.breadcrumbs li:last-child {
  color: #000;
  line-height: 1.5em;
}
.breadcrumbs li:last-child:after {
  display: none;
}

.on-webinar-page .breadcrumbs {
  position: absolute;
  z-index: 1;
}
.on-webinar-page .breadcrumbs li {
  color: #fff !important;
}
.on-webinar-page .breadcrumbs li a {
  color: #fff !important;
}
.on-webinar-page .breadcrumbs li:after {
  color: #fff !important;
}

.authorization-block {
  display: inline-block;
  position: relative;
  padding: 10px 5px;
  margin: -10px -5px;
}
@media (min-width: 576px) {
  .authorization-block:hover #login-inner {
    opacity: 1;
    height: 80px;
    display: block !important;
  }
}
.authorization-block a.login-button {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.authorization-block a.login-button svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.authorization-block a.login-button svg path {
  fill: #3E3E3E;
  fill-opacity: 0.7;
}

@media (max-width: 991.98px) {
  .v3-reg-modal {
    height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .v3-reg-modal {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .v3-reg-modal {
    max-height: 100vh;
  }
}
.v3-reg-modal .md-content {
  padding: 30px 45px 30px 10px;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .md-content {
    padding: 30px 45px;
  }
}
@media (min-width: 768px) {
  .v3-reg-modal .md-content > div {
    padding: 15px 40px 15px;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  .v3-reg-modal .md-content {
    padding: 30px 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .v3-reg-modal .md-content .col-md-7 {
    padding: 0;
  }
}
.v3-reg-modal .md-content h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 15px 0;
  line-height: 1.4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .v3-reg-modal .md-content h3 {
    width: calc(100% - 45px);
  }
}
.v3-reg-modal .md-content input:-webkit-autofill,
.v3-reg-modal .md-content input:-webkit-autofill:hover,
.v3-reg-modal .md-content input:-webkit-autofill:focus,
.v3-reg-modal .md-content input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.v3-reg-modal .md-content button.btn-blued {
  width: 100%;
}
.v3-reg-modal .md-content a.forgot-password {
  padding: 34px 0 0 0;
  display: block;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .md-content a.forgot-password {
    padding: 30px 0 10px;
  }
}
.v3-reg-modal .md-content a.btn-registration {
  margin: 15px auto 0 auto;
  display: block;
  text-align: center;
}
.v3-reg-modal .md-content a.btn-registration:hover {
  background: #005fcf;
  color: #fff;
  border: 1px solid transparent;
}
.v3-reg-modal .custom-checkbox label .label {
  font-size: 11px;
  top: 0;
  position: relative;
}
.v3-reg-modal form .btns {
  margin: 30px -15px 0 -15px;
}
.v3-reg-modal form .btns .col-md-6 {
  padding-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .v3-reg-modal form .btns {
    margin: 0;
  }
  .v3-reg-modal form .btns .col-md-6 {
    padding-left: 0;
  }
}
.v3-reg-modal .right-block {
  padding: 0 0 0 30px;
  display: block;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .right-block {
    padding: 0;
    text-align: center;
  }
}
.v3-reg-modal .right-block p {
  font-size: 12px;
}
.v3-reg-modal .right-block p.big {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
@media (max-width: 991.98px) {
  .v3-reg-modal .right-block p.big {
    padding: 0;
  }
}
.v3-reg-modal .clear {
  padding: 0;
}
.v3-reg-modal .social-buttons a {
  border: none;
  margin: 0 10px 0 0;
}
.v3-reg-modal .social-buttons a:hover {
  border: none;
}
.v3-reg-modal .social-buttons a .svg path {
  fill: #FF9800;
}
@media (min-width: 320px) and (max-width: 767px) {
  .v3-reg-modal {
    /*top: 0 !important;
    left: 0 !important;*/
    padding: 20px;
  }
  .v3-reg-modal .close-button.md-close {
    top: 30px;
    right: 30px;
    height: 25px;
    width: 25px;
  }
  .v3-reg-modal form input {
    margin: 10px 0 0 0;
  }
  .v3-reg-modal form .btn-blued {
    max-width: 250px;
    margin: 45px auto 0 auto;
    display: block;
  }
  .v3-reg-modal .custom-checkbox label .label {
    width: 80%;
  }
  .v3-reg-modal .right-block {
    border-left: 0;
    padding: 0;
    text-align: center;
  }
  .v3-reg-modal .right-block p {
    padding: 10px 0 0 0;
  }
  .v3-reg-modal .right-block p.big {
    padding: 0;
  }
  .v3-reg-modal .right-block .social-buttons {
    margin: 0 0 10px 0;
  }
  .v3-reg-modal .right-block a.btn-registration {
    max-width: 250px;
    margin: 15px auto;
  }
}
@media (max-width: 374.98px) {
  .v3-reg-modal {
    padding: 15px 15px;
  }
}

.close-button.md-close {
  color: #fff;
  right: -45px;
  background: transparent;
  border: none;
  font-size: 110px;
  padding: 0;
  margin: 0;
  line-height: 0;
  z-index: 1;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.close-button.md-close svg {
  position: absolute;
  opacity: 0.8;
}
.close-button.md-close svg path {
  fill: #fff;
  opacity: 0.8;
}
.close-button.md-close svg:hover {
  transition: none;
  opacity: 1;
}
.close-button.md-close svg:hover .svg {
  opacity: 1;
}
.close-button.md-close svg:hover .svg path {
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .close-button.md-close {
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    z-index: 1;
    background: transparent;
    display: block;
    border-radius: 50%;
  }
  .close-button.md-close svg path {
    fill: #666;
    opacity: 1;
  }
}

.md-show .md-close {
  transition: .5s all;
}

.circled-inner {
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.avatar-circle {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background: #2a5fcb;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}
.avatar-circle .element_horizont {
  max-height: 100%;
  max-width: none;
}
.avatar-circle .element_vertical {
  max-width: 100%;
  max-height: none;
}
.avatar-circle img {
  position: absolute;
}
.avatar-circle a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
}
.avatar-circle a:hover {
  color: #fff;
  text-decoration: none;
}
.avatar-circle:hover {
  background: #346ee4;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.avatar-circle #login-inner {
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 15px 15px 15px;
  width: 170px;
  text-align: center;
  left: -70px;
  top: 38px;
  box-shadow: 0 0 15px rgba(34, 34, 34, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 15;
  -webkit-transition: all .3s;
  height: 0;
  opacity: 0;
}
@media (max-width: 575.98px) {
  .avatar-circle #login-inner.show {
    opacity: 1;
    height: 80px;
  }
}
.avatar-circle #login-inner a {
  color: #222;
  font-size: 12px;
  text-transform: none;
  display: block;
  text-align: left;
  line-height: 2em;
  padding: 0;
  margin: 0;
}
.avatar-circle #login-inner a:hover {
  text-decoration: underline;
}
.avatar-circle #login-inner:before {
  content: '';
  display: block;
  position: relative;
  background: #fff;
  top: -11px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  left: 64px;
}
@media (max-width: 767.98px) {
  .avatar-circle #login-inner {
    left: auto;
    right: -5px;
    width: 140px;
  }
  .avatar-circle #login-inner:before {
    left: calc(100% - 10px);
  }
}
.avatar-circle.avatar-image {
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
}
.avatar-circle.avatar-image a {
  line-height: initial;
}

.login-link {
  cursor: pointer;
}

.content-centering {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.navigation {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation nav.mobile-nav-wrap {
    display: none;
  }
}
.navigation nav.mobile-nav-wrap ul {
  list-style-type: none;
  padding: 0;
  position: relative;
  z-index: 30;
}
.navigation nav.mobile-nav-wrap ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation nav.mobile-nav-wrap ul li {
    padding: 0 8px;
  }
}
.navigation nav.mobile-nav-wrap ul li a {
  font-size: 12px;
  line-height: 1.6em;
  position: relative;
  display: block;
  transition: all .3s;
}
.navigation nav.mobile-nav-wrap ul li a svg {
  position: relative;
  top: 1px;
  right: -5px;
  width: 10px;
  height: 10px;
}
.navigation nav.mobile-nav-wrap ul li a svg path {
  fill: #bdbdbd;
  transition: all .3s;
}
.navigation nav.mobile-nav-wrap ul li a:hover {
  color: #2a5fcb;
  text-decoration: none;
  transition: all .3s;
}
.navigation nav.mobile-nav-wrap ul li ul {
  display: none;
}
.navigation nav.mobile-nav-wrap ul li:hover ul {
  display: block;
  position: absolute;
  width: 205px;
  height: 300px;
  left: 0;
  top: 30px;
  z-index: 20;
  padding: 0 0 0 0;
  text-align: left;
}
.navigation nav.mobile-nav-wrap ul li:hover ul:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
}
.navigation nav.mobile-nav-wrap ul li:hover ul .inner {
  padding: 5px 15px 0 15px;
  display: block;
  box-shadow: 0 0 5px #ccc;
  background: #fff;
  border-radius: 5px;
}
.navigation nav.mobile-nav-wrap ul li:hover ul .inner:before {
  content: '';
  display: block;
  position: relative;
  background: #fff;
  top: -11px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  left: 25px;
}
.navigation nav.mobile-nav-wrap ul li:hover ul .inner li {
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 0 0 15px 0;
}
.navigation nav.mobile-nav-wrap ul li:hover ul .inner li a {
  transition: all .3s;
  color: #222;
}
.navigation nav.mobile-nav-wrap ul li:hover ul .inner li a:hover {
  color: #2a5fcb;
  text-decoration: none;
  transition: all .3s;
}
.navigation nav.mobile-nav-wrap ul li:hover ul .inner li a svg path {
  fill: #666;
  transition: all .3s;
}
.navigation nav.mobile-nav-wrap ul li:hover a {
  color: #2a5fcb;
  text-decoration: none;
  transition: all .3s;
}
.navigation nav.not-desktop {
  margin: 0;
  border-top: 1px solid #eee;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 0;
  left: -100%;
  right: 0;
  top: 60px;
  height: calc(100vh - 60px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  /*Change toggle size by adjusting width & height*/
  /*Change toggle color here*/
  /* Style the active toggle here */
  /*Animation of the toggle*/
}
.navigation nav.not-desktop.open {
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.navigation nav.not-desktop ul#menu {
  padding: 0;
}
.navigation nav.not-desktop #menu-mobile, .navigation nav.not-desktop .sub-menu {
  display: none;
  list-style: none;
}
.navigation nav.not-desktop .phone-number-top {
  text-align: left;
}
.navigation nav.not-desktop .tb-menu-toggle {
  border: 0;
  position: relative;
  background: transparent;
  cursor: pointer;
}
.navigation nav.not-desktop .tb-menu-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.navigation nav.not-desktop .tb-menu-toggle i:nth-child(2) {
  top: 40%;
}
.navigation nav.not-desktop .tb-menu-toggle i:nth-child(3) {
  top: 80%;
}
.navigation nav.not-desktop .tb-menu-toggle.tb-animate-toggle i:first-child,
.navigation nav.not-desktop .tb-menu-toggle.tb-animate-toggle i:nth-child(2) {
  top: 40%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation nav.not-desktop .tb-menu-toggle.tb-animate-toggle i:nth-child(3) {
  top: 40%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation .tb-parent {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #eee;
  min-height: 45px;
}
.navigation .tb-parent span {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: right;
  padding: 15px 15px 15px 0;
}
.navigation .tb-parent span svg {
  display: inline-block;
  height: 15px;
}
.navigation .tb-parent span.arrow {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.navigation .tb-parent span.arrow svg {
  transform: rotate(0deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.navigation .tb-parent span.arrow.open {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.navigation .tb-parent span.arrow.open svg {
  transform: rotate(180deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.navigation .tb-parent .for-link {
  right: 30px;
  text-align: left;
}
.navigation .tb-parent .sub-menu {
  text-align: left;
  padding: 0;
}
.navigation .tb-parent .sub-menu li {
  padding: 10px 0;
  display: block;
  width: 100%;
}
.navigation .tb-parent .sub-menu li a {
  line-height: 1.4;
}

@keyframes earthquake {
  25% {
    transform: rotate(0deg) translateX(0px);
  }
  50% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
  }
}
footer {
  border-top: 1px solid #eef2fb;
  padding: 30px 0;
  background: #fff;
}
@media (max-width: 575.98px) {
  footer {
    border-top: none;
  }
}
footer .container .row {
  display: flex;
  flex-flow: wrap;
}
footer .copyright a {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px 0;
  display: block;
}
footer .copyright a:hover {
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #222;
}
footer .copyright p {
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
@media (min-width: 320px) and (max-width: 1199px) {
  footer .copyright p {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  footer .copyright {
    text-align: center;
    padding: 0;
    order: 2;
    width: 100%;
  }
}
footer .phones {
  padding: 0 0 0 0;
}
footer .phones p {
  position: relative;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
}
footer .phones p span {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 120px;
}
@media (min-width: 320px) and (max-width: 1199px) {
  footer .phones {
    text-align: center;
    order: 1;
    width: 100%;
  }
  footer .phones p {
    margin: 0 0 15px 0;
  }
  footer .phones p span {
    font-weight: 500;
    position: relative;
    top: 0;
    left: auto;
    margin: 0 0 0 15px;
  }
  footer .phones p.second {
    margin: 0 0 30px 0;
  }
  footer .phones p.second span a {
    padding: 0 0 0 110px;
  }
}
footer .social {
  text-align: center;
  padding-left: 40px;
  padding-right: 0;
  max-width: 190px;
}
footer .social a {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  transition: all .3s;
}
footer .social a svg {
  transition: all .3s;
}
footer .social a svg path {
  transition: all .3s;
  fill: #b7b7b7;
}
footer .social a:hover {
  border: 1px solid #3e3e3e;
  transition: all .3s;
}
footer .social a:hover svg {
  transition: all .3s;
}
footer .social a:hover svg path {
  transition: all .3s;
  fill: #3e3e3e;
}
footer .social a.vk {
  padding: 12px 0;
}
footer .social a.vk svg {
  display: inline-block;
  width: 20px;
}
footer .social a.inst {
  padding: 8px 0;
}
footer .social a.inst svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
footer .social a.youtube {
  padding: 11px 0;
}
footer .social a.youtube svg {
  display: inline-block;
  width: 20px;
  overflow: visible;
}
@media (min-width: 320px) and (max-width: 1199px) {
  footer .social a {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    float: none;
  }
  footer .social a.inst {
    top: -3px;
  }
  footer .social a.youtube {
    top: -5px;
  }
}
@media (min-width: 320px) and (max-width: 1199px) {
  footer .social {
    width: 215px;
    margin: 30px auto 0 auto;
    display: block;
    order: 1;
    padding: 0;
  }
}
footer .we-can {
  padding: 8px 0 0 0;
  text-align: right;
}
footer .we-can p {
  color: #636363;
}
footer .we-can br {
  display: none;
}
@media (min-width: 320px) and (max-width: 1199px) {
  footer .we-can {
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
    order: 1;
    width: 100%;
  }
  footer .we-can br {
    display: inline;
  }
  footer .we-can p {
    font-size: 14px;
  }
}
footer .images {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
footer .images a img {
  display: inline-block;
  max-height: 36px;
  margin: 0 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  footer .images a img {
    max-height: 24px;
  }
}
footer .images a:hover {
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 1199px) {
  footer .images {
    order: 1;
    width: 100%;
    padding: 0 0 30px 0;
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  footer .copyright {
    text-align: center;
    width: 100%;
    order: 2;
    padding: 30px 0 0 0;
  }
  footer .phones {
    text-align: center;
    width: 100%;
    order: 1;
  }
  footer .phones p span {
    font-weight: 500;
    position: relative;
    top: auto;
    left: auto;
  }
  footer .social {
    padding: 30px 0;
    width: 100%;
    order: 1;
  }
  footer .social a {
    display: inline-block;
    float: none;
  }
  footer .social a.inst {
    padding: 8px 0;
    top: -3px;
    position: relative;
  }
  footer .social a.youtube {
    padding: 11px 0;
    top: -5px;
    position: relative;
  }
  footer .we-can {
    text-align: center !important;
    width: 100%;
    order: 1;
    margin: 30px 0 0 20% !important;
  }
  footer .images {
    width: 100%;
    order: 1;
    margin: 0 0 0 34% !important;
  }
}
@media (min-width: 922px) and (max-width: 1199px) {
  footer {
    padding: 30px 0 !important;
  }
  footer .copyright {
    text-align: left;
    padding: 0;
    order: 0;
    width: 33%;
  }
  footer .copyright a {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 15px 0;
    display: block;
  }
  footer .phones {
    text-align: center;
    order: 1;
    width: 33%;
  }
  footer .phones-more {
    order: 5;
    width: 33%;
    margin: 0 33%;
  }
  footer .social {
    width: 33%;
    margin: 0 auto 0 auto;
    display: block;
    order: 1;
    padding: 0;
  }
  footer .clear {
    clear: none;
  }
  footer .we-can {
    text-align: right;
    padding: 0;
    margin: 30px 0 0 33%;
    order: 6;
    width: 66%;
    padding: 0 45px 0 0;
  }
  footer .we-can p br {
    display: none;
  }
  footer .images {
    order: 6;
    width: 60%;
    padding: 0 0 30px 0;
    margin: 0 0 0 40%;
  }
}
@media (min-width: 768px) and (max-width: 921px) {
  footer {
    padding: 30px 0 !important;
  }
  footer .copyright {
    text-align: left;
    padding: 0;
    order: 0;
    width: 33%;
  }
  footer .copyright a {
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 15px 0;
    display: block;
  }
  footer .phones {
    text-align: center;
    order: 1;
    width: 33%;
  }
  footer .phones-more {
    order: 5;
    width: 33%;
    margin: 0 33%;
  }
  footer .social {
    width: 33%;
    margin: 0 auto 0 auto;
    display: block;
    order: 1;
    padding: 0;
  }
  footer .clear {
    clear: none;
  }
  footer .we-can {
    text-align: right;
    order: 6;
    width: 100%;
    padding: 0 45px 0 0;
  }
  footer .we-can p br {
    display: none;
  }
  footer .images {
    order: 6;
    width: 100%;
    text-align: right;
    padding: 0 45px 0 0;
  }
}

#upbutton {
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#upbutton:hover .frame {
  border-radius: 35px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#upbutton:hover .frame svg path {
  opacity: 0.8;
  transition: all .3s;
}
#upbutton .mouse-right svg {
  width: 15px;
  height: 50px;
}
#upbutton .mouse-left svg {
  width: 15px;
  height: 50px;
}
#upbutton .frame svg {
  width: 30px;
  height: 50px;
}
#upbutton .frame svg path {
  transition: all .3s;
}

@media (min-width: 320px) and (max-width: 767px) {
  .title {
    padding: 30px 0 0 0;
  }
  .title h1 {
    color: #3e3e3e;
    font-size: 32px;
  }
}

.anons-journal-text {
  padding: 60px 0 45px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .anons-journal-text {
    display: none;
  }
}

.title-and-link .col-md-8 h2 {
  font-weight: 600;
  padding: 0;
  margin-bottom: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-and-link .col-md-8 h2 {
    font-size: 24px;
    color: #3e3e3e;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
}
.title-and-link .col-md-4 {
  padding: 0 0 0 0;
  text-align: right;
}
.title-and-link .col-md-4 a {
  display: block;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  color: #636363;
  font-weight: 500;
  top: 10px;
  transition: all .3s;
  padding-right: 15px;
}
.title-and-link .col-md-4 a svg {
  display: inline-block;
  position: relative;
  width: 15px;
  top: 2px;
}
.title-and-link .col-md-4 a svg path {
  fill: #636363;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-and-link .col-md-4 a svg {
    margin: 0 15px 0 0;
  }
}
.title-and-link .col-md-4 a span {
  display: inline-block;
  padding: 0 10px 0 0;
}
.title-and-link .col-md-4 a span.desc {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-and-link .col-md-4 a span.desc {
    display: none;
  }
}
.title-and-link .col-md-4 a span.mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-and-link .col-md-4 a span.mobile {
    display: inline-block;
  }
}
.title-and-link .col-md-4 a:hover {
  text-decoration: none;
  color: #005FCF;
  transition: all .3s;
}
.title-and-link .col-md-4 a:hover svg path {
  fill: #005FCF;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-and-link .col-md-4 a {
    top: 3px;
    padding-right: 0;
  }
}

#articles {
  padding: 75px 0 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #articles {
    padding: 85px 0 0;
    margin-top: -40px;
  }
}

.big-news {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .big-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .big-news .col-md-8 {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .big-news .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.big-news a:hover {
  text-decoration: none;
}
.big-news a:hover .main-news .date-anons {
  text-decoration: none;
}
.big-news a:hover .main-news .anons-text p {
  text-decoration: underline;
}

.main-news {
  position: relative;
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 -10px 30px rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 -10px 30px rgba(62, 62, 62, 0.1);
  box-shadow: 0 -10px 30px rgba(62, 62, 62, 0.1);
  border: 1px solid #ececec;
  border-top: 0;
  padding-bottom: 20px;
}
.main-news:hover {
  -webkit-box-shadow: 0 0 40px rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 40px rgba(62, 62, 62, 0.1);
  box-shadow: 0 0 40px rgba(62, 62, 62, 0.1);
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-news {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .main-news {
    border-radius: 5px;
  }
}
.main-news .img-anons {
  z-index: 0;
  max-height: 325px;
  overflow: hidden;
  margin: 0 -1px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ececec;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-news .img-anons {
    max-height: 255px;
  }
}
@media (max-width: 575.98px) {
  .main-news .img-anons {
    max-height: 150px;
    border-radius: 5px 5px 0 0;
  }
}
.main-news .img-anons img {
  width: 100%;
}
.main-news .gradient {
  background: #020024;
  background: linear-gradient(0deg, #222 10%, rgba(9, 9, 121, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.main-news .anons-text {
  z-index: 3;
  padding: 20px 30px 20px;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: start;
}
.main-news .anons-text p {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 575.98px) {
  .main-news .anons-text p {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-news .anons-text {
    display: block;
    z-index: 3;
    transition: all 0.3s;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 15px 15px 0;
  }
}
.main-news .date-anons {
  padding: 0 30px;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-news .date-anons {
    padding: 0 15px;
  }
}
.main-news .date-anons p {
  position: relative;
  display: inline;
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 575.98px) {
  .main-news .date-anons p {
    font-size: 12px;
  }
}
.main-news .date-anons .icons {
  display: inline;
  position: relative;
  padding: 0 0 0 15px;
}
.main-news .date-anons .icons svg {
  display: inline;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}

.news-block {
  padding: 30px 0 20px;
  border-bottom: 1px solid #DFE7F7;
}
.news-block > p {
  font-size: 14px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 20px;
  margin: 0;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-block .date {
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .news-block .date {
    margin-top: 15px;
  }
}
.news-block .date p {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 0 0;
  display: inline-block;
  width: 75px;
}
.news-block .date .icons {
  display: inline;
  position: relative;
  top: 4px;
  z-index: 1;
}
.news-block .date .icons svg {
  display: inline;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .news-block {
    border-bottom: 1px solid transparent;
  }
}

.last-news > a:last-child .news-block {
  border-bottom: 1px solid transparent;
}

.fix-news-little-anons-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fix-news-little-anons-blocks .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
  .fix-news-little-anons-blocks .col-md-4:nth-child(3) {
    display: none;
  }
  .fix-news-little-anons-blocks .col-md-4:nth-child(4) {
    display: none;
  }
  .fix-news-little-anons-blocks .col-md-4:nth-child(5) {
    display: none;
  }
  .fix-news-little-anons-blocks .col-md-4:nth-child(6) {
    display: none;
  }
  .fix-news-little-anons-blocks .col-md-4:nth-child(7) {
    display: none;
  }
  .fix-news-little-anons-blocks .col-md-4:nth-child(8) {
    display: none;
  }
  .fix-news-little-anons-blocks .col-md-4:nth-child(9) {
    display: none;
  }
}

.news-little-anons-block {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  -moz-box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 0 45px 0;
  width: 100%;
}
.news-little-anons-block .img-block {
  position: relative;
  overflow: hidden;
  display: block;
  height: 220px;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .news-little-anons-block .img-block {
    height: 185px;
  }
}
.news-little-anons-block .img-block img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  min-height: 100%;
}
.news-little-anons-block .img-block p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0 15px 30px 15px;
  position: absolute;
  bottom: 0;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .news-little-anons-block .img-block p {
    margin: 0 15px 15px 15px;
    bottom: 10px;
    padding: 0;
    -webkit-line-clamp: 3;
  }
}
.news-little-anons-block .img-block .gradient {
  background: #22222230;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-little-anons-block .img-block:hover {
  cursor: pointer;
}
.news-little-anons-block .img-block:hover p {
  text-decoration: underline;
}
.news-little-anons-block .anons-block .anons-head {
  padding: 30px 15px;
}
.news-little-anons-block .anons-block .anons-head p.date {
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 500;
  display: inline-block;
  margin: 0 15px 0 0;
  width: 75px;
}
.news-little-anons-block .anons-block .anons-head svg {
  position: relative;
  height: 20px;
  margin: 0 5px 0 0;
  display: inline;
  top: 2px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .news-little-anons-block .anons-block .anons-head {
    padding: 15px 15px 30px 15px;
  }
}
.news-little-anons-block .anons-block .anons-body {
  padding: 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-little-anons-block .anons-block .anons-body p {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .news-little-anons-block .anons-block .anons-body p {
    font-size: 12px;
  }
}
.news-little-anons-block:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.3);
  transform: translateY(-3px);
}
.news-little-anons-block:hover .img-block a {
  text-decoration: underline;
}

.journal-page-inner .main-image {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 455px;
  margin: 0 0 30px 0;
  border-radius: 5px;
}
.journal-page-inner .main-image img {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .journal-page-inner .main-image {
    margin: 30px 0 15px 0;
  }
}
.journal-page-inner .date p {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 0 0;
  display: inline;
}
.journal-page-inner .date .icons {
  display: inline;
  position: relative;
}
.journal-page-inner .date .icons svg {
  display: inline;
  position: relative;
  height: 20px;
  margin: 0 5px;
  top: 3px;
}

.content-here {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
}
.content-here a {
  color: #005FCF;
}
.content-here a:hover {
  color: #005FCF;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-here img {
    width: auto;
    height: auto;
  }
}
.content-here h1.title {
  padding: 45px 0 30px 0;
  font-size: 24px;
  color: #3e3e3e;
  font-weight: 500;
  line-height: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-here h1.title {
    padding: 15px 0 30px 0;
  }
}
.content-here h2 {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
  padding: 0 0 0 0;
  line-height: 25px;
}
.content-here p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.content-here ul li {
  list-style-type: disc;
  padding: 0 0 15px 0;
  line-height: 25px;
  color: #000000;
}
.content-here ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #2a5fcb;
  text-decoration: none;
}
.content-here ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-here ul li a {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-here ul li {
    font-size: 12px;
  }
}
.content-here ol li {
  padding: 0 0 15px 0;
  line-height: 25px;
}
.content-here *:not(.frame_blc):not(.m-iframe) iframe {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .content-here *:not(.frame_blc):not(.m-iframe) iframe {
    height: 348px;
  }
}
@media (max-width: 991.98px) {
  .content-here *:not(.frame_blc):not(.m-iframe) iframe {
    height: 422px;
  }
}
@media (max-width: 575.98px) {
  .content-here *:not(.frame_blc):not(.m-iframe) iframe {
    height: 216px;
  }
}
@media (max-width: 410.98px) {
  .content-here *:not(.frame_blc):not(.m-iframe) iframe {
    height: 194px;
  }
}
@media (max-width: 374.98px) {
  .content-here *:not(.frame_blc):not(.m-iframe) iframe {
    height: 164px;
  }
}

.last-news.detail-page {
  border: 1px solid #e3e3e3;
  padding: 5px 5px;
  border-radius: 5px;
  overflow: hidden;
}
.last-news.detail-page .news-block {
  background: #fff;
  padding: 10px 10px 10px 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.last-news.detail-page .news-block:last-of-type {
  border-bottom: 1px solid transparent;
}
.last-news.detail-page .news-block:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  transform: translateY(-3px);
  border-bottom: 1px solid transparent;
}
.last-news.detail-page .news-block:hover a {
  text-decoration: underline;
}
.last-news.detail-page .news-block:hover .icons a {
  text-decoration: none;
}

.detail-page-slider {
  margin: 60px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
}

.something-new {
  width: 100%;
  position: relative;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .something-new .prev {
    position: absolute;
    top: 210px;
    left: 30px;
    z-index: 1;
  }
  .something-new .prev:before {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #3e3e3e;
    transform: rotate(45deg);
    position: relative;
    top: 22px;
  }
  .something-new .prev:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #3e3e3e;
    transform: rotate(-45deg);
  }
  .something-new .prev:active {
    transform: scale(0.9);
    transition: all .3s;
  }
  .something-new .next {
    position: absolute;
    top: 210px;
    right: 30px;
    z-index: 1;
  }
  .something-new .next:before {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #3e3e3e;
    transform: rotate(45deg);
  }
  .something-new .next:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    background: #3e3e3e;
    transform: rotate(-45deg);
    position: relative;
    top: 19px;
  }
  .something-new .next:active {
    transform: scale(0.9);
    transition: all .3s;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .change-mobile-blocks {
    display: flex;
    flex-flow: wrap;
  }
  .change-mobile-blocks .something-new {
    order: 1;
  }
  .change-mobile-blocks .something-new .detail-page-slider {
    margin: 0 0 30px 0;
  }
  .change-mobile-blocks .last-news {
    order: 2;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .change-mobile-blocks {
    display: flex;
    flex-flow: wrap;
  }
  .change-mobile-blocks .something-new {
    order: 1;
  }
  .change-mobile-blocks .something-new .detail-page-slider {
    margin: 0 0 30px 0;
  }
  .change-mobile-blocks .last-news {
    order: 2;
  }
}

.journal-live-search-block form {
  border-bottom: 1px solid #b2b2b2;
  margin: 60px 0 60px 0;
  position: relative;
  display: block;
}
.journal-live-search-block form svg {
  display: block;
  position: absolute;
  height: 20px;
  top: 10px;
  left: 10px;
}
.journal-live-search-block form svg path {
  fill: #b2b2b2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .journal-live-search-block form svg {
    left: 5px;
    height: 15px;
    top: 12px;
  }
}
.journal-live-search-block form input {
  margin: 0 0 0 0;
  border: none;
  padding: 0 0 0 45px;
}
.journal-live-search-block form input::-webkit-input-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
.journal-live-search-block form input::-moz-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
.journal-live-search-block form input:-moz-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
.journal-live-search-block form input:-ms-input-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
.journal-live-search-block form input:focus::-webkit-input-placeholder {
  text-indent: 500px;
  transition: all .3s ease;
}
.journal-live-search-block form input:focus::-moz-placeholder {
  text-indent: 500px;
  transition: all .3s ease;
}
.journal-live-search-block form input:focus:-moz-placeholder {
  text-indent: 500px;
  transition: all .3s ease;
}
.journal-live-search-block form input:focus:-ms-input-placeholder {
  text-indent: 500px;
  transition: all .3s ease;
}
@media (min-width: 320px) and (max-width: 767px) {
  .journal-live-search-block form input {
    font-size: 14px;
    padding: 0 0 0 30px;
  }
}

.news-last-posted-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-last-posted-blocks .col-md-6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.last-posted-block {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.last-posted-block .date {
  margin: 0 0 15px 0;
}
.last-posted-block .date p {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 0 0;
  display: inline;
}
.last-posted-block .date .icons {
  display: inline;
  position: relative;
  top: 5px;
}
.last-posted-block .date .icons svg {
  display: inline;
  position: relative;
  height: 20px;
  margin: 0 5px;
}
.last-posted-block .link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
}
.last-posted-block .link p {
  font-size: 14px;
  font-weight: 700;
  color: #3e3e3e;
  overflow: hidden;
  margin: 0;
}
.last-posted-block .anons {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.last-posted-block .anons p {
  overflow: hidden;
}
.last-posted-block .anons > p p {
  margin: 0;
}
.last-posted-block:hover {
  box-shadow: 0 0 30px rgba(34, 34, 34, 0.1);
  transform: translateY(-2px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.anons-journal-text.preloader p {
  color: #e3e3e3;
  background: #e3e3e3;
  display: inline;
  padding: 0 0 30px 0;
}

.big-news .preloader .img-anons {
  display: none;
}
.big-news .preloader .gradient {
  display: none;
}
.big-news .preloader .anons-text p {
  color: #ccc;
  background: #ccc;
}
.big-news .preloader .date-anons p {
  color: #ccc;
  background: #ccc;
}
.big-news .preloader .date-anons .icons {
  display: none;
}
.big-news .news-block.preloader p {
  color: #e3e3e3;
  background: #e3e3e3;
}
.big-news .news-block.preloader .icons {
  display: none;
}
.big-news .news-block.preloader .date p {
  color: #e3e3e3;
  background: #e3e3e3;
}

.title-and-link.preloader .col-md-4 a {
  color: #e3e3e3;
  background: #e3e3e3;
}
.title-and-link.preloader .col-md-4 a svg path {
  fill: #e3e3e3;
}

.news-little-anons-block.preloader .img-block {
  background: #e3e3e3;
}
.news-little-anons-block.preloader .img-block img {
  display: none;
}
.news-little-anons-block.preloader .img-block p {
  background: #ccc;
  color: #ccc;
  margin: 0 15px 30px 15px;
  display: inline;
  padding: 0;
  line-height: 1.6em;
}
.news-little-anons-block.preloader .anons-block .anons-head p.date {
  color: #e3e3e3;
  background: #e3e3e3;
}
.news-little-anons-block.preloader .anons-block .anons-head a {
  display: none;
}
.news-little-anons-block.preloader .anons-block .anons-head * {
  color: #e3e3e3;
}
.news-little-anons-block.preloader .anons-block .anons-body p {
  color: #e3e3e3;
  background: #e3e3e3;
  display: inline;
}
.news-little-anons-block.preloader .anons-block .anons-body * {
  color: #e3e3e3;
}

.last-posted-block.preloader .icons {
  display: none;
}
.last-posted-block.preloader .date p {
  color: #e3e3e3;
  background: #e3e3e3;
}
.last-posted-block.preloader .link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.last-posted-block.preloader .link p {
  color: #e3e3e3;
  background: #e3e3e3;
  display: inline;
}
.last-posted-block.preloader .anons p {
  color: #e3e3e3;
  background: #e3e3e3;
  display: inline;
}
.last-posted-block.preloader .anons p * {
  color: #e3e3e3 !important;
  background: #e3e3e3;
  display: inline;
}
.last-posted-block.preloader .anons > p {
  margin-bottom: 30px;
}

.preloader {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.preloader:after {
  content: '';
  width: 150px;
  height: 1500px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  display: block;
  top: -300px;
  left: -530px;
  animation: preloader-line-drive 3s linear infinite;
  animation-delay: 0.8s;
  z-index: 5;
}
@keyframes preloader-line-drive {
  0% {
    animation-delay: 5s;
    transform: translate(0px, 0px) rotate(45deg);
  }
  100% {
    transform: translate(2000px, 0) rotate(45deg);
    transition: all .3s;
  }
}
.preloader p::selection {
  color: #e3e3e3;
  background: #e3e3e3;
}
.preloader a::selection {
  color: #e3e3e3;
  background: #e3e3e3;
}
.preloader span::selection {
  color: #e3e3e3;
  background: #e3e3e3;
}
.preloader.filter a * {
  color: #e3e3e3;
}
.preloader .filter-item {
  border: 1px solid #e3e3e3 !important;
  background: #e3e3e3 !important;
  color: #e3e3e3 !important;
  border-radius: 5px !important;
  min-width: 200px;
}
.preloader .filter-item a {
  color: #e3e3e3 !important;
}
.preloader .filter-item a span {
  color: #e3e3e3 !important;
}
.preloader .filter-item a svg path {
  fill: #e3e3e3 !important;
}
.preloader .filter-item a:hover {
  border-color: #e3e3e3 !important;
}
.preloader .filter-item .arrow-down {
  display: none;
}
.preloader .regulations-search-result .count p {
  display: block;
  width: 25px !important;
  height: 25px !important;
  color: #e3e3e3 !important;
  background: #e3e3e3 !important;
  border-radius: 50% !important;
}
.preloader .regulations-search-result .link a {
  color: #e3e3e3 !important;
  background: #e3e3e3 !important;
  display: inline !important;
  pointer-events: none !important;
}
.preloader .regulations-search-result .link:after {
  content: '';
  clear: both;
  margin: 0 0 15px 0;
}
.preloader .regulations-search-result .about p {
  color: #e3e3e3 !important;
  background: #e3e3e3 !important;
}
.preloader .regulations-search-result .category-name p {
  color: #e3e3e3 !important;
  background: #e3e3e3 !important;
}

/* цвета для иконок журнала */
svg.color-usb path {
  fill: #5311c9 !important;
}
svg.color-polygon path {
  fill: #009c26 !important;
}
svg.color-case path {
  fill: #ff5646 !important;
}

/* цвета для иконок журнала */
.filter a svg {
  width: 20px;
  height: 20px;
}

.title-and-link .col-md-4 a svg {
  height: 15px;
}

.news-block .date .icons svg {
  width: 20px !important;
}

.news-little-anons-block .anons-block .anons-head svg {
  width: 20px;
}

footer .social a.vk svg {
  height: 20px;
}

.journal-page-inner .date .icons svg {
  width: 20px;
}

.news-block .date .icons svg {
  width: 20px;
}

.loup-bg svg {
  width: 20px;
}

.last-posted-block .date .icons svg {
  width: 20px;
}

input {
  display: block;
  position: relative;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #b2b2b2;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 40px;
  background: transparent;
  color: #222;
}
input.live-search {
  margin: 60px 0 60px 0;
  position: relative;
  display: block;
}
input.slide-placeholder::-webkit-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input.slide-placeholder::-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input.slide-placeholder:-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input.slide-placeholder:-ms-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input.slide-placeholder:focus::-webkit-input-placeholder {
  text-indent: 1200px;
  transition: text-indent 0.3s ease;
  opacity: 0;
}
input.slide-placeholder:focus::-moz-placeholder {
  text-indent: 1200px;
  transition: text-indent 0.3s ease;
  opacity: 0;
}
input.slide-placeholder:focus:-moz-placeholder {
  text-indent: 1200px;
  transition: text-indent 0.3s ease;
  opacity: 0;
}
input.slide-placeholder:focus:-ms-input-placeholder {
  text-indent: 1200px;
  transition: text-indent 0.3s ease;
  opacity: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  #webinars-archive .filter {
    padding: 0 !important;
  }
}
.filter .filter-item > a > span {
  white-space: nowrap;
}

.row.fix-news-little-anons-blocks:before {
  display: block;
}

.blue-bg {
  background: #f9fbfe;
  border-top: 1px solid #e0e1e4;
  display: block;
  position: relative;
  padding: 0 0 0 0;
  margin: 0;
  min-height: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .blue-bg {
    padding: 30px 0;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  position: relative;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  display: table;
  content: " ";
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  line-height: 1em;
}
body.search-active {
  overflow: hidden;
}
body .search-input {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
body .icon-close {
  opacity: 1;
  transform: rotate(-90deg);
}
body .control {
  cursor: default;
}
body .control .btn-material {
  transform: scale(70);
}
body .control .icon-material-search {
  opacity: 0;
}

a,
a:focus,
a:active,
input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active,
button,
button:focus,
button:active {
  outline: none;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
}
a.blue-color {
  color: #2a5fcb;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
}

p {
  line-height: 24px;
  font-size: 14px;
  color: #000;
  margin: 0 0 30px 0;
}
p.size-10 {
  line-height: 18px;
  font-size: 10px;
}
p.size-12 {
  line-height: 20px;
  font-size: 12px;
}
p.size-16 {
  line-height: 30px;
  font-size: 16px;
}
p.no-margin {
  margin: 0;
}

span.caps {
  text-transform: uppercase;
}

h1 {
  font-weight: 600;
  font-size: 38px;
  padding: 0 0 60px 0;
  margin: 0 0 0 0;
  line-height: 1em;
  z-index: 10;
  position: relative;
  color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    padding: 0 0 45px 0;
    line-height: 1.4em;
  }
}

h2 {
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 45px 0;
  margin: 0 0 0 0;
  line-height: 1em;
  z-index: 10;
  position: relative;
  color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    padding: 0 0 30px 0;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
  line-height: 1em;
  z-index: 10;
  position: relative;
  color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    padding: 0 0 30px 0;
  }
}

h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 30px 0;
  margin: 0 0 0 0;
  line-height: 1em;
  z-index: 10;
  position: relative;
  color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    padding: 0 0 20px 0;
  }
}

h5 {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
  line-height: 1em;
  z-index: 10;
  position: relative;
  color: #3e3e3e;
}
@media (min-width: 320px) and (max-width: 767px) {
  h5 {
    padding: 0 0 15px 0;
  }
}

ul {
  list-style-type: square;
  padding-left: 1.2em;
}

ol {
  padding-left: 1.2em;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

input {
  display: block;
  position: relative;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #b2b2b2;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: 40px;
  background: transparent;
  color: #222;
}
input.live-search {
  margin: 60px 0 60px 0;
  position: relative;
  display: block;
}
input.slide-placeholder::-webkit-input-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
input.slide-placeholder::-moz-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
input.slide-placeholder:-moz-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
input.slide-placeholder:-ms-input-placeholder {
  text-indent: 0;
  transition: all .3s ease;
}
input.slide-placeholder:focus::-webkit-input-placeholder {
  text-indent: 1200px;
  transition: all 1s ease;
}
input.slide-placeholder:focus::-moz-placeholder {
  text-indent: 1200px;
  transition: all 1s ease;
}
input.slide-placeholder:focus:-moz-placeholder {
  text-indent: 1200px;
  transition: all 1s ease;
}
input.slide-placeholder:focus:-ms-input-placeholder {
  text-indent: 1200px;
  transition: all 1s ease;
}

.loup-bg {
  position: relative;
  display: block;
  margin: -60px 0 0 0;
}
.loup-bg svg {
  display: block;
  position: absolute;
  height: 20px;
  top: 10px;
  left: 10px;
}
.loup-bg svg path {
  fill: #b2b2b2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .loup-bg svg {
    left: 5px;
    height: 15px;
    top: 12px;
  }
}
.loup-bg input {
  padding: 0 0 0 45px;
}
.loup-bg input::-ms-clear {
  display: none;
}

textarea {
  display: block;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #7f7f7f;
  margin: 20px 0 0 0;
  padding: 10px 0 0 15px;
  width: 100%;
  max-width: 100%;
  height: 80px;
  background: transparent;
  color: #222;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: 300;
  text-align: justify;
}

@media (max-width: 575.98px) {
  .custom-radio [type="radio"]:checked + label,
  .custom-radio [type="radio"]:not(:checked) + label {
    text-align: left;
  }
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cacaca;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #265ace;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

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

.select-custom {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  height: 40px;
}
.select-custom .scroll .option {
  padding: 0 30px 0 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #fff;
  border-top: #e3e3e3 solid 1px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background .4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}
.select-custom .scroll .option:hover {
  background: #b2cff1;
}
.select-custom .scroll .selectopt {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.select-custom .scroll .selectopt:checked + label {
  order: 1;
  z-index: 2;
  background: #fff;
  border-top: none;
  position: relative;
  border-bottom: 1px solid #666;
  font-weight: 400;
}
.select-custom .scroll .selectopt:checked + label:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
  pointer-events: none;
  z-index: 3;
}
.select-custom .scroll .selectopt:checked + label:before {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  content: '';
  background: #fff;
}
.select-custom:focus .scroll {
  height: 250px;
  min-height: 150px;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(34, 34, 34, 0.2);
}
.select-custom:focus .option {
  position: relative;
  pointer-events: all;
  font-weight: 400;
}

.btn {
  background: #fff;
  color: #222;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.3s;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #666;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.btn:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:hover {
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  color: #222;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn:hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: .7s;
}
.btn:hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: .7s;
}
.btn:focus {
  outline: 0;
}
.btn:active {
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: scale(0.98);
}
.btn.btn-blue {
  border: 1px solid #005fcf;
  padding: 15px 30px;
}
.btn.btn-blue:hover {
  background: #005fcf;
  color: #fff;
}
.btn.btn-authorization {
  background: #005fcf;
  border: 1px solid #005fcf;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.btn.btn-blue-border:hover {
  background: #005fcf;
  color: #fff;
}
.btn.btn-blued {
  background: #005fcf;
  border: 1px solid #005fcf;
  color: #fff;
}
.btn.btn-modal {
  border: 1px solid #666;
  color: #666;
}
.btn.btn-modal:hover {
  border: 1px solid #b2bedd;
  background: #dce2f2;
}
.btn.btn-team {
  padding: 10px 60px 10px 30px;
  transition: all .3s;
  color: #666;
}
.btn.btn-team .svg {
  display: inline;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 15px;
  transition: all .3s;
}
.btn.btn-team .svg path {
  fill: #666;
}
.btn.btn-team:hover {
  color: #005fcf;
  border: 1px solid #005fcf;
  transition: all .3s;
}
.btn.btn-team:hover .svg {
  transition: all .3s;
}
.btn.btn-team:hover .svg path {
  fill: #005fcf;
}
.btn.btn-team.fix-my-cards {
  padding: 10px 60px 10px 20px;
  max-width: 170px;
  text-transform: initial;
}
.btn.btn-team.my-cards-fix {
  margin: 30px auto;
  padding: 10px 60px 10px 20px;
  max-width: 170px;
  text-transform: initial;
}
.btn.btn-white {
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 30px;
  transition: all .3s;
}
.btn.btn-white:hover {
  transition: all .3s;
  background: rgba(42, 95, 203, 0.7);
  text-decoration: none;
}
.btn.btn-send {
  padding: 10px 60px 10px 30px;
  overflow: visible;
}
.btn.btn-send .svg {
  position: absolute;
  top: 7px;
  right: 20px;
  height: 25px;
  width: auto;
  transition: transform 0.3s;
}
.btn.btn-send .svg path {
  fill: #005fcf;
}
.btn.btn-send:hover {
  background-color: #fff;
}
.btn.btn-send:hover .svg {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  transition: transform 0.15s;
}
.btn.btn-send.clicked {
  -webkit-animation: bounce-in 0.3s;
  -moz-animation: bounce-in 0.3s;
  -o-animation: bounce-in 0.3s;
  -ms-animation: bounce-in 0.3s;
  animation: bounce-in 0.3s;
  cursor: pointer;
}
.btn.btn-send.clicked .svg {
  -webkit-animation: flyaway 2.3s linear;
  -moz-animation: flyaway 2.3s linear;
  -o-animation: flyaway 2.3s linear;
  -ms-animation: flyaway 2.3s linear;
  animation: flyaway 2.3s linear;
  top: -80px;
  right: -1500px;
}
.btn.btn-send.clicked .svg path {
  fill: #005fcf;
}
.btn.btn-disabled[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  color: #fff;
  background: #666;
}
.btn.seemore-news {
  margin: 30px auto 30px auto;
  position: relative;
  display: block;
  width: 190px;
  color: #2a5fcb;
}
.btn.btn-report {
  pointer-events: none;
  cursor: default;
  animation: pulse-btn-preloader 1s infinite;
  padding: 10px 60px 10px 30px;
}
.btn.btn-report .svg {
  display: inline;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.btn-orders {
  padding: 10px 60px 10px 30px;
  transition: all .3s;
}
.btn.btn-orders .svg {
  display: inline;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 15px;
}
.btn.btn-orders .svg path {
  fill: #005fcf;
}
.btn.btn-orders:hover {
  transition: all .3s;
  background: #005fcf;
  color: #fff;
  border: 1px solid #005fcf;
}
.btn.btn-orders:hover .svg path {
  fill: #fff;
}
.btn.btn-blue-border:hover {
  border: 1px solid #005fcf;
}
@-webkit-keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shake {
  10%,90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,50%,70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%,90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,50%,70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
.btn.btn-save:hover {
  cursor: pointer;
}
.btn.btn-save:focus {
  outline: 0;
  box-shadow: 0 30px 30px -25px black;
}
.btn.btn-save:disabled {
  cursor: auto;
}
.btn.btn-save .spinner {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border-top: 2px solid #2a5fcb;
  border-right: 2px solid #2a5fcb;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-animation: loading 0.5s infinite linear;
  animation: loading 0.5s infinite linear;
}
.btn.btn-save.done {
  background: #7DCE94;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* bootstrap 5 col */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
/* bootstrap 5 col */
/* bootstrap 7 col */
.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
}

.col-xs-1-7 {
  width: 14.25%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-7 {
    width: 14.25%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-7 {
    width: 14.25%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-7 {
    width: 14.25%;
    float: left;
  }
}
/* bootstrap 7 col */
@media (min-width: 320px) and (max-width: 767px) {
  .row.row-mobile {
    margin: 0 0 0 0;
  }
}

.custom-checkbox {
  display: block;
  position: relative;
}
.custom-checkbox label {
  width: 100%;
  color: #222;
  position: relative;
  padding: 15px 0 0 0;
  display: block;
}
.custom-checkbox input[type="checkbox"] {
  display: none;
}
.custom-checkbox input[type="checkbox"] + span, .custom-checkbox input[type="radio"] + span {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  margin: 0 0 0 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
}
.custom-checkbox input[type="checkbox"]:checked + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: 0 solid #2b5ecb;
  border-width: 0 2px 2px 0;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  margin: -5px 5px;
  pointer-events: none;
}
.custom-checkbox .label {
  display: inline-block;
  font-weight: 400;
  color: #666;
  width: 100%;
  font-size: 14px;
  padding: 0 0 0 20px;
}

input {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  /* Цвет фона */
}

iframe {
  max-width: 100%;
}

.m-iframe {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
.m-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.label-bottom, .label-top {
  color: #3E3E3EB2;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.label-bottom {
  margin: 10px 0 0;
}

.label-top {
  margin: 0 0 10px;
}

.policy-new.custom-checkbox .label {
  font-size: 10px;
  color: #3e3e3e;
  line-height: 2em;
  padding: 0 0 0 20px;
}
.policy-new.custom-checkbox label span:not(.label) {
  cursor: pointer;
}
.policy-new.custom-checkbox input[type="checkbox"] + span {
  margin: 2px 0 0 0;
}
.policy-new.custom-checkbox a {
  color: #111 !important;
}
.policy-new.custom-checkbox a:hover {
  text-decoration: underline;
}

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