﻿input[type=text], input[type=email]
{
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 0 10px;
    color: black;
}

form.registration_form input[type=text], input[type=email] {
    height: 36px;
    width: 212px;
}

div.bullets {
    width: 35%;
    text-align: left;
}

.shadow
{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5)
}

.screenshot
{
	position: relative;
	display: inline-block;
}

.screenshot img {
    display: block;
    margin: 40px auto 0px;
}

a {
    color: #457bcd;
}

a.anchor_for_section
{
    position: relative;
    /* Сделал, чтобы при переходе по ссылкам вида "#reports" синий заголовок
    был виден.
    */
    top: -100px;
}

/* Помечать этим классом div, если на странице есть только 1 блок. 
    Если этого не делать, футер залезает на блок (это косяк верстки).
*/
div.single_block_on_page
{
    display: block;
    /* height: 400px; */
}

div.left_align
{
    text-align: left;
    margin-left: 263px;
    margin-right: 263px;
    max-width: 700px;
}

img.attention
{
    position: relative;
    top: 3px;
}

.table
{
    font-size: 16px;
}

.table>thead>tr>th
{
    text-align: center;
    vertical-align: middle;
}

.blue
{
    color: #0165B0;
}

.our-clients td {
    font-size: 17px;
}

.requisites-label {
    width: 75px;
    display: inline-block;
    font-weight: 600;
}

h3 {
    font-weight: 500;
}

h4 {
    margin-top: 20px !important;
    font-weight: 500;
}

ul.list li {
    font-size: 16px;
    list-style: disc !important;
    margin-left: 15px;
    padding: 7px 0px 0px 0px;
}

table.tariffs tr:last-child td {
    padding: 0px;
}