

/* Start:/local/templates/main/template_styles.css?160923458611052*/
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #f36e5c;
    color: #fff;
}
.bx-pagination {
    max-width: 100%;
    margin: 20px auto 10px;
}

.btn {
    display: inline-block;
    margin: 0;
    background: transparent;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 43px;
    padding: 0 20px !important;
    color: #f36e5c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 39px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f36e5c;
    border-radius: 3px;
    outline: none;
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
}
.btn:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}
.btn::before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 350px;
    height: 350px;
    margin: -185px 0 0 -175px;
    background: #f36e5c;
    border-radius: 50%;
    transform: scale(0,0);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}
.btn:hover::before {
    background: #fcd900;
    transform: scale(1,1);
}


.person-tile {
    position: relative;
    height: 150px;
    margin-bottom: 10px;
    background: white;
    border-radius: 50%;
}
.person-tile::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.14);
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}
.person-tile-link {
    display: block;
    color: #000;
    text-decoration: none;
}
.person-tile-img {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 0;
    width: 140px;
    height: 140px;
    background-position: center bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.person-tile-img::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0),white);
    background: -moz-linear-gradient(rgba(255,255,255,0),white);
    background: -ms-linear-gradient(rgba(255,255,255,0),white);
    background: -o-linear-gradient(rgba(255,255,255,0),white);
    background: linear-gradient(rgba(255,255,255,0),white);
    opacity: 0;
}
.person-tile .person-tile-text {
    display: block;
    position: relative;
    left: auto;
    bottom: auto;
    padding-left: 30px;
    width: 100px;
    -webkit-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-webkit-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -moz-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-moz-transform .5s cubic-bezier(.650,.005,.335,1.000);
    -o-transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),-o-transform .5s cubic-bezier(.650,.005,.335,1.000);
    transition: opacity .5s cubic-bezier(.650,.005,.335,1.000),transform .5s cubic-bezier(.650,.005,.335,1.000);
}
.person-tile-title {
    padding-top: 17px;
    margin-bottom: 10px;
    color: #2c2a29;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.person-tile-desc {
    width: 150px;
    color: #808285;
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
}


.header-social-list {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.header-social-item {
    margin-right: 15px;
}
.header-social-item img {
    display: block;
    max-width: 28px;
    max-height: 24px;
}

.header-search {
    margin-right: 25px;
    margin-left: auto;
}
.header-search img {
    max-height: 22px;
}


.tile-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tile-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 18px 20px 30px 20px;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
    background: #ffffff;
}
.tile-item.has-link {
    padding-bottom: 60px;
}
.tile-item-title {
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.4285714285714;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    color: #2c2a29;
}
.tile-item-link {
    position: absolute;
    display: block;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    text-decoration: none;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    outline: none;
}
.tile-item-link:hover {
    cursor: pointer;
    background: #fcd900;
    border-color: #fcd900;
}
.tile-item-link::before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    width: 9px;
    height: 9px;
    font-size: 0;
    color: rgba(0,0,0,0);
    border-left: 1px solid #f36e5c;
    border-bottom: 1px solid #f36e5c;
    transform-origin: center;
    transform: rotate(225deg);
    outline: solid;
    outline-color: rgba(0,0,0,0);
    backface-visibility: hidden;
}
.tile-item-link:hover::before {
    border-left-color: #2c2a29;
    border-bottom-color: #2c2a29;
}
.tile-item-link::after {
    position: absolute;
    display: block;
    content: '';
    top: -100vh;
    right: -100vw;
    bottom: -100vh;
    left: -100vw;
}

@media screen and (min-width: 768px) {
    .tile-item {
        width: 50%;
    }
}

@media screen and (min-width: 930px) {
    .tile-item {
        width: 33.333333333333%;
    }
}



.doc-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.doc-list.wide {
    display: block;
}
.doc-item {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 15px 24px 40px;
}
.doc-item::before {
    position: absolute;
    display: block;
    content: '';
    top: 23px;
    left: 0;
    width: 26px;
    height: 32px;
    background: url(/styles/images/file.svg) no-repeat;
}
.doc-list.wide .doc-item {
    width: 100%;
}
.doc-item-title {
    font-size: 12px !important;
    line-height: 1.3333333333333 !important;
    color: #808080 !important;
    margin-bottom: 0 !important;
}
.doc-item-link-list {
    position: relative;
    padding-top: 17px;
}
.doc-item-link-item {
    padding: 0 10px;
    margin: 0 10px 10px 0;
    background: transparent;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    height: 32px;
    box-sizing: border-box;
    color: #f36e5c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f36e5c;
    border-radius: 3px;
    outline: none;
    transition: color .67s cubic-bezier(.4,0,.12,1),border .67s cubic-bezier(.4,0,.12,1);
}
.doc-item-link-item:hover {
    cursor: pointer;
    color: #2c2a29;
    border-color: #fcd900;
}
.doc-item-link-item::before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 170px;
    height: 170px;
    margin: -95px 0 0 -85px;
    background: #f36e5c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -moz-transition: -moz-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    -o-transition: -o-transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
    transition: transform .67s cubic-bezier(.4,0,.12,1),background .67s cubic-bezier(.4,0,.12,1);
}
.doc-item-link-item:hover::before {
    background: #fcd900;
    transform: scale(1,1);
}

@media screen and (min-width: 768px) {
    .doc-item {
        width: 50%;
    }
}

@media screen and (min-width: 930px) {
    .doc-item {
        width: 33.333333333333%;
    }
}



.filter {
    margin: 18px 0 8px;
}
.filter-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    padding: 2px 0;
    white-space: nowrap;
    list-style: none;
}
.filter-item {
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.14);
}
.filter-item.current {

}
.filter-item-title {
    background: #fcd900;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-decoration: none;
    display: block;
    padding: 0 15px 0 15px;
    color: #2c2a29;
    font-size: 11px;
    font-family: 'Pragmatica Slabserif',sans-serif;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: .03em;
    text-transform: uppercase;
    vertical-align: middle;
}
.filter-item-link {
    background: white;
}
.filter-item-link::before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    background: #fcd900;
    border-radius: 50%;
    transform: scale(0,0);
    transition: transform .67s cubic-bezier(.4,0,.12,1);
}
.filter-item-link:hover::before {
    transform: scale(1,1);
}


div.search-page input.search-query,
.mfeedback input[type="text"],
.mfeedback textarea {
    background-color: #ffffff;
    border: 1px solid #f36e5c;
    border-radius: 3px;
    padding: 7px 15px;
}
div.search-item h4 a {
    text-decoration: none;
    color: #051e42;
}

.mfeedback form > div {
    margin-bottom: 20px;
}
.mfeedback .mf-text {
    margin-bottom: 5px;
}


.w-100 {
    width: 100% !important;
}

.commission-title {
    padding: 0 15px !important;
    margin: 30px 0 20px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}

#map-canvas > ymaps {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 575px) {
    .commission-title {
        padding: 0 15px !important;
        font-size: 18px !important;
    }
}


.gallery {

}
.gallery-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery-item {
    width: 220px;
    height: 160px;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.gallery-item-link {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
}
.gallery-item-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .3);
    transition: background-color .3s ease-in-out;
}
.gallery-item-link:hover::before {
    background-color: rgba(0, 0, 0, 0);
}
.gallery-item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* End */
/* /local/templates/main/template_styles.css?160923458611052 */
