@font-face {
  font-family: 'FuturaPTDemi';
  src:
    local('FuturaPTDemi'),
    url('./fonts/FuturaPT/FuturaPT-Demi.woff'),
    url('./fonts/FuturaPT/FuturaPT-Demi.otf') format("truetype");
}

@font-face {
  font-family: 'FuturaPTBold';
  src:
    local('FuturaPTBold'),
    url('./fonts/FuturaPT/FuturaPT-Bold.otf'),
    url('./fonts/FuturaPT/FuturaPT-Bold.woff') format("woff");
}

@font-face {
  font-family: 'FuturaPTBook';
  src: url('./fonts/FuturaPT/FuturaPT-Book.eot');
  src: url('./fonts/FuturaPT/FuturaPT-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'FuturaPTBook', sans-serif;
  color: #4d4d4f;
  font-size: 22px;
  line-height: 1.2!important;
  padding: 0 !important;
}

.fnGallery .wrap:hover {
  background-color: #ED1851 !important;
}

.fnGallery .wrap{
  width: 100% !important;
}

.bg-body {
  /* background-image: linear-gradient(to bottom right, #79b2fe, #671cfe, #79b2fe, #671cfe); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

body:not(.home) header {
  position: relative;
  margin-bottom: 70px;
}

body:not(.home) .fnContacts {
  margin-top: 70px;
}

body p {
  margin-bottom: 28px;
}

body a {
  color: #ED1851;
  text-decoration: underline;
  transition: all .2s linear;
}

body a:hover {
  color: #ED1851;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

body strong,
body b {
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  font-weight: normal;
}

/*.container {
  max-width: 1140px;
}*/
@media (min-width: 1680px) {
  .container {
    max-width: 1600px;
  }
}

@media(max-width: 1024px) {
  body:not(.home) header {
    margin-bottom: 20px;
  }
}

h1 {
  text-transform: uppercase;
  color: #4d4d4f;
  font-size: 40px;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bold;
  /* margin-bottom: 70px; */
  letter-spacing: .05em;
}

@media (max-width: 1280px) {
  h1 {
    /*font-size: 46px;*/
    margin-bottom: 47px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

h2:not([class]) {
  text-transform: uppercase;
  font-size: 42px;
  font-family: 'FuturaPT', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
}

@media (max-width: 1200px) {
  h2:not([class]) {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  h2:not([class]) {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  h2:not([class]) {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  h2:not([class]) {
    font-size: 21px !important;
  }
}

h3 {
  text-transform: uppercase;
  color: #0ad7cd;
  font-size: 32px;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  margin: 70px 0 35px;
}

@media (max-width: 1280px) {
  h3 {
    margin: 50px 0 36px;
  }
}

@media (max-width: 520px) {
  h3 {
    font-size: 19px;
    margin: 16px 0 16px;
  }
}

h4 {
  color: #4d4d4f;
  font-size: 26px;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  margin: 30px 0 20px;
}

ul {
  padding-left: 30px;
  list-style: none;
  margin-bottom: 10px;
}

ul li {
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}

ul li:before {
  content: "";
  position: absolute;
  display: block;
  font-family: 'FuturaPTDemi', sans-serif;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #03ffee;
}

@media(max-width: 768px) {
  ul li {
    padding-left: 20px;
  }

  .fnSessions-item ul li {
    padding-left: 16px;
  }
}

ol {
  margin: 40px 0 30px;
  counter-reset: li-counter;
  padding-left: 0;
}

ol>li {
  list-style: none;
  counter-increment: li-counter;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}

ol>li:before {
  content: counters(li-counter, ".") ". ";
  position: absolute;
  display: block;
  font-family: 'FuturaPTDemi', sans-serif;
  left: 0;
}

ol>li p {
  margin-bottom: 10px;
}

blockquote {
  background-color: #ebebeb;
  padding: 30px 40px;
  margin: 42px 0;
}

@media(max-width: 520px) {
  blockquote {
    padding: 16px;
    margin: 26px 0;
  }
}

table {
  border: none;
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}

table th {
  font-size: 26px;
  color: #4d4d4f;
  font-family: 'FuturaPTDemi', sans-serif;
  border: none;
  background-color: #ebebeb;
}

table th p:last-of-type,
table td p:last-of-type {
  margin: 0;
  padding: 0;
}

table td,
table th {
  padding: 21px 34px;
}

table td {
  border: 1px solid #ebebeb;
  border-bottom-width: 3px;
}

table tr:first-of-type td {
  border-top-width: 3px;
}

@media(max-width: 1280px) {

  table td,
  table th {
    padding: 25px 40px;
  }
}

.btn {
  font-family: 'FuturaPTBook', sans-serif;
  display: inline-block;
  padding: 4px 50px 8px;
  border-radius: 200px;
  text-decoration: none;
  /*font-size: 22px;*/
  font-size: 1.375rem;
  cursor: pointer;
  z-index: 10;
}

.btn-default {
  color: #fff;
  background-color: #e84718;
  border: 1px solid #e84718;
}

.btn-default:hover {
  color: #e84718;
  background-color: #fff;
  border: 1px solid #e84718;
}

.btn-border {
  border: 1px solid #ED1851;
  padding: 7px 50px 13px;
  color: #ED1851;
  transition: all .2s linear;
  background-color: transparent;
}

.btn-border:hover {
  /*color: #e84718;*/
  background-color: #ED1851;
  border: 1px solid #ED1851;
  color: #fff;
}

.btn-border:hover:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAA4VBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9pPP/NAAAASnRSTlMAAQIDBAUGCgwNDg8QERITFR0tMDEyMzQ2ODo7PENGVVhbYmRmaH6ZnJ2goqqrrK67wsPExcfLzM3Oz9Lq6+zt7u/w8fLz+fz9/imzAfAAAACjSURBVHjahc/VDgJRDEXR4u7u7s7gOuhA//+DmEsTJlcS9lvXeSpY2WKgyt47xBXs6CMeEzIP0OyUFL38RtY5JQ4tGvS0ODRpuGTEoUHDNSsO9RcNeXZoupWB324F0/cody+qHR85te+iSt9GANqdX90n8SYMFOUcEq9DHLtGxKsgx+4x8TLA84R4wTOU6FfND0I1Nsx9IFU1cOYFRZWpB/72AbXIPhvfxtDhAAAAAElFTkSuQmCC);
}

.btn-border-white {
  color: #fff;
  border-color: #fff;
}

.btn-border-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-arrow:before {
  content: '';
  display: block;
  position: relative;
  top: 4px;
  width: 23px;
  height: 23px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAMAAADmrkDzAAAAgVBMVEXoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxg07u/uAAAAKnRSTlMAAwQFBkdVV1laW11fYWJkZmhqbG5wcnR2eHl6fH6lqqusra6w7vv8/f5AJA7IAAAAq0lEQVR42p3U2Q6CMBCFYRcQZXPfUVxpe97/AQ0B2yAOJ/pfki8Bygy9n+ufw24wyKGiLjC8AFCxDLwrylQigjuqdCoI36DOzASSakvmAomVJQuBRI4sBRI6shLI2JGNQIIC77bVFXS0owJ7KnCkAhkVJyYydpdD+aTPz4rm27YbNU+sXaAs+H7qEwvMmn79/yYoUWQKfc0m2XvUQE/FhbmRjSJbSTab/B1ILyaKR9z2rq3JAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 10px;
}

.btn-arrow-vetrical:before {
  transform: rotate(-90deg);
}

.btn-download {
  line-height: 47px;
}

.btn-download:before {
  content: '';
  display: block;
  position: relative;
  top: 4px;
  width: 32px;
  height: 41px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAArCAMAAAAqlqo4AAAAeFBMVEXnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxjnRxgsydxHAAAAJ3RSTlMAAwQFBkdVVlhaW11eYGFjZWdrbW9xc3Z5e31/pqqrrK2v8Pv8/f5rr96NAAAAxklEQVR42u3Q2Q6CMBCF4aOighu7++7Yef83lKa2FKgQjXf6X00mX9IF73Zl1Z98k3hDFxl6lrjcF02yEBfPiDMzzetkTsyngRL9IxfRtEpmJIdjX4reQa0psElAajr0CrLnZ+SXxCe93RdkQsaMNBmXuwDmVNmN9GDEDNB3d6XfqX7ALYrfMoVOI0JYRcIhIlSKRUPEqJWImkjQKBUVkcJRZpMMzvJS5HjRUoslXrZSYoWW1lKs0dqGeYOOtjt8FLf2q6S7B4wZZ3F5ZDmFAAAAAElFTkSuQmCC);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 20px;
}

.btn-download:hover:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAArCAMAAAAqlqo4AAAAeFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9lMhLIAAAAJ3RSTlMAAwQFBkdVVlhaW11eYGFjZWdrbW9xc3Z5e31/pqqrrK2v8Pv8/f5rr96NAAAAxklEQVR42u3Q2Q6CMBCF4aOighu7++7Yef83lKa2FKgQjXf6X00mX9IF73Zl1Z98k3hDFxl6lrjcF02yEBfPiDMzzetkTsyngRL9IxfRtEpmJIdjX4reQa0psElAajr0CrLnZ+SXxCe93RdkQsaMNBmXuwDmVNmN9GDEDNB3d6XfqX7ALYrfMoVOI0JYRcIhIlSKRUPEqJWImkjQKBUVkcJRZpMMzvJS5HjRUoslXrZSYoWW1lKs0dqGeYOOtjt8FLf2q6S7B4wZZ3F5ZDmFAAAAAElFTkSuQmCC);
}

.btn-arrow .btn-border-white:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAA4VBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9pPP/NAAAASnRSTlMAAQIDBAUGCgwNDg8QERITFR0tMDEyMzQ2ODo7PENGVVhbYmRmaH6ZnJ2goqqrrK67wsPExcfLzM3Oz9Lq6+zt7u/w8fLz+fz9/imzAfAAAACjSURBVHjahc/VDgJRDEXR4u7u7s7gOuhA//+DmEsTJlcS9lvXeSpY2WKgyt47xBXs6CMeEzIP0OyUFL38RtY5JQ4tGvS0ODRpuGTEoUHDNSsO9RcNeXZoupWB324F0/cody+qHR85te+iSt9GANqdX90n8SYMFOUcEq9DHLtGxKsgx+4x8TLA84R4wTOU6FfND0I1Nsx9IFU1cOYFRZWpB/72AbXIPhvfxtDhAAAAAElFTkSuQmCC);
}

@media (max-width: 992px) {
  .btn {
    font-size: 16px;
    padding: 6px 30px 7px;
  }
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 4px 20px 6px;
  }

  .btn-border {
    font-size: 18px;
    padding: 13px 20px 13px;
  }
}

@media (max-width: 428px) {
  .btn {
    font-size: 15px;
    padding: 4px 20px 6px;
  }

  .btn-border {
    padding: 13px 20px 13px;
  }

  .btn.btn-download {
    line-height: 28px;
    padding: 5px 20px 7px;
  }

  .btn-download:before {
    width: 16px;
    height: 20px;
    margin-right: 7px;
  }
}

header {
  position: relative;
  width: 100%;
  background-color: #fff;
  transition: all .2s linear;
  padding: 24px 0 30px;
  transition: all .2s linear;
  max-height: 105px;
}

/* header.sticky { */
  /* position: fixed !important;
  z-index: 10;
  top: 0; */
  /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25); */
