/*
****************
* BASE DEALINDA
****************
*/

html, body {
   margin: 0;
   padding: 0;
   height: 100%;
   font: 15px "Open Sans", Arial, Helvetica, sans-serif;
   color: #333;
   line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, form, dl, dd, dt {
   list-style: none;
   margin: 0;
   padding: 0;
   font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {line-height: normal; margin-bottom: 17px;}

h1 {font-size: 27px;}

h2 {
   font-size: 22px;
   font-weight: normal;
}

h3 {
   font-size: 18px;
}

h4 {
   font-size: 16px;
   font-style: italic;
}

img {
   vertical-align: top;
   border: none;
}

a {
   color: #0086B6;
   text-decoration: none;
}

a:hover, a:focus {
   text-decoration: none;
   color: #DE3A3B;
}

a, input, textarea {outline: none;}

.container {
   width: 990px;
   margin: 0 auto;
}

ol > ul {margin-top: 5px;}

blockquote {
   padding: 0 0 0 15px;
   margin: 0 0 20px;
   border-left: none;
   font-size: 14px;
   font-style: italic;
   color: #58595b;
}

blockquote p {font-size: 14px;}

strong {font-weight: 600;}

iframe {
   background: #f9f9f9;
   border: 1px solid #f9f9f9;
   padding: 15px 30px;
   border-radius: 4px;
}

table {
  border-collapse: collapse;
  margin: 20px 0 25px;
  width: 100%;
  text-align: center;
}

tr:hover > td:nth-child(odd),
tr:hover > td:nth-child(even) {
  background: #fcfce4;
}

table td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  background: #fff;
}

table td:first-of-type {
  border-left: 0;
}

table th {
  padding: 8px 12px;
  background: #f9f9f9;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

table th:first-of-type {
  border-radius: 3px 0 0 0;
}

table th:last-of-type {
  border-right: 0;
  border-radius: 0 3px 0 0;
}


table {
  border-collapse: collapse;
  margin: 20px 0 25px;
  width: 100%;
  text-align: center;
}

tr:hover > td:nth-child(odd),
tr:hover > td:nth-child(even) {
  background: #fcfce4;
}

table td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  background: #fff;
}

table th {
  padding: 8px 12px;
  background: #f5f5f5;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

table th:first-of-type {
  border-radius: 3px 0 0 0;
}

table th:last-of-type {
  border-right: 0;
  border-radius: 0 3px 0 0;
}

table tfoot td:first-of-type {
  border-radius: 0 0 0 3px;
}

table tfoot td:last-of-type {
  border-radius: 0 0 3px 0;
}

table tfoot td {
  border-bottom: 0;
}

/*
**************
* MAIN-HEADER
**************
*/

.main-header {
   margin: 25px 0 45px 0;
   position: relative;
}

.header-wrap {
   width: 990px;
   margin: 0 auto;
}

.logo {
   margin: 0 0 20px;
}

.logo p {
   color: #58595b;
   font-size: 12px;
   margin: -10px 0 0;
   font-style: italic;
}

.note {
   font-size: 14px;
   z-index: 2;
   padding: 3px;
   border-radius: 4px;
   width: 137px;
   text-align: center;
   background: #f9f9f9;
}

.nav-pills .note a {
   padding: 0;
   color: #0086B6;
   line-height: 1.2;
}

.nav-pills .note a:hover {background-color: #f9f9f9;}

/* MENU */

.subnav {
   background-color: #f9f9f9;
   padding: 10px 0 0;
   z-index: 1050;
   border-radius: 4px;
   position: relative;
}

.subnav-fixed {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1020;
   border-bottom: 1px solid #f1f1f1;
   border-top: none;
}

.subnav-fixed .nav {
   width: 950px;
   margin: 0 auto;
}

.nav-pills {
   font-size: 20px;
   margin: 0 auto;
   width: 934px;
}

.nav-pills > li > a {
   padding: 11px 10px;
   margin: 0;
   color: #50465a;
}

.nav-tabs>li, .nav-pills>li {padding-bottom: 10px;}

.nav-pills li:last-child > a {margin-right: 0;}

.nav-pills .dropdown-menu {
   font-size: 16px;
   padding: 5px 0 10px;
   border-radius: 4px;
   margin: -7px 0 0;
   border: 1px solid #ccc;
   -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
   -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
   box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.nav-pills .dropdown-menu > li {
   margin: 0;
}

.nav-pills .dropdown-menu > li a {
   padding: 3px 20px;
}

.nav-pills .dropdown-menu > li a:active, .nav-pills .dropdown-menu > li a:visited, .nav-pills .dropdown-menu > li a:focus {
   background: #FFFFFF;
   color: #50465a;
}

.nav-pills .dropdown-menu > li a:hover {
   background: #FFFFFF;
   color: #0086B6;
}

.nav-pills .dropdown-menu > li:last-child a {border-bottom: none;}

.nav-pills .dropdown-menu > li:first-child a:hover {
   border-radius: 4px 4px 0 0;
}

.nav-pills .dropdown-menu > li:last-child a:hover {
   border-radius: 0 0 4px 4px;
}

.nav-pills .dropdown-menu > li:last-child {border-bottom: none;}

.dropdown:hover > .dropdown-menu {
   display: block;
   border: 1px solid #ccc;
   margin: -7px 0 0;
   z-index: 1000;
}

.nav .dropdown-toggle  .caret {
   border-top-color: #333333;
   border-bottom-color: #333333;
}

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
   border-top-color: #333333;
   border-bottom-color: #333333;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
   border-top-color: #333333;
   border-bottom-color: #333333;
}

.nav > li > a:hover, .nav > li > a:focus {
   background: #f9f9f9;
   color: #0086B6;
   border-radius: 4px;
}

.nav-pills .open .dropdown-toggle {
   color: #0086B6;
   background: #f9f9f9;
   border-color: #ffffff;
}

/* SEARCH FORM */

.search {
   position: absolute;
   top: 12px;
   right: 0;
}

.search-field {
   border: 1px solid #ccc;
   font-family: "Open Sans";
   cursor: pointer;
   font-size: 14px;
   color: #777;
   position: relative;
   width: 242px;
   padding: 4px 8px;
   border-radius: 2px;
}

.search-field:focus {
   background: #fff;
   border: 1px solid #ccc;
   cursor: text;
   outline: 0;
}

.search-submit {display: none;}

.find {
   position: absolute;
   margin: 6px 0 0 -24px;
   opacity: 0.45;
}

.results {
   margin: 0;
   padding: 0;
   list-style: none;
}

.results .title {
font-size: 18px;
display: block;
margin: 0 0 10px;
}

.results li {
margin: 0 0 26px;
line-height: 1.4;
}

.results li:last-of-type {
margin: 0 0 46px;
}

.results hlword {font-weight: 600;}
.results .error {color: darkred;}

.search-result {
   margin: 0 0 30px;
}

.search-result input {
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
line-height: 1.43;
  position: relative;
  width: 682px;
  padding: 4px 8px;
  border-radius: 2px;
color: #777;
   font-family: "Open Sans";
}

.search-field-result:focus {
   background-color: #fff;
   border: 1px solid #ccc;
   cursor: text;
   outline: 0;
   width: 682px;
}

/*
***************
* MAIN-CONTENT
***************
*/

.wrap {margin-bottom: 75px;}

.main-content {
   float: left;
   width: 700px;
}

.main-content h1 {
   color: #434343;
   margin: 0 0 30px;
}

.main-content-cat {
   width: 940px;
   margin: 0 auto;
}

.main-content-cat h1 {
   color: #434343;
   margin: 0 0 30px;
}

/* LAST ARTICLE BLOCKS */

.article-preview {
   padding: 25px 0 0;
   border-top: 1px solid #f1f1f1;
}

.article-preview .arrow {
   margin: 0 3px 4px 3px;
   vertical-align: middle;
}

.article-preview header {
   margin: 0 0 20px;
   border-radius: 4px;
}

.article-preview .block-name {
   color: #434343;
   font-size: 20px;
}

.article-preview h2 {
   margin-bottom: 0;
   display: table-cell;
   width: 210px;
   padding: 0 5px;
   height: 71px;
   text-align: center;
   font-size: 16px;
   line-height: 18px;
}

.article-content {
   padding: 0 0 15px;
   line-height: 1.4;
}

.article-content img {
   float: left;
   border-radius: 4px;
   margin: 0 15px 17px 0;
}

.article-preview ul {
   margin: 0 0 15px 145px;
}

.article-preview li {line-height: 1.4;}

.category {
   border-top: none;
   display: inline-block;
   padding: 0;
   position: relative;
   vertical-align: top;
   width: 220px;
   margin: 0 10px 0 0;
}

.adv-cat {
   margin: 0 0 35px -10px;
   width: 698px;
}

.a_calc {
   margin: 0 0 35px -10px;
}

.clc_header {
    margin: 17px 0 0 192px;
    top: 0;
    list-style: none;
    position: absolute;
}

.clc_header li {
   float: left;
}

.clc_header a {
border-radius: 3px;
padding: 2px 4px;
margin: 0 10px 0 0;
}

/* FULL ARTICLE */

.full-article {
   font-size: 16px;
   line-height: 1.5;
}

.full-article h2 {
   font-size: 22px;
}

.full-article img {border-radius: 4px;}

.full-article header {
   margin: 0 0 30px;
   line-height: 1.15;
}

.full-article .block-name {
   font-size: 27px;
}

.arrow {vertical-align: middle;}

.full-article .arrow {
   margin: 4px 5px 10px 5px;
   vertical-align: middle;
}

.full-article h1 {display: inline;}

.full-article p {margin: 0 0 15px; font-size: 16px;}

.full-article ul {
   list-style: disc;
   margin: 0 0 15px 25px;
}

.full-article li {
  line-height: inherit;
}

.full-article figure {
   padding: 0;
   float: left;
   margin: 0 25px 15px 0;
   position: relative;
   width: 300px;
}

.full-article figure img {border-radius: 4px;}

.art figure {
  padding: 0;
  float: left;
  margin: 0 25px 8px 0;
  position: relative;
  width: 300px;
}

.full-article figure img {
  padding: 0;
  border: 0;
}

.full-article figcaption {
  font-size: 12px;
  color: #9b9f9f;
  font-weight: 300;
  padding: 5px 5px 0;
  width: 100%;
  box-sizing: border-box;
}

.full-article img {
  border-radius: 3px;
}

.adv-art {
   margin: -10px 0 10px -10px;
   position: relative;
}

.also {padding-top: 20px;}

.list-also {
   list-style: none;
   margin: 0;
   padding: 5px 0 0;
}

.list-also li {
   width: 335px;
   float: left;
   margin: 0 25px 25px 0;
   line-height: normal;
}

.list-also li:nth-of-type(even) {margin-right: 0;}

.list-also img {
   float: left;
   margin: 0 15px 17px 0;
   border-radius: 4px;
}

.share {
   position: relative;
   margin-top: 0;
   float: right;
}

.tags {
   display: inline;
   margin: 0;
   list-style: none;
}

.tags li:first-of-type:before {content: "» ";}

.tags li {display: inline;}

.tag_cat a {
  color: #5a5a5a;
  margin: 0 0 3px;
  background: #f9f9f9;
  border-radius: 3px;
  padding: 2px 4px;
  display: inline-block;
}

.tag_cat a:hover {
  color: #5a5a5a;
  background: #ededed;
}

.tag_cat {
  list-style: disc;
  margin: 0 0 22px 0;
  font-size: 15px;
}

.tag_cat li {
  list-style: none;
  display: inline;
}

/*
*************
* PAGINATOR
*************
*/

.paginator {
   list-style: none;
   margin: 0;
   color: #3F6AA8;
}

.paginator li {
   float: left;
   font-size: 16px;
   margin: 1px;
}

.paginator li a {
   display: block;
   padding: 4px 7px;
}

.paginator .disabled {padding: 3px 8px 2px;}

.paginator a:hover {
   background: #fff;
   border-radius: 2px;
   color: #333;
}

.paginator .current {
    color: #DE3A3B;
    border-radius: 2px;
    border: 2px solid #DE3A3B;
    border-radius: 50%;
}

.paginator .dots {
   background: #fff;
   color: #222;
   border: 0;
}

/*
*************
* SECONDARY
*************
*/

.secondary {
   float: right;
   width: 260px;
}

.secondary > div {margin-bottom: 20px;}

.adv-yandex {
   width: 260px;
   z-index: 100;
   background: #f9f9f9;
   padding: 5px;
   border-radius: 4px;
   box-sizing: border-box;
}

/* LAST ARTICLES */

.last-articles {
   background: #f9f9f9;
}

.list-articles {
   list-style: none;
   font-size: 14px;
   margin: 0;
   border-radius: 4px;
   padding: 15px 11px 0 15px;
}

.list-articles a {color: #378300;}

.list-articles a:hover {color: #DE3A3B;}

.list-articles img {
   border-radius: 4px;
   margin: 0 10px 10px 0;
   float: left;
}

.list-articles li {
   margin: 0 0 15px;
   line-height: normal;
   display: inline-block;
}

.list-articles li:nth-of-type(5) {margin-bottom: 0;}

.list-articles a:first-child {;}

.list-articles a:last-child {;}

/*
**************
* MAIN-FOOTER
**************
*/

.main-footer {
   width: 990px;
   margin: 0 auto;
   padding: 0 0 20px;
}

.footer-wrap {
   border-top: 1px solid #babec3;
   padding: 20px 0 0;
   line-height: 1.4;
   margin: auto;
   width: 990px;
   background: #fff;
   z-index: 1000;
   position: relative;
}

.copy {
   float: right;
}

.warning {
   font-size: 12px;
   float: left;
   text-align: center;
   color: #58595b;
   padding: 10px 0 0;
   width: 990px;
   box-sizing: border-box;
}

.footer-nav {
   float: left;
   list-style: none;
   margin: 0;
}

.footer-nav li {
   float: left;
   margin: 0 13px 0 0;
}

/*
*************
*FEEDBACK FORM
*************
*/

#recaptcha_table {
   border: 0px solid #ccc!important;
   margin: -34px 0 0 118px!important;
}

.feedback {
   background: #f9f9f9;
   box-sizing: border-box;
   padding: 25px;
   border-radius: 2px;
}

.feedback li {margin-bottom: 10px;}

.feedback label {
   margin: 0 15px 30px 0;
   display: inline-block;
   vertical-align: top;
   width: 100px;
   font-size: 15px;
   color: #444;
   font-weight: 600;
}

.form-group:first-of-type {display: none;}

.form-group:last-of-type label {margin: 18px 0 0;}

.feedback select {
   width: 442px;
   height: 29px!important;
   background: #fff;
   border: 1px solid #ccc;
   border-radius: 0px!important;
}

.feedback input {
   width: 442px;
   border: 1px solid #ccc!important;
   padding: 5px;
   box-sizing: border-box;
   border-radius: 2px;
}

.feedback textarea {
   width: 442px;
   border: 1px solid #ccc;
   padding: 5px;
   box-sizing: border-box;
   border-radius: 2px;
}

.feedback .btn {
   padding: 10px 20px;
   margin: 25px 0 0 120px;
   background-color: #FF6060;
   font-size: 16px;
   font-weight: 700;
   border: 1px solid #F04040;
   cursor: pointer;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
   opacity: 0.8;
   border-radius: 4px;
}

.feedback .btn:hover, .btn:focus {
   background-color: #fff;
   border-color: #ccc;
   -color: #e05020;
   opacity: 1;
}

.feedback .error input, .feedback .error textarea {   border: 2px red solid }

.message .success {
   padding: 10px;
   color: #3a87ad;
   background-color: #d9edf7;
   border-radius: 4px;
   margin-bottom: 25px;
}

/*
*************
* OTHER
*************
*/

.group {*zoom: 1;}

.group:before, .group:after {
   display: table;
   line-height: 0;
   content: "";
}

.group:after {clear: both;}

.cat-tag {
   list-style: disc;
   margin: 0 0 30px 0;
   font-size: 13px;
   border-radius: 4px;
   text-transform: lowercase;
}

.cat-tag a {font-size: 13px;}

.cat-tag li {
   list-style: none;
   display: inline;
}

.cat-tag li:after {content: ", ";}

.cat-tag li:last-of-type:after {content: "";}

.cat ul {
   display: inline;
   margin: 0;
   list-style: none;
}

.cat ul li {display: inline;}

.cat {
   display: block;
   font-size: 14px;
   margin: 0 0 16px;
   width: 650px;
}

/* STICKY BLOCK */

.new {
   border-radius: 4px;
   display: inline-block;
   width: 340px;
   margin-left: 12px;
}

.new ol {
   margin: 0;
   padding: 0;
}

.new li {
   line-height: 15px;
   list-style: none;
   margin: 0 0 15px;
}

.new a {margin-right: 5px;}

.new img {
   margin: 0 10px 0 0;
   float: left;
}

.new h3 {
   font-size: 19px;
   font-weight: normal;
   padding: 0 0 10px;
   border-bottom: 1px solid #f1f1f1;
}

.date {
   font-size: 11px;
   display: inline-block;
   background: #f9f9f9;
   height: 17px;
   padding: 0 4px;
   line-height: 17px;
   opacity: .65;
   border-radius: 0 3px 3px 0;
   color: #555;
   position: absolute;
   top: 115px;
   margin: 0 5px 0 0;
}

.sticky {
   display: inline-block;
   width: 336px;
   vertical-align: top;
   margin: 0 5px 25px 0;
   background: #f9f9f9;
   border-radius: 4px;
}

.main-article {
   line-height: 1.4;
   padding: 18px 20px;
}

.main-article h3 {
   font-size: 19px;
   font-weight: normal;
   padding: 0 0 10px;
   border-bottom: 1px solid #f1f1f1;
}

.main-article h2 {margin: 0 0 19px;}

.main-article img {
   margin: 0 15px 0 0;
   border-radius: 4px;
   float: left;
}

.list-sticky {
   margin-left: 353px;
   list-style: none;
}

.list-sticky li {
   line-height: 1.4;
   padding: 0 0 5px 16px;
}

.adv-art .yap-item-inner {padding: 0.7em 0!important;}

.adv-cat .yap-item-inner {padding: 0.7em 0!important;}
.a_calc .yap-item-inner {padding: 0.7em 0!important;}
.a_calc #yap-Ya_sync_0-flat .yap-logo-color {opacity: 0.7;}
.a_calc #yap-Ya_sync_1-flat .yap-logo-color {opacity: 0.7;}
.a_calc .yap-yandex_3-vertical .yap-logo-block__text {text-decoration: none!important;}
.a_calc .yap-border-type-none.yap-logo-transparent-true a.yap-logo-text {text-decoration: none!important;}
.a_calc .yap-image {border-radius: 4px!important;}
.a_calc .yap-logo {
   float: right !important;
   font-size: 12px!important;
   opacity: 0.7;
}

.adv-art .yap-logo {
   float: right !important;
   font-size: 12px!important;
   opacity: 0.7;
}

.adv-yandex .yap-logo {
   float: left !important;
   font-size: 12px!important;
}

.adv-cat .yap-logo {
   float: right !important;
   font-size: 12px!important;
   opacity: 0.7;
}

.adv-art .yap-border-type-none.yap-logo-transparent-true a.yap-logo-text {text-decoration: none!important;}
.adv-cat .yap-border-type-none.yap-logo-transparent-true a.yap-logo-text {text-decoration: none!important;}
.adv-art #yap-Ya_sync_0-flat .yap-logo-color {opacity: 0.7;}
.adv-art #yap-Ya_sync_1-flat .yap-logo-color {opacity: 0.7;}
.adv-cat #yap-Ya_sync_0-flat .yap-logo-color {opacity: 0.7;}
.adv-cat #yap-Ya_sync_1-flat .yap-logo-color {opacity: 0.7;}
.adv-cat .yap-yandex_3-vertical .yap-logo-block__text {text-decoration: none!important;}
.adv-art .yap-yandex_2-vertical .yap-logo-block__text {text-decoration: none!important;}
.adv-yandex #yap-Ya_sync_1-vertical .yap-logo-color {opacity: 0.7;}
.adv-yandex #yap-Ya_sync_2-vertical .yap-logo-color {opacity: 0.7;}
.adv-yandex .yap-logo-color {opacity: 0.7;}
.yap-picture-block img {border-radius: 4px!important;}
.adv-cat .yap-picture-block {padding-right: 15px!important;}
.adv-art .yap-picture-block {padding-right: 15px!important;}
.adv-yandex .yap-picture-block {padding-right: 10px!important;}
.adv-art .yap-image {border-radius: 4px!important;}
.adv-cat .yap-image {border-radius: 4px!important;}
.adv-yandex .yap-image {border-radius: 4px!important;}

.cal {
   margin: 0 0 17px;
}

.cal ul {
   margin-left: 0;
   list-style: none;
   margin: 0 0 5px;
}

.cal li {
   display: inline;
}

.cal a {
    color: #5a5a5a;
    margin: 0;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 2px 4px;
}

.cal a:hover {
color: #5a5a5a;
background: #ededed;
}

.term {
   margin: 0 0 26px;
}

.term a {
    color: #5a5a5a;
    margin: 0;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 2px 4px;
}

.term a:hover {
color: #5a5a5a;
background: #ededed;
}

/*
*****************
* GALLERY OVERLAY
*****************
*/

img[data-gallery] {
   cursor: pointer;
}

#galleryOverlay{
   width:100%;
   height:100%;
   position:fixed;
   top:0;
   left:0;
   opacity:0;
   z-index:100000;
   background-color:#222;
   background-color:rgba(0,0,0,0.85);
   overflow:hidden;
   display:none;
   -moz-transition:opacity 1s ease;
   -webkit-transition:opacity 1s ease;
   transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
   opacity:1;
}

#gallerySlider{
   height:100%;
   left:0;
   top:0;
   width:100%;
   white-space: nowrap;
   position:absolute;
   -moz-transition:left 0.4s ease;
   -webkit-transition:left 0.4s ease;
   transition:left 0.4s ease;
}

#gallerySlider .placeholder {
   background: url("/static/images/preloader.gif") no-repeat center center;
   height: 100%;
   line-height: 1px;
   text-align: center;
   width:100%;
   display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
   content: "";
   display: inline-block;
   height: 50%;
   width: 1px;
   margin-right:-1px;
}

#gallerySlider .placeholder img{
   display: inline-block;
   max-height: 100%;
   max-width: 100%;
   vertical-align: middle;
   opacity: 1;
   border-radius: 4px;
}

