/* --- Fonts --- */
/* --- Colors --- */
body {
    padding-top: 110px;
}

.off-scroll {
    height: 100vh;
    overflow: hidden;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.socials a {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 30px;
}

.socials a:last-of-type {
    margin-right: 0;
}

.socials a svg {
    fill: #354669;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.socials a:hover svg {
    fill: #60c967;
}

.align-self_center {
    -ms-flex-item-align: center;
    align-self: center;
}

.align-self_left, .align-self_left__adaptive {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 50px;
}

.header .logo {
    width: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .menu {
    list-style-type: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 60px;
}

.header .menu li {
    padding: 0 15px;
    position: relative;
}

.header .menu li.active > a,
.header .menu li.active > span {
    line-height: 20px;
    font-size: 18px;
    pointer-events: auto;
    cursor: pointer;
    background: #2d2d2d;
    display: block;
    padding: 35px 0;
    color: #60c967;
    position: relative;
    z-index: 10;
}

.header .menu li > span {
    display: block;
    padding: 35px 0;
    position: relative;
    font-size: 18px;
    line-height: 20px;
}

.header .menu li a {
    background: #2d2d2d;
    position: relative;
    z-index: 10;
    display: block;
    padding: 35px 0;
    color: #ffffff;
    line-height: 20px;
    font-size: 18px;
    font-family: "GothamPro Light", sans-serif;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.header .menu li a:hover {
    color: #60c967;
}

.header .menu li a, .header .menu li span {
    white-space: nowrap;
}

.header .menu li a span, .header .menu li span span {
    display: none;
    width: 30px;
    height: 30px;
    position: relative;
}

.header .menu li a span:before, .header .menu li a span:after, .header .menu li span span:before, .header .menu li span span:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.header .menu li a span:after, .header .menu li span span:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.header .menu li a.active span:after, .header .menu li span.active span:after {
    width: 0;
}

.header .menu ul {
    background: #2d2d2d;
    background-clip: content-box;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    pointer-events: none;
}


.header .menu li:first-of-type ul {
    left: 0 !important;
    max-width: 550px;
}

.header .menu ul.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: auto;
}

.header .menu ul .submenu_container {
    padding: 10px 0;
}

.header .menu ul .submenu {
    /*pointer-events: auto;*/
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    padding: 0;
    /*display: block;*/
}

.header .menu ul .submenu li:first-of-type {
    padding: 0 15px;
}

.header .menu ul .submenu li a, .header .menu ul .submenu li span {
    padding: 15px 0;
}

.header .menu ul li {
    padding: 10px 15px;
    background: #2d2d2d;
    display: block;
}

.header .menu ul li span {
    color: #60c967;
}

.header .menu ul li:first-of-type.menu-title {
    padding: 10px 15px 10px 0;
    /*padding: 23px 10px 10px 10px;;*/
}

.header .menu ul li:first-of-type.menu-title span {
    /*white-space: normal;*/
    display: block;
    padding: 20px 25px;
    border-right: solid 1px #acacac;
    /*
            border-bottom: solid 1px #acacac;
            border-top: solid 1px #2d2d2d;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #acacac;
    font-size: 22px;
    line-height: 24px;
}

.header .menu ul li.menu-title--custom {
    width: 100%!important;
    margin-left: 0!important;
    padding: 20px 25px 20px;
}

.header .menu ul li.menu-title--custom span {
    color: #fff;
}

.header .menu ul li a.menu-title--inner {
    width: auto;
    display: inline-block;
    pointer-events: none;
}

.header .menu ul ul.level_two--custom {
    -webkit-transform: translateY(0)!important;
    transform: translateY(0)!important;
    padding-top: 0!important;
    background: transparent;
}

.header .menu ul.level_two.active li.level_two ul.level_two--custom {
    opacity: 1;
    visibility: visible;
}

.header .menu ul ul.level_two--custom li {
    background: transparent;
}

.header .menu ul li:last-of-type {
    padding-right: 35px;
}

.header .menu ul li a, .header .menu ul li span {
    padding: 30px 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header .menu + .row {
    width: auto;
}

.header .menu + .row .lang {
    display: block;
}

.header .menu .corporate {
    display: none;
}

.header .lang {
    display: none;
}

.header .socials {
    display: none;
}

.lang {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #60c967;
    text-transform: uppercase;
    position: relative;
}

.lang span {
    display: block;
    line-height: 35px;
    padding: 0 5px;
    pointer-events: auto;
    cursor: pointer;
}

.lang ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #2d2d2d;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.lang ul a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0 5px;
    line-height: 35px;
}

.lang ul.active {
    opacity: 1;
    visibility: visible;
}

.close-btn {
    display: block;
    width: 25px;
    height: 25px;
}

.close-btn:before, .close-btn:after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: #ececec;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.search-bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: .5s;
    transition: .5s;
    background: #2d2d2d;
    z-index: 11;
}

.search-bar.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.search-bar form {
    width: 100%;
}

.search-bar input {
    border-radius: 0;
    background: transparent;
    border: 0;
    color: #ececec;
    border-bottom: solid 1px #ececec;
    padding: 10px 35px 10px 0;
    font-family: "GothamPro Light", sans-serif;
    font-style: italic;
    text-indent: 5px;
}

.search-bar input::-webkit-input-placeholder {
    color: #ececec;
}

.search-bar input:-moz-placeholder {
    color: #ececec;
}

.search-bar input::-moz-placeholder {
    color: #ececec;
}

.search-bar input:-ms-input-placeholder {
    color: #ececec;
}

.search-bar .close-btn {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
}

.search-bar .container {
    height: 100%;
    position: relative;
    max-width: 1440px;
    padding: 0 20px;
}

.search-btn a {
    display: block;
    width: 23px;
    height: 23px;
    background: url(/img/search.svg) center no-repeat;
    background-size: contain;
}

.categories .row,
.left-image .row {
    width: 50%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories .square,
.left-image .square {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    height: 25vw;
    text-align: center;
    padding: 50px;
}

.categories .square_img,
.left-image .square_img {
    height: 50vw;
}

.categories .square_img h1,
.left-image .square_img h1 {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: "GothamPro Light", sans-serif;
    width: 100%;
    max-width: 655px;
    padding: 0 30px;
    text-transform: none;
}

.categories .square_img h1 strong, .categories .square_img h1 b, .categories .square_img h1 span,
.left-image .square_img h1 strong,
.left-image .square_img h1 b,
.left-image .square_img h1 span {
    font-family: "GothamPro Bold", sans-serif;
}

.categories .square_img img,
.left-image .square_img img {
    height: 100%;
    width: auto;
}

.categories .square .wrapper,
.left-image .square .wrapper {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.categories .square .row,
.left-image .square .row {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.categories .square .title,
.categories .square .title a,
.left-image .square .title,
.left-image .square .title a {
    text-align: left;
    text-transform: none;
    height: 100px;
    text-decoration: none;
}

.categories .square .button,
.left-image .square .button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.categories .square .button a,
.left-image .square .button a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.categories .square.background_obsidian .title a:hover,
.left-image .square.background_obsidian .title a:hover {
    color: #fff;
}

.categories .square.background_white .title a:hover,
.left-image .square.background_white .title a:hover {
    color: #354669;
}

.categories .square.background_green .title a:hover,
.left-image .square.background_green .title a:hover {
    color: #354669;
}

.categories .square .title,
.left-image .square .title {
    -webkit-transition: .3s;
    transition: .3s;
}

.categories .square:not(.square_img):hover .title,
.left-image .square:not(.square_img):hover .title {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.center-icon {
    padding: 70px 0;
    text-align: center;
}

.center-icon img {
    width: 80px;
    margin-bottom: 25px;
}

.center-icon .title {
    margin: 50px 0 35px;
}

.center-icon p {
    line-height: 1.6;
    max-width: 1050px;
    margin: 0 auto;
}

.footer {
    background: #ececec;
    position: relative;
    padding: 45px 0;
}

.footer_research {
    padding: 0 !important;
}

.footer_research .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer_research .box {
    padding: 80px 25px 40px;
}

.footer_research .box-title {
    margin-bottom: 40px;
}

.footer_research .wrapper {
    max-width: 300px;
    margin: 0 auto;
}

.footer .ui-datepicker td .ui-state-default {
    background: #354669;
    cursor: default;
}

.footer .ui-datepicker td .ui-state-default:hover {
    background: #354669;
}

.footer .ui-datepicker td .ui-state-default a {
    cursor: default;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    left: 56%;
    white-space: nowrap;
}

.footer-menu li {
    padding-right: 70px;
}

.footer-menu li:last-of-type {
    padding-right: 0;
}

.footer-menu li a {
    text-decoration: none;
    font-family: "GothamPro Light", sans-serif;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-menu li a:hover {
    color: #60c967;
}

.copiright {
    font: 16px/16px "GothamPro Light", sans-serif;
    padding-right: 30px;
}

.research {
    height: 25vw;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 50px;
}

.research__text {
    margin-bottom: 25px;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.research .date {
    margin-bottom: 10px;
}

.research .title {
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.1;
    font-family: "GothamPro Medium", sans-serif;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.research .title a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.research .title a:hover {
    color: #60c967;
}

.research .subtitle {
    margin-bottom: 40px;
}

.research .button a {
    display: inline-block;
}

.index-news__item {
    height: 50vw;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.index-news .square_img {
    height: 25vw;
}

.quote {
    position: relative;
    text-align: center;
    padding: 70px 25px 25px;
}

.quote__img {
    display: inline-block;
    position: relative;
}

.quote__img svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quote_orange {
    background: #fb964a;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 25vw;
}

.quote_orange .quote__title {
    color: rgba(24, 32, 48, 0.502);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "GothamPro Regular", sans-serif;
    margin-bottom: 50px;
}

.quote_orange .quote__text {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: "PTSansItalic", sans-serif;
    max-width: 710px;
    margin: 0 auto;
}

.quote_orange .quote__img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 120px;
    left: 0;
}

.quote_orange .quote__img svg {
    fill: rgba(25, 31, 48, 0.2);
}

.quote_comments {
    text-align: left;
}

.quote_double, .quote_center {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    height: 25vw;
    padding: 50px 35px 35px;
}

.quote_double .subtitle, .quote_center .subtitle {
    color: #fb964a;
    margin-bottom: 50px;
}

.quote_double .quote__text, .quote_center .quote__text {
    color: #354669;
    font-family: "PTSansItalic", sans-serif;
    line-height: 1.6;
}

.quote_double .quote__img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.quote_double .quote__img svg {
    fill: rgba(112, 124, 147, 0.502);
}

.quote_double .quote__img:last-of-type {
    top: 10px;
    margin-right: auto;
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quote_center .subtitle {
    color: #60c967;
}

.quote_center .quote__img {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
}

.quote_center .quote__img svg {
    fill: rgba(96, 201, 103, 0.502);
}

.share-img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.share-img .socials {
    width: 100%;
}

.share-img figure {
    position: relative;
    width: 100%;
    height: 75%;
    overflow: hidden;
}

.share-img figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.share-img a {
    display: block;
    width: 12.5vw;
    height: 12.5vw;
    position: relative;
    background: #60c967;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.share-img a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    fill: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
}

.share-img a:hover {
    background: #38a53f;
}

.share-img a:hover svg {
    fill: #ffffff;
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
}

.news-list {
    padding: 50px;
    height: 100%;
    background: #fafafa;
    position: relative;
    /*  &:after {
      content: '';
      position: absolute;
      top: 88%;
      left: 100%;
      display: block;
      width: 33px;
      height: 33px;
      transform: translate(-50%, -50%) rotate(45deg);
      background: #fafafa;
      z-index: 1;
    }*/
}

.news-list__item {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    border-bottom: solid 1px rgba(112, 124, 147, 0.2);
}

.news-list .title {
    color: #60c967;
}

.news-list .date {
    font-size: 16px;
}

.news-list h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.6;
    font-family: "GothamPro Medium", sans-serif;
}

.news-list h3 a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-list h3 a:hover {
    color: #60c967;
}

.news-list .button {
    margin-top: 40px;
    text-align: center;
}

.news-list .button a {
    padding: 30px 20px;
    background: #707c93;
    max-width: 275px;
    margin: 0 auto;
    color: #ffffff;
    text-transform: uppercase;
}

.news-list .button a:before, .news-list .button a:after {
    background: #ffffff;
    -webkit-transform: translate(0);
    transform: translate(0);
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.news-list .button a:after {
    margin-right: 0;
}

.news-list .button a:hover:before {
    width: 0;
    margin: 0;
}

.news-list .button a:hover:after {
    margin-right: 0;
    margin-left: 20px;
    width: 50px;
}

.analytics {
    position: relative;
    height: 25vw;
    overflow: hidden;
    padding-top: 70px;
}

.analytics img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.analytics .subtitle {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
    color: #ffffff;
}

.analytics_green {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    background: #62cb68;
}

.analytics_orange {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: #fb964a;
}

.index-chars .research {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.index-chars .research.background_obsidian .subtitle {
    color: #ffffff;
}

.index-chars .research.background_obsidian .title a {
    color: #60c967;
}

.index-chars .research.background_obsidian .title a:hover {
    color: #ffffff;
}

.index-chars .research.background_obsidian .date {
    color: #ffffff;
}

.index-chars .research_long {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    background: url(/img/research.jpg) center no-repeat;
    background-size: cover;
}

.index-chars .research_long .title,
.index-chars .research_long .research__text {
    max-width: 550px;
}

.burger {
    display: none;
    width: 34px;
    height: 34px;
    position: relative;
}

.burger span {
    display: block;
    background: #ffffff;
    width: 16px;
    height: 16px;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}

.burger span:first-of-type {
    top: 0;
    left: 0;
}

.burger span:nth-of-type(2) {
    top: 0;
    right: 0;
}

.burger span:nth-of-type(3) {
    bottom: 0;
    left: 0;
}

.burger span:last-of-type {
    bottom: 0;
    right: 0;
}

.burger.active span {
    height: 1px;
}

.burger.active span:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 4px;
}

.burger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    right: 4px;
}

.burger.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 11px;
    left: 4px;
}

