body {
    background: white !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    margin: 0px;
}

a {
    color: white;
    text-decoration: none;
}

h3 > a {
    color: #263238;
    text-decoration: underline;
}

p a {
    color: #263238;
    text-decoration: underline;
}

.inners {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.soc_top {
    height: 35px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #144d1e;
}
.digrate {
    display: block;
    top: 224px;
    margin-left: 340px;
    position: absolute;
}
.big_instruction {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer__digate_1 {
    margin-top: 55px;
    width: 405px;
}
.one_side {
    float: left;
    width: 49%;
}
.title_wo-img {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    font-weight: bold;
}
.soc_top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.soc__letter {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    color: white;
    opacity: 0.6;
    float: left;
}

.letter_upper-nav {
    margin-right: 5px;
}

.soc__locale {
    font-weight: normal;
    font-size: 14px;
    float: right;
}

.translator {
    cursor: pointer;
}
.ins_pic {
    border:3px solid #388E3C;
    border-radius: 10px;
    text-align: center;
}
.step {
    margin-bottom: 68px;
}
.side_label {
    line-height: 33px;
    padding-top: 116px;
    display: block;
}
.pic_label {
    color: grey;
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.translator:hover {
    color: #388E3C !important;
}

.soc__locale #rus,
.soc__locale #eng {
    cursor: pointer;
}

.translator_active {
    color: #388E3C !important;
    text-decoration: underline !important;
}

.translator:active {
    text-decoration: underline !important;
}

.header {
    background-image: url('../img/patt.jpg');
    background-repeat: repeat-y;
    min-height: 721px;
    background-position: center;
}

.header__right-info {
    width: 50%;
    float: right;
}

.header__logo {
    width: 327px;
    height: 327px;
    float: right;
    margin-top: 140px;
    margin-right: 110px;
}

.socials {
    display: inline-block;
    background-color: #1B5E20;
    border-radius: 25px;
    width: 285px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin-bottom: 50px;
}

.soc__urls {
/ / width: 237 px;
/ / display: flex;
/ / justify-content: space-between;
/ / margin: auto;
}

.socials .soc__url.fa {
    color: #66BB6A;
    margin: 0px 10px;
    text-decoration: none;
}

.socials .soc__url.fa:hover {
    text-decoration: none;
}

.header__left-info {
    width: 50%;
    float: left;
}

.header__socials-label {
    display: block;
    color: white;
    font-size: 16px;
    margin-top: 130px;
    margin-bottom: 15px;
}

.header__title {
    color: white;
    font-size: 35px;
}

.header__lead-text {
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
}

.header__main-button {
    display: block;
    border: 3px solid #1b5e20;
    text-decoration: none;
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
    width: 380px;
    background-color: #4caf50;
    font-size: 20px;
    color: white;
    border-radius: 30px;
}

.header__main-button_sm {
    width: 190px;
    float: left;
}

.main-content {
    padding-top: 68px;
    background-color: #eeeeee;
}

.main-content__news-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -17px;
    padding-bottom: 68px;
}

.main-content__media-block {
    padding-bottom: 20px;
}

.media__block {
    width: 180px;
    height: 180px;
    text-align: center;
    position: relative;
}

.news-block__item {
    width: 253px;
    height: 330px;
    margin-bottom: 24px;
    margin-right: 17px;
    position: relative;
    text-align: left;
}

.item__image {
    width: 100%;
    border-radius: 7px;
}

.item__main-info {
    height: 170px;
    background-color: white;
    position: absolute;
    z-index: 100;
    width: 83%;
    bottom: -10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-right: 22px;
    padding-left: 22px;
}

.item__title_sm {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.item__lead {
    display: block;
    margin-top: 14px;
    color: #838c8e;
    padding-left: 7px;
    padding-right: 7px;
}

.news-block__item_wo-img {
    background-color: #263238;
    border-radius: 7px;
    text-align: center;
}

.item__title_lg {
    font-size: 20px;
    font-weight: bold;
    color: white;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-left: 7px;
    padding-right: 7px;
}

.item__lead_wo-img {
    margin-bottom: 60px;
}

.item__button {
    padding: 13px 10px;
    width: 140px;
    color: white;
    text-decoration: none;
    border: 3px solid #485257;
    border-radius: 20px;
}

.item__button_wo-img {
    position: absolute;
    right: 50%;
    margin-right: -83px;
    bottom: 20px;
}

.main-content__buttons-block {
    text-align: center;
    padding-bottom: 97px;
}

.buttons-block__main-button {
    color: #388e3c;
    font-weight: bold;
    border: 2px solid #388e3c;
    border-radius: 30px;
    padding: 21px 136px;
    text-decoration: none;
}

.footer {
    height: 365px !important;
    background-color: #263238 !important;
}

.footer__logo-block {
    width: 140px !important;
    float: left !important;
    margin-top: 51px !important;
}

.footer__info-block {
    width: 223px !important;
    margin-left: 36px !important;
    float: left !important;
    margin-right: 57px !important;
    line-height: 1 !important;
}

.footer__span {
    display: block !important;
    margin-top: 51px !important;
    color: white !important;
}

.footer__socials-block {
    width: 285px !important;
    margin-top: 51px !important;
    float: left !important;
    border-right: 1px solid white !important;
    border-left: 1px solid white !important;
}

.footer__socials {
    padding: 7px 77px !important;
    padding-bottom: 0px !important;
}

.footer__socials-list {
    list-style-type: none !important;
    color: white !important;
    margin: 0px !important;
    padding: 0px !important;
}

.footer__socials_item {
    padding-bottom: 5px !important;
}

.footer__socials_caption {
    font-weight: bold !important;
    padding-bottom: 15px !important;
    letter-spacing: 1px !important;
}

.footer__socials_icon {
    font-size: 16px !important;
}

.footer__socials_text {
    color: #838c8e !important;
    font-size: 14px !important;
}

.footer__second-info-block {
    float: right !important;
    height: 200px !important;
    width: 250px !important;
    line-height: 1 !important;
}

.footer__second-info-main {
    width: 163px !important;
}

.footer__span_msm {
    margin-top: 20px !important;
}

.footer__form_label {
    display: block !important;
    margin-top: 33px !important;
    margin-bottom: 5px !important;
    color: white !important;
}

.footer__form {
    float: right !important;
}

.footer__input {
    padding: 18px 22px !important;
    padding-right: 0px !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    font-weight: bold !important;
    outline: none !important;
    width: 176px !important;
    color: #878787 !important;
    background-color: #373f44 !important;
    border: none !important;
}

.footer__btn {
    background-color: #328436 !important;
    padding: 0px 16px !important;
    padding-top: 13px !important;
    height: 38px !important;
    cursor: pointer !important;
    color: white !important;
    font-size: 20px !important;
    float: right !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.icon {
    width: 30px !important;
}

.news-block__item:nth-child(4n) {
    margin-right: 0px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 7px;
}

.item__button_abs {
    position: absolute;
    z-index: 2000;
    color: white;
    border-color: white;
    left: 50%;
    margin-left: -78px;
    top: 70px;
    width: 131px;
}

.hidden {
    display: none;
}

.main-content__header-box {
    min-height: 325px;
    width: 100%;
    border-radius: 30px;
    border: 2px solid #388e3c;
    margin-bottom: 55px;
}

.header-box__caption {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    line-height: 50px;
}

.header-box__main-content {
    display: table;
    margin: 0 auto;
    width: 918px;
}
.footer__socials_item table {
    margin: 0px;
}

.header-box__marg {
    margin-left: 10px;
}

.it {
    font-style: italic;
}

.header-box__main-content {
    font-size: 14px;
}

.header-box__like {
    margin-left: 60px;
}

.header-box__shared {
    padding: 10px 21px;
    border-radius: 40px;
    border: 1px solid grey;
    margin-left: 46px;
    margin-right: 65px;
}

.header-box__socials {
    margin-top: -20px;
    margin-bottom: 0px;
    width: 125px;
}
.header-box__socials-label {
    margin-right: 20px;
    font-weight: bold;
}
.header-box__lead {
    display: block;
    text-align: center;
    font-size: 18px;
}
.main-text {
    line-height: 25px;
    margin-bottom: 95px;
    color: #263238;
}
.arrow {
    padding: 20px 80px;
}
.prev {
    margin-right: 90px;
}
.liked {
    color: #900 !important;
}
.clickable {
    cursor: pointer;
}
.helpers_soc_block {
    display: table;
    margin: 0 auto;
    margin-bottom: 46px;
}

@media (max-width: 1200px) {
    .footer {
        width: 112%;
    }

    .soc_top {
        width: 112%;
    }

    .header {
        width: 112%;
    }
    .inners {
        width: 980px !important;;
    }
    .footer .inners {
        width: 1080px !important;
    }

    .main-content {
        width: 112%;
    }

    .inners_one {
        width: 980px !important;
    }

    .main-content__news-block {
        margin-left: 17px;
    }

    .inners__header {
        width: 980px;
    }
    .arrow {
        padding: 20px 39px;
    }
    .prev {
        margin-right: 0px;
    }
    .header-box__main-content {
        font-size: 8px;
    }
    .header-box__lead {
        font-size: 16px;
    }
    .inners_body {
        width: 913px !important;
    }
    .news-block__item {
        width: 215px;
    }
    .footer {
        height: 350px !important;
    }
    .footer__socials_caption {
        font-size: 12px !important;
    }
    .header-box__caption {
        font-size: 32px;
    }
    .buttons-block__main-button {
        font-size: 10px;
    }
}
.socials .soc__chat {
    text-align: left;
}
.socials .soc__chat > a {
    color: #fff;
    font-size: 16px;
}
.socials .soc__chat .soc__url {
    color: #fff;
}

.header__chinese-text{
  line-height: 24px;
}

.pic_label a{
    color:grey;
}


.coins-count{
  position: fixed;
  bottom: 0px;
  right: 70px;
  display: none;
  background: #275e20;
  color:#fff;
  height: 45px;
    width: 510px;
  z-index: 999;
  box-sizing: border-box;
  padding:0px 10px 0px 10px;
  line-height: 45px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);

}

.coins-block{
    display: inline-block;
    margin-left: 13px;
    margin-right: 13px;
}

.coins-number-block{
    display: inline-block;
    height: 28px;
    width: 17px;
    line-height: 28px;
    color: #2a2a2a;
    font-size: 27px;
    position: relative;
    top: 4px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(136, 136, 136, 1);
    -moz-box-shadow:    inset 0px 0px 10px 0px rgba(136, 136, 136, 1);
    box-shadow:         inset 0px 0px 10px 0px rgba(136, 136, 136, 1)
}

.coins-count > span{
    font-weight: bold;
    font-size: 17px;
}

.coins-empty-block {
  display: inline-block;
  width: 1px;
}

.close-coins{
  background: #367d31;
  position: absolute;
  width: 18px;
  display: none;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    right: 10px;
    top: 7px;
}


.close-coins:before, .close-coins:after {
    position: absolute;
    left: 9px;
    top: 3px;
    content: ' ';
    height: 13px;
    width: 1px;
    background-color: #275f20;
}
.close-coins:before {
    transform: rotate(45deg);
}
.close-coins:after {
    transform: rotate(-45deg);
}
