@import url(opensans.css);
@import url(podkova.css);
@import url(fontello.css);
@import url(fontello-oi.css);

body {
  font-family: 'OpenSans';
  color: #3e3e3e;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'podkova';
  outline: none;
}

h1 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 36px;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}

#main h2 {
  margin: 0 !important;
  padding-bottom: 16px;
  padding-top: 30px;
}

section h2 {
  margin: 0 0 50px 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  section h2 {
    margin: 0px 0 20px 0;
    padding: 0;
  }
}

h3 {
  margin: 0 !important;
  padding-bottom: 10px;
  padding-top: 20px;
}

h4 {
  margin: 0 !important;
  padding-bottom: 10px;
  padding-top: 20px;
}

h5 {
  margin: 0 !important;
  padding-bottom: 10px;
  padding-top: 20px;
}

p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 26px;
}

a,
span.modal-quotation {
  color: #f04e23;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  padding: 50px 10px;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}

.wrap:after {
  clear: both;
  display: block;
  content: '';
}
/*
.wrap h2 { color: #f04e23; }
*/
@media only screen and (max-width: 400px) {
  .wrap {
    padding: 40px 10px;
  }
}

/*
* === HEADER =========================================================
*/

header {
  background-color: rgba(20, 20, 20, 0.9);
  color: #fff;
  z-index: 300;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header .wrap {
  padding: 10px;
  width: 100%;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}

header #logo,
header h1.title {
  line-height: 24px;
  height: 24px;
}

header #logo img {
  height: 30px;
  vertical-align: inherit;
  padding-top: 4px;
}

header h1.title {
  color: #fff;
  font-size: 33px;
  font-weight: normal;
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  line-height: 32px;
}

header nav {
  float: right;
}

header nav ul,
header nav ul li {
  margin: 0;
  padding: 0;
}

header nav ul li {
  list-style: none;
  display: inline-block;
}
header nav ul li a {
  margin: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 34px;
  color: #fff;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1020px) {
  header.open-nav nav ul li a {
    margin: 0 0px !important;
  }
}

@media only screen and (min-width: 1020px) and (max-width: 1040px) {
  header nav ul li a {
    margin: 0 8px;
  }
}
header nav ul li a.active,
header nav ul li a:hover {
  color: #f04e23;
}

@media only screen and (max-width: 1020px) {
  header nav {
    display: none;
  }
}

@media only screen and (min-width: 1020px) {
  header nav {
    float: right;
    margin-right: 52px;
  }
}

/* mobile-toggle */

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.open-nav .mobile-toggle span {
  opacity: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.open-nav .mobile-toggle span:first-child {
  opacity: 1;
  transform: rotate(-45deg) translate(0px, 6px);
  -webkit-transform: rotate(-45deg) translate(0px, 6px);
}
.open-nav .mobile-toggle span:last-child {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -8px);
  -webkit-transform: rotate(45deg) translate(-2px, -8px);
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 0px; /* 7 */
  top: 22px; /* 17 */
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

@media only screen and (max-width: 1020px) {
  .mobile-toggle {
    display: block;
  }
  .open-nav nav {
    display: block !important;
    margin-top: 50px;
  }
  .open-nav nav ul li {
    display: block;
    text-align: right; /*margin-right: 14px;*/
  }
}

.mobile-toggle span {
  width: 21px; /* 30 */
  height: 2px; /* 4 */
  margin-bottom: 4px; /* 6 */
  /*border-radius: 1000px;*/ /* 100 */
  background: #fff;
  display: block;
}

/* header sticky */
header,
header.sticky {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 300;
}

/*
* === MAIN SECTION =========================================================
*/

#main {
  margin-top: 54px;
  position: relative;
  background-image: url(../img/background-main_section_leftcrop.gif);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

#main:after {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  z-index: 1;
}

#main .wrap {
  position: relative;
  z-index: 2;
}

#main .wrap:after {
  clear: both;
  display: block;
  content: '';
}

.intro {
  padding: 30px 20px;
  /*background-color: rgba(255,255,255,0.9);*/
  background-color: rgba(237, 236, 235, 0.95);
  max-width: 500px;
  /*border:solid 1px #f04e23;*/
  display: inline-block;
  float: left;
}

