@charset "UTF-8";

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

@font-face {
  font-family: 'lato';
  src: url("../fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'lato';
  src: url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-gplus:before {
  content: "\f0d5";
}

.icon-vkontakte:before {
  content: "\f189";
}

.icon-instagram:before {
  content: "\e900";
}

main h1 {
  font-size: 53px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}

main h2 {
  color: #232732;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.125em;
  margin-bottom: 26px;
}

main h2:after {
  display: block;
  content: '';
  width: 66px;
  height: 3px;
  background-color: #00adee;
  margin: 24px auto 0;
}

main h3 {
  color: #343843;
  margin-bottom: 18px;
  font-size: 30px;
}

main h4 {
  color: #343843;
  margin-bottom: 17px;
  font-size: 25px;
}

main p {
  font-size: 18px;
  color: #343843;
  margin-bottom: 9px;
  line-height: 1.44em;
}

main p a {
  color: #00adee;
  text-decoration: none;
  transition: opacity .2s;
}

.no-touchevents main p a:hover {
  opacity: .75;
}

main p.important {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.42em;
}

main ol li,
main ul li {
  font-size: 18px;
  line-height: 1.44em;
  color: #343843;
  margin-bottom: 9px;
}

main ol {
  padding-left: 29px;
}

main ul li {
  position: relative;
  padding-left: 22px;
}

main ul li:after {
  content: '';
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  background-color: #00adee;
  box-shadow: 0 0 25px rgba(219, 219, 219, 0.5);
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

main ul li:before {
  background-color: #e5e5e5;
  width: 1px;
  content: '';
  height: 105%;
  left: 3px;
  top: 17px;
  position: absolute;
}

main ul li:last-child:before {
  display: none;
}

a {
  border-radius: inherit;
}

body {
  color: #000;
  min-width: 320px;
  font-family: 'Lato', sans-serif;
}

#wrapper {
  position: relative;
  overflow-x: hidden;
}

.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.no-touch img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

input[type='submit'],
button {
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  box-shadow: none;
  border-radius: 0;
}

a,
:visited {
  outline: 0;
  outline: none;
}

:hover,
:active,
:focus {
  outline: 0;
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a::-moz-focus-inner {
  border: 0;
}

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

img.rght {
  float: right;
  margin: 0 0 10px 10px;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none !important;
}

input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

form .placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus .placeholder,
textarea:focus .placeholder {
  opacity: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.btn {
  transition: all .2s;
  text-decoration: none;
  display: inline-block;
}

.btn.blue-btn {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  height: 57px;
  line-height: 53px;
  padding: 0 53px;
  background-color: #00adee;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  display: inline-block;
  border: 2px solid #00adee;
}

.no-touchevents .btn.blue-btn:hover {
  background: transparent;
  color: #00adee;
}

.btn.yellow-btn {
  color: white;
  height: 42px;
  letter-spacing: 2px;
  line-height: 38px;
  padding: 0 25px;
  border: 2px solid #fff200;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

.no-touchevents .btn.yellow-btn:hover {
  background-color: #d7cc05;
}

.patternGray-bg .btn.yellow-btn {
  color: #232732;
}

.btn.red-btn {
  height: 42px;
  background-color: #ec008c;
  border: 2px solid #ec008c;
  cursor: pointer;
  letter-spacing: 2px;
  padding: 0 25px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  color: white;
  font-size: 13px;
  position: relative;
}

.no-touchevents .btn.red-btn:not([disabled]):hover {
  background: transparent;
  color: #ec008c;
}

.no-touchevents .btn.red-btn:not([disabled]):hover:before {
  opacity: 1;
  transition: opacity .3s;
}

.no-touchevents .btn.red-btn:not([disabled]):active {
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5), inset 0 5px 5px rgba(0, 0, 0, 0.1);
}

.btn.red-btn[disabled] {
  cursor: default;
  opacity: .5;
}

a.btn.red-btn {
  line-height: 38px;
  text-transform: uppercase;
}

.gray-bg {
  background: url("../i/stripe-grey.png") repeat 0 0;
  border-bottom: 1px solid #fff;
}

.white-bg {
  background: url("../i/stripe-white.png") repeat 0 0;
  border-bottom: 1px solid #fff;
}

.patternBlue-bg {
  background: url("../i/unicef_landing_pattern_blue.jpg") repeat 0 0;
}

.patternPurple-bg {
  background: url("../i/unicef_landing_pattern_purple.jpg") repeat 0 0;
}

.patternGray-bg {
  background: url("../i/unicef_landing_pattern_gray.jpg") repeat 0 0;
}

.patternGray-bg h2,
.patternGray-bg h3 {
  color: #232732 !important;
}

.patternGray-bg p,
.patternGray-bg label {
  color: #343843 !important;
}

.patternGray-bg a {
  color: #00adee !important;
}

.patternBlue-bg .section-title h2,
.patternPurple-bg .section-title h2 {
  color: #fff;
}

.patternBlue-bg .section-title h2:after,
.patternPurple-bg .section-title h2:after {
  background-color: #faed03;
}

.patternBlue-bg .section-title p,
.patternPurple-bg .section-title p {
  color: #fff;
}

.patternBlue-bg .section-title a,
.patternPurple-bg .section-title a {
  color: #fff200;
}

.grid {
  font-size: 0;
}

.grid .grid-item {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 52px;
}

.grid.col-4 .grid-item {
  width: 25%;
}

.grid.col-4 .grid-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.grid.col-3 {
  text-align: center;
  margin: 0 -15px;
}

.grid.col-3 .grid-item {
  padding: 0 15px;
  text-align: left;
  width: 33.333333%;
}

.grid.col-3 .grid-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.grid.col-3 .grid-item .inner {
  height: 100%;
  max-width: 405px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.4);
}

.grid.col-3 .grid-item .photo-wrap {
  overflow: hidden;
}

.grid.col-3 .grid-item .photo-wrap img {
  max-width: 100%;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.grid.col-3 .grid-item .descr {
  padding: 19px 25px 29px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
}

.grid.col-3 .grid-item .descr time {
  color: #bbb;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 13px;
}

.grid.col-3 .grid-item .descr h3 {
  color: #232732;
  line-height: 1.2em;
  font-size: 25px;
  margin-bottom: 20px;
}

.grid.col-3 .grid-item .descr h3:last-child {
  margin-bottom: 0;
}

.grid.col-3 .grid-item .descr h3 a {
  text-decoration: none;
  color: #00adee;
  font-size: 21px;
  line-height: 1.2em;
  display: inline-block;
  transition: opacity .2s;
}

.no-touchevents .grid.col-3 .grid-item .descr h3 a:hover {
  opacity: .75;
}

.no-touchevents .grid.col-3 .grid-item .descr h3 a:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.grid.col-3 .grid-item .descr h3 a:after {
  content: '';
  display: inline-block;
  background: url("../i/news-arrow.png") no-repeat 0 0;
  width: 7px;
  height: 13px;
  position: relative;
  top: 1px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  margin-left: 8px;
}

.grid.col-3 .grid-item .descr p {
  color: #938d90;
  font-size: 14px;
  line-height: 1.5em;
}

.grid.col-3 .grid-item .descr p.important {
  font-size: 21px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.grid.col-3 .grid-item .descr p.important:last-child {
  margin-bottom: 0;
}

.grid.col-3 .grid-item .descr p.important a {
  text-decoration: none;
  color: #00adee;
  font-size: 21px;
  line-height: 1.2em;
  display: inline-block;
  transition: opacity .2s;
}

.no-touchevents .grid.col-3 .grid-item .descr p.important a:hover {
  opacity: .75;
}

.no-touchevents .grid.col-3 .grid-item .descr p.important a:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.grid.col-3 .grid-item .descr p.important a:after {
  content: '';
  display: inline-block;
  background: url("../i/news-arrow.png") no-repeat 0 0;
  width: 7px;
  height: 13px;
  position: relative;
  top: 1px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  margin-left: 8px;
}

.grid.col-2 {
  margin: 0 -30px;
  text-align: center;
}

.grid.col-2 .grid-item {
  text-align: left;
  width: 50%;
  padding: 0 30px;
  font-size: 0;
}

.grid.col-2 .grid-item:nth-last-child(-n+2),
.grid.col-2 .grid-item.visible:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.grid.col-2 .grid-item > * {
  font-size: 16px;
}

.grid.col-2 .grid-item .photo-wrap {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  max-width: 37%;
  background-color: white;
  padding: 3px;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.4);
}

.grid.col-2 .grid-item .photo-wrap a {
  display: block;
  border-radius: inherit;
}

.grid.col-2 .grid-item .photo-wrap img {
  display: block;
  max-width: 100%;
  border-radius: inherit;
}

.grid.col-2 .grid-item .photo-wrap + .descr {
  width: 63%;
  padding-left: 23px;
}

.grid.col-2 .grid-item .descr {
  display: inline-block;
  vertical-align: middle;
}

.grid.col-2 .grid-item .descr p {
  color: #938d90;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.grid.col-2 .grid-item .descr .title {
  color: #00adee;
  line-height: 1.2em;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 400;
}

.load-more,
.view-all {
  position: relative;
  text-align: center;
  margin: 15px 0 0;
}

.load-more:after,
.view-all:after {
  background-color: #dbdbdb;
  height: 1px;
  width: 100%;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
}

.load-more span,
.view-all span {
  color: #707176;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}

.patternBlue-bg .load-more span,
.patternBlue-bg .view-all span {
  color: #fff;
}

.patternPurple-bg .load-more span,
.patternPurple-bg .view-all span {
  color: #fff;
}

.load-more button,
.view-all button {
  position: relative;
  font-family: 'lato', sans-serif;
  z-index: 2;
  text-transform: uppercase;
}

.load-more button:before,
.view-all button:before {
  content: '';
  top: 50%;
  left: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: opacity .1s;
  z-index: -1;
}

.patternBlue-bg .load-more button:before,
.patternBlue-bg .view-all button:before {
  background: #00adee;
}

.patternPurple-bg .load-more button:before,
.patternPurple-bg .view-all button:before {
  background: #2e3192;
}

.patternGray-bg .load-more button:before,
.patternGray-bg .view-all button:before {
  background: #eeeeee;
}

.gray-bg .load-more button:before,
.gray-bg .view-all button:before {
  background: #efefef;
}

.has-load-more .grid-item {
  display: none;
}

.has-load-more .grid-item.visible {
  display: inline-block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content,
#map-popup {
  width: 100%;
  height: 100%;
}

#map-popup-inner {
  width: 100%;
  height: 100%;
}

#map-popup .mfp-close {
  background: #333;
  color: #f75448;
  opacity: 1;
  transition: opacity .2s;
}

.no-touchevents #map-popup .mfp-close:hover {
  opacity: .75;
}

.no-touchevents #map-popup .mfp-close:active {
  padding: 0;
  margin: 0;
  top: 0;
}

.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 14px 0 0;
}

