@charset "UTF-8";

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus {
    outline: none;
}

a.selected {
    color: #9a1b0a;
}

a:hover {
    text-decoration: none;
}

html, body {
    height: 100%;
}

#wrapper {
}

.navbar {
    min-height: 50px;
    margin: 10px 0;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
}
.navbar-default .navbar-nav>li>a {
    margin: 15px;
    padding: 0;
    color: #646464;
    font-weight: normal;
    font-size: 1.5em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #e10a04;
}
.navbar-brand {
    display: none;
}

@media (max-width: 767px){
    .navbar-brand {
        padding: 15px 0px;
        display: block;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a:hover {
        border-bottom: 2px solid #e10a04;
    }
}


@media (min-width: 1200px) {
    /*.span12 {
        width: 1116px;
    }
    [class*="span"] {
        float: left;
        margin-left: 28px;
    }*/
}


.social li a {
    display: inline-block;
}

.social li a:hover {
    background-color: none;
}

.skype {
    background: url("/images/social/skype.png") repeat scroll 0 0 transparent;
}
.icq {
    background: url("/images/social/icq.png") repeat scroll 0 0 transparent;
}

.feed {
    background: url("/images/social/feed.png");
}



.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-30 {
    padding: 30px !important;
}
.padding-40 {
    padding: 40px !important;
}
.padding-50 {
    padding: 50px !important;
}
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-left-10 {
    padding-left: 10px !important;
}
.padding-left-20 {
    padding-left: 20px !important;
}
.padding-left-30 {
    padding-left: 30px !important;
}
.padding-left-40 {
    padding-left: 40px !important;
}
.padding-left-50 {
    padding-left: 50px !important;
}
.padding-top-5 {
    padding-top: 5px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-top-40 {
    padding-top: 40px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.padding-right-10 {
    padding-right: 10px !important;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.padding-right-30 {
    padding-right: 30px !important;
}
.padding-right-40 {
    padding-right: 40px !important;
}
.padding-right-50 {
    padding-right: 50px !important;
}
.padding-bottom-5 {
    padding-bottom: 5px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-20 {
    margin: 20px !important;
}
.margin-30 {
    margin: 30px !important;
}
.margin-40 {
    margin: 40px !important;
}
.margin-50 {
    margin: 50px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.margin-right-40 {
    margin-right: 40px !important;
}
.margin-right-50 {
    margin-right: 50px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}


.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    background: url("/images/texture.jpg") 50% 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h1 {
    color: #4c4c4c;
    font-size: 3em;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    margin: 0 0 20px;
    line-height: 1.1em;
    font-weight: normal;
}

h2, legend {
    color: #505050;
    font-size: 30px;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    font-weight: normal;
}

h3 {
    color: #1363b5;
    text-transform: uppercase;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    font-weight: normal;
}

h5 {
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    font-weight: normal;
}

h6 {
    font: inherit;
    margin: 0;
}

p {
    margin-bottom: 20px;
}

.icons-marker {
    font-size: 14.399999999999998px;
    line-height: 20px;
}

.full-width {
    width: 100%;
}

.btn-primary, .btn-info, .btn_info, .btn, .media-preview {
    padding: 0 18px !important;
    font-size: 14px !important;
    line-height: 40px !important;
    height: 40px !important;
    text-transform: uppercase;
    font-family: 'FiraSansExtraCondensed-Regular', sans-serif;
    color: #4c4c4c;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: -o-linear-gradient(top, #ffffff, #e8e8e8);
    background-image: linear-gradient(to bottom, #ffffff, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe8e8e8', GradientType=0);
    border-color: #e8e8e8 #e8e8e8 #c2c2c2;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e8e8e8;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0px 5px rgba(255, 255, 255, .55), 0 2px 3px rgba(0, 0, 0, .33);
    -moz-box-shadow: inset 0 0px 5px rgba(255, 255, 255, .55), 0 2px 3px rgba(0, 0, 0, .33);
    box-shadow: inset 0 0px 5px rgba(255, 255, 255, .55), 0 2px 3px rgba(0, 0, 0, .33);
    border: none !important;
}

.btn-primary:hover, .btn-info:hover, .btn_info:hover, .btn:hover, .media-preview:hover, .btn-primary:active, .btn-info:active, .btn_info:active, .btn:active, .media-preview:active, .btn-primary.active, .btn-info.active, .btn_info.active, .btn.active, .media-preview.active, .btn-primary.disabled, .btn-info.disabled, .btn_info.disabled, .btn.disabled, .media-preview.disabled, .btn-primary[disabled], .btn-info[disabled], .btn_info[disabled], .btn[disabled], .media-preview[disabled] {
    color: #a3a3a3;
    background-color: #e8e8e8;
    *background-color: #dbdbdb;
}

.btn-primary:active, .btn-info:active, .btn_info:active, .btn:active, .media-preview:active, .btn-primary.active, .btn-info.active, .btn_info.active, .btn.active, .media-preview.active {
    background-color: #cfcfcf \9;
}

.btn-primary.active, .btn-info.active, .btn_info.active, .btn.active, .media-preview.active, .btn-primary:active, .btn-info:active, .btn_info:active, .btn:active, .media-preview:active, .btn-primary:hover, .btn-info:hover, .btn_info:hover, .btn:hover, .media-preview:hover {
    color: #a3a3a3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
    background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
    background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
    border-color: #ffffff #ffffff #d9d9d9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    outline: none;
}

.btn-primary.active:hover, .btn-info.active:hover, .btn_info.active:hover, .btn.active:hover, .media-preview.active:hover, .btn-primary:active:hover, .btn-info:active:hover, .btn_info:active:hover, .btn:active:hover, .media-preview:active:hover, .btn-primary:hover:hover, .btn-info:hover:hover, .btn_info:hover:hover, .btn:hover:hover, .media-preview:hover:hover, .btn-primary.active:active, .btn-info.active:active, .btn_info.active:active, .btn.active:active, .media-preview.active:active, .btn-primary:active:active, .btn-info:active:active, .btn_info:active:active, .btn:active:active, .media-preview:active:active, .btn-primary:hover:active, .btn-info:hover:active, .btn_info:hover:active, .btn:hover:active, .media-preview:hover:active, .btn-primary.active.active, .btn-info.active.active, .btn_info.active.active, .btn.active.active, .media-preview.active.active, .btn-primary:active.active, .btn-info:active.active, .btn_info:active.active, .btn:active.active, .media-preview:active.active, .btn-primary:hover.active, .btn-info:hover.active, .btn_info:hover.active, .btn:hover.active, .media-preview:hover.active, .btn-primary.active.disabled, .btn-info.active.disabled, .btn_info.active.disabled, .btn.active.disabled, .media-preview.active.disabled, .btn-primary:active.disabled, .btn-info:active.disabled, .btn_info:active.disabled, .btn:active.disabled, .media-preview:active.disabled, .btn-primary:hover.disabled, .btn-info:hover.disabled, .btn_info:hover.disabled, .btn:hover.disabled, .media-preview:hover.disabled, .btn-primary.active[disabled], .btn-info.active[disabled], .btn_info.active[disabled], .btn.active[disabled], .media-preview.active[disabled], .btn-primary:active[disabled], .btn-info:active[disabled], .btn_info:active[disabled], .btn:active[disabled], .media-preview:active[disabled], .btn-primary:hover[disabled], .btn-info:hover[disabled], .btn_info:hover[disabled], .btn:hover[disabled], .media-preview:hover[disabled] {
    color: #a3a3a3;
    background-color: #ffffff;
    *background-color: #f2f2f2;
}

.btn-primary.active:active, .btn-info.active:active, .btn_info.active:active, .btn.active:active, .media-preview.active:active, .btn-primary:active:active, .btn-info:active:active, .btn_info:active:active, .btn:active:active, .media-preview:active:active, .btn-primary:hover:active, .btn-info:hover:active, .btn_info:hover:active, .btn:hover:active, .media-preview:hover:active, .btn-primary.active.active, .btn-info.active.active, .btn_info.active.active, .btn.active.active, .media-preview.active.active, .btn-primary:active.active, .btn-info:active.active, .btn_info:active.active, .btn:active.active, .media-preview:active.active, .btn-primary:hover.active, .btn-info:hover.active, .btn_info:hover.active, .btn:hover.active, .media-preview:hover.active {
    background-color: #e6e6e6;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #a3a3a3;
}


ul.categories-module h5 {
    font-size: 1em;
    line-height: inherit;
    font-weight: normal;
    margin: 0;
}


input[type='radio'], input[type='checkbox'] {
    margin: 3px 0 0;
}

.text-center {
    text-align: center;
}

.item_img, .category_img {
    margin-bottom: 24px;
    clear: both;
}

.item_img a, .category_img a {
    border: 10px solid #fff;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.img-full img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-intro__left, .img-full__left {
    border: 1px solid #e0e0e0;
    float: left;
    margin: 0 0 10px 0;
}

.img-intro__right, .img-full__right {
    float: right;
    margin: 0 18px 9px 0;
}

#header-row {
    /*margin-top: 70px;*/
    padding: 0px 0 64px;
    background: url("/images/header_tail.jpg") 50% 0;
}
#header-second-row {
    padding: 0;
}

#header-row .container,
#header-second-row .container {
    position: relative;
    z-index: 20;
}

#header-row .navbar-form,
#header-second-row .navbar-form {
    background: url("/images/search_tail.png");
    border-radius: 20px;
    padding: 6px 0 6px 12px;
    float: right;
}


.page-header {
    border: none;
    padding: 0;
    margin: 0;
}

.content {
    margin-bottom: 40px;
}

.item {
    margin-bottom: 40px;
}

.item:after {
    display: block;
    clear: both;
    content: ' ';
}

.item_title,
.item_content > h2 {
    font-size: 1.8em;
    color: #4c4c4c;
    line-height: 1.1;
}

.item_introtext {
    margin-bottom: 10px;
}

input.input_error, select.input_error
{
    border : 1px solid #f55a3b !important;
}

form label.input_error {
    display: block;
    line-height: 1.8;
    vertical-align: top;
    color: #f1393c;
    font-size: 10pt;
    font-weight: 300;
    margin-left: 5px;
}

div.comment {
    background: #f7f7f7;
    color: #333;
    margin: 5px 0 10px 0;
    zoom: 1;
    position: relative;
    padding: 20px 20px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.captcha-image-reload {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.captcha-image {
    border-radius: 4px;
}

.captcha-refresh {
    margin-left: 0.5rem;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.captcha-refresh::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-repeat' viewBox='0 0 16 16'%3E%3Cpath d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/%3E%3Cpath fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/%3E%3C/svg%3E");
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

/* list items */
.list-number {
    padding-left: 0;
    counter-reset: item;
    list-style: none;
}

.list-number > li {
    margin: 0;
    padding: 0 0 10px 0;
    margin-bottom: 9px;
    line-height: 2em;
}

.list-number > li:before {
    content: counters(item, ".", decimal) " ";
    counter-increment: item;
    margin: 0 5px 0 0;
    background: #454545;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.list-number > li:before {
    font-size: 16px;
    width: 30px;
    line-height: 30px;
    height: 30px;
}
/* End list items */

#footer-wrapper {
    background: url("/images/footer_texture.png")  repeat scroll 50% 0;
    position: relative;/**/
    color: #9c9c9c;
}
/**/
#footer-wrapper:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1107px;
    height: 100%;
    background: url("/images/footer_bg.webp") no-repeat;
    margin-left: -856px;
    content: ' ';
}

#copyright-row {
    /* position: relative;*/
     padding: 31px 0;
}

#copyright-row h3 {
    color: #fff;
    text-transform: none;
    margin: 0 0 28px;
}

#copyright-row a {
    color: inherit;
}

#copyright-row a:hover {
    text-decoration: underline;
}