/* } */

header.sticky+.fnMain {
  height: calc(87vh + 100px);
}

@media(min-width: 990px) {
  header.sticky.noshadow {
    box-shadow: none;
  }
}

header.sticky+div {
  padding-top: 100px;
}

header .logo img {
  /*width: 100%;*/
  /*max-width: 410px;*/
  /*max-width: 18rem;*/
  max-width: 360px;
  height: 42px;
}

/*header .register .btn{
  padding: 4px 30px 8px;
  font-size: 18px;
}*/
header .fnLang .item {
  display: inline-block;
  margin: 0 4px;
  text-decoration: none;
  text-transform: uppercase;
  color: #353535;
  font-size: 16px;
  font-family: 'FuturaPTBook', sans-serif;
  transition: all .2s linear;
}

header .fnLang .item:hover {
  text-decoration: underline;
}

header .fnPersonal .item {
  display: block;
  width: 49px;
  height: 49px;
  background-image: url("/web/20241121015526im_/https://www.finopolis.ru/local/templates/fino_new/img/Слой-211.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .2s linear;
}

header .fnPersonal .item:hover {
  opacity: .7;
}

header .fnSocial .icon {
  display: inline-block;
  margin: 0;
  margin-top: 5px;
  width: 22px;
  height: 22px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .2s linear;
}

header .fnSocial .icon-fb {
  fill: #4d4d4f;
  transition: all .2s linear;
  margin-left: 0;
}

header .fnSocial .icon-fb:hover {
  fill: #66c3cd;
}

header .fnSocial .icon-yt {
  fill: #4d4d4f;
  transition: all .2s linear;
  margin-left: 14px;
}

header .fnSocial .icon-yt:hover {
  fill: #66c3cd;
}

header .fnSocial .icon-vk {
  fill: #4d4d4f;
  transition: all .2s linear;
  margin-left: 18px;
}

header .fnSocial .icon-vk:hover {
  fill: #66c3cd;
}

header .fnSocial .icon-inst {
  fill: #4d4d4f;
  transition: all .2s linear;
  width: 19px;
  top: 1px;
}

header .fnSocial .icon-inst:hover {
  fill: #66c3cd;
}

header .fnMenu {
  transition: all .2s linear;
}

header .fnMenu button {
  position: relative;
  display: inline-block;
  float: none;
  top: 2px;
  margin: 0;
  padding: 0;
  width: 24px;
  background: none;
  border: none;
  outline: none;
  z-index: 842;
  cursor: pointer;
}

header .fnMenu button .icon-bar {
  display: block;
  margin: 6px 0 0;
  width: 100%;
  height: 3px;
  background-color: #e84718;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header .fnMenu button.close {
  padding: 14px;
  top: -6px;
  right: -4px;
  opacity: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

header .fnMenu button.close .icon-bar {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}

header .fnMenu button.close .icon-bar:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}

header .fnMenu button.close .icon-bar:last-of-type {
  display: none;
}

header .fnMenu:hover {
  opacity: .7;
}

@media (max-width: 1680px) {
  header .logo img {
    width: inherit;
    max-width: 360px;
    height: 42px;
  }

  header .register {
    margin: 0 !important;
  }

  header .register .btn {
    padding: 4px 30px 8px;
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  header .logo img {
    width: auto;
    max-width: 160px;
  }

  header .register .btn {
    padding: 3px 24px 5px;
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  header {
    padding: 12px 0;
  }

  header .logo img {
    height: 28px;
  }

  header .btn {
    font-size: 14px;
  }

  .fnMain .title {
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  header .btn {
    width: 100%;
  }
}

.fnMenuInner {
  margin-bottom: 50px;
  position: relative;
  background-color: #66c3cd;
  overflow: hidden;
}

.fnMenuInner-wrap {
  justify-content: stretch;
}

.fnMenuInner a {
  display: inline-block;
  padding: 28px;
  /* font-size: 26px; */
  font-size: 21px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-family: 'FuturaPTDemi', Sans-Serif;
  font-weight: 500;
  transition: all 0.2s linear;
  z-index: 1;
}

.fnMenuInner a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  transform: skew(-15deg);
  border-right: 2px solid #fff;
  z-index: -1;
}

.fnMenuInner a:last-of-type:before {
  border-right: none;
}

.fnMenuInner a:hover {
  color: #fff;
}

.fnMenuInner a.selected:before,
.fnMenuInner a:hover:before {
  background-color: #ED1851;
}

.programm-t-item-event__title,
.programm-t-item-event-popup-speakers-title,
.programm-t-item-event-popup-hall,
.programm-t-item-event-popup-type{
  color: #ffffff;
}

@media(max-width: 1700px) {
  .fnMenuInner a {
    font-size: 20px;
  }
}

@media (max-width: 1640px) {
  .fnMenuInner a {
    font-size: 20px;
    padding: 15px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .fnMenuInner a {
    border-bottom: 1px solid #fff;
  }

  .fnMenuInner a:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .speaker-item__img:after {
    display: none;
    visibility: hidden;
  }

  .fnMenuInner a {
    padding: 10px;
    font-size: 17px;
  }

  .fnMenuInner a.selected {
    background-color: #e84718
  }
}

.fnMain {
  background-image: url("/web/20241121015526im_/https://www.finopolis.ru/local/templates/fino_new/img/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 100vh;*/
  height: 90vh;
  max-height: 940px;
  min-height: 600px;
}

.fnMain>.container {
  height: 100%;
  /*max-height: 940px;
  min-height: 600px;*/
}

.fnMain>.container>.row {
  height: 100%;
  max-height: 940px;
  min-height: 600px;
}

.fnMain .title {
  font-size: 3.275rem;
  color: #fff;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 68px;
  letter-spacing: .05em;
}

.fnMain .stitle {
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  color: #e84718;
  font-size: 36px;
  margin-bottom: 150px;
}

.fnMain .details {
  font-family: 'FuturaPTBook', sans-serif;
  color: #66c3cd;
  font-size: 48px;
  /*margin-bottom: 100px;*/
}

.fnMain .details .item {
  position: relative;
  padding: 0 26px 0 44px;
}

.fnMain .details .item:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 94%;
  background-color: #e84718;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.fnMain .details .item:last-of-type:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  width: 9px;
  height: 94%;
  background-color: #e84718;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.fnMain .container {
  height: calc(100% - 82px);
}

.fnMain .broadcast-wrap {
  position: relative;
  padding: 34px 0 20px;
  background: #e84718;
  color: #fff;
  /*bottom: -5px;*/
}

.fnMain .broadcast-wrap a {
  text-decoration: none;
  color: #fff;
}

.fnMain .broadcast-wrap p {
  margin: 0;
  padding: 0;
}

.bcast.broadcast-wrap {
  position: relative;
  padding-bottom: 56.25%;
}

.bcast.broadcast-wrap iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: none;
  box-shadow: none;
}

#bcast {
  padding: 30px;
}

@media(min-width: 1600px) {
  .fnMain {
    background-position: 70% center;
  }

  .fnMain.scale {
    max-height: 720px;
  }

  .fnMain.scale>.container>.row {
    max-height: 640px;
    min-height: 540px;
  }

  .fnMain.scale .title {
    font-size: 2.5rem;
  }

  .fnMain.scale .stitle {
    font-size: 1.8rem;
    margin-bottom: 140px;
  }

  .fnMain.scale .details {
    font-size: 1.8rem;
  }
}

/*@media(max-width: 1690px){
  .fnMain{height:100vh;}
  .fnMain > .container > .row{height: 86vh;min-height: inherit;max-height: inherit;}
  .fnMain > .container{min-height: auto;max-height: auto;}
  .fnMain .title{font-size: 40px;line-height:1.2;margin-bottom: 15px;margin-top: 60px;}
  .fnMain .stitle{font-size: 34px;margin-bottom: 110px;}
  .fnMain .details{font-size: 34px;margin-bottom: 30px;}
}*/
@media(max-width: 1900px) {
  .fnMain {
    max-height: 900px;
  }
}

@media(max-width: 1690px) {
  .fnMain .title {
    font-size: 48px;
  }

  .fnMain .details {
    margin-bottom: 80px;
  }

  .fnMain .stitle {
    font-size: 32px;
  }
}

@media(max-width: 1480px) {
  .fnMain .title {
    font-size: 40px;
    line-height: 1.4;
  }

  .fnMain .stitle {
    margin-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .fnMain .title {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1.4;
  }
}

@media (max-width: 992px) {
  .fnMain .title {
    font-size: 48px !important;
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .fnMain .stitle {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .fnMain .details {
    font-size: 28px;
  }

  .fnMain .details .item:before {
    height: 45px;
    width: 9px;
  }

  .fnMain .details .item:last-of-type:after {
    height: 45px;
    width: 9px;
  }
}

@media (max-width: 768px) {
  .fnMain {
    min-height: 480px;
    background-image: url("/web/20241121015526im_/https://www.finopolis.ru/local/templates/fino_new/img/main-xs-bg.jpg");
    background-position: 20% center;
  }

  .fnMain>.container>.row {
    height: 100%;
    min-height: 540px;
  }

  .fnMain .title {
    font-size: 36px !important;
    margin-bottom: 15px;
  }

  .fnMain .stitle {
    font-size: 28px;
    margin-bottom: 200px;
  }

  .fnMain .details {
    font-size: 28px;
    margin-bottom: 100px;
  }

  .fnMain .broadcast-wrap {
    padding: 26px 0 20px;
  }

  .h-100 {
    height: auto !important;
  }

  table th {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .fnMain .details {
    font-size: 20px;
  }

  .fnMain .details .item {
    padding: 0 15px;
    font-size: 20px !important;
  }

  .fnMain .details .item:before {
    top: -4px;
    height: 40px;
    width: 8px;
  }

  .fnMain .details .item:last-of-type:after {
    top: -4px;
    height: 40px;
    width: 8px;
  }

}

@media (max-width: 400px) {
  .fnMain {
    height: 480px;
    background-image: url("/web/20241121015526im_/https://www.finopolis.ru/local/templates/fino_new/img/main-xs-bg.jpg");
    padding-top: 50px;
  }

  .fnMain>.container {
    height: 100%;
  }

  .fnMain>.container>.row {
    height: 100%;
  }

  .fnMain .title {
    font-size: 26px !important;
    margin-bottom: 30px;
    max-width: 280px;
  }

  .fnMain .details {
    font-size: 20px;
  }
}

.fnAbout {
  color: #4d4d4f;
}

.fnAbout.fnBlue {
  padding: 80px 0;
  overflow: hidden;
}

.fnAbout .desc {
  font-size: 22px;
  margin-bottom: 75px;
}

.fnAbout h3 {
  font-family: 'FuturaPTBook', sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: none;
}

.fnAbout h2 {
  text-transform: none;
  font-size: 43px;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  letter-spacing: 0;
}

.fnAbout .item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.fnAbout .item .picture-wrap {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
}

.fnAbout .item .picture-wrap .pic {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*border: 10px solid #e84718;*/
}

.fnAbout .item .picture-wrap .pic:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e84718;
  right: -10px;
  z-index: -1;
}

.fnAbout .item .cnt {
  font-family: 'FuturaPTBold', sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #fff;
}

.fnAbout .item .cnt span {
  color: #e84718;
}

.fnAbout .item .label {
  position: relative;
  font-size: 24px;
  color: #4d4d4f;
  z-index: 1;
  padding-left: 15px;
}

.fnAbout .item .label:before {
  content: '';
  display: block;
  position: absolute;
  width: 120%;
  height: 100%;
  background-color: #fff;
  left: -20%;
  z-index: -1;
  /* -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg); */
}

.partners__section-title, 
h2.partners__section-title {
  text-transform: uppercase;
  color: #4d4d4f;
  font-family: 'FuturaPT', sans-serif;
  font-weight: 600;
}

@media (max-width: 1680px) {
  .fnAbout .desc {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .fnAbout h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .fnAbout h2 {
    font-size: 30px;
  }

  .fnAbout .item .picture-wrap {
    width: 140px;
    height: 140px;
  }

  .fnAbout .item .picture-wrap .pic {
    border-width: 6px;
  }

  .fnAbout .item .cnt {
    font-size: 52px;
  }

  .fnAbout .item .label {
    font-size: 24px;
  }

  .fnAbout .item .label:before {
    height: 90%;
    top: 5px;
  }
}

@media (max-width: 1024px) {
  .fnAbout .desc {
    font-size: 20px;
    margin-bottom: 60px;
  }

  .fnAbout h3 {
    font-size: 30px;
  }

  .fnAbout h2 {
    font-size: 36px;
  }
}

@media (max-width: 520px) {
  .fnAbout.fnBlue {
    padding: 40px 0;
  }

  .fnAbout .desc {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .fnAbout h3 {
    font-size: 18px;
  }

  .fnAbout h2 {
    font-size: 20px;
  }

  .fnAbout .item .picture-wrap {
    width: 127px;
    height: 127px;
  }

  .fnAbout .item .picture-wrap .pic {
    border-width: 6px;
  }

  .fnAbout .item .cnt {
    font-size: 50px;
  }

  .fnAbout .item .label {
    font-size: 17px;
  }

  .fnAbout .item .label:before {
    height: 90%;
    top: 3px;
  }
}

.fnReviews {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.fnReviews .picture-wrap {
  display: block;
  position: relative;
  z-index: 1;
  width: 254px;
  height: 254px;
}

.fnReviews .picture-wrap .pic {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c7c7c7;
}

.fnReviews .picture-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e84718;
  right: -20px;
  top: 10px;
  z-index: 0;
}

.fnReviews .picture-wrap::after {
  content: '';
  display: block;
  position: absolute;
  width: 53px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='30' viewBox='0 0 53 30' fill='none'%3E%3Ccircle cx='6.5' cy='23.5' r='6.5' fill='%235BC6CC'/%3E%3Ccircle cx='43.5' cy='14.5' r='9.5' fill='%235BC6CC'/%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' transform='matrix(1 0 0 -1 13 5)' fill='%235BC6CC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  bottom: 10px;
  z-index: 2;
}

.fnReviews__block-img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.fnReviews__block-text {
  flex: 1 !important;
  max-width: 1000px !important;
}

.fnReviews .quote {
  position: relative;
  font-size: 22px;
  margin-bottom: 60px;
}

.fnReviews .quote:before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: -90px;
  width: 58px;
  height: 58px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.fnReviews .quote:after {
  /* content: ''; */
  position: absolute;
  bottom: 0;
  right: -90px;
  width: 58px;
  height: 58px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fnReviews .autor {
  font-size: 22px;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fnReviews .post {
  font-size: 19px;
  color: #81868a;
}

.fnReviews .owl-nav {
  top: 110px;
  bottom: auto;
}

@media (max-width: 1680px) {
  .fnReviews .wrap .col-1 {
    display: none !important;
  }

  .fnReviews .wrap .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .fnReviews .wrap .quote:before {
    left: -70px;
    width: 52px;
    height: 52px;
  }

  .fnReviews .wrap .quote:after {
    right: -70px;
    width: 52px;
    height: 52px;
  }

  .fnReviews .owl-nav{
    top: 120px;
    bottom: auto;
  }

  .fnReviews .owl-nav .owl-prev {
    left: -100px;
  }

  .fnReviews .owl-nav .owl-next {
    right: -100px;
  }
}

@media (max-width: 1400px) {
  .fnReviews .owl-carousel {
    width: 80%;
    margin: auto;
  }

  .fnReviews .wrap .picture-wrap {
    width: 215px;
    height: 215px;
  }
}

@media (max-width: 1200px) {
  .fnReviews .wrap .picture-wrap {
    width: 190px;
    height: 190px;
  }

  .fnReviews .quote {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .fnReviews .wrap .quote:before {
    left: -46px;
    width: 34px;
    height: 34px;
  }

  .fnReviews .wrap .quote:after {
    /*display: none;*/
    right: -46px;
    width: 34px;
    height: 34px;
  }

  .fnReviews .autor {
    margin-bottom: 10px;
  }

  .fnReviews .post {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .fnReviews {
    padding: 60px 0 60px;
  }

  .fnReviews .wrap .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fnReviews .owl-nav {
    top: 110px;
  }

  .fnReviews .wrap .quote {
    padding: 0 54px;
  }

  .fnReviews .wrap .quote:before {
    left: 0;
  }

  .fnReviews .wrap .quote:after {
    right: 0;
  }
}

@media (max-width: 992px) {
  .fnReviews .owl-carousel {
    width: 100%;
  }

  .fnReviews .owl-nav .owl-prev {
    left: 0;
  }

  .fnReviews .owl-nav .owl-next {
    right: 0;
  }
}

@media (max-width: 520px) {
  .fnReviews {
    padding: 50px 0;
  }

  .fnReviews .quote {
    margin-bottom: 0;
  }

  .fnReviews .quote,
  .fnReviews .quote p {
    font-size: 15px;
    margin-bottom: 15px;
  }

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

  .fnReviews .wrap .picture-wrap {
    width: 132px;
    height: 132px;
  }

  .fnReviews .owl-nav {
    top: 65px;
  }

  .fnReviews .picture-wrap::after {
    width: 26px;
    height: 14px;
    left: 0;
    bottom: 10px;
  }
}

.fnOffers {
  position: relative;
}

.fnOffers.fnBlue {
  padding: 90px 0;
}

.fnOffers:before {
  content: '';
  position: absolute;
  background-color: #e84718;
  width: calc(50% + 40px);
  /* width: 100%; */
  height: 100%;
  left: -40px;
  top: 0;
}

.fnOffers .wrap {
  cursor: pointer;
}

.fnOffers .pic {
  float: left;
}

.fnOffers .title {
  display: inline-block;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  font-size: 46px;
  color: #4d4d4f;
  text-decoration: none;
  border-bottom: 3px solid #4d4d4f;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fnOffers .title:hover {
  border-color: transparent;
}

.fnOffers .desc {
  font-size: 22px;
}

.fnOffers .tx-white .title,
.fnOffers .tx-white .desc {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1680px) {
  .fnOffers .tx-white {
    padding-left: 20px !important;
  }

  .fnOffers .pic {
    margin: 0 20px !important;
  }

  .fnOffers .pic img {
    width: 90px;
  }

  .fnOffers .title {
    /* font-size: 38px; */
    font-size: 23px;
  }
}

@media (max-width: 1200px) {
  .fnOffers .tx-white {
    padding-left: 15px !important;
  }

  .fnOffers .pic {
    margin: 0 20px !important;
  }

  .fnOffers .pic img {
    width: 90px;
  }

  .fnOffers .title {
    font-size: 32px;
  }

  .fnOffers .desc {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .fnOffers {
    padding: 0 !important;
  }

  .fnOffers:before {
    width: 100%;
    height: 100%;
    /* height: 50%; */
    left: 0;
    top: 0;
  }

  .fnOffers .wrap {
    padding: 40px 15px !important;
  }

  .fnOffers .pic {
    margin: 0 15px 0 0 !important;
  }

  .fnOffers .pic img {
    width: 64px;
  }
}

@media (max-width: 520px) {

  .fnReviews .autor {
    font-size: 15px;
    text-align: center;
  }

  .fnReviews .quote {
    font-size: 15px !important;
  }

  .fnOffers .title {
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .fnOffers .desc {
    font-size: 14px !important;
  }

  .fnOffers .pic img {
    width: 44px;
  }

  .fnOffers .title {
    font-size: 22px;
    border-width: 2px;
  }

  .fnOffers .desc {
    font-size: 14px;
  }

  .fnOffers .wrap {
    padding: 30px 15px !important;
  }
}

.fnSpeakers {
  overflow: hidden;
}

.fnSpeakers .owl-nav .owl-next,
.fnSpeakers .owl-nav .owl-prev {
  /*background-image: url("/web/20241121015526im_/https://www.finopolis.ru/images/owl-arrow-speakers.png");*/
  opacity: .2;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.fnSpeakers .owl-nav .owl-next:hover,
.fnSpeakers .owl-nav .owl-prev:hover {
  opacity: .4;
}

.fnSpeakers .btn-border {
  margin-top: 15px;
}

.fnSpeakers .btn-border:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAMAAAAmopZHAAAA4VBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9pPP/NAAAASnRSTlMAAQIDBAUGCgwNDg8QERITFR0tMDEyMzQ2ODo7PENGVVhbYmRmaH6ZnJ2goqqrrK67wsPExcfLzM3Oz9Lq6+zt7u/w8fLz+fz9/imzAfAAAACjSURBVHjahc/VDgJRDEXR4u7u7s7gOuhA//+DmEsTJlcS9lvXeSpY2WKgyt47xBXs6CMeEzIP0OyUFL38RtY5JQ4tGvS0ODRpuGTEoUHDNSsO9RcNeXZoupWB324F0/cody+qHR85te+iSt9GANqdX90n8SYMFOUcEq9DHLtGxKsgx+4x8TLA84R4wTOU6FfND0I1Nsx9IFU1cOYFRZWpB/72AbXIPhvfxtDhAAAAAElFTkSuQmCC);
}

.fnSpeakers .item {
  padding: 0 15px;
}

.fnSpeakers .item h2 {
  margin-bottom: 90px;
}

.fnSpeakers .item .info-wrap {
  padding-top: 35px !important;
}

.fnSpeakers .item .picture-wrap {
  position: relative;
  border-bottom: 9px solid #66c3cd;
  padding-bottom: 54%;
}

.fnSpeakers .item .picture-wrap .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.fnSpeakers .item .title {
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: .05em;
}

.fnSpeakers .item .desc {
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 1680px) {
  .fnSpeakers .list {
    margin-top: 0 !important;
  }

  .fnSpeakers .item .title {
    font-size: 20px;
  }

  .fnSpeakers .item .desc {
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .fnSpeakers .item .title {
    font-size: 15px;
  }

  .fnSpeakers .item .desc {
    font-size: 15px;
  }
}

.fnNews {
  padding: 60px 0;
}

.fnNews h2 {
  margin-bottom: 50px;
}


.fnNews .item {
  margin-bottom: 20px;
}

.fnNews .date {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 0;
  color: #00B3C4;
  font-size: 22px;
  text-transform: lowercase;
}

/* .fnNews .date:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 28px;
  left: 2px;
  top: 0;
  background-color: #e84718;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
} */
.fnNews .title {
  font-family: 'FuturaPT', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.fnNews .title a {
  color: #4d4d4f;
  transition: all .2s linear;
  text-decoration: none;
}

.fnNews .title a:hover {
  color: #66c3cd;
}

.fnNews .desc {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .fnNews {
    padding: 45px 0 60px;
  }
}

@media (max-width: 520px) {
  .fnNews {
    padding: 50px 0;
  }
}

.fnPartners {
  padding: 0 0 80px;
}

.fnPartners .owl-carousel {
  width: calc(100% - 70px);
  margin: auto;
}

.fnPartners .owl-nav {
  width: calc(100% + 70px);
  left: -35px;
}

.fnPartners .item .picture-wrap {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
  margin-bottom: 15px;
}

.fnPartners .item .picture-wrap .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.fnPartners .item .picture-wrap a:hover .pic {
  opacity: .7;
}

.fnPartners .item .desc {
  font-size: 22px;
  transition: all .2s linear;
  color: #4d4d4f;
  text-decoration: none;
}

.fnPartners .item .desc:hover {
  color: #65c3cd;
}

@media (max-width: 1680px) {
  .fnPartners .item {
    padding: 0 10px;
  }

  .fnPartners .item .desc {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .fnPartners .owl-nav .owl-prev {
    left: -45px;
  }

  .fnPartners .owl-nav .owl-next {
    right: -45px;
  }
}

@media (max-width: 520px) {
  .fnPartners {
    padding-bottom: 40px;
  }

  .fnPartners .item .desc {
    padding: 0 5px;
    font-size: 15px;
  }

  /* .fnPartners .owl-nav {
    top: -12%;
  } */
  .fnPartners .owl-nav .owl-prev {
    left: 0;
  }

  .fnPartners .owl-nav .owl-next {
    right: 0;
  }
}

.fnContacts.fnRed {
  padding: 14px 0;
}

.fnContacts.fnRed.main {
  padding: 60px 0;
}

.fnContacts .item {
  max-height: 220px;
}

.fnContacts .item:last-of-type {
  margin-bottom: 0;
}

.fnContacts .info-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 10;
}

.fnContacts .picture-wrap {
  display: block;
  position: relative;
  background-color: #d13b10;
  width: 98px;
  height: 100%;
  margin-right: 40px;
  flex-shrink: 0;
}

.fnContacts .picture-wrap .pic {
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 80%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.fnContacts .label {
  font-size: 22px;
  max-width: 230px;
  line-height: 1.2;
}

.fnContacts.main .label {
  max-width: 160px;
  margin-bottom: 30px;
}

.fnContacts.main h2 {
  margin-bottom: 25px;
}

.fnContacts .title {
  font-family: 'FuturaPTBold', sans-serif;
  font-weight: bold;
  font-size: 23px;
  /*margin-bottom: 10px;*/
  line-height: 1.4;
}

.fnContacts .desc {
  font-size: 24px;
  line-height: 1.2;
}

.fnContacts a {
  color: #fff;
  text-decoration: underline;
}

.fnContacts a:hover {
  color: #fff;
}

@media (max-width: 1680px) {
  .fnContacts .title {
    font-size: 20px;
    line-height: 1.2;
  }

  .fnContacts .desc {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .fnContacts .picture-wrap {
    margin-right: 30px;
    width: 58px;
  }

  .fnContacts .picture-wrap .pic {
    background-size: contain;
  }

  .fnContacts .label {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .fnContacts .title {
    font-size: 17px;
  }

  .fnContacts .desc {
    font-size: 17px;
  }
}

@media(max-width: 992px) {
  .fnContacts .item {
    margin-bottom: 15px;
  }
}

.fnHistory a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #4d4d4f;
  line-height: 3;
  z-index: 1;
}

footer .fnHistory a {
  color: #F5F5F5;
}

.fnHistory a:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 30px);
  padding-bottom: calc(100% + 30px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e84718;
  top: -4px;
  left: -16px;
  z-index: -1;
  opacity: 0;
  transition: all .2s linear;
}

.fnHistory a:hover {
  text-decoration: none;
  color: #fff;
}

.fnHistory a.active {
  text-decoration: none;
  color: #fff;
}

.fnHistory a.active:before {
  opacity: 1;
}

.fnHistory-head a {
  line-height: 1.75;
}

.fnHistory-head a.active {
  color: #e84718;
}

.fnHistory-head a:before {
  display: none;
  top: -18px;
}

.fnHistory-head a:hover {
  color: #e84718;
}

.fnQuotes .col-12 {
  margin-bottom: 15px;
  flex: 0 0 35%;
  max-width: 30%;
}

.fnQuotes .item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 33px 30px;
  background-color: #66c3cd;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
}

.fnQuotes .item .value {
  position: relative;
  font-size: 18px;
  font-family: 'FuturaPTBook', sans-serif;
  padding-left: 60px;
}

.fnQuotes .item .value:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 16px;
  height: 100%;
  min-height: 87px;
  background-color: #62b1ba;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.fnQuotes .item .value .title {
  font-size: 24px;
  font-family: 'FuturaPTBold', sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.fnQuotes .item .value .title span {
  font-family: 'FuturaPTBook', sans-serif;
}

.fnQuotes .item.red {
  background-color: #e84718;
  color: #fff;
}

.fnQuotes .item.red .value:before {
  background-color: #eb623a;
}

.fnQuotes-info {
  margin-bottom: 10px;
}

.fnQuotes-info .item {
  font-size: 22px;
  font-family: 'FuturaPTBook', sans-serif;
  font-weight: normal;
}

.fnQuotes-info .item .value {
  font-size: 24px;
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: normal;
}

@media (max-width: 1660px) {
  .fnQuotes .item {
    font-size: 18px;
  }

  .fnQuotes .item .value {
    font-size: 15px;
    padding-left: 30px;
  }

  .fnQuotes .item .value:before {
    width: 8px;
    left: 5px;
  }

  .fnQuotes .item .value .title {
    font-size: 24px;
  }

  .fnQuotes-info {
    margin-bottom: 0;
  }

  .fnQuotes-info .item {
    padding: 27px 30px;
  }

  .fnQuotes-info .item .value {
    padding-left: 50px;
    font-size: 17px;
  }

  .fnQuotes-info .item .value:before {
    left: 20px;
    min-height: 46px;
  }
}

@media (max-width: 520px) {
  .fnQuotes-info .col-12 {
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fnQuotes-info .item {
    padding: 17px 15px;
    height: 100px;
    margin: 0;
  }

  .fnQuotes-info .item,
  .fnQuotes-info .item .value {
    font-size: 15px;
  }

  .fnQuotes-info .item .value {
    padding-left: 30px;
  }

  .fnQuotes-info .item .value:before {
    left: 8px;
    min-height: 44px;
  }
}

.grid {
  margin: 35px -15px;
  /*max-width: 1200px;*/
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 23%;
  margin: 0 15px;
}

.grid-item {
  display: block;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  clear: both;
  box-shadow: 1px 1.732px 21px 0px rgb(23, 23, 23, .08);
  cursor: pointer;
  transition: all .2s linear;
}

.grid-item img {
  display: block;
  /*height: 240px;*/
  width: 100%;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grid-item--width2 {
  width: calc(50% - 34px);
  box-shadow: none;
}

.grid-item--height2 {
  height: 600px;
  padding-bottom: 0;
}

.grid-item:hover {
  background: #e84718;
}

.grid-item:hover,
.grid-item:hover a,
.grid-item:hover .news_date {
  color: #fff !important;
}

.grid-item:hover .news_date:before {
  background-color: #fff;
}

.grid-item:hover img,
.grid-item:hover .wrap {
  opacity: .4;
}

.grid-item:hover .news_main {
  background: #e84718;
  color: #fff;
}

.grid-item .wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 56%;
}

.grid .item_1 {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #4d4d4f;
}

.grid .item_1 .news_title {
  margin: 30px 0 20px;
}

.grid .item_1 .news_title a {
  text-decoration: none;
  color: #4d4d4f;
  font-size: 26px;
}

.grid .item_1 .news_title a:hover {
  color: #fff;
}

.grid .item_1 img {
  height: 350px;
}

/* .grid .item_1:hover .news_main {
  transform: translateX(10px);
} */
.grid .item_1 .news_date {
  font-size: 24px;
}

.grid .item_1 .news_txt {
  font-size: 24px;
  margin-bottom: 15px;
}

.grid .news_block {
  padding: 30px;
  background-color: #ffffff;
}

.grid .news_date {
  display: block;
  position: relative;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #66c3cd;
  font-size: 22px;
  text-transform: lowercase;
}

.grid .news_date:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 22px;
  left: 2px;
  top: 0;
  background-color: #e84718;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.grid .news_txt {
  /*max-height: 186px;*/
  min-height: 22px;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.08;
}

.grid .news_title {
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  font-size: 22px;
  margin-bottom: 24px;
  margin-top: 15px;
  text-transform: none;
  line-height: 1.2;
}

.grid .news_title a {
  color: #4d4d4f;
  transition: all .2s linear;
  text-decoration: none;
}

.grid .news_title a:hover {
  color: #e84718;
}

.grid .news_more a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px #4d4d4f dashed;
  margin-bottom: 2em;
  font-size: 18px;
}

.grid .news_main {
  background: #66c3cd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grid .news_main span,
.grid .news_main p,
.grid .news_main a {
  color: #4d4d4f;
}

@media(max-width: 1680px) {

  .grid-sizer,
  .grid-item {
    width: 30%;
  }

  /* .grid-item img { */
    /*height: 210px;*/
  /* } */

  .grid-item--width2 {
    width: calc(60% + 30px);
  }
}

@media(max-width: 1024px) {

  .grid-item--width2,
  .grid-sizer,
  .grid-item {
    width: calc(50% - 30px);
  }

  .grid .item_1 .news_txt {
    font-size: 20px;
  }
}

.block-news-detail .date {
  display: block;
  position: relative;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 20px;
  color: #00B3C4;
  font-size: 24px;
  text-transform: lowercase;
}

.block-news-detail .date:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 22px;
  left: 2px;
  top: 0;
  background-color: #ED1851;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.block-news-detail img {
  width: 100%;
  max-width: 520px;
  float: right;
  margin: 10px 0 15px 30px;
}

@media (max-width: 768px) {
  .block-news-detail img {
    max-width: 100%;
    float: none;
    max-width: inherit;
    margin: 0 0 30px;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
  }

  .grid .item_1 .news_date,
  .grid .item_1 .news_title a,
  .grid .news_date {
    font-size: 15px;
  }

  .grid .item_1 .news_title,
  .grid .news_title {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .grid-item--height2 {
    height: 420px;
  }

  .grid .grid-item--height2 .item_1 .news_txt,
  .grid .news_txt {
    margin-top: 20px;
    font-size: 15px;
  }
}

.speakers .img-clip {
  display: block;
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px;
}

.speakers .img-clip .wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 94% auto;
  background-color: #c7c7c7;
}

.speakers .img-clip .wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e84718;
  right: -20px;
  z-index: -1;
}

.speakers .details {
  border: none;
}

.speakers .item {
  width: 100%;
  box-shadow: 1px 1.732px 21px 0px rgb(23, 23, 23, .08);
  padding: 40px;
}

.speakers .info>.btn:not(.collapsed) {
  display: none;
}

.speakers .item:not(.showed) {
  cursor: pointer;
}

.speakers .item:not(.showed):hover {
  background-color: #e84718;
  color: #fff;
}

.speakers .item:not(.showed):hover .s-name {
  color: #fff;
}

.speakers .item:not(.showed):hover .img-clip .wrap:before {
  background-color: #fff;
}

.search-js {
  display: block;
  width: 100%;
}

.search-js input {
  display: block;
  width: 100%;
  border: none;
  padding: 12px 0;
  border-bottom: 2px solid #ebebeb;
  color: #4d4d4f;
  border-radius: 0;
  box-shadow: none !important;
}

.search-js input:focus+.input-group-append button {
  border-color: #80bdff;
}

.search-js button {
  border: none;
  padding-right: 0;
  background-color: transparent;
  border-bottom: 2px solid #ebebeb;
  border-radius: 0;
}

.search-js .form-control:focus,
.search-js button:active,
.search-js button:focus,
.search-js input:active,
.search-js input:focus {
  box-shadow: none;
}

@media(min-width: 990px) {
  .search-letters.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
}

.search-letters .item {
  box-shadow: none;
  font-family: 'FuturaPTDemi', sans-serif;
  padding: 9px 11px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
}

.search-letters .item:not(.collapsed) {
  display: none;
  background-color: #e84718;
  color: #fff;
}

.search-letters .item:not(.collapsed)+.item {
  display: block;
  background-color: #e84718;
  color: #fff;
}

.search-letters .panel-default .item {
  background-color: transparent;
  color: #4d4d4f;
}

.search-letters .panel-default .item.active {
  background-color: #e84718;
  color: #fff;
}

@media(max-width: 768px) {
  .speakers .img-clip {
    margin: auto;
    width: 149px;
    height: 149px;
  }

  .speakers .img-clip .wrap:before {
    right: -10px;
  }

  .speakers .list {
    max-width: 100% !important;
    padding: 0 30px;
  }
}

footer.fnBlue {
  font-size: 16px;
  padding: 60px 0 40px;
}

footer a,
footer p {
  color: #F5F5F5;
}

footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer .copyright-text {
  margin-top: 100px;
  margin-bottom: 50px;
}

footer .copyright img {
  height: 3rem;
}

footer .copyright img.br {
  position: relative;
  height: 4rem;
  /* top: 10px; */
}

.tx-white,
.tx-white {
  color: #fff;
}

.fnBlue {
  padding: 95px 0 81px;
  background-image: url('/web/20241121015526im_/https://www.finopolis.ru/local/templates/fino_new/img/footer_bg.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

@media (max-width: 1680px) {
  footer .logos {
    font-size: 15px;
  }

  footer .logos {
    justify-content: flex-end;
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .fnBlue {
    padding: 45px 0 60px;
  }
}

@media (max-width: 680px) {
  .fnBlue {
    padding: 40px 0;
  }

  .grid-sizer,
  .grid-item {
    width: calc(100% - 30px);
  }

  footer .logos {
    flex-direction: column;
  }
}

#scroller {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: transparent url('/web/20241121015526im_/https://www.finopolis.ru/images/scroller.png') no-repeat left top;
  background-size: contain;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

@media (max-width: 768px) {
  #scroller {
    right: 15px;
  }
}

.fnRed {
  padding: 60px 0;
  background-color: #e84718;
}

@media (max-width: 1024px) {
  .fnRed {
    padding: 45px 0 60px;
  }
}

@media (max-width: 520px) {
  .fnRed {
    padding: 50px 0;
  }
}

.fnKey {
  padding: 60px 0;
  background-color: #4d4d4f;
  background-image: url("/web/20241121015526im_/https://www.finopolis.ru/images/key-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fnKey .list {
  column-count: 2;
  padding-left: 20px;
  /*margin: 0 -40px;*/
}

.fnKey .list-item {
  display: block;
  position: relative;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  font-family: 'FuturaPTBook', sans-serif;
  font-size: 28px;
  line-height: 1.2;
  padding: 0 0 20px 60px;
  margin: 0;
  overflow: visible;
}

.fnKey .list-item:before {
  display: block;
  position: relative;
  float: left;
  height: 39px;
  width: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -40px;
  top: -5px;
  background-color: #e84718;
}

.fnKey .list-item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1680px) {
  .fnKey .list-item {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .fnKey .list-item {
    font-size: 20px;
  }

  .fnKey .list-item:before {
    height: 32px;
    width: 6px;
    top: 2px;
    left: -40px;
  }
}

@media (max-width: 1024px) {
  .fnKey {
    padding: 45px 0 60px;
  }
}

@media (max-width: 992px) {
  .fnKey .list {
    column-count: 1;
    padding-left: 30px;
    margin: 0;
  }

  /*.fnKey .list-item:before {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }*/
}

@media (max-width: 768px) {
  .fnKey {
    background-image: none;
  }
}

@media (max-width: 520px) {
  .fnKey {
    padding: 50px 0;
  }

  .fnKey .list {
    padding-left: 42px;
  }
}

.bgLines {
  position: relative;
  z-index: 1;
}

.bgLines:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/web/20241121015526im_/https://www.finopolis.ru/local/templates/fino_new/img/bg-lines.png");
  background-repeat: repeat;
  background-position: center;
  z-index: -1;
}

.relative {
  position: relative;
}

.owl-carousel {
  position: relative;
}

/* .owl-item { */
  /*padding: 0 40px;*/
/* } */

.owl-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url("/web/20241121015526im_/https://www.finopolis.ru/images/owl-arrow.png"); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='24' viewBox='0 0 59 24' fill='none'%3E%3Cpath d='M58.0607 10.9393C58.6464 11.5251 58.6464 12.4749 58.0607 13.0607L48.5147 22.6066C47.9289 23.1924 46.9792 23.1924 46.3934 22.6066C45.8076 22.0208 45.8076 21.0711 46.3934 20.4853L54.8787 12L46.3934 3.51472C45.8076 2.92894 45.8076 1.97919 46.3934 1.3934C46.9792 0.807616 47.9289 0.807616 48.5147 1.3934L58.0607 10.9393ZM1.31134e-07 10.5L57 10.5L57 13.5L-1.31134e-07 13.5L1.31134e-07 10.5Z' fill='%23E84718'/%3E%3C/svg%3E");
  background-size: contain;
  font-size: 0;
  opacity: .75;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
  transform: scale(1.05);
}

.owl-nav .owl-prev {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-nav .owl-prev:hover {
  -moz-transform: rotate(180deg) scale(1.05);
  -ms-transform: rotate(180deg) scale(1.05);
  -webkit-transform: rotate(180deg) scale(1.05);
  -o-transform: rotate(180deg) scale(1.05);
  transform: rotate(180deg) scale(1.05);
}

.owl-nav .owl-prev {
  left: -60px;
}

.owl-nav .owl-next {
  right: -60px;
}

@media (max-width: 1440px) {
  /* .owl-item { */
    /*padding: 0 40px;*/
  /* } */

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 50px;
    height: 50px;
  }

  .owl-nav .owl-prev {
    left: -55px;
  }

  .owl-nav .owl-next {
    right: -55px;
  }
}

@media (max-width: 992px) {
  .owl-nav {
    top: 25%;
    bottom: auto;
  }
}

@media (max-width: 768px) {
  .owl-nav .owl-prev {
    width: 30px;
    left: 30px;
  }

  .owl-nav .owl-next {
    width: 30px;
    right: 30px;
  }
}

.modal-backdrop.show {
  z-index: 5;
}

.modal-open {
  overflow-x: hidden;
  overflow-y: auto;
}

.sticky:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: opacity .15s linear;
  z-index: -1;
  opacity: 0;
}

.modal-open .sticky:before {
  z-index: 5;
  opacity: .5;
  transition: opacity .15s linear;
}

.modal#modalMenu {
  position: absolute;
  top: -50px;
  right: -120px;
  bottom: auto;
  left: auto;
}

.modal#modalMenu .modal-dialog {
  max-width: 100%;
  margin-top: 0;
}

.modal#modalMenu .modal-content {
  padding: 30px 104px 40px 120px;
}

.modal#modalMenu .menu {
  display: block;
  overflow: visible;
  column-count: 2;
}

.modal#modalMenu .menu-wrap {
  display: block;
  height: calc(100vh - 170px);
  overflow: hidden auto;
}

.modal#modalMenu .menu-item {
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
  max-width: 300px;
  margin: 0 0 30px 15px;
}

.modal#modalMenu .menu-item .title {
  display: block;
  /*margin-bottom: 17px;*/
  font-family: 'FuturaPTDemi', sans-serif;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 22px;
  text-decoration: none;
  color: #353535;
  transition: all .2s linear;
  cursor: default;
}

.modal#modalMenu .menu-item:not(.parent) .title:hover,
.modal#modalMenu .menu-item .title.active {
  color: #e84718;
}

.modal#modalMenu .menu-item a.title {
  cursor: pointer;
}

.modal#modalMenu .menu-item .link {
  display: block;
  font-family: 'FuturaPTBook', sans-serif;
  font-size: 22px;
  text-decoration: none;
  color: #353535;
  transition: all .2s linear;
}

.modal#modalMenu .menu-item .link:hover,
.modal#modalMenu .menu-item .link.active {
  color: #e84718;
}

.modal#modalMenu .btn {
  padding: 4px 25px 8px;
}

.modal#modalMenu .fnLang .item {
  margin: 6px 0 6px 30px;
}

