.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #598256;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #598256;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #598256;
  border-color: #598256;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.sm{box-sizing:border-box;position:relative;z-index:990;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}

/* End */


.sm-theme a,
.sm-theme a:hover,
.sm-theme a:focus,
.sm-theme a:active {
    font-weight: bold;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
	font-family:Arial, Tahoma, Helvetica;
}
.sm-theme.sm-vertical a,
.sm-theme.sm-vertical a:hover,
.sm-theme.sm-vertical a:focus,
.sm-theme.sm-vertical a:active {
    font-weight: normal;
    padding: 10px 20px;
    text-transform: none;
}
.sm-theme > li:hover > a {
    background-color: rgba(255,255,255,.1);
}
.sm-theme li.selected > a {
    background-color: rgba(0,0,0,.1);
}
.sm-theme a.has-submenu {
    padding-right: 32px !important;
}
.sm-theme a .sub-arrow {
    line-height: 31px;
    position: absolute;
    top: 50%;
    right: 4px;
    left: auto;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    text-align: center;
    background-color: rgba(0,0,0,.08);
}
.sm-theme a .sub-arrow:before {
    font-family: 'FontAwesome';
    font-size: 80%;
    content: '\f107';
}
.sm-theme ul a,
.sm-theme ul a:hover,
.sm-theme ul a:focus,
.sm-theme ul a:active {
    font-weight: normal;
    text-transform: none;
    border-left: 8px solid transparent;
}
.sm-theme ul ul a,
.sm-theme ul ul a:hover,
.sm-theme ul ul a:focus,
.sm-theme ul ul a:active {
    border-left: 16px solid transparent;
}
.sm-theme ul ul ul a,
.sm-theme ul ul ul a:hover,
.sm-theme ul ul ul a:focus,
.sm-theme ul ul ul a:active {
    border-left: 24px solid transparent;
}
.sm-theme ul ul ul ul a,
.sm-theme ul ul ul ul a:hover,
.sm-theme ul ul ul ul a:focus,
.sm-theme ul ul ul ul a:active {
    border-left: 32px solid transparent;
}
.sm-theme ul ul ul ul ul a,
.sm-theme ul ul ul ul ul a:hover,
.sm-theme ul ul ul ul ul a:focus,
.sm-theme ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}
@media (min-width: 768px) {
    /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-theme ul {
        position: absolute;
        width: 12em;
    }
    .sm-theme li {
        float: left;
    }
    .sm-theme ul li,
    .sm-theme.sm-vertical li {
        float: none;
		
    }
    .sm-theme a {
        white-space: nowrap;
    }
    .sm-theme ul a,
    .sm-theme.sm-vertical a {
        white-space: normal;
    }
    .sm-theme .sm-nowrap > li > a,
    .sm-theme .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    /* ...end */
	
    .sm-theme ul a,
    .sm-theme ul a:hover,
    .sm-theme ul a:focus,
    .sm-theme ul a:active {
        padding: 10px 20px;
        border: 0 !important;
    }
    .sm-theme a .sub-arrow {
        background-color: transparent;
    }
    .sm-theme ul a .sub-arrow:before,
    .sm-theme.sm-vertical a .sub-arrow:before {
		font-size: 90%;
        content: '\f105';
    }
    .sm-theme > li {
        padding-left: 1px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAqCAYAAACZSYp/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAElJREFUeNqUjtEKACAIA6cv/f8Pt0wQkiJLEI5xDgVAI6lqILaYMEciuYC+JhrJd3P1D1bHgQHpnIXMcBL05Ow9xRXP4D1DgAEAHfobaWIIv9EAAAAASUVORK5CYII=');
        background-repeat: no-repeat;
        background-position: left center;
    }
    .sm-theme > li:first-child {
        padding-left: 0;
        background: none;
    }
    .sm-theme ul {
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .sm-theme .scroll-up,
    .sm-theme .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        height: 20px;
        background-color: #fff;
    }
    .sm-theme .scroll-up-arrow,
    .sm-theme .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        overflow: hidden;
        width: 0;
        height: 0;
        margin-left: -8px;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555 transparent;
    }
    .sm-theme .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #555 transparent transparent transparent;
    }
    .sm-theme.sm-vertical li {
        padding-left: 0;
        background: none;
    }
	
	.pt-1{padding-top:1px;}
}

/* End */


