@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaRegular/HelveticaRegular.ttf') format('ttf'),
        url('../fonts/HelveticaRegular/HelveticaRegular.eot') format('eot');
        url('../fonts/HelveticaRegular/HelveticaRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: Tahoma, Arial, Ubuntu sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #4d3b3b;
    background: #f9f4e5 url("../images/bg-main.png") left top no-repeat;
}

.wrapper {
    position: relative;
    width: 100%;
    min-width: 960px;
    max-width: 1366px;
    height: 100vh;
    margin: 0 auto;
}

p {
    margin-bottom: 15px;
    line-height: 17px;
}

.txt-center {
    text-align: center;
}

.txt-italic {
    font-style: italic;
}

.txt-bold {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #b06732;
    cursor: pointer;
}

a:hover {
    color: #dc6655;
}

.download-link {
    position: relative;
    padding-left: 17px;
}

.download-link:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    width: 10px;
    height: 10px;
    background: url("../images/icon-download.svg") no-repeat;
}

strong {
    font-weight: 600;
}

h1 {
    margin-bottom: 36px;
    font-family: 'Helvetica', Tahoma, Arial, sans-serif;
    font-size: 36px;
    font-weight: 200;
    line-height: 20px;
}

h2 {
    margin: 30px 0 20px 0;
    font-family: 'Helvetica', Tahoma, Arial, sans-serif;
    font-size: 24px;
    color: #956a5e;
}

h3 {
    margin-bottom: 30px;
    font-family: 'Helvetica', Tahoma, Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    color: #956a5e;
}

.base-list {
    margin: 15px 0;
}

.base-list li {
    list-style-type: disc;
    margin: 0 0 5px 30px;
}

.container {
    box-sizing: border-box;
    width: 100%;
    padding: 50px;
    margin-bottom: 30px;
    background: #fffff7;
}

.container_map {
    padding: 0;
}

.txt-box {
    margin: 0 0 25px 0;
}

.btn {
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-family: 'Helvetica', Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f9f4e5;
    background: #4d3b3b;
    border: 0;
    border-radius: 10px/20px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.btn:hover {
    background: #dc6655;
    color: #f9f4e5;
}

.btn:focus {
    outline: none;
}


/*-----Forms-----*/
.form-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    background: #ede2d1;
}

.form-box_register {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 560px;
    margin: 0 auto 20px auto;
}

.form-box_register__left {
    width: calc(100% - 140px);
    margin-right: 20px;
}

.form-box_register__right {
    width: 120px;
    padding-top: 19px;
}

.base-input,
.base-area {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 5px 0 15px 0;
    padding: 0 10px;
    font-size: 22px;
    font-weight: 300;
    color: #c79978;
    background: #f9f4e5;
    border: 1px solid #f9f4e5;
    outline: 0;
    -webkit-transition: border 150ms ease , width 150ms ease;
    -moz-transition: border 150ms ease , width 150ms ease;
    -ms-transition: border 150ms ease , width 150ms ease;
    -o-transition: border 150ms ease , width 150ms ease;
    transition: border 150ms ease , width 150ms ease;
}

.base-label {
    width: 100%;
}

.base-input:focus,
.base-area:focus {
    background: #fff;
}

.base-input_search {
    margin: 0 35px 0 0;
    padding-left: 35px;
    text-transform: lowercase;
    background: #fff url("../images/icon-search.svg") no-repeat;
    background-position: 0 -46px;
}

.base-input_search:focus {
    background: #fff url("../images/icon-search.svg") no-repeat;
    background-position: 0 -46px;
}

.base-input_captcha {
    width: calc(100% - 140px);
}

.base-area {
    height: auto;
}

.base-input_error,
.base-area_error {
    border: 1px solid #dc6655;
}

.whois-info {
    font-family: monospace;
    white-space: pre-wrap;
}

.error-msg {
    display: none;
    width: 100%;
    margin-top: -15px;
    font-size: 12px;
    color: #dc6655;
}