header .logo {
  float: left;
}

header .logo a {
  width: 224px;
  display: inline-block;
  vertical-align: middle;
}

header .logo a img {
  max-width: 100%;
}

header .logo p {
  display: inline-block;
  vertical-align: middle;
  font-family: Verdana, Geneva, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

header .login {
  color: white;
  font-size: 11px;
  float: right;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  height: 26px;
  margin-top: 9px;
  padding: 0 10px;
  margin-left: 20px;
  border-radius: 2px;
  line-height: 23px;
  text-transform: uppercase;
  border: 2px solid rgba(255, 242, 0, 0.5);
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  transition: all .2s;
}

.no-touchevents header .login:hover {
  background-color: rgba(255, 242, 0, 0.8);
  border: 2px solid rgba(255, 242, 0, 0.8);
}

header .lang {
  float: right;
  padding-top: 9px;
}

header .lang a {
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 0 10px;
  height: 26px;
  line-height: 23px;
  text-transform: uppercase;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.no-touchevents header .lang a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  color: #7f8080;
}

header .lang a .mob {
  display: none;
}

.main-screen {
  border-bottom: none;
  background-position: 50%;
  padding: 0;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-screen:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../i/main-screen-pattern.png") repeat 0 0;
}

.main-screen .container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 100px 15px;
  white-space: nowrap;
}

.main-screen .container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.main-screen .container .content-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  max-width: 960px;
  white-space: normal;
}

.main-screen .container h1 {
  color: white;
  margin-bottom: 26px;
}

.main-screen .container .text-content {
  padding-left: 20px;
  border-left: 4px solid #00adee;
}

.main-screen .container p {
  color: white;
  margin-bottom: 20px;
  line-height: 1.333em;
}

.main-screen .container p:last-child {
  margin-bottom: 0;
}

.main-screen .container .btn {
  margin-top: 48px;
}

