.page-wrap {
    min-height: 100%;
    min-width: 980px;
    position: relative;
}

.center-wrap {
    width: 940px;
    margin: 0 auto 0 auto;
}

header {
    height: 148px;
    border-bottom: 1px solid #cc0066;
}

header .logo {
    max-width: 230px;
    float: left;
    margin-top: 32px;
}

header .row1 {
    float: right;
    padding-top: 16px;
}

header .row1 .headerSearch {
    display: block;
    float: left;
    margin-right: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    height: 28px;
    position: relative;
    overflow: hidden;
    width: 28px;
    transition: width 0.2s;
}

header .row1 .headerSearch.open {
    width: 278px;
}

header .row1 .headerSearch .headerSearchField {
    position: absolute;
    left: 10px;
    top: 5px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    color: #333;
    width: 230px;
    outline: none;
}

header .row1 .headerSearch .headerSearchButton {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: url(/images/search-button.png) 0 0 no-repeat;
    height: 28px;
    width: 28px;
    cursor: pointer;
    outline: none;
}

header .row1 .headerSearch .headerSearchButton:hover {
    background-position: 0 -28px;
}

header .row1 .lang {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 27px;
    border-radius: 15px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-right: 19px;
    transition: 0.2s;
    color: #333;
}

header .row1 .lang:hover {
    border-color: #cc0066;
    color: #cc0066;
}

header .row1 .lang:last-child {
    margin-right: 0;
}

header .row1 .lang.selected {
    background-color: #cc0066;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #fff;
}

header .row2 {
    position: relative;
    clear: right;
    float: right;
    padding-top: 12px;
}

header .row2 .phones {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-top: 4px;
    font-family: 'Roboto Condensed', sans-serif;
}

header .row2 .callback-button {
    float: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: 130px;
    height: 35px;
    line-height: 35px;
    background: #cc0066;
    text-align: center;
    border-radius: 3px;
    margin-left: 30px;
    cursor: pointer;
    transition: background-color 0.2s;
}

header .row2 .callback-button:hover {
    background-color: #91004F;
}

header .menu-top {
    clear: both;
    padding-top: 15px;
}

header .menu-top .items {
    list-style: none;
    text-align: justify;
    font-size: 1px;
    border-top: 1px solid #9A8C7E;
}

header .menu-top .items .item {
    position: relative;
    display: inline-block;
}

header .menu-top .items .item > a {
    display: block;
    padding: 0 14px 0 14px;
    text-decoration: none;
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
    color: #010101;
    height: 37px;
    border-bottom: 2px solid #fff;
    transition: border-bottom-color 0.2s;
}

header .menu-top .items .item > a:hover,
header .menu-top .items .item.selected > a {
    border-bottom: 2px solid #cc0066;
}

header .menu-top .items .separator {
    display: inline-block;
    height: 1px;
    width: 0;
}

header .menu-top .items .helper1,
header .menu-top .items .helper2 {
    display: inline-block;
    height: 1px;
    width: 0;
}

header .menu-top .items .helper3 {
    display: inline-block;
    height: 1px;
    width: 100%;
}

header .menu-top .items .item .subitems-wrap {
    visibility: hidden;
    opacity: 0.0;
    position: absolute;
    padding-top: 11px;
    left: 0;
    top: 29px;
    z-index: 2;
    transition: 0.2s;
}

header .menu-top .items .item:hover .subitems-wrap {
    visibility: visible;
    opacity: 1.0;
    top: 39px;    
}

header .menu-top .items .item .subitems {
    background: #f3f3f3 url(/images/arrow-menu.png) 20px 20px no-repeat;
    padding: 35px 22px 20px 22px;
    min-width: 170px;
    list-style: none;
    text-align: left;
    border-radius: 3px;
}

header .menu-top .items .item .subitems a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #cc0066;
    padding: 6px 0 6px 0;
    text-decoration: none;
    font-weight: 300;
}

header .menu-top .items .item .subitems a:hover {
    text-decoration: underline;
}

.page-background {
    background: rgb(241,239,236);
    position:absolute;
    top: 149px;
    bottom: 430px;
    left: 0;
    right: 0;
    /*background: url(/images/default-page-background.jpg) center center no-repeat;
    background-size: cover;*/
}