.burger.active span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 11px;
    right: 4px;
}

.breadcrumbs {
    margin-top: 25px;
    margin-bottom: 25px;
}

.breadcrumbs ul {
    list-style-type: none;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul li a {
    color: #354669;
    text-decoration: none;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.25rem;
    font-family: "GothamPro Light", sans-serif;
    -webkit-transition: .3s;
    transition: .3s;
}

.breadcrumbs ul li a:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #354669;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.breadcrumbs ul li a:hover {
    color: #60c967;
}

.breadcrumbs ul li > span {
    font-size: 0.9rem;
    line-height: 1.25rem;
    font-family: "GothamPro Medium", sans-serif;
}

.breadcrumbs_top {
    margin-bottom: 35px;
}

.breadcrumbs_contacts {
    position: relative;
    z-index: 2;
}

.breadcrumbs_white ul li {
    color: #60c967;
}

.breadcrumbs_white ul li a {
    color: #ffffff;
}

.breadcrumbs_white ul li a:after {
    background: #ffffff;
}

.head-img {
    position: relative;
    overflow: hidden;
    height: 40vw;
}

.head-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.head-img h1 {
    margin: 0;
    font: 70px/80px "GothamPro Light", sans-serif;
    max-width: 960px;
    padding: 0 120px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-transform: translate(0, -50%) scale(0.85);
    transform: translate(0, -50%) scale(0.85);
}

.head-img h1.animated {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}

.head-img h1 span {
    font-family: "GothamPro Bold", sans-serif;
}

.head-img h1.center {
    width: 50%;
}

.head-img .container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-img .content {
    color: #ffffff;
    line-height: 1.8;
    font-style: italic;
}

.columns {
    width: 100%;
}

.columns .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.columns .main-research {
    padding: 80px 0;
}

.columns .main-research .announce .button a {
    display: inline-block;
}

.columns .main {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    padding: 80px 0;
}

.columns .main_inner-news {
    padding-top: 0;
}

.columns .main_inner-news .breadcrumbs {
    margin-bottom: 35px;
}

.columns .main_top {
    padding-top: 0 !important;
}

.columns .main_top h1.title,
.columns .main_top h2.title {
    margin-bottom: 70px;
    padding-top: 10px;
}

