@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'PeaceSans';
  src: url("../fonts/PeaceSans/PeaceSans.eot?#iefix") format("embedded-opentype"), url("../fonts/PeaceSans/PeaceSans.woff") format("woff"), url("../fonts/PeaceSans/PeaceSans.ttf") format("truetype"), url("../fonts/PeaceSans/PeaceSans.svg#PeaceSans") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSans-NarrowBold';
  src: url("../fonts/PTSans-NarrowBold/PTSans-NarrowBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-NarrowBold/PTSans-NarrowBold.woff") format("woff"), url("../fonts/PTSans-NarrowBold/PTSans-NarrowBold.ttf") format("truetype"), url("../fonts/PTSans-NarrowBold/PTSans-NarrowBold.svg#PTSans-NarrowBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSans-Regular';
  src: url("../fonts/PTSans-Regular/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Regular/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular/PTSans-Regular.ttf") format("truetype"), url("../fonts/PTSans-Regular/PTSans-Regular.svg#PTSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PTSans-Bold';
  src: url("../fonts/PTSans-Bold/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Bold/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold/PTSans-Bold.ttf") format("truetype"), url("../fonts/PTSans-Bold/PTSans-Bold.svg#PTSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

.container:after, 
.ord__b:after, 
.donate__list:after, 
.donate__form-top:after, 
.donate__form-bottom:after {
  content: "";
  clear: both;
  display: table; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
  border: none; }

.hidden {
  display: none; }

button, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

button:disabled, input:disabled {
  opacity: .5;
  cursor: auto !important; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #505050;
  font-family: "PTSans-Regular", sans-serif;
  font-size: 14px; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #505050;
  font-family: "PTSans-Regular", sans-serif;
  font-size: 14px; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #505050;
  font-family: "PTSans-Regular", sans-serif;
  font-size: 14px; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #505050;
  font-family: "PTSans-Regular", sans-serif;
  font-size: 14px; }

a:active, a:focus {
  outline: none; }

a {
  text-decoration: none;
  display: inline; }

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-family: "PeaceSans", sans-serif;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px; }

h2 {
  line-height: 1; }

strong {
  font-family: "PeaceSans", sans-serif;
  font-weight: normal; }

p {
  margin: 0;
  padding: 0; }

body {
  font: 14px/1.2 "PTSans-Regular", sans-serif;
  color: #505050;
  min-width: 320px;
  background: #fff;
  letter-spacing: 0.65px; }

.container {
  max-width: 1170px;
  margin: 0 auto; }

/*  Elements  */
.btn, .btn-o, .btn-f {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  border-radius: 25px;
  font-family: "PTSans-NarrowBold", sans-serif; }

.btn-o {
  height: 57px;
  line-height: 51px;
  padding: 0 33px;
  border: 3px solid #878786;
  background-color: transparent;
  color: #262424;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-o:hover {
    background-color: #616162;
    border-color: #616162;
    color: #fff; }

.btn-f {
  position: relative;
  z-index: 0;
  width: 230px;
  height: 57px;
  line-height: 57px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: .8; }
  .btn-f:hover {
    opacity: 1; }

.phone-form {
  position: relative; }
  .phone-form label {
    position: relative; }
  .phone-form .rfield_error {
    position: absolute;
    z-index: 5000;
    top: -65px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    display: block;
    padding: 5px 10px;
    background: rgba(208, 0, 0, 0.8);
    color: #fff;
    font-family: "PTSans-Regular", sans-serif;
    font-size: 14px;
    visibility: hidden;
    border: none; }
    .phone-form .rfield_error:before {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -4px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 5px 0 5px;
      border-color: rgba(208, 0, 0, 0.8) transparent transparent transparent; }

/*  Elements  End */
/*  Animation  */
/*  Animation  End*/
.main > * {
  position: relative; }

.header {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  padding: 9px 0;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-family: "PTSans-NarrowBold", sans-serif; }
  .header a {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    letter-spacing: 2.8px; }
    .header a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .header__lang {
    float: right; }
    .header__lang li {
      display: inline-block;
      vertical-align: middle; }
    .header__lang a {
      position: relative;
      line-height: 33px;
      height: 39px;
      width: 50px;
      display: inline-block;
      text-align: center;
      border-radius: 25px;
      border: 3px solid rgba(135, 135, 135, 0);
      background-color: transparent;
      -webkit-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out; }
      .header__lang a.active, .header__lang a:hover {
        border-color: #878787; }

/* Main navigation */
.menu-btn {
  display: none;
  position: relative;
  border: 0;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .menu-btn > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 32px; }
  .menu-btn i {
    text-transform: uppercase;
    font-family: "PTSans-Regular", sans-serif; }
  .menu-btn span {
    position: relative;
    margin: 0 10px 0 0;
    width: 18px;
    height: 3px;
    background-color: #fff; }
    .menu-btn span:after, .menu-btn span:before {
      content: '';
      position: absolute;
      top: -6px;
      left: 0;
      width: 18px;
      height: 3px;
      background-color: #fff; }
    .menu-btn span:after {
      top: 6px; }
  .menu-btn:hover, .menu-btn.active {
    background-color: #373737; }

.main-nav {
  float: left; }
  .main-nav__list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px; }
    .main-nav__list li:last-child {
      margin-right: 0; }
    .main-nav__list li:first-child a:hover {
      color: #ff003c; }
    .main-nav__list li:last-child a:hover {
      color: #00ed88; }
  .main-nav__list a {
    line-height: 39px;
    display: inline-block; }

.s-intro {
  background: transparent url("../images/intro-bg.jpg") 50% 45% no-repeat;
  background-size: cover;
  background-color: #585858;
  padding: 190px 0 289px; }

.intro {
  color: #fff; }
  .intro h1 {
    font-size: 90px;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 4.5px; }
  .intro p {
    font-family: "PeaceSans", sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 2.5px; }

.s-ord {
  padding: 120px 0 70px;
  background-color: #fff; }
  .s-ord.s-ord--2 {
    padding: 107px 0 86px; }

.ord {
  text-align: center; }
  .ord h2 {
    font-size: 36px;
    margin-bottom: 40px; }
  .ord p {
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 75px;
    text-align: left; }
  .ord__b {
    width: 50%;
    margin: 0 auto; }
    .ord__b > a {
      margin-bottom: 30px;
      float: left; }
    .ord__b .soc {
      width: auto;
      float: right;
      margin-bottom: 30px; }

.s-slider {
  background-color: #8d8d8d; }
  .s-slider.loading {
    height: 442px;
    overflow: hidden; }

.slider__holder {
  height: 442px;
  position: relative;
  max-width: 1170px;
  margin: 0 auto; }
  .slider__holder p {
    position: absolute;
    bottom: 60px;
    right: 77px;
    color: #fff;
    font-family: "PTSans-NarrowBold", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px; }

.slider__bg {
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: cover; }

.slider__control {
  position: absolute;
  z-index: 51;
  top: 50%;
  margin-top: -21px;
  width: 100%; }
  .slider__control .container {
    position: relative;
    width: 100%; }
    .slider__control .container a {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 42px;
      text-indent: -9999px;
      overflow: hidden;
      background: transparent url("../images/icons/icon-arrow-slider.png") 0 0 no-repeat;
      opacity: .8;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .slider__control .container a:focus, .slider__control .container a:hover, .slider__control .container a:active {
        outline: none; }
      .slider__control .container a:hover {
        opacity: 1; }
      .slider__control .container a.bx-next {
        left: auto;
        right: 0;
        background-position: -24px 0; }

.slider__prev {
  float: left; }

.slider__next {
  float: right; }

.slider span {
  position: relative; }

.s-donate {
  padding: 0 0 50px;
  margin-bottom: 90px; }

.donate h2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 72px;
  line-height: 100px;
  letter-spacing: 1px;
  margin-bottom: 100px; }

.donate__list > li {
  position: relative;
  width: 50%;
  padding-bottom: 30px; }
  .donate__list > li:first-child {
    float: left;
    text-align: left; }
    .donate__list > li:first-child .donate__image a {
      background: transparent url("../images/donate-1.jpg") 50% 50% no-repeat; }
      .donate__list > li:first-child .donate__image a.hover {
        background: transparent url("../images/donate-1-hover.jpg") 50% 50% no-repeat; }
    .donate__list > li:first-child .donate__text > p span {
      color: #00ed88; }
    .donate__list > li:first-child .donate__text .btn-f {
      background: #00cc88;
      background: -webkit-linear-gradient(left, #00cc88 0%, #00ed88 100%);
      background: linear-gradient(to right, #00cc88 0%, #00ed88 100%); }
    .donate__list > li:first-child .donate__bottom p {
      padding-left: 150px; }
    .donate__list > li:first-child .donate__bottom div {
      padding-left: 150px;
      background: #00cc88;
      background: -webkit-linear-gradient(left, #00cc88 0%, #00ed88 100%);
      background: linear-gradient(to right, #00cc88 0%, #00ed88 100%); }
  .donate__list > li:last-child {
    float: right;
    text-align: right; }
    .donate__list > li:last-child .donate__image a {
      background: transparent url("../images/donate-2.jpg") 50% 50% no-repeat; }
      .donate__list > li:last-child .donate__image a.hover {
        background: transparent url("../images/donate-2-hover.jpg") 50% 50% no-repeat; }
      .donate__list > li:last-child .donate__image a:hover:before {
        background-color: rgba(221, 2, 52, 0.8); }
    .donate__list > li:last-child .donate__text > p span {
      color: #ff003c; }
    .donate__list > li:last-child .donate__text .btn-f {
      background: #dd0234;
      background: -webkit-linear-gradient(left, #dd0234 0%, #ff003c 100%);
      background: linear-gradient(to right, #dd0234 0%, #ff003c 100%); }
    .donate__list > li:last-child .donate__bottom {
      text-align: right; }
      .donate__list > li:last-child .donate__bottom p {
        padding-right: 150px; }
      .donate__list > li:last-child .donate__bottom div {
        padding-right: 138px;
        background: #dd0234;
        background: -webkit-linear-gradient(left, #dd0234 0%, #ff003c 100%);
        background: linear-gradient(to right, #dd0234 0%, #ff003c 100%); }

.donate__top {
  position: relative;
  max-width: 510px;
  display: inline-block; }

.donate__image {
  position: relative;
  margin-bottom: 57px; }
  .donate__image a {
    position: relative;
    width: 510px;
    height: 442px;
    display: block;
    background-size: cover; }
    .donate__image a:before, .donate__image a:after {
      content: '';
      position: absolute;
      opacity: 0; }
    .donate__image a:before {
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 205, 136, 0.8);
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .donate__image a:after {
      z-index: 2;
      top: 50%;
      left: 50%;
      margin: -39.5px 0 0 -39.5px;
      width: 79px;
      height: 79px;
      background: transparent url("../images/icons/icon-plus.png") 50% 50% no-repeat;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .donate__image a:hover:after, .donate__image a:hover:before {
      opacity: 1; }

.donate__text {
  text-align: center;
  margin-bottom: 30px;
  height: 230px; }
  .donate__text > .btn-wrap {
    text-align: center; }
  .donate__text > p {
    padding-top: 30px;
    font-family: "PeaceSans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center; }
    .donate__text > p span:after {
      content: '\0020ac';
      font-family: "PeaceSans", sans-serif; }
  .donate__text.active > p {
    text-align: right; }

.donate .donate-open.hide {
  opacity: 0;
  height: 0;
  display: none; }

.donate__bottom {
  display: none;  
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: "PeaceSans", sans-serif;
  text-transform: uppercase; }
  .donate__bottom p {
    font-size: 30px;
    margin-bottom: 15px; }
  .donate__bottom div {
    background-color: #fff;
    font-size: 60px;
    height: 85px;
    line-height: 85px;
    color: #fff; }

.donate__form {
  display: none;
  text-align: left; }
  .donate__form.open {
    display: block; }
  .donate__form-top {
    margin-bottom: 40px; }
    .donate__form-top p {
      font-size: 16px;
      margin-bottom: 15px; }
  .donate__form-l {
    float: left;
    width: 72%; }
  .donate__form-r {
    float: right;
    width: 28%; }
  .donate__form ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8% 10px 0; }
  .donate__form ul a {
    width: 44px;
    position: relative;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    font: 14px/45px "PeaceSans", sans-serif;
    cursor: pointer;
    color: #505050;
    border-radius: 3px;
    text-align: center;
    background: #d1d1d1;
    background: -webkit-linear-gradient(left, #d1d1d1 0%, #f0eeee 100%);
    background: linear-gradient(to right, #d1d1d1 0%, #f0eeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#f0eeee',GradientType=1 );
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out; }
    .donate__form ul a:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      background: #3c3c3c;
      background: -webkit-linear-gradient(left, #3c3c3c 0%, #7d7d7d 100%);
      background: linear-gradient(to right, #3c3c3c 0%, #7d7d7d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#7d7d7d',GradientType=1 );
      z-index: 2;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .donate__form ul a:hover {
      color: #fff; }
      .donate__form ul a:hover:after {
        opacity: 1; }
    .donate__form ul a span {
      position: relative;
      z-index: 3; }
      .donate__form ul a span:after {
        content: '\0020ac';
        font-family: "PeaceSans", sans-serif; }
  .donate__form input {
    line-height: 42px;
    height: 42px;
    width: 145px;
    padding: 0 10px;
    color: #262424;
    background-color: #e6e6e6;
    box-shadow: inset 0 2px 4px rgba(77, 77, 77, 0.19);
    font-family: "PeaceSans", sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px; }
  .donate__form-bottom > * {
    display: inline-block;
    vertical-align: middle;
    width: 49.4%; }
  .donate__form-bottom p {
    color: #969696;
    font-size: 12px;
    padding: 15px 0;
    display: none; }
    .donate__form-bottom p.active {
      display: inline-block; }
  .donate__form-bottom .btn-wrap {
    text-align: right; }

.donate__bdesc {
  width: 100%;
  font-family: "PeaceSans", sans-serif;
  text-transform: uppercase; }
  .donate__bdesc-header {
    overflow: hidden;    
  }
  .donate__bdesc-header li:first-child {
    float: left;
    padding-left: 150px;
  }
  .donate__bdesc-header li:last-child {
    float: right;
    text-align: right;
    padding-right: 150px;
  }
  .donate__bdesc-header li {
    font-size: 30px;
    margin-bottom: 15px; }
  .donate__bdesc-line {
    position: relative;
    z-index: 0;
    overflow: hidden;    
    background: #dd0234;
    background: -webkit-linear-gradient(left, #dd0234 0%, #ff003c 100%);
    background: linear-gradient(to right, #dd0234 0%, #ff003c 100%); 
  }
  .donate__bdesc-line .donate__bdesc-progress {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #00cc88;
    background: -webkit-linear-gradient(left, #00cc88 0%, #00ed88 100%);
    background: linear-gradient(to right, #00cc88 0%, #00ed88 100%);     
    -webkit-transition: width 1s ease-in-out 1s;
       -moz-transition: width 1s ease-in-out 1s;
        -ms-transition: width 1s ease-in-out 1s;
         -o-transition: width 1s ease-in-out 1s;
            transition: width 1s ease-in-out 1s;
  }
  .donate__bdesc-line p {
    font-size: 60px;
    height: 85px;
    line-height: 85px;
    color: #fff;   
  }
  .donate__bdesc-line p:first-child {
    float: left;
    padding-left: 150px;
  }    
  .donate__bdesc-line p:last-child {
    float: right;
    padding-right: 138px;
  }    

.s-glad {
  padding: 140px 0 55px;
  background: #585858 url("../images/glad-bg.jpg") 50% 25% no-repeat;
  background-size: cover;
  background-color: #585858; }

.glad {
  overflow: hidden;
  width: 100%;
  max-width: 510px;
  color: #fff; }
  .glad h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: none;
    margin-bottom: 55px;
    letter-spacing: 3px; }
  .glad p {
    position: relative;
    float: right;
    max-width: 440px;
    width: 100%;
    margin-bottom: 10px;
    font: 14px/33px "PTSans-NarrowBold", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
    .glad p:after {
      content: "";
      clear: right;
      display: table; }

.soc {
  max-width: 440px;
  width: 100%;
  float: right; }
  .soc li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 30px 20px 0;
    font: 14px/20px "PTSans-NarrowBold", sans-serif;
    text-transform: uppercase; }
    .soc li:last-child {
      margin-right: 0;
      letter-spacing: 2px; }
    .soc li a,
    .soc li button {
      cursor: pointer;
      display: block;
      width: 54px;
      height: 54px;
      overflow: hidden;
      text-indent: -9999px;
      background-image: url("../images/icons/icons-soc.png");
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: 0 0;
      opacity: .8;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .soc li a.icon-fb,
      .soc li button.icon-fb {
        background-position: 0 0; }
      .soc li a.icon-vk,
      .soc li button.icon-vk {
        background-position: -54px 0; }
      .soc li a.icon-gp,
      .soc li button.icon-gp {
        background-position: -109px 0; }
      .soc li a.icon-inst,
      .soc li button.icon-inst {
        background-position: -163px 0; }
      .soc li a:hover,
      .soc li button:hover {
        opacity: 1; }

.footer {
  padding: 50px 0 20px;
  text-align: center; }
  .footer__adc {
    float: left;
    padding-top: 20px; }
    .footer__adc li {
      display: inline-block;
      vertical-align: top;
      margin-right: 70px; }
  .footer a {
    opacity: .9;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .footer a:hover {
      opacity: 1; }
    .footer a.dev-link {
      margin: 17px 4px 0 0;
      letter-spacing: 1.4px;
      float: right;
      color: #585858;
      font: 14px/20px "PTSans-NarrowBold", sans-serif;
      text-transform: uppercase;
      opacity: 1;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .footer a.dev-link > * {
        display: inline-block;
        vertical-align: middle; }
      .footer a.dev-link span {
        margin-right: 5px; }
      .footer a.dev-link:hover {
        color: #00ed88; }

/* Попап */
.popup-show .mfp-container {
  padding: 0; }

.popup-show .mfp-content {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  overflow-x: hidden;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out; }

.popup-show.mfp-ready .mfp-content {
  right: 0; }

.popup-show.mfp-removing .mfp-content {
  right: -50%; }

.popup-show .mfp-close {
  left: 25px;
  top: 10px;
  width: auto;
  height: auto;
  font: 32px/1 "PTSans-Bold", sans-serif;
  color: #505050;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
  .popup-show .mfp-close:hover {
    color: #ff003c; }

.popup-show--left .mfp-content {
  right: auto;
  left: -50%;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out; }

.popup-show--left.mfp-ready .mfp-content {
  right: auto;
  right: 0; }

.popup-show--left.mfp-removing .mfp-content {
  right: auto;
  left: -50%; }

.popup-show--left .mfp-close {
  left: auto;
  right: 20px; }

.popup-chuvak__header {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background-color: #fff; }

.popup-chuvak__body {
  width: 100%;
  padding: 80px 50% 60px 70px;
  background-color: #fff;
  text-align: left;
  height: 100vh;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden; }

.popup-chuvak__cont h2 {
  font-size: 30px;
  margin-bottom: 45px; }

.popup-chuvak__cont ul {
  margin-bottom: 30px; }
  .popup-chuvak__cont ul li {
    font-size: 14px;
    line-height: 1.8; }

.popup-chuvak__cont h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px; }

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1680px) {
  .popup-chuvak__body {
    padding-right: 30%; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 15px; }
  .donate h2 {
    padding: 0 15px; }
  .donate__list > li:first-child .donate__bottom p {
    padding-left: 25%; }
  .donate__list > li:first-child .donate__bottom div {
    padding-left: 25%; }
  .donate__list > li:last-child .donate__bottom p {
    padding-right: 25%; }
  .donate__list > li:last-child .donate__bottom div {
    padding-right: 25%; }
  .donate__top {
    width: 450px; }
  .donate__image a {
    width: 100%; }
  .donate__form-l {
    width: 295px; }
  .donate__form-r {
    width: 145px; }
  .donate__form ul li {
    margin-right: 5%; }
  .donate__bottom {
    text-align: left; }
  .popup-chuvak__body {
    padding-right: 70px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .s-intro {
    background-position-x: 70%; }
  .s-ord.s-ord--2 {
    padding-bottom: 30px; }
  .ord p {
    width: 70%; }
  .ord__b {
    width: 70%; }
  .s-donate {
    padding-bottom: 0;
    margin-bottom: 0; }
    .s-donate .container {
      padding: 0; }      
  .donate h2 {
    width: 100%; }
    .donate__list>li {
      padding-bottom: 175px;  
    }
    .donate__bottom {
      display: block;    
    }
  .donate__bdesc {
    display: none;    
  }
  .donate__list > li {
    float: none !important;
    width: 100%;
    text-align: center !important;
    margin-bottom: 60px; }
  .donate__text {
    height: auto; }
  .popup-show .mfp-content {
    right: -60%;
    width: 60%; }
  .popup-show.mfp-removing .mfp-content {
    right: -60%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .ord p {
    width: 80%; }
  .ord__b {
    width: 80%; }
  .donate h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 60px;
    text-align: left; }
  .footer__adc li {
    margin-right: 55px; }
  .popup-show .mfp-content {
    right: -80%;
    width: 80%; }
  .popup-show.mfp-removing .mfp-content {
    right: -80%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 600px) {
  .main-nav__list li:first-child a {
    color: #212121; }
  .main-nav__list li:last-child a {
    color: #212121; }
  .main-nav__list a span {
    display: none; }
  .s-intro {
    padding: 340px 0 139px; }
  .intro h1 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px; }
  .intro p {
    font-size: 18px; }
  .ord__b {
    width: 100%;
    text-align: center; }
    .ord__b > a {
      float: none; }
    .ord__b .soc {
      float: none; }
  .s-glad {
    background-position-x: 70%; }
  .glad h2 {
    font-size: 50px;
    line-height: 1.5; }
  .donate__top {
    width: 430px; }
  .donate__text.active > p {
    text-align: inherit; }
  .donate__form-top {
    margin-bottom: 50px; }
  .donate__form-l {
    float: none;
    width: 100%; }
  .donate__form-r {
    float: left; }
  .donate__form ul li {
    margin-right: 0;
    margin-bottom: 25px;
    padding-right: 18.5%;
    width: auto; }
    .donate__form ul li:nth-last-child(2) {
      padding-right: 0; }
    .donate__form ul li:last-child {
      display: block;
      padding-right: 0;
      text-align: center; }
  .donate__form-bottom p {
    position: absolute;
    top: 160px;
    right: 0; }
  .donate__form-bottom .btn-wrap {
    width: 100%;
    text-align: center; }
  .footer {
    padding-bottom: 50px; }
    .footer a {
      float: right; }
    .footer a.dev-link {
      float: left; }
  .popup-show .mfp-content {
    right: -80%;
    width: 80%; }
  .popup-show.mfp-removing .mfp-content {
    right: -80%; }
  .popup-chuvak__body {
    padding-top: 120px;
    padding-right: 40px;
    padding-left: 40px; }
  .popup-chuvak .soc li {
    margin-right: 15px; }
    .popup-chuvak .soc li:last-child {
      margin-right: 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .s-glad {
    padding: 190px 0 289px;
    background-position-x: 64%; }
  .glad h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 70px; }
  .donate h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 60px; }
  .donate__list > li {
    padding-right: 15px;
    padding-left: 15px; }
  .donate__top {
    width: 100%; }
  .donate__image a {
    width: 100%;
    height: 370px;
    margin: 0 auto; }
  .donate__form ul li {
    padding-right: 15.5%; }
  .footer__adc li {
    margin-right: 30px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 400px) {
  .s-intro {
    background-position-x: 80%; }
  .intro h1 {
    font-size: 30px; }
  .intro p {
    font-size: 14px; }
  .donate__image a {
    height: 320px; }
  .donate__form ul li {
    padding-right: 11.2%; }
  .ord p {
    width: 100%; }
  .popup-show .mfp-content {
    right: -100%;
    width: 100%; }
  .popup-show.mfp-removing .mfp-content {
    right: -100%; }
  .popup-chuvak__body {
    padding-right: 15px;
    padding-left: 15px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 350px) {
  .soc li:last-child {
    margin-top: 20px; }
  .donate__image a {
    height: 290px; }
  .donate__form-bottom p {
    width: 45%; }
  .footer__adc li {
    margin-right: 20px; } }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