.modal#modalMenu .menu-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, .01);
  border-radius: 0px;
}

.modal#modalMenu .menu-wrap::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(0, 0, 0, .01);
}

.modal#modalMenu .menu-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
  .modal#modalMenu {
    top: -50px;
    right: 0;
    left: 0;
  }

  .modal#modalMenu .modal-dialog {
    height: 107vh;
    /* overflow: scroll; */
  }

  .modal#modalMenu .modal-content {
    height: 100%;
    padding: 40px 0;
    overflow: auto;
  }

  .modal#modalMenu .menu-item {
    margin-bottom: 20px;
  }

  .modal#modalMenu .menu-item .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .modal#modalMenu .menu-item .link {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .modal#modalMenu .menu {
    column-count: 1;
  }
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.modal-body {
  overflow: hidden;
}

.modal:not(#modalMenu) .modal-body {
  padding: 60px 37px 37px;
}

.modal:not(#modalMenu) .close {
  display: block;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 22px;
  height: 22px;
  font-size: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAG1BMVEXoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxjoRxhibYT4AAAACHRSTlMAFUdIStPU+aKMsQcAAABMSURBVHjaxdFLCgAgCATQsf/9T1yREDnMuhYlD1RogGQIxzJQerWgrZd1jcc3NPOH1AtSLmWjXnPdNfpRclJiMYRWfvsHEYMITUQ8AUIWA0vdJ7SdAAAAAElFTkSuQmCC);
  z-index: 10;
}