.main-screen .next {
  background: url("../i/arrow-next.png") no-repeat 0 0;
  width: 29px;
  height: 33px;
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 31px;
  margin: 0 0 0 -15px;
  -webkit-animation: 2s ease 0s normal none infinite running bounce;
  animation: 2s ease 0s normal none infinite running bounce;
}

section {
  box-shadow: inset 0 -30px 30px rgba(23, 23, 23, 0.05);
  padding: 73px 0 85px;
  position: relative;
}

section .section-title {
  text-align: center;
  margin-bottom: 39px;
  padding-bottom: 1px;
}

section .section-title:last-child {
  margin-bottom: 0;
}

section .section-title:last-child p:last-child {
  margin-bottom: 0 !important;
}

section .section-title p {
  color: #343843;
  font-size: 18px;
  line-height: 1.45em;
  margin-bottom: 10px;
}

section .section-title p.important {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.42em;
}

section.has-tabs .section-title {
  margin-bottom: 39px;
}

section.has-tabs .section-title:last-child p:last-child {
  margin-bottom: 10px !important;
}

.partners-grid {
  text-align: center;
  margin: 0 -26px;
}

.partners-grid .grid-item {
  padding: 0 26px;
}

.partners-grid .grid-item a {
  transition: opacity .2s;
}

.no-touchevents .partners-grid .grid-item a:hover {
  opacity: .75;
}

.partners-grid .grid-item .inner {
  background-color: white;
  display: block;
  border-radius: 2px;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.4);
}

.partners-grid .grid-item .inner .logo-wrap {
  height: 170px;
  white-space: nowrap;
  padding: 0 10px;
  text-align: center;
}

.partners-grid .grid-item .inner .logo-wrap:before {
  content: '';
  width: 0;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.partners-grid .grid-item .inner .logo-wrap img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  margin-left: -4px;
  padding-bottom: 1px;
  vertical-align: middle;
}

.partners-grid .grid-item .inner .title {
  position: relative;
  border-top: 1px solid #eee;
  padding: 20px 10px 22px;
}

.partners-grid .grid-item .inner .title:before {
  width: 77px;
  height: 2px;
  background-color: #00adee;
  position: absolute;
  top: -1px;
  left: 50%;
  content: '';
  margin-left: -38px;
}

.partners-grid .grid-item .inner .title p {
  color: #1f1f1f;
  text-align: center;
  font-size: 16px;
}

.tabs-box {
  margin-bottom: -85px;
}

.tabs-box .tab-content-box {
  box-shadow: inset 0 -30px 30px rgba(23, 23, 23, 0.05);
}

.tabs-box .tab-content-box.patternGray-bg .event-info p {
  color: #fff !important;
}

.tabs-box .tabs-title {
  margin-bottom: 28px;
}

.tabs-box .tabs-title .current-active {
  display: none;
}

.tabs-box .tabs-title ul {
  font-size: 0;
  text-align: center;
}

.tabs-box .tabs-title ul li {
  margin-right: 24px;
  display: inline-block;
  padding-left: 0;
}

.tabs-box .tabs-title ul li:after,
.tabs-box .tabs-title ul li:before {
  display: none;
}

.tabs-box .tabs-title ul li:last-child {
  margin-right: 0;
}

.tabs-box .tabs-title ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #2e3192;
  text-decoration: none;
  padding: 9px 25px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.tabs-box .tabs-title ul li a span {
  display: inline-block;
  border-bottom: 1px dotted #9799c4;
}

.no-touchevents .tabs-box .tabs-title ul li a:hover {
  color: white;
  background-color: #00adee;
  border-color: #00adee;
  box-shadow: 0 0 25px rgba(219, 219, 219, 0.5);
}

.no-touchevents .tabs-box .tabs-title ul li a:hover span {
  border-bottom-color: transparent;
}

.tabs-box .tabs-title ul li.active a {
  box-shadow: 0 0 25px rgba(219, 219, 219, 0.5);
  color: white;
  background-color: #00adee;
  border-color: #00adee;
  position: relative;
}

.tabs-box .tabs-title ul li.active a:after {
  content: '';
  position: absolute;
  background: url("../i/tab-arrow.png") no-repeat 0 0;
  width: 15px;
  height: 7px;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
}

.tabs-box .tabs-title ul li.active a span {
  border-bottom-color: transparent;
}

.tabs-box .tabs-title.open .current-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs-box .tab-content {
  display: none;
  padding: 48px 0 85px;
}

.tabs-box .tab-content .event-info {
  background-color: #ec008c;
  padding: 35px 0 15px;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.4);
  color: #fff;
  font-size: 0;
  text-align: center;
  margin-bottom: 38px;
}

.tabs-box .tab-content .event-info .item {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  vertical-align: middle;
  padding: 0 15px;
  display: inline-block;
  width: 33.333333%;
}

.tabs-box .tab-content .event-info .item .inner {
  overflow: hidden;
}

.tabs-box .tab-content .event-info .item .icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  max-width: 80px;
}

.tabs-box .tab-content .event-info .item .icon img {
  max-width: 100%;
}

.tabs-box .tab-content .event-info .item p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 0;
  white-space: normal;
  color: #fff;
  font-size: 17px;
}

.tabs-box .tab-content .event-info .item.has-icon {
  font-size: 0;
}

.tabs-box .tab-content .event-info .item.has-icon p {
  max-width: calc(100% - 81px);
}

.tabs-box .tab-content .grid {
  margin: 0 -15px 67px;
  text-align: center;
}

.tabs-box .tab-content .btn {
  display: table;
  margin: 0 auto;
}

.tabs-box .tab-content.active {
  display: block;
  /* по умолчанию показываем нужный блок */
}

.form-section {
  background: none;
  position: relative;
  padding: 0;
}

.form-section p {
  color: #fff;
  opacity: .7;
  font-size: 20px;
  margin-bottom: 20px;
}

.form-section .agreement {
  margin: 10px 0 5px;
}

.form-section .agreement p {
  color: #fff;
  margin: 0;
  font-size: 13px;
  line-height: 1.3em;
}

.form-section .agreement p a {
  color: #fff;
  text-decoration: underline;
}

.no-touchevents .form-section .agreement p a:hover {
  opacity: 1;
  text-decoration: none;
}

.form-section h3 {
  color: white;
  font-size: 30px;
  margin-bottom: 21px;
  font-weight: 400;
}

