b {font-weight: bold;}
em {font-style: italic; font-weight: normal;}
a {color: #4b5d97; text-decoration: underline; transition: color .3s;}
a:hover {color: #f69c00; text-decoration: none;}
img {max-width: 100%;}
.wrapper {
    min-width: 1240px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.centered {
    width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}

.negative {
    padding-left: 0;
    padding-right: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.button,
input[name=BuyButton] {
    display: inline-block;
    position: relative;
    min-width: 100px;
    padding: 0 34px;
    height: 42px;
    line-height: 40px;
    border: 1px solid;
    outline: none;
    background: none;
    color: inherit;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

input[name=BuyButton] {
    margin-bottom: 20px;
}

.button .font-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 40px;
    margin-right: 10px;
}

.button .font-icon:before {}

.button:hover,
input[name=BuyButton]:hover {
    color: transparent;
}

.button.orange,
input[name=BuyButton] {
    color: #f69c00;
    border-color: #f69c00;
}

.button.orange:hover,
.item>a:hover .button.orange,
input[name=BuyButton]:hover {
    color: #fff;
    background: #f69c00;
}

.button.blue {
    color: #0089c5;
    border-color: #0089c5;
}

.button.blue:hover {
    color: #fff;
    background: #0089c5;
}

a.button.blue.filled {
    color: #fff;
    background: #0089c5;
}

a.button.blue.filled:hover {
    color: #0089c5;
    background: rgba(255, 255, 255, .2);
    border-color: #0089c5;
}

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

.align-right {
    text-align: right;
}

.header {
    height: 200px;
    background: #fff;
}

.header .centered {
    position: relative;
}

.header .top {
    height: 130px;
    padding-top: 10px;
    background: #fafafa;
}

#logo {
    position: absolute;
    left: 0;
    top: -4px;
}

.header .site-desc {
    padding-top: 15px;
    margin-left: 170px;
    line-height: 32px;
    font-size: 18px;
    color: #000;
}

.header .personal {
    float: right;
    margin-left: 48px;
}

.header .personal a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 31px;
}

.header .personal a span {
    color: #0089c5;
}

.test {
    background: #f69c00 none repeat scroll 0 0;
    color: #fff;
    border-radius: 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    padding: 0 4px;
    text-decoration: none;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
    vertical-align: middle;
}

.header .personal a:hover {
    color: #0089c5;
}

.header .personal a .font-icon {
    width: 20px;
    margin-right: 15px;
    color: #4b5d97;
    text-align: center;
    vertical-align: baseline;
}

.header .phones {
    padding-top: 15px;
    float: right;
    position: relative;
}

.header .phones .font-icon {
    width: 20px;
    margin-left: -25px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    left: 5px;
    color: #4b5d97;
    font-size: 20px;
    vertical-align: bottom;
}

.header .phones a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
}

.header .phones a:hover {
    color: #0089c5;
}

.top-search {
    /* float: right; */
    position: absolute;
    margin-top: 11px;
    right: 0px;
    display: inline-block;
}

.top-search .search-button {
    width: 35px;
    height: 35px;
    position: relative;
    line-height: 33px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    color: #000;
}

.top-search .search-button:hover {
    background: #dcdcdc;
}

.top-search #show-search {
    z-index: 10;
}

.top-search form {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
    text-align: right;
    transition: width .4s, opacity .4s;
}

.top-search input[type=text] {
    width: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    vertical-align: top;
    transition: width .4s;
}

.top-search form.visible {
    width: 240px;
    opacity: 1;
    z-index: 20;
}

.top-search form.visible input[type=text] {
    width: 100%;
    padding: 0 35px 0 15px;
}

.top-search .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
}

.top-search input[type=submit] {
    display: none;
}

.top-search form .search-button {
    border: none;
}
.menu-top ul li {
    float: left;
    margin-right: 10px;
    height: 60px;
}

.menu-top ul li a {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: border .3s;
}

.menu-top ul li a span {
    line-height: 20px;
    font-size: 20px;
}

