

/* Start:/local/templates/shishkarev/template_styles.css?175447483649076*/
html, body {
    font-family: TTFors, sans-serif !important;
    font-size: 18px;
    min-width: 300px;
}

body {
    overflow-x: hidden;
}

b, strong {
    font-weight: 600 !important;
}

a {
    color: #072FA0;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:hover {
    color: #5873BF;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.padding-15 {
    padding: 15px 0;
}

.photobank__group-title {
    font-weight: 700;
    font-size: 18px;
}

.btn-light {
    background: transparent;
    border: 1px solid #5873BF;
    color: #5873BF;
    text-decoration: none;
    border-radius: 20px;
}

.btn-light:hover {
    border-color: #5873BF;
    background: #5873BF;
    color: #fff;
    text-decoration: none;
}

.btn-red {
    color: #072FA0;
    border-color: #3758B2;
}

.btn-red:hover {
    color: #fff;
    border-color: #042171;
    background: #042171;
}

.btn-download {
    color: #072FA0;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}

.btn-download:before {
    content: '';
    width: 33px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    background: url('/local/templates/shishkarev/./assets/img/download.png');
    margin-right: 7px;
    margin-top: -5px;
}

.header {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px 0 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: #fff;
}

.open-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #052E9F;
    display: none;
    z-index: 9999;
}

.header.fixed .open-menu {
    /*height: 54px;*/
    /*width: 54px;*/
}

.header.fixed .open-menu span {
    top: 25px;
}

.open-menu span {
    display: block;
    position: absolute;
    top: 28px;
    left: 50%;
    height: 4px;
    background: #fff;
    width: 22px;
    margin-left: -11px;
}

.open-menu span:before, .open-menu span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
}

.open-menu span:before, .open-menu span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}

.open-menu span:before {
    top: -8px;
}

.open-menu span:after {
    bottom: -8px;
}

.open-menu span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.open-menu span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.open-menu.active span {
    background: none;
}

.open-menu.active span:before, .open-menu.active span:after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}

.open-menu.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open-menu.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header.fixed {
    position: fixed;
    padding-top: 5px;
    background: #fff;
    padding-bottom: 5px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    font-size: 16px;
    color: #2c2b2b;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.logo:hover {
    text-decoration: none;
    color: #000;
    opacity: 0.6;
}

.logo span {
    display: block;
    font-size: 28px;
    color: #072FA0;
    font-weight: 600;
}

.logo__icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    transition: all 0.5s ease-out 0s;
}

.header.fixed .logo {
    font-size: 16px;
}

.header.fixed .logo span {
    font-size: 18px;
}

.header.fixed .logo__icon {
    width: 56px;
    height: 56px;
}

.header nav {
    margin-top: 15px;
}

.header.fixed nav {
    margin-top: 12px;
}

.header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header nav ul li {
    float: left;
    margin-right: 35px;
}

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

.header nav ul li a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.header nav ul li.active > a,
.header nav ul li a:hover {
    color: #072FA0;
    text-decoration: none;
}
.header nav ul li.active a:hover {
    color: #5873BF;
}
.header nav ul:after {
    content: '';
    clear: both;
    display: table;
}

.header-menu__item {
    position: relative;
}

.header-menu__item:hover .header-menu__sublist {
    opacity: 1;
    visibility: visible;
}

.header-menu__sublist {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 10px !important;
    background: white;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.header-search {
    margin-top: 17px;
    position: relative;
    padding-right: 31px;
}

.header-search button {
    border: 0;
    background: url('/local/templates/shishkarev/./assets/img/search.png') no-repeat 50% 50%;
    background-size: contain;
    width: 26px;
    height: 29px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -5px;
}

.header-prs,.header-lng {
    padding-top: 15px;
}
.header-lng{
    text-transform: uppercase;
}
.header-lng a:not(.active){
    color: #231f20;
}
.header-lng a{
    text-decoration: none;
}
.header-lng a.active{
    font-weight: 600;
    color: #5873BF;
}
.header-lng a.active:hover {
    color: #072FA0;
}
#menu .header-lng{
    padding: 7px 10px;
}

.header-prs a {
    color: #5873BF;
    font-weight: 600;
}

.header.fixed .header-prs {
    padding-top: 10px;
}

.header-prs span {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 27px;
    background: url('/local/templates/shishkarev/./assets/img/download.png') no-repeat 50% 50%;
    background-size: contain;
    margin-right: 10px;
}

.header.fixed .header-search {
    margin-top: 15px;
}