.intro h2 {
  padding-top: 0 !important;
  font-size: 32px;
  margin-bottom: 16px;
  padding-bottom: 0;
}

.intro p {
  font-size: 18px;
  margin-bottom: 0 !important;
}

.donate-form {
  display: inline-block;
  float: right;
}

@media only screen and (max-width: 1020px) {
  .intro,
  .donate-form {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .donate-form img {
    display: block;
    margin: 0 auto;
  }
  .intro {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .donate-form img {
    width: 100%;
  }
  .intro h2 {
    font-size: 24px;
  }
  .intro p {
    line-height: inherit;
  }
}

/*
* === REPORTS SECTION =========================================================
*/

#reports {
  background-color: #f3f3f3;
}

#reports .img-wrap {
  float: left;
  padding-right: 0px;
  margin-right: 24px;
  width: 300px;
}
#reports .img-wrap img {
  width: 100%;
  margin-left: -12px;
}

@media (max-width: 1070px) {
  #reports .img-wrap {
    float: none;
    margin-right: inherit;
    margin: 0 auto;
  }
}

#reports p {
  font-size: 18px;
}

@media only screen and (max-width: 400px) {
  #reports .img-wrap {
    float: none;
    padding-right: 0px;
    width: 100px;
    margin: 0 auto;
  }
  #reports .img-wrap img {
    width: 100%;
  }
}

#reports .content {
  display: inline-block;
  max-width: 700px;
}
#reports .content div.links-wrap:after {
  display: block;
  content: '';
  clear: both;
}
#reports .content .links-wrap a {
  border: 1px solid #becbd2;
  padding: 0px 10px;
  margin-right: 0;
  line-height: 34px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#reports .content .links-wrap a:hover {
  border: 1px solid #f04e23;
}
@media only screen and (max-width: 600px) {
  #reports .content .links-wrap a {
    line-height: 34px;
    font-size: 16px;
  }
}
#reports .content a:hover {
  text-decoration: none;
}
#reports h2 {
  margin-top: 0;
}
.icon-link-ext {
  font-size: 14px;
}
#reports h2 a {
  text-decoration: none;
}
#reports h2 a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 400px) {
  .icon-database {
    margin: 0 auto !important;
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  #reports .content {
    display: block;
  }
}

/*
* === ABOUT SECTION =========================================================
*/

#bday-about p,
#about p {
  font-size: 18px;
  max-width: 650px;
}
#bday-about p {
  max-width: 588px;
  margin: 0 auto;
}
#bday-about img,
#about img {
  float: right;
  margin-left: 20px;
  max-width: 400px;
  width: 100%;
}

#bday-about h2,
#about h2 {
  display: inline-block;
  margin-top: 0 !important;
}

#bday-about h2 {
  display: block;
  text-align: center;
}

#bday-about ul {
  font-size: 18px;
  margin-top: 0;
}

.icon-bday {
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 550px) {
  #bday-about img,
  #about img {
    float: none;
    margin: 0 auto !important;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 400px) {
  #bday-about p,
  #about p {
    font-size: inherit !important;
  }
}

/*
* === OPERATION SECTION =========================================================
*/

#orientation,
#orientation-bday {
  background-color: #f3f3f3;
}

#orientation .content.table,
#orientation-bday .content.table {
  box-sizing: content-box;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

#orientation-bday .content.table {
  justify-content: center;
}

#orientation .item,
#orientation-bday .item {
  padding-right: 20px;
  margin-right: 20px;
  max-width: 600px;
  float: left;
}
#orientation-bday .item {
  max-width: 413px;
  float: none;
}
#orientation-bday .item:last-child {
  margin-right: 0px;
}
#orientation .item > span,
#orientation-bday .item > span {
  text-align: center;
  border-radius: 50%;
  font-size: 32px;
  display: inline-block;
  margin: 7px 5px 0 0;
  /*width: 32px;*/
  color: #f04e23;
  float: left;
}

#orientation-bday .item > span {
  margin-top: 14px;
}

#orientation-bday .item .icon-digits {
  background: url(../img/digits.svg) no-repeat;
}