#gallerySlider.rightSpring{
   -moz-animation: rightSpring 0.3s;
   -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
   -moz-animation: leftSpring 0.3s;
   -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
   0% {margin-left:0px;}
   50% {margin-left:-30px;}
   100% {margin-left:0px;}
}

@-moz-keyframes leftSpring{
   0% {margin-left:0px;}
   50% {margin-left:30px;}
   100% {margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
   0% {margin-left:0px;}
   50% {margin-left:-30px;}
   100% {margin-left:0px;}
}

@-webkit-keyframes leftSpring{
   0% {margin-left:0px;}
   50% {margin-left:30px;}
   100% {margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
   border:none;
   text-decoration:none;
   background:url('/static/images/arrows.png') no-repeat;
   opacity:0.5;
   cursor:pointer;
   position:absolute;
   width:43px;
   height:58px;
   top:50%;
   margin-top:-29px;
   -moz-transition:opacity 0.2s ease;
   -webkit-transition:opacity 0.2s ease;
   transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
   opacity:1;
}

#prevArrow{
   background-position:left top;
   left:55px;
}

#nextArrow{
   background-position:right top;
   right:55px;
}

.relap-default__view-strings.relap-default__with-brand .relap-default__items-container {
  padding-bottom: 0!important;
}

