@font-face {
  font-family: 'GoL';
  src: url("../fonts/GothaProLig.eot");
  src: url("fonts/GothaProLig.eot") format("embedded-opentype"), url("../fonts/GothaProLig.woff2") format("woff2"), url("../fonts/GothaProLig.woff") format("woff"), url("../fonts/GothaProLig.ttf") format("truetype"), url("../fonts/GothaProLig.svg#GothaProLig") format("svg");
}

@font-face {
  font-family: 'GoM';
  src: url("../fonts/GothaProMed.eot");
  src: url("../fonts/GothaProMed.eot") format("embedded-opentype"), url("../fonts/GothaProMed.woff2") format("woff2"), url("../fonts/GothaProMed.woff") format("woff"), url("../fonts/GothaProMed.ttf") format("truetype"), url("../fonts/GothaProMed.svg#GothaProMed") format("svg");
}

@font-face {
  font-family: 'GoR';
  src: url("../fonts/GothaProReg.eot");
  src: url("../fonts/GothaProReg.eot") format("embedded-opentype"), url("../fonts/GothaProReg.woff2") format("woff2"), url("../fonts/GothaProReg.woff") format("woff"), url("../fonts/GothaProReg.ttf") format("truetype"), url("../fonts/GothaProReg.svg#GothaProReg") format("svg");
}

@font-face {
  font-family: 'GoLI';
  src: url("../fonts/GothaProLigIta.eot");
  src: url("../fonts/GothaProLigIta.eot") format("embedded-opentype"), url("../fonts/GothaProLigIta.woff2") format("woff2"), url("../fonts/GothaProLigIta.woff") format("woff"), url("../fonts/GothaProLigIta.ttf") format("truetype"), url("../fonts/GothaProLigIta.svg#GothaProLigIta") format("svg");
}

@media screen and (min-width: 1940px) {
  .main {
    margin: auto;
    width: 1920px;
    box-shadow: 0px 0px 10px 0px #323232;
  }
}

html,
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: 'GoR', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  position: relative;
  height: 100%;
  /* overflow-x: hidden; */
}

a,
button {
  -webkit-transition: 0.1s ease-out;
          transition: 0.1s ease-out;
  text-decoration: none;
  border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

h2 {
  height: 100%;
  font-family: GoL;
  font-size: 48px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}

.container {
  margin: 0 auto;
  width: 1075px;
}

header,
footer,
section,
.container {
  min-width: 1075px;
}

.cd-popup,
.cd-popup-reward,
.cd-popup-confirm {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
          transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible,
.cd-popup-reward.is-visible,
.cd-popup-confirm.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
          transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 200px auto 0;
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: rgba(51, 51, 51, 0.6);
  z-index: 100;
}

header .logo {
  display: inline-block;
  margin: 7px 0 0;
  float: left;
}

header nav {
  position: relative;
  float: left;
  margin: 34px 0 0 30px;
}

header nav a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  font-family: GoR, 'sans-serif';
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #fff;
}