#orientation-bday .item .icon-book {
  background: url(../img/book.svg) no-repeat;
}

#orientation-bday .item .icon-browser {
  background: url(../img/browser.svg) no-repeat;
}

.icon-person {
  margin-left: -7px !important;
  margin-right: 0px !important;
}
.icon-phone {
  margin-right: 1px;
}

@media (min-width: 600px) and (max-width: 1280px) {
  #orientation .item,
  #orientation-bday .item {
    width: 45%;
  }
}

@media (min-width: 0px) and (max-width: 600px) {
  #orientation .item,
  #orientation-bday .item {
    width: inherit;
    min-height: inherit;
  }
}

@media only screen and (max-width: 600px) {
  #orientation .content.table,
  #orientation-bday .content.table {
    display: block;
  }
  #orientation .item,
  #orientation-bday .item {
    width: 100%;
    float: none;
    margin-right: 0px;
    padding-right: 0px;
  }
}

/*
* === SUMMARY SECTION =========================================================
*/

#summary {
  position: relative;
  /*
    background-image: url(../img/analytics.png);
    background-repeat: no-repeat;
    background-size: cover;
    */
}

#summary .background {
  position: absolute;
  opacity: 0.4;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 100%;
}

#summary .background {
  display: none;
}

#summary .wrap:after {
  clear: both;
  display: block;
  content: '';
}

.summary-items {
  display: flex;
  flex-wrap: wrap;
}

#summary .wrap .item {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
  padding-right: 20px;
  /*float: left;*/
}

#summary .wrap > h2 {
  display: block;
}

#summary .wrap .item h2,
#summary .wrap .item h3 {
  margin: 0;
  padding: 0;
}
#summary .wrap .item h2 {
  font-size: 30px;
}
#summary .wrap .item h2 {
  color: #f04e23;
}

@media (min-width: 600px) and (max-width: 1024px) {
  #summary .wrap .item {
    width: 45%;
  }
}

@media only screen and (max-width: 600px) {
  #summary .wrap .item h2 {
    font-size: 24px;
  }
  #summary .wrap .item {
    width: 100%;
    height: inherit;
    float: none;
    margin-right: 0px;
    padding-right: 0px;
    min-height: inherit !important;
  }
}

/*
* === HISTORY SECTION =========================================================
*/
body.en #history {
  background-color: #f3f3f3;
}
#history .text img {
  float: right;
  width: 100%;
  max-width: 440px;
}

@media only screen and (max-width: 600px) {
  #history .text img {
    float: none;
    margin-bottom: 10px;
  }
}

#history .text p {
  max-width: 700px;
  font-size: 18px;
}

#history .wrap {
  /*
    max-width: 1300px;
    display: block;
    margin: 0 auto;
    */
}
#history h2.title,
#history .hisory-items.content {
  max-width: 1300px;
  display: block;
}

.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tabs nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.tabs nav ul li {
  border: 1px solid #becbd2;
  border-bottom: none;
  margin: 0 10px 0 0;
  display: block;
  float: left;
  position: relative;
}

.tabs nav li.tab-current {
  border: 1px solid #f04e23;
  /*box-shadow: inset 0 2px #f04e23;*/
  border-bottom: none;
  z-index: 100;
}

.tabs .text {
  min-height: 400px;
}

.tabs nav a {
  color: #becbd2;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 20px;
}

.tabs nav li.tab-current a {
  color: #f04e23;
}

.tabs nav a:hover {
  color: #f04e23;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
  content: '';
  position: absolute;
  height: 1px;
  right: 100%;
  bottom: 0;
  width: 4000px;
  background: #f04e23;
}

.tabs nav li.tab-current:after {
  right: auto;
  left: 100%;
  width: 4000px;
}

.hisory-items section {
  display: none;
  margin: 0 auto;
}

.hisory-items section h3 {
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
}

.hisory-items section.content-current {
  display: block;
  margin-top: 20px;
}

a.next-hist-item {
  display: none;
}