.error-msg span {
    text-transform: lowercase;
}

.search-error-alert {
    color: #dc6655;
}

.captcha-link {
    font-size: 12px;
    line-height: 15px;
}
/*-----/Forms-----*/


/*-----Tables-----*/
.base-table {
    width: 100%;
    margin: 40px 0;
    font-family: 'Helvetica', Tahoma, Arial, sans-serif;
    background: #fcfbf0;
}

.base-table thead {
    font-weight: 600;
    background: #f9f4e5;
}

.base-table tr td {
    padding: 20px;
}
/*-----/Tables-----*/


/*-----Spoiler-----*/
.spoiler-link {
    position: relative;
    padding-left: 20px;
    font-family: 'Helvetica', Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #b06732;
    cursor: pointer;
}

.spoiler-link:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: url("../images/icon-arrow.svg") no-repeat;
    -webkit-transition: all 170ms ease;
    -moz-transition: all 170ms ease;
    -ms-transition: all 170ms ease;
    -o-transition: all 170ms ease;
    transition: all 170ms ease;
}

.spoiler-link:hover {
    color: #dc6655;
}

.spoiler-link_active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.spoiler-txt {
    display: none;
    margin: 10px 0 20px 30px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
}
/*-----/Spoiler-----*/


/*-----Content-----*/
.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.flex-col {
    padding-right: 30px;
}

.flex-col_news {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-left: -50px;
}

.contacts-map {
    position: relative;
    overflow: hidden;
    height: 550px;
}

.news-titles {
    max-width: 420px;
}

.news-title {
    padding: 16px 20px 16px 50px;
    cursor: pointer;
}

.news-title p {
    margin-bottom: 0;
    color: #b06732;
}

.news-title__date {
    font-size: 12px;
    font-weight: 100;
    color: #bf9a84;
}

.news-title:hover {
    background: #fcfbf0;
}

.news-title:hover p {
    color: #dc6655;
}

.news-title_active {
    cursor: default;
}

.news-title_active p,
.news-title_active:hover p,
.news-title_active .news-title__date {
    color: #4d3b3b;
}

.news-title_active p {
    font-weight: 600;
}

.news-title_active:hover {
    background: none;
}

.news-items {
    max-width: 816px;
    padding-right: 0;
}

.news-item__date {
    font-size: 12px;
}

.news-item {
    display: none;
}

.news-item_active {
    display: block;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 11px;
}

/*-----/Content-----*/


/*-----Popup-----*/
.popup {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup__msg {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100px;
    margin-left: -150px;
    margin-top: -50px;
    padding: 28px;
    text-align: center;
    background: #ede2d1;
}

.popup__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #4d3b3b;
    opacity: .8;
}
/*-----/Popup-----*/


@media screen and (min-width: 961px) {
    .base-input:focus {
        color: #4d3b3b;
        background-position: 0 -146px;
        border-color: #ddd1c2;
    }

    .news-items {
        margin-top: -20px;
    }

    .container_min-height {
        min-height: 520px;
    }
}

@media screen and (max-width: 960px) {
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    h2 {
        margin: 10px 0 15px 0;
    }

    h2, h3 {
        font-size: 18px;
    }

    .wrapper {
        min-width: 320px;
        max-width: 720px;
    }

    .container {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .form-box_search {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .base-input {
        height: 30px;
        line-height: 30px;
    }

    .base-input_search {
        margin: 0 0 20px 0;
        background-position: 0 -50px;
    }

    .txt-box {
        margin: 0 20px 20px 20px;
    }

    .base-table {
        margin: 20px 0;
    }

    .base-table tr td {
        padding: 10px;
    }

    .spoiler-link {
        font-size: 16px;
        line-height: 18px;
    }

    .spoiler-txt {
        font-size: 13px;
    }

    .flex-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .flex-col_news {
        margin-left: 0;
    }

    .news-titles {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .news-title,
    .news-items {
        padding: 10px 20px;
    }
}
