.h2-big {
    font-size: 16px;
}

.small {
    font-size: 11px;
}

.table-lease-item h2 {
    font-size: 1.5em
}

.table-lease-item .hover {
    background-color: #f8f8f8;
}

.table-lease-item {
    border-collapse: collapse;
    margin: 10px 0 10px 0;
    border: 1px solid #cecece;
    -webkit-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.22);
    box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.22);
}

.table-lease-item img {
    max-width: 135px;
}

.table-lease-item td {
    padding: 10px;
    font-size: 13px;
    vertical-align: center !important;
    text-align: justify;
}

.table-lease-item .right {
    text-align: right;
}

.table-lease-item .center {
    text-align: center;
}

.table-lease-item .small {
    font-size: 11px;
}

.labels td {
    font-size: 10px;
    color: #818181;
    padding-left: 10px;
}

.table-lease-item .info {
    height: 50px;
    font-size: 11px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 5px 10px 16px 5px;
}

.info::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    bottom: 0;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.info-city {
    font-size: 12px;
}

.info-category {
    font-size: 11px;
    color: #000;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-small {
    font-size: 8px !important;
}

.label-lg {
    width: 80px;
    padding: 8px;
    font-size: 88%;
    font-weight: 700;
    display: block;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-bottom: 5px;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-success {
    background-color: #5cb85c;
}

.errorSummary {
    background-color: #fafad2;
    border: 1px solid #000;
    margin: 20px 0;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 1.1em;
    color: #666;
}

.company-select, .country-list {
    position: absolute;
    width: 250px;
    display: none;
    margin-top: 4px;
    z-index: 100;
    min-height: 68px;
    overflow: scroll;
    list-style: none;
    overflow-x: hidden;
    background-color: #fff;
    border: 1px solid black;
}

.company-list {
    background-color: #fff;
}

.company-add, .company-site {
    display: none;
}

.company-list li, .country-list-wrap li {
    cursor: pointer;
}

.image-label {
    font-size: 12px;
    color: darkgrey;
}

.cities-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.city-lease {
    margin: 5px;
    padding: 10px;
    border: 1px dashed;
    border-radius: 30px;
}

.city-lease input {
    display: none;
}

.city-lease a {
    text-decoration: none;
    font-size: 17px;
}

.final-price-type-wrap label {
    display: inherit !important;
}

.lease-form-block {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid lightgray;
    box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.22);
}

.lease-form-block-min {
    width: 320px;
}

.lease-form-block fieldset {
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 19px;
    margin-bottom: 15px;
}

.lease-form-block legend {
    padding: 0 5px 0 5px;
    font-weight: bold;
}

.block-3 input[type=text] {
    width: 250px;
}

#city-select,
#region-select,
#country-select {
    min-width: 180px;
}

.add-item.city-btn,
.add-item.region-btn,
.add-item.country-btn {
    display: none;
}

.flex-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.region-item {
    width: 30%;
}

.params-item {
    margin-right: 15px;
}

.lease-title-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.lease-title-item {
    margin-right: 10px;
}

.tariff-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.tariff-item {
    margin: 20px;
    width: 100%;
}

.tariff-item table {
    width: 70%;
    margin: 0 auto;
}

.tariff-item td, th {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.tariff-item td {
    text-align: center;
}

.tariff-item th {
    background-color: #f8f8f8;
    text-align: center;
    font-weight: bold;
}

.tariff-item tr:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}

.tariff-item .active-row {
    background-color: #eaeaea;
}

.tariff-hover {
    font-weight: bold;
}

ul.tariff-labels {
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding: 4px 4px 10px 4px;
}
ul.tariff-labels li {
    display: inline;
    margin-right: 15px;
    padding: 3px;
    font-size: 16px;
    cursor: pointer;
}

.tariff-label {

}

.tariff-label-standard {
    font-weight: bold;
    border-bottom: 3px solid #5cb85c;
}

.tariff-label-premium {
    font-weight: bold;
    border-bottom: 3px solid #f0ad4e;
}

.tariff-label-free {
    font-weight: bold;
    border-bottom: 3px solid #cecece;
}

.tariff-block-free {
    display: none;
}


.final-price {
    font-weight: bold;
}

.row-hide {
    display: none;
}

.analit-context p {
    margin-left: 0px !important;
}

.notify-btn-wrap {
    width: 360px;
}

.notify-btn-block {
    margin-bottom: 20px;
}

.div-context {
    color: gray;
    font-size: 11px;
    width: 100%;
    text-align: center;
}