@media only screen and (max-width: 950px) {
  .tabs nav ul li {
    border-bottom: solid 1px #becbd2 !important;
    margin-bottom: 5px;
  }
  .tabs nav li.tab-current {
    border-bottom: solid 1px #f04e23 !important;
  }
  .tabs .text {
    min-height: inherit;
  }

  #history #tabs {
    padding-top: 20px;
  }

  .tabs nav a {
    color: #becbd2;
    display: block;
    font-size: 16px;
    line-height: 34px;
    padding: 0 5px;
    white-space: nowrap;
    text-decoration: none;
  }
  .tabs nav li.tab-current:before,
  .tabs nav li.tab-current:after {
    display: none;
  }

  .hisory-items section {
    padding: 0 0px;
  }

  a.next-hist-item {
    display: block;
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #becbd2;
    text-align: center;
    text-decoration: none;
  }
  a.next-hist-item:hover {
    border: solid 1px #f04e23;
  }
}

/* next-hist-item */

/*
* === SUPPORT-US SECTION =========================================================
*/

#support-us {
  background-color: #f3f3f3;
}
body.en #support-us {
  background-color: inherit;
}

#support-us .item {
  width: 300px;
}
@media only screen and (max-width: 500px) {
  #support-us .item {
    width: auto;
  }
}

#support-us .item img {
  width: 100%;
}

#support-us .video a {
  position: relative;
  text-decoration: none;
  display: block;
}
#support-us .icon-play-circled2:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: block !important;
  margin: 0 auto !important;
  width: 100%;
  content: '';
  z-index: 10;
}
#support-us .icon-play-circled2:before {
  position: absolute;
  left: 0px;
  bottom: 10px;
  color: #fff;
  font-size: 48px;
  z-index: 30;
}

#support-us .item:hover .icon-play-circled2:before {
  color: #f04e23;
}
#support-us .item:hover .icon-play-circled2:after {
  background-color: rgba(0, 0, 0, 0.3);
}

#support-us .item h3.name {
}
#support-us .item h3.name span {
  display: block;
}

#support-us .item .cite:before {
  display: block;
  content: '';
  background-image: url(../img/blockquote.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}

#support-us .item .cite {
  font-style: italic;
}

@media only screen and (min-width: 600px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    bottom: 0px;
    top: inherit;
  }
  .owl-prev {
    left: 0 !important;
  }
  .owl-next {
    left: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: none !important;
  }
}

@media only screen and (max-width: 500px) {
  #support-us .item {
    width: inherit;
  }
}

/*
* === OTHER HELP SECTION =========================================================
*/
body.en #other-help {
  background-color: #f3f3f3;
}

#other-help {
}

#other-help .line-item:after {
  clear: both;
  display: block;
  content: '';
}

#other-help .line-item {
  padding: 10px 0;
  border-bottom: solid 1px #999;
}
#other-help .line-item:first-child {
  padding-top: 0;
}
#other-help .line-item:last-child {
  border-bottom: none;
}

#other-help .cover {
  width: 200px;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
#other-help .cover img {
  width: 160px;
  height: auto;
}
#other-help .label {
  display: inline-block;
  padding: 20px;
  text-align: center;
  color: #f04e23;
  width: 280px;
  float: left;
}
#other-help .descr {
  display: inline-block;
  max-width: 550px;
}
#other-help .descr a {
}

#other-help .descr a {
  border: 1px solid #f04e23;
  background-color: #f04e23;
  color: #fff;
  padding: 0px 10px;
  margin-right: 0;
  line-height: 34px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#other-help .descr a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  #other-help .descr a {
    line-height: 34px;
    font-size: 16px;
  }
}

/*
* === CRYPTO PAGE =========================================================
*/

#crypto-about .wrap {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#crypto-about .wrap p {
  margin-bottom: 5px;
}

#crypto-about .item {
  margin-top: 30px;
  width: 40%;
  float: left;
}
@media only screen and (max-width: 600px) {
  #crypto-about .item {
    width: auto;
    float: left;
  }
}

#crypto-about .img-wrap {
  float: right;
  margin-right: -10px;
  width: 60%;
}
#crypto-about .img-wrap img {
  width: 100%;
  margin-right: 0px;
}

@media (max-width: 1070px) {
  #crypto-about .img-wrap {
    float: right;
    margin-right: -10px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #crypto-about .img-wrap {
    float: right;
    width: 90%;
    margin-right: -10px;
    margin: 0 auto;
  }
  #crypto-about .img-wrap img {
    width: 100%;
  }
}