.columns .main_contacts {
    position: relative;
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.columns .sidebar {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    background: #354669;
    color: #ffffff;
    padding: 80px 0 0;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
}

.columns .sidebar_reg {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
}

.columns .sidebar_fixed {
    width: 100%;
    position: fixed;
    right: 0;
    overflow-y: auto;
    -webkit-transition: .3s;
    transition: .3s;
    scrollbar-face-color: #182030;
    scrollbar-track-color: #8c9098;
}

.columns .sidebar_fixed::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.columns .sidebar_fixed::-webkit-scrollbar-thumb {
    background: #182030;
}

.columns .sidebar_fixed::-webkit-scrollbar-track {
    background: #8c9098;
}

.columns .sidebar .title {
    color: #ffffff;
    font-family: "GothamPro Light", sans-serif;
    margin-bottom: 60px;
}

.announce {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.announce a {
    text-decoration: none;
}

.announce:last-of-type {
    margin-bottom: 0;
}

.announce__text {
    line-height: 30px;
    font-family: "GothamPro Light", sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}

.announce figure {
    display: block;
    width: 195px;
    height: 195px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 30px;
}

.announce figure a {
    display: block;
}

.announce figure a img {
    width: 100%;
    height: auto;
}

.announce h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-family: "GothamPro Medium", sans-serif;
}

.announce h3 a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.announce h3 a:hover {
    color: #60c967;
}

.announce .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.announce-head {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.announce-head span {
    display: block;
    margin: 0 20px;
}

.announce-head .color_green, .announce-head .color_orange {
    font-family: "GothamPro Medium", sans-serif;
}

.announce-head .color_green {
    color: #60c967;
}

.announce-head .color_orange {
    color: #fb964a;
}

.announce-head a.color_orange:hover {
    color: #fb964a !important;
}

.announce-head--category {
    margin: 0 !important;
    font-family: "GothamPro Medium", sans-serif;
}

.announce-head span,
.announce-head a {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #707c93;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.announce-head a {
    -webkit-transition: .3s;
    transition: .3s;
}

.announce-head a:hover {
    color: #60c967;
}

.announce-head .date {
    font-size: 0.8rem;
    color: #354669;
    font-style: italic;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-title {
    margin: 80px 0;
}

.page-title h1, .page-title h2 {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: "GothamPro Light", sans-serif;
    font-style: italic;
}

.page-title h1 b, .page-title h1 span, .page-title h1 strong, .page-title h2 b, .page-title h2 span, .page-title h2 strong {
    font-family: "GothamPro Bold", sans-serif;
}

.page-title h1 p, .page-title h2 p {
    margin: 0;
}

.filters {
    padding: 80px 0;
}

.filters .title {
    color: #60c967;
    margin-bottom: 60px;
}

.filters .subtitle {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 0;
}

.filters .form-group label {
    color: #60c967;
    margin-bottom: 15px;
    display: block;
}

.filters .form-group input {
    border: none;
}

.filters .form-group_radio label,
.filters .form-group_checkbox label {
    color: #ffffff;
}

.filters .selectric .label {
    font-size: 1rem;
    line-height: 1;
    color: #354669;
    height: auto;
    padding: 17px 20px;
    border: none;
}

.filters .selectric .button {
    height: 100%;
    line-height: 38px;
}

.filters .selectric .button:after {
    border: 6px solid transparent;
    border-top-color: #354669;
    border-bottom: none;
}

.filters .selectric-items li {
    padding: 17px 20px;
    color: #354669;
}

.filters .selectric-items ul, .filters .selectric-items li {
    font-size: 14px;
    line-height: 20px;
}

.filters__result {
    margin-top: 55px;
    font-size: 1rem;
    font-family: "GothamPro Medium", sans-serif;
    color: #ffffff;
}

.filters_white {
    margin: 80px 0;
    padding: 0;
}

.filters_white .selectric {
    border-color: #354669;
    background: transparent;
}

.filters_white .selectric .button {
    background: transparent;
}

.filters_white .form-group label {
    color: #354669;
}

.filters .row-item {
    margin-bottom: 30px;
}

.filters_daily .container {
    max-width: 1300px;
}

.filters_daily .form-group_radio {
    margin-top: 43px;
    margin-bottom: 0;
}

.filters_daily .form-group_radio label {
    margin-bottom: 0;
}

.filters_daily .form-group_submit {
    width: 100%;
}

.filters_daily .form-group_submit .btn {
    min-width: 195px;
    width: 100%;
}

.filters_daily .wrapper_daily-inputs {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.filters_daily .wrapper_daily-submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.filters_daily .wrapper_daily-submit .btn a, .filters_daily .wrapper_daily-submit .btn input[type="submit"] {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: center;
}

.filters_daily .wrapper_daily-radio {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filters_daily .row_daily-inputs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.filters_search {
    margin-top: 80px;
}

.filters_calendar .text {
    margin-top: 0 !important;
}

.row-item .wrapper {
    width: 100%;
}

.pr-contacts__text {
    line-height: 2rem;
}

.pr-contacts__text a {
    font-family: "GothamPro Medium", sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.pr-contacts__user {
    padding-left: 30px;
    line-height: 2rem;
    font-family: "GothamPro Medium", sans-serif;
}

.pr-contacts__user span {
    font-family: "GothamPro Light", sans-serif;
    margin-top: 15px;
}

.pr-contacts img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    height: auto;
}

.pr-contacts .row {
    padding: 60px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sidebar-news {
    line-height: 40px;
}

.sidebar-news__item {
    margin-bottom: 50px;
    line-height: 1.6;
}

.sidebar-news__item:last-of-type {
    margin-bottom: 0;
}

.sidebar-news__content {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sidebar-news .button {
    display: inline-block;
    margin-top: 30px;
}

.sidebar-news h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: "GothamPro Medium", sans-serif;
}

.sidebar-news h3 a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
}

.sidebar-news h3 a:hover {
    color: #60c967;
}

.sidebar-news .date {
    color: #fff;
    margin-bottom: 5px;
}

.content {
    font-size: 1rem;
    line-height: 1.6rem;
    font-family: "GothamPro Light", sans-serif;
}

.content .subtitle {
    color: #354669;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "GothamPro Medium", sans-serif;
    letter-spacing: 1px;
    margin: 0 0 55px;
}

.content a {
    text-decoration: none;
}

.content b, .content strong {
    font-family: "GothamPro Medium", sans-serif;
    font-weight: normal;
}

.content p {
    margin: 15px 0;
}

.content ul {
    list-style-type: none;
    margin: 15px 0;
    padding: 0 0 0 20px;
}

.content ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.content ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #60c967;
    position: absolute;
    top: 12px;
    left: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.content img {
    max-width: 100%;
    margin: 15px auto;
    height: auto;
}

.big-links .content a {
    position: relative;
    display: inline-block;
    font-family: 'GothamPro Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 8px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #60c967;
}

.big-links .content a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 20px;
    height: 17px;
    background-image: url('../img/green_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.big-links .content a:hover {
    color: #354669;
}

.big-links .content a:hover::before {
    left: 10px;
}

.article-gallery__main {
    margin-bottom: 40px;
}

.article-gallery__thumb {
    position: relative;
}

.article-gallery__thumb img {
    margin-right: 35px;
}

.article-gallery__next {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
    display: block;
    width: 22px;
    height: 100%;
}

.article-gallery__next svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    fill: #354669;
    -webkit-transition: .3s;
    transition: .3s;
}

.article-gallery__next:hover svg {
    fill: #182030;
}

.article h1 {
    margin: 0 0 25px;
}

.article .announce-head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.article .article-gallery {
    margin: 35px 0;
}

.article .socials {
    margin-top: 55px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.article .socials a {
    width: 30px;
    height: 30px;
}

.article .content a {
    text-decoration: underline;
    font-family: "GothamPro Medium", sans-serif;
}

.similar-articles {
    max-width: 550px;
    margin-top: 55px;
}

.similar-articles ul {
    list-style-type: none;
    padding-left: 60px;
}

.similar-articles ul li {
    position: relative;
    margin: 0 0 15px;
}

.similar-articles ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #354669;
    position: absolute;
    top: 12px;
    left: -60px;
}

.similar-articles ul li a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4rem;
    font-family: "GothamPro Light", sans-serif;
    -webkit-transition: .3s;
    transition: .3s;
}

.similar-articles ul li a:hover {
    color: #60c967;
}

.sidebar-quote {
    border-top: solid 1px #ffffff;
}

.sidebar-quote__text {
    font: 30px/50px "GothamPro Light", sans-serif;
    font-style: italic;
}

.text {
    margin: 80px auto;
    max-width: 1150px;
}

.text .title {
    margin-bottom: 55px;
}

.text_centered {
    text-align: center;
}

.text_centered a {
    text-decoration: underline;
    font-size: 15px;
    font-family: "GothamPro Medium", sans-serif;
}

.text_centered a:hover {
    color: #60c967;
}

.text_centered ul {
    width: 50%;
    margin: auto;
    text-align: left;
}

.text_centered ul {
    width: 50%;
    margin: auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.text_centered ul li {
    color: #354669;
}

.text_centered ul li:before {
    top: 8px;

}

.text_phone {
    margin: 80px auto;
    padding: 0;
    max-width: 768px;
}

.text_phone a {
    text-decoration: none;
    font-family: "GothamPro Medium", sans-serif;
}

.text_phone a:hover {
    color: #60c967;
}

.text_h1 .title {
    margin: 0;
}

.sidebar-form .form-group {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px;
    background: transparent;
}

.sidebar-form .form-group .selectric,
.sidebar-form .form-group .selectric .label,
.sidebar-form .form-group input:not([type="submit"]),
.sidebar-form .form-group textarea {
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    color: #ffffff;
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #ffffff;
    padding: 15px 0;
    background: transparent;
}

.sidebar-form .form-group .selectric::-webkit-input-placeholder,
.sidebar-form .form-group .selectric .label::-webkit-input-placeholder,
.sidebar-form .form-group input:not([type="submit"])::-webkit-input-placeholder,
.sidebar-form .form-group textarea::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 1px;
}

.sidebar-form .form-group .selectric:-moz-placeholder,
.sidebar-form .form-group .selectric .label:-moz-placeholder,
.sidebar-form .form-group input:not([type="submit"]):-moz-placeholder,
.sidebar-form .form-group textarea:-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 1px;
}

.sidebar-form .form-group .selectric::-moz-placeholder,
.sidebar-form .form-group .selectric .label::-moz-placeholder,
.sidebar-form .form-group input:not([type="submit"])::-moz-placeholder,
.sidebar-form .form-group textarea::-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 1px;
}

.sidebar-form .form-group .selectric:-ms-input-placeholder,
.sidebar-form .form-group .selectric .label:-ms-input-placeholder,
.sidebar-form .form-group input:not([type="submit"]):-ms-input-placeholder,
.sidebar-form .form-group textarea:-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 1px;
}

.sidebar-form .form-group .selectric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-form .form-group .selectric-items li {
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    padding: 20px 10px;
}

.sidebar-form .form-group .selectric-items li:hover {
    background: #5974ab;
    color: #ffffff;
}

.sidebar-form .form-group .selectric .label {
    border: none;
    padding: 0;
    margin-left: 0;
    height: auto;
    text-transform: uppercase;
}

.sidebar-form .form-group .selectric .button {
    margin-right: 30px;
}

.sidebar-form .form-group .selectric .button:before, .sidebar-form .form-group .selectric .button:after {
    background: #ffffff;
}

.sidebar-form .form-group .selectric-open .button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar-form .form-group .selectric-open .button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar-form .form-group textarea {
    height: 100px;
    resize: none;
}

.sidebar-form .form-group label {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.sidebar-form .form-group label .label {
    margin: 0 20px;
}

.sidebar-form .form-group label .change_btn {
    font-size: 14px;
    text-transform: capitalize;
    color: #60c967;
    display: none;
}

.sidebar-form .form-group label svg {
    fill: #60c967;
    width: 30px;
    height: 30px;
    margin-left: 30px;
}

.sidebar-form .form-group input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    visibility: hidden;
}