.menu-top ul li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0089c5;
    transition: width .3s, left .3s;
}

.menu-top ul li.active a:after,
.menu-top ul li a:hover:after {
    width: 100%;
    left: 0;
}

.menu-top ul li.active a,
.menu-top ul li a:hover {}

.fixed .header .bottom {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 500;
}

.content {
    padding: 0 0 0;
}

.crumbs {
    margin: 15px 0 0px;
}

.crumbs a {
    color: #0089c5;
    text-decoration: none;
    margin-right: 4px;
}

.crumbs a:hover {
    text-decoration: underline;
}

.crumbs .last {
    margin-left: 4px;
}

h1.page-title,
h2 {
    padding-left: 20px;
    line-height: 30px;
    margin-bottom: 28px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    border-left: 7px solid #f69c00;
}
h2 {
    margin-bottom: 15px;    
}

h1.page-title {
    margin-bottom: 0px;
}

h3 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #f69c00;
}

h4 {
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold;
}

.content p {
    margin-bottom: 15px;
    line-height: 22px;
}

.content ul {
    margin-bottom: 15px;
    list-style: none;
    padding-left: 15px !important;
}

.content ul li {
    padding-left: 15px;
}

.content ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-left: -18px;
    vertical-align: middle;
    line-height: 1;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #2d9dcf;
}

.content ul.custom-list {
    margin: 0;
}

.content ul.custom-list li {
    padding: 0;
}
.order-row{padding-bottom:15px;}
.members{overflow: hidden; height: 350px; transition:all 0.5s ease-in; position:relative;}
.members.auto{overflow:auto; height:auto;}
.members .button-hidden{display:none !important;visibility:hidden; transition:all 0.5s ease-in;}
.member-item {display: grid; margin-bottom:14px; grid-template-columns: 15px 1.5fr 1fr; align-content: center; align-items: center; gap: 10px;}
.member_no {font-size: 18px;}
div#member-button {position: absolute; bottom: 0; left: 0; padding-top:10px; width: 100%; text-align: center; background: #fff;}
#member-button .button{position:relative;}
#member-button .button:before {content: '+';}
.content ul.custom-list li:before {
    display: none;
}

.left-sidebar {
    float: left;
    width: 265px;
    background: #f5f5f5;
}

.right-sidebar {
    float: right;
    width: 25%;
    background: #fff;
}

.right-sidebar .sidebar-menu {
    padding: 0 28px 0 35px;
}

.right-sidebar .sidebar-menu li {
    margin: 7px 0;
}

.right-sidebar .sidebar-menu a {
    text-decoration: none;
}

.page-with-sidebar {
    float: left;
    margin-top: 20px;
    width: 72%;
}

.paging {
    text-align: center;
}

.paging .inner {
    display: inline-block;
    padding: 10px 10px;
    line-height: 1;
    border: 1px solid #bdbdbd;
    border-radius: 30px;
}

.paging a,
.paging span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    height: 25px;
    line-height: 25px;
    padding: 0 4px;
    color: #000;
    text-decoration: none;
    transition: color .3s, background .3s;
    border-radius: 12px;
}

.paging .pages {
    display: inline-block;
    vertical-align: middle;
}

.paging .font-icon {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    margin-top: 1px;
}

.paging .next,
.paging .prev {
    margin: 0 5px;
}

.paging a:hover,
.paging span.nav-current-page {
    background: #0089c5;
    color: #fff;
}