#crypto-wallets {
  background-color: #f3f3f3;
}

#crypto-wallets .logo {
  padding: 10px;
  max-width: 48px;
}
#crypto-wallets .copy {
  vertical-align: middle;
}

#crypto-wallets .crypto-item {
  width: 70%;
  overflow: auto;
}

#crypto-wallets .name-wrap {
  float: left;
  width: 30%;
}
#crypto-wallets .name {
  font-weight: bold;
}
#crypto-wallets .wallet-wrap {
  float: right;
  width: 70%;
  margin-top: 10px;
  background-color: #fff;
}
#crypto-wallets .wallet {
  width: calc(100% - 50px);
  border: 0;
  padding-left: 20px;
}

@media only screen and (max-width: 600px) {
  #crypto-wallets .crypto-item {
    width: 100%;
    overflow: auto;
  }
  #crypto-wallets .name-wrap {
    float: none;
    width: 100%;
  }
  #crypto-wallets .wallet-wrap {
    float: none;
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
  }
}

/*
* === FOOTER =========================================================
*/

.footer-logo {
  max-width: 150px;
  display: block;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.ovdinfo-services .label {
  display: block;
  color: #ccc;
  font-style: italic;
  text-transform: lowercase;
}

.footer-cell.ovdinfo-links a {
  display: inline-block;
}
.footer-cell.ovdinfo-links a:after {
  content: '•';
  color: #ccc;
  display: inline-block;
  margin-left: 5px;
}

.footer-cell.ovdinfo-links a:hover {
  text-decoration: underline;
}

.footer-cell.ovdinfo-links a:last-child:after {
  content: '';
}

.footer-cell p {
  font-size: inherit !important;
}

#footer {
  background-color: #2d2d2d;
  content: #fff;
  position: relative;
}

.footer-cells:after {
  clear: both;
  display: block;
  content: '';
}

.footer-cell {
  float: left;
  width: 350px;
  padding-right: 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 400px) {
  .footer-cell {
    width: inherit;
    float: none;
  }
}

.footer-cell h3 {
  color: #fff;
}
.footer-cell p {
  color: #ccc;
  margin: inherit;
}
.footer-cell a {
  text-decoration: none;
  color: #f04e23;
}
.footer-cell a:hover {
}

.messages {
  display: none;
}

#footer .messages-button {
  position: fixed;
  text-decoration: none;
  font-size: 32px;
  right: 10px;
  color: #fff;
  bottom: 10px;
  z-index: 100;
  padding: 10px;
  border-radius: 50%;
  background-color: #2d2d2d;
}
.our-social-links {
  margin-left: -12px;
}
.our-social-links a {
  text-decoration: none;
  font-size: 20px;
  margin: 5px;
  color: #ccc;
}

.our-social-links a:hover {
  color: #f04e23;
}

.buttons-wrap {
}

.our-social-links {
  margin-top: 20px;
}

.buttons-wrap a {
  border: 0;
  display: block;
  text-decoration: none !important;
  opacity: 1;
  transition: 0.3s;
  color: white;
  font-weight: bold;
}

.buttons-wrap a:hover {
  color: #f04e23;
}

@media only screen and (max-width: 400px) {
  .our-social-links {
    padding: 0px 0;
  }
}

/* share butt */

.share-butt {
  display: block;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 56px;
  width: 33px;
  line-height: 30px;
  padding: 7px 0 7px 7px;
  color: rgba(240, 78, 35, 0.9);
  cursor: pointer;
  background: #f3f3f3;
}

.social-likes {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-family: 'fontello-share';
  position: absolute;
  left: 0px;
  top: 45px;
  /* width: 26px; */
  z-index: 1010;
  padding-left: 7px;
  text-align: center;
  padding-right: 10px;
  border-top: solid 1px rgba(240, 78, 35, 0.9);
  border-left: solid 1px rgba(240, 78, 35, 0.9);
  border-bottom: solid 1px rgba(240, 78, 35, 0.9);
}