.modal .modal-dialog {
  width: 936px;
  max-width: 90%;
}

.modal .person {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}

.modal .image-large {
  position: relative;
  width: 240px;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #4b4b4b;
}

.modal .bg-contain .image-large {
  background-size: 100% auto;
  /* background-size: 95% auto; */
}

.modal .picture-wrap {
  position: relative;
  margin-right: 60px;
}

.modal .picture-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 50%;
  background-color: #e84718;
  left: 20px;
}

.modal .person .name {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'FuturaPTDemi', sans-serif;
  font-size: 19px;
}

@media(max-width: 768px) {
  .modal .image-large {
    width: 196px;
    height: 196px;
  }
}

@media(max-width: 640px) {
  .modal.show .modal-dialog {
    margin: 40px auto;
  }

  .modal .person {
    flex-direction: column;
  }

  .modal .picture-wrap {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .modal .image-large {
    width: 149px;
    height: 149px;
  }

  .modal .picture-wrap:before {
    left: 10px;
  }

  .modal.show .modal-dialog {
    top: 20%;
  }

  .modal:not(#modalMenu) .close {
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }

  .modal:not(#modalMenu) .modal-body {
    padding: 40px 20px 20px;
  }
}

.icon {
  display: inline-block;
  position: relative;
  /* float: left; */
  margin-right: 15px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}

.icon:hover {
  opacity: 1;
}

.icon.icon-pdf {
  width: 42px;
  height: 42px;
  background-image: url("/web/20241121015526im_/https://www.finopolis.ru/images/icon/pdf-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.icon-pdf+span {
  display: -webkit-box;
}

.icon.icon-none {
  float: none;
  width: 16px;
  height: 16px;
  margin: 0 6px 0;
}

.icon.icon-phone {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/Tel.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-mail {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/Email.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-photo {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/photo.png);
  float: none;
  width: 23px;
  height: 19px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-photo:hover {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/photo-hover.png);
}

.icon.icon-bcast {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/bcast.png);
  float: none;
  width: 32px;
  height: 32px;
  top: -6px;
  margin: 0;
}

@media(min-width: 1800px) {
  h2 {
    font-size: 2.5rem;
  }

  .btn {
    padding: 7px 35px 11px;
  }

  .fnMain {
    height: 89vh;
    min-height: 480px;
  }

  .fnMain>.container>.row {
    min-height: initial;
    max-height: 100%;
  }

  /*.fnMain .title{
    font-size: 2.9rem;
  }
  .fnMain .stitle{
    font-size: 2.1rem;
    margin-bottom: 120px;
  }*/
  .fnMain .details {
    margin-bottom: 0;
  }

  .fnMain .details .item {
    font-size: 2.9rem;
  }

  .fnMain .details .item:last-of-type:after,
  .fnMain .details .item:before {
    width: 9px;
  }

  .fnAbout h3,
  .fnAbout h2 {
    font-size: 1.75rem;
    text-transform: none;
    font-family: 'FuturaPTDemi', sans-serif;
    font-weight: bolder;
    letter-spacing: 0;
  }

  .fnReviews .quote {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .fnReviews .autor {
    margin: 0;
  }

  .fnOffers .title {
    font-size: 1.8rem;
    /*line-height: 2;*/
    margin-bottom: 22px;
  }

  .fnSpeakers .item .picture-wrap .pic {
    background-size: auto 85%;
  }

  .fnSpeakers .item .title,
  .fnSpeakers .item .desc {
    font-size: 1.4rem;
  }

  .fnKey .list-item {
    font-size: 1.5rem;
  }

  .fnNews .date {
    font-size: 1.5rem;
  }

  .fnPartners .item .desc {
    font-size: 1.4rem;
  }

  .fnContacts .title {
    font-family: 'FuturaPTDemi', sans-serif;
  }

  .fnHistory a {
    font-size: 1.5rem;
  }

  .fnPartners {
    padding: 0 0 75px;
  }

  .fnKey,
  .fnRed,
  .fnNews,
  .fnReviews,
  .fnOffers.fnBlue,
  .fnContacts.fnRed.main,
  .fnAbout.fnBlue,
  footer.fnBlue {
    padding: 70px 0;
  }

  .fnKey .list {
    margin: 0;
  }

  footer.fnBlue {
    font-size: 1.125rem;
  }

  footer .copyright img.br {
    height: 4rem;
  }

  footer .copyright img {
    height: 3.35rem;
  }

  .modal#modalMenu .menu-item .title {
    font-size: 1.4rem;
    font-family: 'FuturaPTDemi', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .05em;
  }

  .modal#modalMenu .menu-item .link {
    font-size: 1.4rem;
  }
}

@media (max-width: 1640px) {
  .fnMain {
    max-height: 730px;
    background-position: right center;
  }

  .fnMain .details .item {
    font-size: 2.25rem;
  }
}

@media (max-width: 1680px) {
  .fnSpeakers .owl-nav {
    top: 122px;
    bottom: auto;
  }
}

@media (max-width: 1280px) {

  body.home,
  body.home p,
  body.home a {
    font-size: 1.125rem;
  }

  /* body, */
  /* body p, */
  /* body a { */
    /* font-size: 22px; */
  /* }. */

  h2 {
    font-size: 2.125rem;
  }

  .btn {
    padding: 9px 30px 11px;
    font-size: 1.125rem;
  }

  .fnMain {
    height: 85vh;
    /*height: 560px;*/
    min-height: 480px;
    max-height: 680px;
    background-position: 85% center;
  }

  .fnMain>.container>.row {
    min-height: initial;
    max-height: 100%;
  }

  .fnMain .title {
    font-size: 2.125rem;
  }

  .fnMain .stitle {
    font-size: 1.5rem;
    margin-bottom: 120px;
  }

  .fnMain .details {
    margin-bottom: 0;
  }

  .fnMain .details .item {
    font-size: 2.125rem;
  }

  .fnMain .details .item:last-of-type:after,
  .fnMain .details .item:before {
    width: 9px;
  }

  .fnAbout h3,
  .fnAbout h2 {
    font-size: 1.5rem;
    text-transform: none;
    font-family: 'FuturaPTDemi', sans-serif;
    font-weight: bolder;
    letter-spacing: 0;
  }

  .fnNews .date:before {
    top: -4px;
  }

  .fnReviews .quote {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }

  .fnReviews .autor {
    margin: 0;
  }

  .fnOffers .title {
    font-size: 1.5rem;
    line-height: 2;
  }

  .fnOffers .desc {
    font-size: 1.125rem;
  }

  .fnSpeakers h2 {
    margin-bottom: 53px;
  }

  .fnSpeakers .owl-nav {
    top: 120px;
    bottom: auto;
  }

  .fnSpeakers .item .title,
  .fnSpeakers .item .desc {
    font-size: 1.125rem;
  }

  .fnKey .list-item {
    font-size: 1.25rem;
  }

  .fnNews .date {
    font-size: 1.125rem;
  }

  .fnPartners .item .desc {
    font-size: 1.25rem;
  }

  .fnContacts .title {
    font-family: 'FuturaPTDemi', sans-serif;
  }

  .fnContacts .label {
    margin-bottom: 13px;
  }

  .fnContacts .label,
  .fnContacts .desc,
  .fnContacts a {
    font-size: 1.125rem;
  }

  body footer,
  body footer a,
  body footer p {
    font-size: 0.95rem;
  }

  .fnHistory a {
    font-size: 1.125rem;
  }

  .fnPartners {
    padding: 0 0 50px;
  }

  .fnKey,
  .fnRed,
  .fnNews,
  .fnReviews,
  .fnOffers.fnBlue,
  .fnContacts.fnRed.main,
  .fnAbout.fnBlue,
  footer.fnBlue {
    padding: 45px 0;
  }

  .fnContacts.fnRed {
    padding: 5px 0;
  }

  .fnKey .list {
    margin: 0;
  }

  footer .copyright img.br {
    height: 3.4rem;
  }

  footer .copyright img {
    height: 2.65rem;
  }

  .modal#modalMenu .menu-item .title {
    font-size: 1.125rem;
    font-family: 'FuturaPTDemi', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .05em;
  }

  .modal#modalMenu .menu-item .link {
    font-size: 1.125rem;
  }
}