.flex-column-start {
    justify-content: start;
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.text-align-center {
    text-align: center;
}

.thanks-widget-wrap {
    width: 800px;
    margin: 0 auto;
}

.thanks-widget-block {
    width: 230px;
    min-height: 350px;
    margin: 0px 10px 42px 5px;
    box-shadow: 5px 10px 9px -15px;
}

.thanks-widget-block:hover {
    box-shadow: 8px 10px 5px -10px;
    cursor: pointer;
}

.thanks-widget-block a {
    text-decoration: none;
    color: #000;
}

.thanks-widget-content-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-bottom: 5%;
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: center;
}


.thanks-widget-content-bottom {
    min-height: 120px;
    padding: 15px;
    border: 1px solid lightgray;
}

.thanks-widget-content-bottom h3 {
    font-size: 16px;
    margin: 10px 0 10px 0;
}

.thanks-widget-content-bottom p {
    font-size: 14px;
    margin: 5px 0 5px 0 !important;
}

.thanks-widget-content-category {
    color: #878787;
    margin: 2px 0 2px 0 !important;
}

/*.content-event-block {*/
    /*margin: 50px 0;*/
    /*padding: 5px;*/
/*}*/

.widget-image {
    width: 98%;
    max-width: 200px;
    min-width: 80px;
    height: auto;
}

.error-header {
    font-size: 18px !important;
}

.input-num {
    width: 55px;
    text-align: right;
}

.input-num::-webkit-outer-spin-button,
.input-num::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.contact-block {
    display: none;
}

.block-show {
    display: block;
}

.contacts-flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid transparent;
    margin-left: 5px;
}

.contacts-flex-wrapper-bordered {
    border: 1px dashed silver;
    border-radius: 3px;
    padding: 16px;
    margin: 10px;
}