.form-section .form-descr {
  width: 50%;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding: 73px 40px 85px 0;
}

.form-section .form-descr:after {
  content: '';
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.form-section .form-descr:before {
  position: absolute;
  content: '';
  background: white url("../i/footer-bg.png") repeat 0 0;
  opacity: .7;
  width: 50%;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
}

.form-section .form-descr .section-title {
  text-align: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.form-section .form-descr .section-title h2 {
  text-align: left;
  position: relative;
}

.form-section .form-descr .section-title h2:after {
  margin: 24px 0 0;
}

.form-section .form-descr .section-title h2:before {
  max-width: 355px;
  content: '';
  width: 100%;
  left: 0;
  height: 1px;
  bottom: 1px;
  opacity: 0.2;
  background-color: #232732;
  position: absolute;
}

.form-section .form-descr .section-title p {
  margin-bottom: 10px;
}

.form-section .form-box {
  font-size: 16px;
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  background: none;
  padding: 73px 60px 85px 75px;
}

.form-section .form-box:before {
  height: 100%;
  right: 0;
  width: 50%;
  top: 0;
  content: '';
  position: absolute;
}

.form-section .form-box.patternGray-bg:before {
  background: url("../i/unicef_landing_pattern_gray.jpg") repeat 0 0;
}

.form-section .form-box.patternPurple-bg:before {
  background: url("../i/unicef_landing_pattern_purple.jpg") repeat 0 0;
}

.form-section .form-box.patternBlue-bg:before {
  background: url("../i/unicef_landing_pattern_blue.jpg") repeat 0 0;
}

.form-section .form-box form {
  position: relative;
  z-index: 2;
}

.donate-form {
  font-size: 0;
}

.donate-form .err-box {
  display: block;
  color: #ffcdeb;
  font-size: 13px;
}

.donate-form h3 {
  margin-bottom: 10px;
}

.donate-form.four-summ .donate-field {
  width: 25%;
}

.donate-form.three-summ .donate-field {
  width: 33.33333%;
}

.donate-form.two-summ .donate-field {
  width: 50%;
}

.donate-form.single .donate-field {
  width: 33.33333%;
}

.donate-form .row label {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.donate-form .row.col-4 .field-row {
  width: 25%;
}

.donate-form .row.col-2 .field-row {
  width: 50%;
}

.donate-form .row.col-3 .field-row {
  width: 33.333%;
}

.donate-form .donate-field {
  display: inline-block;
  padding-right: 2px;
  margin-bottom: 10px;
  vertical-align: top;
}

.donate-form .donate-field:last-of-type {
  padding-right: 0;
}

.donate-form .donate-field input {
  box-shadow: none !important;
  height: 40px !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 0 5px !important;
  border: 1px solid #fff !important;
  font-size: 12px !important;
  line-height: 38px !important;
  color: #232732 !important;
  -moz-appearance: textfield;
  width: 100%;
  color: rgba(51, 51, 51, 0.3) !important;
}

.donate-form .donate-field input::-webkit-input-placeholder {
  font-size: 12px !important;
  opacity: 1 !important;
  transition: all 0s;
  color: rgba(51, 51, 51, 0.6);
}

.donate-form .donate-field input::-moz-placeholder {
  font-size: 12px !important;
  color: rgba(51, 51, 51, 0.5);
  opacity: 1;
}

.donate-form .donate-field input:focus::-moz-placeholder {
  opacity: 0 !important;
}

.donate-form .donate-field input:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

.donate-form .donate-field input:focus,
.donate-form .donate-field input.filled {
  background: #00adee !important;
  border: 1px solid #00adee !important;
  color: #fff !important;
  font-size: 17px !important;
}

.donate-form .donate-field input:focus::-webkit-input-placeholder,
.donate-form .donate-field input.filled::-webkit-input-placeholder {
  font-size: 20px !important;
  transition: all 0s;
  color: rgba(51, 51, 51, 0.6);
}

.donate-form .donate-field input::-webkit-outer-spin-button,
.donate-form .donate-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.donate-form .donate-field input.custom-summ {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2) !important;
}

.donate-form .donate-field .error input {
  border: 1px solid #d8000c !important;
}

.donate-form .check-wrap label {
  display: block;
  margin-bottom: 0 !important;
  color: #232732 !important;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #fff;
  height: 40px;
  transition: all .2s;
  text-align: center;
  padding: 10px 0;
}

.no-touchevents .donate-form .check-wrap label:hover {
  background: #00adee;
  border: 1px solid #00adee;
  color: #fff !important;
}

.donate-form .check-wrap input {
  display: none;
}

.donate-form .check-wrap input:checked + label {
  background: #00adee;
  color: #fff !important;
  border: 1px solid #00adee;
}

.donate-form .check-wrap .error input:not(:checked) + label {
  border: 1px solid #d8000c;
}

.patternBlue-bg .donate-form p {
  color: #fff;
  opacity: .7;
}

.patternBlue-bg .donate-form .err-box {
  color: #ffcdeb !important;
}

.patternBlue-bg .donate-form .agreement p {
  color: #fff;
}

.patternBlue-bg .donate-form .donate-field input:focus,
.patternBlue-bg .donate-form .donate-field input.filled {
  background: #2e3192 !important;
  border: 1px solid #2e3192 !important;
}

.no-touchevents .patternBlue-bg .donate-form .check-wrap label:hover {
  background: #2e3192;
  border: 1px solid #2e3192;
}

.patternBlue-bg .donate-form .check-wrap input:checked + label {
  background: #2e3192;
  border: 1px solid #2e3192;
}

.slider {
  padding: 0 50px;
  margin-bottom: 30px;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -10000px;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.no-touchevents .slider .slick-arrow:hover {
  opacity: .75;
}

.slider .slick-arrow.slick-prev {
  background: url("../i/arrow-prev.png") no-repeat 50%;
  left: -10px;
}

.slider .slick-arrow.slick-next {
  background: url("../i/arrow-next-slider.png") no-repeat 50%;
  right: -10px;
}

.slider .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -53px;
  text-align: center;
}

.slider .slick-dots li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0;
}

.slider .slick-dots li:after,
.slider .slick-dots li:before {
  display: none;
}

.slider .slick-dots li button {
  text-indent: -10000px;
  width: 12px;
  height: 12px;
  opacity: 0.7;
  border-radius: 50%;
  border: 2px solid #ec008c;
  padding: 0;
  cursor: pointer;
  background: #fff;
}

.slider .slick-dots li.slick-active {
  margin-right: 8px;
}

.slider .slick-dots li.slick-active button {
  background-color: #ec008c;
  border-color: #fff;
  position: relative;
}

.slider .slick-dots li.slick-active button:after {
  content: '';
  border: 2px solid #ec008c;
  border-radius: 50%;
  box-sizing: border-box;
  left: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  position: absolute;
}

.slider .slide {
  padding: 0 20px;
}

.slider .slide .photo-box {
  max-width: 17.3%;
  float: left;
  text-align: center;
}

.slider .slide .photo-box .photo-wrap {
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  padding: 3px;
  width: auto;
  display: inline-block;
  margin-bottom: 11px;
  box-shadow: 0 1px 4px rgba(175, 175, 175, 0.8);
}

.slider .slide .photo-box .photo-wrap a {
  display: block;
  border-radius: inherit;
}

.slider .slide .photo-box .photo-wrap img {
  display: block;
  max-width: 100%;
  border-radius: inherit;
}

.slider .slide .photo-box p {
  color: #938d90;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}

.slider .slide .photo-box .name {
  color: #232732;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.slider .slide .text {
  overflow: hidden;
  padding-left: 38px;
  position: relative;
}

.slider .slide .text:after {
  position: absolute;
  content: '';
  background: url("../i/corner.png") no-repeat 0 0;
  width: 14px;
  height: 21px;
  left: 24px;
  top: 50%;
  margin: -10px 0 0;
}

.slider .slide .text .inner-text {
  background-color: #00adee;
  border: 3px solid #00adee;
  border-radius: 2px;
  padding: 33px 50px 38px;
  position: relative;
}

.slider .slide .text .inner-text:after,
.slider .slide .text .inner-text:before {
  content: '';
  width: 24px;
  height: 23px;
  position: absolute;
}

.slider .slide .text .inner-text:before {
  left: 10px;
  background: url("../i/quote-left.png") no-repeat 0 0;
  top: 26px;
}

.slider .slide .text .inner-text:after {
  background: url("../i/quote-right.png") no-repeat 0 0;
  right: 10px;
  bottom: 27px;
}

.slider .slide .text .inner-text p {
  color: white;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.47em;
}

.slider .slide .text .inner-text p:last-child {
  margin-bottom: 0;
}

.video-box {
  border-bottom: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-box .container {
  max-width: 1070px;
  position: relative;
  z-index: 1;
}

.video-box .container .section-title h2,
.video-box .container .section-title p {
  color: #fff;
}

.video-box:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../i/main-screen-pattern.png") repeat 0 0;
}

.gallery .photo-grid {
  margin: 0 -15px;
}

.gallery .view-all {
  margin-top: 35px;
}

.gallery .photo-grid-item,
.gallery .grid-sizer {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.gallery .photo-grid-item:nth-child(n+8),
.gallery .grid-sizer:nth-child(n+8) {
  display: none;
}

.gallery .photo-grid-item .photo-wrap,
.gallery .grid-sizer .photo-wrap {
  padding: 3px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.4);
}

.gallery .photo-grid-item .photo-wrap a,
.gallery .grid-sizer .photo-wrap a {
  display: block;
  border-radius: inherit;
}

.gallery .photo-grid-item .photo-wrap a img,
.gallery .grid-sizer .photo-wrap a img {
  display: block;
  max-width: 100%;
  border-radius: inherit;
}

.text-content {
  max-width: 1030px;
  margin: 0 auto;
}

.text-content h3,
.text-content h4 {
  margin-top: 30px;
}

.contacts {
  border-bottom: none;
}

.contacts .grid-item {
  margin-top: 20px;
}

.contacts .grid-item img {
  float: left;
  margin-right: 20px;
}

.contacts .grid-item p {
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 21px;
  text-align: left;
  overflow: hidden;
  line-height: 1.2em;
}

.contacts .grid-item p a {
  color: #fff;
  border-bottom: 1px solid #585aa8;
}

.contacts .grid-item p a.open-map {
  border-bottom: 1px dotted #585aa8;
}

.no-touchevents .contacts .grid-item p a:hover {
  border-bottom-color: transparent;
}

.contacts .grid-item p a[href^="tel"] {
  border-bottom: none;
}

.contacts .grid-item.mail img {
  padding-top: 6px;
}

.contacts.patternBlue-bg .grid-item p a {
  border-bottom-color: #33bdf1;
}

.simple-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.simple-section:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../i/main-screen-pattern.png") repeat 0 0;
}

.simple-section > * {
  position: relative;
  z-index: 1;
}

.simple-section .section-title h2,
.simple-section .section-title p {
  color: #fff;
}

.form-popup .mfp-content {
  max-width: 540px;
  height: auto;
  padding: 40px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
}

.form-popup .mfp-content form {
  max-width: 100%;
  width: 100%;
}

.form-popup .mfp-content h3 {
  margin-bottom: 25px;
  font-size: 26px;
}

.form-popup .mfp-content .mfp-close {
  margin-top: 0;
}

.form-popup .mfp-content .field-row .field-wrap label {
  color: #343843;
}

.form-popup .mfp-content .field-row .field-wrap .err-box {
  color: #D8000C;
}

form {
  max-width: 440px;
}

form .field-row {
  margin-bottom: 18px;
}

form .field-row .field-wrap input[type="text"],
form .field-row .field-wrap input[type="email"],
form .field-row .field-wrap input[type="password"],
form .field-row .field-wrap textarea,
form .field-row .field-wrap input[type="number"] {
  height: 42px;
  background-color: white;
  border: 1px solid #dfe1e0;
  border-radius: 2px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0 15px;
  color: #343843;
  font-size: 17px;
  font-weight: 400;
}

form .field-row .field-wrap select {
  width: 100%;
}

form .field-row .field-wrap textarea {
  height: 116px;
  padding: 15px;
  resize: none;
  overflow-y: auto;
}

form .field-row .field-wrap label {
  display: block;
  color: white;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

form .field-row .field-wrap .select2-container--default .select2-selection--single {
  height: 42px;
  background-color: white;
  border: 1px solid #dfe1e0;
  border-radius: 2px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

form .field-row .field-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
form .field-row .field-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

form .field-row .field-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding: 0 50px 0 15px;
  color: #343843;
  font-size: 17px;
  font-weight: 400;
}

form .field-row .field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  width: 42px;
}

form .field-row .field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url("../i/sel-arrow.png") no-repeat 50%;
  width: 17px;
  height: 10px;
  border: none;
  margin: -5px 0 0 -8px;
}

