.price.old {
    text-decoration: line-through;
}

.about_us,
.docs,
.honors,
.features,
.gallery,
.newslistcol,
.partners,
.customerreviews,
.services,
.action,
.staff {
    margin-top: 15px;
    padding-bottom: 15px;
}

.owl.features .item,
.owl.services .item,
.owl.staff .item,
.owl.action .item,
.owl.partners .item {
    margin-left: 1px;
    /* fix for stupid owl */
}

/* review */
.customerreviews .item {
    margin-bottom: 40px;
    min-width: 100%;
}
.customerreviews .item .review {
    position: relative;
    padding: 15px 25px;
    border: 1px solid #247b1c;
    border-radius: 10px;
}
.customerreviews .item .review .in {
    overflow: hidden;
}
.customerreviews .item .review .arrow {
    position: absolute;
    top: 100%;
    left: 74px;
    width: 0;
    height: 0;
    /*border: 10px solid transparent;
  border-color: #f6f6f6 transparent transparent #f6f6f6;*/
}
.customerreviews .item .review .arrow>span {
    position: absolute;
    top: 0;
    left: -55px;
    width: 8px;
    height: 11px;
    /*border: 9px solid transparent;
  border-color: #247b1c transparent transparent #247b1c;*/
    background: url(/local/templates/monop/images/quote-x.png) no-repeat;
}
.customerreviews .item .author {
    padding-top: 5px;
}
.customerreviews .item .author .image {
    float: left;
    width: 58px;
    height: 58px;
    margin: 0px 8px;
    border: 1px solid #ebebeb;
}
.customerreviews .item .author img {
    width: auto;
    max-width: 60px;
    max-height: 60px;
}
.customerreviews .item .author .text {
    margin-left: 20px;
    padding-top: 7px;
    display: flex;
    font-size: 16px;
}

.customerreviews .item .author .text b {
    font-weight: bold;
    display: block;
    width: 33%;
    vertical-align: top;
    line-height: normal;
    padding-left: 12px;
}

.customerreviews .item .author .text .location {
    display: block;
    background: url(/local/templates/monop/images/location-icon.png) no-repeat;
    padding-left: 30px;
    width: 33%;
    vertical-align: top;
    line-height: normal;
    min-height: 25px;
    white-space: nowrap;
}

.customerreviews .item .author .text .reviews-home {
    display: block;
    background: url(/local/templates/monop/images/reviews-home.png) no-repeat;
    padding-left: 38px;
    width: 33%;
    vertical-align: top;
    line-height: normal;
}
.customerreviews .item .author .name {
    padding-bottom: 1px;
}

.customerreviews.owl .item {
    min-height: 200px;
}
.customerreviews.owl .item .in {
    height: 94px;
}

/* /review */
/* staff & services & features & action */
.features .item a,
.services .item a,
.action .item a {
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.features .item a:hover,
.services .item a:hover,
.action .item a:hover {
    border-color: #b8b8b8;
}

/* /staff & services & features & action */
/* features */
.features .item a {
    padding: 28px 10px;
    text-decoration: none;
}
.features .item .image {
    margin: 0 auto;
    text-align: center;
}
.features .item img {
    width: auto;
    max-width: 60px;
    max-height: 60px;
}
.features .item .name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #202020;
}
.features .item .description {
    color: #585f69;
}

/* features1 */
.features.features1 .item .image,
.features.features1 .item .data {
    float: left;
}
.features.features1 .item .image {
    width: 25%;
}
.features.features1 .item .data {
    width: 75%;
    padding-left: 8px;
}
.features.features1 .item img {
    margin: 0 auto;
}

/* features2 */
.features.features2 .item .image {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    line-height: 60px;
}
.features.features2 .item img {
    display: inline-block;
}
.features.features2 .item .data {
    text-align: center;
}

@media (min-width: 992px) {
    .features .item .data {
        height: 110px;
        overflow: hidden;
    }
}
/* /features */
/* docs & honors & about_us & news */
.honors .item .image a,
.about_us .item .image a,
.newslistcol .item .image a {
    display: block;
    border: 1px solid #ebebeb;
}
.honors .item .image a:hover,
.about_us .item .image a:hover,
.newslistcol .item .image a:hover {
    border-color: #b8b8b8;
}