/*.page-background::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}*/

.page-content {
    position: relative;
    padding: 30px 0 70px 0;
}

.main-block {
    
}

.main-block.left {
    float: left;
    width: 460px;
}

.main-block.right {
    float: right;
    width: 460px;
}

.main-block .block-title {
    position: relative;
    height: 60px;
    line-height: 58px;
    font-size: 22px;
    padding-left: 30px;
    background: #dedede;
    border-radius: 3px 3px 0 0;
    color: #333;
    border-bottom: 1px solid #9A8C7E;
}

.main-block .block-title a {
    color: #333;
    text-decoration: none;
}

.main-block .block-title a:hover {
    color: #cc0066;
    text-decoration: underline;
}

.main-block .block-title .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.main-block .block-body {
    background: #fff;
    border-radius: 0 0 3px 3px;
}

.main-block .block-body .items {
    
}

.main-block .block-body .items .item {
    display: block;
    border-bottom: 1px solid #9A8C7E;
    text-decoration: none;
    padding: 7px 30px 8px 30px;
    background: #fff;
    transition: background-color 0.2s;
}

.main-block .block-body .items .item:last-child {
    border-bottom: none;
}

.main-block .block-body .items .item:hover {
    background: #f2f0ed;
}

.main-block .block-body .items .item .title {
    color: #cc0066;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.main-block .block-body .items .item:hover .title {
    text-decoration: underline;
}

.main-block .block-body .items .item .date {
    font-size: 14px;
    line-height: 18px;
    color: #636363;
    font-weight: 300;
}

.main-block .block-body .button-wrap {
    height: 35px;
    padding-top: 10px;
}

.main-block .block-body .button-wrap .button {
    display: block;
    height: 35px;
    float: right;
    background: #cc0066;
    padding: 0 22px 0 22px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px 0 3px 0;
}

.main-block .block-body .button-wrap .button:hover {
    text-decoration: underline;
}

.main-block.articles-block, .main-block.cases-block {
    margin-bottom: 20px;
}

.main-block.services-block {
    margin-bottom: 20px;

}

.main-block .teasers {
    margin-right: -30px;
}

.main-block .teasers .teaser {
    position: relative;
    display: block;
    float: left;
    width: 313px;
    height: 150px;
    border-right: 1px solid #9A8C7E;
    border-bottom: 1px solid #9A8C7E;
    text-decoration: none;
}

.main-block .teasers .teaser.teaser-col-3 {
    width: 312px;
    border-right: none;
}

.main-block .teasers .teaser.last-row {
    border-bottom: none;
}

.main-block .teasers .teaser .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: center center no-repeat;
    background-size: cover;
    opacity: 0.0;
    transition: opacity 0.2s;
}

.main-block .teasers .teaser.last-row.teaser-col-1 .background {
    border-radius: 0 0 0 3px;
}

.main-block .teasers .teaser.last-row.teaser-col-3 .background {
    border-radius: 0 0 3px 0;
}

.main-block .teasers .teaser:hover .background {
    opacity: 0.2;
}

.main-block .teasers .teaser .icon1 {
    position: absolute;
    left: 127px;
    top: 30px;
    width: 60px;
    height: 60px;
    background: #f2f0ed 0 0 no-repeat;
    border-radius: 30px;
    opacity: 1.0;
    transition: opacity 0.2s;
}

.main-block .teasers .teaser:hover .icon1 {
    opacity: 0.0;
}

.main-block .teasers .teaser .icon2 {
    position: absolute;
    left: 127px;
    top: 30px;
    width: 60px;
    height: 60px;
    background: #cc0066 0 -60px no-repeat;
    border-radius: 30px;
    opacity: 0.0;
    transition: opacity 0.2s;
}

.main-block .teasers .teaser:hover .icon2 {
    opacity: 1.0;
}

.main-block .teasers .teaser .title {
    position: absolute;
    left: 56px;
    width: 205px;
    top: 90px;
    height: 56px;
    transition: color 0.2s;
    border-collapse: collapse;
}

.main-block .teasers .teaser .title tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    transition: color 0.2s;
}

.main-block .teasers .teaser:hover .title tr td {
    color: #cc0066;
}