.social-likes {
  transform: translateY(-500px);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.social-likes.active {
  transform: translateY(0);
}

/* accordion */

/* Style the buttons that are used to open and close the accordion panel */

#faq {
  background-color: #f3f3f3;
}
body.en #faq {
  background-color: inherit;
}

#accordion {
  margin: 0 -10px;
}
#accordion > h3 {
  color: #444;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
#accordion > h3.active,
#accordion > h3:hover {
  /*background-color: #ccc;*/
}

/* Style the accordion panel. Note: hidden by default */
#accordion .item {
  padding: 10px 10px;
  display: none;
  overflow: hidden;
  max-width: 750px;
  transition: max-height 0.2s ease-out;
}

#accordion > h3:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 18px;
  color: #777;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 10px;
}

#accordion > h3.active:after {
  content: '-'; /* Unicode character for "minus" sign (-) */
}

/* form js */

.se-note.se-step,
.se-lang-switch {
  display: none;
}

.sc-donation-form {
  position: inherit !important;
  right: inherit !important;
  width: inherit !important;
  float: inherit !important;
}

.donate-form-wrap {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f3f3f3;
}

.donate-form-wrap.en-version,
.donate-form-wrap.ru-version {
  background-color: #fff;
}

.donate-form-wrap.en-version .oi-external-en-form,
.donate-form-wrap.ru-version .oi-external-ru-form {
  max-width: 100%;
}

.donate-en-form-wrap,
.donate-ru-form-wrap {
  display: flex;
  justify-content: center;
  background: #555;
  padding: 30px;
}

.donate-form-wrap.donate-message {
  max-width: 700px;
}

.donate-form-r-en.donate-message,
.donate-form-r-ru.donate-message {
  width: 100%;
  max-width: 600px;
  padding: 10px;
}

.donate-form-r-en.donate-message li a,
.donate-form-r-ru.donate-message li a {
  background-color: unset;
}

.sc-button,
.sc-donation-form .se-step .sc-sum-selector input,
.sc-toggle,
.sc-toggle .se-on,
.sc-toggle .se-off,
.sc-button {
  border-radius: 0px !important;
}

#form-header {
  padding: 20px 20px 0 20px;
}
#form-header h2 {
  padding-top: 0;
  margin-bottom: 10px;
  padding-right: 20px;
  max-width: 400px;
}
#form-header p {
  margin-bottom: 0;
}

#form-footer {
  padding: 0 20px 20px;
}
#form-footer p {
  font-size: 12px;
  line-height: 16px;
}

.sc-donation-form .se-step {
  width: inherit !important;
}

.sc-donation-form .se-step .sc-sum-selector button,
.sc-donation-form .se-step .sc-sum-selector input {
  width: 149px !important;
}

.sc-donation-form .se-step {
  background: none !important;
}

#donate-link-mobile-cont {
  display: none;
  position: fixed;
  right: 96px;
  top: 17px;
}

#donate-link-back-mobile {
  position: absolute;
  width: 100%;
  height: 24px;
  background: #f04e23;
  z-index: -1;
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
#donate-link-mobile {
  color: #fff;
  text-decoration: none;
  padding: 2px 3px 3px 3px;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 370px) {
  #donate-link-mobile-cont {
    right: 87px;
  }
  #donate-link-mobile {
    font-size: 10px;
    line-height: 18px;
    display: block;
  }
}

.se-step-title {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .donate-form-wrap {
    float: none;
  }
  .sc-donation-form .se-step {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto !important;
  }
  .se-step-title img {
    display: none;
  }
}
@media only screen and (max-width: 1020px) {
  #donate-link-mobile-cont {
    display: block;
  }
  header nav ul li:last-child {
    display: none !important;
  }
}