.docs .item,
.honors .item,
.about_us .item,
.newslistcol .item {
    margin-bottom: 15px;
    min-height: 105px;
}
.docs .item .image,
.honors .item .image,
.about_us .item .image,
.newslistcol .item .image {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
}
.docs .item .image+.data,
.honors .item .image+.data,
.about_us .item .image+.data,
.newslistcol .item .image+.data {
    margin-left: 111px;
}
.docs .item .image img,
.honors .item .image img,
.about_us .item .image img,
.newslistcol .item .image img {
    max-height: 98px;
}
.docs .item .data .info,
.honors .item .data .info,
.about_us .item .data .info,
.newslistcol .item .data .info {
    max-height: 100px;
    overflow: hidden;
}
.docs .item .data .info.smaller,
.honors .item .data .info.smaller,
.about_us .item .data .info.smaller,
.newslistcol .item .data .info.smaller {
    height: 80px;
}
.docs .item .data .descr a,
.honors .item .data .descr a,
.about_us .item .data .descr a,
.newslistcol .item .data .descr a {
    text-decoration: none;
}
.docs .item .data .descr a:hover,
.honors .item .data .descr a:hover,
.about_us .item .data .descr a:hover,
.newslistcol .item .data .descr a:hover {
    text-decoration: underline;
}
.docs .item .data .date,
.docs .item .data .name,
.docs .item .data .info,
.honors .item .data .date,
.honors .item .data .name,
.honors .item .data .info,
.about_us .item .data .date,
.about_us .item .data .name,
.about_us .item .data .info,
.newslistcol .item .data .date,
.newslistcol .item .data .name,
.newslistcol .item .data .info {
    margin-bottom: 5px;
}

.newslistcol .owl-item .item .data .name a {
    backface-visibility: hidden;
}

/* about_us */
.about_us .item {
    min-height: 103px;
}
.about_us .item .descr a {
    color: #585f69;
}
.about_us .item .publish {
    max-height: 18px;
    overflow: hidden;
}
.about_us .item .publish:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 18px;
    content: "";
    text-align: right;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}