header nav .label {
  position: absolute;
  top: -25px;
    left: auto;
  	right: 50px;
    width: 50px;
  background: #31d0d0;
  font-family: GoM;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

header nav .label .wraper {
  position: relative;
  padding: 1px 7px;
}

header nav .label .wraper:before {
  content: '';
  position: absolute;
  display: block;
  left: 10px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #31d0d0 transparent transparent transparent;
}

header .phone {
  margin: 17px 0 0;
  float: right;
}

header .phone .num {
  font-family: GoR;
  font-size: 24px;
  color: #fff;
}

header .phone .num span {
  font-size: 18px;
}

header .phone a {
  font-family: GoM;
  font-size: 16px;
  line-height: 30px;
  color: #99ccff;
}

header .language {
  position: relative;
  margin: 21px 7px 0 7px;
  float: right;
  font-family: GoR;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

header .language .selected {
  padding: 13px 26px 12px 10px;
  background: #8eaa7f;
  cursor: pointer;
}

header .language .selected:before {
  content: '';
  position: absolute;
  display: block;
  top: 18px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}

header .language .la-i {
  display: block;
  padding: 12px;
  background: #708564;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

header .language .drop {
  display: none;
}

header .language.open .drop {
  display: block;
}

header .language.open .selected:before {
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
}

.promo {
  padding-top: 80px;
  background: url("../img/promo-bg1.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.promo:before,
.promo:after {
  content: "";
  display: table;
  clear: both;
}

.promo-request {
  float: right;
  padding: 40px 25px;
  width: 370px;
  background: #575757;
  color: #fff;
}

.promo-request .head {
  padding: 0 20px 21px;
  text-align: center;
}

.promo-request .head h6 {
  margin: 0 0 3px;
  font-family: GoM;
  font-size: 30px;
}

.promo-request .head p {
  margin: 3px 15px;
  font-family: GoL;
  font-size: 18px;
  line-height: 26px;
}

.promo-request .wraper {
  margin-bottom: 10px;
}

.promo-request .def-input {
  width: 100%;
  border: 0px;
  padding: 11px 10px;
  font-family: GoR;
  font-size: 24px;
  color: #333;
}

.promo-request label {
  display: inline-block;
  padding-bottom: 5px;
  font-family: GoL;
  font-size: 16px;
}

.promo-request .req-submit {
  margin-top: 17px;
  padding: 21px;
  width: 100%;
  background: #1e6ca0;
  border-bottom: 5px solid #225476;
  font-family: GoM;
  font-size: 24px;
}

.promo-request .req-submit:hover {
  background: #225476;
}

.promo-header {
  position: relative;
  float: left;
  margin: 79px 0 0 27px;
  padding: 0px 21px 19px;
  font-family: GoL;
  color: #fff;
}

.promo-header:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: -webkit-linear-gradient(top, #727f4f 0%, #91af85 50%, #6b7c64 100%);
  background: linear-gradient(to bottom, #727f4f 0%, #91af85 50%, #6b7c64 100%);
}

.promo-header > p {
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}

.promo-header > p:first-child {
  margin-top: 13px;
}

.promo-header.ru .ls-1 {
  letter-spacing: 3px;
}

.promo-header.ru .ls-2 {
  letter-spacing: -2px;
}

.promo-header.ru .ls-3 {
  letter-spacing: -4px;
}

.promo-header.ru .ls-4 {
  letter-spacing: 1px;
}

.promo-header.ru .ls-5 {
  letter-spacing: -7px;
}

.promo-header.ru .ls-6 {
  letter-spacing: 3px;
}

.promo-header .small {
  font-size: 30px;
}

.promo-header .large {
  font-size: 60px;
}

.promo-header .middle {
  font-size: 38px;
}

.promo-header .big {
  font-size: 48px;
  line-height: 55px;
}

.promo-header .average {
  font-size: 32px;
}

.promo-header .giant {
  font-size: 81px;
}

.promo-header .ls-1 {
  letter-spacing: -1.2px;
}

.promo-header .ls-2 {
  letter-spacing: -1px;
}

.promo-header .ls-3 {
  letter-spacing: 4px;
}

.promo-header .ls-4 {
  letter-spacing: 5px;
}

.promo-header .ls-5 {
  letter-spacing: -7px;
}

.promo-header .ls-6 {
  letter-spacing: 6px;
}

.repair:before,
.repair:after {
  content: "";
  display: table;
  clear: both;
}

.repair h2 {
  margin-bottom: 19px;
}

.repair ul.tabs {
  margin: 0 0 50px;
  padding: 0px;
  list-style: none;
}

.repair ul.tabs li {
  background: none;
  cursor: pointer;
  border-bottom: 1px solid #c4c4c4;
  overflow: hidden;
  transition: all .3s;
}
.repair ul.tabs li.current {
  padding-left: 10px;
}

.repair ul.tabs li a {
  display: block;
  height: 100%;
  font-family: GoR;
  font-size: 18px;
  color: #003366;
  padding: 28px 15px;
}
.repair ul.tabs li.current a {
  color: #000;
}


.repair ul.tabs li span {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: #5fe1b2;
  color: #fff;
}

.repair ul.tabs li .first {
  padding: 5px 12px;
}

.repair ul.tabs li:last-child {
  border-bottom: 0;
}

.repair .tab-content {
  display: none;
  float: left;
  padding: 15px;
  width: 595px;
}

.repair .tab-content .holder {
  margin-top: 20px;
  padding-right: 25px;
  height: 230px;
  text-align: center;
}

.repair .tab-content .holder img {
  max-height: 230px;
}

.repair .tab-content.current {
  display: inherit;
}

.repair-contact {
  float: left;
  padding: 0 60px;
  width: 595px;
}

.repair-contact .rep-block {
  position: relative;
  padding: 3px 0 10px;
  background: #f6fbf9;
  border: 5px solid #e8f1ee;
  font-family: GoL;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.repair-contact .rep-block:before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 25px 15px;
  border-color: transparent transparent #e8f1ee transparent;
}

.repair-contact .rep-block:after {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 25px 15px;
  border-color: transparent transparent #f6fbf9 transparent;
}

.repair-contact .rep-block span {
  font-family: GoR;
  font-size: 24px;
}

.repair-contact .rep-block a {
  font-family: GoM;
  color: #3399cc;
}

.repair-contact .rep-block p {
  line-height: 36px;
}

.repair-contact .rep-block .change-lh {
  margin-bottom: 13px;
  line-height: 22px;
}

.repair-contact .rep-block .change-lh-2 {
  line-height: 16px;
}

.about {
  background: #f0f0f0;
}

.about:before,
.about:after {
  content: "";
  display: table;
  clear: both;
}

.about .holder {
  display: flex;
  justify-content: space-between;
  margin: 33px 0 10px;
}

.about h2 {
  margin: 0;
  padding: 46px 0 20px;
}

.about .stats {
  position: relative;
  margin-right: 38px;
  padding: 40px 0 40px 10px;
  width: 100%;
  max-width: 240px;
  text-align: center;
  border: 1px solid #c4c4c4;
}

.about .stats:last-child {
  margin-right: 0;
}

.about .stats:before {
  content: '';
  position: absolute;
  display: block;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c4;
}

.about .stats .numbers {
  font-family: GoR;
  font-size: 45px;
  color: #333;
}

.about .stats .numbers img {
  float: right;
  margin: 5px 0 0 5px;
}

.about .stats .numbers .wraper {
  display: inline-block;
}

.about .stats .description {
  margin-top: 5px;
  font-family: GoL;
  font-size: 18px;
  color: #333;
}

.workshop {
  padding-bottom: 69px;
  background: #f0f0f0;
}

.workshop h2 {
  margin: 0;
  padding: 63px 0 49px;
}

.work {
  background: url("../img/step-bg.jpg") 50% 50% no-repeat;
  background-size: auto 100%;
}

.work h2 {
  margin: 0;
  padding: 68px 0 16px;
  font-family: GoL;
  font-size: 48px;
  color: #fff;
}

.work .holder {
  padding: 20px 0 53px;
}

.work .holder:before,
.work .holder:after {
  content: "";
  display: table;
  clear: both;
}

.work .step {
  display: table;
  position: relative;
  float: left;
  background: rgba(31, 31, 31, 0.5);
  padding: 10px;
  border: 3px solid #3ebd8f;
  color: #fff;
}

.work .step .wraper {
  display: table-cell;
  vertical-align: middle;
}

.work .step .step-num {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: GoM;
  font-size: 24px;
}

.work .step.st-1 {
  width: 335px;
  height: 190px;
  margin-left: 15px;
  text-align: center;
}

.work .step.st-1 a {
  display: inline-block;
  margin-top: 5px;
  font-family: GoR;
  font-size: 24px;
  color: #66ccff;
  text-decoration: underline;
}

.work .step.st-1 p {
  margin: 7px 0;
  font-family: GoL;
  font-size: 18px;
  line-height: 22px;
}

.work .step.st-1 p.se-p {
  margin: 5px 0;
  font-family: GoR;
  font-size: 24px;
}

.work .step.st-1:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -53px;
  margin-left: -1px;
  width: 3px;
  height: 50px;
  background: #3ebd8f;
}

.work .step.st-3 {
  margin-left: 24px;
  width: 335px;
  height: 190px;
  text-align: center;
}

.work .step.st-3 p {
  margin: 8px 0;
  font-family: GoM;
  font-size: 24px;
}

.work .step.st-3 p.se-p {
  margin: 5px 0;
  font-family: GoL;
  font-size: 18px;
}

.work .step.st-3:before {
  content: '';
  display: block;
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 3px;
  background: #3ebd8f;
}

.work .step.st-3:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -53px;
  margin-left: -1px;
  width: 3px;
  height: 50px;
  background: #3ebd8f;
}

.work .step.st-4 {
  width: 336px;
  height: 190px;
  margin-left: 30px;
  text-align: center;
}

.work .step.st-4 p {
  font-family: GoM;
  font-size: 24px;
}

.work .step.st-4:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -53px;
  margin-left: -1px;
  width: 3px;
  height: 50px;
  background: #3ebd8f;
}

.work .step.st-2 {
  margin: 50px 0 0 15px;
  width: 694px;
  height: 190px;
}

.work .step.st-2 .left {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  font-family: GoM;
  font-size: 24px;
  text-align: center;
}

.work .step.st-2 .right {
  display: table-cell;
  vertical-align: middle;
}

.work .step.st-2 .right p {
  margin: 0 0 15px;
  font-family: GoM;
  font-size: 18px;
}

.work .step.st-2 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.work .step.st-2 ul:last-child {
  margin-left: 10px;
}

.work .step.st-2 ul li {
  font-family: GoL;
  font-size: 16px;
  line-height: 25px;
  list-style: none;
}

.work .step.st-2 ul li:before {
  content: '- ';
}

.work .step.st-2 ul li.n-item {
  text-align: center;
}

.work .step.st-2 ul li.n-item:before {
  content: '';
}

.work .step.st-5 {
  width: 336px;
  height: 190px;
  margin: 50px 0 0 30px;
  text-align: center;
}

.work .step.st-5 p {
  font-family: GoM;
  font-size: 24px;
}

.results {
  padding-bottom: 45px;
}

.results:before,
.results:after {
  content: "";
  display: table;
  clear: both;
}

.results h2 {
  margin: 0;
  padding: 65px 0 0;
}

.results .small {
  height: 100%;
  margin: 15px 0 0;
  font-family: GoR;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.results .holder {
  position: relative;
  padding: 47px 0 30px;
}

.results .tab-content {
  display: none;
  width: 100%;
}

.results .tab-content:before,
.results .tab-content:after {
  content: "";
  display: table;
  clear: both;
}

.results .tab-content.current {
  display: inherit;
}

.results .tab-content .left {
  position: relative;
  float: left;
  margin: 0 30px 0 10px;
  padding: 15px;
  background: #f0f2f3;
}

.results .tab-content .left:before {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22px;
  border-color: transparent transparent transparent #f0f2f3;
}

.results .tab-content .left small {
  display: inherit;
  padding: 5px 0 10px;
  font-family: GoL;
  font-size: 18px;
  color: #333;
}

.results .tab-content .right {
  display: table;
  padding-bottom: 140px;
}

.results .tab-content .right p {
  margin: 0;
  font-family: GoL;
  font-size: 18px;
  color: #333;
  line-height: 29px;
}

.results .tab-content .right .autor {
  position: absolute;
  bottom: 30px;
  display: table;
}

.results .tab-content .right .autor .photo {
  display: table-cell;
  vertical-align: middle;
}

.results .tab-content .right .autor .atr-description {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #333;
}

.results .tab-content .right .autor .atr-description .name {
  font-family: GoM;
  font-size: 24px;
}

.results .tab-content .right .autor .atr-description .job {
  font-family: GoLI;
  font-size: 18px;
}

.results .tab-link {
  display: block;
}

.results .tab-link.current a {
  background: #555;
}

.results .tab-link a {
  display: block;
  float: left;
  width: 14.285%;
  padding: 22px 5px;
  background: #666;
  border-right: 1px solid #949494;
  font-family: GoM;
  font-size: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.rewards {
  padding-bottom: 97px;
  background: url("../img/reward-bg.jpg") 50% 50% no-repeat;
}

.rewards h2 {
  margin: 0;
  padding: 59px 0 42px;
}

.rewards .holder {
  position: relative;
  margin: auto;
}

.rewards .prev,
.rewards .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 25px;
  height: 50px;
  background: url("../img/arrows.png") no-repeat;
}

.rewards .prev {
  left: 0;
  background-position: 0;
}

.rewards .next {
  right: 0;
  background-position: -25px;
}

.rewards .carousel {
  margin: auto;
  padding-left: 5px;
}

.rewards .carousel ul li {
  height: auto !important;
}

.rewards .carousel ul li img {
  width: 250px;
}

.press {
  padding: 67px 0 74px;
  background: #e8e8e8;
}

.press:before,
.press:after {
  content: "";
  display: table;
  clear: both;
}

.press .video {
  display: inline-block;
  float: right;
  margin-top: 16px;
  padding: 0 35px;
  background: #fff;
}

.press .video h2 {
  margin: 28px 0 20px;
}

.press .video .wraper {
  margin-bottom: 24px;
}

.press .review {
  padding: 0 70px 0 0;
  font-family: GoL;
  font-size: 18px;
  color: #333;
  text-align: center;
  overflow: hidden;
}

.press .review p {
  height: 100%;
  font-size: 18px;
  line-height: 35px;
}

.press .review .reviewer {
  margin-left: 75px;
  text-align: left;
}

.press .review .link {
  display: inline-block;
  padding: 13px;
  font-family: GoL;
  font-size: 12px;
  color: #333;
  background: #d5d5d5;
}

.help {
  background: url("../img/help-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.help:before,
.help:after {
  content: "";
  display: table;
  clear: both;
}

.help .info {
  margin: 113px 15px 188px 0;
  padding: 6px;
  width: 400px;
  float: right;
  border: 1px solid #7b7b7b;
  font-family: GoR;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}

.help .info .holder {
  padding: 41px 45px 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #7b7b7b;
}

.help .info .header {
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: GoL;
  font-size: 50px;
  text-align: left;
  text-transform: none;
}

.help .info .header span {
  font-size: 80px;
  color: #8e4343;
  letter-spacing: -4px;
}

.help .info .text {
  line-height: 33px;
}

.help .info p {
  margin: 9px 0 32px;
  font-size: 16px;
  text-transform: none;
}

.help .question {
  margin: 162px 0 0 165px;
  float: left;
  font-family: GoL;
  color: #333;
  text-transform: uppercase;
  line-height: 1;
}

.help .question.ru .ls-1 {
  letter-spacing: -1px;
}

.help .question.ru .ls-2 {
  letter-spacing: -1px;
  font-size: 65px;
  line-height: 60px;
}

.help .question.ru .ls-3 {
  letter-spacing: 1px;
}

.help .question.ru .ls-4 {
  letter-spacing: -5px;
}

.help .question.ru .right {
  margin-left: -35px;
}

.help .question .small {
  font-size: 40px;
}

.help .question .middle {
  font-size: 48px;
  letter-spacing: -3px;
}

.help .question .middle.ls-1 {
  letter-spacing: 1px;
}

.help .question .big {
  font-size: 90px;
  line-height: 83px;
  letter-spacing: -4px;
}

.help .question .left {
  float: left;
}

.help .question .right {
  margin: -2px 0 0 -13px;
  float: left;
  font-size: 215px;
}

.donate {
  background: #e8e8e8;
}

.donate .holder {
  padding: 40px 0 65px;
}

.donate .holder .tabs li {
  display: block;
  float: left;
  width: 50%;
  background: #f6f6f6;
  text-align: center;
}

.donate .holder .tabs li:before,
.donate .holder .tabs li:after {
  content: "";
  display: table;
  clear: both;
}

.donate .holder .tabs li a {
  display: block;
  padding: 0 10px;
  font-family: GoR;
  font-size: 18px;
  color: #336699;
}

.donate .holder .tabs li a span {
  display: inline-block;
  padding-left: 50px;
  line-height: 60px;
}

.donate .holder .tabs li a span.wallet {
  background: url("../img/wallet-dis.png") 0 50% no-repeat;
}

.donate .holder .tabs li a span.gears {
  background: url("../img/gears-dis.png") 0 50% no-repeat;
}

.donate .holder .tabs li.current {
  background: #555;
}

.donate .holder .tabs li.current a {
  color: #fff;
}

.donate .holder .tabs li.current a span.wallet {
  background: url("../img/wallet.png") 0 50% no-repeat;
}

.donate .holder .tabs li.current a span.gears {
  background: url("../img/gears.png") 0 50% no-repeat;
}

.donate .holder .tab-content {
  display: none;
  margin-top: 60px;
  background: #fff;
}

.donate .holder .tab-content.current {
  display: block;
}

.donate .holder .tab-content .wraper {
  padding: 15px 30px 20px;
  height: 100%;
}

.donate .holder .tab-content .wraper.wide {
  min-height: 425px;
}

.donate .holder .tab-content p {
  font-family: GoL;
  font-size: 18px;
  line-height: 35px;
  color: #333;
}

.donate .holder .tab-content p span {
  font-family: GoM;
}

.donate .holder .tab-content p.border {
  padding: 25px 0;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.donate .holder .tab-content p.border-t {
  margin-top: 25px;
  padding: 25px 0;
  border-top: 1px solid #c4c4c4;
}

.donate .holder .bottom {
  padding: 19px 27px;
  background: #f6f6f6;
}

.donate .holder .bottom:before,
.donate .holder .bottom:after {
  content: "";
  display: table;
  clear: both;
}

.donate .holder .bottom .button {
  float: left;
  padding: 21px;
  background: #66cc99;
  border-bottom: 5px solid #36ad81;
  font-family: GoM;
  font-size: 24px;
  color: #fff;
}

.donate .holder .bottom .button:hover {
  background: #6fdca6;
}

.donate .holder .bottom .visa {
  float: left;
  margin: 23px 0 0 20px;
}

.donate .holder .bottom .socials {
  margin-top: -5px;
  float: right;
}

.donate .holder .bottom .socials .share {
  margin-bottom: 7px;
  font-family: GoR;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.donate .holder .bottom .socials .b-share-icon_vkontakte {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: url("../img/vk.png") no-repeat 50% 50%;
}

.donate .holder .bottom .socials .b-share-icon_facebook {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: url("../img/fb.png") no-repeat 50% 50%;
}

.donate .holder .bottom .socials .b-share-icon_gplus {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: url("../img/gplus.png") no-repeat 50% 50%;
}

.map {
  padding: 80px 0;
  background-size: cover;
  position: relative;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.map .address {
  margin-left: 30px;
  padding: 127px 10px 20px 10px;
  width: 355px;
  height: 355px;
  background: rgba(36, 34, 34, 0.7) url("../img/marker.png") no-repeat 50% 50px;
  border: 5px solid #c1c0be;
  border-radius: 50%;
  font-family: GoR;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

footer {
  padding: 15px 0;
  background: #333;
  font-family: GoL;
  font-size: 18px;
  color: #fff;
}

footer:before,
footer:after {
  content: "";
  display: table;
  clear: both;
}

footer .left {
  float: left;
}

footer .right {
  float: right;
}

.cd-popup,
.cd-popup-reward,
.cd-popup-confirm {
  background: rgba(26, 26, 25, 0.45);
  z-index: 99999;
  color: #333;
}

.cd-popup-container {
  max-width: 420px;
}

.cd-popup-container .cd-popup-close {
  top: 0;
  right: -40px;
  width: 31px;
  height: 31px;
  background: url("../img/close.png") 50% 50% no-repeat;
}

.cd-popup-container h6 {
  margin: 17px 0 11px;
  font-family: GoM;
  font-size: 30px;
}

.cd-popup-container small {
  font-family: GoL;
  font-size: 16px;
  line-height: 24px;
}

.cd-popup-container form {
  margin: 28px 40px 31px;
}

.cd-popup-container label {
  display: block;
  margin-bottom: 3px;
  width: 100%;
  font-family: GoR;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}

.cd-popup-container .req-submit {
  margin-top: 5px;
  padding: 21px;
  width: 100%;
  background: #1e6ca0;
  border-bottom: 5px solid #225476;
  font-family: GoM;
  font-size: 24px;
  color: #fff;
}

.cd-popup-container .req-submit:hover {
  background: #225476;
}

.cd-popup-container input {
  margin-bottom: 16px;
  padding: 15px 10px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
}

.cd-popup-container input.inline {
  float: left;
}

.cd-popup-container input.small {
  margin-right: 20px;
  width: 100px;
}

.cd-popup-container input.middle {
  width: 180px;
}

.cd-popup-container input .wraper {
  width: 100%;
}

.cd-popup-container input .wraper:before,
.cd-popup-container input .wraper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-popup-confirm .cd-popup-container {
  max-width: 845px;
  height: 405px;
  background: url("../img/popup-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.cd-popup-confirm .cd-popup-container h6 {
  margin: 112px 0 19px;
}

.cd-popup-reward .cd-popup-container {
  padding: 0;
  max-width: 420px;
}

.cd-popup-reward .cd-popup-container img.reward {
  width: 420px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}





/* Стили для оформления кнопок поделиться */

#share {
	text-align: center;
}

.like {
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
}

.push {
	display: inline-block;
	width: 22%;
	min-width: 100px;
	line-height: 40px;
	margin: 5px 2px 20px 2px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.facebook {background-color: #4267b2;}
.facebook:hover {background-color: #365899; color: #fff;}
 
.twitter {background-color: #1da1f2;}
.twitter:hover {background-color: #1a91da; color: #fff;}


/* ========== THANK YOU ============*/
.thanks {
	background: #252128;
	height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thanks h1 {
  font-size: calc(20px + 16 * ((100vw - 320px) / (1280 - 320)));
  color: #fff;
  /* margin: 10px 0; */
  text-align: center;
}
.thanks a.th_logo {
  max-width: 150px;
}
.thanks .thanks_link_home {
  color: #FFF;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-transform: uppercase;
}
.thanks .thanks_link_home:hover {
  color: #C7A403;
  text-decoration: none;
}
.thanks a img {
  max-width: 100%;
}