#search-form.default {
    position: relative;
    width: 100%;
}
#search-form.default form {
    position: relative;
    width: 100%;
}
#search-form.default form input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 20px;
}
#search-form.default form button {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 6px 10px;
    cursor: pointer;
    border: none;
    background: none;
}
#search-form.default form input:focus,
#search-form.default form button:focus {
    outline: none;
}

/* End */


.menu-btn {
    position: relative;
    display: block;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menu-btn-icon {
    left: 50% !important;
    margin-top: -1px;
    margin-left: -12.5px;
}
.menu-btn-icon, .menu-btn-icon:before, .menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    transition: all 0.25s;
}
.menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
#menu-state:checked ~ .menu-btn .menu-btn-icon {
    height: 0;
    background: transparent;
}
#menu-state:checked ~ .menu-btn .menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#menu-state:checked ~ .menu-btn .menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
}
#menu-state:not(:checked) ~ #menu.top {
    display: none;
}
#menu-state:checked ~ #menu.top {
    display: block;
}
#menu.top {
    background-color: rgb(34,34,34);
}
@media (min-width: 768px) {
    .menu-btn {
        position: absolute;
        top: -99999px;
    }
    #menu-state:not(:checked) ~ #menu.top {
        display: block;
    }
    #menu.top {
        background-color: inherit;
    }
}

/* End */


.kolibri_form_universal {
    display: none; /* show via FancyBox */
}
.kolibri_form_universal form {
    width: 100%;
    max-width: 350px;
}
.kolibri_form_universal form .form-header {
    padding: 25px 30px;
    border-bottom: 5px solid;
}
.kolibri_form_universal form .form-header i.fa {
    font-size: 300%;
    float: left;
    margin-right: 15px;
}
.kolibri_form_universal form .form-header .title {
    font-size: 130%;
    font-weight: 700;
}
.kolibri_form_universal form .form-header .text {
    font-size: 90%;
    font-weight: 400;
    margin-top: 5px;
}
.kolibri_form_universal form .form-body {
    padding: 20px 30px;
    background-color: #f4f4f4;
}
.kolibri_form_universal form .form-body .echo div {
    font-size: 85%;
    display: none;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
}
.kolibri_form_universal form .form-body .echo .loading {
    font-size: 135%;
}
.kolibri_form_universal form .form-body .echo .success {
    background-color: #cfff97;
}
.kolibri_form_universal form .form-body .echo .noagrees,
.kolibri_form_universal form .form-body .echo .nofill,
.kolibri_form_universal form .form-body .echo .error {
    background-color: #ffdbdb;
}
.kolibri_form_universal form .form-body .row {
    margin: 3px 0 9px;
}
.kolibri_form_universal form .form-body .row label {
    font-size: 90%;
    color: #777;
    display: inline-block;
    margin-bottom: 2px;
}
.kolibri_form_universal form .form-body .row label .star {
    font-size: 110%;
    font-weight: normal;
    vertical-align: middle;
    color: #e02222;
}
.kolibri_form_universal form .form-body .row input[type="text"] {
    font-size: 95%;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
	border: 1px solid transparent;
    border-bottom-color: #d7dee3;
    border-radius: 2px;
}
.kolibri_form_universal form .form-body .row textarea {
    font-size: 95%;
    line-height: inherit;
    display: block;
    width: 100%;
    padding: 6px 12px;
	border: 1px solid transparent;
    border-bottom-color: #d7dee3;
    border-radius: 2px;
    resize: none;
}
.kolibri_form_universal form .form-body .row.agrees {
    margin-top: 15px;
}
.kolibri_form_universal form .form-body .row.agrees input[type="checkbox"] {
    float: left;
    width: 16px;
    height: 16px;
    margin: 1px 8px 0 0;
    vertical-align: top;
    cursor: pointer;
}
.kolibri_form_universal form .form-body .row.agrees span {
	font-size: 95%;
    display: block;
    cursor: pointer;
	overflow: hidden;
}
.kolibri_form_universal form .form-footer {
    padding: 20px 30px;
}
.kolibri_form_universal form .form-footer .note {
    font-size: 85%;
    float: left;
    padding: 8px 0;
}
.kolibri_form_universal form .form-footer .note .star {
    color: #e02222;
}
.kolibri_form_universal form .form-footer .button {
    float: right;
}

/* End */

