.form-elements {
    background: #f9f9f9;
    border: 1px solid #ccc;
    outline: 0;
}

.section-main-page {
    margin-bottom: 100px;
}

.section-main-page-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

.section-link-all {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
}

#sidebar .title {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #5c6684;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #dadada;
}

#sidebar .nextarr,
#sidebar .prevarr {
    position: absolute;
    bottom: 0;
    font-size: 1.2em;
    color: #ddd;
    cursor: pointer;
}

#sidebar .prevarr {
    right: 35px;
    z-index: 1;
}

#sidebar .nextarr {
    right: 0;
}

#sidebar .prevarr:hover,
#sidebar .nextarr:hover {
    color: #ccc;
}

#sidebar .link_all {
    position: absolute;
    bottom: 7px;
}

#sidebar .link_all a {
    padding: 5px 17px;
    color: #fff;
    background: #008aa4;
}

#sidebar .link_all a:hover {
    opacity: 0.8;
}

/* sidebar photo */
#sidebar_photo_block {
    position: relative;
    margin-bottom: 70px;
}

#sidebar_photo_block img {
    width: 100%;
    height: auto;
    padding-bottom: 45px;
}

#sidebar_photo {
    position: relative;
}

/* sidebar otzyvy */
#sidebar_otzyv_block {
    position: relative;
    margin-bottom: 70px;
}

#sidebar_otzyv_block .text {
    color: #404040;
    font-size: 0.9em;
    padding-bottom: 45px;
    font-weight: 300;
    line-height: 1.2em;
}

#sidebar_otzyv_block .name_date {
    margin: 5px 0;
}

#sidebar_otzyv_block .name {
    font-weight: 500;
    margin-right: 10px;
}

#sidebar_otzyv_block .date {
    font-style: italic;
}

#sidebar_otzyv {
    position: relative;
}

/* sidebar action */
#sidebar_action_block {
    position: relative;
    margin-bottom: 70px;
}

#sidebar_action_block .action_img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#sidebar_action_block .action_text {
    margin-bottom: 50px;
    padding: 0 15px;
    text-align: center;
}

#sidebar_action_block .action_text a {
    text-decoration: none;
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
}

/* sidebar news */
#sidebar_news_block {
    position: relative;
    margin-bottom: 70px;
}

#sidebar_news_block .news_list {
    margin-bottom: 25px;
}

#sidebar_news_block .news_item {
    overflow: hidden;
    margin-bottom: 5px;
}

#sidebar_news_block .news_item img {
    float: left;
    width: 80px;
    height: 80px;
}

#sidebar_news_block .news_item .news-date-time {
    font-size: 0.8em;
    display: block;
    color: #999;
    margin-bottom: 5px;
}

#sidebar_news_block .news_item .right_text {
    margin-left: 90px;
    font-size: 1em;
}

#sidebar_news_block .news_item a.link {
    color: #41424e;
    text-decoration: none;
    line-height: 1.08em;
}

#sidebar_news_block .news_item a.button {
    display: none;
}

#sidebar #sidebar_news_block .link_all {
    position: static;
    bottom: 10px;
}

/* sidebar fixed */
#sidebar_fixed {
    margin: 0;
    width: 280px;
}

#sidebar .sticky-wrapper {
    z-index: 1;
}

/* sidebar calc */
#sidebar_calc {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 140px;
}

#sidebar_calc .bg {
    position: absolute;
    top: 23px;
    width: 100%;
    height: 85px;
    background: #737373;
    border-radius: 4px;
}

#sidebar_calc .text {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font: 500 0.9em/130% Arial;
    text-transform: uppercase;
}

#sidebar_calc .img {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 105px;
    height: 115px;
    background-size: auto 115px;
}

/* sidebar prais */
#sidebar_fixed a {
    text-decoration: none;
}

#sidebar_prais {
    margin-bottom: 50px;
    padding: 5px;
    background: #f7f7f7;
}

#sidebar_prais .block {
    border: 2px dashed #e4e4e4;
    padding: 15px;
    text-align: center;
}

#sidebar_prais .block .fa {
    font-size: 2.5em;
    margin-bottom: 10px;
}

#sidebar_prais .text {
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
    font-size: 0.9em;
    text-transform: uppercase;
}

#sidebar_prais:hover {
    opacity: 0.8;
}