.relap-default__top-container.relap-default__view-strings {
  padding-top: 0!important;
}

.relap-default__top-container {
  padding: 0!important;
}

.relap-default__view-strings .relap-default__item, .relap-default__view-strings .relap-default__fake-item {
    min-width: 290px!important;
}

.relap-default__item-thumbnail img {
  width: 100%;
  float: inherit;
}

.relap-default__logo__icon svg {
  display: none!important;
}


/*
******************
*** CALCULATOR ***
******************
*/

.calc {
  background: #f5f5f5;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 0 0 5px;
}

.calc table {
  margin: 20px 0 10px;
}

.calc th {
  background: #fff!important;
}

.calc tr:hover > td:nth-child(odd),
.calc tr:hover > td:nth-child(even) {
  background: #fcfce4;
}

.calc input {
  border-radius: 3px;
  border: 1px solid #d7d8d8;
  padding: 4px 8px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  font-family: "Open Sans";
}

.calc_checkbox input {
  border-radius: 3px;
  border: 1px solid #d7d8d8;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #777;
  font-family: "Open Sans";
  margin: -3px 0 0 0;
}

.calc strong {
  font-weight: 600;
  font-size: 14px;
}

.calc textarea {
  border-radius: 3px;
  border: 1px solid #d7d8d8;
  padding: 4px 8px;
  margin: 0 2px;
  width: 100%;
  box-sizing: border-box;
  color: #9b9f9f;
  font-family: "Open Sans";
}