.other-help_link {
  margin: -10px 0 0 0;
  padding: 0 20px 20px 20px;
  text-align: center;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.sc-sum-selector .sc-input::placeholder,
.sc-donation-form .se-step .sc-input,
.sc-dropdown .se-option,
.sc-button,
.other-help_link,
.sc-checkbox-container label,
body.page button.sc-button {
  font-size: 14px !important;
  color: #3e3e3e !important;
}

.sc-donation-form .se-step .sc-sum-selector button.active {
  background: #ef4e23;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #form-header h2 {
    display: none;
  }
  #form-header p {
    padding-right: 10px;
  }
  .sc-donation-form .se-step .sc-sum-selector button,
  .sc-donation-form .se-step .sc-sum-selector input {
    width: 31% !important;
    margin: 1% !important;
  }
  .sc-sum-selector .sc-input::placeholder,
  .sc-donation-form .se-step .sc-input,
  .sc-dropdown .se-option,
  .sc-button,
  .other-help_link,
  .sc-checkbox-container label {
    font-size: 12px !important;
    color: #3e3e3e !important;
  }
  #main {
    background-image: none;
  }
  #main:after {
    background-color: #f3f3f3;
  }

  .sc-donation-form .se-step .sc-sum-selector button,
  .sc-donation-form .se-step .sc-sum-selector input {
    width: 48% !important;
    margin: 1% !important;
  }
  #main > .wrap {
    padding: 10px 0 0 0;
  }
  #form-header {
    padding: 10px 10px 0 10px;
  }
  .sc-donation-form .se-step {
    padding: 10px !important;
  }
}

.sc-button.active,
.sc-sum-selector .sc-input.active::placeholder,
.sc-donation-form .se-step .se-next-btn {
  color: #fff !important;
}
.sc-donation-form .se-step .se-next-btn:hover {
  text-decoration: underline;
}

.sc-checkbox-container label:before,
.sc-checkbox-container label:after {
  top: 12px !important;
}

.other-help_link:hover {
  text-decoration: underline;
}

.sc-toggle .se-off {
  border-radius: none !important;
}
.sc-header {
  display: none !important;
}

.sc-donation-form .se-step .se-step-title img {
  display: none !important;
}
header nav ul li:last-child {
  position: relative;
}
#donate-link-back {
  position: absolute;
  width: 100%;
  height: 34px;
  background-color: #ef4e23;
  z-index: -1;
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
#donate-link {
  /*margin-top: 10px;*/
  opacity: 0;
  visibility: hidden;
  font-weight: bold;
}
header nav ul li a#donate-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* rel pages */

.sc-unsubscribe,
.sc-change-subscription,
.sc-bank-details {
  padding: 0 20px 20px 20px;
}

@media only screen and (max-width: 600px) {
  .sc-unsubscribe,
  .sc-change-subscription {
    padding: 0 10px 10px 10px;
  }
}

#main.without-image {
  background-image: none;
}
#main.without-image:after {
  background-color: #f3f3f3;
}

@media only screen and (max-width: 600px) {
  body.page #form-header h2 {
    display: block;
  }
}

body.page #main {
  min-height: 70vh;
}

body.page .se-feedback {
  margin: 0px;
  height: 61px;
  max-width: 100%;
  width: 100%;
  min-height: 90px;
  padding: 10px;
  display: block;
  border: 1px solid #e0e4e4;
}

body.page .se-description p {
  margin: 5px 0 20px 0;
  font-size: 14px;
  line-height: 18px;
}

body.page button.sc-button {
  border: none;
  width: 100%;
  margin: 20px 2px 10px;
  text-transform: uppercase;
  background: #ef4e23;
  font-size: 14px !important;
  color: #fff !important;
}
body.page button.sc-button:hover {
  text-decoration: underline;
}

body.page .sc-thanks {
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  .sc-thanks {
    padding: 10px;
  }
}

body.page .sc-thanks .se-title {
  padding-top: 0;
  margin: 0 !important;
  padding-bottom: 16px;
  padding-right: 20px;
  max-width: 400px;
  font-family: 'podkova';
  font-size: 24px;
  font-weight: bold;
}

body.changesubscription #form-header h2 {
  max-width: inherit;
  padding-right: 0 !important;
}

body.changesubscription .sc-change-subscription .se-inline .sc-input {
  width: 48%;
  max-width: inherit;
  margin-bottom: 20px;
  margin-right: 2%;
}

body.page #donate-link-back {
  opacity: inherit;
  visibility: inherit;
  left: inherit;
}
body.page #donate-link {
  opacity: inherit;
  visibility: inherit;
}

body.thanks #main .social-likes {
  display: block;
  transform: inherit;
  background: inherit;
  position: inherit;
  border: inherit;
}
body.thanks #main .social-likes > div {
  display: inline-block;
  cursor: pointer;
  font-size: 36px;
}

