.tool-images {
    float: left;
    margin: 10px 0 0 30px;
}

.tool-images-type {
    display: inline-block;
    /*width: 36px;*/
    height: 36px;
    border: 1px solid transparent;
    line-height: 38px;
    color: #000;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
    font-size: 18px;
}

.c-logo {
    display: inline-block;
    text-decoration: none;
    position: relative;
    height: 98px;
    padding-left: 210px;
    padding-top: 25px;
}

.c-logo__image {
    width: 345px;
    position: absolute;
    left: 0;
    top: 5px;
}

.logo-hidden {
    display: none;
}

.tool-eye {
    float: left;
    margin: 17px 0 0 45px;
}

.tool__label_link::before {
    margin-top: 11px;
}

.image-monochrome img {
    -webkit-filter: grayscale(1); /* Webkit браузеры */
    filter: gray; /* для IE6-9 */
    filter: grayscale(1); /* W3C */
}

.image-off img {
    display: none;
}

.c-billboard__image {
    width: 100%;
}

#captcha img {
    display: block!important;
    width: 200px;
}

.tool__label_link::before {
    background: url("images/icon-no-eye.png") no-repeat;
}

.popup-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.aa-settings-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 15;
    border: solid 2px;
    color: #000;
    background-color: #fff;
    padding: 2rem 1rem;
    text-align: center;
}

.aa-block {
    float: left;
    margin: 18px 0 0 29px;
    width: auto;
}
.aaKerning {
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.aaKerning-wrapper a {
    padding: 1rem;
    border: 2px solid;
}
.aaKerning-wrapper a.a-current {
    background: #000;
    color: #fff;
}
.special-aaKerning-big {
    letter-spacing: .2rem;
}

.special-aaKerning-extra {
    letter-spacing: .4rem;
}

.special-set {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    height: 22px;
    line-height: 22px;
}

.special-set::before {
    content: '';
    width: 40px;
    height: 25px;
    background: url("images/settings1.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
}

.tool__size_big_big {
    font-size: 36px;
}

.error {
    border: 2px solid #ff3d00 !important;
}

.color_black table,
.color_black table td,
.color_black .main-counter  {
    border: 1px solid #fff!important;
}