@charset "UTF-8";
button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
ul {
    list-style-type: none;
}
*,
::after,
::before {
    box-sizing: border-box;
}
aside,
main,
section {
    display: block;
}
h2,
h3,
h4 {
    margin-top: 0;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
button {
    border-radius: 0;
}
button:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline: 0;
}
button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    overflow: auto;
    resize: vertical;
    resize: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
h2,
h3,
h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,
.col-10,
.col-12,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-12,
.col-md-6,
.col-md-8,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-content {
    padding-top: 24px;
    padding-bottom: 24px;
}
.main-content .title-block {
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 16px;
    color: #000;
}
.title-block {
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 16px;
    color: #000;
}
.contact-item {
    margin-bottom: 10px;
    padding-top: 12px;
    border-top: 2px solid #e6e6e6;
}
.contact-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 0;
}
.contact-item a {
    transition: 0.3s;
    color: #000;
}
.contact-item a:hover {
    color: #05c;
}
.footer-form .bottom-form input,
.footer-form .bottom-form textarea {
    width: 100%;
    margin-bottom: 12px;
}
.footer-form .bottom-form input,
.footer-form .bottom-form textarea {
    padding: 12px;
    font-size: 15px;
    line-height: 17px;
    color: #999;
    border-radius: 6px;
    height: auto;
    border: 1px solid #fff;
}
.footer-form .bottom-form input::-webkit-input-placeholder {
    color: #999;
}
.footer-form .bottom-form input::-moz-placeholder {
    color: #999;
}
.footer-form .bottom-form input:-ms-input-placeholder {
    color: #999;
}
.footer-form .bottom-form input::-ms-input-placeholder {
    color: #999;
}
.footer-form .bottom-form input::placeholder {
    color: #999;
}
.news-single_page {
    padding-bottom: 36px;
}
.news-single_page ul {
    list-style: inside;
    font-size: 18px;
    line-height: 32px;
}
.news-single_page aside {
    overflow-x: hidden;
    z-index: 999;
}
.news-single_page aside .contacts-wrapp_aside {
    overflow-x: auto;
    display: flex;
    margin-right: 16px;
}
.news-single_page aside .contacts-aside {
    background-color: #666;
    border-radius: 6px;
    padding-bottom: 8px;
    margin-top: 12px;
}
.news-single_page aside .contacts-aside h2 {
    text-align: center;
    color: #fff;
    padding-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.news-single_page aside .contacts-aside .contacts-info {
    background-color: #fff;
    display: flex;
    margin: 0 16px 16px;
    border-radius: 6px;
    padding: 12px;
}
.news-single_page aside .contacts-aside .contacts-info ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.news-single_page aside .contacts-aside .contacts-info ul li {
    transition: 0.3s;
}
.news-single_page aside .contacts-aside .contacts-info ul li:hover {
    opacity: 0.7;
}
.news-single_page aside .contacts-aside .contacts-info ul li:not(:last-child) {
    margin-right: 16px;
}
.news-single_page aside .contact-item {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 16px;
    padding-top: 12px;
    padding-bottom: 16px;
    flex-shrink: 0;
}
.news-single_page aside .contact-item .item-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}
.news-single_page aside .contact-item .item-head img {
    max-width: 100px;
    margin-bottom: 8px;
}
.news-single_page aside .contact-item .item-head h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 4px;
}
.news-single_page aside .contact-item .item-head h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}
.news-single_page aside .contact-item .item-footer {
    padding-top: 8px;
}
.news-single_page aside .contact-item .item-footer .link-wrapp {
    display: flex;
    justify-content: center;
}
.news-single_page aside .contact-item .item-footer .link-wrapp span {
    color: #006aff;
    margin-right: 8px;
}
.news-single_page aside .contact-item .item-footer .link-wrapp .mail-link_contact {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    display: flex;
    margin-bottom: 8px;
    justify-content: center;
}
.news-single_page aside .contact-item .item-footer .send-msg_aside {
    margin-left: 16px;
    margin-right: 16px;
    width: 100%;
    max-width: 180px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #006aff;
    border-radius: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: #006aff;
    transition: 0.3s;
}
.news-single_page aside .contact-item .item-footer .send-msg_aside:hover {
    opacity: 0.7;
}
.news-single_page aside .contact-item .item-footer .send-msg_aside:focus {
    outline: 0;
}
main {
    flex: 1;
}
ul {
    padding-left: 0;
}
a:focus {
    outline: 0;
}
p {
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
}
h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.tab-content {
    display: none;
}
.main-content .footer-form_btn {
    padding: 14px 24px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    border: none;
    border-radius: 6px;
    transition: 0.3s;
    align-self: flex-end;
}
.main-content .footer-form_btn:hover {
    background-color: #fff;
}
.main-content .footer-form .title-block {
    color: #fff;
    margin-bottom: 16px;
}
.main-content .footer-form .block-form {
    background-size: cover;
    border-radius: 6px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.main-content .footer-form .bottom-form input,
.main-content .footer-form .bottom-form textarea {
    width: 100%;
    margin-bottom: 12px;
}
.main-content .footer-form .bottom-form input,
.main-content .footer-form .bottom-form textarea {
    padding: 12px;
    font-size: 15px;
    line-height: 17px;
    color: #999;
    border-radius: 6px;
    height: auto;
}
.main-content .footer-form .bottom-form input::-webkit-input-placeholder {
    color: #999;
}
.main-content .footer-form .bottom-form input::-moz-placeholder {
    color: #999;
}
.main-content .footer-form .bottom-form input:-ms-input-placeholder {
    color: #999;
}
.main-content .footer-form .bottom-form input::-ms-input-placeholder {
    color: #999;
}
.main-content .footer-form .bottom-form input::placeholder {
    color: #999;
}
.main-content .footer-form .bottom-form textarea {
    resize: none;
}
.main-content .footer-form .bottom-form textarea:focus {
    outline: 0;
}
@media (min-width: 480px) {
    .main-content .title-block,
    .title-block {
        font-size: 25px;
        line-height: 27px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .main-content {
        padding-top: 48px;
    }
    .contact-item {
        margin-bottom: 0;
        padding-top: 32px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .main-content {
        padding-top: 72px;
    }
    .main-content .title-block {
        margin-bottom: 48px;
        font-size: 32px;
        line-height: 37px;
    }
    .title-block {
        margin-bottom: 48px;
        font-size: 32px;
        line-height: 37px;
    }
    .contact-item a {
        font-size: 24px;
        line-height: 32px;
    }
    .footer-form .bottom-form input,
    .footer-form .bottom-form textarea {
        margin-bottom: 24px;
    }
    .footer-form .bottom-form input,
    .footer-form .bottom-form textarea {
        padding: 14px 24px;
        font-size: 16px;
        line-height: 18px;
    }
    .news-single_page {
        padding-bottom: 72px;
    }
    .news-single_page aside .contacts-aside {
        margin-top: 0;
        padding-bottom: 16px;
    }
    .news-single_page aside .contacts-aside h2 {
        padding-top: 16px;
    }
    .news-single_page aside .contacts-aside .contacts-info {
        padding: 16px;
    }
    .news-single_page aside .contact-item {
        max-width: 260px;
        padding-top: 16px;
    }
    .news-single_page aside .contact-item .item-footer .link-wrapp .mail-link_contact {
        margin-bottom: 16px;
    }
    .news-single_page aside .contact-item .item-footer .send-msg_aside {
        max-width: 228px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }
    h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .container {
        max-width: 1170px;
    }
    .col,
    .col-10,
    .col-12,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8,
    .col-md-12,
    .col-md-6,
    .col-md-8,
    .col-sm-12 {
        padding-right: 12px;
        padding-left: 12px;
    }
    .row {
        margin-right: -12px;
        margin-left: -12px;
    }
    .main-content .footer-form .title-block {
        margin-bottom: 24px;
    }
    .main-content .footer-form .block-form {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .main-content .footer-form .bottom-form input,
    .main-content .footer-form .bottom-form textarea {
        margin-bottom: 24px;
    }
    .main-content .footer-form .bottom-form input,
    .main-content .footer-form .bottom-form textarea {
        padding: 14px 24px;
        font-size: 16px;
        line-height: 18px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1248px;
        padding-right: 12px;
        padding-left: 12px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container {
        min-width: 992px !important;
    }
}