.docs .item .image {
    position: relative;
    border: 1px solid #ebebeb;
}
.docs .item .image:hover {
    border-color: #b8b8b8;
}
.docs .item .image span {
    position: absolute;
    bottom: -4px;
    right: 5px;
    color: #585f69;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

/* /docs & honors & about_us & news */
/* news */
.newslistcol .item .image img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.newslistcol .item .data {
    height: 141px;
    overflow: hidden;
}

/* /news */
/* services & staff & action */
.services .item a,
.action .item a {
    padding: 9px;
    text-decoration: none;
}

@media (min-width: 992px) {
    .staff .item .data {
        height: 111px;
        overflow: hidden;
    }
}

.services .item .image,
.staff .item .image,
.action .item .image {
    margin-bottom: 4px;
    text-align: center;
}
.services .item .image img,
.staff .item .image img,
.action .item .image img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.services .item .data .name,
.staff .item .data .name,
.action .item .data .name {
    max-height: 48px;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
}

.services .item .data .markers,
.staff .item .data .name,
.staff .item .data .markers,
.action .item .data .name,
.action .item .data .markers {
    margin-bottom: -15px;
}

.staff .item {
    margin-bottom: 15px;
}

@media (min-width: 991px) {
    .staff .item .data.row {
        height: 115px;
        overflow: hidden;
    }
}
/* /services & staff & action */
/* gallery */
.gallery.row {
    padding-bottom: 0px;
}
.gallery .item {
    margin-bottom: 15px;
}
.gallery .item a {
    display: block;
    min-height: 245px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.gallery .item a:hover {
    border-color: #b8b8b8;
}
.gallery .item .image {
    text-align: center;
}
.gallery .item .info {
    position: relative;
    min-height: 54px;
}
.gallery .item .data {
    position: absolute;
    right: 15px;
    bottom: 4px;
    left: 15px;
    max-height: 56px;
    min-height: 56px;
    padding-top: 4px;
    background-color: #fff;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.gallery .item .data .name,
.gallery .item .data .descr {
    margin: 0px 12px;
}
.gallery .item .data .name {
    max-height: 48px;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
}
.gallery .item .data .descr {
    padding-top: 8px;
}
.gallery .item .data:hover {
    max-height: 171px;
}
.gallery .item img {
    max-width: 100%;
}

/* /gallery */
/* partners */
.partners .item {
    max-height: 150px;
    margin-bottom: 30px;
}
.partners .item a {
    display: block;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.partners .item a:hover {
    border-color: #b8b8b8;
}
.partners .item .image .col {
    height: 141px;
    text-align: center;
    line-height: 141px;
}
.partners .item .image .col img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 135px;
    /* -1px - fix */
    vertical-align: middle;
}

/* /partners */
/* action */
.action .name {
    max-height: 47px;
    overflow: hidden;
}
.action.owl .item a {
    min-height: 298px;
}
.action.owl .item .data {
    height: 138px;
}
.action.owl .item .markers .marker {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    padding: 0px 30px 0px 10px;
}
.action.owl .item .markers .marker:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: ' ';
    border: 19px solid transparent;
    border-left: 11px solid transparent;
    border-bottom-color: #fff;
    border-right: 0;
    border-top: 0;
}
.action.owl .item .markers .action_date {
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}
.action.row {
    margin-right: -5px;
    margin-left: -5px;
}
.action.row .item {
    padding: 5px;
    margin-bottom: 10px;
}
.action.row .item.col-md-4 .data .markers {
    margin-bottom: 6px;
}
.action.row .item a {
    padding: 9px 9px 14px 9px;
    text-decoration: none;
}
.action.row .item .data.row {
    height: 141px;
}
.action.row .item .markers .marker {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    padding: 0px 30px 0px 10px;
}
.action.row .item .markers .marker:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: ' ';
    border: 26px solid transparent;
    border-left: 16px solid transparent;
    border-bottom-color: #fff;
    border-right: 0;
    border-top: 0;
}
.action.row .item .markers .action_date {
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}

/* /action */
/* vacancies & faq */
.vacancies .filter,
.faq .filter {
    margin-bottom: 20px;
}
.vacancies .filter .btn,
.faq .filter .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}
.vacancies .filter .btn.btn-default,
.faq .filter .btn.btn-default {
    border-color: #ebebeb;
}
.vacancies .yashare,
.faq .yashare {
    margin-top: 5px;
}