.clients-block .block-body {
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.clients-carousel {
    height: 137px;
    width: 939px;
}

.clients-carousel .item {
    display: block;
    float: left;
    position: relative;
    width: 234px;
    height: 137px;
    border-right: 1px solid #9A8C7E;
    transition: all 0.2s;
    border-bottom: 3px solid #fff;
}

.clients-carousel .item:hover {
    border-bottom-color:#cc0066;
}

.clients-carousel .item .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    height: 83px;
    background: center center no-repeat;
}

.clients-carousel .item .title {
    position: absolute;
    left: 10px;
    width: 214px;
    top: 95px;
    height: 37px;
    transition: color 0.2s;
    border-collapse: collapse;
}

.clients-carousel .item .title tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    color: #cc0066;
    transition: color 0.2s;
}

.clients-carousel .item:hover .title tr td {
    text-decoration: underline;
}

.clients-carousel .slick-prev {
    position: absolute;
    left: 0;
    top: 38px;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    background: #cc0066;
    border: none;
    width: 40px;
    height: 60px;
    cursor: pointer;
    background: #cc0066 url(/images/clients-carousel-arrows.png) 0 0 no-repeat;
    transition: background-color 0.2s;
}

.clients-carousel .slick-prev:hover {
    background-color: #91004F;
}

.clients-carousel .slick-next {
    position: absolute;
    right: -1px;
    top: 38px;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: transparent;
    border: none;
    width: 40px;
    height: 60px;
    cursor: pointer;
    background: #cc0066 url(/images/clients-carousel-arrows.png) -40px 0 no-repeat;
    transition: background-color 0.2s;
}

.clients-carousel .slick-next:hover {
    background-color: #91004F;
}

.footer-placeholder {
    height: 440px;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 440px;
    background: #fff;
}

footer .footer-content {
    /*height: 395px;*/
    position:relative;
}

footer .footer-content .up {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 40px;
    border-radius: 3px 3px 0 0;
    background: #cc0066 url(/images/up-arrow.png) center center no-repeat;
    transition: background-color 0.2s;
}

footer .footer-content .up span {
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #0e0e0e;
    text-align: center;
    font-weight: 300;
}

footer .footer-content .up:hover {
    background-color: #91004F;
}

footer .menu-services {
    padding: 25px 20px 0 0;
    background: url(/images/vline.png) right bottom no-repeat;
    width: 294px;
    float: left;
}

footer .menu-services .block-title {
    color: #cc0066;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .menu-services .block-title a {
    color: #cc0066;
    text-decoration: none;
    font-weight: 700;
}

footer .menu-services .block-title a:hover {
    text-decoration: underline;
}

