@charset "utf-8";
/* --------------------------------------------------- */
/*подключение шрифтов и общих стилей */
@import url("/pc/css/fonts/open_sans/style.css");
@import url("/pc/css/common.css");

/* --------------------------------------------------- */
/*параметры основного шаблона сайта*/
html, body {
    height: 100%;
}
/* --------------------------------------------------- */
body {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF;
}
/* --------------------------------------------------- */
.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*font: 14px/20px Arial, sans-serif;*/
}
/* --------------------------------------------------- */
/*блок ссылок*/
.wrap_header {
    background-color: #323232;
}
/* --------------------------------------------------- */
.header {
    margin: auto;
    width: 1350px;
    height: 45px;
}
/* --------------------------------------------------- */
.svc {
    width: 900px;
    height: 30px;
    float: left;
    padding-top: 12px;
}
/* --------------------------------------------------- */
.svc a {
    margin-right: 15px;
}
/* --------------------------------------------------- */
.pictograms {
    width: 100px;
    height: 30px;
    float: left;
}
/* --------------------------------------------------- */
.new_ad {
    width: 270px;
    height: 30px;
    float: left;
}
/* --------------------------------------------------- */
.login {
    width: 80px;
    height: 30px;
    float: left;
}
/* --------------------------------------------------- */
.svc a, .login a {
    color: #ffffff;
    font-family: "OpenSans Regular", sans-serif;
    font-size: 16px;
}
/* --------------------------------------------------- */
.svc a:hover, .login a:hover {
    color: #df0584;
}
/* --------------------------------------------------- */
.favorites::before {
    content: url(/pc/img/design/favorites.svg);
}
/* --------------------------------------------------- */
.notification::before {
    content: url(/pc/img/design/notification.svg);
}
/* --------------------------------------------------- */
.new_ad_button {
    display: block;
    margin-top: 4px;
    padding: 8px 10px;
    width: 190px;
    background-color: #e9e9e9;
    border-radius: 7px;
    font-family: "OpenSans Bold", sans-serif;
    font-size: 14px;
    text-align: center;
}
/* --------------------------------------------------- */
.enter::before {
    position: relative;
    top: 4px;
    right: 6px;
    content: url(/pc/img/design/enter.svg);
}
/* --------------------------------------------------- */
.pictograms, .login {
    padding-top: 10px;
}
/* --------------------------------------------------- */
/*блок поиска*/
.wrap_search {
    background-color: #fafafa;
    padding: 10px 0
}
/* --------------------------------------------------- */
.search {
    margin: auto;
    width: 1350px;
    height: 53px;
}
/* --------------------------------------------------- */
.logotype {
    width: 140px; height: 53px; float: left;
}
/* --------------------------------------------------- */
.search_form {
    width: 850px; min-height: 40px; float: left;
}
/* --------------------------------------------------- */
.region_search {
    width: 360px;
    height: 30px;
    float: left;
}
/* --------------------------------------------------- */
.link_to_home{
    margin: auto;
    display: block;
    background: url("/pc/img/design/logotype.svg") no-repeat;
    background-size: 140px 53px;
    width: 140px;
    height: 53px;
    float: left;
}
/* --------------------------------------------------- */
.logotype {
    opacity: 0;
    animation: ani 3s forwards;
}
@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
/* --------------------------------------------------- */
.search_form_background {
    margin-left: 30px;
    margin-top: 5px;
    padding: 4px 0 4px 4px;
    width: 800px;
    min-height: 40px;
    background-color: #e9e9e9;
    border-radius: 8px;
}
/* --------------------------------------------------- */
.search_form_input {
    padding-left: 25px;
    width: 80%;
    height: 44px;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    font-family: "OpenSans Regular", sans-serif;
    font-size:16px;
}
/* --------------------------------------------------- */
.search_form_button {
    margin: auto;
    width: 15%;
    height: 40px;
    background-color: #e9e9e9;
    border: none;
    border-radius: 6px;
    font-family: "OpenSans Bold", sans-serif;
    font-size:16px;
    cursor: pointer;
}
/* --------------------------------------------------- */
.region {
    font-family: "OpenSans Regular", sans-serif;
    font-size: 18px;
    padding: 20px 0 20px 20px;
    color: #7994cf;
}
/* --------------------------------------------------- */
.region::before {
    content: url(/pc/img/design/location.svg);
    position: relative;
    top: 4px;
    right: 6px;
}
/* --------------------------------------------------- */
.wrap_content {
    display: table-row;
    height: 100%;
}
/* --------------------------------------------------- */
.content {
    margin: auto;
    width: 1350px;
    min-height: 100px;
}
/* --------------------------------------------------- */
.image-style-align-left {
    margin: 10px 10px 10px 0;
    display: block;
    float: left;
}
/* --------------------------------------------------- */
.wrap_footer {
    margin-top: 30px;
    background-color: #000000;
}
/* --------------------------------------------------- */
.footer {
    margin: auto;
    width: 1350px;
    height: 155px;
}
/* --------------------------------------------------- */
.footer p {
    color: #FFFFFF;
}
/* --------------------------------------------------- */
.footer > .sections {
    padding-top: 30px;
    width: 366px;
    float: left;
}
/* --------------------------------------------------- */
.clear {
    clear: both;
}
/* --------------------------------------------------- */