form .field-row .field-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

form .field-row .field-wrap .err-box {
  color: #ffcdeb;
  padding: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
}

.patternGray-bg form .field-row .field-wrap .err-box,
.patternBlue-bg form .field-row .field-wrap .err-box {
  color: #D8000C;
}

form .field-row .field-wrap.error input[type="text"],
form .field-row .field-wrap.error input[type="email"],
form .field-row .field-wrap.error input[type="password"],
form .field-row .field-wrap.error textarea,
form .field-row .field-wrap.error input[type="number"] {
  border: 1px solid  #D8000C;
}

form button {
  width: 100%;
  color: white;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #dfe1e0;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.select2-results__option {
  color: #343843;
  font-size: 17px;
  font-weight: 400;
  padding: 12px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ec008c;
  color: #fff;
  position: relative;
}

footer {
  background-color: #16181d;
  position: relative;
  padding: 30px 0 0;
}

footer:before {
  content: '';
  background: url("../i/footer-bg.png") repeat 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

footer .top {
  position: relative;
  z-index: 1;
  padding-bottom: 13px;
  border-bottom: 1px solid #31343c;
}

footer .top .item {
  float: left;
}

footer .top .item:last-child {
  float: right;
}

footer .top .item.join {
  padding: 6px 0 0;
}

footer .top .item.join p {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  text-transform: uppercase;
}

footer .top .item.join p:after,
footer .top .item.join p:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 19px;
  position: relative;
  top: 4px;
}