/* MAIN */
*,
*:before,
*:after {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font: 15px/20px Arial, sans-serif;
}

/* LINKS */
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.dashed {
    text-decoration: none;
    border-bottom: 1px dashed;
}

/* OUTLINE */
button:focus, button:active,
input:focus, input:active,
optgroup:focus, optgroup:active,
select:focus, select:active,
textarea:focus, textarea:active {
    outline: none;
}

/* CLEARFIX */
.clearfix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' ';
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* OVERFLOW */
.overflow {
    overflow: hidden;
}

/* BITRIX INCLUDE */
.bx-context-toolbar-empty-area {
    min-width: 12px;
    min-height: 12px;
}

/* VERTICAL CONTENT ALIGN */
.vertical-element {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    //display: inline;

}
.vertical-helper {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 100%;
    vertical-align:middle!important;
    //display: inline;
	margin: auto;
}

/* IMG */
img {
    vertical-align: middle;
    border: none;
}
img[align=left] {
    float: left;
    margin: .3em 1.5em 1em 0;
}
img[align=right] {
    float: right;
    margin: .3em 0 1em 1.5em;
}

/* BUTTONS */
.button {
    font-size: 80%;
    line-height: inherit;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: auto;
    padding: 7px 10px;
    cursor: pointer;
    transition: all .3s ease;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .4px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: none;
}
.button:hover {
    opacity: .8;
}




/* OWL CAROUSEL */
.owl-carousel {
    display: none; /* loading hack */
}

/* WRAPPER */
#wrapper {
    position: relative;
    width: 100%;
    min-width: 1140px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#wrapper .inner {
    position: relative;
    width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

/* HEADER */
#header {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
#header .bonnet {
    position: relative;
    width: 100%;
}
#header .bonnet .left {
    float: left;
    height: 100px;
}
#header .bonnet .left img {
    display: block;
    vertical-align: middle;
}
#header .bonnet .center {
    float: left;
    height: 100px;
    margin-left: 3.5%;
}
#header .bonnet .center p {
    font-size: 90%;
    line-height: 1.4;
    padding-left: 15px;
    border-left: 1px solid rgba(0,0,0,.07);
}
#header .bonnet .right {
    float: right;
    height: 100px;
}
#header .bonnet .search-form-box {
    float: right;
    height: 100px;
    margin-right: 4.5%;
}
#header .navigation {
    position: relative;
    width: 100%;
    height: 48px;
}
#header .navigation .inner {
    height: 48px;
}
#header .navigation .inner.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 0 2px 2px;
    z-index: 999;
}

/* CONTENT */
#content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
}
#content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}
#content:before {
    display: block;
    height: 25px;
    content: ' ';
}
#content:after {
    display: block;
    height: 50px;
    content: ' ';
}

/* SIDEBAR */
#content #sidebar {
    float: left;
    width: 25%;
    margin-top: 86px;
}
#content #sidebar .box {
    margin: 28px 0 0;
	padding:14px 4px;
	background-color:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}
#content #sidebar .box i {
    display: block;
    padding: 0 13px;
}

#content #sidebar .box-white {
    margin: 28px 0 0;
	padding:14px 4px;
	background-color:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	text-align:center;
}
#content #sidebar .box-white i {
    display: block;
    padding: 0 13px;
}

#content #sidebar div:first-child {
    margin-top: 0;
}


/* WORKAREA */
#content #workarea.partial {
    float: right;
    width: 75%;
    padding: 0 0 0 50px;
}
#content #workarea.full {
    width: 100%;
}
#content #workarea .col-left {
    float: left;
    width: 50%;
}
#content #workarea .col-right {
    float: left;
    width: 50%;
    padding-left: 40px;
}
#content #workarea hr {
    display: block;
    height: 1px;
    margin: 25px 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #598256;
}

hr{
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    border: 0 none;
    height: 1px;
    margin: 22px 0;
}