#copyright-row .news p {
    margin: 0;
}

#copyright-row .news .item_published {
    margin: 7px 0;
    color: #ffffff;
    font-size: .8em;
}

#copyright-row .news .item {
    margin-bottom: 20px;
}

#copyright-row .news .item .item_introtext{
    font-size: .9em;
}

#copyright-row .mod-footer {
    text-align: right;
    padding: 8px 0 20px;
}

#copyright-row .mod-footer a {
    display: inline-block;
}

.social {
    margin: 0;
}

.social li {
    margin: 0 0 8px 0;
    list-style: none;
}

.social li a {
    padding: 0 0 0 44px;
    height: 32px;
    line-height: 24px;
    background-repeat: no-repeat;
    line-height: 32px;
}

.mod-menu__social ul, .contacts-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.connection-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 7px auto;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.connections-list > li {
    padding: 0px 5px 14px;
    float: left;
}
.connections-list > li > span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.contacts-social .connections-list > li > span {
		color: #000;
}
@media (min-width: 1281px) {

}
.connection-icon.whatsapp {
    background-image: url("/images/social/icon-whatsapp.svg");
}
.connection-icon.skype {
    background-image: url("/images/social/icon-skype.svg");
}
.connection-icon.telegram {
    background-image: url("/images/social/icon_telegram.svg");
}
.connection-icon.viber {
    background-image: url("/images/social/icon-viber.svg");
}
.connection-icon.vk {
    background-image: url("/images/social/icon-vk.svg");
}

/* Cookie */
.cookie-notify-block {
    padding: 18px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(154, 152, 152, .35), 0 2px 2px rgba(154, 152, 152, .35);
    color: #2b2f33;
    transform: translateY(0);
    transition: transform .15s ease-out, box-shadow .15s ease-out;
    will-change: transform;
}

.cookie-notify {
    bottom: 0;
    position: fixed;
    z-index: 35;
}

.cookie-notify-button {
    margin-top: 24px;
    font-size: 13px !important;
    line-height: 30px !important;
    height: inherit !important;
    width: 100%;
}

@media (max-width: 1023px) {
    .cookie-notify-block {
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 1;
    }
}

@media (min-width: 1024px) {
    .cookie-notify {
        margin-bottom: 22px;
        margin-left: 22px;
    }

    .cookie-notify-block {
        width: 360px;
        order: -1;
    }
}

#back-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
}

#back-top a {
    width: 51px;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    text-decoration: none;
    color: #5d5d5d;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

#back-top a:hover {
    color: #9a1b0a;
}

#back-top span {
    width: 51px;
    height: 51px;
    display: block;
    margin-bottom: 7px;
    background: url("/images/up-arrow.png") no-repeat center center;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.grecaptcha-badge{
    visibility: collapse !important;
}