/* Start:/bitrix/templates/openrepublic2016/components/bitrix/search.title/header-search/style.css?14823024001490*/
.top-search{
    width: 60px;
}
.top-search__form{
    position:relative;
    min-width:60px;
    width:0;
    height:60px;
    overflow:hidden;
    float:right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.top-search__input{
    border: 0;
    outline: 0;
    width: 240px;
    height: 60px;
    float: right;
    margin: 0;
    padding: 0 40px 0 10px;
    font-size: 20px;
}
.top-search__icon{
    color: #fff;
    width:60px;
    height:60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    cursor:pointer;
    background:#0992D4;;
    transition: background 0.2s;
}
.top-search__icon:hover{
    background-color: #2BB4F6;
}
.top-search__submit{
    width: 40px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    color: #0992D4;
}
.top-search__submit:hover{
    color: #2BB4F6;
}
.top-search__form--active{
    width: 350px;
}
.top-search__submit--hidden{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.top-search__submit--visible{
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}
/* End */


/* Start:/bitrix/templates/openrepublic2016/components/bitrix/breadcrumb/breadcrumb/style.css?1355491680236*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	list-style:none;
	font-size: 90%;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	color: #a0a0a0;
}

ul.breadcrumb-navigation span
{
	color: #a0a0a0;
}
/* End */


/* Start:/bitrix/templates/openrepublic2016/styles.css?14806813201565*/
/*Обнуление стилей*/
html, body, tbody, img, div, span, h1, h2, h3, h4, p, a,
ol, ul, li, form, table, thead, tfoot, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0 none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
input, textarea, select {
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 250px;
}
body {
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 0.85em;
	color: #144f6b;
	background-color: #FFF;
	min-height: 100%;
	position: relative;
}
a {
	text-decoration: underline;
	color: #0992D4;
}
a:hover {
	color: #02699B;
	text-decoration: none;
}
@font-face {
	font-family: 'PFDinDisplayProThin';
	src: url('../../../../../templates/openrepublic2016/fonts/pfdindisplaypro-thin.eot');
	src: url('../../../../../templates/openrepublic2016/fonts/pfdindisplaypro-thin.eot#iefix') format('embedded-opentype'),
	url('../../../../../templates/openrepublic2016/fonts/pfdindisplaypro-thin.woff') format('woff'),
	url('../../../../../templates/openrepublic2016/fonts/pfdindisplaypro-thin.ttf') format('truetype'),
	url('../../../../../templates/openrepublic2016/fonts/pfdindisplaypro-thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
h1, h2 {
	font-family: 'PT Sans Narrow', 'PFDinDisplayProThin', Trebuchet MS, Tahoma, Geneva, sans-serif;
}
h1
{
	font-size: 2.3em;
	color: #008ecc;
	margin: 25px 0;
	font-weight: 100;
}

h2
{
	font-size: 2.0em;
	color: #008ecc;
	margin-bottom: 25px;
	font-weight: 100;
}

h3
{
	color: #008ecc;
	font-size: 120%;
	margin: 10px 0;
}
ul, ol {

	margin: 10px 0 10px 25px;
	list-style-position: outside;
}
ul {
	list-style: url(../../../../../templates/openrepublic2016/images/dot.png);
}
p {
	margin: 10px 0 10px 0;
}
/* End */


/* Start:/bitrix/templates/openrepublic2016/template_styles.css?149580309312176*/
.clouds {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
.clouds--fixed {
    position: fixed;
}
.clouds__layer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: margin-left 3s ease-out;
}
.clouds__layer--1 {
    width: 106%;
    margin-left: -3%;
}
.clouds__layer--1--start {
    margin-left: -21%;
}
.clouds__layer--2 {
    width: 100%;
    margin-top: 7%;
    margin-left: 0;
}
.clouds__layer--2--start {
    margin-left: -10%;
}
.clouds__cloud--1 {
    width: 16%;
    max-width: 150px;
}
.clouds__cloud--2 {
    margin-top: 5%;
    width: 20%;
    max-width: 185px;
}
.clouds__cloud--3 {
    margin-left: 10%;
    width: 36%;
    max-width: 335px;
}
.clouds__cloud--4 {
    margin-top: 3%;
    margin-right: 7%;
    width: 26%;
    max-width: 257px;
}
.city-layer {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: margin-bottom 3s ease-out;
}
.city-layer--fixed {
    position: fixed;
}
.city-layer--1 {
    margin-bottom: 12%;
}
.city-layer--1--start {
    margin-bottom: 5%;
}
.city-layer--2 {
    width: 70%;
    margin-left: 10%;
    margin-bottom: 10%;
}
.city-layer--2--start {
    margin-bottom: 5%;
}
.city-layer--3 {
    margin-bottom: -1%;
}
.city-layer--3--start {
    margin-bottom: -4%;
}
.city-layer--4 {
    margin-bottom: -1%;
}
.city-layer--4--start {
    margin-bottom: -2%;
}
.city-layer--5 {
    width: 90%;
    margin-left: 5%;
    margin-bottom: -1%;
}
.city-layer--5--start {
    margin-bottom: 0;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.visible-flex {
    display: flex;
}
.button {
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.04rem;
    z-index: 100;
    border-radius: 1px;
    transition: background 0.2s;
    border: none;
}
.button--blue-filled {
    background: #0992D4;
    color: #FFF;
    vertical-align: middle;
}
.button--blue-filled:hover {
    background: #2BB4F6;
    color: #FFF;
}
.button--blue-bordered {
    box-shadow: 0px 0px 0px 2px #0992D4 inset;
    color: #0992D4;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    padding-right: 30px;
}
.button--blue-bordered::after {
    content: '\203a';
    position: absolute;
    top: 0;
    bottom: 6px;
    right: 0;
    width: 22px;
    color: #FFF;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Georgia';
}
.button--blue-bordered::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    box-shadow: 0px 0px 0px 40px #0992D4;
    transition: all 0.2s;
}
.button--blue-bordered:hover {
    box-shadow: 0px 0px 0px 2px #2BB4F6 inset;
    color: #2BB4F6;
}
.button--blue-bordered:hover::before {
    box-shadow: 0px 0px 0px 40px #2BB4F6;
}
.button--green-filled {
    background: #14982e;
    color: #FFF;
    vertical-align: middle;
}
.button--green-filled:hover {
    background: #17c339;
    color: #FFF;
}
.viewport {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #74B4CC, #FFF);
    overflow: hidden;
    position: relative;
}
.topline {
    height: 60px;
    background: rgba(146, 197, 216, 0.8);
    box-shadow: 0px -2px 5px 3px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 90;
    font-weight: bold;
    display: flex;
}
.topmenu {
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    font-weight: bold;
    display: flex
}
.top-icons {
    display: flex;
    justify-content: space-around;
    width: 300px;
    align-items: center;
}
.top-icons-main {
    display: flex;
    align-items: center;
}
.top-icons__icon {
    color: #0992D4;
    text-decoration: none;
    transition: color 0.2s;
}
.top-icons__icon:hover {
    color: #2BB4F6;
}
.top-icons__icon--main {
    display: none;
    margin: 0 10px;
}
.language {
    display: flex;
    justify-content: space-between;
    width: 120px;
}
.language__icon {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    color: inherit;
    padding: 0 10px;
    transition: color 0.2s;
}
.language__icon--active, .language__icon:hover {
    color: #FFF;
    border: 3px solid #0992D4;
    border-radius: 2px;
    height: 28px;
    line-height: 28px;
    padding: 0 7px;
}
.m-menutoggle {
    width: 60px;
    height: 60px;
    background: #0992D4;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}
.m-menutoggle:hover {
    background: #2BB4F6;
}
.m-menutoggle__icon {
    color: #FFF;
}
.m-menutoggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    transition: right .3s ease;
}
.left {
    float: left;
}
.right {
    float: right;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.float-clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.round-corners {
    position: relative;
}
.shadow {
    box-shadow: 0 10px 10px #bbbbbb;
}
.page-wrapper {
    min-height: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: linear-gradient(to bottom, #74B4CC, #FFF) fixed;
    overflow: hidden;
}
.content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0 0 0;
    display: flex;
    justify-content: center;
}
.content {
    max-width: 940px;
    padding: 40px;
    background: #fff;
    z-index: 100;
    box-shadow: 0 2px 18px -2px rgba(0, 0, 0, 0.2);
    height: 100%;
    position: relative;
    margin: 0 2%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
}
.content__left-column {
    flex-basis: 615px;
    margin-right: 40px;
}
.content__right-column {
    flex-basis: 255px;
}
.content__breadcrumb {
    flex-basis: 100%;
}
.header {
    background: rgba(146, 197, 216, 0.8);
    height: 60px;
    font-weight: bold;
    display: flex;
    box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, .3);
    width: 100%;
    z-index: 150;
    position: fixed;
}
.mainmenu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: right .3s ease;
}
.mainmenu::before,
.mainmenu::after {
    content: '';
}
.mainmenu__separator {
    width: 2px;
    height: 60%;
    background: #0992D4;
}
.mainmenu__link {
    color: #144f6b;
    text-decoration: none;
}
.mainmenu__link--selected {
    color: #0992d4;;
}
.mainmenu__link--auth {
    border-bottom: 2px solid #0992D4;
}
.form-text, .form-textarea {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}
.form-text, .form-textarea {
    border: 1px solid #c6c6c6;
    background: #fbfbf9;
    color: #4c4b49;
    transition: background 0.2s;
}
.form-text {
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
    vertical-align: bottom;
}
.form-textarea {
    overflow: hidden;
    padding: 5px 10px;
}
.form-text:hover, .form-textarea:hover {
    background: #fff;
}
::-webkit-input-placeholder {
    color: #7d7d7d;
    font-style: italic;
}
:-moz-placeholder {
    color: #7d7d7d;
    font-style: italic;
}
::-moz-placeholder {
    color: #7d7d7d;
    font-style: italic;
}
:-ms-input-placeholder {
    color: #7d7d7d;
    font-style: italic;
}
.placeholder {
    color: #7d7d7d;
    font-style: italic;
}
.captcha-idea {
    display: flex;
    flex-flow: row wrap;
}
.refresh-captcha {
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.captcha-container {
    height: 40px;
}
.captcha-loader {
    display: none;
    text-align: center;
    background-color: #ffffff;
    width: 178px;
    height: 38px;
    position: absolute;
    border: 1px solid #000000;
}
.captcha-loader img {
    margin-top: 3px;
}
.errortext {
    font-style: italic;
    color: red;
}
.forum-bold, .forum-header-title {
    font-weight: bold;
}
.forum-block-inner a {
    text-decoration: none;
}
.forum {
    min-width: 600px;
}
.sorting {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 90%;
    margin-bottom: 50px;
}
.sorting__title {
    padding: 5px 10px 5px 0;
}
.sorting__by {
    color: #088ECC;
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 10px;
    justify-content: center;
    text-decoration: none;
    height: 25px;
    transition: background 0.2s;
}
.sorting__by--current {
    background: #cfebf4;
}
.sorting__by:hover {
    background: #3eaae0;
}
.sorting__by:hover .sorting__arrow-up {
    border-bottom-color: #cfebf4;
}
.sorting__by:hover .sorting__arrow-down {
    border-top-color: #cfebf4;
}
.sorting__arrow-up {
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #3eaae0;
    border-top: 0;
    margin-right: 5px;
}
.sorting__arrow-down {
    width: 0;
    border: 8px solid transparent;
    border-top-color: #3eaae0;
    border-bottom: 0;
    margin-right: 5px;
}
.sorting__by:hover .sorting__title-by {
    color: #fff;
}
.panel-activity {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 10px;
    height: 35px;
    border: 1px solid #d9d9d7;
    font-size: 90%;
    background: #f9f9f8;

}
.panel-activity .comment {
    background: url("../../../../../templates/openrepublic2016/images/internal/bg-comment.png") no-repeat left center;
    padding-left: 20px;
    flex-grow: 1;
}
.panel-activity .view {
    background: url("../../../../../templates/openrepublic2016/images/internal/bg-view.png") no-repeat left center;
    padding-left: 20px;
    flex-grow: 2;
}
.panel-activity .rating {
    display: flex;
    align-items: center;
}
.rating-plus, .rating-minus {
    width: 26px;
    height: 22px;
    cursor: pointer;
}
.rating-plus {
    display: flex;
    background-color: #0992D4;
    border-radius: 0 2px 2px 0;
    align-items: center;
    color: #fff;
    justify-content: center;
    transition: background-color 0.2s;
}
.rating-plus:hover {
    background-color: #57c36c;
}
.rating-minus {
    display: flex;
    background-color: #0992D4;
    border-radius: 2px 0 0 2px;
    align-items: center;
    color: #fff;
    justify-content: center;
    transition: background-color 0.2s;
    margin-left: 5px;
}
.rating-minus:hover {
    background-color: #d25757;
}
.rating-count {
    width: 45px;
    height: 22px;
    line-height: 22px;
    cursor: default;
}
.plus {
    background: #bbffa6;
    text-align: center;
}
.minus {
    background: #fbc9be;
    text-align: center;
}
.panel-social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panel-social .social, .panel-social .project {
    font-size: 90%;
}
.panel-social .project img {
    vertical-align: middle;
    margin: 0 5px;
}
.footer {
    display: flex;
    width: 60%;
    max-width: 610px;
    margin: 35px auto 200px auto;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: relative;
}
.footer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__copyrights {
    color: #000;
    text-align: center;
    width: 90%;
    margin-bottom: 10px;
}
.footer__license { margin-top: 10px; }
.footer__social-wrapper {
    width: 70px;
    display: flex;
    justify-content: space-between;
}
.footer__social {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
    opacity: 0.6;
    transition: opacity 0.2s;
}
.footer__social:hover {
    opacity: 1;
}
.footer__social--vk {
    background: #48729e url("https://www.openrepublic.ru/bitrix/templates/openrepublic2016/images/social/vk.png") no-repeat center;
}
.footer__social--twitter {
    background: #00aced url("https://www.openrepublic.ru/bitrix/templates/openrepublic2016/images/social/twitter.png") no-repeat center;
}
#confirmPage_authForm .form-text {
    width: 214px;
}
.lang-select {
    position: absolute;
    right: 280px;
    top: 5px;
}
.lang-select, .lang-select a {
    color: #fff;
}
/* End */
/* /bitrix/templates/openrepublic2016/components/bitrix/search.title/header-search/style.css?14823024001490 */
/* /bitrix/templates/openrepublic2016/components/bitrix/breadcrumb/breadcrumb/style.css?1355491680236 */
/* /bitrix/templates/openrepublic2016/styles.css?14806813201565 */
/* /bitrix/templates/openrepublic2016/template_styles.css?149580309312176 */