.contact-group {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.contacts-flex-wrapper > div {
    padding: 5px;
}

.contacts-flex-block-header {
    width: 150px;
    color: #848484;
    font-weight: normal;
}

.contacts-flex-block-content {
    width: 190px;
}

.send-btn {
    width: 166px;
    border: 1px solid #cecece;
    background-color: #f5f5f5;
    padding: 3px 0px 3px 10px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}

.send-btn-context {
    font-size: 10px;
}

.send-refresh-req{
    background-image: url(/img/refersh.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: left;
}

.send-btn:hover {
    background-color: #ededed;
}

.shop_update_block {
    background-image: url(/img/success.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: left;
    height: 37px;
}

.send-add-req {
    background-image: url(/img/add-contact.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: left;
    height: 37px;
}

.send-add-req span {
    padding-left: 10px;
}

.update_comment_area {
    width: 340px;
}

#modal_form-add-contact {
    width: 400px;
    height: auto;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    display: none;
    top: 35%;
    left: 45%;
    margin-top: -150px;
    margin-left: -150px;
    z-index: 5;
    padding: 20px 10px;
}

#modal_close_add_form {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}

#modal_textarea {
    background-color: #edebec;
    width: 369px;
    height: 165px;
    border: 0px;
    padding-left: 10px;
    margin: 5px;
    color: #000;
    font-size: 13px;
    z-index: 1000;
}

.request-ul {
    padding-left: 23px;

}

.request-ul li {
    list-style-type: disc;
}

.guid-btn {
    padding: 5px 10px 5px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    max-width: 600px;
    border-radius: 2px;
    display: inline-block;
    background-image: linear-gradient(to top, #5daf05, #65b30f, #6cb616, #73ba1c, #7abd22);
}

.guid-btn:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

.td-center {
    text-align:center;
}

.td-radio-block {
    width: 50px !important;
}

.lead-btn {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    text-decoration: none;
}

.lead-btn-dark-silver {
    background-color: #666666;
    color: #f3f3f3 !important;
}

.lead-btn-dark-silver:hover {
    color: #fff !important;
    background-color: #424242 !important;
}

.lead-btn-silver {
    background-color: #b2cdd4;
    color: #000 !important;
}

.lead-btn-silver:hover {
    color: #000;
    background-color: #9cb2b7;
}

.lead-btn-white {
    background-color: #f7f7f7;
    color: #000 !important;
    border: 1px solid #828282;
}

.lead-btn-white:hover {
    color: #000 !important;
    background-color: #ededed;
}

.lead-btn-green {
    background-color: #739900;
    color: #fff !important;
    border: 1px solid #828282;
}

.response-success-label {
    color: green;
    font-weight: bold;
}

.response-label-big {
    font-size: 15px;
}

.response-error-label {
    color: red;
    font-weight: bold;
}

.alike-item {
    margin: 10px 10px 10px 0;
    padding: 10px;
    border: 1px solid gray;
    width: 240px;
}

.alike-item img {
    margin: 0 10px 0 10px;
    max-width: 80px;
    max-height: 50px;
}

.alikes-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px;
}
.retailer-block td {
    vertical-align: middle;
}

.grid-view {
    padding: 15px 0;
}

.grid-view table.items {
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 1px #000000 solid;
}

.grid-view table.items th a, .grid-view table.items th {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.grid-view table.items th {
    color: white;
    background: repeat-x scroll left top #8ab43a;
    text-align: center;
}

.grid-view table.items th, .grid-view table.items td {
    font-size: 0.9em;
    padding: 0.3em;
    border: 1px #000000 solid;
}

.grid-view table.items tr.even {
    background: #f2f2f2;
}


.padding-15 {
    padding: 15px !important;
}

#legal-name {
    display: none;
}

.tariff-wrap-offers div {
    margin: 20px;
}

.tariff-wrap-offers table {
    width: 100%;
    height: 280px;
}

.tariff-wrap-offers th {
    color: #fff;
    background-color: #73b220;
}

.tariff-wrap-offers th h2 {
    font-size: 18px;
}

.tariff-wrap-offers td {
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    padding: 24px;
}

.tariff-wrap-offers  .active-row {
    background-color: #f4f4f0;
}

.tariff-wrap-offers input {
    margin-right: 10px;
}

.main-menu-label {
    text-decoration: underline !important;
    color: #fff !important;
}

.main-menu-label:hover {
    text-decoration: none !important;
}

.main-block-link {
    text-align: right;
    padding: 0px 18px 13px;
    font-size: 14px;
    font-weight: bold;
}

.main-form-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 14px;
    padding: 0 15px 6px 15px;
    align-items: flex-end;
}

.main-form-item {
    margin-right: 14px;
    width: 23%;
}

.main-form-elem, .main-form-elem select {
    width: 100% !important;
    font-size: 14px !important;
    font: 1em Arial,Helvetica,sans-serif !important;
    background-color: #edebec;
    border: 0px;
    padding-top: 6px;
}

.main-form-elem-cust {
    background-color: #edebec;
    border: 0px;
    padding-left: 10px;
    margin: 5px;
    color: #000;
    font-size: 13px;
    height: 35px;
}

.main-form-submit {
    width: 100%;
    text-align: right;
}

.main-form-context {
    width: 693px;
    margin: 0px;
    padding: 0 10px 9px 19px;
}

.main-form-submit input[type=submit] {
    margin-right: 27px;
    margin-bottom: 10px;
}

.city-wrap {
    width: 20%;
}
.city-wrap select {
    width: 100% !important;
    font-size: 14px !important;
    font: 1em Arial,Helvetica,sans-serif !important;
}

.lk a {
    text-decoration: underline;
}

.lk a:hover {
    text-decoration: none;
}

.pay-position-right a {
    text-decoration: none;
}

.pay-position-right a:hover {
    color: #79bc1e;
    cursor: pointer;
    text-decoration: underline;
}


.pay-position-object-name {
    color: #2994b2;
    font-size: 18px;
}

.decoration-underline {
    text-decoration: underline !important;
}

.pay-position-margin {
    margin: 10px 0 10px 0;
}

.flex-col-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.flex-row-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pay-position-widget {
    margin: 15px 0 15px 0;
}

.pay-position-widget h2 {
    font-size: 16px;
}

.widget-btn {
    margin: 10px;
}

.news-wrap {
    font-size: 15px;
}

.news-wrap h1 {
    font-size: 16px !important;
}

.news-wrap p {
    line-height: 20px !important;
}

.bloko-button-small {
    font-size: 12px;
    min-height: 20px;
    line-height: 25px;
}


.pay-position-item {
    width: 93%;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 5px 10px 0;
}

.pay-position-logo {
    border: 1px solid #e5e5e5;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

.pay-position-content-wrap {
    margin: 5px 0 5px 20px;
    width: 143px;
}

.pay-position-item-description {
    font-size: 13px;
}

.pay-position-image-mall {
    max-width: 245px;
    max-height: 165px;
}

.pay-position-image-retail {
    max-width: 105px;
    max-height: 105px;
}

.phone_image {
    cursor: help;
}

.filter-item-selected {
    color: #5daf05;
    font-weight: bolder;
    font-size: 14px;
}

.fieldset {
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 19px;
    margin-bottom: 15px;
}

.legend {
    padding: 0 5px 0 5px;
    font-weight: bold;
}


.label-red {
    color: #fff;
    background-color: red;
    padding: 8px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none !important;
}