.calc .btn {
  background: #169B80;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 15px;
  vertical-align: top;
  margin: 0 5px 0 0;
}

.calc .short {
  width: 65px;
}

.calc_cur {
  padding: 10px 0;
}

.calc_cur label {
  padding: 0 0 8px;
}

.calc .btn:hover {
  background: #008a71;
}

.calc .btn:focus {
  background: #169B80;
}

.calc h2 {
  text-align: center;
}

.calc .row {
  padding: 10px 0;
}

.calc .row2 {
  padding: 10px 0 0;
}

.calc label.popover {
  background-color: #d7d8d8;
  border-radius: 3px;
  padding: 2px 4px 7px;
}

.calc label.popover:hover {
  background: #ced0d0;
}

.calc .table {
  width: 100%;
}

.calc .table .cap {
  text-transform: capitalize;
}

.calc .table tr.past td {
  background-color: #ebf9e1;
}

.calc tr.past:hover > td:nth-child(odd),
.calc tr:hover > td:nth-child(even) {
  background-color: #fcfce4;
}

.calc .table tr.future td {
  background-color: #ffe7e7;
}

.calc tr.future:hover > td:nth-child(odd),
.calc tr:hover > td:nth-child(even) {
  background-color: #fcfce4;
}
.calc .btn-row {
  width: 100%;
}

