body {
  font-size: 16px;
}

.tooltip { 
  position: absolute; 
  background-color: #9c51a3; 
  color: #fff; 
  margin: 0; 
  padding: 6px; 
  z-index:999; 
  max-width: 80%; 
  margin: 0 auto; 
  border-radius: 4px;
  font-size: 14px;
}

.file-uploader.file-uploader_docs>.file-uploader__label { 
  float: left; 
  background-color: white; 
  padding: 2px; 
  padding-bottom: 1px; 
  border-radius: 5px; 
} 

.file-uploader.file-uploader_docs>.file-uploader__label.no-white,
.add-zakaz .file-uploader.file-uploader_docs>.file-uploader__preview {
  background-color: transparent;
  font-size: 14px;
  color: lightgrey;
}

.file-uploader.file-uploader_docs>.file-uploader__preview a {
  color: darkgrey;
  border-color: darkgrey;
  margin-left: 5px;
}

.file-uploader.file-uploader_docs>.file-uploader__preview { 
  margin-left: 65px; 
  padding-left: 15px; 
  background-color: white; 
  border-radius: 0 5px 5px 0; 
  height: 49px; 
} 
.file-uploader.file-uploader_docs>.file-uploader__preview>.file-uploader__preview-file { 
  padding: 6px; 
  margin-top: 0; 
}

#modal>.modal-dialog.how-to-modal {
    margin: 50px auto;
}

#modal>.modal-dialog.how-to-modal>.modal-content {
    background-color: #fff;
}

.modal-table {
    max-width: 535px;
}

.modal-table table {
    width: 100%;
}

.modal-table table tr {
    height: 140px;
}

.modal-table table.abilities tr {
    height: 70px;
}

.number-cell {
    text-align: left;
    width: 40px;
    font-size: 22px;
    font-weight: 300;
}

.modal-table span {
    display: block;
}

 .img-cell {
    width: 90px;
    text-align: left;
 }

