﻿/*Версия для слабовидящих*/
.visually-impaired {
    position: fixed;
    display: none; 
    top: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0px 0px 5px #000;
}

.container-margin-top {
    margin-top: 143px;
}

.visually-impaired .container {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
}

.visually-impaired .container:after {
    content: "";
    display: table;
    clear: both;
}

.visually-impaired .col {
    float: left;
    width: calc(100% / 4);
    padding: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.visually-impaired .col p {
    color: #000;
}

.visually-impaired .col p:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}

.visually-impaired .col p:last-child {
    margin-top: 10px;
    margin-bottom: 0;
}

.visually-impaired .col p,
.visually-impaired .col > div {
    text-align: center;
}

.visually-impaired .button {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    height: 35px;    
    margin: 5px;    
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    cursor: pointer;
}

.visually-impaired .button i {
    color: #000;    
	padding: 9px 0;
}

.small-font {
    font-size: 14px !important;
}

.medium-font {
    font-size: 18px !important;
}

.big-font {
    font-size: 22px !important;
}

.white-style,
.custom-list li.white-style::before {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.black-style,
.custom-list li.black-style::before {
    background: #000 !important;
    color: #fff !important;
    border-color: #fff !important;
}

.green-style,
.custom-list li.green-style::before {
    background: #3b2716 !important;
    color: #a9e44d !important;
    border-color: #a9e44d !important;
}

.blue-style,
.custom-list li.blue-style::before {
    background: #9DD1FF !important;
    color: #063462 !important;
    border-color: #063462 !important;
}

.fake-img {
    display: table-cell;
    margin: 0;    
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 2px dashed;
}

.hide {
    display: none;
}

.linkClass {
	text-decoration: underline !important;
	font-weight: bold !important;
}