.calc .btn-row::before {
  content: "";
  display: table;
}

.calc .btn-row:after {
  clear: both;
}

.calc22 table tr:last-of-type td {
  border-bottom: 0;
}

.calc22 table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 3px;
}

.calc22 table tr:last-of-type td:last-of-type {
  border-radius: 0 0 3px 0;
}

.ns-popover-list-theme li.active {
  font-weight: normal;
}

.ns-popover-list-theme li.active a {
  color: #9b9f9f;
}

.line-through {
  text-decoration: line-through;
}

.calc .caret {
  margin: 13px 0 0;
  border-top-color: #343434;
  border-bottom-color: #343434;
}

.result {
  background: #fff;
  padding: 10px 15px!important;
  margin: 20px 0 10px;
  border-radius: 3px;
}

/* CALENDAR */

.ui-datepicker {
  box-sizing: border-box;
  border-radius: 3px;
  z-index: 100;
  background-color: #fff;
  box-shadow: none;
}

.layout_calendar {
  width: 1000px;
}

.layout_load {
  width: 1000px;
}

table.ui-datepicker-calendar {
  width: auto;
  margin: 20px 19px 30px 0;
}

table.ui-datepicker-calendar td {
  text-align: center;
}
table.ui-datepicker-calendar td.ui-datepicker-week-end {
  background-color: #ffe7e7!important;
}
table.ui-datepicker-calendar td.ui-datepicker-week-end a,
table.ui-datepicker-calendar td.ui-datepicker-week-end span {
  font-weight: 600;
  color: #d6462d!important;
}
.ui-datepicker-inline {
  overflow: hidden;
  width: 980px!important;
}
.ui-datepicker-group {
  float: left;
}
.ui-datepicker-group-middle {
  padding-left: 10px;
  padding-right: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: none;
}
.ui-datepicker-row-break {
  width: 100%;
  height: 0;
  border: 0;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cvartal {
  float: left;
  width: 100%;
  font-size: 18px;
  padding-bottom: 20px;
}
.ui-datepicker-other-month {
  opacity: 0.3;
}
.russian-holiday {
  cursor: help;
  background-color: #ffe7e7;
}
.russian-holiday a,
.russian-holiday span {
  color: #d6462d;
  font-weight: 600;
}
.russian-nalog {
  cursor: help;
  background-color: lightblue;
}
.russian-nalog a,
.russian-nalog span {
  color: darkblue;
  font-weight: 600;
}
.russian-short {
  cursor: help;
  background-color: lightgreen;
}
.russian-short a,
.russian-short span {
  color: darkgreen;
  font-weight: 600;
}
.ui-datepicker-today {
  font-weight: 600;
  color: darkblue;
}
.tab-pane {
  margin-top: 20px;
}
.ui-datepicker-title {
  font-weight: 600;
  font-size: 16px;
}

.ns-popover-list-theme {
box-sizing: border-box;
z-index: 99999;
background-color: #fff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none!important;
border-radius: 3px;
border: 1px solid #d0d0d0;
}

.ns-popover-list-theme ul, .ns-popover-list-theme .list {
padding: 0 10px;
margin: 0.625rem 0;
display: block;
}

.ns-popover-list-theme > div.scrollable {
  overflow-y: scroll;
  max-height: 400px;
}

.ns-popover-list-theme li, .ns-popover-list-theme .list-item {
  list-style-type: none;
}

.ns-popover-list-theme li a, .ns-popover-list-theme .list-item a {
    padding: 3px 10px;
    display: block;
}

.ns-popover-list-theme li a:hover, .ns-popover-list-theme .list-item a:hover {
  background-color: #f0f1f2;
  border-radius: 2px;
}

.ns-popover-tooltip-theme {
  box-sizing: border-box;
  z-index: 100;
  background-color: transparent;
}

.ns-popover-tooltip-theme .ns-popover-tooltip {
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  z-index: 100;
  background-color: #fff;
  padding: 0.5625rem 0.875rem;
  max-width: 20rem;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0)!important;
  margin: 10px;
}