@media (width: 1280px) {
  .fnReviews {
    padding-bottom: 68px;
  }

  .fnSpeakers .item .picture-wrap {
    padding-bottom: 56%;
  }

  .fnPartners {
    margin-top: 10px;
  }

  .fnPartners .list {
    margin-bottom: 20px;
  }

  .fnContacts.main .label {
    margin-bottom: 13px;
  }
}

@media(max-width: 768px) {

  /* body:not(.home),
  body:not(.home) p,
  body:not(.home) a { */
    /* font-size: 15px; */
  /* } */

  /* body:not(.home) p { */
    /* margin-bottom: 18px; */
  /* } */

  .fnMain .details .item {
    font-size: 1.5rem;
  }

  .fnMain .details .item:last-of-type:after,
  .fnMain .details .item:before {
    height: 32px;
    width: 7px;
    top: -4px;
  }

  .fnMain .stitle {
    font-size: 20px;
    margin-bottom: 60px;
    max-width: 280px;
  }
}

@media(max-width: 520px) {

  .fnKey .list-item {
    font-size: 19px;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
  }

  .fnKey .list-item:before {
    height: 25px;
    width: 5px;
    left: -30px;
    transform: rotate(90deg);
  }

  .fnSpeakers .img-clip {
    width: 200px;
    height: 200px;
    left: -10px;
  }

  .fnSpeakers .owl-nav {
    top: 80px;
  }

  .fnSpeakers .owl-nav .owl-prev {
    left: 0;
  }

  .fnSpeakers .owl-nav .owl-next {
    right: 0;
  }

  .owl-nav .owl-prev {
    left: 0;
  }

  .owl-nav .owl-next {
    right: 0;
  }

  .fnNews .title a {
    font-size: 15px;
  }

  .fnNews .date {
    font-size: 15px;
  }

  .fnNews .desc {
    display: none;
  }

  .fnContacts .item {
    margin-bottom: 30px;
  }
}