.header-search a {
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

.header-search .form-control {
    height: 20px;
    border: 2px solid #5873BF;
    color: #5873BF;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 10px;
    display: none;
}

.home-slider-box {
    position: relative;
}

.playerBox {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
}
div.bgndVideo {
    min-height: 135% !important;
    padding-bottom: 72.25% !important;
}
.inline-YTPlayer {
    max-width: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bgndVideo {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto !important;
}

.inlinePlayButton,
.buttonBar {
    display: none !important;
}

.YTPOverlay {
    background: #000;
    opacity: 0.3;
}

.inner {
    padding-top: 150px;
}

.home-slider-item-text {
    padding-top: 200px;
    margin-top: 40px;
    font-size: 18px;
    color: #3758B2;
    line-height: 1.2;
}

.home-slider-item .container {
    position: relative;
    z-index: 99999;
}

.home-slider-item-content {
    width: 100%;
    height: 100%;
}

.home-slider-item video {
    object-fit: cover;
}

.home-slider-item-name {
    font-size: 18px;
    text-align: right;
    margin-top: 15px;
}

.home-slider-box .owl-dots {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-slider-box .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #052E9F;
    border-radius: 50%;
    margin-bottom: 5px;
}

.home-slider-box .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.home-slider-box .owl-dots .owl-dot.active {
    background: #052E9F;
}

.home-slider {
    position: relative;
    z-index: 1;
}

.home-slider-item {
    height: 100vh;
    width: 100%;
    background-color: #FEFEFE;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.box-title {
    font-weight: 600;
    font-size: 35px;
    padding: 30px 0;
    margin-bottom: 0;
}

.box-title h1 {
    font-size: 35px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.box-title span,
.box-title h1 {
    float: left
}

.box-title:after {
    content: '';
    clear: both;
    display: table;
}

.box-title ul {
    display: flex;
    height: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.box-title ul:after {
    content: '';
    clear: both;
    display: table;
}

.box-title ul li {
    display: flex;
    height: 100%;
    float: left;
    margin-left: 70px;
}

.box-title ul li a {
    font-size: 14px;
    text-decoration: underline;
}

.box-title ul li.active a {
    font-weight: 600;
    text-decoration: none;
}

.box-title ul li a:hover {
    text-decoration: none;
}

.box-title form {
    margin: 12px 0 0 0;
}

.box-title form > .row {
    padding-left: 20px;
}

.box-news {
    background: #072FA0;
    position: relative;
    padding-bottom: 112px;
}

.box-news .owl-dots {
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box-news .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 5px;
}

.box-news .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.box-news .owl-dots .owl-dot.active {
    background: #fff;
}

.box-news .col-md-9 {
    padding-right: 0;
}

.box-news .box-title,
.box-title ul li a {
    color: #fff;
}

.news-item {
    height: 250px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.news-item2 {
    background: #8C9FD3;
    padding: 0;
    overflow: hidden;
}

a.news-item2:hover {
    opacity: 0.8;
}

.news-item2-text {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-item2 .news-item-title {
    color: #fff !important;
}

.news-item2-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.box-news-slide .news-item2 .row {
    height: 100%;
}

.box-news2-slider-box {
    padding-right: 0;
}

.news-item-date {
    display: block;
    left: 15px;
    bottom: 15px;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 2;
}

.news-item-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.news-item-tags {
    display: block;
    font-size: 9.5px;
    color: #5873BF;
    position: absolute;
    left: 15px;
    bottom: 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 2;
}

.news-item-img {
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.news-item:hover .news-item-img {
    opacity: 0.4;
}

.news-item-tags span {
    margin-right: 5px;
}

.news-item-tags span:last-child {
    margin-right: 0;
}

.news-item .news-item-img {
    background: #072FA0 !important;
    opacity: 0.5;
}

.news-item:hover {
    /*background: #5873BF !important;*/
    text-decoration: none;
    color: #fff;
}

.news-item:hover .news-item-tags {
    color: #fff;
}

.news-all {
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding-bottom: 10px;
    text-decoration: none;
}

.news-all:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.search-news {
    background-color: #F5F6F6;
    padding: 24px 0;
}

.search-news__container {
    width: 100%;
    position: relative;
    height: auto;
}

.search-news__form {
    display: flex;
}

.search-news .search-news__form--input {
    font-size: 14px;
    line-height: 17px;
    flex: 100%;
    margin: 0;
    height: 100%;
    padding: 12px 8px 12px 16px !important;
    border: 1px solid #CCCCCC;
    box-shadow: none;
}

.search-news .search-news__form--input::placeholder {
    color: #737373;
}

.search-news .search-news__form--input:hover {
    background-color: #FAFAFA;
}

.search-news .search-news__form--input:focus {
    background-color: #FAFAFA;
    border-color: #999A9D;
    outline: none;
}

.search-news .search-news__form--input::-webkit-search-cancel-button {
    appearance: auto;
    cursor: pointer;
}

.search-news__form--btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    width: 105px;
    background-color: #072FA0;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 32px;
}

.search-news__form--btn:hover {
    background-color: #042171;
}

.page-news-empty {
    margin-top: 48px;
}

.page-news-empty__title {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    color: #5873BF;
    line-height: 1.3;
    text-decoration: none;
}

.box-bio,
.box-bio-bottom {
    background: #F3F3F4;
    position: relative;
}

.box-bio-close .box-bio-col {
    height: 480px;
    overflow: hidden;
}
.box-bio-bottom-col-left {
    background: #F3F3F4;
}

.box-bio-bottom-col-right {
    background: #fff;
}

.box-bio-bottom-col {
    height: 100px;
    position: relative;
}

.box-bio-bottom-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    z-index: 1;
    color: #5873BF;
    text-decoration: none;
}

.box-bio-bottom:hover .box-bio-bottom-link {
    color: #5873BF;
    text-decoration: underline;
}

.box-bio-bottom-link span {
    width: 24px;
    height: 10px;
    background: url('/local/templates/shishkarev/./assets/img/arr-b.png') no-repeat;
    background-size: contain;
}

.box-bio-bottom-col-left .box-bio-bottom-link {
    justify-content: flex-end;
    padding-right: 7px;
}

.box-bio-bottom-col-right .box-bio-bottom-link {
    justify-content: flex-start;
    padding-left: 7px;
}

.box-bio-open + .box-bio-bottom .box-bio-bottom-link span {
    transform: rotate(180deg);
}

.box-bio-close .box-bio-col {
    height: auto;
}

.box-bio-close .bio-right {
    height: auto;
}

.box-bio-close {
    height: calc(100vh - 147px);
    overflow: hidden;
}

.box-bio-bottom-col-right {
    display: none;
}

.box-bio-bottom-col-left .box-bio-bottom-link span {
    margin-left: 10px;
}

.bio-right-img {
    max-width: calc(100% + 30px) !important;
    margin-left: -15px;
}



@media screen and (min-width: 768px) {
    .box-bio-bottom-col-right {
        display: block;
    }

    .box-bio-bottom-col-left .box-bio-bottom-link span {
        display: none;
    }

    .bio-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .box-bio [class*=col-]:nth-child(2) {
        padding-top: 0 !important;
    }
}

.bio-box {
    margin-bottom: 30px;
    padding-left: 70px;
}

.bio-box-lg {
    font-size: 23px;
    color: #5873BF;
    margin-bottom: 30px;
    line-height: 1.3;
}

.bio-item {
    padding-bottom: 10px;
    position: relative;
}

.bio-box .bio-item:last-child {
    padding-bottom: 0 !important;
}

.bio-item > span {
    position: absolute;
    top: 0;
    left: -70px;
    font-size: 20px;
    bottom: 0;
    font-weight: 600;
}

.bio-item > span:after {
    content: '';
    position: absolute;
    border-left: 2px solid #5873BF;
    left: 50%;
    top: 30px;
    bottom: 0;
    margin-left: -1px;
}

.bio-item:last-child > span:after {
    display: none;
}

.bio-title {
    font-weight: 600;
    color: #072FA0;
    font-size: 23px;
    margin: 0 0 10px 0;
}

.box-bis {
    background: #5873BF url('/local/templates/shishkarev/./assets/img/bis.png') no-repeat 50% 50%;
    background-size: cover;
    padding-bottom: 50px;
    color: #fff;
    position: relative;

}

.box-bis-cont {
    position: absolute;
    top: 0;
    right: -170px;
    width: 621px;
    bottom: -140px;
    background: url('/local/templates/shishkarev/./assets/img/cont.png') no-repeat 50% 50%;
    background-size: contain;
}

.box-bis .box-title {
    color: #fff;
}

.box-bio [class*=col-]:nth-child(2) {
    background: #fff;
}

.bio-right {
    padding: 0 15px;
}

.bio-right .bio-item > span {
    left: -85px;
}

.bio-right .bio-box {
    padding-left: 85px;
}

.bio-right .bio-item > span:after {
    top: 38px;
}

.box-bis-item {
    position: relative;
}
.box-bis-item-img{
    max-width: 200px;
    margin-bottom: 15px;
}
.box-bis-item-count-box{
    display: flex;
    flex-direction: row;
    margin: 40px 0 0 0;
}
.box-bis-item-count{
    flex:0 0 33.333%;
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
}
.box-bis-item-count:last-child{
    padding-right: 0;
}
.box-bis-item-count-num{
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
}
.box-bis-item-count-intro{
    font-weight: 600;
}

.box-news-slide .row {
    margin: 0;
}

.box-bis-item-logo {
    display: flex;
    gap: 10px;
    text-align: center;
    align-items: center;
}

.box-bis-item-logo a:hover{
    color: #B2BEE1;
}

.box-bis-item-logo img {
    max-width: 150px;
    margin: 0;
}

.box-bis-item-logo a {
    color: #fff;
    text-decoration: underline;
}

.box-bis-item-logo a:hover {
    text-decoration: none;
}

.box-bis-slider-text {
    position: relative;
    padding: 0 100px 0 120px;
}

.box-bis-text {
    padding: 0 100px 0 120px;
    margin-bottom: 30px;
}

.box-bis-slider-text p:last-child {
    margin-bottom: 0;
}

.box-bis-slider-decor {
    position: absolute;
    cursor: pointer;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background: url('/local/templates/shishkarev/./assets/img/arrslide.png') no-repeat 50% 50%;
    background-size: contain;
}

.box-bis-slider-decor--left {
    left: 0;
}
.box-bis-slider-decor--right {
    right: 0;
}

.box-bis-box {
    position: relative;
}

.box-bis-box .owl-dots {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.box-bis-box .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 5px;
}

.box-bis-box .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.box-bis-box .owl-dots .owl-dot.active {
    background: #fff;
}

.box-home-slide-2 {
    background: #E5E6E8;
    position: relative;
    /*padding-bottom: 70px;*/
}

.box-home-slide-2 .owl-dots {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box-home-slide-2 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #052E9F;
    border-radius: 50%;
    margin-bottom: 5px;
}

.box-home-slide-2 .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.box-home-slide-2 .owl-dots .owl-dot.active {
    background: #052E9F;
}

.home-slide-2-item-info {
    margin-bottom: 45px;
}

.box-home-slide-2-img-box {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    bottom: 0px;
}

.home-slide-2 {
    padding-top: 30px;
}

.box-home-slide-2-img {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.home-slide-2-item .box-title {
    padding-bottom: 50px;
    line-height: 1.2;
    color: #052E9F;
}

.home-slide-2-text {
    padding: 0 80px 0 85px;
    position: relative;
    cursor: pointer;
}

.home-slide-2-name {
    margin-top: 25px;
    padding: 0 85px 0 85px;
    text-align: right;
}

.home-slide-2-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85px;
    background: url('/local/templates/shishkarev/./assets/img/arrslide2.png') no-repeat 50% 50%;
}

.home-slide-2-text:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85px;
    background: url('/local/templates/shishkarev/./assets/img/arrslide2.png') no-repeat 50% 50%;
}

.box-counts .box-title {
    line-height: 1;
    color: #212529;
}

.box-counts-big {
    font-weight: 600;
    color: #5873BF;
    font-size: 355px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.box-counts-big-text {
    color: #212529;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.box-counts-big-text--append {
    right: 15px;
    top: 290px;
}

.box-counts-big-text--prepend {
    left: 15px;
    top: 97px;
}

.box-counts-text {
    color: #212529;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: -80px;
    margin-left: 30px;
    margin-bottom: 90px;
    position: relative;
    z-index: 98;
}

.box-counts-right {
    padding-top: 30px;
    padding-bottom: 45px;
}

.box-counts-item {
    color: #072FA0;
    margin-bottom: 20px;
    min-height: 144px;
}

.box-counts-item-title {
    line-height: 1;
    font-weight: 600;
    font-size: 63px;
}

.box-counts-item-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-top: -5px;
    color: #5873BF;
}

.box-counts-item-text {
    line-height: 1.2;
    font-size: 13px;
    color: #5873BF;
}

.bix-counts-tbl {
    display: table;
    margin-top: 140px;
    color: #072FA0;
    font-weight: 600;
    margin-bottom: 25px;
}

.box-counts-cell {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    line-height: 1.2;
}

.bix-counts-tbl .box-counts-cell:nth-child(1) {
    font-size: 83px;
    line-height: 0.85;
}

.bix-counts-tbl .box-counts-cell:nth-child(2) {
    font-size: 18px;
}

.box-counts-list {
    margin: 0 0 0 20px;;
    padding: 0;
    list-style-type: none;
    color: #5873BF;
    font-size: 16px;
}

.box-counts-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.box-counts-list li:before {
    content: '– ';
    position: absolute;
    left: 0;
    top: 0px;
}

.box-games {
    padding-bottom: 70px;
    padding-top: 20px;
}

.box-games .box-title {
    font-size: 28px;
    color: #052E9F;
    padding-bottom: 20px;
    line-height: 1.2;
}

.box-games-steps {
    display: table;
    color: #052E9F;
    font-size: 16px;
}

.box-games-step {
    display: table-cell;
    vertical-align: top;
    padding-right: 60px;
    position: relative;
    line-height: 1.2;
}

.box-games-step:after {
    content: '';
    position: absolute;
    top: 0;
    width: 13px;
    right: 20px;
    bottom: 0;
    background: url('/local/templates/shishkarev/./assets/img/steps.png') no-repeat 50% 50%;
    background-size: contain;
}

.box-games-step:last-child {
    padding-right: 0;
}

.box-games-step:last-child:after {
    display: none;
}

.box-games-right {
    padding-top: 70px;
}

.box-games-right-title {
    font-size: 20px;
    font-weight: 600;
}

.box-games-right-text {
    font-size: 11px;
}

.box-games-logo {
    text-align: center;
}

.box-games-logo img {
    margin-bottom: 25px;
}

.box-games-logo a {
    font-size: 20px;
}

.box-games-two {
    margin-top: 65px;
}

.box-games-two-row {
    margin-bottom: 15px;
}

.box-games-two-row-big {
    line-height: 1.2;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.box-games-two-title {
    font-weight: 600;
    font-size: 90px;
    color: #052E9F;
    line-height: 1;
}

.box-games-two-text {
    line-height: 1.2;
    font-size: 26px;
    color: #052E9F;
}

.box-gallery {
    background: #052E9F;
}

.box-gallery .box-title {
    color: #fff;
}

.box-gallery-item-img {
    display: block;
    height: 300px;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-gallery-item-title {
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 10px;
    background: #fff;
    color: #3758B2;
    font-size: 18px;
}

.box-gallery-item-img:hover {
    opacity: 0.7;
}

.box-gallery-item-title:hover {
    background: #052E9F;
    color: #fff;
}

.box-gallery-bottom {
    background: #fff;
    text-align: center;
    padding: 70px 0;
}

.box-gallery-box .owl-dots {
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box-gallery-box .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 5px;
}

.box-gallery-box .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

.box-gallery-box .owl-dots .owl-dot.active {
    background: #fff;
}

.box-gallery-box .owl-prev {
    display: none;
}

.box-gallery-box .owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
    background: url('/local/templates/shishkarev/./assets/img/arrgallery.png') no-repeat 50% 50%;
    background-size: contain;
    width: 21px;
    height: 88px;
    margin-top: -44px;
}

.box-gallery-box .owl-next:hover {
    opacity: 0.7;
}

footer {
    padding: 55px 0 30px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

footer ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}

footer ul li:last-child {
    margin-right: 0;
}

footer ul li a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

footer ul li.active a {
    color: #052E9F;
    text-decoration: none;
}

.footer-text {
    font-size: 18px;
    color: #231f20;
    line-height: 1.2;
}

.footer-text-bottom{
    font-size: 14px;
    color:#999A9D;
    margin-top: 20px;
}

#menu {
    display: none;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    /* will-change: transform; */
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open #menu.slideout-menu {
    display: block;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    border-bottom: 1px solid #E0E1E4;
}

#menu li a {
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 10px;
}

.page-news-item-info {
    padding: 25px 0;
    border-bottom: 1px solid #8C9FD3;
    margin-bottom: 10px;
    height: 100%;
}

.page-news-item-title {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    color: #072FA0;
    line-height: 1.3;
    text-decoration: none;
}
.page-news-item-title:hover{
    color: #5873BF;
}
.page-news-item-title b {
    color: #052E9F;
}

.page-news-item-text {
    margin-bottom: 10px;
}

.page-news-item-tags {
    margin-top: 15px;
}

.page-news-item-tags:empty {
    display: none;
}

.page-news-item-tags a {
    color: #5873BF;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.page-news-item-tags a:last-child {
    margin-right: 0;
}

.page-news-item-date {
    font-size: 12px;
}

.inner .box-title {
    padding: 20px 0;
}

.page-news-list {
    padding: 25px 0;
}

.page-news-list img {
    margin-bottom: 20px;
}

.page-news-list .page-news-item:last-child .page-news-item-info {
    border-bottom: 0;
}

.news-one {
    padding-bottom: 120px;
}

.news-one-top {
    padding: 25px 0 20px;
    margin-bottom: 25px;
}

.news-one-date {
    margin-bottom: 15px;
}

.news-one-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.news-one-link-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
}

.news-one-link-box a {
    color: #072FA0;
    text-decoration: none;
    line-height: 1;
}

.news-one-link-box a:hover {
    color: #5873BF;
    text-decoration: underline;
}

.news-one-link {
    /*margin-bottom: -12px;*/
}

.news-one-back {
    margin-top: 12px;
    display: block;
    color: #072FA0;
}
.news-one-back:hover {
    color: #5873BF;
}
.news-one-link-box-center {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.color-red {
    color: #052E9F
}

.page-gallery-item {
    margin-bottom: 40px;
}

.page-gallery-item-detail {
    margin-bottom: 0 !important;
}

.page-gallery-item-img {
    margin: 0 -15px;
    display: block;
    height: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-gallery-item-img:hover {
    opacity: 0.7;
}

.page-gallery-item-link {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 600;
    margin: 15px 0 0 -15px;
    line-height: 1.2;
}

.page-gallery-item-link:hover {
    text-decoration: underline;
}

.page-gallery-list {
    margin-bottom: 20px;
}

.load-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 50px;
}

.page-news-list .load-more {
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-news-list .load-more #infinity-next-page,
.load-more-spinner {
    color: #072FA0;
}
.page-news-list .load-more #infinity-next-page:hover {
    color: #5873BF;
}
.load-more i {
    font-size: 25px;
    color: #072FA0;
}
.page-news-list .load-more #infinity-next-page:hover i {
    color: #5873BF;
}
.load-more a {
    text-decoration: none;
}

.box-contacts,
.box-contacts a {
    color: #fff;
}

.box-contacts {
    padding-bottom: 45px;
}

.load-more .load-more-spinner .fa-repeat {
    -webkit-animation-name: cog;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: cog;
    -moz-animation-duration: 0.7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: cog;
    -ms-animation-duration: 0.7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: cog;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes cog {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes cog {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes cog {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes cog {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1200px) {
    .page-gallery-list .page-gallery-item:nth-child(3n+4) {
        clear: both;
    }
}

.page-text {
    padding-top: 40px;
    padding-bottom: 40px;
}

.upp-page {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #E5E6E8;
    padding: 50px 0 40px;
}

.upp-page h1 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 25px;
}

.upp-page-img-r {
    background-position: 50% 0%;
    background-size: cover;
}

.upp-page-box-1 {
    background: #4f649c url('/upload/upp.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding: 30px 0;
    color: #fff;
    margin: 50px 0;
}

.upp-page-count-wrap{
    margin: 20px 0 0 0;
}
.upp-page-count-box{
    display: flex;
    flex-direction: row;
    margin: 30px 0 0 0;
}
.upp-page-count-box .upp-page-count{
    flex: 1;
    overflow: hidden;
}
.upp-page-count {
    font-size: 18px;
    color: #5873BF;
    line-height: 1.2;
    padding: 0 30px 0 0;
}
.upp-page-count-item{
    line-height: 1;
    display: flex;
    flex-direction: row;
    font-size: 30px;
    font-weight: 600;
    align-items: flex-end;
    margin-bottom: 5px;
}
.upp-page-count-item span:first-child {
    font-size: 82px;
    line-height: 70px;
}

.upp-page-count-item-big span:first-child {
    font-size: 142px;
    line-height: 105px;
}
.section{
    overflow: hidden;
}
.mCSB_scrollTools{
    width: 30px;
    z-index: 1;
    opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    border-radius: 0;
    background-color: rgba(178,190,225,1) !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width: 100%;
    background: rgba(178,190,225,0.4);
    border-radius: 0;
}
a[data-fancybox="gallery"] {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    max-height: 240px;
}
a[data-fancybox="gallery"] > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#fullpagephotobank .box-news {
    padding-bottom: 50px;
}

#fullpagephotobank .container.page-text {
    position: relative;
}

#fullpagephotobank .photobank_subtitle {
    position: absolute;
    top: -50px;
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .upp-page-count{
        font-size: 15px;
    }
    .upp-page-count-item{
        font-size: 25px;
    }
    .box-bis {
        overflow: hidden;
    }
}

@media screen and (max-width: 1199px) {
    .box-bis-item-count{
        font-size: 11px;
        padding-right: 12px;
    }
    .box-bis-item-count-num{
        font-size: 35px;
    }
    .upp-page-count-item span:first-child {
        font-size: 60px;
        line-height: 48px;
    }

    .upp-page-count-item-big span:first-child {
        font-size: 130px;
        line-height: 93px;
    }
    .upp-page-count-item{
        font-size: 20px;
    }
    .upp-page-count{
        font-size: 14px;
    }

    .box-title form {
        margin: 6px 0 0 0;
    }

    .page-gallery-item-img {
        height: 200px;
    }

    .home-slider-item-text,
    .inner {
        padding-top: 150px;
    }

    .logo span {
        font-size: 24px;
    }

    .logo {
        font-size: 14px;
        gap: 18px;
    }

    .logo__icon {
        width: 48px;
        height: 48px;
    }

    .header.fixed .logo {
        font-size: 14px;
    }

    .header.fixed .logo__icon {
        width: 48px;
        height: 48px;
    }

    .header nav ul li {
        margin-right: 15px;
    }

    .header nav ul li a {
        font-size: 15px;
    }

    .box-counts-big {
        font-size: 250px;
    }

    .box-counts-big-text {
        font-size: 25px;
    }

    .box-counts-big-text--append {
        top: 227px;
    }

    .box-counts-big-text--prepend {
        top: 85px;
    }

    .box-counts-item-text {
        font-size: 12px;
    }

    .box-counts-text {
        font-size: 30px;
        margin-top: -61px;
    }

    .box-games-two-text,
    .box-games-two-row-big {
        font-size: 20px;
    }

    .box-gallery-item-img {
        height: 220px;
    }

    .box-title,
    .box-title h1 {
        font-size: 30px;
    }

    .header {
        padding-top: 20px;
    }

    .box-title ul {
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px) {
    .bio-right-img{
        max-width: 100%;
    }
    .fp-auto-height.fp-section:not(footer){
        padding-top: 0 !important;
    }
    .box-bis-item-count-box{
        margin-top: 25px;
    }
    .upp-page-count-item span:first-child {
        font-size: 40px;
        line-height: 35px;
    }

    .upp-page-count-item-big span:first-child {
        font-size: 110px;
        line-height: 73px;
    }
    .upp-page-count-item{
        font-size: 18px;
    }
    .upp-page-count{
        padding-right: 10px;
    }
    body {
        font-size: 14px;
    }

    .btn-download,
    .header-prs a {
        font-size: 12px;
    }

    .bio-box-lg {
        font-size: 18px;
    }

    .header-search a {
        width: 15px;
        margin-top: -2px;
    }

    .btn-download:before,
    .header-prs span {
        width: 20px;
        height: 16px;
        background-size: contain;
    }

    .page-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box-title form {
        margin: 0;
    }

    .home-slider-item-text,
    .inner {
        padding-top: 90px;
    }

    .logo {
        font-size: 10px !important;
        gap: 14px;
    }

    .logo span {
        font-size: 18px !important;
    }

    .logo__icon {
        width: 34px;
        height: 34px;
    }

    .header.fixed .logo__icon {
        width: 34px;
        height: 34px;
    }

    .header nav ul li {
        margin-right: 10px;
    }

    .header nav ul li a {
        font-size: 12px;
    }

    .header nav {
        margin-top: 14px;
    }

    .header-search {
        margin-top: 15px;
    }

    .header {
        padding-top: 15px;
    }

    .box-title ul li {
        margin-left: 30px;
    }

    .news-item {
        height: 200px;
    }

    .news-item-title {
        font-size: 14px;
    }

    .box-bis-slider-text,
    .box-bis-text {
        padding: 0 30px 0 80px;
    }

    .box-bis-slider-decor {
        width: 20px;
    }

    .box-bis-slider-decor--left {
        left: 40px;
    }

    .box-bis-cont {
        display: none
    }

    .bix-counts-tbl {
        margin-top: 0;
    }

    .box-counts-big {
        font-size: 150px;
    }

    .box-counts-big-text--append {
        margin-top: 28px;
        position: relative;
        top: auto;
        right: auto;
    }

    .box-counts-big-text--prepend {
        font-size: 21px;
        top: 68px;
    }

    .box-counts-text {
        font-size: 21px;
        margin-top: -10px;
        margin-left: 15px;
        margin-bottom: 0;
    }

    .box-counts-item {
        min-height: 124px;
    }

    .box-counts-item-title {
        font-size: 50px;
    }

    .box-title,
    .box-title h1 {
        font-size: 23px;
    }

    .box-title ul {
        margin-top: 8px;
    }

    .bio-title {
        font-size: 16px;
    }

    .box-games-logo a {
        font-size: 13px;
    }

    .box-games-logo img {
        margin-bottom: 15px;
    }

    .box-games .box-title {
        padding-top: 10px;
    }

    .box-games-step {
        padding-right: 30px;
        font-size: 12px;
    }

    .box-games-step:after {
        right: 8px;
    }

    .box-games-right-title {
        font-size: 16px;
    }

    .box-games-right-text {
        font-size: 8px;
    }

    .box-games-two-text, .box-games-two-row-big {
        font-size: 14px;
    }

    .box-games {
        padding-bottom: 40px;
    }

    .box-gallery-item-img {
        height: 170px;
    }

    .box-gallery-item-title {
        font-size: 13px;
        padding: 15px 10px;
    }

    .box-gallery-bottom {
        padding: 40px 0;
    }

    footer {
        padding-bottom: 40px;
    }

    .footer-text {
        font-size: 14px;
    }
    .upp-page h1{
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .box-bio{
        /* height: calc(100vh - 150px); */
        position: relative;
        overflow-x: hidden;
    }

    .bio-page .box-bio {
        height: auto;
    }

    .bio-box .bio-box{
        padding-left: 0;
    }
    .box-bio img{
        max-width: 100%;
    }

    .upp-page-img-r{
        display: none;
    }
    .footer-text,
    .footer-text .text-right {
        text-align: center !important;
    }

    .footer-text .text-right {
        margin-top: 10px;
    }

    .bio-box-lg {
        font-size: 16px;
    }

    .box-home-slide-2 {
        /*padding-bottom: 20px;*/
    }

    .logo-box {
        padding: 0;
    }

    .logo {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .box-title form > .row {
        padding-left: 0;
        padding-top: 15px;
    }

    .news-one-link-box {
        display: none !important;
    }

    .news-one-top {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-one {
        padding-bottom: 50px;
    }

    .news-one-title {
        font-size: 22px;
    }

    .box-bis-cont {
        display: none;
    }

    .box-bis-item-logo {
        margin-top: 20px;;
    }

    .box-bis {
        padding-bottom: 50px;
    }

    .box-home-slide-2-img-box {
        height: 200px;
        display: none;
    }

    .header-menu {
        display: none;
    }

    .home-slider-item-text,
    .inner {
        padding-top: 61px;
    }

    .home-slider-box .owl-dots {
        left: 15px;
    }

    .box-title span,
    .box-title h1 {
        float: none;
    }

    .box-title ul li {
        margin-left: 20px;
    }

    .box-title ul li:first-child {
        margin-left: 0;
    }

    .box-counts-right {
        padding-top: 30px;;
    }

    .box-counts-text {
        margin-bottom: 0;
    }

    .box-games-two-title,
    .box-games-two-text {
        text-align: center;
    }

    .box-games-right {
        padding-top: 30px;
    }

    .box-games-two {
        margin-top: 30px;
    }

    .box-games-right-text {
        font-size: 13px;
    }

    .header {
        padding-top: 6px;
    }

    .open-menu {
        display: block;
    }
    .upp-page h1{
        font-size: 25px;
    }

    .header-menu__sublist {
        position: revert;
        opacity: 1;
        visibility: revert;
        padding: 0 !important;
        background: transparent;
        box-shadow: none;
    }

    .header-menu__subitem {
        padding-left: 10px;
        border-top: 1px solid #E0E1E4;
        border-bottom: none !important;
    }

    .header-menu__subitem a {
        padding-left: 10px !important;
        font-size: 14px !important;
    }

    #fullpagephotobank .box-news {
        padding-bottom: 80px;
    }

    #fullpagephotobank .inner .box-title {
       padding: 40px 0 0;
    }

    #fullpagephotobank .photobank_subtitle {
        top: -70px;
    }
}

@media screen and (max-width: 575px) {
    .home-slider-item{
        height: 150px;
    }
    .open-menu{
        height: 56px;
        width: 56px;
    }
    .home-slider-box{
        padding-top: 50px;
    }
    .news-item2 {
        margin-right: 15px;
    }

    .logo-box {
        margin-left: 70px;
    }

    .home-slider-item {
        background-position: 20% 50%;
    }

    .header-search,
    .header-prs,
    .header-lng {
        display: none;
    }
    #menu .header-lng{
        display: block;
    }

    .box-title form > .row .form-control {
        margin-bottom: 5px;
    }

    .news-one-title {
        font-size: 18px;
    }

    .news-one {
        padding-bottom: 30px;
    }

    .news-one-top {
        padding-top: 30px;
    }

    .box-news .col-md-9 {
        padding-right: 15px;
    }

    .logo span {
        font-size: 18px !important;
    }

    .logo {
        font-size: 10px !important;
    }

    .header.fixed {
        /*padding-bottom: 10px;*/
    }

    .home-slider-item-text {
        padding-left: 30px;
    }

    .box-title ul {
        display: block;
    }

    .box-title ul li {
        float: none;
        display: block;
        margin-left: 0;
    }

    .news-all {
        margin: 0 15px;
        padding: 15px;
    }

    .box-title {
        font-size: 20px;
    }

    .box-title h1 {
        font-size: 20px;
    }

    .bio-box {
        margin-bottom: 20px;
    }

    .bio-title {
        margin-bottom: 5px;
    }

    .bio-box.bio-box-first {
        padding-left: 0;
    }

    .box-bis-slider-text,
    .home-slide-2-text,
    .home-slide-2-name,
    .box-bis-text {
        padding: 0 0 0 15px;
    }

    .box-bis-text,
    .box-bis-slider-text {
        font-size: 14px;
    }

    .box-bis-slider-decor,
    .home-slide-2-text:before,
    .home-slide-2-text:after {
        display: none;
    }

    .box-bis-box .owl-dots {
        left: -5px;
    }

    .box-bis {
        padding-bottom: 30px;
    }

    .bix-counts-tbl .box-counts-cell:nth-child(1) {
        font-size: 110px;
    }

    .bix-counts-tbl .box-counts-cell:nth-child(2) {
        font-size: 25px;
    }

    .box-counts-item {
        text-align: center;
        min-height: 96px;
    }

    .box-counts-right {
        padding-bottom: 20px;
    }

    .box-counts-big-text--prepend {
        top: 65px;
    }

    .box-home-slide-2 .owl-dots {
        left: -5px;
    }

    .home-slider-item-text {
        font-size: 16px;
    }

    .home-slide-2-item .box-title {
        padding-bottom: 30px;
    }

    footer {
        padding: 25px 0 !important;
        text-align: center;
    }

    footer ul li {
        display: block;
        margin-right: 0;
    }

    .footer-text {
        font-size: 13px;
    }

    .home-slider-item-text, .inner {
        padding-top: 92px;
    }

    .page-news-item {
        border-bottom: 1px solid #8C9FD3;
        padding: 20px 0;
    }

    .page-news-list .page-news-item:last-child {
        border-bottom: 0;
    }

    .page-news-item-title {
        font-size: 18px;
    }

    .page-news-item-info {
        border-bottom: 0;
        padding: 0;
    }

    .page-gallery-item-link {
        margin-left: 0px;
    }

    .page-gallery-item {
        margin-bottom: 30px;
    }
    .upp-page-box-1{
        margin: 30px 0;
        padding: 15px 0;
    }
    .upp-page h1{
        font-size: 20px;
    }

    #fullpagephotobank .inner .box-title {
        padding: 20px 0;
    }
}

@media screen and (max-width: 400px) {
    .upp-page-count-box{
        flex-direction: column;
        margin-top: 0px;
    }
    .upp-page-count{
        padding-right: 0;
        margin-bottom: 10px;
    }
    .upp-page-count-item{
        margin-bottom: 0;
    }
    .upp-page-count-item span:first-child {
        font-size: 20px;
        line-height: 18px;
    }

    .upp-page-count-item-big span:first-child {
        font-size: 50px;
        line-height: 38px;
    }

    .upp-page-count-item {
        font-size: 14px;
    }
    .box-bis-item-count{
        padding-right: 0;
        margin-bottom: 15px;
    }
    .box-bis-item-count:last-child{
        margin-bottom: 0;
    }
    .box-bis-item-count-box{
        flex-direction: column;
    }
    .box-bis-item-count-text br{
        display: none !important;
    }

    #fullpagephotobank .box-news {
        padding-bottom: 120px;
    }

    #fullpagephotobank .photobank_subtitle {
        top: -100px;
    }
}