.sidebar-form .btn a {
    width: 100%;
    padding: 23px 0;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.sidebar-form .g-recaptcha {
    text-align: center;
    margin: 40px 0;
}

.sidebar-form .g-recaptcha > div {
    display: inline-block;
}

.sidebar-form .error {
    margin-top: 7px;
    font-size: 0.8rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    font-style: italic;
    color: #fa6e6e;
}

.sidebar-form_contacts .form-group {
    margin: 0 0 35px;
}

.sidebar-form_contacts .form-group .selectric,
.sidebar-form_contacts .form-group .selectric .label,
.sidebar-form_contacts .form-group label,
.sidebar-form_contacts .form-group input:not([type="submit"]),
.sidebar-form_contacts .form-group textarea {
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    color: rgba(255, 255, 255, 0.502);
    padding: 10px 0;
    border-color: rgba(255, 255, 255, 0.502);
}

.sidebar-form_contacts .form-group .selectric::-webkit-input-placeholder,
.sidebar-form_contacts .form-group .selectric .label::-webkit-input-placeholder,
.sidebar-form_contacts .form-group label::-webkit-input-placeholder,
.sidebar-form_contacts .form-group input:not([type="submit"])::-webkit-input-placeholder,
.sidebar-form_contacts .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 0;
}

.sidebar-form_contacts .form-group .selectric:-moz-placeholder,
.sidebar-form_contacts .form-group .selectric .label:-moz-placeholder,
.sidebar-form_contacts .form-group label:-moz-placeholder,
.sidebar-form_contacts .form-group input:not([type="submit"]):-moz-placeholder,
.sidebar-form_contacts .form-group textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.502);
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 0;
}

.sidebar-form_contacts .form-group .selectric::-moz-placeholder,
.sidebar-form_contacts .form-group .selectric .label::-moz-placeholder,
.sidebar-form_contacts .form-group label::-moz-placeholder,
.sidebar-form_contacts .form-group input:not([type="submit"])::-moz-placeholder,
.sidebar-form_contacts .form-group textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.502);
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 0;
}

.sidebar-form_contacts .form-group .selectric:-ms-input-placeholder,
.sidebar-form_contacts .form-group .selectric .label:-ms-input-placeholder,
.sidebar-form_contacts .form-group label:-ms-input-placeholder,
.sidebar-form_contacts .form-group input:not([type="submit"]):-ms-input-placeholder,
.sidebar-form_contacts .form-group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.502);
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    letter-spacing: 0;
}

.sidebar-form_contacts .form-group label {
    text-transform: none;
}

.sidebar-form_contacts .form-group .selectric-items li {
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    padding: 15px 10px;
}

.sidebar-form_contacts .btn {
    margin-top: 65px;
}