#content #workarea h1,
#content #workarea h2,
#content #workarea h3,
#content #workarea h4,
#content #workarea h5,
#content #workarea h6 {
    font-weight: 600;
    margin-bottom: 16px;
}
#content #workarea h1 {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 200%;
}
#content #workarea h2 {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 180%;
}
#content #workarea h3 {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 160%;
}
#content #workarea h4 {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 140%;
}
#content #workarea h5 {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 120%;
}
#content #workarea h6 {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 100%;
}
#content #workarea h1.title {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 190%;
    font-weight: 500;
    line-height: 1.1;
    margin: 3px 0 25px;
    padding-bottom: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#content #workarea h2.title {
	font-family: 'Product Sans Regular', arial, tahoma, helvetica;
    font-size: 160%;
    font-weight: 500;
    line-height: 1.1;
    margin: 3px 0 25px;
    padding-bottom: 12px;
    
}
#content #workarea p {
    margin: 0 0 16px;
}
#content #workarea sup {
    line-height: 1;
}
#content #workarea table {
    width: 100%;
}
#content #workarea table,
#content #workarea table td,
#content #workarea table th {
    border-collapse: collapse;
}
#content #workarea table th {
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}
#content #workarea table td {
    padding: 8px 10px;
    vertical-align: top;
}
#content #workarea li{
	margin-bottom:10px;
}

.bg-war-top{
	background-image:url(url('/assets/trp_new/images/war/bg-soldiers.jpg');
	background-position: right top;
}
.bg-war{
	background-image:url('/assets/trp_new/images/war/bg-default.jpg');
	background-position: right top;
}

/* FOOTER */
#footer {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
#footer .inner {
    font-size: 90%;
    line-height: 1.5;
    padding-top: 25px;
    padding-bottom: 35px;
}
#footer .left {
    float: left;
}
#footer .center {
    float: left;
    margin-left: 10%;
}
#footer .develop {
    line-height: 1.2;
    float: right;
    margin-left: 10%;
}
#footer .develop span {
    font-size: 80%;
    display: block;
    letter-spacing: .2px;
}
#footer .develop #bx-composite-banner {
    margin: 15px 0 0 -18px;
}
#footer .right {
    float: right;
    text-align: right;
}

/* End */


/* ADAPTIVE STYLES */
#wrapper {
    min-width: 0px;
}
#wrapper .inner {
    width: 100%;
    min-width: 320px;
    max-width: 1140px;
}