.modal-table table .img-cell>span {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.td-head {
    font-size: 22px;
    margin-bottom: 5px;
}

.td-text {
    font-size: 16px;
}

.modal-table .btn-group {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.link-place {
    color: #fff;
    background-color: #5795cc;
    border-radius: 5px;
    border: 1px solid transparent;
    width: 225px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    transition: 0.15s;
}

.link-place:hover {
    color: #5795cc;
    background-color: #fff;
    border-color: #5795cc;
}

.link-become {
    color: #5795cc;
    background-color: #fff;
    border: 1px solid #5795cc;
    border-radius: 5px;
    width: 225px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    margin-left: 5px;
    transition: 0.15s;
}

.link-become:hover {
    color: #fff;
    background-color: #5795cc;
    border-color: #fff;
}

.page-header__bottom__buttons.btn-group {
    display: block;
    width: 500px;
    margin: 0 auto;
    margin-top: 35px;
}

.page-header__bottom__buttons.btn-group a {
    float: left;
    width: 250px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    padding: 0 25px;
    outline: none;
    border: none;
    transition: all 0.2s;
    position: relative;
}

.page-header__bottom__buttons.btn-group a span.icon {
    float: left;
    width: 25px;
    height: 20px;
}

.page-header__bottom__buttons.btn-group .how-to-place .icon-cart:before {
    content: '';
    background-image: url(/static/img/general/cart-i.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.page-header__bottom__buttons.btn-group .how-to-place:hover .icon-cart:before {
    content: '';
    background-image: url(/static/img/general/cart.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.page-header__bottom__buttons.btn-group .how-to-become .icon-head:before {
    content: '';
    background-image: url(/static/img/general/head.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.page-header__bottom__buttons.btn-group .how-to-become:hover .icon-head:before {
    content: '';
    background-image: url(/static/img/general/head-i.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.how-to-place {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 5px 0 0 5px;
}

.how-to-place:hover {
    background-color: #fff;
    color: #5795cc;
}

.how-to-place .page-header__bottom__buttons__button_text {
    color: #b3f786;
    font-weight: 400;
    position: relative;
}

.how-to-place:hover .page-header__bottom__buttons__button_text {
    color: #5795cc;
}

.how-to-place .page-header__bottom__buttons__button_text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #b3f786;
    bottom: 0;
    left: 0;
}

.how-to-place:hover .page-header__bottom__buttons__button_text:after {
    border-bottom: 1px dotted #5795cc;
}

.how-to-become {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.how-to-become:hover {
    background-color: #fff;
}

.how-to-become:hover .page-header__bottom__buttons__button_text {
    color: #5795cc;
}

.how-to-become .page-header__bottom__buttons__button_text {
    color: #fff;
    font-weight: 400;
    color: #b3f786;
    position: relative;
}

.how-to-become .page-header__bottom__buttons__button_text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #b3f786;
    bottom: 0;
    left: 0;
}

.how-to-become:hover .page-header__bottom__buttons__button_text:after {
    border-bottom: 1px dotted #5795cc;
}

.page-header__title.english .page-header__bottom__buttons .how-to-become,
.page-header__title.english .page-header__bottom__buttons .how-to-place {
    font-size: 16px;
}

.l-tarifs__tab-link {
    font-size: 14px;
}

.l-tarifs__tab.active .l-tarifs__tab-link {
    font-weight: bold;
}

.sample-letter {
    /*margin-top: -30px;*/
    display: block;
    font-size: 14px;
    width: 37%;
    text-align: center;
}

.disabled {
    pointer-events: none!important;
    cursor: default!important;
    position: relative;
}

.disabled:hover {
    background-color: #efefef!important;
}

.disabled:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.good-page__doc-link {
  word-wrap: break-word;
}

.goods__list .l-good {
    height: 580px;
}


.goods__list .l-good {
    height: 580px;
    position: relative;
}

.l-good .l-good__info {
    position: absolute;
    bottom: 0;
}


.goods__list .l-good .l-good__descript {
    height: 90px;
    overflow: hidden;
}

.m-profile.m-profile_blue .m-profile__link_login,
.m-profile.m-profile_blue .m-profile__link_reg {
    width: 50%;
    padding: 0 3px;
}

.l-tarifs__dop-middle-col_yellow {
  background-color: gold;
}

.l-tarifs__dop-middle-col_blue,
.l-tarifs__dop-middle-col_yellow,
.l-tarifs__dop-middle-col_green,
.l-tarifs__dop-middle-col_red {
  width: 104px;
}

.l-tarifs__dop-header-col_days,
.l-tarifs__dop-middle-col_last {
  width: 100px;
  padding-left: 10px;
}

.l-tarifs__dop-header-col_price {
  width: 520px;
}

.l-tarifs__dop-row-col_price {
  width: 104px;
}

.l-tarifs__dop-row-col_days {
  width: 100px;
}

.l-tarif__price_yellow {
  background-color: gold;
}

.l-tarifs__tab {
  //width: 33%;
}

.l-tarifs__tab-link {
  line-height: 15px;
}

.clients-terms-ul {
  list-style-type: none;
}

.clients-terms-ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 20px;
}

.clients-terms-ul li:before {
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  background-color: #1896cf;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
}

.l-tarifs__tab_cluster.client:before {
  background-position: -288px 4px;
}

.page-header__bottom2 .row {
  display: flex;
  width: 100%;
}

.page-header__search-field {
    line-height: 100%;
}

.page-header__layout>.row>.col-xs-3 {
    padding-right: 0;
}

.news__list .news-item__announce {
    height: 110px;
}

.page-header__logo {
    width: 100%;
    height: 100%;
}

.page-header__logo .page-header__logo-link{
    width: 100%;
    height: 100%;
}

.page-header__logo-img {
    width: 100%;
    height: 100%;
}

.page-footer__logo {
    width: 100%;
    height: 100%;
}

.page-footer__logo-img {
    width: 100%;
    height: 100%;
}

.l-tarifs__tab.l-tarifs__tab_ncluster.exec-man:not(.active):before {
    background-image: url('/static/img/general/member-head_grey.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}

.l-tarifs__tab.l-tarifs__tab_ncluster.exec-man.active:before {
    background-image: url('/static/img/general/member-head.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}

.l-tarifs__tab.l-tarifs__tab_ncluster.order-man:not(.active):before {
    background-image: url('/static/img/general/order-head_grey.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}

.l-tarifs__tab.l-tarifs__tab_ncluster.order-man.active:before {
    background-image: url('/static/img/general/order-head.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}

.col-left__menu-elem_icn .col-left__menu-elem-icon .icn_tarif:before {
    width: 16px;
    height: 16px;
    background-image: url('/static/img/general/tarif-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}

.col-left__menu-elem_icn .col-left__menu-elem-icon .icn_license:before {
    width: 16px;
    height: 16px;
    background-image: url('/static/img/general/doc-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}

.col-left__menu-elem_add-advert:before {
    left: 330px;
}

.col-left__menu-elem_add-good:before {
    left: 320px;
    top: 24px;
}