/* баннер о чемпионате на главной */
.box-counts-banner {
    background-color: #FFF;
    /* margin-top: -70px; */
    margin-bottom: 30px;
}

.box-counts-banner-image {
    margin: 0 auto;
    /* background-image: url('http://delo-group.ru/upload/ehf/banner_ru.png'); */
    background-image: url('http://delo-group.ru/upload/ehf/shishkarev/rus.png');
    /* width: 993px;
    height: 76px; */
    /* width: 993px; */
    height: 150px;
    display: block;
    /* background-size: cover; */
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.box-counts-banner-image--en {
    /* background-image: url('http://delo-group.ru/upload/ehf/banner_en.png'); */
    background-image: url('http://delo-group.ru/upload/ehf/shishkarev/eng.png');
}

@media screen and (max-width: 630px) {
    .box-counts-banner-image {
        background-image: url('http://delo-group.ru/upload/ehf/shishkarev/banner_ru_mobile.png');
    }
    .box-counts-banner-image--en {
        background-image: url('http://delo-group.ru/upload/ehf/shishkarev/banner_en_mobile.png');
    }
}

.error-404-wrap {
    margin-top: 60px;
}

.error-404-wrap .h2-text a {
    color: #072FA0;
    text-decoration: none;
}

.error-404-wrap .h2-text a:hover {
    color: #5873BF;
    text-decoration: underline;
}

.error-404-img {
    margin: 20px auto;
    text-align: center;
    max-width: 410px;
}

.photobank_subtitle a,
.footer-text a,
.search-language-guess a{
    color: #072FA0;
}
.photobank_subtitle a:hover,
.footer-text a:hover,
.search-language-guess a:hover{
    color: #5873BF;
}


/* End */
/* /local/templates/shishkarev/template_styles.css?175447483649076 */