.optimizeTable .mobileTable {
  display: none;
  margin-bottom: 30px;
}

.optimizeTable ul,
.optimizeTable ul li {
  list-style: none;
}

.optimizeTable ul li,
.optimizeTable ul li p {
  text-align: left;
}

.optimizeTable ul,
.optimizeTable ul li {
  margin: 0;
  padding: 0;
}

.optimizeTable ul li:before {
  display: none;
}

.optimizeTable .mobileTable_rootTitle,
.optimizeTable .mobileTable_childTitle {
  padding: 10px 20px;
  background-color: #ebebeb;
  display: block;
  font-family: 'FuturaPTDemi', sans-serif;
  font-size: 15px;
}

.optimizeTable .mobileTable_childText {
  display: block;
  padding: 10px 20px;
}

.optimizeTable .mobileTable_rootTitle p:last-of-type,
.optimizeTable .mobileTable_childTitle p:last-of-type,
.optimizeTable .mobileTable_childText p:last-of-type {
  margin: 0;
  padding: 0;
}

.optimizeTable .mobileTable_childText:last-of-type {
  border-bottom: 1px solid #ebebeb;
}

@media (max-width: 768px) {
  .optimizeTable .mobileTable {
    display: block;
  }

  .optimizeTable table {
    display: none;
  }
}