.sidebar-form_contacts .btn a {
    width: 100%;
    padding: 23px 0;
    font-size: 1rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.sidebar-form_contacts .subtitle {
    font-size: 1.25rem;
    line-height: 1;
    font-family: "GothamPro Medium", sans-serif;
    color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
}

.form-inputs {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.manager figure {
    overflow: hidden;
}

.manager figure a {
    display: block;
}

.manager figure a img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.manager h2 {
    padding: 20px 0;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: normal;
    font-family: "GothamPro Medium", sans-serif;
}

.manager h2 a {
    color: rgba(24, 32, 48, 0.65);
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.manager .content {
    color: rgba(24, 32, 48, 0.502);
    line-height: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.manager:hover img {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.manager:hover .content,
.manager:hover h2 a {
    color: #354669;
}

.management {
    margin: 80px auto;
}

.management .title {
    color: #182030;
    padding: 0 0 70px;
}

.management .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.management .manager {
    width: calc((100% - 105px) / 4);
    margin-right: 35px;
    margin-bottom: 40px;
}

.management .manager:nth-of-type(4n) {
    margin-right: 0;
}

.manager-info {
    margin: 0 0 80px;
}

.manager-info__photo {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.manager-info img {
    width: 100%;
}

.manager-info .content .subtitle {
    color: #ffffff;
    margin: 25px 0;
}

.manager-info .content table td {
    vertical-align: top;
    padding-left: 70px;
    width: 50%;
}

.manager-info .content table td p:first-child,
.manager-info .content table td .subtitle:first-child {
    margin-top: 0;
}

.manager-info .wrapper {
    padding: 70px;
    color: #ffffff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.manager-info .button {
    margin-top: 20px;
    text-align: right;
}

.manager-info .button a {
    display: inline-block;
}

.default-announce {
    margin-bottom: 80px;
}

.default-announce .content a {
    text-decoration: underline;
    font-family: "GothamPro Medium", sans-serif;
}

.default-announce:last-of-type {
    margin-bottom: 0;
}

.default-announce img {
    width: 100%;
    margin-bottom: 20px;
}

.default-announce h1.title {
    margin-bottom: 40px !important;
}

.default-announce h2.title {
    margin-bottom: 50px !important;
}

.vacancy {
    border-bottom: solid 1px #707c93;
}

.vacancy:first-of-type {
    border-top: solid 1px #707c93;
}

.vacancy h3 {
    padding: 35px 0;
    margin: 0;
}

.vacancy .subtitle {
    color: #354669;
    text-decoration: none;
    font-size: 25px;
    line-height: 30px;
    font-family: "GothamPro Medium", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vacancy .subtitle:hover {
    color: #60c967;
}

.vacancy .subtitle:hover .down-arrow:before, .vacancy .subtitle:hover .down-arrow:after {
    background: #60c967;
}

.vacancy .content {
    display: none;
    padding: 35px 0 80px;
}

.vacancy .content strong {
    display: inline-block;
    margin: 15px 0;
}

.vacancy .content a {
    text-decoration: underline;
}

.vacancy .content .btn a {
    text-decoration: none;
    text-transform: uppercase;
}

.description {
    text-align: center;
    margin: 80px 0;
}

.description .title {
    margin-bottom: 60px;
}

.description .content {
    font-family: "GothamPro Light", sans-serif;
    max-width: 768px;
    margin: 0 auto;
}

.description .content a {
    text-decoration: underline;
}

.description_upper .content {
    text-transform: uppercase;
}

.checkbox-inputs {
    margin-top: 45px;
    max-width: 1230px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.search-result_inner {
    padding: 80px 0;
}

.search-result__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.search-result .back-btn {
    font-family: "GothamPro Medium", sans-serif;
    display: block;
    margin-bottom: 80px;
}

.search-error {
    padding: 230px 0;
}

.search-error .container {
    max-width: 1230px;
    color: #aeb4c0;
    font: 45px/55px "GothamPro Light", sans-serif;
    text-align: center;
}

.search-error .btn {
    padding: 0 30px;
    margin-top: 60px;
}

.categories .row {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories .square {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 25vw;
}

.categories .square:first-of-type {
    border-top: solid 1px rgba(183, 183, 183, 0.3);
    border-bottom: solid 1px rgba(183, 183, 183, 0.3);
}

.number {
    color: rgba(0, 0, 0, 0.102);
    font-size: 5.5rem;
    line-height: 1;
}

.numeric {
    padding: 80px 0;
}

.numeric .subtitle {
    position: relative;
    margin-bottom: 65px;
    font-size: 1.25rem;
    font-family: "GothamPro Medium", sans-serif;
    text-align: center;
}

.numeric .subtitle span {
    z-index: 2;
}

.numeric .number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.numeric .content {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8;
}

.numeric .content a {
    text-decoration: underline;
}

.slider {
    padding: 80px 0;
}

.slider .wrapper {
    position: relative;
}

.slider .title {
    margin-bottom: 65px;
}

.slider .slick-list {
    margin-right: -60px;
}

.slider .slider-item {
    margin-right: 60px;
}

.slider .slider-item figure {
    overflow: hidden;
    position: relative;
}

.slider .slider-item figure img {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider .slider-item h3 {
    margin: 20px auto 10px;
}

.slider .button {
    margin-top: 30px;
    text-align: center;
}

.slider .button a {
    display: inline-block;
}

.slider_management h3 a {
    color: rgba(255, 255, 255, 0.502);
    font-size: 1.5rem;
    font-family: "GothamPro Medium", sans-serif;
    text-decoration: none;
}

.slider_management figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slider_management .slider-item {
    text-align: center;
    color: rgba(255, 255, 255, 0.502);
    -webkit-transition: .3s;
    transition: .3s;
}

.slider_management .slider-item:hover {
    color: #ffffff;
}

.slider_management .slider-item:hover h3 a {
    color: #ffffff;
}

.slider_management .slider-item:hover figure img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.slider_photo figure {
    max-height: 16.5vw;
}

.slider_video figure {
    max-height: 27.5vw;
}

.slider_video h3 a {
    display: block;
    padding: 0 30px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "GothamPro Light", sans-serif;
    font-weight: bold;
}

.slider_video .video-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}

.slider_video .slider-item:hover .video-btn {
    opacity: 1;
    visibility: visible;
}

.slider_video .slider-item:hover h3 a {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.slider-arrow {
    display: block;
    border: solid 1px #ffffff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-arrow_prev {
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.slider-arrow_next {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    right: -60px;
}

.slider-arrow svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-arrow:hover {
    border-color: #60c967;
}

.slider-arrow:hover svg {
    fill: #60c967;
}

.media-block {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.media-block .title {
    color: #ffffff;
    margin-bottom: 65px;
    text-decoration: none;
    display: block;
}

.media-block img {
    width: 100%;
    height: auto;
}

.media-block_video .container {
    overflow: hidden;
    position: relative;
    max-height: 100%;
}

.media-block_video .container.js-video {
    padding-top: inherit;
    padding-bottom: inherit;
    position: absolute;
    bottom: 0;
    top: 0;
}

.media-block_video .container.js-video iframe {
    height: 100%;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
}

.video-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    fill: #60c967;
}

.vacancy-list {
    padding: 80px 0;
}

.vacancy-list__item {
    margin-bottom: 50px;
    width: 100%;
}

.vacancy-list__item h3 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-family: "GothamPro Medium", sans-serif;
}

.vacancy-list__item h3 a {
    text-decoration: none;
}

.vacancy-list .title {
    color: #ffffff;
    margin-bottom: 65px;
    text-decoration: none;
    display: block;
}

.vacancy-list .content {
    color: #ffffff;
}

.double_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.double_numeric {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.double_numeric .double__item {
    height: auto !important;
}

.double__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 35vw;
}

.double .media-block,
.double .vacancy-list,
.double .media-news,
.double .numeric {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 35vw;
}

.map {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.contacts-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: rgba(25, 32, 48, .6);
}

.contacts-wrapper {
    color: rgba(25, 32, 48, .6);
}

.contacts {
    width: 100%;
    margin: 80px auto;
}

.contacts .title {
    margin-bottom: 65px;
}

.contacts-list {
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.contacts-list li {
    width: 50%;
    display: block;
    margin-bottom: 65px;
}

.contacts-list li a {
    text-decoration: none;
    font-family: "GothamPro Bold", sans-serif;
    color: rgba(25, 32, 48, 0.6);
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

.contacts-list li a .down-arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.contacts-list li a .down-arrow:before, .contacts-list li a .down-arrow:after {
    background: rgba(24, 32, 48, 0.5);
}

.contacts-list li a:hover, .contacts-list li a.active {
    color: #182030;
}

.contacts-list li a:hover .down-arrow:before, .contacts-list li a:hover .down-arrow:after, .contacts-list li a.active .down-arrow:before, .contacts-list li a.active .down-arrow:after {
    background: #182030;
}

.contacts-list li a.active .down-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.contacts-list .content {
    width: 200%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 50%;
    -webkit-transition: .5s;
    transition: .5s;
}

.contacts-list .content > p:first-child {
    margin-top: 0;
}

.contacts-list .content.active {
    visibility: visible;
    opacity: 1;
}

.sidebar-contacts {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-contacts__title {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "GothamPro Medium", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 32px 0;
}

.sidebar-contacts__title.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-contacts__title:hover .down-arrow:before, .sidebar-contacts__title:hover .down-arrow:after {
    background: #60c967;
}

.sidebar-contacts li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.302);
}

.sidebar-contacts li:last-of-type {
    border-bottom: none;
}

.sidebar-contacts .content {
    display: none;
    padding-bottom: 32px;
}

.sidebar-contacts .content strong, .sidebar-contacts .content b {
    display: block;
    margin-top: 25px;
}

.sidebar-contacts .content a {
    color: #ffffff;
}

.sidebar-contacts .content p:last-of-type {
    margin-bottom: 0;
}

.sidebar-contacts .down-arrow:before, .sidebar-contacts .down-arrow:after {
    background: #ffffff;
}

.careers-contacts .content a {
    color: #ffffff;
}

.vacancy-form {
    margin-bottom: 40px !important;
}

.vacancy-form:last-of-type {
    margin-bottom: 80px;
}

.vacancy-form .content a {
    color: #ffffff;
}

.vacancy-form h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: "GothamPro Light", sans-serif;
    font-weight: normal;
    pointer-events: auto;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vacancy-form form {
    display: none;
}

.vacancy-form .down-arrow:before, .vacancy-form .down-arrow:after {
    background: #ffffff;
}

.triple-numbers {
    margin: 60px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.triple-numbers .item {
    text-align: center;
    max-width: 215px;
}

.triple-numbers .title {
    font: 80px/80px "GothamPro Medium", sans-serif;
    margin-bottom: 20px;
}

.triple-numbers .subtitle {
    font: 25px/30px "GothamPro Medium", sans-serif;
    color: #354669;
}

.frame-text {
    margin: 20px 0;
    padding: 20px 0;
    border-top: solid 1px #354669;
    border-bottom: solid 1px #354669;
    text-transform: uppercase;
    font: 25px/30px "GothamPro Medium", sans-serif;
    text-align: center;
}

.float-text {
    width: 40%;
    min-width: 360px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    font: 25px/30px "GothamPro Light", sans-serif;
    float: left;
}

.float-number {
    float: right;
    padding-left: 30px;
    color: #fb964a;
    text-transform: uppercase;
    font: 25px/30px "GothamPro Medium", sans-serif;
}

.float-number tr:nth-of-type(2) {
    font-size: 70px;
    line-height: 90px;
    text-transform: none;
}

.media-news .text .title {
    margin-top: 0 !important;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 45px;
}

.media-news .date {
    color: #60c967;
    font: 25px/25px "GothamPro Regular", sans-serif;
    font-style: normal;
    margin-bottom: 30px;
}

.media-news .content {
    margin-bottom: 55px;
}

.media-news .content a {
    text-decoration: underline;
}

.media-news .text {
    margin-bottom: 0 !important;
}

.pagination {
    max-width: 400px;
    width: 100%;
    margin: 70px auto;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.pagination .arrow {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 40px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.pagination .arrow:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pagination .arrow:before, .pagination .arrow:after {
    content: '';
    display: block;
    width: 14px;
    height: 3px;
    background: #60c967;
    position: absolute;
    top: 4px;
    right: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination .arrow:after {
    top: auto;
    bottom: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagination .arrow_next {
    margin-right: 0;
    margin-left: 40px;
}

.pagination .arrow_next:before, .pagination .arrow_next:after {
    right: auto;
    top: 4px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pagination .arrow_next:after {
    top: auto;
    bottom: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination .page,
.pagination .active {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    font: 25px/30px "GothamPro Medium", sans-serif;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    text-align: center;
    border: solid 3px transparent;
}

.pagination .page:not(.active):hover,
.pagination .active:not(.active):hover {
    color: #60c967;
}

.pagination .active {
    border-color: #60c967;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}

.popup.active {
    z-index: 200;
    opacity: 1;
}

.popup__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup .slider-item {
    -webkit-transition: .5s;
    transition: .5s;
}

.popup .slider-item figure {
    max-height: 100vh;
    max-width: 100vw;
    background: #182030;
}

.popup .slider-item figure img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.popup .slick-track {
    height: auto !important;
}

.popup .slider-container {
    width: auto;
    max-width: 768px;
    height: auto;
    max-height: 100vh;
    position: relative;
}

.popup .slider-container .slider-arrow-container {
    cursor: pointer;
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.502);
    opacity: .3;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
}

.popup .slider-container .slider-arrow-container_prev {
    left: 0;
}

.popup .slider-container .slider-arrow-container_next {
    right: 0;
}

.popup .slider-container .slider-arrow-container:hover {
    opacity: 1;
}

.popup .slider-container .slider-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup .close-btn {
    position: absolute;
    top: 35px;
    right: 50px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 3;
}

.popup .close-btn:before, .popup .close-btn:after {
    height: 2px;
}

.page-404 {
    position: relative;
    max-height: 100vh;
    height: calc(100vh - 220px);
    overflow: hidden;
}

.page-404:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
}

.page-404 .title {
    padding: 150px 60px;
    width: 100%;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-404 .title a {
    color: #ffffff;
}

.page-404 img {
    width: 100%;
    height: auto;
}

.search-category {
    padding: 80px 0;
}

.search-category .title {
    color: #ffffff;
    text-align: center;
}

.form-send-message {
    margin-bottom: 30px;
    text-align: center;
}

.site-map {
    padding: 50px 0;
}

.site-map .title {
    margin-bottom: 50px;
}

.site-map ul li a {
    -webkit-transition: 0s;
    transition: 0s;
    font-family: "GothamPro Medium", sans-serif;
}

.site-map ul li a:hover {
    text-decoration: underline;
}

.site-map ul.default li:before {
    border: solid 1px #60c967;
    background: transparent;
    border-radius: 50%;
}

.site-map ul.default li a {
    font-family: "GothamPro Light", sans-serif;
}

.site-map ul.default li li:before {
    border: none;
    background: #60c967;
    border-radius: 0;
    height: 1px;
    width: 10px;
}

.box {
    width: 25vw;
}

.box-title {
    text-transform: uppercase;
    font: 20px/26px "GothamPro Bold", sans-serif;
}

.ui-datepicker {
    width: auto;
    padding: 3px;
    z-index: 6 !important;
}

.ui-datepicker.ui-datepicker-inline.ui-widget {
    border: none;
    padding: 0;
}

.ui-datepicker table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: auto;
}

.ui-datepicker thead {
    margin: 0;
    padding: 0;
}

.ui-datepicker thead tr {
    text-align: center;
}

.ui-datepicker thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font: 16px/16px "GothamPro Medium", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.ui-datepicker td {
    border: none;
    padding: 12px;
}

.ui-datepicker td .ui-state-default {
    font: 20px/24px "GothamPro Regular", sans-serif;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border: none;
    text-align: center;
    background: #354669;
}

.ui-datepicker td .ui-state-default:hover {
    background: #182030;
}

.ui-datepicker td.ui-datepicker-unselectable {
    opacity: 1;
}

.ui-datepicker td.ui-datepicker-unselectable .ui-state-default {
    color: #354669;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: transparent;
    border: none;
    position: relative;
    width: 18px;
    height: 18px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after {
    content: '';
    display: block;
    width: 11px;
    height: 2px;
    background: #ffffff;
    position: absolute;
}

.ui-datepicker .ui-datepicker-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.ui-datepicker .ui-datepicker-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26%;
}

.ui-datepicker .ui-datepicker-prev:after {
    bottom: 26%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.ui-datepicker .ui-datepicker-next:before {
    top: 26%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ui-datepicker .ui-datepicker-next:after {
    bottom: 26%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font: 20px/20px "GothamPro Medium", sans-serif;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    background: transparent !important;
}

.ui-datepicker.ui-widget-content {
    background: transparent;
}

.ui-datepicker:not(.ui-datepicker-inline) thead tr th {
    color: #354669;
}

.ui-datepicker:not(.ui-datepicker-inline) td {
    border: solid 1px #ececec;
    background: #354669;
    padding: 0;
}

.ui-datepicker:not(.ui-datepicker-inline) td .ui-state-default {
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 44px;
}

.ui-datepicker:not(.ui-datepicker-inline) td .ui-state-default:hover {
    background: transparent;
}

.ui-datepicker:not(.ui-datepicker-inline) td.ui-datepicker-unselectable .ui-state-default {
    color: #ffffff;
}

.ui-datepicker:not(.ui-datepicker-inline) td:hover {
    background: #182030;
}

.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header {
    padding: 25px 0;
}

.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev:before, .ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-prev:after,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next:before,
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-next:after {
    background: #354669;
}

.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-title {
    color: #354669;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ui-datepicker:not(.ui-datepicker-inline).ui-widget-content {
    background: #ffffff;
}

.ui-datepicker:not(.ui-datepicker-inline) select.ui-datepicker-month,
.ui-datepicker:not(.ui-datepicker-inline) select.ui-datepicker-year {
    width: auto;
}

.calendar-box .box-title {
    text-align: center;
}

.calendar-box .wrapper {
    max-width: 100%;
}

.menu-box ul {
    list-style-type: none;
}

.menu-box ul li {
    display: block;
    margin-bottom: 25px;
}

.menu-box ul li a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-box ul li a:hover {
    color: #60c967;
}

.contacts-box ul {
    list-style-type: none;
}

.contacts-box ul li span {
    display: block;
    margin-right: 5px;
    line-height: 35px;
    font-family: "GothamPro Bold", sans-serif;
}

.contacts-box ul li a {
    display: block;
    line-height: 35px;
    text-decoration: none;
}

.contacts-box .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.logo-box {
    text-align: center;
}

.logo-box p {
    font-family: "GothamPro Medium", sans-serif;
}

.logo-box .logo {
    margin-bottom: 40px;
}

.logo-box .logo a,
.logo-box .logo span {
    width: 100%;
    display: block;
}

.logo-box .logo a svg,
.logo-box .logo span svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

.logo-box .box-title {
    position: relative;
    display: inline-block;
}

.logo-box .box-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 5px;
    background: #ffffff;
}

.logo-box .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-box .socials a svg {
    fill: #ffffff;
}

.logo-box .socials a:hover svg {
    fill: #60c967;
}

.col {
    float: left;
}

.cols_index .col {
    float: left;
    width: 50%;
}

.category-announce .category-block {
    height: 350px;
    overflow: hidden;
}

.category-announce .category-block:after {
    background: #fafafa;
}

.category-announce .announces {
    padding: 80px 0;
    background: #fafafa;
}

.category-announce .announce__text {
    margin-bottom: 0;
}

.category-announce .announce-head a {
    font-family: "GothamPro Medium", sans-serif;
}

.category-announce .announce-head a.color_green {
    color: #60c967;
}

.category-announce .announce-head a.color_orange {
    color: #fb964a;
}

.research-slider .col {
    position: relative;
    width: 50%;
}

.research-slider .slider {
    padding: 0;
}

.research-slider .slick-list {
    margin: 0 !important;
}

.research-slider .slider-item {
    margin: 0 !important;
    height: 30vw;
    position: relative;
}

.research-slider .slider-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.research-slider .slider-item img {
    position: absolute;
    /*			width: 100%;
            min-height: 100%;*/
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.research-slider .slider-item h2 {
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 80px;
    z-index: 3;
    text-align: center;
    text-transform: none;
    color: #354669;
    font-family: "GothamPro Bold", sans-serif;
    margin: 0;
}

.research-slider .slider-arrow {
    background: rgba(255, 255, 255, 0.65);
    left: auto;
    right: auto;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0;
}

.research-slider .slider-arrow_next {
    right: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.research-slider .slider-arrow_prev {
    left: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.research-slider .slider-arrow svg {
    fill: #2d2d2d;
}

.research-slider .slick-list {
    margin: 0;
}

.research-slider .text {
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.research-slider .text p {
    margin: 0;
}

.popular-content .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.popular-content .col {
    position: relative;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.popular-content h2 {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popular-content h2.animated {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.popular-content ul {
    margin: 0;
    padding: 80px 0;
    list-style-type: none;
}

.popular-content ul li {
    display: block;
    margin-bottom: 35px;
}

.popular-content ul li:last-of-type {
    margin: 0;
}

.popular-content ul li a {
    font-size: 1rem;
    line-height: 30px;
    font-family: "GothamPro Medium", sans-serif;
    text-decoration: none;
}

.market-view {
    padding: 80px 0;
}

.market-view .title {
    margin-bottom: 50px;
}

.market-view ul {
    list-style-type: none;
}

.market-view ul li {
    display: block;
    margin-bottom: 30px;
}

.market-view ul li:last-of-type {
    margin-bottom: 0;
}

.market-view h3 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
}

.table {
    text-align: center;
}

.table tr th {
    vertical-align: center;
    background: #ffffff;
    font-size: 0.6rem;
    line-height: 0.9rem;
    color: #182030;
    padding: 20px 8px;
}

.table tr td {
    font-size: 0.6rem;
    line-height: 0.9rem;
    padding: 4px 0;
}

.table tr td span {
    padding: 6px;
    display: block;
    background: #ffffff;
}

.table tr td:first-of-type {
    padding-left: 8px;
}

.table tr td:last-of-type {
    padding-right: 8px;
}

.table tr td a {
    font-size: 14px;
    line-height: 18px;
}

.table tbody {
    background: #fafafa;
}

.table tbody tr:first-of-type td {
    padding-top: 8px;
}

.table tbody tr:last-of-type td {
    padding-bottom: 8px;
}

.tabs__nav {
    list-style-type: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs__nav li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.tabs__nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1.2rem;
    height: 55px;
    border-right: solid 1px #ffffff;
}

.tabs__nav li a:hover {
    color: #ffffff;
    background: #60c967;
}

.tabs__nav li a.active {
    color: #ffffff;
    background: #60c967;
}

.tabs__nav_empty li {
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
}

.tabs__nav_empty li a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "GothamPro Medium", sans-serif;
    background: transparent;
    color: #ffffff;
    border: none;
}

.tabs__nav_empty li a:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.tabs__nav_empty li a:hover {
    color: #60c967;
    background: transparent;
}

.tabs__nav_empty li a:hover:after {
    opacity: 1;
    visibility: visible;
}

.tabs__nav_empty li a.active {
    color: #60c967;
    background: transparent;
}

.tabs__nav_empty li a.active:after {
    opacity: 1;
    visibility: visible;
}

.tabs__nav_solo li a:hover {
    color: #ffffff;
}

.tabs__nav_solo li a:hover:after {
    display: none;
}

.tabs__nav_solo li a.active {
    color: #ffffff;
}

.tabs__nav_solo li a.active:after {
    display: none;
}

.tabs__nav_auto {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs__nav_auto li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.tabs__nav_auto li a {
    padding: 0 45px;
}

.tabs__title {
    text-transform: uppercase;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs__title h3 {
    margin: 0;
}

.tabs__content {
    position: relative;
}

.tabs__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow: hidden;
}

.tabs__item.overflow-shadow {
    position: absolute;
}

.tabs__item.active {
    z-index: 1;
    position: relative;
    opacity: 1;
    visibility: visible;
}

.tabs .table,
.tabs .table-row {
    width: 100%;
}

.tabs .button {
    text-align: center;
    margin: 40px 0 0;
}

.tabs .button a {
    display: inline-block;
}

.index-tables {
    margin: 80px auto;
}

.index-tables .tabs {
    width: 100%;
}

.event-info ul {
    list-style-type: none;
}

.event-info ul li {
    display: block;
    margin-bottom: 15px;
}

.event-info__head {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 50px;
    text-decoration: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-info__head:hover {
    color: rgba(255, 255, 255, 0.5);
}

.event-info__head div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 65px;
}

.event-info__head div:last-of-type {
    margin-right: 0;
}

.event-info__head div span {
    display: inline-block;
    margin-left: 30px;
}

.event-info__head .down-arrow {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 17px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.event-info__head .down-arrow:before, .event-info__head .down-arrow:after {
    background: #ffffff;
}

.event-info__content {
    display: none;
    padding: 35px 0;
}

.event-info__content h3 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-family: "GothamPro Medium", sans-serif;
    margin-bottom: 20px;
    color: orange;
    text-transform: uppercase;
}

.events-calendar {
    margin: 80px 0;
}

.events-calendar_module .text {
    margin-top: 0 !important;
}

.events-calendar .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.events-calendar .text {
    max-width: 650px;
}

.events-calendar .event-info {
    padding-left: 50px;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.events-calendar .ui-datepicker thead tr th {
    color: rgba(24, 32, 48, 0.5);
    font: 13px/13px "GothamPro Medium", sans-serif;
    padding-top: 0;
    padding-bottom: 20px;
}

.events-calendar .ui-datepicker td {
    border: solid 1px #b7b7b7;
    padding: 0;
}

.events-calendar .ui-datepicker td .ui-state-default {
    font-size: 1.2rem;
    line-height: 70px;
    font-family: "GothamPro Medium", sans-serif;
    width: 100px;
    height: 75px;
    background: #fb964a;
}

.events-calendar .ui-datepicker td .ui-state-default:hover {
    background: #c15504;
}

.events-calendar .ui-datepicker .ui-datepicker-header {
    display: none;
}

.events-calendar .ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    background: transparent;
}

.events-calendar .ui-datepicker.ui-widget-content {
    background: transparent;
}

.events-calendar .button {
    margin-top: 60px;
    text-align: center;
}

.events-calendar .button a {
    display: inline-block;
}

.news-columns {
    margin: 80px 0;
}

.news-columns .announces {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-columns .announce {
    margin-bottom: 50px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 40px;
}

.news-columns .announce:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 40px;
}

.news-columns .announce__text {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-columns .announce .button a {
    display: inline-block;
}

.news-columns .pagination {
    margin: 0 auto;
}

.economics-map {
    width: 100%;
    height: 380px;
}

.economics-info h3 {
    font: 25px/40px "GothamPro Medium", sans-serif;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.economics-info ul {
    list-style-type: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.economics-info ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px;
}

.economics-info ul li span {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.economics-info ul li span:first-of-type {
    padding-right: 20px;
}

.economics-info ul li:nth-of-type(2n+1) {
    padding-right: 20px;
}

.economics {
    margin: 80px 0;
}

.economics .economics-map {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 550px;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

.economics .economics-info {
    padding-left: 100px;
}

.economics .title {
    margin-bottom: 60px;
}

.table-row {
    text-align: center;
    font-family: "GothamPro Regular", sans-serif;
    background: #ffffff;
    color: #354669;
    font-size: 15px;
    line-height: 18px;
}

.table-row a {
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.table-row tr {
    vertical-align: top;
}

.table-row tr th {
    background: #ffffff;
    padding: 15px 10px;
}

.table-row tr th:first-of-type {
    padding-left: 30px;
}

.table-row tr th:last-of-type {
    padding-right: 30px;
}

.table-row tr td {
    background: #ffffff;
    padding: 15px 10px;
}

.table-row tr td:first-of-type {
    padding-left: 30px;
}

.table-row tr td:last-of-type {
    padding-right: 30px;
}

.table-row tr:nth-of-type(2n+1) td,
.table-row tr:nth-of-type(2n+1) th {
    background: #fafafa;
}

.table-row tr:first-of-type th {
    background: #ffffff;
}

.table-row .medium {
    font-family: "GothamPro Bold", sans-serif;
}

.table-row_sidebar {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.table-row .notice {
    display: block;
    padding-top: 30px;
}

.economics-tables {
    margin: 80px 0;
}

.login-block {
    text-align: center;
    margin: 80px 0;
}

.login-block p {
    font: 16px/26px "GothamPro Medium", sans-serif;
    text-transform: uppercase;
}

.login-block a {
    color: #60c967;
    font: 16px/26px "GothamPro Medium", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-block a figure {
    margin-left: 10px;
    display: block;
    width: 30px;
    height: 30px;
}

.login-block a figure svg {
    fill: #60c967;
}

.income-tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.income-tables .col {
    padding: 80px 0;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    float: none;
}

.income-tables .tabs h3 {
    margin-bottom: 60px;
}

.income-tables .tabs__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.income-tables .tabs__nav li {
    padding: 0;
    margin: 0 60px 0 0;
}

.income-tables .tabs__nav li:last-of-type {
    margin: 0;
}

.index-info {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.index-info .col {
    padding: 80px 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.index-info .col h3 {
    margin-top: 0;
    text-transform: uppercase;
}

.kp-download a {
    padding-left: 40px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    background: url(/img/download.svg) center left no-repeat;
    background-size: 30px;
}

.kp-download a:hover {
    color: #60c967;
    background: url(/img/download_green.svg) center left no-repeat;
}

.table-block {
    margin: 80px 0;
}

.table-block table {
    width: 100%;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

.table-block h3 {
    margin: 0 auto 50px;
}

.table-block .container {
    position: relative;
}

.table-block_straight .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.table-block_straight table {
    width: auto;
}

.table-block_straight table th {
    height: 67px;
    white-space: nowrap;
}

.table-block_straight table td {
    white-space: nowrap;
}

.table-block_straight .scroll-box {
    padding-bottom: 10px;
    overflow: hidden;
    overflow-x: scroll;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    scrollbar-face-color: #182030;
    scrollbar-track-color: #8c9098;
}

.table-block_straight .scroll-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.table-block_straight .scroll-box::-webkit-scrollbar-thumb {
    background: #182030;
}

.table-block_straight .scroll-box::-webkit-scrollbar-track {
    background: #8c9098;
}

.table-block_background {
    padding: 80px 0;
}

.table-block_background table {
    background: transparent;
    color: #ffffff;
    border: none;
}

.table-block_background table th {
    background: transparent !important;
}

.table-block_background table td {
    background: transparent !important;
}

.table-block_background table td a {
    color: #ffffff;
}

.table-block_background table td a:hover {
    color: #60c967;
}

.table-block_background .overflow-shadow:after {
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.15)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.similar-news h3 {
    margin-top: 0;
    margin-bottom: 50px;
}

.similar-news ul {
    list-style-type: none;
}

.similar-news ul li {
    display: block;
    margin-bottom: 25px;
}

.similar-news ul li:last-of-type {
    margin-bottom: 0;
}

.similar-news ul li a {
    text-decoration: none;
}

.daily-inner {
    margin: 80px 0;
}

.daily-inner .double {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.daily-inner .col {
    padding: 80px 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.daily-inner .similar-news {
    margin-bottom: 80px;
}

.daily-inner .similar-news:last-of-type {
    margin-bottom: 0;
}

.daily-inner h1 {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 20px;
}

.daily-inner .wrapper {
    text-align: center;
}

.daily-inner .announce-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.daily-inner .download {
    text-decoration: none;
}

.daily-inner__back {
    margin-top: 40px;
}

.daily-inner__back a {
    display: inline-block;
}

.company {
    margin-top: 25px;
}

.company h1 {
    margin: 0 auto 60px;
}

.company > .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.company .col_left {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
}

.company .col_right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
}

.company .tabs__nav {
    border-bottom: solid 2px #60c967;
}

.company .tabs__nav li a {
    border-color: #182030;
    font-size: 0.9rem;
    font-family: "GothamPro Medium", sans-serif;
    text-align: center;
    padding: 0 30px;
}

.company .company-info,
.company .tabs .tabs {
    margin: 50px 0 0;
}

.company .company-info .tabs__nav li a,
.company .tabs .tabs .tabs__nav li a {
    padding: 0 10px;
}

.company .button a {
    margin: 50px 0 0;
    display: inline-block;
}

.equities-table {
    border: none;
}

.equities-table tr td {
    padding: 13px 0;
}

.company-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.company-info__nobonds {
    margin: 0 0 !important;
}

.company-info .tables,
.company-info .content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.company-info__banks .content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.company-info .table-block {
    padding-left: 60px;
    margin: 0;
    margin-bottom: 50px;
}

.company-info .table-block:last-of-type {
    margin-bottom: 0;
}

.company-info .table-block table {
    border: none;
}

.company-info .table-block table tr td {
    padding-right: 13px;
}

.company-info .table-block table tr td:last-of-type {
    padding-right: 0;
}

.company-sidebar {
    margin: 80px 0;
}

.company-sidebar h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: "GothamPro Light", sans-serif;
    margin: 0 0 50px;
}

.company-sidebar ul {
    list-style-type: none;
}

.company-sidebar ul li {
    display: block;
    margin-bottom: 20px;
}

.company-sidebar ul li:last-of-type {
    margin-bottom: 0;
}

.company-sidebar ul li a {
    font-family: "GothamPro Medium", sans-serif;
    text-decoration: none;
}

.company-sidebar .announce__text {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.company-inner {
    margin: 80px 0;
}

.registration > .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.registration .subtitle {
    text-align: left;
}

.registration .sidebar {
    background: transparent;
}

.registration .sidebar_reg {
    background: #354669;
}

.registration .sidebar-form .col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.registration .sidebar-form .col:first-of-type {
    margin-right: 15%;
}

.registration .form-group_checkbox label {
    line-height: 25px;
    padding-left: 30px;
}

.registration .form-group_checkbox label:before, .registration .form-group_checkbox label:after {
    top: 8px;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-color: rgba(255, 255, 255, 0.5);
}

.registration .form-group_checkbox label:after {
    -webkit-transform: translate(0) scale(0);
    transform: translate(0) scale(0);
}

.registration .error.hidden {
    display: block !important;
}

.registration .form-success {
    color: rgba(255, 255, 255, 0.5);
}

.registration .container {
    height: 100%;
}

.registration .registration-sidebar {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-success {
    font-size: 20px;
    text-align: center;
    margin: 50px 0;
}

.registration-sidebar {
    color: #354669;
}

.registration-sidebar .subtitle {
    color: #354669;
    font-size: 25px;
    line-height: 25px;
    font-family: "GothamPro Medium", sans-serif;
    text-transform: none;
    margin: 0 0 50px;
}

.registration-sidebar .button {
    margin-top: 30px;
}

.transaction figure {
    display: block;
    /*img {
      width: 100%;
    }*/
}

.transactions {
    padding-bottom: 50px;
}

.transactions .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 30px;
    gap: 30px 20px
}

.transactions .transaction {
    text-align: center;
}

.chart {
    padding-top: 30px;
}

.chart-nav {
    list-style-type: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.chart-nav li {
    display: block;
    margin: 0 10px;
}

.chart-nav li input {
    font-size: 0.8rem;
    padding: 10px;
}

.chart-nav li input:hover, .chart-nav li input.active {
    background: #60c967;
    color: #ffffff;
}

.copyright {
    padding: 20px 0;
    position: relative;
    z-index: 5;
}

.copyright .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copyright__text {
    color: #ffffff;
    font: 16px/18px "GothamPro Light", sans-serif;
}

.copyright .frontmen-icon {
    color: #ffffff;
    text-decoration: none;
    font: 16px/18px "GothamPro Light", sans-serif;
    display: block;
    width: auto;
    -webkit-transition: .2s;
    transition: .2s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.copyright .frontmen-icon:hover {
    color: #60c967;
}

.copyright .frontmen-icon:hover svg {
    fill: #60c967;
}

.copyright .frontmen-icon svg {
    width: 40px;
    height: 30px;
    fill: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
}

.copyright .frontmen-icon.row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-more-about {
    position: relative;
}

.sidebar-more-about ul {
    list-style-type: none;
}

.sidebar-more-about ul li {
    display: block;
    margin-bottom: 30px;
}

.sidebar-more-about ul li:last-of-type {
    margin-bottom: 0;
}

.sidebar-more-about ul li a {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
    font-family: "GothamPro Medium", sans-serif;
}

.sidebar-more-about .button {
    position: relative;
    margin-top: 120px;
}

.sidebar-more-about .button a {
    display: inline-block;
}

.sidebar-more-about:before,
.sidebar-more-about .button:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: -50px;
    left: 0;
}

.awards {
    padding: 80px 0 50px;
    margin: 25px 0 80px;
}

.authorization {
    background: #333333;
    padding: 100px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    color: rgba(255, 255, 255, 0.4);
    z-index: 9;
}

.authorization.active {
    opacity: 1;
    visibility: visible;
}

.authorization .container {
    position: relative;
    text-align: center;
}

.authorization .close-btn {
    position: absolute;
    top: 0;
    right: 120px;
}

.authorization form {
    margin: 0 auto;
    max-width: 770px;
}

.authorization .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.authorization .form-group {
    position: relative;
}

.authorization .form-group .btn input[type="submit"] {
    padding: 11px 15px;
}

.authorization .form-group:last-of-type {
    max-width: 170px;
    margin: 0;
}

.authorization .notice {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
}

.authorization .notice:hover {
    color: #ffffff;
}

.authorization p {
    text-align: center;
    margin: 40px auto;
}

.authorization .error {
    font-size: 0.8rem;
    line-height: 1;
    font-family: "GothamPro Light", sans-serif;
    color: #fa6e6e;
    position: absolute;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

.authorization .form-success {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 30px;
}

.sign-up {
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #60c967;
}

.sign-up:hover {
    color: #ffffff;
}

.overflow-shadow {
    position: relative;
}

.overflow-shadow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: transparent;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(24, 32, 48, 0.15)));
    background: linear-gradient(to right, transparent 0%, rgba(24, 32, 48, 0.15) 100%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
}

.overflow-shadow.done:after {
    opacity: 0;
    visibility: hidden;
}

.overflow-shadow .wrapper {
    overflow-y: auto;
    scrollbar-face-color: #182030;
    scrollbar-track-color: #8c9098;
    position: relative;
}

.overflow-shadow .wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.overflow-shadow .wrapper::-webkit-scrollbar-thumb {
    background: #182030;
}

.overflow-shadow .wrapper::-webkit-scrollbar-track {
    background: #8c9098;
}

.authorization-required {
    text-align: center;
    margin: 100px 0;
}

.authorization-required .container {
    max-width: 960px;
}

.show-mob {
    display: none;
}

.profile-btn {
    margin-right: 15px;
}

.profile-btn a {
    width: 23px;
    height: 23px;
    display: block;
    position: relative;
    background: url(/img/profile.svg) center no-repeat;
    background-size: contain;
}

.release_tooltip {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%);
    -webkit-box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, .35);
    box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, .35);
    color: #60c967;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    padding: 6px;
    white-space: nowrap;
}

.transaction figure:hover .release_tooltip {
    opacity: 1;
}

.transaction:hover {
    opacity: 1;
}

.private_equity_filter {
    width: 60%;
}

.private_equity {
    padding: 0;
}

.private_equity .transaction {
    display: block;
    margin: 0 30px 30px 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    float: left;
    max-width: none;
}

.private_equity .transaction:hover .release_tooltip {
    opacity: 1;
}

.private_equity_page_links {

}

.private_equity_page_links a {
    color: #fff;
}

.intl-tel-input .country-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.disabled-link {
    pointer-events: none;
}

.cursor {
    cursor: pointer;
}

.auth-bank-id label {
    display: block;
    text-align: left;
    margin: 35px 0 10px 0;
}

.auth-bank-id .error {
    font-size: 15px;
    line-height: 15px;
    color: red;
    padding-top: 5px;
}

.auth-bank-id .radio-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
}

.auth-bank-id .radio-btns label {
    margin: 0 20px;
}

.auth-bank-id .radio-btns input {
    display: inline;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.auth-bank-id .selectric-wrapper {
    width: 100px;
}

.auth-bank-id .selectric-wrapper .label {
    font-size: 20px;
    line-height: 35px;
    margin: 0 45px 0 20px;
}

.auth-bank-id .selectric-wrapper ul {
    margin: 0;
    width: auto;
}

.auth-bank-id .selectric-wrapper ul li {
    font-size: 15px;
    line-height: 20px;
}

.auth-bank-id .bank-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth-bank-id .bank-check input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.auth-bank-id .bank-check span {
    font-family: 'GothamPro Medium', Sans-serif;
}

.auth-bank-id .btn-block {
    margin-top: 50px;
}

.auth-bank-id .btn-block__title {
    margin-top: 0;
    font-family: 'GothamPro Medium', Sans-serif;
    font-size: 24px;
    color: #000;
}

.auth-bank-id .bank-id-btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
    text-decoration: none;
    border: 1px solid #354669;
    border-radius: 20px;
    cursor: pointer;
}

.auth-bank-id .bank-id-btn.disabled-link {
    background: #e5e5e5;
}

.auth-bank-id .confirm-btn {
    background: #e5e5e5;
    opacity: 1;
}

.auth-bank-id .disabled-link {
    opacity: 0.5;
}

.auth-bank-id .bank-id-btn span {
    display: block;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.auth-bank-id .flex.margbot {
    margin-bottom: 10px;
}

.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.flex .flex-start {
    margin-bottom: 0;
}

.auth-bank-id .input-block {
    margin: 35px 0 10px;
}

.auth-bank-id .input-block__title {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    font-family: "GothamPro Regular", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.auth-bank-id .input-block__sign {
    display: none;
    width: 100%;
    text-align: left;
    margin: 8px 0;
    font-family: "GothamPro Light", sans-serif;
    font-size: 20px;
    color: #000;
}

.auth-bank-id .input-block__sign.active {
    display: block;
}

.auth-bank-id .input-block input {
    width: auto;
}

.auth-bank-id .input-block input[type="checkbox"], .auth-bank-id .input-block input[type="radio"] {
    /*margin-top: 1px;*/
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}


.auth-bank-id .input-block input[disabled] {
    opacity: 0;
}

.auth-bank-id .input-block .active .block-disabled input[disabled], .auth-bank-id .active .block-disabled,
.auth-bank-id .first_checkbox.block-disabled input[disabled] {
    opacity: 1;
}

.auth-bank-id .block-disabled {
    opacity: 0.5;
    margin: 5px 0 5px 5px;
}

.auth-bank-id .flex label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
}

.auth-bank-id .flex-start label {
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 5px;
    padding-top: 1px;
}

.auth-bank-id .flex-start p {
    margin: 5px 0;
}

.auth-bank-id .events-none {
    pointer-events: none;
    opacity: 0.5;
}

.auth-bank-id .margbot {
    margin-bottom: 30px;
}

.auth-bank-id .new-error {
    text-align: left;
}

.auth-bank-id .hidden-block, .auth-bank-id .new-error {
    display: none;
}

.auth-bank-id .hidden-block.active, .auth-bank-id .new-error.active  {
    display: block;
}

.popup.bank-id .popup__wrapper {
    padding: 70px 50px 50px 50px;
    background-color: #fff;
}

.popup.bank-id .pop-desc {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.popup.bank-id .error {
    font-size: 15px;
    line-height: 15px;
    color: red;
    padding-top: 5px;
}

.popup.bank-id .green-btn {
    display: block;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 25px;
    margin: 20px auto 0 auto;
    text-decoration: none;
    background-color: #60c967;
    border-radius: 20px;
}

.popup.bank-id .close-btn {
    top: 20px;
    right: 35px;
}

.popup.bank-id .close-btn:after,
.popup.bank-id .close-btn:before {
    background: #60c967;
}

@media screen and (max-width: 1200px) {
    .desktop_only {
        display: none!important;
    }
    .mobile_only {
        display: block!important;
    }
}

@media screen and (min-width: 1201px) {
    .desktop_only {
        display: block!important;
    }
    .mobile_only {
        display: none!important;
    }
}