.row {
    margin-left: -30px;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

.row .col {
    float: left;
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}

.blocks-list {
    margin-left: -30px;
    margin-bottom: 30px;
    margin-right: -1%;
    margin-top: 20px;
}

.blocks-list .item {
    float: left;
    width: 33%;
    margin-bottom: 30px;
}

.page-news .blocks-list .item .inner{
    height: 500px;
}
.page-biblioteka .blocks-list.response-list .item .inner {
    height: 500px;
}
.page-news .blocks-list.response-list .item .inner {
    height: 500px;
}
.blocks-list .item .inner {
    height: 500px;
    position: relative;
    margin-left: 30px;
    overflow: hidden;
    background: #fff;
}
.blocks-list.response-list .item .inner{
    height: 260px;
}

.blocks-list .item .img {
    height: 240px;
    overflow: hidden;
    transition: height .4s;
}

.blocks-list .item .img img {
    width: 100%;
	height:auto!important;
}

.blocks-list .item .text {
    padding: 0 20px;
}

.blocks-list .item .name {
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}

.blocks-list .item .date {
    margin-bottom: 20px;
    font-size: 14px;
}

.blocks-list .item .desc {
    height: 100px;
    margin-bottom: 40px;
    transition: opacity .4s;
    overflow: hidden;
}

.blocks-list .item .detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f69c00;
    text-align: center;
    transition: bottom .4s;
}

.blocks-list .item .detail:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-bottom-color: #f69c00;
    transition: border .3s;
}

.blocks-list .item:hover {}

.blocks-list .item:hover .img {
    height: 270px;
}

.blocks-list .item:hover .desc {
    opacity: 0;
}

.blocks-list .item:hover .detail {
    bottom: 0;
}

.items.blocks .item .inner {
    height: 190px;
    position: relative;
    margin-left: 30px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.news-main-page-item .items.blocks .item .inner{
    height: 420px;
    border-radius: 15px 15px 0px 0px;
}
.news-main-page-item .items.blocks .item .img img{
    width: 100%;
}
.news-main-page-item .items.blocks .item .img {
  height: 220px;
  overflow: hidden;
}

.items.blocks .item .name {
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}

.items.blocks .item .desc {
    height: 100px;
    margin-bottom: 40px;
    transition: opacity .4s;
    overflow: hidden;
}

.items.blocks .item .detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f69c00;
    text-align: center;
    transition: bottom .4s;
}

.items.blocks .item .detail:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    border-bottom-color: #f69c00;
    transition: border .3s;
}

.items.blocks .item:hover .desc {
    opacity: 0;
}

.items.blocks .item:hover .detail {
    bottom: 0;
}

.clients-slider {
    margin-top: 20px;
    padding: 40px 0;
    background: #ffffff;
}

.clients-slider h2 {
    display: inline-block;
}

.clients-slider .nav {
    display: inline-block;
    margin-left: 30px;
    padding: 0 3px;
    line-height: 38px;
    height: 40px;
    border: 1px solid #bdbdbd;
    border-radius: 20px;
}

.clients-slider .nav .prev,
.clients-slider .nav .next {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
    font-size: 26px;
}

.clients-slider .nav a {
    color: #626262;
    transition: none;
}

.clients-slider .nav a:hover {
    color: #0089c5;
}

.clients-slider .bx-pager {
    display: none;
}

.clients-slider .item {
    display: block;
    line-height: 150px;
    height: 150px;
    overflow: hidden;
    text-decoration: none;
}

.clients-slider .item img {
    vertical-align: middle;
    line-height: 150px;
    display: inline-block;
    position: relative;
    transition: opacity .3s;
}

.clients-slider .item img.color {
    top: -150px;
    opacity: 0;
}

.clients-slider .item:hover img.color {
    opacity: 1;
}

.clients-slider .item:hover img.bw {
    opacity: 0;
}

.footer {
    margin: 0 auto 0;
    min-width: 1240px;
    position: relative;
    color: #e1e1e1;
}

.footer-subscribe {
    height: 35px;
    line-height: 35px;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.footer-subscribe form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 25px;
}

.footer-subscribe form input[type=text] {
    width: 225px;
    height: 35px;
    padding: 0 35px 0 20px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    border: 1px solid #bdbdbd;
    border-radius: 16px;
    font-weight: normal;
    font-size: 14px;
}

.footer-subscribe form input[type=submit] {
    display: none;
}

.footer-subscribe form .submit {
    position: absolute;
    right: 3px;
    top: 4px;
    height: 35px;
    line-height: 1;
    cursor: pointer;
}

.footer-subscribe form .submit .font-icon {
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    background: #0089c5;
    border-radius: 100%;
    transition: background .3s;
}

