@charset "UTF-8";

h2 {
    font-size: 17px;
}

/* =========== CONTENT STATIC STYLES ===========*/
table.content_table {
    width: 95%;
}

table.content_table tr {
}

table.content_table tr td {
    border: 1px #ccc dashed;
    padding: 0px 15px;
}

table.content_table {
}

.content p {
    line-height: 23px;
    font-size: 14px;
}

.content p a {
    text-decoration: none;
    border-bottom: 1px #34c0fc solid;
}

/* PAGE_STYLES /contacts/index.php */
.contacts table.contacts {
    width: 100%;
    border-collapse: collapse;
}

.contacts table.contacts tr {
}

.contacts table.contacts td {
    padding-bottom: 5px;
    font-size: 14px;
}

.contacts table.contacts tr td:nth-child(1) {
    width: 30%;
}

.contacts small {
    display: block;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px #ccc dashed;
}

/* PAGE_STYLES /index.php */
.ourprofits {
    width: 100%;
    border-bottom: 1px #ddd solid;
    border-top: 1px #ddd solid;
    padding: 35px 0px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.ourprofits h2 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.oneprofit {
    width: 33.3%;
    float: left;
    margin-top: 35px;
}

.oneprofit img {
    float: left;
    margin: 0px 20px 30px 0px;
}

.oneprofit span b {
    display: block;
}

.oneprofit span {
    font-size: 12px;
    line-height: 16px;
    display: block;
    width: 80%;
}

.oneprofit a {
    display: block;
    margin-top: 4px;
}

/* ============ MAIN SLIDER ============*/
center.img_banner {
    display: block;
    min-width: 1100px;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

/*============= POPUP ============*/
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    font: 14px Helvetica, Arial, Sans-Serif;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.overlay:target + .popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}

.bx-pagination-container ul li.bx-active {
    width: auto !important;
    float: none !important;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.2');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.2') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sorter {
    width: 100%;
    background: #b2def7;
    padding: 5px 1%;
    margin: 0px 0px 20px 0px;
    font-size: 14px
}

.sorter span {
    display: inline-block;
    margin-right: 15px;
    color: #333;
    font-weight: bold
}

.sorter a {
    display: inline-block;
    color: #fff;
    padding: 1px 7px;
    margin: 0px 0px 0px 3px;
    text-decoration: none;
    border: 1px #fff solid;
    border-radius: 3px;
    font-family: FontAwesome
}

.sorter a:hover {
    color: #333;
    text-decoration: underline
}

.sorter a.salers_all {
    display: block;
    float: right;
    font-weight: bold;
    color: #fff;
    background: #0baae5;
    padding: 2px 11px;
    font-family: Arial;
    font-weight: 100;
}

.sorter a.salers_all:hover {
    background: #fff;
    color: #0baae5
}

form.formachka {
    display: inline-block
}

form.formachka input {
    font-family: FontAwesome;
    background: none;
    font-size: 15px;
    color: #ffffff;
    border: 1px #fff solid;
    border-radius: 3px;
    height: 25px
}

a.soglasie {
	line-height: 19px;
padding-left: 10px;
}