/* 450px */
@media screen and (max-width: 450px) {
    #wrapper {
        font-size: 95%;
    }
    #header .bonnet .left {
        float: none;
        text-align: center;
        height: auto;
        margin-top: 10px;
		margin-bottom: 2px;
    }
    #header .bonnet .center,
    #header .bonnet .search-form-box {
        display: none;
    }
    #header .bonnet .right {
        float: none;
        text-align: center;
        height: auto;
        margin-top: 2px;
        margin-bottom: 10px;
    }
	#header .bonnet .right a.dashed {
		display: none;
	}
    #news-list.main_slider .elements .element .content {
        font-size: 80%;
        width: 90%;
        height: 310px;
    }
    #news-list.main_slider .elements .element .content .column.text {
        width: 100%;
        text-align: center;
    }
    #news-list.main_slider .elements .element .content .column.picture {
        display: none;
    }
    #news-list.advantages .elements {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #news-list.advantages .elements .element {
        width: 100%;
        margin: 5px 0;
    }
    #news-list.services .elements .element {
        width: 100%;
    }
    #news-list.services .elements .element .picture {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #catalog-section-list.panel .elements .element {
        width: 100%;
        height: 200px;
    }
    #content #sidebar {
        display: none;
    }
    #content #workarea.partial {
        float: none;
        width: 100%;
        padding: 0;
    }
    #content #workarea .col-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    #content #workarea .col-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    #news-list.info_line .elements .element .picture {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #footer .left {
        float: none;
        text-align: center;
    }
    #footer .center,
    #footer .develop,
    #footer .right {
        display: none;
    }
    #news-list.default .elements .element .picture {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #news-detail.default .share,
    #news-detail.default .back-link {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
    #catalog-section-list.default .elements .element .picture {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #catalog-section-list.subsections .elements .element {
        width: 100%;
    }
    #catalog.default .options .items-count,
    #catalog.default .options .items-sorting {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #catalog.default .options .items-view {
        display: none;
    }
    #catalog-section.table .elements .element {
        width: 100%;
    }
    #catalog-top.slider .elements .element {
        width: 70%;
        text-align: center;
    }
    #catalog-top.slider .elements .element .picture,
    #catalog-top.slider .elements .element .buttons {
        display: none;
    }
}
/* 768px */
@media screen and (min-width: 450px) and (max-width: 768px) {
    #header .bonnet .center,
    #header .bonnet .search-form-box {
        display: none;
    }
    #news-list.main_slider .elements .element .content {
        font-size: 90%;
        width: 90%;
        height: 325px;
    }
    #news-list.main_slider .elements .element .content .column.text {
        width: 100%;
        text-align: center;
    }
    #news-list.main_slider .elements .element .content .column.picture {
        display: none;
    }
    #news-list.advantages .elements {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #news-list.advantages .elements .element {
        width: 50%;
        margin: 5px 0;
    }
    #news-list.services .elements .element {
        width: 100%;
    }
    #catalog-section-list.panel .elements .element {
        width: 50%;
        height: 225px;
    }
    #content #sidebar {
        display: none;
    }
    #content #workarea.partial {
        float: none;
        width: 100%;
        padding: 0;
    }
    #content #workarea .col-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    #content #workarea .col-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    #footer .center,
    #footer .right {
        display: none;
    }
    #news-list.default .elements .element .picture {
        width: 150px;
    }
    #catalog-section-list.subsections .elements .element {
        width: 50%;
    }
    #catalog.default .options .items-count,
    #catalog.default .options .items-sorting {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #catalog.default .options .items-view {
        display: none;
    }
    #catalog-section-list.default .elements .element .picture {
        width: 150px;
    }
    #catalog-section.table .elements .element {
        width: 50%;
    }
    #catalog-top.slider .elements .element {
        width: 80%;
        text-align: center;
    }
    #catalog-top.slider .elements .element .picture,
    #catalog-top.slider .elements .element .buttons {
        display: none;
    }
}
/* 992px */
@media screen and (min-width: 768px) and (max-width: 992px) {
    #header .bonnet .center {
        display: none;
    }
    #news-list.main_slider .elements .element .content {
        width: 90%;
        height: 350px;
    }
    #news-list.main_slider .elements .element .content .column.text {
        width: 100%;
        text-align: center;
    }
    #news-list.main_slider .elements .element .content .column.picture {
        display: none;
    }
    #news-list.advantages .elements .element .icon {
        max-width: 30px;
        max-height: 30px;
        margin-right: 10px;
    }
    #news-list.services .elements .element .picture {
        width: 125px;
    }
    #content #sidebar {
        display: none;
    }
    #content #workarea.partial {
        float: none;
        width: 100%;
        padding: 0;
    }
    #content #workarea .col-right {
        padding-left: 30px;
    }
    #footer .right {
        display: none;
    }
    #catalog-section-list.subsections .elements .element {
        width: 33.3%;
    }
    #catalog.default .options .items-count,
    #catalog.default .options .items-sorting {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #catalog.default .options .items-view {
        display: none;
    }
    #catalog-section.table .elements .element {
        width: 33.3%;
    }
    #catalog-top.slider .elements .element {
        width: 80%;
    }
    #catalog-top.slider .elements .element .picture {
        width: 225px;
    }
}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}

#site_reviews.reviews {
    position: relative;
    width: 100%;
}
#site_reviews.reviews .elements {
    line-height: 1.2;
}
#site_reviews.reviews .elements .element {
	background-color: rgba(0,0,0,0.02);
	padding: 20px 20px 20px 70px;
	margin: 20px 0;
	position: relative;
}
#site_reviews.reviews .elements .element:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f10e";
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 220%;
	opacity: 0.1;
}
#site_reviews.reviews .elements .element .preview-text  {
	font-size: 90%;
}
#site_reviews.reviews .elements .element .title {
    font-size: 90%;
	font-weight: bold;
    margin-top: 10px;
}
#site_reviews.reviews .elements .element .post {
    font-size: 80%;
	font-style: italic;
    margin-top: 3px;
}

/* Site Map Blocks */
#site-map-blocks.sm-panel {
    position: relative;
    width: 100%;
}
#site-map-blocks.sm-panel .sm-elements {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#site-map-blocks.sm-panel .sm-elements .sm-element {
    position: relative;
    overflow: hidden;
    width: 33.3%;
    border: 5px solid transparent;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#site-map-blocks.sm-panel .sm-elements .sm-element .sm-picture {
    width: 100%;
    height: 100%;
    -webkit-transition:         transform .15s ease-in-out;
    -webkit-transition: -webkit-transform .15s ease-in-out;
            transition: -webkit-transform .15s ease-in-out;
            transition:         transform .15s ease-in-out;
            transition:         transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#site-map-blocks.sm-panel .sm-elements .sm-element:hover .sm-picture {
    -webkit-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}