.footer-subscribe form .submit:hover .font-icon {
    background: #099CDC;
}

.footer .bottom {
    padding-top: 25px;
    box-sizing: border-box;
    background: #484848;
    font-size: 14px;
}

.footer a {
    color: #e1e1e1;
    text-decoration: none;
}

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

.footer .logo {
    float: left;
    margin-right: 40px;
}

.menu-footer {
    float: left;
    margin-right: 50px;
}

.menu-footer ul {
    line-height: 27px;
}

.menu-footer ul li {
    vertical-align: top;
    width: 49%;
}

.menu-footer ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    transition: font .2s;
}

.menu-footer ul li a span {
    font-size: 18px;
}

.footer-powered {
    float: left;
    margin-left: 40px;
}

.footer-powered img {
    width: 120px;
    display: block;
    margin-top: 10px;
}

.footer-contacts {
    float: left;
}

.footer-contacts {
    line-height: 24px;
}

.footer-contacts .font-icon {
    vertical-align: middle;
    color: #fff;
    width: 30px;
    margin-left: -30px;
    font-size: 18px;
}

.footer-contacts .phones .font-icon {
    margin-top: -3px;
}

.footer-contacts-right {
    float: right;
    position: relative;
}

.footer-contacts-right .mail {}

.footer-contacts-right .mail .font-icon {
    color: #fff;
    width: 30px;
    margin-left: -30px;
    margin-top: -2px;
    font-size: 18px;
    vertical-align: middle;
}

.footer-contacts-right .socials {
    margin-left: -30px;
    margin-top: 25px;
}

.footer-contacts-right .socials a {
    font-size: 20px;
    margin-right: 10px;
}

.footer .copy {
    text-align: center;
    padding-top: 15px;
    font-size: 11px;
}

.search-page {}

.search-page label {
    display: inline-block;
    vertical-align: top;
}

.search-page .search-form .submit .button {
    height: 35px;
    line-height: 33px;
}

.search-page .search-form .submit .button+.over {
    line-height: 33px;
}

#top-link {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    transition: color .3s, background .3s;
    z-index: 300;
    display: none;
}

#top-link:hover {
    color: #fff;
    background: #000;
}

.data-table {
    width: 100%;
    margin-bottom: 40px;
}

.data-table th {
    font-weight: bold;
}

.data-table th,
.data-table td {
    padding: 10px 20px;
    text-align: left;
    vertical-align: middle;
}

.data-table tr:nth-child(odd) td {
    background: #f2f2f2;
}

.data-table label {
    margin-bottom: 0;
}

.custom-table {
    width: 100%;
    margin-bottom: 40px;
    border: solid #dfdfdf;
    border-width: 0 1px;
}

.custom-table th,
.custom-table td {
    vertical-align: middle;
    text-align: left;
    border: solid #dfdfdf;
    border-width: 1px 0;
}

.custom-table th {
    height: 60px;
    background: #f5f5f5;
    padding: 0 30px;
    line-height: 18px;
    white-space: nowrap;
}

.custom-table td {
    padding: 25px 30px;
}

.description {
    color: #000;
    background: #fff;
    padding: 0 10px;
}

.blocks-list .item .desc {
    height: 70px;
}

/*AlexMexx:07-07-2017:{old_value:103}*/
.one-col .sect_elem_new a {
    color: #0089c5;
}

.one-col .sect_elem_new a:hover {
    color: #f69c00;
}

.slider_otzivi_corparative {
    margin-top: 3em;
    margin-bottom: 1em;
}

.none_select_city {
    display: none;
}

.tags-wrap-new-item a {
    margin-right: 15px;
    margin-bottom: 10px;
}

.tags-wrap-new-item {
    flex-wrap: wrap;
    align-items: center;
}

.tags-wrap-new-item span {
    position: relative;
    top: -2px;
}

.top-search form {
    width: 240px;
    opacity: 1;
    z-index: 20;
}

.top-search form input {
    width: 100% !important;
    padding: 0 35px 0 15px !important;
}