.ns-popover-tooltip-theme .ns-popover-tooltip ul {
  padding: 0;
  margin: 0.625rem 0;
  display: block;
}

/* line 148, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme .ns-popover-tooltip li {
  list-style-type: none;
}

/* line 151, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme .ns-popover-tooltip li a {
  padding: 0.1875rem 0.625rem;
  display: block;
}

/* line 155, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme .ns-popover-tooltip li a:hover {background-color: #f0f1f2; border-radius: 3px;}

/* line 163, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 11px;
  border-color: transparent;
  position: absolute;
  border-bottom-color: #e7e7e7;
  left: 50%;
  top: -11px;
  margin-left: -11px;
}

/* line 56, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px;
  border-color: transparent;
  position: absolute;
}

/* line 86, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-bottom-placement .triangle:after {
  border-bottom-color: white;
  border-top-width: 0;
  top: 1px;
  margin-left: -10px;
}

/* line 169, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-top-placement .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 11px;
  border-color: transparent;
  position: absolute;
  border-top-color: #d2d2d2;
  left: 50%;
  bottom: -11px;
  margin-left: -11px;
}

/* line 56, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px;
  border-color: transparent;
  position: absolute;
}

/* line 72, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-top-placement .triangle:after {
  border-top-color: white;
  border-bottom-width: 0;
  bottom: 1px;
  margin-left: -10px;
}

/* line 175, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-right-placement .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 11px;
  border-color: transparent;
  position: absolute;
  border-right-color: #d2d2d2;
  top: 50%;
  left: -11px;
  margin-top: -11px;
}

/* line 56, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px;
  border-color: transparent;
  position: absolute;
}

/* line 114, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-right-placement .triangle:after {
  border-right-color: white;
  border-left-width: 0;
  left: 1px;
  bottom: -10px;
}

/* line 181, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-left-placement .triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 11px;
  border-color: transparent;
  position: absolute;
  border-left-color: #d2d2d2;
  top: 50%;
  right: -11px;
  margin-top: -11px;
}

/* line 56, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px;
  border-color: transparent;
  position: absolute;
}

/* line 100, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-left-placement .triangle:after {
  border-left-color: white;
  border-right-width: 0;
  right: 1px;
  bottom: -10px;
}

/* line 187, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-left-align .ns-popover-tooltip {
  margin-left: 0;
}

/* line 193, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-right-align .ns-popover-tooltip {
  margin-right: 0;
}

/* line 199, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-top-align .ns-popover-tooltip {
  margin-top: 0;
}

/* line 205, ../sass/ns-popover.scss */
.ns-popover-tooltip-theme.ns-popover-bottom-align .ns-popover-tooltip {
  margin-bottom: 0;
}


.games {
   width: 400px;
   position: absolute;
   z-index: 9000;
   margin: -59px 0 0 231px;
}

.games ul {
   margin: 0;
   list-style: none;
}

.games li {
   float: left;
   margin-right: 1rem;
}