#site-map-blocks.sm-panel .sm-elements .sm-element .sm-title {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    -webkit-transition:         transform .15s ease-in-out;
    -webkit-transition: -webkit-transform .15s ease-in-out;
            transition: -webkit-transform .15s ease-in-out;
            transition:         transform .15s ease-in-out;
            transition:         transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
#site-map-blocks.sm-panel .sm-elements .sm-element .sm-title span {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 1px;
}
#site-map-blocks.sm-panel .sm-elements .sm-element:hover .sm-title {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}

/* Bootstrap partial */

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #dddddd;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  font-family:arial;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  
}

.form-group {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.preload{
	cursor:not-allowed;
	background-image:-webkit-repeating-linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.35) 8px,rgba(255,255,255,0) 9px,rgba(255,255,255,0) 16px);
	background-image:-o-repeating-linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.35) 8px,rgba(255,255,255,0) 9px,rgba(255,255,255,0) 16px);
	background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.35),rgba(255,255,255,.35) 8px,rgba(255,255,255,0) 9px,rgba(255,255,255,0) 16px);
	background-size:23px 100%;
	-webkit-animation:stamp-loader 3s linear infinite;
	-o-animation:stamp-loader 3s linear infinite;
	animation:stamp-loader 3s linear infinite;
	animation-name:bar-animationG;
	-o-animation-name:bar-animationG;
	-ms-animation-name:bar-animationG;
	-webkit-animation-name:bar-animationG;
	-moz-animation-name:bar-animationG;
	animation-duration:2.24s;
	-o-animation-duration:2.24s;
	-ms-animation-duration:2.24s;
	-webkit-animation-duration:2.24s;
	-moz-animation-duration:2.24s;
	animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	animation-direction:normal;
	-o-animation-direction:normal;
	-ms-animation-direction:normal;
	-webkit-animation-direction:normal;
	-moz-animation-direction:normal;
}
@keyframes bar-animationG{
	0%{
		background-position:0 0
	}100%{
		background-position:92px 0
	}
}
@-o-keyframes bar-animationG{
	0%{
		background-position:0 0
	}100%{
		background-position:92px 0
	}
}
@-ms-keyframes bar-animationG{
	0%{
		background-position:0 0
	}100%{
		background-position:92px 0
	}
}
@-webkit-keyframes bar-animationG{
	0%{
		background-position:0 0
	}100%{
		background-position:92px 0
	}
}
@-moz-keyframes bar-animationG{
	0%{
		background-position:0 0
	}100%{
		background-position:92px 0
	}
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.captcha-renew{
	border-style: dashed;
	border-color: rgb(90, 99, 117);
	border-width: 0pt 0pt 1px;
	color: rgb(90, 99, 117) ! important;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.alert-none{
	display: none;
}

.mb5{margin-bottom:5px;}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.secondary_add_active{
	color: #000000;
	background-color: #EEEEEE;
	border-color: #CCCCCC;
}

.icon-separator{
	display: inline-block;
	padding-right: 8px;
}
.icon-separator-2{
	display: inline-block;
	padding-right: 24px;
}
.icon-separator-left{
	display: inline-block;
	padding-left: 4px;
}

/*==============================*/
#search-page.default {
    position: relative;
    width: 100%;
}
#search-page.default form {
    position: relative;
    width: 100%;
	margin-bottom: 20px;
}
#search-page.default form input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1px;
}
#search-page.default form button {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 6px 10px;
    cursor: pointer;
    border: none;
    background: none;
}
#search-page.default form input:focus,
#search-page.default form button:focus {
    outline: none;
}
#search-page.default .elements {
    line-height: 1.2;
}
#search-page.default .elements .element {
    position: relative;
    margin-bottom: 4px;
    padding: 20px;
    transition: box-shadow .15s ease-in-out;
    border-radius: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
#search-page.default .elements .element:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.35);
}
#search-page.default .elements .element .title {
    font-size: 120%;
    font-weight: 500;
}
#search-page.default .elements .element .title a {
    display: inline-block;
}
#search-page.default .elements .element .body {
    font-size: 95%;
    margin-top: 5px;
}

/*================= Задержка загрузки страницы =================*/
.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}