.response-main .centered .blocks-list .item .inner {
    border-radius: 15px 15px 0px 0px;
}


.modal-otziv {
    position: fixed;
    /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    /* цвет фона */
    z-index: 1050;
    opacity: 0;
    /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    /* анимация перехода */
    pointer-events: none;
    /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}

/* при отображении модального окно */
.modal-otziv:target {
    opacity: 1;
    /* делаем окно видимым */
    pointer-events: auto;
    /* элемент видим для событий мыши */
    overflow-y: auto;
    /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog-otziv {
    position: relative;
    width: 70%;
    margin: 0 auto;
    top: 25%;
}

.modal-content-otziv {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 20px 30px 0px 30px;
}

.modal-title-otziv {
    font-size: 18px;
    font-weight: bold;
}

.close-modal-otziv {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}

.header-otziv-text li {
    margin-bottom: 5px;
}

.close-modal-otziv:focus,
.close-modal-otziv:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

.modal-body-otziv {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.header-otziv-text {
    background-color: inherit !important;
    border: none !important;
    padding: 0px !important;
}

.header-otziv-text .right-block {
    float: inherit !important;
    padding-right: 0% !important;
    width: 100% !important;
}

.header-otziv-text .left-block-form {
    padding-left: 30px;
}

.header-otziv-text .props {
    padding-left: 0px !important;
}

.header-otziv-text .right-block .text {
    padding-left: 30px;
}

.header-otziv-text .right-block .text b {
    left: -30px;
    position: relative;
}

.header-otziv-text .right-block ul {
    left: -30px;
    position: relative;
    padding-left: 5px !important;
}

.header-otziv-text .right-block ul li {
    margin-bottom: 5px;
}

.header-otziv-text .prop-desc {
    width: 100% !important;
    padding-right: 0px !important;
}

.modal-dialog-otziv-main-page {
    position: relative;
    width: 70%;
    top: 40px;
    height: 100%;
    margin: 0 auto;
}
.item-foto-o-otziv{
    width: calc((100% / 3) - (2rem / 3));
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.item-foto-o-otziv-block .item-foto-o-otziv:nth-child(3){
    margin-right: 0;
}
.item-foto-o-otziv-block{
    display: flex;
}
.item-foto-o-otziv-block .item .img {
    height: 240px;
    overflow: hidden;
    transition: height .4s;
}
.item-foto-o-otziv-block .item .img img {
    width: 100%;
}
.item-foto-o-otziv-block .item .inner {
    border-radius: 15px 15px 0px 0px;
}
.item-foto-o-otziv-block .item .name {
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.item-foto-o-otziv-block .item .text {
    padding: 0 20px;
}
.item-foto-o-otziv-block .item .date {
    margin-bottom: 20px;
    font-size: 14px;
}

.item-foto-o-otziv-block .item .detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f69c00;
    text-align: center;
    transition: bottom .4s;
}
.modal-otziv-main-page {
    display: flex;
    align-items: center;
}
.item-foto-o-otziv-block .item .img {
    height: 240px;
    overflow: hidden;
    transition: height .4s;
}
.item-foto-o-otziv-block .item .inner {
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.item-foto-o-otziv-block .item .desc {
    height: 70px;
    margin-bottom: 40px;
    transition: opacity .4s;
    overflow: hidden;
}
.item-foto-o-otziv-block .item:hover .detail {
    bottom: 0;
}
.item-foto-o-otziv-block .item:hover .img {
    /* height: 270px; */
}
.item-foto-o-otziv-block .item:hover .desc {
    opacity: 0;
}
.fancybox-overlay.fancybox-overlay-fixed{
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}
.fancybox-desktop{
    width: 95% !important;
    height: auto;
}
.fancybox-overlay .fancybox-inner{
    width: 40% !important;
    height: auto;
}
.fancybox-outer{
    display: flex !important;
    justify-content: center;
}
.fancybox-overlay .fancybox-inner .fancybox-image{
    width: 100%;
    height: auto;
}
.fancybox-inner{
    width: 100% !important;
    height: auto !important;
}
.item-product-photo-otziv .img{
    height: 240px;
    overflow: hidden;
    transition: height .4s;
}
.fancybox-title-float-wrap .child{
    text-wrap: wrap !important;
}
.response-detail .gallery .gallery-item a img{
    height: 160px;
}
.item-product-photo-otziv{
    width: calc((100% / 3) - (2rem / 3));
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.item-foto-o-otziv-block-product .item-product-photo-otziv:nth-child(3){
    margin-right: 0;
}
.item-foto-o-otziv-block-product{
    display: flex;
    padding: 35px 45px !important;
}
.item-product-photo-otziv .item .img {
    height: 240px;
    overflow: hidden;
    transition: height .4s;
}
.item-product-photo-otziv .item .img img {
    width: 100%;
}
.item-product-photo-otziv .item .inner {
    border-radius: 15px 15px 0px 0px;
}
.item-product-photo-otziv .item .name {
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.modal-content-otziv-product .font-icon{
    float: inherit !important;
}
.modal-content-otziv-product br{
    display: none !important;
}
.modal-content-otziv-product b{
    line-height: normal !important;
    display: block;
    margin-bottom: 10px;
}
.modal-content-otziv-product .props{
    padding-top: 0px !important;
}
.modal-content-otziv-product ul li{
    line-height: normal;
}
.modal-content-otziv-product .right-block{
    padding-top: 0px;
}
.modal-content-otziv-product .modal-body-otziv{
    padding-top: 0px;
}
.item-foto-o-otziv-block-product .item .name {
    height: auto;
    margin: 15px 0;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.item-foto-o-otziv-block-product .item .desc {
    height: 70px;
    margin-bottom: 40px;
    transition: opacity .4s;
    overflow: hidden;
}
.item-foto-o-otziv-block-product .item .detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f69c00;
    text-align: center;
    transition: bottom .4s;
}
.item-foto-o-otziv-block-product .item:hover .img {
    height: 270px;
}
.item-foto-o-otziv-block-product .item:hover .detail {
    bottom: 0;
}
.item-foto-o-otziv-block-product .item:hover .desc {
    opacity: 0;
}
.item-foto-o-otziv-block-product .item .inner {
    min-height: 250px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.item.item-product-photo-otziv .gallery-item.gallery-item-revies a{
    display: block !important;
}
.blocks-list .item .inner{
    border-radius: 15px 15px 0px 0px;
}
.korporativnoe-obuchenie-item{
    flex-wrap: wrap;
}
.korporativnoe-obuchenie-item .item-foto-o-otziv{
    width: calc((100% / 3) - (2rem / 3));
    margin-right: 1rem;
    margin-bottom: 1.5rem;
}
.korporativnoe-obuchenie-item .item-foto-o-otziv:nth-child(3n) {
    margin-right: 0;
}
.news-main-page-item .detail{
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -100px !important;
    padding-bottom: 30px !important;
    border-bottom: 2px solid #f69c00;
    text-align: center !important;
    transition: bottom .4s;
}
.news-main-page-item .item:hover .detail {
    bottom: 0 !important;
}
.news-main-page-item .item .inner{
    padding: 0px !important;
}
.news-main-page-item-content{
    padding: 0px 20px 0px 20px;
}
.btn-otzivi-page{
    justify-content: flex-end;
    display: flex;
}
.download-link {
    text-align: right;
    display:grid;
    grid-auto-flow:column;
    justify-content:end;
    align-content:flex-end;
    padding: 0 10px;
}
.download-link a{text-transform:uppercase;line-height: 22px;color: #008bca;text-decoration:none;font-weight:bold;display:block;padding:10px 15px;padding-right: 35px;border:1px solid #008bca;transition:all 0.5s ease-in;position: relative;}
.download-link a i{font-size:22px;line-height: 10px;position: absolute;top: 16px;right: 15px;}
.download-link a:hover{background:#008bca; color:#fff;}
@media (max-width: 768px) {
    .btn-otzivi-page a{
        width: 100%;
    }
    .mobile-icon-menu-main-page li:last-child i{
        font: normal normal normal 14px/1 FontAwesome !important;
        margin-left: 0px !important;
        font-size: 25px !important;
    }
    .page-news .blocks-list.response-list .item .inner {
        height: auto;
    }
    .page-biblioteka .blocks-list.response-list .item .inner {
        height: auto;
    }
    .item-foto-o-otziv-block-product{
        flex-direction: column;
        padding: 20px 10px !important;
    }
    .item-product-photo-otziv{
        width: 100% !important;
        margin-right: 0px !important;
    }
    .item-foto-o-otziv-block-product .item .desc{
        height: auto !important;
    }

    .item-foto-o-otziv-block-product .item .inner {
        min-height: auto;
    }
    .blocks-list.response-list .item .inner {
        height: auto;
    }
    .fancybox-desktop{
        width: 90% !important;
        height: auto;
    }
    .modal-dialog-otziv {
        max-width: 500px;
        margin: 30px auto;
        /* для отображения модального окна по центру */
    }

    .modal-content-otziv {
        padding: 10px 10px 0px 10px;
    }

    .modal-dialog-otziv {
        width: 90%;
    }

    .special-mobile {
        display: none;
    }

    .blocks-list .item .inner {
        height: auto;
    }

    .section-head_doc {
        display: flex;
        align-items: center;
        white-space: inherit !important;
        line-height: 18px !important;
    }

    .section-head_doc span {
        width: 100%;
    }

    .section-head_doc .arrow {
        position: absolute;
        right: 10px;
    }
}
@media (max-width: 480px) {
.members{height:578px;}
.member-item{grid-template-columns: 15px 1fr; margin-bottom:10px;border-bottom:1px dashed #ccc; padding-bottom:10px;}
.member_email {grid-column: 3 / 2;}
}
.content.description.centered.main-page{
    margin-bottom: 50px;
}
.content.description.centered.main-page .page-title{
    margin-bottom: 28px;
}
.content.description.centered.main-page ol{
    list-style: inside decimal;
    margin-bottom: 15px;
}
.footer-mob-menu {
    display: none;
}
@media (max-width: 480px){
    #top-link{
      bottom: 100px;
    }
    .footer-mob-menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      padding: 10px 0;
      position: fixed;
      z-index: 150;
      bottom: 0;
      background: #fff;
      width: 100%;
    }
    .footer-mob-menu div img {
      display: block;
      margin: 0 auto 3px auto;
    }
    .footer-mob-menu > div {
      width: calc(20% - 10px);
      text-align: center;
      font-size: 10px;
    }
    .footer-mob-menu > div:last-child {
      width: calc(40% - 10px);
    }
    .footer-mob-menu > div a {
      text-decoration: none;
      color: rgb(128, 128, 128);
    }
    .footer-mob-menu > div:last-child a {
      font-size: 0;
    }
    .footer-mob-menu > div:last-child i {
      font-size: 20px;
      color: #4b5d97;
    }
    .footer-mob-menu > div:last-child br{
      display: none;
    }
    .footer-mob-menu > div:last-child .bx-basket-block {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 3px;
      gap: 10px;
    }
    .footer-mob-menu > div:last-child .bx-basket-block a {
      width: calc(50% - 10px);
    }
    .footer-mob-menu > div:last-child .bx-basket-block .font-icon.icon-shopping-basket::after {
      content: "Корзина";
      font-size: 10px;
      color: rgb(128, 128, 128);
      font-family: Arial;
      display: block;
      margin-top: 4px;
    }
    .footer-mob-menu > div:last-child .bx-basket-block .font-icon.icon-user::after{
      content: "Войти";
      font-size: 10px;
      color: rgb(128, 128, 128);
      font-family: Arial;
      display: block;
      margin-top: 4px;  
    }
    .footer-mob-menu > div:last-child .bx-basket-block a:first-child {
      order: 1;
    }
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
      bottom: 100px !important;
    }    
}
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}