body.thanks #main .icons-block-en {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.thanks #main .icons-block-en span {
  display: block;
  color: #ef4e23;
}

body.thanks #main .social-likes-en {
  text-align: right;
}

body.thanks #main .social-likes-en > div {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 20px;
  color: #ef4e23;
}

body.thanks #main .social-likes > div:hover {
  color: #ef4e23;
}

body.interim .interim-links {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

body.interim .interim-links a {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #f04e23;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

body.interim .interim-links .back {
  background: none;
  color: #3e3e3e;
  border: 2px solid #3e3e3e;
}

.afterhelp-share {
  padding: 0 20px 20px 20px;
}

#main .afterhelp-heading-en {
  padding-bottom: 28px;
  font-size: 15px;
  font-family: inherit;
}

@media only screen and (max-width: 600px) {
  .afterhelp-share {
    padding: 0 20px 20px 20px;
  }
}
body.page #form {
  display: none;
}

/* en page */

#alt-paypal-link {
  display: none;
}
body.en #alt-paypal-link {
  display: block;
}
body.en #alt-paypal-link {
  margin: 0px auto;
  padding: 0px 20px 20px 20px;
  text-decoration: none;
}
body.en #alt-paypal-link {
  display: flex;
}
body.en #alt-paypal-link img {
  max-width: 100px;
  height: 60px;
  margin: 0 10px;
}
body.en #alt-paypal-link .se-bank-meta {
  display: block;
  padding: 0px 10px;
}

body.en #alt-paypal-link .se-bank-meta .se-title,
body.en #alt-paypal-link .se-bank-meta .se-description {
  display: block;
  font-size: 14px;
}
body.en #alt-paypal-link .se-bank-meta .se-title {
  color: #3e3e3e !important;
}
body.en #alt-paypal-link .se-bank-meta .se-description {
  text-decoration: underline;
}
body.en #alt-paypal-link:hover .se-bank-meta .se-description {
  text-decoration: none;
}

body.en #support-us .item .cite:before {
  display: none !important;
  content: inherit !important;
}

#support-us .item h3.name a {
  text-decoration: none;
  color: #3e3e3e !important;
}
#support-us .item h3.name a:hover {
  color: #f04e23 !important;
}

.cell-links a {
  display: block;
}
.cell-links a:hover {
  text-decoration: underline;
}

.oi-donation-form {
  max-width: 100% !important;
  background: none !important;
  padding: 20px 20px 0px !important;
}

.oi-donation-form input,
.oi-donation-form textarea {
  background-color: #fff !important;
}

.oi-donation-form .sum-selector .other-sum.active {
  color: inherit !important;
}

.oi-donation-form .corner {
  display: none;
}

.oi-donation-form .month-switcher p {
  font-size: inherit;
}

.oi-donation-form .external-footer p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 16px;
}

@media only screen and (max-width: 600px) {
  .oi-donation-form {
    padding: 20px 10px 30px !important;
  }
}

.inagent {
  margin-top: 20px;
  color: white;
}
.inagent p {
  font-size: 12px;
  line-height: 1.2em;
}
.inagent a {
  text-decoration: none;
}
.inagent a:hover {
  text-decoration: underline;
}

.donate-message {
  padding: 10px 20px;
}

.donate-message li {
  font-size: 18px;
  margin-bottom: 5px;
}

.donate-form-r-ru.donate-message li {
  margin-bottom: 0;
}

.donate-message li a,
.donate-message .donate-button {
  background-color: #f04e23;
  color: #fff;
  padding: 2px 4px;
}

/* language-switcher */

.language-switcher {
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  height: 32px;
  letter-spacing: 0.07em;
  color: #fff;
  border: solid 2px #fff;
  text-decoration: none;
  padding: 5px;
  text-transform: uppercase;
  border-radius: 14px;
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 12px;
}

.language-switcher:hover {
  color: rgba(255, 111, 55, 1);
  border: solid 2px rgba(255, 111, 55, 1);
}

@media only screen and (max-width: 1020px) {
  .language-switcher {
    right: 42px;
  }
}