footer .top .item.join p:before {
  margin-right: 7px;
  background: url("../i/join-left.png") no-repeat 0 0;
}

footer .top .item.join p:after {
  margin-left: 7px;
  background: url("../i/join-right.png") no-repeat 0 0;
}

footer .bottom {
  position: relative;
  z-index: 1;
  padding: 14px 0 19px;
}

footer .bottom .item {
  float: left;
}

footer .bottom .item:nth-child(2) {
  float: right;
}

footer .bottom .item.copyright {
  padding: 4px 0 0;
}

footer .bottom .item.copyright p {
  line-height: 1.4em;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #feffff;
}

footer .bottom .item.copyright p.copyright-text {
  margin-bottom: 10px;
}

footer .bottom .item.copyright p:last-child {
  margin-bottom: 0;
}

footer .bottom .item.copyright p a {
  color: #00adee;
  text-decoration: none;
  transition: opacity .2s;
}

.no-touchevents footer .bottom .item.copyright p a:hover {
  opacity: .75;
}

footer .bottom .item.copyright p span {
  color: #feffff;
}

footer .bottom .item.social {
  padding-top: 3px;
}

footer .bottom .item.social p {
  display: inline-block;
  vertical-align: middle;
  color: #6a7183;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-right: 22px;
}

footer .bottom .item.social ul {
  display: inline-block;
  vertical-align: middle;
}

footer .bottom .item.social ul li {
  display: inline-block;
  margin-right: 22px;
}

footer .bottom .item.social ul li:last-child {
  margin-right: 0;
}

footer .bottom .item.social ul li a {
  text-decoration: none;
  color: #00adee;
  font-size: 20px;
  transition: all .2s;
}

.no-touchevents footer .bottom .item.social ul li a:hover {
  color: #fff;
}

footer .bottom .payment {
  margin: 20px 0 0;
  clear: both;
  float: left;
}

footer .bottom .payment ul {
  font-size: 0;
}

footer .bottom .payment ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}

footer .bottom .payment ul li:last-child {
  margin-right: 0;
}

footer .bottom .payment ul li img {
  max-width: 100%;
}

footer .bottom .payment ul li .payment-0 {
  width: 40px;
}

footer .bottom .payment ul li .payment-1 {
  width: 46px;
  height: 16px;
}

footer .bottom .payment ul li .payment-2 {
  width: 58px;
  height: 26px;
}

footer .bottom .payment ul li .payment-3 {
  width: 44px;
  height: 34px;
}

footer .bottom .payment ul li .payment-4 {
  width: 60px;
  height: 22px;
}

footer .bottom .payment ul li .payment-5 {
  width: 112px;
  height: 34px;
}

footer .share {
  background-color: #101114;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 11px 0;
}