@media (min-width: 991px) {
    .vacancies .yashare {
        margin-top: 0px;
        text-align: right;
    }
}
/* /vacancies & faq */
/* timeline */
.timeline.row {
    position: relative;
    margin-right: -25px;
    margin-bottom: 90px;
    margin-left: -25px;
}
.timeline.row:before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    display: block;
    width: 2px;
    min-height: 100px;
    content: " ";
    margin-left: -1px;
    background-color: #ebebeb;
}
.timeline.row>.col {
    padding-right: 25px;
    padding-left: 25px;
}
.timeline.row .item {
    position: relative;
    margin-bottom: 26px;
}
.timeline.row .item:nth-child(even) {
    position: relative;
    top: 90px;
}
.timeline.row .item:hover .body {
    border-color: #b8b8b8;
}
.timeline.row .item:hover .pointer.right {
    border-left-color: #b8b8b8;
}
.timeline.row .item:hover .pointer.left {
    border-right-color: #b8b8b8;
}
.timeline.row .item .body {
    display: block;
    height: 353px;
    padding: 9px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.timeline.row .item .body .image,
.timeline.row .item .body .name,
.timeline.row .item .body .date {
    margin-bottom: 6px;
}
.timeline.row .item .body .image {
    height: 209px;
    text-align: center;
}
.timeline.row .item .body .name {
    font-size: 20px;
    line-height: 24px;
}
.timeline.row .item .body .date {
    font-size: 18px;
    line-height: 22px;
}
.timeline.row .item .body .data {
    max-height: 115px;
    overflow: hidden;
}
.timeline.row .item .pointer {
    position: absolute;
    top: 15px;
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 13px solid transparent;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.timeline.row .item .pointer.right {
    left: 100%;
    margin-left: -25px;
    border-left: 14px solid #ebebeb;
    border-right: 0;
}
.timeline.row .item .pointer.right>div {
    left: -15px;
    border-left: 14px solid #fff;
    border-right: 0;
}
.timeline.row .item .pointer.right span {
    left: 5px;
}
.timeline.row .item .pointer.left {
    right: 100%;
    margin-right: -25px;
    border-right: 14px solid #ebebeb;
    border-left: 0;
}
.timeline.row .item .pointer.left>div {
    right: -15px;
    border-right: 14px solid #fff;
    border-left: 0;
}
.timeline.row .item .pointer.left span {
    right: 5px;
}
.timeline.row .item .pointer>div {
    position: absolute;
    top: -13px;
    border: 13px solid transparent;
}
.timeline.row .item .pointer span {
    position: absolute;
    top: -6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ebebeb;
    border: 2px solid #fff;
    border-radius: 8px;
}

@media (max-width: 767px) {
    html .timeline.row:before {
        left: auto;
        right: 24px;
    }
    html .timeline.row .item {
        margin-right: 25px;
    }
    html .timeline.row .item:nth-child(even) {
        top: auto;
    }
    html .timeline.row .item .pointer {
        border-left-color: #b8b8b8;
        border-right-color: transparent;
    }
    html .timeline.row .item .pointer.left {
        left: 100%;
        right: auto;
        margin-left: -25px;
        border-left: 14px solid #ebebeb;
        border-right: 0;
    }
    html .timeline.row .item .pointer.left>div {
        left: -15px;
        border-left: 14px solid #fff;
        border-right: 0;
    }
    html .timeline.row .item .pointer.left span {
        left: 5px;
    }
}
/* /timeline */
/* shops */
.shops .search_city,
.shops .filter,
.shops .shops_list,
.shops .map {
    margin-bottom: 20px;
}
.shops .search_city {
    position: relative;
}
.shops .search_city .input-group .fa:before {
    content: '\f002';
}
.shops .search_city ul.cities_list {
    right: 15px;
    left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 2px solid #0084c9;
}
.shops .search_city ul.cities_list>li {
    position: relative;
    display: block;
    height: 35px;
    margin-left: -1px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.shops .search_city ul.cities_list>li>a {
    display: block;
    padding: 7px 25px;
    color: #585f69;
    text-decoration: none;
    margin-top: -1px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.shops .search_city ul.cities_list>li>a:hover,
.shops .search_city ul.cities_list>li>a:focus {
    background-color: #eee;
}
.shops .filter button {
    margin-right: 10px;
}
.shops .shops_list {
    max-height: 350px;
    border: 1px solid #ebebeb;
    overflow-x: hidden;
    overflow-y: scroll;
}
.shops .shops_list .item {
    padding: 9px 10px;
}
.shops .shops_list .item:hover {
    background-color: #ebebeb;
}
.shops .shops_list .item.cityempty,
.shops .shops_list .item.typeempty {
    display: none;
}
.shops .shops_list .item .name {
    font-weight: bold;
}

/* /shops */
/* news */
.news {
    margin-top: 15px;
    min-width: 100%;
}
.news .item {
    margin-bottom: 15px;
    min-width: 100%;
}
.news .item .image {
    margin-bottom: 30px;
    text-align: center;
}
.news .item .image img {
    display: inline-block;
    width: 300px;
    /*max-width: 100%;
	min-height: 120px;*/
    border-radius: 10px;
}
.news .item .data .date,
.news .item .data .name {
    margin: 0 0 20px 0;
    text-decoration: underline;
    font-size: 19px;
}
.news .aprimary:hover {
    text-decoration: none !important;
}
.news .item .data .descr a:hover {
    text-decoration: none;
}

/* /news */
/* news.detail */
.newsdetail {
    margin-bottom: 45px;
}
.newsdetail .markers {
    margin-bottom: 15px;
}
.newsdetail .markers .marker {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0px 30px 0px 10px;
}
.newsdetail .markers .marker:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: ' ';
    border: 26px solid transparent;
    border-left: 16px solid transparent;
    border-bottom-color: #fff;
    border-right: 0;
    border-top: 0;
}
.newsdetail .markers .action_date {
    display: inline-block;
    white-space: nowrap;
}
.newsdetail .pic {
    margin-bottom: 25px;
    text-align: center;
}
.newsdetail .pic img {
    width: auto;
    max-width: 100%;
}

.backshare {
    padding-bottom: 21px;
}
.backshare .detailback {
    text-decoration: none;
}
.backshare .detailback i {
    position: relative;
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    background-color: #ebebeb;
}
.backshare .detailback i:before {
    position: absolute;
    top: 9px;
    left: 9px;
    display: inline-block;
    content: "\f112";
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #b8b8b8;
    font-family: 'FontAwesome';
}
.backshare .detailback span {
    display: inline-block;
    padding-top: 9px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .backshare .yashare {
        text-align: right;
    }
}
@media (max-width: 991px) {
    .backshare .yashare {
        margin-top: 10px;
    }
}
/* /news.detail */
/* yandex share */
.yashare-auto-init {
    display: inline-block;
}

.b-share .b-share-icon {
    width: 28px;
    height: 28px;
}
.b-share .b-share-icon.b-share-icon_facebook {
    background: url("../img/icon_facebook.png") 0px 0px no-repeat;
}
.b-share .b-share-icon.b-share-icon_twitter {
    background: url("../img/icon_twitter.png") 0px 0px no-repeat;
}
.b-share .b-share-icon.b-share-icon_gplus {
    background: url("../img/icon_googleplus.png") 0px 0px no-repeat;
}
.b-share .b-share__handle {
    height: 28px;
    padding: 0px 3px 5px 2px !important;
}

.yashare>span {
    display: inline-block;
    padding-top: 9px;
    padding-right: 10px;
}

/* /yandex share */
/* forms */
.overflower {
    overflow: hidden;
}

.mainform .required {
    font-size: 18px;
    color: #c90d0d;
    display: inline;
    line-height: 14px;
}
.mainform textarea {
    width: 100%;
    border-color: #ebebeb;
}
.mainform textarea:active,
.mainform textarea:focus {
    border-color: #b8b8b8;
}
.mainform .text-triangle {
    border: 9px solid transparent;
    border-left: 10px solid #ebebeb;
    border-top: 10px solid #ebebeb;
    position: absolute;
    margin-left: 85px;
}
.mainform .text-triangle.focused {
    border-left: 10px solid #b8b8b8;
    border-top: 10px solid #b8b8b8;
}
.mainform .inner-triangle {
    border: 9px solid transparent;
    border-left: 9px solid #fff;
    border-top: 9px solid #fff;
    position: absolute;
    top: -11px;
    left: -9px;
}
.mainform .load-avatar {
    padding-top: 15px;
    padding-left: 25px;
}
.mainform .load-avatar a {
    line-height: 60px;
    margin-left: 5px;
}
.mainform .avatar-wrap {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #ebebeb;
}
.mainform .field-wrap {
    min-height: 58px;
    margin-top: 15px;
}
.mainform .field-wrap.req {
    padding-top: 0px;
}
.mainform .field-wrap textarea {
    resize: vertical;
}
.mainform .captcha_wrap {
    float: left;
}
.mainform .buttons,
.mainform input[type="submit"] {
    margin-left: 15px;
    float: right;
    text-align: right;
}
.mainform input.must-be-filled {
    border-color: #881f1f;
    background-color: #fff6f6;
}
.mainform input.must-be-filled::-webkit-input-placeholder,
.mainform input.must-be-filled::-moz-placeholder,
.mainform input.must-be-filled:-moz-placeholder,
.mainform input.must-be-filled:-ms-input-placeholder {
    color: #881f1f;
}
.mainform input.almost-filled.form-control {
    border-color: #881f1f;
}
.mainform .buttons span {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
.mainform .buttons span.required {
    display: inline;
}

/************************************************************************/
.mainform .captcha_wrap .reloadCaptcha {
    float: left;
    margin-left: 15px;
    margin-top: 7px;
    cursor: pointer;
}

.mainform .captchaImg {
    height: 60px;
    width: 185px;
    padding-left: 0px;
    border: 1px solid #ebebeb;
}

.mainform .buttons .starrequired {
    float: left;
    line-height: 14px;
}

.mainform .buttons {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* webforms */
.webform {
    /* border-top: 1px solid #ebebeb; */
    /* border-bottom: 1px solid #ebebeb; */
    /* padding-bottom: 20px; */
}

.webform.noborder {
    border-top: 0px;
}

.mainform textarea {
    width: 100%;
    border-color: #008644;
    font-size: 16px;
    padding: 10px 20px;
}

.mainform textarea:active,
.mainform textarea:focus {
    border-color: #b8b8b8;
}

.mainform .text-triangle {
    border: 9px solid transparent;
    border-left: 10px solid #ebebeb;
    border-top: 10px solid #ebebeb;
    position: absolute;
    margin-left: 85px;
}

.mainform .text-triangle.focused {
    border-left: 10px solid #b8b8b8;
    border-top: 10px solid #b8b8b8;
}

.mainform .inner-triangle {
    border: 9px solid transparent;
    border-left: 9px solid #fff;
    border-top: 9px solid #fff;
    position: absolute;
    top: -11px;
    left: -9px;
}

.mainform .load-avatar {
    padding-top: 15px;
    padding-left: 25px;
}

.mainform .load-avatar a {
    line-height: 60px;
    margin-left: 5px;
}

.mainform .avatar-wrap {
    width: 60px;
    height: 60px;
    border: 1px solid #ebebeb;
    float: left;
}

.mainform .field-wrap {
    min-height: 58px;
    margin-top: 15px;
}

/* .mainform .captcha_wrap img{
  margin-top: 18px;
} */
.mainform .captcha_wrap {
    float: left;
}

.mainform .buttons,
.mainform .buttons input[type="submit"] {
    float: right;
    text-align: right;
}

.mainform .buttons input[type="submit"] {
    text-align: center;
}

.mainform input.must-be-filled {
    border-color: #881f1f;
    background-color: #ee9595;
}

.form-control {
    border-radius: 10px;
    color: #000 !important;
    font-size: 14px;
}

.styles-form {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 9px !important;
}

.mainform input.must-be-filled::-webkit-input-placeholder {
    color: #881f1f;
}

.mainform input.must-be-filled::-moz-placeholder {
    color: #881f1f;
}

/* Firefox 19+ */
.mainform input.must-be-filled:-moz-placeholder {
    color: #881f1f;
}

/* Firefox 18- */
.mainform input.must-be-filled:-ms-input-placeholder {
    color: #881f1f;
}

.mainform input.almost-filled.form-control {
    border-color: #881f1f;
}

.mainform .calendar-wrap a:before {
    content: '\f073';
}

.mainform .calendar-wrap a {
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 31px;
    color: #b8b8b8;
}

.mainform .calendar-wrap.req a {
    top: 34px;
}

.mainform .calendar-wrap a:hover,
.mainform .rating .rating-icon:hover,
.mainform .rating .rating-icon.hover {
    cursor: pointer;
    color: #0084c9;
}

.mainform .rating .rating-icon:before {
    content: '\f006';
}

.mainform .rating .rating-icon.selected:before {
    content: '\f005';
}

.mainform .rating .rating-icon {
    color: #b8b8b8;
    font-size: 15px;
    font-family: 'FontAwesome';
    float: left;
    padding-right: 5px;
    text-decoration: none;
}

.mainform .field-wrap.rating .rating-border {
    /*border: 1px solid #93a9d5;*/
}

.mainform .field-wrap.rating .stars {
    margin-top: 14px;
}

.mainform .req-input.must-be-filled.rating-border {
    border-color: #881f1f;
}

.mainform .field-wrap label,
.mainform .field-wrap .label-wrap {
    font-size: 1.38462;
    font-weight: 100;
    padding-left: 0px;
    margin-bottom: 5px;
    display: block;
}

.mainform .inner-wrap {
    background-color: #99d590;
    padding: 20px 35px 30px 35px;
    border-radius: 10px;
}

.mainform .dropdown .btn.btn-default {
    text-align: left;
    width: 111%;
    border-color: #ebebeb;
    height: 36px;
}

.mainform .field-wrap.dropdown .dropdown-menu {
    margin-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 2px #0084c9;
}

.mainform .field-wrap.dropdown .dropdown-menu li:before {
    content: "";
}

.mainform .field-wrap.dropdown .dropdown-menu li a:hover {
    background-color: #ebebeb;
}

.mainform .field-wrap.dropdown .dropdown-menu li,
.mainform .field-wrap.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #ebebeb;
    height: 36px;
    text-decoration: none;
}

.right-arrow-caret {
    float: right;
}

.right-arrow-caret:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 9px;
    font-weight: bold;
}

.mainform .field-wrap.dropdown .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background-color: white;
    border-color: #b8b8b8;
}

.mainform .field-wrap.dropdown .btn-group .dropdown-toggle:hover {
    background-color: white;
    border-color: #b8b8b8;
    color: #585f69;
}

.mainform .field-wrap input.hidden_input {
    position: absolute;
    top: 0;
    visibility: hidden;
}

.mainform .file_upload {
    position: relative;
    overflow: hidden;
    font-size: 1em;
    /* example */
    height: 2em;
    /* example */
    line-height: 2em;
}
.mainform .file_upload input[type=file] {
    position: absolute;
    top: 0;
    visibility: hidden;
}

.form__company-data {
    display: flex;
  }

/******************************************************************************/
/* /forms */
/* catalog */
.sectiondescription {
    margin-bottom: 15px;
}

/* /catalog */
/* catalog.section -> showcase */
.products {
    margin-bottom: 15px;
}
.products .item {
    min-height: 325px;
    margin-bottom: 15px;
}
.products .item .in {
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.products .item .in:hover {
    border-color: #b8b8b8;
}
.products .item .pic {
    height: 190px;
    line-height: 190px;
    text-align: center;
}
.products .item .pic img {
    max-width: 100%;
    max-height: 190px;
}
.products .item .data {
    margin: 7px 9px 0px 9px;
}
.products .item .name,
.products .item .buy,
.products .item .bot {
    margin-bottom: 8px;
}
.products .item .name {
    height: 48px;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
}
.products .item .price.cool {
    font-size: 18px;
    line-height: 17px;
}
.products .item .buybtn {
    text-align: right;
}
.products .item .buybtn a {
    text-decoration: none;
}
.products .item .quantity {
    text-align: right;
}
.products .item .quantity .empty {
    color: #dd2808;
}
.products .item .quantity .isset {
    color: #008800;
}

/* /catalog.section -> showcase */
/* catalog.element */
.js-detail .slider {
    margin-bottom: 15px;
    height: 300px;
    line-height: 300px;
    text-align: center;
}
.js-detail .slider div {
    display: none;
}
.js-detail .slider div.checked {
    display: block;
}
.js-detail .slider div a {
    display: block;
    height: 300px;
    line-height: 300px;
    text-align: center;
}
.js-detail .slider img {
    max-width: 100%;
    max-height: 300px;
}
.js-detail .thumbs {
    margin-bottom: 15px;
}
.js-detail .thumbs .row {
    margin-right: -7px;
    margin-left: -7px;
}
.js-detail .thumbs .row .col {
    padding-right: 7px;
    padding-left: 7px;
}
.js-detail .thumbs .thumb a {
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #ebebeb;
}
.js-detail .thumbs .thumb.checked a {
    border-color: #b8b8b8;
}
.js-detail .thumbs .thumb img {
    display: inline;
    max-height: 98px;
    margin-top: -6px;
}
.js-detail .thumbs .noscroll .owl-controls {
    display: none;
}
.js-detail .thumbs .owl-nav {
    margin-top: 10px;
    text-align: right;
}
.js-detail .prices {
    margin-bottom: 15px;
}
.js-detail .prices .discount {
    margin-left: 20px;
    color: #b12a2a;
}
.js-detail .prices .price.old {
    font-size: 14px;
}
.js-detail .prices .price.cool {
    font-size: 18px;
}
.js-detail .previewtext {
    margin-bottom: 15px;
}
.js-detail .buyblock {
    padding: 14px 18px;
    border: 1px solid #ebebeb;
}
.js-detail .buyblock .quantity {
    margin-bottom: 15px;
}
.js-detail .buyblock .quantity .empty {
    color: #dd2808;
}
.js-detail .buyblock .quantity .isset {
    color: #008800;
}
.js-detail .buyblock .buybtns a {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
}
.js-detail .buyblock .buybtns a:last-child {
    margin-bottom: 0px;
}
.js-detail .buyblock .delivery {
    margin-top: 15px;
}
.js-detail .buyblock .yashare {
    margin-top: 30px;
}
.js-detail .buyblock .yashare>span {
    padding-top: 7px;
    padding-right: 0px;
}
.js-detail .buyblock .yashare .yashare-auto-init {
    float: right;
}
.js-detail .buyblock .yashare .yashare-auto-init .b-share {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.js-detail .buyblock .yashare .yashare-auto-init .b-share a:last-child {
    padding-right: 0px !important;
}
.js-detail .part2 {
    margin-top: 50px;
}
.js-detail .proptable table {
    width: 100%;
}
.js-detail .proptable table .name {
    width: 30%;
    border-bottom: 1px dotted #ebebeb;
}
.js-detail .proptable table .name>span {
    padding-right: 7px;
}
.js-detail .proptable table .val {
    width: 70%;
}
.js-detail .proptable table .val>span {
    padding-left: 7px;
}
.js-detail .proptable table td {
    padding: 5px 0;
}
.js-detail .proptable table td>span {
    position: relative;
    top: 10px;
    background-color: #fff;
}

/* /catalog.element */
/* 404 not found */
.erorpage .errorpagein {
    width: 100%;
    vertical-align: middle;
}
.erorpage .errorpagein .errorcode {
    margin-top: 50px;
    font-size: 200px;
}
.erorpage .errorpagein .errortext {
    position: relative;
    top: -40px;
    font-size: 30px;
}
.erorpage .errorpagein .errorbutton {
    margin-top: 10px;
    margin-bottom: 120px;
}

/* /404 not found */


/* AGREE CHECKBOX */

.agree-checkbox {
    position: relative;
    margin: 10px 0 20px 0;
    font-size: 12px;
    line-height: auto;
    width: auto;
    height: auto;
}

.agree-checkbox a {
    color: #c03a2a;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.agree-checkbox a:hover {
    border-bottom: 1px solid;
}

.agree-checkbox>.agree-box {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/local/templates/monop/images/chkbxbg.png) no-repeat;
    border-radius: 2px;
    margin: 0 10px -5px 0;
}

.agree-checkbox>.agree-box>.agree-tick {
    position: absolute;
    left: 5px;
    top: -5px;
    width: 22px;
    height: 22px;
    /*border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
    background: url(/local/templates/monop/images/chkbxactive.png) no-repeat;
    display: none;
}

.agree-checkbox>input:checked+.agree-box>.agree-tick {
    display: block;
}

body .wrapper .agree-checkbox>input {
    position: absolute;
    outline: none;
    left: 0;
    top: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.agree-checkbox>input:active+.agree-box {
    /*border-color: #aaa;
	background-color: #ddd;*/
}

._Z9_Qw {
    display: none;
}

.staff .item .data.row {
    height: auto;
}

.infos-fix .imgs,
.employees img {
    border-radius: 100%
}

.employees img {
    max-width: 185px !important;
}