.icon {
  display: inline-block;
  position: relative;
  /* float: left; */
  margin-right: 15px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}

.icon:hover {
  opacity: 1;
}

.icon.icon-none {
  float: none;
  width: 16px;
  height: 16px;
  margin: 0 6px 0;
}

.icon.icon-phone {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/Tel.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-email {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/Email.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-site {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/worldwide.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-pin {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/icon/pin.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-search {
  background-image: url(/web/20241121015526im_/https://www.finopolis.ru/images/search.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.program-wrapper.winners img {
  max-width: 100%;
}

@media(max-width: 992px) {
  .fnQuotes .col-12 {
    flex: none;
    max-width: 100% !important;
  }
}

@media (max-width: 1450px) {
  .fnMain {
    background-position: left center;
  }
}

.service-block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #4d4d4f
}

.service-blocks-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 30px
}

.service-block-text {
  flex: 2
}

.service-block-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #4d4d4f
}

.service-block-img {
  flex: 1
}

.service-block-img img {
  width: 100%;
  height: auto;
  object-fit: contain
}

@media (max-width: 1200px) {
  .service-blocks-row {
    flex-direction: column;
  }

  .service-block-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }

  .service-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }

  .service-blocks-row {
    margin-bottom: 15px;
    gap: 10px;
  }

  .service-block-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
  }
}