footer .share:before {
  content: '';
  background: url("../i/footer-bg.png") repeat 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

footer .share > * {
  position: relative;
  z-index: 1;
}

footer .share p {
  color: #6a7183;
  font-size: 13px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

footer .share .social-likes {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

footer .share .social-likes .social-likes__widget {
  display: inline-block;
  transition: all .2s;
  padding: 0 8px 4px;
  margin-right: 5px;
  border: 2px solid #696e7d;
  border-radius: 2px;
}

footer .share .social-likes .social-likes__widget:last-child {
  margin-right: 0;
}

footer .share .social-likes .social-likes__widget .social-likes__counter {
  color: white;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.android footer .share .social-likes .social-likes__widget .social-likes__counter,
.ios footer .share .social-likes .social-likes__widget .social-likes__counter {
  position: relative;
  top: 1px;
}

footer .share .social-likes .social-likes__widget .social-likes__counter.social-likes__counter_empty {
  margin-left: 0;
}

.no-touchevents footer .share .social-likes .social-likes__widget:hover {
  opacity: .75;
}

footer .share .social-likes .social-likes__button {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

footer .share .social-likes .social-likes__icon_vkontakte {
  background: url("../i/vk.png") no-repeat 0 0;
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

footer .share .social-likes .social-likes__icon_facebook {
  background: url("../i/facebook.png") no-repeat 0 0;
  width: 8px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

footer .share .social-likes .social-likes__icon_twitter {
  background: url("../i/icon-tw.png") no-repeat 0 50%;
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
}

footer .share .social-likes .social-likes__icon_odnoklassniki {
  background: url("../i/icon-ok.png") no-repeat 0 0;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.test-box {
  position: absolute;
  right: -400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 400px;
  z-index: 5;
  transition: right .3s;
}

.test-box.open {
  right: 0;
}

.test-box .icon {
  position: absolute;
  background: #fff url("../i/work-icon.png") no-repeat 50%;
  width: 65px;
  cursor: pointer;
  z-index: 0;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  height: 60px;
  left: -65px;
  top: 0;
  background-size: 40px 40px;
}

.test-box .inner {
  z-index: 1;
  background: #fff;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(68, 68, 68, 0.5);
  position: relative;
}

.test-box .field {
  margin-bottom: 20px;
}

.test-box .field:last-child {
  margin-bottom: 0;
}

.test-box .field label {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}

.test-box .field .main-screen-text {
  height: 200px;
}

.test-box .field .apply {
  float: right;
  margin-top: 10px;
  border: 1px solid black;
  padding: 0 20px;
  height: 25px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}

.test-box textarea {
  width: 100%;
  resize: none;
  font-size: 14px;
  overflow-y: auto;
  height: 100px;
  padding: 10px;
}

.test-box .bg-change {
  margin-bottom: 20px;
}

.test-box .bg-change p {
  margin-bottom: 10px;
  font-size: 14px;
  display: block;
}

.test-box .radio-wrap {
  margin-right: 15px;
  display: inline-block;
}

.test-box .radio-wrap input {
  display: inline-block;
  opacity: 1;
  position: relative;
  margin-right: 4px;
  cursor: pointer;
}

.test-box .radio-wrap label {
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 1150px) {
  .tabs-box .tab-content .event-info .item p {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .grid.col-3 .grid-item {
    width: 50%;
  }

  .grid.col-3 .grid-item:nth-last-child(-n+3) {
    margin-bottom: 52px;
  }

  .grid.col-3 .grid-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .grid.col-2 .grid-item {
    width: 100%;
  }

  .grid.col-2 .grid-item:nth-last-child(-n+2),
  .grid.col-2 .grid-item.visible:nth-last-of-type(-n+2) {
    margin-bottom: 52px;
  }

  .grid.col-2 .grid-item:last-child {
    margin-bottom: 0 !important;
  }

  .partners-grid {
    margin: 0 -15px;
  }

  .partners-grid .grid-item {
    padding: 0 15px;
  }

  .tabs-box .tab-content .event-info .item {
    width: 50%;
  }

  .tabs-box .tab-content .event-info .item .inner {
    text-align: center;
  }

  .form-section .form-descr {
    width: 100%;
    position: relative;
    padding: 50px 0 65px;
  }

  .form-section .form-descr:after {
    background-size: cover;
    left: -15px;
    width: auto;
    right: -15px;
  }

  .form-section .form-descr:before {
    width: auto;
    right: -15px;
    left: -15px;
  }

  .form-section .form-box {
    width: 100%;
    position: relative;
    padding: 50px 0 65px;
  }

  .form-section .form-box:before {
    width: auto;
    left: -15px;
    right: -15px;
  }

  .form-section .form-box form {
    margin: 0 auto;
  }

  .slider {
    padding: 0 30px;
  }

  .contacts .grid-item {
    text-align: center !important;
    margin-top: 0;
  }

  .contacts .grid-item img {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .contacts .grid-item p {
    display: inline-block;
    max-width: 79%;
    vertical-align: top;
  }

  footer {
    padding: 20px 0 0;
  }

  footer .top {
    padding-bottom: 20px;
  }

  footer .top .item {
    float: none;
    text-align: center;
  }

  footer .top .item:last-child {
    float: none;
  }

  footer .top .item.join {
    margin-bottom: 15px;
  }

  .test-box {
    display: none;
  }
}

@media (max-width: 960px) {
  main h1 {
    font-size: 42px;
  }

  main h2 {
    font-size: 36px;
  }

  section .section-title {
    margin-bottom: 26px;
  }

  section.has-tabs .section-title {
    margin-bottom: 26px;
  }

  .tabs-box .tabs-title {
    max-width: 300px;
    width: 100%;
    position: relative;
  }

  .tabs-box .tabs-title .current-active {
    display: block;
    padding: 11px 20px 9px;
    font-size: 17px;
    color: #343843;
    background-color: white;
    border: 1px solid #dfe1e0;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
  }

  .tabs-box .tabs-title .current-active:after {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    background: url("../i/sel-arrow.png") no-repeat 0 0;
    width: 17px;
    height: 10px;
    margin-top: -5px;
  }

  .tabs-box .tabs-title ul {
    background: #fff;
    text-align: left;
    border: 1px solid #dfe1e0;
    border-radius: 2px;
    border-top: none;
    box-shadow: 0 1px 4px rgba(68, 68, 68, 0.4);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tabs-box .tabs-title ul li {
    display: block;
    margin-right: 0;
  }

  .tabs-box .tabs-title ul li a {
    border: none;
    padding: 9px 20px 10px;
    border-radius: 0;
    text-transform: none;
    color: #343843;
    font-weight: 400;
    display: block;
    font-size: 17px;
  }

  .tabs-box .tabs-title ul li a span {
    border-bottom: none;
  }

  .no-touchevents .tabs-box .tabs-title ul li a:hover {
    box-shadow: none;
    color: #343843;
    background-color: #eee;
  }

  .tabs-box .tabs-title ul li.active {
    display: none;
  }

  .tabs-box .tabs-title ul li.active a {
    box-shadow: none;
  }

  .tabs-box .tabs-title ul li.active a:after {
    display: none;
  }

  .tabs-box .tabs-title.open .current-active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .tabs-box .tabs-title.open ul {
    display: block;
  }

  .slider .slide .text .inner-text p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 960px) and (min-resolution: 144dpi) {
  .tabs-box .tabs-title .current-active:after {
    background: url("../i/sel-arrow-x2.png") no-repeat 0 0;
    background-size: 17px 10px;
  }
}

@media (max-width: 860px) {
  .grid.col-4 .grid-item {
    width: 33.33333%;
  }

  .grid.col-4 .grid-item:nth-last-child(-n+4) {
    margin-bottom: 52px;
  }

  .grid.col-4 .grid-item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .slider .slide .photo-box {
    max-width: 25%;
    margin-bottom: 15px;
  }

  .gallery .photo-grid-item,
  .gallery .grid-sizer {
    width: 50%;
  }

  footer .bottom .item {
    float: none;
    text-align: center;
  }

  footer .bottom .item:nth-child(2) {
    float: none;
  }

  footer .bottom .item.copyright {
    margin-bottom: 15px;
  }

  footer .bottom .payment {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  main h1 {
    font-size: 32px;
  }

  header .logo a {
    width: 180px;
  }

  header .lang a .desktop {
    display: none;
  }

  header .lang a .mob {
    display: block;
  }

  .slider {
    padding: 0;
  }

  .slider .slick-arrow {
    top: 96px;
  }

  .slider .slide {
    padding: 0;
  }

  .slider .slide .photo-box {
    max-width: 100%;
    float: none;
  }

  .slider .slide .text {
    padding-left: 0;
  }

  .slider .slide .text:after {
    display: none;
  }

  .slider .slide .text .inner-text {
    padding: 20px 40px 25px;
  }
}

@media (max-width: 640px) {
  main h2 {
    font-size: 30px;
  }

  main h3 {
    font-size: 26px;
  }

  main h4 {
    font-size: 23px;
  }

  .grid.col-4 .grid-item {
    width: 50%;
  }

  .grid.col-4 .grid-item:nth-last-child(-n+3) {
    margin-bottom: 52px;
  }

  .grid.col-4 .grid-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .grid.col-3 .grid-item {
    width: 100%;
  }

  .grid.col-3 .grid-item:nth-last-child(-n+2) {
    margin-bottom: 52px;
  }

  .grid.col-3 .grid-item:last-child {
    margin-bottom: 0;
  }

  .tabs-box .tab-content .event-info .item {
    width: 100%;
  }

  .tabs-box .tab-content .event-info .item .inner {
    text-align: left;
  }

  .form-section h3 {
    font-size: 26px;
  }

  .contacts .grid-item {
    text-align: left !important;
  }

  footer .bottom .payment ul li {
    margin-right: 30px;
  }
  header .login {
    font-size: 10px;
    margin-left: 10px;
  }
  header .logo p {
    display: none;
    margin-top: 5px;
  }
}

@media (max-width: 540px) {
  main h1 {
    font-size: 24px;
  }

  main h2 {
    font-size: 24px;
  }

  main h3 {
    font-size: 22px;
  }

  main h4 {
    font-size: 20px;
  }

  main p {
    font-size: 16px;
  }

  main p.important {
    font-size: 18px;
  }

  main ol li,
  main ul li {
    font-size: 16px;
  }

  .btn.blue-btn {
    padding: 0 30px;
  }

  .btn.yellow-btn {
    letter-spacing: 0;
  }

  .grid.col-3 .grid-item .descr p.important {
    font-size: 18px;
  }

  .grid.col-2 .grid-item .photo-wrap {
    display: table;
    margin: 0 auto 20px;
    max-width: 100%;
  }

  .grid.col-2 .grid-item .photo-wrap + .descr {
    width: 100%;
    padding-left: 0;
  }

  header .logo a {
    width: 110px;
  }

  header .logo p {
    display: none;
    margin-top: 5px;
  }

  header .login {
    margin-top: 0;
    font-size: 10px;
    margin-left: 10px;
    letter-spacing: 0;
  }

  header .lang {
    padding-top: 0;
  }

  header .lang a {
    letter-spacing: 0;
  }

  .main-screen .container {
    padding: 80px 15px 100px;
  }

  .main-screen .next {
    bottom: 20px;
  }

  section {
    padding: 50px 0 65px;
  }

  section .section-title {
    margin-bottom: 15px;
  }

  section .section-title p.important {
    font-size: 18px;
  }

  section.has-tabs .section-title {
    margin-bottom: 15px;
  }

  .tabs-box {
    margin-bottom: -65px;
  }

  .tabs-box .tab-content {
    padding: 40px 0 60px;
  }

  .tabs-box .tab-content .event-info {
    padding: 20px 0 0;
  }

  .tabs-box .tab-content .event-info .item .icon {
    max-width: 50px;
    padding-right: 17px;
    vertical-align: top;
    float: left;
  }

  .tabs-box .tab-content .event-info .item p {
    vertical-align: top;
    padding-top: 9px;
  }

  .tabs-box .tab-content .event-info .item.has-icon p {
    max-width: none;
    width: auto;
    display: block;
    overflow: hidden;
  }

  .tabs-box .tab-content .grid {
    margin: 0 -15px 40px;
  }

  .form-section h3 {
    font-size: 22px;
  }

  .slider .slide .photo-box .photo-wrap {
    display: table;
    margin: 0 auto 20px;
    max-width: 100%;
  }

  .slider .slide .text .inner-text {
    padding: 15px 15px 20px;
  }

  .slider .slide .text .inner-text:after,
  .slider .slide .text .inner-text:before {
    display: none;
  }

  .slider .slide .text .inner-text p {
    font-size: 15px;
  }

  .video-box .container {
    padding: 0;
  }

  .gallery .photo-grid {
    margin: 0 -10px;
  }

  .gallery .photo-grid-item,
  .gallery .grid-sizer {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .contacts .grid-item p {
    font-size: 18px;
  }

  .contacts .grid-item.mail img {
    padding-top: 3px;
  }

  .form-popup .mfp-content {
    padding: 30px 15px;
  }

  .form-popup .mfp-content h3 {
    font-size: 22px;
  }

  footer .top .item.join p {
    font-size: 14px;
  }

  footer .bottom .payment ul li {
    width: 33.33333%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  footer .bottom .payment ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  footer .share p {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .grid.col-4 .grid-item {
    width: 100%;
  }

  .grid.col-4 .grid-item:nth-last-child(-n+2) {
    margin-bottom: 52px;
  }

  .grid.col-4 .grid-item:last-child {
    margin-bottom: 0;
  }

  .donate-form.four-summ .donate-field {
    width: 50%;
  }

  .donate-form.three-summ .donate-field {
    width: 50%;
  }

  .donate-form.three-summ .custom-summ-field {
    width: 100%;
  }

  .donate-form .row.col-4 {
    margin-top: 10px;
  }

  .donate-form .row.col-4 .field-row {
    width: 50%;
    margin-bottom: 2px;
  }

  .donate-form .donate-field input::-webkit-input-placeholder {
    font-size: 14px !important;
  }

  .donate-form .donate-field input::-moz-placeholder {
    font-size: 14px !important;
  }
}

@media (max-width: 360px) {
  .btn.yellow-btn {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .main-screen .container .btn {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }

  footer .bottom .payment ul li {
    width: 50%;
  }

  footer .bottom .payment ul li:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }

  footer .bottom .payment ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .slider .slick-arrow.slick-prev {
    background: url("../i/arrow-prev-x2.png") no-repeat 50%;
    background-size: 12px 20px;
  }

  .slider .slick-arrow.slick-next {
    background: url("../i/arrow-next-slider-x2.png") no-repeat 50%;
    background-size: 12px 20px;
  }
}
/*# sourceMappingURL=../maps/main.css.map */