footer .menu-services ul {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

footer .menu-services ul li {
    margin-bottom: 4px;
}

footer .menu-services ul li a {
    font-size: 16px;
    color: #cc0066;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

footer .menu-services ul li a:hover {
    color: #cc0066;
    text-decoration: underline;
}

footer .menu-sectors {
    padding: 25px 20px 0 40px;
    background: url(/images/vline.png) right bottom no-repeat;
    width: 254px;
    float: left;
}

footer .menu-sectors .block-title {
    color: #cc0066;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .menu-sectors .block-title a {
    color: #cc0066;
    text-decoration: none;
    font-weight: 700;
}

footer .menu-sectors .block-title a:hover {
    text-decoration: underline;
}

footer .menu-sectors ul {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

footer .menu-sectors ul li {
    margin-bottom: 4px;
}

footer .menu-sectors ul li a {
    font-size: 16px;
    color: #cc0066;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

footer .menu-sectors ul li a:hover {
    color: #cc0066;
    text-decoration: underline;
}

footer .footer-contacts {
    padding: 25px 0 40px 40px;
    width: 272px;
    float: left;
}

footer .footer-contacts .block-title {
    color: #cc0066;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .footer-contacts .block-title a {
    color: #cc0066;
    text-decoration: none;
    font-weight: 700;
}

footer .footer-contacts .block-title a:hover {
    text-decoration: underline;
}

footer .footer-contacts .phone {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background: url(/images/footer-phone-icon.png) left center no-repeat;
    padding-left: 25px;
    margin-bottom: 12px;
}

footer .footer-contacts .email {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    background: url(/images/footer-email-icon.png) left center no-repeat;
    padding-left: 25px;
    margin-bottom: 12px;
    text-decoration: none;
}

footer .footer-contacts .email:hover {
    text-decoration: underline;
}

footer .footer-contacts .address {
    display: block;
    font-size: 14px;
    line-height:1.4;
    color: #333;
    background: url(/images/footer-address-icon.png) 0 4px no-repeat;
    padding-left: 25px;
    margin-bottom: 7px;
    min-height: 30px;
}

footer .footer-contacts .map {
    display: inline-block;
    margin-left: 25px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px dotted #cc0066;
    margin-bottom: 15px;
    cursor: pointer;
}

footer .footer-contacts .map:hover {
    border-bottom: 1px dotted #cc0066;
}

footer .social {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

footer .social a {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    border: 1px solid #a0a0a0;
    margin-left: 7px;
    background-color: #efefef;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px auto;
}

footer .social a.fb {
    background-image: url("/images/icons/social-fb.svg");
}

footer .social a.fb:hover {
    background-image: url("/images/icons/social-fb-hover.svg");
}

footer .social a.in {
    background-image: url("/images/icons/social-in.svg");
}

footer .social a.in:hover {
    background-image: url("/images/icons/social-in-hover.svg");
}

footer .menu-bottom {
    /*position: absolute;*/
    left: 0;
    bottom: 12px;
    clear:both;
    float: left;
    padding: 38px 150px 10px 0;
    background: url(/images/hline.png) right 26px no-repeat;
}

footer .menu-bottom ul {
    list-style: none;
    font-size: 0;
}

footer .menu-bottom ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #cacaca;
}

footer .menu-bottom ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

footer .menu-bottom ul li a {
    text-decoration: none;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
}

footer .menu-bottom ul li a:hover {
    text-decoration: underline;
}

footer .footer-bottom {
    height: 35px;
    background: rgba(245,240,230,1);
    overflow: hidden;
    clear: both;
}

footer .copyright {
    color: #202020;
    font-size: 14px;
    line-height: 40px;
}

.callback-form {
    position: absolute;
    background: #fff;
    right: 0;
    top: 55px;
    width: 230px;
    padding: 20px 30px 30px 30px;
    border: 1px solid rgba(204,0,102,0.5);
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.callback-form .close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #333 url(/images/window-close.png) center center no-repeat;
    cursor: pointer;
    transition: background-color 0.2s;
}

.callback-form .close:hover {
    background-color: #cc0066;
}

.callback-form .title {
    font-size: 22px;
    color: #cc0066;
    margin-bottom: 15px;
}

.default-page-body {
    background: #fff;
    /*overflow: hidden;*/
    padding: 30px 30px 40px 30px;
    border-radius: 0 0 3px 3px;
}

.default-page-body .left-col {
    width: 230px;
    float: left;
}

.default-page-body .main-col {
    width: 610px;
    float: right;
}

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

.menu-left ul {
    list-style: none;
}

.menu-left ul li {
    padding-bottom: 1px;
}

.menu-left ul li:last-child {
    background: none;
}

.menu-left ul li a {
    font-size: 18px;
    display: block;
    padding: 10px 10px 9px 30px;
    text-decoration: none;
}

.menu-left ul li a:hover {
    text-decoration: underline;
}

.menu-left ul li.selected a {
    background: url(/images/side-menu-selected.png) 0 0 repeat-y;
}

.contacts-description {
    width: 350px;   
    float: left;
}

.contacts-description {
    width: 350px;   
}

.contacts-map {
    float: right;
    width: 412px;
    height: auto;
    margin: 20px 0 20px 0;
    border-radius: 5px;
    margin-right: 30px;
}

.contacts-map img{
    max-width: 100%;
}

.news-article {
    width: 540px;
    float: left;
}

.content-other-list {
    width: 270px;
    float: right;
    padding-top: 10px;
}

.content-other-list .title {
    font-size: 22px;
    line-height: 27px;
}

.content-other-list ul {
    list-style: none;
}

.content-other-list ul li {
    background: url(/images/hline.png) right bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.content-other-list ul li:last-child {
    background: none;
}

.content-other-list ul li .content-title, .content-other-list ul li .content-title a {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    margin-bottom: 7px;
}

.content-other-list ul li .content-title a:hover {
    text-decoration: underline;
}

.rewiews-page .news-article {
    float: none;
    width: auto;
    
}

.rewiews-page .content-list-item {
    width: 250px;
    margin-right: 40px;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
}

.rewiews-page .content-list-item .content-icon {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 0 10px 0;
}

.rewiews-page .content-list-item .content-icon img {
    border: none;
    background: none;
}

.rewiews-page .content-list-item .content-description {
    margin-bottom: 10px;
}

.rewiews-page .content-list-item .further {
    color: #cc0066;
    font-size: 14px;
}

.rewiews-page .content-list-item .further:hover {
    color: #91004F;
}

.rewiews-page-text {
    display: none;
    border-top: 1px solid #9A8C7E;
    padding-top: 25px;
}

.rewiews-page-text.list {
    display: block;
}

.section-view-text {
    border-top: 1px solid #9A8C7E;  
    padding-top: 25px;
}

.sections-view {
    float: left;
    width: 590px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}

.sections-view li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 16px;
    line-height: 21px;
}

.sections-view li a {
    text-decoration: none;
}

.sections-view li a:hover {
    text-decoration: underline;
}

.neigbor-banner {
    display: block;
    float: right;
    position: relative;
    text-decoration: none;
}

.neigbor-banner .neigbor-title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/neigbor-banner-title.png) 0 0 repeat-y;
    padding: 5px 15px 6px 15px;
    color: #fff;
}

.neigbor-banner:hover .neigbor-title {
    text-decoration: underline;
}

.info-list {
    
}

.info-list .info-item {
    border-bottom: 1px solid #9A8C7E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-list .info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.info-list .info-item .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
}

.info-list .info-item .title a {
    text-decoration: none;
}

.info-list .info-item .title a:hover {
    text-decoration: underline;
}

.info-list .info-item .date {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
    color: #636363;
}

.info-list .info-item .description {
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.datepick {
    border: none !important;
}

.datepick .datepick-month {
    border: none;
    width: 220px;
}

.datepick .datepick-ctrl {
    display: none;
}

.datepick .datepick-nav, .datepick .datepick-ctrl {
    background: #cc0066;
    padding: 5px 0 5px 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
    font-weight: normal;
}

.datepick .datepick-nav .datepick-cmd {
    width: 30px;
    text-align: center;
    padding: 0;
    margin: -5px 0 -5px 0;
    height: 28px;
    line-height: 27px;
    border-radius: 3px;
}

.datepick .datepick-month td .datepick-today {
    background: #eee;
}

.datepick .datepick-month td .datepick-selected {
    background: #cc0066;
    font-weight: bold;
}

.datepick .datepick-month td .datepick-highlight {
    background: #cc0066;
    color: #fff;
}

input.js-date {
    border: 1px solid #dcdcdc;
    background: url(/images/calendar.png) right center no-repeat;
    height: 28px;
    padding: 0 40px 0 15px;
    border-radius: 15px;
    color: #636363;
    width: 90px;
    margin-bottom: 15px;
}

.select2-container {
    margin-bottom: 15px !important;
    margin-right: 15px !important;
}

.info-filter {
    border-bottom: 2px solid #9A8C7E;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.info-filter .title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 300;
}

.info-content {
    position: relative;
}

.info-content .overley {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff url(/images/loading.gif) center center no-repeat;
    opacity: 0.9;
}

.info-page .date {
    margin-bottom: 20px;
    font-size: 14px;
    color: #636363;
}

.info-page .date {
    margin-bottom: 20px;
    font-size: 14px;
    color: #636363;
    font-family: 'Roboto Condensed', sans-serif;
}

.info-page .bottom {
    border-top: 2px solid #9A8C7E;
    padding-top: 20px;
    margin-top: 30px;
}

.info-page .bottom .social-widgets {
    
}

.info-page .bottom .social-widget {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.info-page .bottom .social-widget .fb_iframe_widget > span {
    vertical-align: top !important; 
}

.info-page .bottom .buttons {
    padding-top: 30px;
}

.info-page .bottom .buttons .print {
    display: inline-block;
    vertical-align: top;
    background: #cc0066 url(/images/print.png) 15px center no-repeat;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px 0 40px;
    text-decoration: none;
    transition: background-color 0.2s;
    margin-right: 20px;
}

.info-page .bottom .buttons .print:hover {
    background-color: #91004F;
}

.info-page .bottom .buttons .download {
    display: inline-block;
    vertical-align: top;
    background: #cc0066 url(/images/pdf.png) 15px center no-repeat;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px 0 50px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.info-page .bottom .buttons .download:hover {
    background-color: #91004F;
}

.info-block {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #9A8C7E;
}

.info-block .block-title {
    font-size: 22px;
    line-height: 27px;
    color: #010101;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.info-block ul {
    list-style: none;
}

.info-block li {
    padding-bottom: 5px;
    padding-top: 5px;
        clear: both;
}

.info-block li .date {
    font-size: 14px;
    line-height: 22px;
    color: #636363;
    width: 125px;
    float: left;
    margin-top: 1px;
}

.info-block li .title {
    display: block;
    margin-left: 135px;
    font-size: 16px;
    line-height: 21px;
    color: #cc0066;
    text-decoration: none;
}

.info-block li .title:hover {
    text-decoration: underline;
}

.block-questions {
    margin-top: 25px;
    margin-left: -30px;
    background: url(/images/block-questions-border.png) center 0 no-repeat;
    padding: 20px 0 0 30px;
}

.block-questions .block-title {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    margin-bottom: 17px;
}

.block-questions img {
    vertical-align: top;
    margin-bottom: 5px;
}

.block-questions .name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #333;
    margin-top: 20px;
}

.block-questions .post {
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

.block-questions .phone {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-weight: 300;
}

.block-questions .email {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    font-weight: 300;
}

.block-questions .email:hover {
    text-decoration: underline;
}

.seminar-list .seminar-item {
    border-bottom: 1px solid #9A8C7E;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.seminar-list .seminar-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.seminar-list .seminar-item .date,
.seminar-list .seminar-item .type {
    font-size: 14px;
    line-height: 22px;
    color: #636363;
}

.seminar-list .seminar-item .title {
    font-size: 18px;
    line-height: 24px;
}

.seminar-list .seminar-item .title a {
    text-decoration: none;
}

.seminar-list .seminar-item .title a:hover {
    text-decoration: underline;
}

.seminar-page {
    
}

.seminar-page .date {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
}

.seminar-page .place {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
}

.seminar-page article {
    border-top: 2px solid #9A8C7E;
    margin-top: 15px;
    padding-top: 10px;
}

.seminar-page .speakers {
    background: url(/images/speakers-border.png) center 0 no-repeat;
    padding-top: 25px;
    margin-top: 25px;
    font-size: 0;
    margin-bottom: -20px;
}

.seminar-page .speakers .title {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 300;
}

.seminar-page .speakers .speaker {
    display: inline-block;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}

.seminar-page .speakers .speaker .name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #333;
    margin-top: 20px;
}

.seminar-page .speakers .speaker .post {
    font-size: 16px;
    line-height: 21px;
    font-style: italic;
    font-weight: 300;
    color: #333;
}

.seminar-page .speakers .speaker .phone {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-weight: 300;
}

.seminar-page .speakers .speaker .email {
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    font-weight: 300;
}

.seminar-page .speakers .speaker .email:hover {
    text-decoration: underline;
}

.seminar-page .bottom {
    border-top: 2px solid #9A8C7E;
    padding-top: 20px;
    margin-top: 30px;
}

.seminar-page .bottom .social-widgets {
    
}

.seminar-page .bottom .social-widget {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.seminar-page .bottom .social-widget .fb_iframe_widget > span {
    vertical-align: top !important; 
}

.seminar-page .bottom .buttons {
    padding-top: 30px;
}

.seminar-page .bottom .buttons .print {
    display: inline-block;
    vertical-align: top;
    background: #cc0066 url(/images/print.png) 15px center no-repeat;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px 0 40px;
    text-decoration: none;
    transition: background-color 0.2s;
    margin-right: 20px;
}

.seminar-page .bottom .buttons .print:hover {
    background-color: #91004F;
}

.seminar-page .bottom .buttons .download {
    display: inline-block;
    vertical-align: top;
    background: #cc0066 url(/images/pdf.png) 15px center no-repeat;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px 0 50px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.seminar-page .bottom .buttons .download:hover {
    background-color: #91004F;
}

.sitemap {
    padding: 10px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 2;
}

.sitemap .dontsplit {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.search-rows .content-list-item {
    display: block;
    width: auto;
    margin-right: 0;
    float: none;
    margin-top: 20px;
    padding-top: 15px;
}

.search-rows .content-list-item h2 {
    margin-top: 0;
}

.search-rows .content-list-item.num-2 {
    border-top: 1px solid #9A8C7E;
    margin-top: 20px;
    padding-top: 15px;
}

/*30.04.2021*/
.page-title{
    height: 60px;
    position: relative;
}

.page-title .cover{
    width: 100%;
    height: 100%;
    background: rgb(222,222,222);
    background: -moz-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    box-sizing: border-box;
}

.page-title h1{
    margin: 0;
    padding: 16px 30px 17px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/*
.page-title{
    background: #ffffff;
    position: relative;
}
.page-title::before{
    content: "";
    width: 50%;
    height: 100%;
    background: rgb(222,222,222);
    background: -moz-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#ffffff",GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
}
.page-color-violet-light .page-title::before{
    background: rgb(232,221,230);
    background: -moz-linear-gradient(90deg, rgba(232,221,230,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(232,221,230,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(232,221,230,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8dde6",endColorstr="#ffffff",GradientType=1);
}
.page-bg-violet .page-title::before{
    background: rgb(212,172,219);
    background: -moz-linear-gradient(90deg, rgba(212,172,219,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(212,172,219,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(212,172,219,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4acdb",endColorstr="#ffffff",GradientType=1);
}
.page-color-blue .page-title::before{
    background: rgb(211,228,245);
    background: -moz-linear-gradient(90deg, rgba(211,228,245,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(211,228,245,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(211,228,245,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3e4f5",endColorstr="#ffffff",GradientType=1);
}
.page-color-blue-light .page-title::before{
    background: rgb(242,251,254);
    background: -moz-linear-gradient(90deg, rgba(242,251,254,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(242,251,254,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(242,251,254,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2fbfe",endColorstr="#ffffff",GradientType=1);
}
.page-color-gray .page-title::before{
    background: rgb(222,222,222);
    background: -moz-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#ffffff",GradientType=1);
}
.page-color-gray-light .page-title::before{
    background: rgb(231,234,237);
    background: -moz-linear-gradient(90deg, rgba(231,234,237,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(231,234,237,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(231,234,237,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7eaed",endColorstr="#ffffff",GradientType=1);
}
.page-color-beige .page-title::before{
    background: rgb(236,212,195);
    background: -moz-linear-gradient(90deg, rgba(236,212,195,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236,212,195,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(236,212,195,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecd4c3",endColorstr="#ffffff",GradientType=1);
}
.page-color-pink .page-title::before{
    background: rgb(241,230,238);
    background: -moz-linear-gradient(90deg, rgba(241,230,238,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(241,230,238,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(241,230,238,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1e6ee",endColorstr="#ffffff",GradientType=1);
}
.page-color-pink-light .page-title::before{
    background: rgb(220,203,215);
    background: -moz-linear-gradient(90deg, rgba(220,203,215,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(220,203,215,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(220,203,215,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dccbd7",endColorstr="#ffffff",GradientType=1);
}
.page-color-green .page-title::before{
    background: rgb(223,247,232);
    background: -moz-linear-gradient(90deg, rgba(223,247,232,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(223,247,232,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(223,247,232,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dff7e8",endColorstr="#ffffff",GradientType=1);
}*/

.content-text strong,
.content-text li strong,
.content-text p strong,
article li strong,
article p strong{
    font-weight: bold;
}

.content-text em,
.content-text i,
.content-text li em,
.content-text li i,
.content-text p em,
.content-text p i,
article li em,
article li i,
article p em,
article p i{
    font-style: italic;
}