/* auth */

.bx-auth-title {
  display: none;
}

div.bx-auth {
  max-width: 1500px;
}

div.bx-auth-note {
  margin: 0 0 30px 0;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

div.bx-auth table td {
  border: none;
}

div.bx-auth .btn {
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px 113px;
  border-radius: 37px;
  background: #E84718;
  border: 1px solid #E84718;
}

div.bx-auth .btn:hover {
  color: #E84718;
  background: #FFFFFF;
}

div.bx-auth input.bx-auth-input {
  border: none;
  background: none;
  margin-bottom: 30px;

  color: #4D4D4F;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  text-align: left;

  border-bottom: 1px solid #A5A5A5;
  padding: 22px 25px 22px 150px;
}

div.bx-auth input.bx-auth-input:focus {
  outline: none;
  box-shadow: none;
}

table.bx-auth-table tr {
  position: relative;
}

table.bx-auth-table .bx-auth-label,
table.bx-auth-table .bx-auth-label + td {
  color: #4D4D4F;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  text-align: left;
}

table.bx-auth-table .bx-auth-label {
  position: absolute;
  border: none;
  top: calc(50% - 40px/2 - 30px);
  left: 10px;

  height: 70px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

table.bx-auth-table .bx-auth-label + td {
  width: 100%;
}

#USER_REMEMBER {
  display: none;
}

#USER_REMEMBER + label {
  padding-left: 28px;
  color: #000;
  font-family: 'FuturaPT', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  position: relative;

  margin-bottom: 38px;
}

#USER_REMEMBER + label::before {
  content: '';
  position: absolute;
  top: calc(50% - 18px/2);
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #A5A5A5;
  border-radius: 0;
  cursor: pointer;
}

#USER_REMEMBER:checked + label::before {
  border: 1px solid #E84718;
  background-color: #E84718;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.91744 1.0544C9.64758 0.78454 9.21005 0.78454 8.94019 1.0544L4.54253 5.45206L1.4654 2.37492C1.19554 2.10506 0.758012 2.10506 0.488153 2.37492C0.218294 2.64478 0.218293 3.08231 0.488152 3.35217L4.05393 6.91794C4.32379 7.1878 4.76131 7.1878 5.03117 6.91794C5.0325 6.91661 5.03382 6.91528 5.03513 6.91395L9.91744 2.03164C10.1873 1.76179 10.1873 1.32426 9.91744 1.0544Z' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

/* footer */
.f-contact {
  background-color: #E84718;
  padding: 40px 0;
  margin-top: 35px;
}

.f-contact__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}

.f-contact__block h2 {
  color: #FFF;
  font-family: 'FuturaPT', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}

.f-contact__tel-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.f-contact__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.f-contact__link,
.f-contact__title {
  color: #FFF;
  font-family: 'FuturaPT', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.f-contact__link:hover {
  color: #FFF;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .f-contact__tel-block {
    flex-direction: column;
  }
}
